/* ======================================================================================================================================================================================
   HTML 
   ====================================================================================================================================================================================== */
/*@font-face
{
	font-family:Myriad;
	src:url('../fonts/myriad-set-pro-ultralight.ttf');
	font-style:normal;
	font-weight:200;
}*/

@font-face
{
	font-family:Myriad;
	src:/*local('Myriad Set Pro'),*/url('../fonts/myriad-set-pro-thin.ttf');
	font-style:normal;
	font-weight:300;
	local('Awesome Font'),
}

@font-face
{
	font-family:Myriad;
	src:/*local('Myriad Set Pro'),*/url('../fonts/myriad-set-pro-text.ttf');
	font-style:normal;
	font-weight:400;	/* normal */
}

@font-face
{
	font-family:Myriad;
	src:/*local('Myriad Set Pro'),*/url('../fonts/myriad-set-pro-medium.ttf');
	font-style:normal;
	font-weight:500;
}

@font-face
{
	font-family:Myriad;
	src:/*local('Myriad Set Pro'),*/url('../fonts/myriad-set-pro-semibold.ttf');
	font-style:normal;
	font-weight:600;
}

@font-face
{
	font-family:Myriad;
	src:/*local('Myriad Set Pro'),*/url('../fonts/myriad-set-pro-bold.ttf');
	font-style:normal;
	font-weight:700;
}

@font-face
{
	font-family:AmericanTypewriter;
	src:/*local('Myriad Set Pro'),*/url('../fonts/american-typewriter.ttf');
	font-style:normal;
	font-weight:400;
}

html, body, input, select, textarea
{
	font-family:Myriad,"Myriad Pro","Gill Sans","Gill Sans MT",Calibri,sans-serif;
	font-style:normal;
 	font-weight:400;
	font-size:15px;
	line-height:2;
	color:#404040;
}

html
{
	height:100%;
}

body
{
	min-height:100%;
	height:auto;
	position:relative;
}

