/*   
	Theme Name: Claxton
	Theme URI: http://whatonline.co.uk
	Description: A custom theme by whatonline
	Author: Paul Gosnell
	Author URI: http://whatonline.co.uk
	Version: v1
*/

@import url("./css/formalize.css");
@import url("./css/normalize.css");
@import url("./css/flexslider.css");
@import url("./css/base.css");

/* #Base 960 Grid
================================================== */

.container                                  { position: relative; width: 941px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: right; display: inline; margin-left: /*10px; margin-right: 10px;*/ }
.row                                        { margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns                     { width: 40px;  }
.container .two.columns                     { width: 100px; }
.container .three.columns                   { width: 160px; }
.container .four.columns                    { width: 234px; }
.container .five.columns                    { width: 280px; }
.container .six.columns                     { width: 340px; }
.container .seven.columns                   { width: 400px; }
.container .eight.columns                   { width: 460px; }
.container .nine.columns                    { width: 520px; }
.container .ten.columns                     { width: 580px; }
.container .eleven.columns                  { width: 640px; }
.container .twelve.columns                  { width: 700px; }
.container .thirteen.columns                { width: 760px; }
.container .fourteen.columns                { width: 820px; }
.container .fifteen.columns                 { width: 880px; }
.container .sixteen.columns                 { width: 940px; }
.container .itm.columns                  { width: 700px !important; }
.container .one-third.column                { width: 300px; }
.container .two-thirds.column               { width: 620px; }

/* Offsets */
.container .offset-by-one                   { padding-left: 60px;  }
.container .offset-by-two                   { padding-left: 120px; }
.container .offset-by-three                 { padding-left: 180px; }
.container .offset-by-four                  { padding-left: 240px; }
.container .offset-by-five                  { padding-left: 300px; }
.container .offset-by-six                   { padding-left: 360px; }
.container .offset-by-seven                 { padding-left: 420px; }
.container .offset-by-eight                 { padding-left: 480px; }
.container .offset-by-nine                  { padding-left: 540px; }
.container .offset-by-ten                   { padding-left: 600px; }
.container .offset-by-eleven                { padding-left: 660px; }
.container .offset-by-twelve                { padding-left: 720px; }
.container .offset-by-thirteen              { padding-left: 780px; }
.container .offset-by-fourteen              { padding-left: 840px; }
.container .offset-by-fifteen               { padding-left: 900px; }

/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
.row:after,
.clearfix:after {
clear: both; }
.row,
.clearfix {
zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

/* =============================================================================
   Primary styles
   ========================================================================== */
   
*{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
body{
	background:url(./images/body.png);
	padding:36px 0 0 0;
	font-size:12px;
	overflow:hidden;
}
body.noscroll,
html.noscroll{
	overflow:hidden!important;
}
h1{
	font-size:30px;
	color:#4C6172;
	font-weight:bold;
	
}
h2{
	font-size:20px;
	color:#4C6172;
	line-height:24px;
	font-weight:bold;
	background-color:#ccc;
	border:1px #999 solid;
	padding:10px;
	margin:0;
}
h6 {
	background-color:#eee;
	display:block;
	margin:0;
	padding:10px;
	
}
.red{
	color:#D2212A;
}
h4 {
	font-size: 21px;
	line-height: 24px;
	margin: 14px 0;
}
h4 strong{
	color:#D2212A;
}
h4 small{
	display:block;
}
h5{
	font-size:18px;
	color:#51616E;
	margin:0 0 10px 0;
	font-weight:bold;
}
p{
	margin:0 !important;
}
ul li{
}
ul.arrow-red{
	margin:0 0 0 15px;
	padding:0;
}
ul.arrow-red li{
	list-style-image:url(./images/arrow-red-sml.png);
}
a{
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:visited {
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
hr{
	margin:10px 0;
}
blockquote,
blockquote p{
	font-weight:bold;
	color:#51626F;
	border:0;
}

/* =============================================================================
   header
   ========================================================================== */

.fixed_bar{
	position:fixed;
	height:36px;
	left:0;
	top:0;
	right:0;
	background:#eee;
	z-index:99999999999999;
}
.fixed_bar.docked{
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
header{
	height:100px;
	background:#fff url(/images/header.jpg);
}
header img{
	margin:22px 0 0 0;
}
a.icon{
	display:inline-block;
	width:36px;
	height:36px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	float:left;
	background-image: url(./images/icons.png);
}
a.icon:first-child{
	border-left:1px solid #fff;
}
a.twitter.icon{background-position: -36px 0;}
a.linkedin.icon{background-position: -72px 0;}
a.flickr.icon{background-position: -108px 0;}
a.youtube.icon{background-position: -174px 0;}
a.rss.icon{background-position: -139px 0;}
a.email.icon{background-position: -209px 0;}
a.arrow.icon{background-position: -244px 0;}

a.country{
	font-size:12px;
	line-height:36px;
	padding:0;
	border-right:1px solid #fff;
	display:inline-block;
	float:right;
	position:relative;
	width:18%;
	text-align:center;
	color:#51626F;
}
a.country-lrg{
	width:28%;
}
a.country:last-child{
	border-left:1px solid #fff;
}
a.country.active,
a.country:hover{
	background:#909AA2;
	text-decoration:none;
	color:#fff;
}
a.country.active:after{
	content:'';
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-5px;
	width:0;
	height:0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #909AA2;
}
a.country.active.dock:after{
	border:0!important;
}
.country-contact{
	background:#fff;
	position:relative;
	z-index:10;
	display:none;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.country-contact.active{
	display:block;
}
.country-contact p{
	margin:0;
	padding:8px 12px;
	color:#E51E20;
	font-size:13px;
}
.country-contact p a{
	color:#E51E20;
	padding-left:15px;
}
.country-contact-wrap,
.country-wrap{
	width:442px;
	float:left;
	margin:0 10px 0 0;
}
div.search{
	background:#eee;
	overflow:hidden;
	width:442px;
	float:right;
}
.search form{
	overflow:hidden;
}
.input-submit{
	margin:3px 0 0 0!important;
	background:none!important;
	border:0!important;
	color:#E51E20!important;
	font-size:13px!important;
	text-shadow:none!important;
	float:right;
	text-transform:uppercase;
	padding:7px 10px;
	moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
}
.input-search{
	background:none!important;
	border:0!important;
	background:url(./images/search.png) 5px 0 no-repeat!important;
	text-indent:30px;
	width:340px;
	margin: 2px 0 0 2px;
}

/* =============================================================================
   nav
   ========================================================================== */

#nav{
	height:40px;
	padding:0 0 0 12px;
	background-color:#ccc;
}
nav{
	border-bottom:1px solid #fff;
}
nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
nav ul li{
  border-left: 1px solid #FFFFFF !important;
    display: block !important;
    float: right;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
}
nav .opened ul li{
	display:block!important;
	width:100%!important;
	border-bottom:1px solid #ccc;
}
nav ul li:last-child{
	/*margin:0;*/
}
nav ul li a{
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
	font-family:DPMitra;
	font-size:15px;
}
nav ul li.current_page_parent a,
nav ul li.current-page-ancestor a,
nav ul li.current-menu-item a,
nav ul li a:hover,
nav ul li.active a{
	color:#D2212A;
	text-decoration:none;
}

.newsletter{
	background:#fff url(./images/newsletter-img.png) 90% 90% no-repeat;
	clear:both;
	position:absolute;
	top:40px;
	left:0;
	right:0;
	z-index:99999;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	-o-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	height:0;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.container .newsletter .ten.columns{
	margin-top:40px;
	margin-left:59px;
}
.mask{
	position:absolute;
	top:176px;
	right:0;
	bottom:0;
	left:0;
	background:#000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	z-index:9999;
	display:none;
}
.ie8 .mask{
	background:url(./images/ie-hover.png);
}
.close-newsletter{
	position:absolute;
	top:5px;
	right:5px;
	background:#EDF0EF;
	color:#51626F;
	padding:2px 4px;
	cursor:pointer;
}
.newsletter form{
	padding:0 50px;
	display:none;
}
.newsletter.open{
	height:280px;
}
.newsletter input{
	margin: 0 0 14px 0;
	background-color:#eee;
}
.newsletter select{
	margin: 0 0 16px 0;
	background-color:#eee;
	width:160px;
}
.newsletter input{
	width:160px;
}
.newsletter input.wpcf7-submit{
	background: url(./images/signup.png) no-repeat;
	width:60px;
	height:60px;
	border:0;
	text-indent: -99999px;
}


.sub-nav{
	width:240px!important;
	margin-right:0!important;
	background:#A7B2B1;
}
.sub-nav .parent_title{
	background:#fff;
	display:block;
	padding:6px 12px;
	color:#D2212A;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	text-align:right;
	font-size:18px;
}
.sub-nav ul{
	margin:0;
	padding:0;
}
.sub-nav ul li{
	margin:0;
	padding:0;
}
.sub-nav ul li a{
	display:block;
	padding:10px 12px;
	border-bottom:1px solid #fff;
	padding: 10px 40px 10px 0;
    text-align: right;
	direction:rtl;font-size:14px;
}
.sub-nav ul li.current_page_ancestor a,
.sub-nav ul li.current_page_item a{
	background:#fff url(./images/sub-nav.png) no-repeat 95% 50%;
	text-decoration:none;
}
.sub-nav ul li a:hover{
	background:#eee url(./images/sub-nav.png) no-repeat 95% 50%;
	text-decoration:none;
}
.sub-nav .children{
	display:none;
}
.video-panel{
	background:url(./images/video-panel.jpg) no-repeat 0 0;
	width:240px;
	height:240px;
	overflow:hidden;
	display:block;
	-webkit-transition: none;  
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.video-panel:hover{
	background-position:right;
}
.page-id-19 .video-panel{
	display:none;
}

/* =============================================================================
   slider
   ========================================================================== */
   
.caroufredsel_wrapper{
	overflow:visible!important;
}
#c-carousel {
	height: 100%;
	min-height: 308px;
}
.casestudy-masthead #c-carousel,
.product-masthead #c-carousel {
	min-height: 480px;
}
#wrapper {
	width: 940px!important;
	height: 308px;
	margin-top: -155px;
	position: absolute;
	top: 50%;
	left: 0px;
}
.casestudy-masthead #wrapper,
.product-masthead #wrapper {
	height: 480px;
	margin-top: -240px;
}

#carousel img,
#carousel2 img {
	display: block;
	float: left;
	border:1px #fff solid;
}
#carousel .slide,
#carousel2 .slide {
	width: 940px;
	float:left;
}
.casestudy-masthead #carousel .slide {
	height: 480px;
}

#prev, #next {
	display: block;
	height: 309px;
	width: 100%;
	top: 0;
	position: absolute;
	z-index:9999999;
}
.casestudy-masthead #prev, 
.casestudy-masthead #next,
.product-masthead #prev, 
.product-masthead #next {
	height: 480px;
}
#prev {
	left: -100%;
	background: #fff url(./images/left-arrow.png) no-repeat 95% 50%;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#next {
	right: -100%;
	background: #fff url(./images/right-arrow.png) no-repeat 5% 50%;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#prev:hover {
	background: #fff url(./images/left-arrow.png) no-repeat 90% 50%;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#next:hover {
	background: #fff url(./images/right-arrow.png) no-repeat 10% 50%;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#pager {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	text-align: center;
}
#pager a {
	border: 2px solid #fff;
	border-radius: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}