html, body, table, form, tr, th, td, h1, h2, h3, h4, h5, h6
{
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0;
	border-collapse:collapse;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

ol, ul, li
{
	/*padding:0px;*/
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0;
	border-collapse:collapse;
}

p
{
	margin-top:0;
	margin-bottom:20px;
}

div, span
{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;	
	cursor:auto;
	margin-left:auto;
	margin-right:auto;
}

blockquote
{
	font-family:Georgia,serif;
    width:70%;
    position:relative;
    font-style:italic;
    padding-left:12px;
}

blockquote:before
{
    display:block;
    padding-right:12px;
    content:"\201C";
    font-size:80px;
    position:absolute;
    left:-45px;
    top:-30px;
    opacity:0.2;
}

label
{
	cursor:default;
}

hr
{
	border:none;
	border-top:1px solid #E0E0E0;
}

h1, h1 a:link, h1 a:visited
{
	font-family:AmericanTypewriter;
	font-size:26px;
	color:#303030;
	font-weight:normal;
	line-height:1.5;
	text-decoration:underline;
}

h2, h2 a:link, h2 a:visited
{
	font-family:AmericanTypewriter;
	font-size:20px;
	color:#303030;
}

h3, h3 a:link, h3 a:visited
{
	font-family:AmericanTypewriter;
	font-size:16px;
	color:#303030;
}

h4, h4 a:link, h4 a:visited
{
	font-size:14px;
	color:#606060;
	font-weight:500;
}

h5, h5 a:link, h5 a:visited		/* Modal Headings */
{
	font-size:20px;
	line-height:1;
	color:#505050;
	font-weight:400;
	margin-bottom:10px;
}

h6, h6 a:link, h6 a:visited		/* Cart Item Headings */
{
	font-size:16px;
	line-height:1.5;
	color:#505050;
	font-weight:700;
	display:inline-block;
}

img
{
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
    border:none;
	padding:0;
	vertical-align:middle;
	/*display:block;*/
}
/* ======================================================================================================================================================================================
   Input 
   ====================================================================================================================================================================================== */
input
{
	width:100%;
	padding:10px;
	margin:5px 0;
	font-size:85%;
	background-color:#FFFFFF;
	border:solid 1px #EEEEEE;
	box-sizing:border-box;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

input:focus, textarea:focus
{
	outline:0;
	background-color:#FAFAFA;
}

input[type="checkbox"],input[type="radio"]
{
	width:15px;
	height:auto;
	font-size:100%;
	margin:5px 0 0 0;
	/*float:right;*/
}

/*input[type=radio],input[type=checkbox]
{
    display:none;
}

input[type=radio]+label:before
{
	content:"";  
	width:14px;  
	height:14px;
	font-size:40px;
    line-height:0.5; 
	display:inline-block;  
	vertical-align:middle;
	margin-right:6px;  
	border:1px solid #EEEEEE;
	border-radius:6px; 
}

input[type=checkbox]+label:before
{
	content:"";  
	width:14px;  
	height:14px;
    line-height:1.5;  
	display:inline-block;  
	vertical-align:middle;
	margin-right:6px; 
	border:1px solid #EEEEEE;
}

input[type=radio]:checked+label:before
{
	content:"\2022";
	text-align:center;
	background-color:#FAFAFA; 
}

input[type=checkbox]:checked+label:before
{
 	content:"\2714";
	text-align:center;
	background-color:#FAFAFA;
}*/

input[type="button"],input[type="submit"],input[type="reset"]
{
	width:auto;
	padding:10px;
	margin:5px 0;
	cursor:pointer;
	text-align:center;
	float:right;
	background-color:#EEEEEE;
	-webkit-appearance:none;
}

input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover
{
	background-color:#DDDDDD;
}

select
{
	width:100%;
	height:36px;
	margin:5px 0;
	background-color:#FFFFFF;
	border:solid 1px #EEEEEE;
	font-size:85%;
}

textarea
{
	width:100%;
	padding:10px;
	margin:5px 0;
	background-color:#FFFFFF;
	border:solid 1px #EEEEEE;
	font-size:85%;
	vertical-align:top;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/* Label Transition */
.labelcontainer
{
	width:100%;
	position:relative;
}

.labelcontainer input
{
	transition:.1s all linear;
	padding-left:80px;
}

.labelcontainer label
{
    position:absolute;
    display:flex;
    font-size:85%;
    color:#909090;
    top:0;
    left:10px;
    bottom:0;
    height:inherit;
    align-items:center;
    cursor:text;
    transition:.1s all linear;
}

/*.labelcontainer.active input
{
	padding-left:80px;
}

.labelcontainer.active label
{
	opacity:.5;
}*/

/* Fix placeholder - only required with certain fonts */
input::placeholder, textarea::placeholder
{
	color:#909090;
	padding-top:1px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder
{
	color:#909090;
	padding-top:1px;
}
input::-moz-placeholder, textarea::-moz-placeholder
{
	color:#909090;
	padding-top:1px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder
{
	color:#909090;
	padding-top:1px;
}
/* ======================================================================================================================================================================================
   Core
   ====================================================================================================================================================================================== */
.logo
{
/* 	width:180px; */
 	margin-bottom:2%;
	display:block;
	position:relative;
}

.logosmall
{
	width:100px;
}

.top
{
	width:100%;
 	max-height:350px;
/* 	background-image:url('../images/custom-home-tree.jpg');  */
	background-position:center bottom;
}

.header
{
	max-width:1280px;
	padding:1% 2%;
	overflow:auto;
}

.container
{
	max-width:1280px;
	margin-bottom:190px;	/* The bottom needs to be same height as the .bottom class (footer height) */
	background-color:#FAFAFA;
	padding:2%;
}

.main
{
	width:70%;
	display:inline-block;
	vertical-align:top;
}

.mainfull
{
	width:100%;
	display:inline-block;
}

.side
{
	width:26%;
	display:inline-block;
	vertical-align:top;
	float:right;
}

.contactform
{
	width:100%;
	max-width:400px;
	display:block;
/* 	vertical-align:top; */
}

.contactdetails
{
	width:100%;
	max-width:300px;
	display:block;
	text-align:center;
}

.bottom
{
	font-family:AmericanTypewriter;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

.footer
{
	max-width:1280px;
	padding:1% 2%;
	overflow:auto;
	text-align:center;
}

.modal
{
	width:380px;
	max-height:640px;
	padding:18px;
	overflow:auto;
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch;
}

.banner
{
	width:100%;
	font-size:25px; 
	color:#FFFFFF;
	text-align:center;
	background:rgba(0,0,0,0.5);
	line-height:1.5;
	padding:1%;
}

.gallery
{
	width:23%;
	position:relative; 
	text-align:center; 
	margin:1%;
	display:inline-block;
	vertical-align:top;
}

.blog
{
	width:31.1%; 
	padding:1.5%; 
	margin:1%; 
	display:inline-block; 
	vertical-align:top;
	background-color:#FFFFFF;
}

.report
{
	display:none;
	word-wrap:break-word; 
	overflow:hidden;
}

.social
{
	height:20px;
	margin-right:1%;
}

.scrollpage
{
	width:35px;
	height:35px;
	display:none;
	position:fixed;
	bottom:20px;
	right:20px;
	cursor:pointer;
}

.lineclampone
{
	overflow:hidden; 
	text-overflow:ellipsis; 
	display:-webkit-box; 
	-webkit-line-clamp:1; 
	-webkit-box-orient:vertical;
}

.lineclamptwo
{
	overflow:hidden; 
	text-overflow:ellipsis; 
	display:-webkit-box; 
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
}

.lineclampfive
{
	overflow:hidden; 
	text-overflow:ellipsis; 
	display:-webkit-box; 
	-webkit-line-clamp:5; 
	-webkit-box-orient:vertical;
}

.single
{
	width:100%;
}

.double
{
	width:44%; 
	margin:3%;
	float:left;
/* 	display:inline-block; */
/* 	vertical-align:top;	 */
}

.triple
{
	width:31%; 
	cursor:pointer; 
	display:inline-block;
	vertical-align:top;	
}

.quadriple
{
	width:23%; 
	display:inline-block;
	vertical-align:top;	
}

.quintuple
{
	width:19%; 
	display:inline-block;
	vertical-align:top;	
}

.clearfix:after
{ 
   content:" ";
   display:block; 
   height:0; 
   clear:both;
}
/* ======================================================================================================================================================================================
   Menu 
   ====================================================================================================================================================================================== */
.menu
{
	font-family:AmericanTypewriter;
	max-width:1280px;
	padding:0.5% 2%;
	display:block;
	text-align:center;
}

.menulogo
{
	height:16px; 
	position:relative; 
	top:-1px;
}

.menumobile
{
	display:none;
}

.menuexp
{
	margin:8% 0 12% 0;
	display:block;
}

.menuexpmobile
{
	display:none;
}

.menuiconleft /*sb-toggle-left*/
{
	float:left;
	display:none;
}

.menuiconright /*sb-toggle-right*/
{
	float:right;
	display:none;
	text-align:right;
}

.menubar1, .menubar2, .menubar3, .menubar4, .menubar5, .menubar6
{
    width:28px;
    height:2px;
    background-color:#FFFFFF;
    margin:6px auto;
    transition:0.5s;
}

.menuiconchange .menubar1
{
    -webkit-transform:rotate(-45deg) translate(5px,5px) ;
    transform: rotate(45deg) translate(5px,5px) ;
}

.menuiconchange .menubar2
{
	opacity:0;
}

.menuiconchange .menubar3
{
    -webkit-transform:rotate(45deg) translate(6px,-6px) ;
	transform: rotate(-45deg) translate(6px,-6px) ;
}

.menuiconchange .menubar4
{
    -webkit-transform:rotate(-45deg) translate(5px,5px) ;
    transform: rotate(45deg) translate(5px,5px) ;
}

.menubar5
{
	opacity:0;
}

.menuiconchange .menubar6
{
    -webkit-transform:rotate(45deg) translate(6px,-6px) ;
	transform: rotate(-45deg) translate(6px,-6px) ;
}

/* Overwrite Slidebars Background Colours */
#sb-site, .sb-site-container
{
	background-image:url("../images/translating-services.jpg");
	background-position: bottom right;
	background-repeat:no-repeat;
	background-size:250px;
}

.sb-slidebar
{
	background:rgba(255,255,255,1) !important;
}

/*.sb-close
{
	display:none;
}*/
/* ======================================================================================================================================================================================
   Cart 
   ====================================================================================================================================================================================== */
.cartlogo
{
	height:100%;
	float:left;
	display:none;
}

.cartheader
{
	max-width:1280px;
	height:47px;
	padding:10px 2%;
	overflow:auto;
}

.cartcontainer
{
	max-width:1280px;
	min-height:542px;
	padding:2%;
	margin-bottom:300px;	/* The bottom needs to be same height as the .bottom class (footer height) */
	overflow:auto;
}

.cartmain
{
	width:83%;
	display:inline-block;
	vertical-align:top;	
	padding-top:1%;
	overflow:visible;
}

.cartside
{
	width:15%;
	display:inline-block;
	vertical-align:top;
	float:left;
	padding-top:1%;
	margin-right:2%;
}

.cartrefine
{
	width:100%; 
	margin:2% 0; 
	float:left;
}

.cartrefinebutton
{
	width:100% !important;
	float:none !important;
	display:none;
}

.cartdisplay
{
	width:400px; 
	max-height:600px; 
	padding:10px; 
	border-top:none !important; 
	position:absolute; 
	top:35px; 
	right:0; 
	overflow:auto;
	overflow-x:hidden;
}

.cartviewoption
{
	width:100%;
	height:50px; 
	text-align:left;
	padding:1%;
	margin-bottom:10px;
	overflow:hidden;
}

.cartgallery
{
	width:23.5%;
	float:left;
	margin:1%;
}

.cartgallery:nth-of-type(4n+1)
{
	margin-left:0;
	margin-right:1%;
}

.cartgallery:nth-of-type(4n)
{
	margin-left:1%;
	margin-right:0;
}

.cartlist
{
	width:100%;
	margin:2% auto;
	overflow:hidden;
}

.cartitem
{
	width:100%;
	margin-top:1%;
	float:right;
}

.cartlist p, .cartitem p
{
	margin:0;
}

.cartdetails
{
	width:90vw;
	max-width:1000px;
 	padding:24px;
 	/*height:90vh;*/
	min-height:400px;
	max-height:760px;
	overflow:scroll;
	overflow-x:hidden;
}

.cartprice
{
	font-weight:bold;
}

.cartpricediscount
{
	color:#ED1848; 
	font-weight:bold;
}

.card
{
    width:14.5%;
    margin:1%;
    float:left;
}

.ui-widget-header
{
	background:#09A9CF !important;	/* colour of the price slider */
}
/* ======================================================================================================================================================================================
   Links 
   ====================================================================================================================================================================================== */
a:link 
{
	color:#538CCC;
	text-decoration:none;
}

a:visited
{
	color:#538CCC;
}

a:hover 
{
	color:#000000;
	text-decoration:underline;
}

.smalllink a:link 
{
	color:#909090;
	text-decoration:none
}

.smalllink a:visited
{
	color:#909090;
}

.smalllink a:hover 
{
	color:#E0E0E0;
}

.menulink a:link 
{
	font-size:19px;
	color:#000000;
	font-weight:300;
	text-decoration:none;
}

.menulink a:visited
{
	color:#000000;
}

.menulink a:hover 
{
	color:#538CCC;	/* update menu.css, menu-mobile.css, menu-exp-mobile.css 'current' colour as well */
}

.menulinkexp a:link 
{
	font-size:14px;
	color:#505050; 
	text-decoration:none;
	/* 	line-height:1; */
}

.menulinkexp a:visited
{
	color:#505050;
}

.menulinkexp a:hover 
{
	color:#09A9CF;	/* update menu-exp.css 'current' colour as well */
}
/* ======================================================================================================================================================================================
   Miscellaneous
   ====================================================================================================================================================================================== */
.smallfont
{
	font-size:12px;
	color:#606060;
}

.textshadow
{		
	text-shadow:0px 1px 0px #E5E5E5;
}

.imageborder
{
	box-sizing:border-box;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-style:solid;
	border-width:1px;
	border-color:#EEEEEE;
}

.rounded
{
	border-radius:4px;
}

.shadow
{
	/*h-shadow v-shadow blur spread color inset;*/
	box-shadow:0 0 10px 0 #A0A0A0;
}

.hiddenpic
{
	display:none;
}
/* ======================================================================================================================================================================================
   Search 
   ====================================================================================================================================================================================== */
.search
{
	position:relative; 
	display:inline; 
	padding:15px; 
	float:right; 
	z-index:3;
}

.searchcart
{
	height:50px;
	text-align:center; 
	font-size:18px; 
	padding:2%; 
	margin:0;
	position:relative;
}

.searchicon
{
	height:22px; 
	position:relative; 
	float:right; 
	cursor:pointer;
}

.searchsite
{
	width:180px; 
	font-size:16px; 
	line-height:1; 
	font-weight:300; 
	position:relative;
	float:right; 
	padding:2px 0 0 8px; 
	margin:0; 
	color:#FFFFFF; 
	border:none;
	background:none !important; 
}

.overlay
{
    background:rgba(48,48,48,0.6);
    display:none;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}
/* ======================================================================================================================================================================================
   Google Translate 
   ====================================================================================================================================================================================== */
.goog-te-gadget
{
	font-family:inherit !important;
	float:left;
	margin-left:10px;
}

.goog-te-gadget-simple
{
	border:none !important;
	font-size:inherit !important;
}

.goog-te-menu-frame
{
	-webkit-box-shadow:0 0 12px 0 #A0A0A0 !important;
	box-shadow:0 0 12px 0 #A0A0A0 !important;
}

.goog-te-menu2
{
	border:1px solid #EEEEEE !important;
}
/* ======================================================================================================================================================================================
   Site Specific 
   ====================================================================================================================================================================================== */
.table td
{
	padding:5px 10px;
}

.payment
{
	padding:2%;
	margin:3%;
	background-color:#FFFFFF;
}

.box
{
	max-width:260px;
	padding:2%;
	margin:1%;
	text-align:center;
	font-size:14px;
	line-height:1.5 !important;
	background-color:#FFFFFF;
}

.box p
{
	margin:0;
}

.home
{
	text-align:center;
}

/* Facebook */
.fb_iframe_widget
{
	bottom:2px;
}

/* Twitter */
#twitter-widget-0
{
    bottom:-1px !important;
    position:relative !important;
    vertical-align:middle !important;
}

/* Google Plus */
#___plusone_0,#___plusone_1
{
    vertical-align:middle !important;
}