#pager a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
#pager a span {
	display: none;
}
#pager a.selected {
	background-color: #fff;
}
.page-number{
	margin-top:50px; 
	color:#4C6172;
	text-align:center;
	font-weight:bold;
	position:absolute;
	bottom:-50px;
	right:0;
	left:0;
	text-align:center;
}
.page-number-prev{
	color:#4C6172;
	font-weight:bold;
	float:left;
	margin-top:50px;
	color:#4C6172!important;
	display:none!important;
	position:absolute;
	bottom:-30px;
	right:0;
}
.page-number-next{
	color:#4C6172;
	font-weight:bold;
	float:right;
	margin-top:50px;
	color:#4C6172!important;
	background:url(./images/arrow-red-sml.png) no-repeat 100% 50%;
	padding:0 15px 0 0;
	position:absolute;
	bottom:-30px;
	right:0;
}
.masthead{
	border-bottom:1px solid #fff;
}
.masthead img{
	max-width:100%;
	height:auto;
}
/* =============================================================================
   homepage > service panels
   ========================================================================== */
.dropShadow {
	float:right;
	width: 220px;
	
}
.services{
	width:940px;
}
.pictures{
	width:940px !important;
}
.pictures .columns{
	text-align:center;
	overflow:hidden;
	margin:0;
	width:160px!important;
	height:240px!important;
	position:relative;
	background:#ccc;
}

.services .columns{
	text-align:center;
	overflow:hidden;
	margin:0;
	width:235px!important;
	height:240px!important;
	position:relative;
	background:#ccc;
}
.services .columns.large{
	width:470px!important;
	height:480px!important;
}

.services .columns.pilan{
	width:940px!important;
	height:515px!important;
}
.services .columns.pilank{
	width:470px!important;
	height:315px!important;
}

.services .columns.shop{
	width:305px!important;
	height:350px!important;
	margin:4px;
}
.services .columns.pic{
	    height: 220px !important;
    margin: 4px;
    width: 250px !important;
}
#desc {
	background-color: #666;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-family: wyekan;
    font-size: 16px;
    height: 30px;
    left: 0;
    padding: 4px;
    position: absolute;
    text-align: center;
    width: 100%;
	
	
}
.services.category .columns{
	width:233px!important;
	height:233px!important;
}
.services .columns .toast-news,
.services .columns .toast-sml,
.services .columns .toast{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#000;
	background:rgba(0,200,255,0.8);
	z-index:90;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.services .columns .toast-sml{
	background: #000 url(./images/arrow-red-sml.png) no-repeat 90% 50%;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	line-height:120px;
}
.services .columns:hover .toast{
	opacity:1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index:99999;
}
.services .columns.landscape:hover .toast{
	opacity:0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.services .columns.landscape.id19 .toast{
	display:none!important;
}
.ie8 .services .columns:hover .toast{
	background:url(./images/ie-hover.png) repeat 0 0!important;
}
.ie8 .services .columns.landscape:hover .toast{
	background:url(./images/ie-hover.png) repeat 0 0!important;
}
.services .columns.id97 .toast{
	background:none!important;
}
.services .columns .panel_image_hover{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#000;
	background:rgba(0,0,0,0.7);
	z-index:91;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;  
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.services .columns:hover .panel_image_hover{
	opacity:1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.services .columns.landscape{
	width:470px!important;
	height:240px!important;
}
.services .columns.portrait{
	width:235px!important;
	height:480px!important;
	background:#A7B2B1;
}
.services .columns.large-square{
	width:470px!important;
	height:480px!important;
}
.services .columns h4{
	text-align:center;
	position: absolute;
	top:41%;
	color:#fff;
	left:20px;
	right:20px;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-transform:uppercase;
	z-index:999999;
}
.home .services .columns.landscape h4{
	display: none;
}
.services .columns h4 a{
	color:#fff;
}
.services .columns p{
	position:absolute;
	text-align:left;
	left:30px;
	color:#fff;
}
.services .columns.large p{
	top:30px;
	right:30px;
}
.services .columns img{
	max-height:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
}
.services .columns.show_on_hover p{
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	top:30px;
	bottom:0;
	right:10px;
	background:url(./images/right-arrow.png) no-repeat 100% 100%;
	padding:0 0 40px 0;
}
.services .columns.hide-toast .toast{
	background:none!important;
}
.services .columns.show_on_hover:hover p{
	opacity:1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index:999;
	font-family:wyekan;
	text-align:right;
	font-size:18px;
}
.services .columns.show_on_hover:hover h4{
	display:none;
}
.services .columns.portrait h4{
	top:10px;
	left:30px;
	text-align:left;
}
.services .columns.portrait p{
	top:70px;
	right:30px;
}
.services .columns.landscape h4{
	top:10px;
	left:30px;
	text-align:left;
}
.services .columns.landscape p{
	top:70px;
	right:30px;
	font-size:16px;
	font-weight:bold;
	z-index:999;
}
.services .columns.landscape .txt-wrap {
	width:235px;
	height:240px;
	position:absolute;
	top:0;
	right:0;
	padding:20px 30px;
	background:#A7B1B1;
	z-index:999;
}
.services .columns.landscape:hover .txt-wrap {
	background:#000;
	z-index:99999999;
}
.services .columns.landscape.right .txt-wrap {
	left:0;
	right:auto;
}
.services .columns.landscape.right img {
	right:0;
	left:auto;
}
.services .columns.landscape .txt-wrap h4{
	top:auto!important;
	right:auto!important;
	left:auto!important;
	text-align:left;
	position:relative!important;
	color:#444!important;
	z-index:9999999;
}
.services .columns.landscape .txt-wrap h4 span{
	color:#51626F
}
.services .columns.landscape .txt-wrap h4 a{
	color:#444!important;
}
.services .columns.landscape .txt-wrap p{
	top:auto!important;
	right:auto!important;
	left:auto!important;
	position:relative!important;
	font-size:12px;
	line-height:17px;
	font-weight:normal;
	z-index:999;
	color:#444!important;
}

.services .columns.landscape:hover .txt-wrap h4,
.services .columns.landscape:hover .txt-wrap h4 a{
	color:#D2212A!important;
}
.services .columns.landscape:hover .txt-wrap h4 span{
	color:#eee!important;
}
.services .columns.landscape:hover .txt-wrap p{
	color:#fff!important;
}
.services .columns.id13{
	background:#fff;
}
/* ------------------------------------ innovations */
.services .columns.id11 h4{
	color:#363939;
}
.services .columns .innovation-sml{
	overflow:hidden;
	position:relative;
}
.services .columns .innovation-sml-first{
	background:#A7B2B1;
	overflow:hidden;
	position:relative;
	height:122px;
}
.services .columns .innovation-sml-first p{
	color:#51626F;
	top:45px;
	line-height:16px;
}
.services .columns .innovation-sml img{
	width:117.5px;
	height:120px;
	float:left;
	display:block;
}
.services .columns .innovation-sml p{
	width:117.5px;
	height:120px;
	float:right;
	display:block;
	position:relative;
	margin:0;
	padding:10px;
	top:auto;
	left:auto;
	right:auto;
	background:#96A2A4;
	color:#161616;
	line-height:15px;
}
.services .columns .innovation-sml.right p{
	float:left;
}
.services .columns .innovation-sml.right img{
	float:right;
	left:auto;
	right:0;
}
.services .columns. .innovation-sml p b{
	color:#000;
}
.services .columns .innovation-sml:hover .toast-sml{
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.services .columns.wide{
	width:940px!important;
	height:120px!important;
}
.services .columns.wide .innovation-sml{
	float:left;
	width:235px;
}
.services .columns.wide .columns{
	background:#96A2A4; 
	height:120px!important;
}
.services .columns.wide .columns.intro h4 {
	top:10px; 
	text-align:left;
	color:#161616;
}
.services .columns.wide .columns.intro p {
	top:65px;
	left:20px; 
	text-align:left;
	padding:0 0 0 28px;
	color:#161616;
}
/* ------------------------------------ news */
.services .columns.id13 h4{
	color:#D3222A;
}
.services .columns.id13 p{
	top:70px;
	left:30px;
	text-align:left;
	text-transform:uppercase;
	font-size:14px;
	color:#51626F;
	padding-right:10px;
}
.services .columns.id13 p.date{
	top:50px;
}
.services .columns.id13 p b{
	color:#000;
	display:block;
}
.services .columns.id13 p a{
	color:#161616;
	display:block;
}
.services .columns.id13 .toast,
.services .columns.id13:hover h4,
.services .columns.id13:hover p{
	display:none;
}
.services .columns.id13:hover .toast-news p{
	display:block;
	color:#fff;
}
.services .columns.id13 .toast-news p{
	margin:30px 0 0 0;
	color:#fff;
}
.services .columns.id13 .toast-news a{
	color:#fff;
	background:url(./images/arrow-red-sml.png) no-repeat 100% 50%;
	padding:0 15px 0 0;
}
.services .columns.id13:hover .toast-news{
	opacity:1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ie8 .services .columns.id13:hover .toast-news{
	background:url(./images/ie-hover.png) repeat 0 0;
}
.services .columns.id13 h4{
	top:10px;
	left:30px;
	text-align:left;
}
.services .columns.id30 h4,
.services .columns.id16 h4,
.services .columns.id87 h4{
	display:none;
}
.services .columns.id16 h4{
	top:10px;
}
.casestudy-masthead .services .columns h4{
	top:10px;
	left:30px;
	text-align:left;
}
.casestudy-masthead .services .columns p{
	top:70px;
	left:30px;
	text-align:left;
}

/* =============================================================================
   main content
   ========================================================================== */

.main-content{
	background:#FDFDFD;
	padding:10px 20px;
	width:100%;direction:rtl;
	font-size: 14px;
}
.main-content-header + p{
	font-size:20px;
	color:#4C6172;
	line-height:24px;
	font-weight:bold;
}
.eight.columns.main-content{
	margin:0!important;
}
.main-content img{
	max-width:100%;
	height:auto;
}
.downloads a,
.content_block a,
.main-content a{
	text-decoration:underline;
	color:#D2212A;
}
.blog .main-content a{
	text-decoration:none;
}
.main-content ul{
	margin-left:0;
	padding-left:16px;
}
.main-content li{
	/*list-style-image: url(./images/arrow-grey-sml.png);*/
	/*font-weight:bold;*/
	color:#4C6172;
}
.main-content img{
	max-width:100%;
	height:auto;
}
.main-content-header{
	background:#51626F;
	color:#fff;
	margin:-10px -40px 20px -40px;
	padding:10px 40px 20px 40px;
	height:240px;
}
.main-content-header h1{
	color:#fff;
	line-height:36px;
	font-weight:bold;
	margin-bottom:0;
	padding-right:50px;
}
.main-content-header h2{
	color:#fff;
	line-height:26px;
	font-size:26px;
	font-weight:bold;
	text-transform:uppercase;
	color:#A7B2B1;
	margin-top:5px;
	padding-right:50px;
}
.bg-white{
	background:#fff;
	overflow:hidden;
	clear:both;
	margin:0 10px;
}
.bg-white .main-content{
	background:#fff;
	padding:10px 30px 10px 40px;
	margin-left:0!important;
}

/* =============================================================================
   breadcrumb
   ========================================================================== */
   
.breadcrumb{
	background:#51626F;
	border-bottom:1px solid #ccc;
}
.breadcrumb p{
	margin:0;
	padding:5px 40px;
	color:#fff;
	font-size:11px;
}
.breadcrumb p a{
	color:#AABAB8;
}
.breadcrumb.white{
	background:#fff;
}
.breadcrumb.white p{
	color:#333;
	padding:10px 40px;
}
.breadcrumb.white p a{
	color:#51626F;
}

/* =============================================================================
   pages > product
   ========================================================================== */

.product-thumbs{
	background:#A7B2B1;
	color:#fff;
	height:240px;
}
.lightbox-thumb{
	width:120px;
	height:120px;
	display:block;
	float:left;
}
.fancybox-title-float-wrap .child{
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;	
}
.product-sidebar{
	width: 240px!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
}

/* =============================================================================
   clamps
   ========================================================================== */

.clamp-header{
	background:#fff;
}
.clamp-header:hover{
	cursor:pointer;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.clamp-header i{
	display:block;
	float:right;
	width:37px;

	height:37px;
	margin-top:12px;
	background:url(./images/icons-product.png) no-repeat 0 8px;
}
.clamp-header h2{
	margin:0;
	padding:0;
	color:#444;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	line-height:60px;
	text-indent:20px;
}
.clamp-body-static,
.clamp-body{
	padding:10px;
	background:#fff;
	overflow:hidden;
	display:none;
}
.clamp-body-static{
	display:block;
	border-left:1px solid #A7B2B1;
	border-bottom:1px solid #A7B2B1;
	border-top:1px solid #A7B2B1;
}
.clamp-body-static img{
	max-width:100%;
	height:auto;
}
.clamp-body-static select,
.clamp-body-static input,
.clamp-body select,
.clamp-body input{
	margin:0 0 5px 0;
	display:block;
	display:inline-block;
	width:170px;
}
.clamp-body-static input[type=checkbox],
.clamp-body input[type=checkbox]{
	width:auto;
}
.clamp-body-static input.wpcf7-submit,
.clamp-body input.wpcf7-submit{
	background: url(./images/button-send.png) no-repeat;
	width:60px;
	height:39px;
	border:0;
	float:right;
	text-indent: -99999px;
}
.clamp.contact{
	border-left:1px solid #D3222A;
}
.clamp.contact .clamp-header{
	background:#D3222A;
}
.clamp.contact .clamp-header h2{
	color:#fff;
}
.clamp.contact .clamp-header.open i{
	-moz-transition: all .5s;
	-ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.clamp.downloads{
	border-left:1px solid #51626F;
}
.clamp.downloads .clamp-header{
	background:#51626F;
}
.clamp.downloads .clamp-header i{
	background-position: -3px -50px;
}
.clamp.downloads .clamp-header h2{
	color:#fff;
}
.clamp.downloads .clamp-header.open i{
	-moz-transition: all .5s;
	-ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.clamp.downloads ul{
	margin:0;
	padding:10px 0 0 15px;
}

.clamp.share{
	border-left:1px solid #A7B2B1;
}
.clamp.share .clamp-header{
	background:#A7B2B1;
}
.clamp.share .clamp-header h2{
	color:#fff;
}
.clamp.share .clamp-header i{
	background-position: -3px -110px;
}
.clamp.share ul.list-share{
	margin:0 -10px -10px -10px;
	padding:0;
}
.clamp.share ul.list-share li{
	margin:0;
	padding:0;
}
.clamp.share ul.list-share li a{
	background:#E2E2E2 url(./images/icons-share-product.png) no-repeat 0 0;
	display:block;
	padding:10px 10px 10px 30px;
	border-bottom:1px solid #A7B2B1;
}
.clamp.share ul.list-share li:first-child a{
	border-top:1px solid #A7B2B1;
}
.clamp.share ul.list-share li a.product-share-facebook{
	background-position: 0 6px;
}
.clamp.share ul.list-share li a.product-share-twitter{
	background-position: 0 -30px;
}
.clamp.share ul.list-share li a.product-share-linkedin{
	background-position: 2px -66px;
}


.clamp.related{
	border-left:1px solid #A7B2B1;
}
.clamp.related .clamp-header{
	background:#fff;
}
.clamp.related .clamp-header h2{
	color:#51616E;
}
.clamp.related .clamp-header i{
	background-position: -3px -168px;
}

.clamp.news-archive{
	border-left:1px solid #A7B2B1;
}
.clamp.news-archive .clamp-header{
	background:#fff;
}
.clamp.news-archive .clamp-header h2{
	color:#51616E;
}
.clamp.news-archive .clamp-header i{
	background: url(./images/icon-news-archive.png) no-repeat 4px 8px;
}

.clamp.products{
	border-left:1px solid #51626F;
}
.clamp.products .clamp-header{
	background:#51626F;
}
.clamp.products .clamp-header i{
	background-position: -3px -231px;
}
.clamp.products .clamp-header h2{
	color:#fff;
}
.clamp.products .clamp-body{
	border-bottom:1px solid #51626F;
}


.clamp.lunch{
	border-left:1px solid #A7B2B1;
}
.clamp.lunch .clamp-header{
	background:#A7B2B1;
}
.clamp.lunch .clamp-header i{
	background-position: 0 -290px;
}

.signup-button{
	float:right;
	margin:5px 0 0 10px;
	cursor:pointer;
}

/* =============================================================================
   pages > testimonial
   ========================================================================== */

.testimonial-wrap{
	margin:0 -40px -10px -40px;
	overflow:hidden;
}
.testimonial{
	width:350px;
	height:350px;
	float:left;
}
.testimonial p{
	padding:70px 50px;
	text-align:center;
	color:#fff;
	font-size:19px;
	font-style:italic;
}

#testimonial1{background:#D3222A url(./images/testimonial1.png) 50% 50%;}
#testimonial2{background:#4C6172 url(./images/testimonial2.png) 50% 50%;}
#testimonial3{background:#fff url(./images/testimonial3.png) 50% 50%;}
#testimonial4{background:#A7B2B1 url(./images/testimonial4.png) 50% 50%;}
#testimonial5{background:#D3222A url(./images/testimonial1.png) 50% 50%;}
#testimonial6{background:#4C6172 url(./images/testimonial2.png) 50% 50%;}
#testimonial7{background:#fff url(./images/testimonial3.png) 50% 50%;}
#testimonial8{background:#A7B2B1 url(./images/testimonial4.png) 50% 50%;}
#testimonial9{background:#D3222A url(./images/testimonial1.png) 50% 50%;}
#testimonial10{background:#4C6172 url(./images/testimonial2.png) 50% 50%;}
#testimonial11{background:#fff url(./images/testimonial3.png) 50% 50%;}
#testimonial12{background:#A7B2B1 url(./images/testimonial4.png) 50% 50%;}

#testimonial2 p{padding-top:80px;}
#testimonial3 p{color:#4C6072!important; padding-top:110px;}
#testimonial4 p{color:#333!important; padding:95px 25px 0 90px;}
#testimonial5 p{padding-top:65px;}
#testimonial6 p{padding-top:132px;}
#testimonial7 p{color:#4C6072!important; padding-top:100px;}
#testimonial8 p{color:#333!important; padding:110px 25px 0 90px;}
#testimonial10 p{padding-top:80px;}
#testimonial11 p{color:#4C6072!important; padding-top:62px;}
#testimonial12 p{color:#333!important; padding:110px 25px 0 90px;}


/* =============================================================================
   pages > awards
   ========================================================================== */

.awards-wrap{
	margin:0 -42px 0 -40px;
}
.awards{
	width:233px;
	height:218px;
	float:left;
	position:relative;
	background:#9FAEAB;
	margin:0 1px 1px 0;
	overflow:hidden;
}
.awards-txt{
	position:absolute;
	top:10px;
	right:0;
	bottom:0;
	width:124px;
	background:#9FAEAB;
	color:#444;
}
.awards-txt:after{
	content:'';
	position:absolute;
	left:-10px;
	top:50%;
	margin-top:-5px;
	width:0;
	height:0;
	border-right: 10px solid #9FAEAB;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}

.awards-txt p{
	color:#444;
	padding:10px;
	margin:0;
}
.awards-txt p.year{
	font-size:16px;
}
	



/* =============================================================================
   pages > local to you
   ========================================================================== */

.smallmap{
	width:240px;
	height:240px;
	float:left;
	margin:10px 20px 30px 0;
}

/* =============================================================================
   pages > An Acteon Company
   ========================================================================== */

.image-panel-wrap{
	margin:0 -42px 0 -40px;
}
.image-panel{
	width:233px;
	height:220px;
	float:left;
	position:relative;
	text-align:center;
	margin:0 1px 1px 0;
}
.image-panel:hover{
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.image-panel:last-child{
	margin-bottom:20px;
}
.image-panel h2{
	color:#fff;
	text-align:center;
	position:absolute;
	top:120px;
	left:0;
	right:0;
	font-size:13px;
	line-height:16px;
	padding:0 10px;
	margin:0;
}
.image-panel a{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:999999;
}

/* =============================================================================
   footer
   ========================================================================== */

.back-to-top{
	margin:25px auto;
	display:block;
	cursor:pointer;
}
.strip{
	background:#A7B2B1;
	border:1px #fff solid;
}
.strip .container{
	width:940px;
}
.strip .columns{
	text-align:center;
	border-right:1px solid #fff;
	padding:15px 0 0 0;
	height:90px;
	overflow:hidden;
	margin:0;
	width:235px!important;
}
.strip .columns:first-child{
	border-left:1px solid #fff;
}
.strip .columns img{
	display:none;
}
.strip .columns a{
	display:block;
	height:90px;
}
.strip .expert{ background: #A7B2B1 url(./images/expert.png) no-repeat 50% 50%; }
.strip .award{ background: #A7B2B1 url(./images/award.png) no-repeat 50% 50%; }
.strip .huge{ background: #A7B2B1 url(./images/huge.png) no-repeat 50% 50%; }
.strip .family{ background: #A7B2B1 url(./images/family.png) no-repeat 50% 50%; border-left:1px #fff solid; }

.strip .expert:hover{ background: #fff url(./images/expert-red.png) no-repeat 50% 50%; }
.strip .award:hover{ background: #fff url(./images/award-red.png) no-repeat 50% 50%; }
.strip .huge:hover{ background: #fff url(./images/huge-red.png) no-repeat 50% 50%; }
.strip .family:hover{ background: #fff url(./images/family-red.png) no-repeat 50% 50%; }

footer{
	padding:50px 0;
	background:#fff;
}
footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
footer ul li{
	margin:0 0 5px 0;
	padding:0;
}
.copyright{
	margin: 20px 0;
	border:solid #ccc;
	border-width:1px 0;
	clear:both;
	padding:10px 0;
}
.copyright p{
	text-align:center;
	margin:0;
	padding:0;
}

.wp-post-image{
	display:block;
}

/* =============================================================================
   forms
   ========================================================================== */

#wpcf7-f255-p18-o2 input[type=text],
#wpcf7-f255-p18-o2 input[type=email]{
	float:left;
	margin:0 20px 20px 0;
}
#wpcf7-f255-p18-o2 textarea{
	margin:0 20px 20px 0;
}
#wpcf7-f255-p18-o2 input[type=submit]{
	background:url(./images/button-send.png) no-repeat;
	border:0;
	float:right;
	width:60px;
	height:39px;
	text-indent: -99999px;
}
div.wpcf7 img.ajax-loader{
	float:right;
}

/* =============================================================================
   downlaods page
   ========================================================================== */

.downloads.container{
	background:#fff;
	width:940px;
}
.downloads.container .four.columns{
	padding-left:15px;
}
.container.downloads .twelve.columns{
	width:700px;
	margin:0;
}
.download{
	background:#eee url(./images/downloads.png) no-repeat 50% 100%;
	height:340px;
	text-align:center;
	position:relative;
	width:350px!important;
	margin:0!important;
}
.download img{
	position:absolute;
	right:20px;
	bottom:20px;
}
.download h4{
	font-size:18px;
	font-weight:bold;
}


/* =============================================================================
   landing page v2
   ========================================================================== */

.content_block{
	background-color: #fff;
	/*
	background-image: -webkit-linear-gradient(top,#fff,#e7ebee);
	background-image: -moz-linear-gradient(top,#fff,#e7ebee);
	background-image: -ms-linear-gradient(top,#fff,#e7ebee);
	background-image: -o-linear-gradient(top,#fff,#e7ebee);
	background-image: linear-gradient(top,#fff,#e7ebee);
	*/
	overflow:hidden;
}
.content_block_txt{
	width:50%;
	float:left;
	padding:20px;
}
.content_block_img{
	width:50%;
	float:left;
}
.content_block_img img{
	max-width:100%;
	height:auto;
	display:block;
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.cf:before, 
.cf:after { 
	content: ""; 
	display: table; 
}
.cf:after { clear: both; }
.cf { *zoom: 1; }
.cb { clear:both; }
.center{ text-align:center; }
img.center { display:block; margin:0 auto; }
.fr { float: right; }
.fl { float: left; }
img.scale{ 
	max-width:100%;
	height:auto;
}
.no-mrg{ margin:0; }
img.hover {
	cursor:pointer;
}
.fancybox-overlay{
	z-index:99999999!important;
}
#fancybox-thumbs{
	z-index:999999999!important;
}
.slide-out-div,
.s2shandle{
	z-index:999999999!important;
}

.container .twelve.columns{
	margin-left:0;
}
.container .twelve.columns.main-content,
.container .twelve.columns.breadcrumb{
	width:940px;
}
.search .container .twelve.columns,
.archive .container .twelve.columns,
.single .container .twelve.columns,
.blog .container .twelve.columns,
.page-template-page-case-study-php .container .twelve.columns{
	margin-left:10px;
}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* =============================================================================
   iPad game
   ========================================================================== */

.ipad_red{
    background:#D3222A;
}
.ipad_red h1{
    color:#fff;
    line-height:28px;
    margin-top:0;
}
.ipad_topbar h1{
    margin:0;
}
.ipad_red p{
    color:#fff;
    font-family:16px!important;
    font-weight:bold;
}
.ipad_grey{
    background:#4C6172;
    padding:40px;
    color:#fff;
    clear:both;
}
.ipad_grey p{
    color:#fff;
    margin:0;    
}
.ipad_slides{
    width:960px;
    height:480px;
    overflow:hidden;
    margin:0;
    padding:0;
    position:relative;
}
.ipad_slides li.slide{
    width:960px;
    height:480px;
    overflow:hidden;
    position:relative;
    margin:0;
    padding:0;
    float:left;
    position:absolute;
    top:0;
    right:-100%;
    -webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ipad_slides li.slide_active{
    right:0;
}

.ipad_slides li.slide_right{
    right:-100%;
}
.ipad_slides li.slide_left{
    right:100%;
}
.ipad_sidebar{
    width:240px;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    padding:40px;
}
.ipad_intro{
    padding:40px;
}
.ipad_image{
    width:720px;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    
}
.slide_2 .ipad_image{background:url(./images/ipad/slide1.png) no-repeat; background-size:720px 480px;}
.slide_3 .ipad_image{background:url(./images/ipad/slide2.png) no-repeat; background-size:720px 480px;}
.slide_4 .ipad_image{background:url(./images/ipad/slide3.png) no-repeat; background-size:720px 480px;}
.slide_5 .ipad_image{background:url(http://www.claxtonengineering.com/wp-content/themes/whatonline/images/ipad/slide4.png) no-repeat; background-size:720px 480px;}


.ipad_stages{
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
    overflow:hidden;
}
.ipad_stages li{
    float:left;
    display:block;
    width:20px;
    height:20px;
    text-align:center;
    line-height:20px;
    background:#A21A20;
    color:#D3222A;
    margin:0 3px 0 0;
    font-weight:bold;
}
.ipad_stages li.active{
    background:#fff;   
}
.ipad_start{
    background:url(./images/ipad/ipad_start.png) no-repeat;
    width:183px;
    height:76px;
    display:block;
    margin:0 0 0 -10px;
    text-indent: -999em;
    overflow: hidden;
}
.ipad_back{
    background:url(./images/ipad/ipad_back.png) no-repeat;
    width:84px;
    height:54px;
    display:inline-block;
    margin:10px -10px 0 -10px;
    float:left;
}
.ipad_next{
    background:url(./images/ipad/ipad_next.png) no-repeat;
    width:106px;
    height:54px;
    display:inline-block;
    float:right;
    margin:10px -20px 0 0;
}
.ipad_questions{
    margin:10px -20px 0 0;
    padding:0;
    list-style:none;
}
.ipad_questions li{
    color:#fff;
    margin:2px 9;
    padding:0;
    font-weight:bold;
    font-size:14px;
}
.ipad_questions li span{
    display: inline-block;
    width: 135px;
}
.ipad_topbar{
    padding:40px;
}
.ipad_small{
    float:right;
    margin:-50px 0 -100px 0;
}
.ipad_white{
    background:#fff;
    overflow:hidden;
    clear:both;
    padding:40px;
}
.ipad_did_you_know{
    background: #fff url(./images/ipad/ipad_did_you_know.png) no-repeat 100% 50%;
    padding:20px 300px 20px 40px;
}
.ipad_did_you_know b{
    color:#7A8884;
}
.ipad_panel{
    display:block;
    float:left;
    width:240px;
    height:240px;
}
.panel1{
    background:#D3222A url(./images/ipad/panel1.png) no-repeat 37% 13%;
    width:240px;
    height:240px;
    clear:both;
    float:left;
}
.ipad .wpcf7-form-control-wrap{
    
}
.ipad .wpcf7 p{
    color:#4C6172;
}
.ipad .wpcf7-select {
    width:277px; 
}
.ipad .wpcf7-not-valid {
    border:1px solid red!important;
}
.ipad .wpcf7-validation-errors,
.ipad .wpcf7-not-valid-tip{
    display:none!important;
}
.ipad .acceptance-36  {
    float:none;
    margin:0 10px 0 0;
    display:inline-block;
}
.ipad .wpcf7-list-item {
    width:165px;
    display:block;
    float:left;
    margin:0;
}
.ipad .acceptance-36 .wpcf7-list-item {
    width:auto;
    display:block;
    float:left;
    margin:0;
}
.ipad .wpcf7-form-control-wrap.your-title {

}
.ipad .wpcf7-form-control-wrap.your-firstname{
    margin-right:3px;
}
.ipad .wpcf7 p small{
    line-height:11px;
    display:block;
    float:right;
    width:385px;
}
input.wpcf7-submit {
    background-image:none;
    border:0;
    text-indent:-99999px;
    background:url(./images/ipad/ipad_submit.png) no-repeat;
    width:175px;
    height:44px;
}
.coutrylist,
.your-email {
    margin-right:49px;
}
.ipad .wpcf7 label{
    display:inline-block;
    width:100px;
    line-height:16px;
}

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}
@font-face {
    font-family: "DPMitra";
    src: url("./fonts/MitraBold.eot?") format("eot"), url("./fonts/MitraBold.woff") format("woff"), url("./fonts/MitraBold.ttf") format("truetype"), url("./fonts/MitraBold.svg") format("svg");
}
@font-face {
    font-family: "WYekan";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/webyekan.eot?#iefix") format("embedded-opentype"), url("./fonts/webyekan.woff") format("woff"), url("./fonts/webyekan.ttf") format("truetype"), url("./fonts/webyekan.svg#webyekan") format("svg");
}

@charset 'UTF-8';
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: tahoma,'DPMitra', sans-serif;
  font-size: 14px;
  position: relative;
  direction:rtl;
}
#cssmenu a {
  line-height: 1.5;
}
#cssmenu {
  width: 941px;
  background: #fff;
  border:1px #fff solid;
 /* margin-left:9px;*/
}
#cssmenu > ul {
 /* border: 1px solid #000000;*/
 /* -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);*/
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  background: #ccc;
/*  background: -moz-linear-gradient(#555 0%, #666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #666));
  background: -webkit-linear-gradient(#555 0%, #666 100%);
  background: linear-gradient(#555 0%, #666 100%);*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul:after {
  clear: both;
  content: '';
  display: table;
}
@media all and (max-width: 480px) {
  #cssmenu > ul {
    max-height: 32px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  #cssmenu.expand ul {
    max-height: 900px;
  }
}
#cssmenu > ul > li {
  border-right: 1px solid #fff;
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
  float: right;
  padding:5px;
}
#cssmenu > ul > li.mobile {
  display: none;
}
#cssmenu > ul > li.active {
  background: #12c4f4;
 /* background: -moz-linear-gradient(#444444 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#444444 0%, #323232 100%);
  background: linear-gradient(#444444 0%, #323232 100%);*/
  
}
@media all and (max-width: 480px) {
  #cssmenu > ul > li {
    border-right: 0 none;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    display: block;
    float: none;
  }
  #cssmenu > ul > li.mobile {
    display: block;
  }
  #cssmenu > ul > li.mobile i {
    float: right;
    font-style: normal;
  }
}
#cssmenu > ul > li:last-child {
/*  border-right: 0 none;*/
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#cssmenu > ul > li:last-child ul {
  left: auto;
  right: 0;
}
#cssmenu > ul > li.mobile {
  border-right: 0 none;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
#cssmenu > ul > li > a {
  margin: 0 0 2px 0;
  font-size: 14px;
  font-family:tahoma;
  display: block;
  color: #000;
  /*text-shadow: 0 1px 1px #000;*/
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 6px 10px;
 /* font-weight: bold;*/
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  color: #fff;
 /* text-shadow: 0 1px 1px #000;*/
}
/* Sub menu */
#cssmenu ul ul {
  background: #ccc;
  border: 1px solid #cccccc;
 /* -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  padding: 5px 12px;*/
  display: none;
  position: absolute;
  top: 47px;
  right: 0;
  width: 200px;
  z-index: 1;
}
@media all and (max-width: 480px) {
  #cssmenu ul ul {
    position: relative;
    top: 0;
    width: 100%;
  }
}
#cssmenu ul ul li {

  border-bottom:1px #fff solid;
}
#cssmenu ul ul li:hover {
	background-color:#12c4f4;
	color:#fff !important;
}
#cssmenu ul ul a { 
 padding: 10px 5px;
  color: #000;
  display: block;
  font-size: 13px;
 /* font-weight: bold;*/
}
#cssmenu ul ul a:hover {
  color: #fff !important;
 

  font-weight: bold;
}
#cssmenu ul ul a:hover {
  color: #444444;
}
#floatMenu {
		position:absolute;
		top:150px;
		right:-150px;
		margin-left:235px;
		width:160px;
		z-index:1000;
		}
		#floatMenu ul {
			/*margin-bottom:20px;*/
			}
			#floatMenu ul li a {
				display:block;
				border:1px solid #999;
				background-color:#222;
				border-left:6px solid #999;
				text-decoration:none;
				color:#ccc;
				padding:5px 5px 5px 25px;
			}
			#floatMenu ul li a:hover {
				color:#fff;
				background-color:#333333;
			}
			#floatMenu ul.menu1 li a:hover {
				border-color:#09f;
			}
			#floatMenu ul.menu2 li a:hover {
				border-color:#9f0;
			}
			#floatMenu ul.menu3 li a:hover {
				border-color:#f09;
			}