/*
Theme Name: Geep
Theme URI: http://www.netgainseo.com
Author: Netgainseo
Author URI: http://www.netgainseo.com
*/
@import url('reset.css');
@import url('fonts/stylesheet.css');

.clearfix {
	display: inline-block;
}
 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}

#mainMenu .wrap.clearfix{
    width:800px;
    padding-left:25%
}
 
html .clearfix {
	display: block;
}
.clear{
	height: 0;
	clear:both;	
}

.clear-10{
	position:relative;
	height:10px;
	clear:both;
	width:100%;	
}

.clear-20{
	position:relative;
	height:20px;
	clear:both;
	width:100%;	
}

.clear-40{
	position:relative;
	height:40px;
	clear:both;
	width:100%;		
}


/*---- columns-----*/
.fullwidth.row{
    padding: 25px 0;
}

.col{
    position: relative;
    float: left;
}

.col.col_one{
    width: 100%;
}
.col.col_one_half{
    width: 50%;
}
.col.col_one_third{
    width: 33.33%;
}
.col.col_two_thirds{
    width: 66%;
}
.col.col_one_fourth{
    width: 25%;
}
.col.col_three_fourths{
    width: 75%;
}
.col.col_one_fifth{
    width: 20%;
}
.col.col_two_fifths{
    width: 40%;
}
.col.col_three_fifths{
    width: 60%;
}
.col.col_four_fifths{
    width: 80%;
}
.col.col_one_sixth{
    width: 16.66%;
}

.col > div{
    margin: 20px;
    position: relative;
}

.col.first > div{
    margin-left: 0px;
}

.col.last > div{
    margin-right: 0px;
}

#our-people-content .fullwidth {
    padding: 25px 0 0;
}

#our-people-content .col > div {
    margin: 0 6px;
}


table ul {
    margin-top: 20px;
}

body{
	font-size:14px;
	color:#333333;
	font-family: 'Arial';
	background:#FFFFFF;
	/*background:url('images/bacground.jpg');*/
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:center 428px;
	overflow-x:hidden;
}

h1,.h1{
	color:#83AE40; /*#385822*/
	font-family: 'Arial';
    font-weight:bold;
	font-size:30px;
	margin-bottom:10px;
}

h1.small{
	font-size:20px;
}

h2{
	color:#83AE40;
	font-family: 'Arial';
    font-weight:bold;
	font-size:30px;
	margin-bottom:10px;
}

h3{
	color:#6D6E72;
	font-family: 'Arial';
    font-weight:bold;
	font-size:20px;
	margin:10px 0;
}

h3 span{
	font-family: 'Arial';
}

h4{
	color:#83AE40;
	font-family: 'Arial';
	font-size:20px;
	margin:10px 0;	
}

h4 strong{
	font-family: 'Arial';
    font-weight:bold;
}

p{
	color:#6D6E72;
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
}

a{
	color:#83AE40;
	text-decoration:none;		
}

hr{
	border:none;
	display:block;
	width:100%;
	height:1px;
	background:#666666;
}

hr.light{
	border:none;
	display:block;
	width:100%;
	height:1px;
	background:#CCCCCC;
	margin:20px 0;
}

pre{
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	word-wrap: break-word;                 /* IE 5.5+ and up */
	/* overflow-x: auto; */                /* Firefox 2 only */
}

h2 span{
	font-family: 'Arial';
    font-weight:bold;
	font-family: 'Arial';
}

.greenButton{
	background: #88b23f; /* Old browsers */
	background: -moz-linear-gradient(top, #88b23f 0%, #6b943e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88b23f), color-stop(100%,#6b943e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #88b23f 0%,#6b943e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b23f', endColorstr='#6b943e',GradientType=0 ); /* IE6-9 */
	display:block;
	float:left;
	line-height:30px;
	padding:0 10px;
	color:#ffffff;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
	border-radius:4px;
}

.greenButton:hover{
	background:#88B23F;	
}


.greenButton:active{
	background:#6B943E;
}

.green{
    color: #6B943E;
}

.block{
    display: block;
    float: none;
}

.wrap{
	position:relative;
	margin:0 auto;
	width:1000px;	
}

#header{
	background:#FFFFFF;
	/*padding:30px 0;*/
    padding-top:30px;
    padding-bottom:5px;
}

#header > .wrap > span{
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'Arial';
    font-weight:bold;
    font-style:italic;
	position: absolute;
	bottom: 0px;
	left:275px;
}

#logo{
	display: block;
	float: left;
	padding-right: 20px;
	margin-right:20px;
	/*border-right: 1px solid #333333;*/
}

#logo img{
    max-width:100%;
}

#logos{
	position:absolute;
	float:left;
	left:520px;
	padding-right: 20px;
	margin-right:20px;
	border-right: 1px solid #333333;
}

#r2{
	width:98px;
	height:70px;
	display:block;
	background:url('images/header-logos-sprite.png');
	background-position:0px 0px;
	position:relative;
	float:left;
}

#bsi1{
	width:50px;
	height:70px;
	display:block;
	background:url('images/header-logos-sprite.png');
	background-position:-110px 0px;	
	position:relative;
	float:left;
	margin-left:10px;
}

#bsi2{
	width:50px;
	height:70px;
	display:block;
	background:url('images/header-logos-sprite.png');
	background-position:-170px 0px;	
	position:relative;
	float:left;
	margin-left:10px;
}

#socialLanguage{
	position: absolute;
	right: 0px;
width:240px;
}

#facebook{
	position:relative;
	float:right;
	width:30px;
	height:30px;
	background:url('images/socialSprite.png');
	background-position:0px 0px;
	margin-right:5px;
}
#facebook:hover{ background-position: 0px -40px; }
#facebook:active{ background-position: 0px -80px; }

#twitter{
	position:relative;
	float:right;
	width:30px;
	height:30px;
	background:url('images/socialSprite.png');
	background-position:-35px 0;
	margin-right:5px;
}
#twitter:hover{ background-position:-35px -40px; }
#twitter:active{ background-position:-35px -80px; }

#linkedin{
	position:relative;
	float:right;
	width:30px;
	height:30px;
	background:url('images/socialSprite.png');
	background-position:-70px 0px;
	margin-right:5px;
}
#linkedin:hover{ background-position:-70px -40px; }
#linkedin:active{ background-position:-70px -80px; }

#youtube{
	position:relative;
	float:right;
	width:30px;
	height:30px;
	background:url('images/socialSprite.png');
	background-position:-105px 0px;
	margin-right:5px;
}
#youtube:hover{ background-position:-105px -40px; }
#youtube:active{ background-position:-105px -80px; }

#login{
	position:relative;
	float:right;
	width:80px;
	height:30px;
	background:url('images/socialSprite2.png');
	background-position:-140px 0px;
	margin-right:5px;
}
#login:hover{ background-position:-140px -40px; }
#login:active{ background-position:-140px -80px; }

#fontSize{
    float: left;
    height: 30px;
    position: relative;
    top: auto;
    width: auto;
 }

#fontSize p{
    font-size:20px;
    line-height:30px;
}

#font_max{
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    background: url('images/textSprite.png');
    background-position:-35px 0px;
    margin-right:5px;
}

#font_max:hover{
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    background: url('images/textSprite.png');
    background-position:-35px -40px;
    margin-right:5px;
}

#font_max:active{
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    background: url('images/textSprite.png');
    background-position:-35px -80px;
    margin-right:5px;
}

#font_min{
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    background: url('images/textSprite.png');
    background-position:0px 0px;
    margin-right:5px;
}

#font_min:hover{
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    background: url('images/textSprite.png');
    background-position:0px -40px;
    margin-right:5px;
}

#font_min:active{
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    background: url('images/textSprite.png');
    background-position:0px -80px;
    margin-right:5px;
}

#mainMenu{
	background: #87b13f; /* Old browsers */
	background: -moz-linear-gradient(top, #87b13f 0%, #6c953e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87b13f), color-stop(100%,#6c953e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #87b13f 0%,#6c953e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #87b13f 0%,#6c953e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #87b13f 0%,#6c953e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #87b13f 0%,#6c953e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b13f', endColorstr='#6c953e',GradientType=0 ); /* IE6-9 */
	border-left:none;
	border-right:none;
	border-top:1px solid #94d348;
	border-bottom:1px solid #83AE40;

    width:100%;
    max-width:1000px;
    clear:both;
    position:relative;
    margin: 0 auto 0;
}

#menu-main-menu{
	
}

#menu-main-menu > li{
	float: left;
    position: relative;
	line-height:40px;
	margin: 0 5px 0 0px;
    padding: 0 5px 0 10px;
}

#menu-main-menu > li:after{
	background: none repeat scroll 0 0 #94D348;
    content: "";
    height: 15px;
    position: absolute;
    right: -6px;
    top: 13px;
    width: 1px;
}

#menu-main-menu > li:last-child:after{
	display:none;
}

#menu-main-menu > li > a{
    color: #FFFFFF;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
	display:block;
}

#menu-main-menu > li:first-child{
	margin:0 5px 0 0px;
	padding:0 5px 0 0px;
	border:none;
}


#menu-main-menu > li.current-menu-item > a{
	color:#000000;
}

#menu-main-menu > li.current-menu-item  > a:before {
    background: url("images/menuArrow.png") repeat scroll 0 0 transparent;
    content: "";
    height: 5px;
    left: 50%;
    position: absolute;
    top: -1px;
    width: 10px;
	margin-left: -2.5px;
    z-index: 100000;
}
#menu-main-menu > li:first-child.current-menu-item  > a:before{
	left: 39%;
}

#slider,#banner{
	position:absolute;
	left:50%;
    margin-left:-500px;
}

#map_canvas{
	width:1920px;
	height:340px;
	position:absolute;
	left:50%;
    margin-left:-960px;
}

#sliderOutter,#bannerOutter{
	position:relative;	
	height:340px;
	border-bottom:10px solid #ffffff;

    width:1000px;
    margin:0 auto;
    overflow:hidden;
}

#bannerOutter{
	height:240px;
}

#slider > div{
	
}

#slider > div > img{
	
}

#slider > div > .sliderText{
	padding:20px;
	width:260px;
	height:300px;
	background: #ffffff;
	background:rgba(255,255,255,0.8);
	position:absolute;
	/*left:50%;*/
	top:0px;
	/*margin-left:-500px;*/
}

#sliderNavigation {
	background: #000000;
    background: rgba(0, 0, 0, 0.7);
    bottom: 20px;
    height: 40px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    width: 600px;
    z-index: 10;
}

#sliderNavigation > #prev{
	background: url("images/sliderSprite.png") repeat scroll 0 0 transparent;
    display: block;
    height: 0;
    left: -40px;
    overflow: hidden;
    padding-top: 40px;
    position: absolute;
    top: 0;
    width: 40px;
}

#sliderNavigation > #prev:hover{ background-position:0 -50px; }
#sliderNavigation > #prev:active{ background-position:0 -100px; }

#sliderNavigation > #next{
	background: url("images/sliderSprite.png") repeat scroll -50px 0 transparent;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 40px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
}

#sliderNavigation > #next:hover{ background-position:-50px -50px; }
#sliderNavigation > #next:active{ background-position:-50px -100px; }

#cycle-numbers{
	
}

#cycle-numbers a{
	position:relative;
	display:block;
	float:left;
	text-align:center;
	width:200px;
	line-height:40px;
	color:#ffffff;
	font-size:10px;
}

#cycle-numbers a.activeSlide{
	background:#ffffff;
	color:#000000;
}

#banner > .bannerText{
	padding:20px;
	width:260px;
	height:200px;
	background: #ffffff;
	background:rgba(255,255,255,0.8);
	position:absolute;
	/*left:50%;*/
	top:0px;
	/*margin-left:-500px;*/
}

#content{
	position:relative;
	clear:both;
	width:1000px;
	margin:40px auto 0;
	background:#ffffff;
	border-radius:4px 4px 0 0;
	padding-top:15px;
    padding-bottom:30px;
}

.containerLeft{
	position:relative;
	float:left;
	width:300px;
}

.containerRight{
	position:relative;
	float:right;
	width:650px;
}

#recentPosts{
	position:relative;
	clear:both;
	width:1000px;
	margin:0 auto;
	background:#EEEEEE;
	padding:50px;
}


#recentPosts h3{
	color:#6D6E72;
	border-bottom:1px solid #6D6E72;
	padding-bottom:10px;
}

#recentPosts h4{
	color:#94D348;
	font-size:20px;
	margin-bottom:10px;
}

#recentPosts p{
	color:#6D6E72;
}

.wrap > .third{
	position:relative;
	float:left;
	width:300px;
	margin-left:50px;	
}

.wrap > .third:first-child{
	margin-left:0px;	
}

.wrap > .twoThird{
    position:relative;
    float:left;
    width:650px;
    margin-left:50px;
}

.wrap > .twoThird:first-child{
    margin-left:0px;
}


#recentPosts > .wrap > .third > div > div,
#recentPosts > .wrap > .twoThird > div > div{
	position:relative;
	float:left;
	width:40px;
}

#recentPosts > .wrap > .third > div > div + div{
	position:relative;
	float:right;
	width:250px;
}
#recentPosts > .wrap > .twoThird > div > div + div{
    position:relative;
    float:right;
    width:590px;
}

.date{
	
}
.date .day{
	background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 4px 4px 0 0;
    color: #333333;
    display: block;
    font-family: 'Arial';
    font-weight:bold;
    font-size: 30px;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
}
.date .month{
	position:relative;
	display:block;
	color:#ffffff;
	background:#88B23F;
	font-size:14px;
	text-align:center;
	padding:5px 0;
	border-radius: 0 0 4px 4px;
}
.date .year{
	color:#6D6E72;
	font-size:16px;
	text-align:center;
	display:block;
    padding-top:3px;
}

.authorName{
	color:#6D6E72;
	font-size:12px;
	text-transform:uppercase;
}



#footer{
	position:relative;
	clear:both;
	width:1000px;
	margin:0 auto;
	background:#444444;
	padding:50px;
    padding-bottom:15px;
}

#copyText{
	position:relative;
	clear:both;
	width:1000px;
	margin:0 auto;
	background:#ffffff;
	padding:30px 50px;
}

#copyText img, #footer img{
	float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

#menu-footer-nav{
	width:100%;
	/*border-bottom:1px solid #666666;*/
	display:block;
	float:left;
	padding-bottom:20px;
}

#footer .menu-main-menu-container {
    display: block;
    height: 20px;
    position: relative;
}

#menu-footer-nav > li{
	float: left;
    position: relative;
}

#menu-footer-nav > li > a{
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #666666;
	text-transform:uppercase;
	font-size:15px;
	text-decoration:none;
	color:#83AE40;/*94D348*/
}

#menu-footer-nav > li:first-child > a{
	margin-left:0px;
	padding-left:0px;
	border:none;
}


#menu-footer-nav > li.current-menu-item > a{
	color:#ffffff;	
}

#subMenus{
	position:relative;
	clear:both;
	margin-top:40px;
}

#subMenus > div > ul{
	position:relative;
	float:left;
	border-left:1px solid #666666;
	padding-left:20px;
	margin-left:20px;
    min-height: 100px;
}

#subMenus > div:first-child > ul{
	border-left:none;
	padding-left:0px;
	margin-left:0px;
}

#subMenus > div > ul > li{
	
}

#subMenus > div > ul > li > a{
	font-size:13px;
	line-height:20px;
    color: #83AE40;/*94D348*/
}

/*Drop down menu*/
ul#menu-main-menu, ul#menu-main-menu ul.sub-menu {
    padding:0;
    margin: 0;
}
ul#menu-main-menu li, ul#menu-main-menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#menu-main-menu li a, ul#menu-main-menu li ul.sub-menu li a {
    text-decoration: none;
    color: #fff;
    /*background: #87B13F;*/
    display:inline-block;
    /*max-width:300px;*/
    width:100%;
    height:100%;
    font-size:16px;
}
/*Make the parent of sub-menu relative*/
ul#menu-main-menu li {
    position: relative;
}

ul#menu-main-menu li a{
    margin-right:5px;
    margin-left:5px;
}

/*sub menu*/
ul#menu-main-menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 30px;
    left: 0;
    padding-top:10px;
}
ul#menu-main-menu li:hover ul.sub-menu {
    display:block;
}

ul#menu-main-menu ul.sub-menu li{
    background:#83AE40;
    z-index:999;
    /*width:260px;*/
    border:1px solid #546D36;
    overflow:hidden;
    margin:auto;
    white-space:nowrap;
    padding-right:10px;
}

ul#menu-main-menu ul.sub-menu li a{
    padding-left: 10px;
    margin:0;
}

ul#menu-main-menu ul.sub-menu li a:hover{
    background: #A0CE47;
}
/*End of drop down menu*/


.widget{
	list-style:none;
}

.widget .widgettitle,h1.underline{
	color:#333333;
	font-size:10px;
	text-transform:uppercase;
	display:block;
	border-bottom:1px solid #000000;
	padding-bottom:5px;
	margin-bottom:10px;
	font-family: 'Arial';
}

.widget .widgettitle a{
	color:#333333;
	font-size:10px;
	text-transform:uppercase;
	display:block;
	font-family: 'Arial';
}

.widget ul{
	list-style:none;
}

.widget ul li{
	
}

.widget ul li a{
	color:#6B943E;
	font-size:16px;
	text-transform:uppercase;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
}

.locations{
	
}

.locations > ul > li > a{
	font-size:20px;
	color:#83AE40;
	font-family: 'Arial';
    /*font-weight:bold;*/
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-top:10px;
	margin-top:10px;
	
	background-image:url('images/greenArrowClose.png');
	background-position: right center;
	background-repeat:no-repeat;
}

.locations > ul > li.page-item-71 > a, .locations > ul > li.page-item-67 > a{
    background-image:none;
}

.locations > ul > li > a.open{
	background-image:url('images/greenArrow.png') !important;
}

.locations > ul > li > a:first-child{
    border-top: 0px;
    padding-top: 5px;
}

.locations > ul > li > ul{
	
}

.locations > ul > li > ul > li{
	list-style:inside;	
	color:#6B943E;
	border-top:1px solid #CCCCCC;
	padding-top:10px;
	margin-top:10px;
}

.locations > ul > li > ul > li:first-child{
	border:none;
	padding-top:0px;
	margin-top:0px;	
}

.locations > ul > li > ul > li > a{
	font-size:16px;
	text-transform:none;
	display:inline;
	border:none;
	
}

#twitterFeed{
	
}

#twitterFeed li{
	border-bottom: 1px solid #666666 !important;
    color: #CCCCCC;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
	line-height: 20px;
}

#twitterFeed li:last-child{
	margin:0 !important;
	padding:0 !important;
	border:none !important;	
}

#twitterFeed li div{
	display:none;	
}

#twitterBird{
	background:url('images/twitter.png');
	background-position:right 0px;
	background-repeat:no-repeat;	
}

.accordianContent{
	background:#F2F2F2;
	border:1px solid #CCCCCC;
	border-radius:5px;
	padding:15px 15px 5px 15px;
    margin-bottom: 10px;
}

.accordianContent > div{
	position:relative;
	float:left;
}

.item1.item2,.item3{
	margin-bottom:10px;
}
.item2,.item3{
	margin-left:9px;	
}

.accordianContent > div > a{
	color: #94D348;
	font-size: 14px;
	background: #000000;
	background: rgba(0,0,0,0.7);
	text-align: center;
	line-height: 30px;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.accordianHeader{
	color:#ffffff;
	font-size:20px; 
	background:#83AE40;
	line-height:40px;
	text-indent:10px;
	display:block;
	width:100%;
	border-radius:5px;
	background-image:url('images/whiteArrowClose.png');
	background-position: 615px center;
	background-repeat:no-repeat;
	 font-family: 'Arial';
}

.accordianHeader.open{
	background-image:url('images/whiteArrow.png') !important;
}

#subPageIframe{
	background:#F2F2F2;
	border:1px solid #CCCCCC;
	border-radius:5px;
	padding:15px;
	position:relative;
	margin-bottom:10px;
	margin-top:10px;
}

.locationMap{
	position:relative;	
}

.locationMap > div > h2{
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	background: #000000;
	background: rgba(0,0,0,0.7);
	text-align: center;
	line-height: 30px;
	position: absolute;
	width: auto;
	bottom: 25px;
	left: 15px;
	width: 621px;
	display: block;
}

.contentSection{
	background:#F2F2F2;
	border:1px solid #CCCCCC;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:10px;
}

.contentSection > div{
	padding:15px;
	position:relative;
}

.contentSection h2{
	color: #FFFFFF;
	font-size: 14px;
	background: #000000;
	text-align: left;
	line-height: 30px;
	width: auto;
	width: 100%;
	display: block;
	margin-top:0px;
	text-indent:10px;
	font-size:12px;
	font-family: 'Arial';
    font-weight:bold;
}

.contentSection table{
	width:auto;
	display:block;	
}

.contentSection td{
	color:#333333;
	font-size:14px;
	line-height:20px;
}

.contentSection ul{
	list-style:inside;
}

.contentSection ul li{
	color:#333333;
	font-size:14px;
	line-height:20px;
	color:#6B943E;
	margin-bottom:10px;
}

.contentSection input{
	background:#ffffff;
	border:1px solid #999999;
	padding:3px 0;
	color:#333333;
	font-family: 'Arial';
    font-style:italic;
	font-size:14px;
	text-indent:5px;
}

.contentSection textarea{
	background:#ffffff;
	border:1px solid #999999;
	width: 300px;
	height:204px;
}

.contentSection input[type=submit]{
	background: #88b23f; /* Old browsers */
	background: -moz-linear-gradient(top, #88b23f 0%, #6b943e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88b23f), color-stop(100%,#6b943e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #88b23f 0%,#6b943e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b23f', endColorstr='#6b943e',GradientType=0 ); /* IE6-9 */
	display:block;
	float:left;
	line-height:30px;
	padding:0 10px;
	color:#ffffff;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
	border-radius:4px;
	width:100%;
	color:#FFFFFF;
	font-size:15px;
	font-family: 'Arial';
	cursor:pointer;
	margin-bottom:0px;
}

.contentSection form p{
	color:#333333;
	font-size:10px;
	text-transform:uppercase;
}

.contentSection table td{
	padding-right:10px;	
	font-family: 'Arial';
}

.contentSection table td + td{
	padding-left:10px;
	padding-right:0px;
}

.accordionSection{
	position:relative;
	width:100%;
	display:block;	
}

.accordionSection > h2{
	display:block;
	width:100%;	
}

.accordionSection > h2 a{
	color:#6B943E;
	display:block;
	font-family: 'Arial';
    font-weight:bold;
	font-size:16px;
	text-transform:none;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:10px;
	background-image:url('images/greenArrowClose.png');
	background-position: right center;
	background-repeat:no-repeat;
}

.accordionSection > h2 a.open{
	color:#000000 !important;
	background-image:url('images/greenArrow.png') !important;
}

.wp-caption-text{
    background: none repeat scroll 0 0 #cccccc;
    color: #333333;
    display: block;
    font-size: 12px;
    padding: 5px 0;
    position: relative;
    text-align: left;
    text-indent: 10px;
    top: -3px;
    width: 100%;
}

.wp-caption > a{
	position:relative;
	display:block;	
}

.containerRight .post{
	margin-top:20px;
}

.containerRight .widget{
    list-style: none;
}

.containerRight .post:first-child{
	margin-top:0px;
}

.post > div{
	width:40px;
	float:left;
	position:relative;
}

.post > div + div{
	width:600px;
	float:right;
	position:relative;
	
}

.post > div + div > h2 a{
	color:#6B943E;
	font-size:20px;
	font-family: 'Arial';
	margin-top:0px;
}

.post > div + div > h2{
	margin-top:0px;	
	line-height: 15px;
}

.post .date .year{
	color:#999999;	
}

.post hr{
	background:#CCCCCC;
}

/*
.containerLeft .widget{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dotted #cccccc;	
}
*/


.containerLeft .widget.blog-widget{
    border-top: 1px dotted #CCCCCC;
    margin-top:20px;
    padding-top: 20px;
}


.containerLeft .widget:first-child,
.containerLeft .widget.blog-widget:first-child{
	padding-top:0px;
	margin-top:0px;
	border-top:none;	
}

#searchform label{
	display:none;
}

#searchform input[name="s"]{
	display:block;
	width:100%;
	border:1px solid #999999;
	padding:5px 0;
	text-indent:5px;
	color:#333333;
	font-size:14px;
	font-family: 'Arial';
    font-style:italic;
}

#searchform input[type="submit"]{
	width:20px;
	height:0px;
	background:url('images/search.png');
	background-color:transparent;
	border:none;
	padding:22px 0 0 0px;
	position: absolute;
	top: 99px;
	right: 4px;
	cursor:pointer;
}

#responseamenuArchives {
	margin: 10px 0;
	padding: 5px 0;
	width: 100%;
	color:#666666;
	font-family: 'Arial';
    font-style:italic;
	font-size:15px;
}

.widget_black_studio_tinymce > div{
	background:#F2F2F2;
	padding:20px;
	border:1px solid #CCCCCC !important;
	border-radius:4px;
}

.widget_black_studio_tinymce.widgetStyleContact > div{
    border: none !important;
    background: transparent;
    padding: 0px;
}

.widget_black_studio_tinymce.widgetStyleContact > div h2{
    font-size: 20px;
}

.widget_black_studio_tinymce.widgetStyleContact > div hr{
    background: #CCCCCC;
    margin: 15px 0;
}

.widgetStyle2 > div{
	padding:10px !important;	
}

.widget_black_studio_tinymce h3{
	color:#83AE40;
	font-size:20px;
	font-family: 'Arial';
    font-weight:bold;
	margin-top:0px;
}

.widget_black_studio_tinymce form p{
	color:#333333;
	font-size:10px;
	text-transform:uppercase;
}

.widget_black_studio_tinymce form input{
	display:block;
	width:100%;
	border:1px solid #cccccc;
	padding:5px 0;
	text-indent:5px;
	color:#333333;
	font-size:14px;
	font-family: 'Arial';
    font-style:italic;
}

.widget_black_studio_tinymce form textarea{
	display:block;
	width:100%;
	border:1px solid #cccccc;
	padding:5px 0;
	text-indent:5px;
	color:#333333;
	font-size:14px;
	font-family: 'Arial';
    font-style:italic;
	resize:vertical;
	height:100px;
}

.widget_black_studio_tinymce form input[type="submit"]{
	background: #88b23f; /* Old browsers */
	background: -moz-linear-gradient(top, #88b23f 0%, #6b943e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88b23f), color-stop(100%,#6b943e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #88b23f 0%,#6b943e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b23f', endColorstr='#6b943e',GradientType=0 ); /* IE6-9 */
	display:block;
	float:left;
	line-height:30px;
	padding:0 10px;
	color:#ffffff;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
	border-radius:4px;
	cursor:pointer;
}

.navigation{
	position:relative;
	clear:both;
	padding-top:30px;
	margin-top:30px;
	border-top:1px solid #CCCCCC;	
}

.navigation a{
	background: #88b23f; /* Old browsers */
	background: -moz-linear-gradient(top, #88b23f 0%, #6b943e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88b23f), color-stop(100%,#6b943e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #88b23f 0%,#6b943e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b23f', endColorstr='#6b943e',GradientType=0 ); /* IE6-9 */
	display:block;
	float:left;
	line-height:30px;
	padding:0 10px;
	color:#ffffff;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
	border-radius:4px;
	cursor:pointer;
}

.textwidget p{
	margin-bottom:0px;	
}

.pdfLink{
	background:url('images/pdfLinkImage.png');
	background-repeat:no-repeat;
	min-height:	30px;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
	display:block;
}

.job{
    position:relative;
    padding: 15px;
    background: #F2F2F2;
    border:1px solid #cccccc;
    border-top: 0px;
    border-radius: 0 0 5px 5px;
    float: left;
    margin-bottom: 15px;
    width: 620px;
}

.jobSummary{
    position: relative;
    display: block;
    width: 100%;
    background: #000000;
    padding: 10px 0;
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Arial';
    font-weight:bold;
    float: left;
    float: left;
    border:1px solid #cccccc;
    border-bottom:none;
    border-radius: 5px 5px 0 0;
    text-indent: 13px;
}

.job_left{
    position: relative;
    float:left;
    width: 300px;
}

.job_right{
    position: relative;
    float:right;
    width: 300px;
}

.job hr{
    background: #cccccc;
    margin:10px 0;
    float: left;
}

.job > a{
    background: #88b23f; /* Old browsers */
    background: -moz-linear-gradient(top, #88b23f 0%, #6b943e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88b23f), color-stop(100%,#6b943e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #88b23f 0%,#6b943e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b23f', endColorstr='#6b943e',GradientType=0 ); /* IE6-9 */
    display:block;
    float:left;
    line-height:30px;
    padding:0 10px;
    color:#ffffff;
    text-decoration:none;
    font-size:15px;
    text-transform:uppercase;
    border-radius:4px;
}

.job li,.containerRight li{
    list-style: inside;
    color:#6D6E72;
    font-size:14px;
    line-height:20px;
    margin-bottom:10px;
}



.containerRight input[type=text],.containerRight select,.containerRight input[type=file]{
    background:#ffffff;
    border:1px solid #999999;
    padding:3px 0;
    color:#333333;
    font-family: 'Arial';
    font-style:italic;
    font-size:14px;
    text-indent:5px;
    width: 100%;
    margin-bottom: 10px;
}

.containerRight input[type=file]{
    width: 300px;
}

#mainContactForm input[type=submit]{
    margin-bottom: 0px;
}

#mainContactForm textarea{
    height: 282px;
}

.containerRight input[type=radio]{
    margin-bottom: 10px;
}

.containerRight textarea{
    background:#ffffff;
    border:1px solid #999999;
    width: 300px;
    height:204px;
    width: 100%;
    margin-bottom: 10px;
}

.containerRight input[type=submit]{
    background: #88b23f; /* Old browsers */
    background: -moz-linear-gradient(top, #88b23f 0%, #6b943e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88b23f), color-stop(100%,#6b943e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #88b23f 0%,#6b943e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b23f', endColorstr='#6b943e',GradientType=0 ); /* IE6-9 */
    display:block;
    float:left;
    line-height:30px;
    padding:0 10px;
    color:#ffffff;
    text-decoration:none;
    font-size:15px;
    text-transform:uppercase;
    border-radius:4px;
    width:100%;
    color:#FFFFFF;
    font-size:15px;
    font-family: 'Arial';
    cursor:pointer;
    margin-bottom:0px;
}

.containerMiddle{
    position:relative;
    float:left;
    width:475px;
    padding-left:20px;
}

.containerMiddle + .containerRight {
    width:185px;
}

.containerMiddle .post > div + div {
    width:415px;
    float:left;
    position:relative;

}

.containerMiddle .post > div {
    width:40px;
    float:left;
    position:relative;
    padding-right:10px;
}

#mainContactForm{

}

#mainContactForm p{
    margin-bottom: 0;
    color: #333333;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
}

#languageSelect{
    position: absolute;
    right: 5px;
    top: 45px;
}

#languageSelect > select{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    color: #333333;
    font-family: 'Arial';
    font-style:italic;
    font-size: 14px;
    margin-bottom: 17px;
    padding: 2px;
    width: 220px;
}

.noStyle{
    list-style: none;
    border-bottom:1px solid #000000;
    padding-bottom: 10px;
}

.noStyle a{
    font-size: 20px;
}

#bg{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 900;
}
#inline1{
    position: absolute;
    width: 300px;
    height: 515px;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -250px;
    z-index: 901;
    background: #ffffff;
}
.popUpInner{
    background: none repeat scroll 0 0 #000000;
    height: 475px;
    margin: 10px;
    padding: 10px 0;
    text-align: center;
    width: 280px;
}
#geepPopUpImage{
    margin-bottom: 20px;
}

.popUpInner > div{
    padding: 10px;;
}

.popUpInner h3{
    color: #88B23F;
    font-size: 24px;
    font-family:'Arial';
    font-weight:bold;
}

.popUpInner p{
    color: #FFFFFF;
}
.popUpInner a{
    background: #88b23f; /* Old browsers */
    background: -moz-linear-gradient(top, #88b23f 0%, #6b943e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88b23f), color-stop(100%,#6b943e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #88b23f 0%,#6b943e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #88b23f 0%,#6b943e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b23f', endColorstr='#6b943e',GradientType=0 ); /* IE6-9 */
    display:block;
    float:left;
    line-height:30px;
    padding:0 10px;
    color:#ffffff;
    text-decoration:none;
    font-size:15px;
    text-transform:uppercase;
    border-radius:4px;
    margin-left: 45px;
}

#responseamenu,#responseamenu2,#responseamenu3 {
    margin: 10px 0;
    padding: 5px 0;
    width: 100%;
    color:#666666;
    font-family: 'Arial';
    font-style:italic;
    font-size:15px;
}

#meet-our-people{
    height:325px;
}

#our-people-content{
    line-height:20px;
    float:left;
    padding-right:16px;
}

.widget_subpages ul ul{
    display:none;
}

.sliderText P{
    color:#555555;
}

.bannerText p{
    color:#555555;
}

.containerLeft .noStyle{
    /*display:none;*/
}

.metaslider{
    left:50%;
    margin-left:-500px;
    height:331px;
}

.caption{
    height:300px;
    background: rgba(255,255,255,0.8);
    width:260px;
    color:#555555;
}


.ngslider {
    border-bottom: 10px solid #ffffff;
    height: 340px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1000px;
}
.ngslider  > div.ngslides{
    width: 1000px;
    height: 340px;
}
.ngslider  > div.ngslides > div{
    width: 1000px;
    height: 340px;
}

.ngslider  > div.ngslides > div > img{
    width: 1000px;
    height: auto;
}

.ngsliderText{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    height: 300px;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 260px;
    left: 0px;
}

.ngsliderTitle{
    color: #83ae40;
    font-family: 'Arial';
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.ngsliderDesc{
    color: #555555;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}

.ngsliderOptions{

    bottom: 20px;
    height: 40px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    width: 600px;
    z-index: 10;
}

.ngsliderOptions.withNav{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}

.ngsliderOptions .ngsliderPrev{
    background: url("images/sliderSprite.png") repeat scroll 0 0 transparent;
    display: block;
    height: 0;
    left: -40px;
    overflow: hidden;
    padding-top: 40px;
    position: absolute;
    top: 0;
    width: 40px;
    text-indent: -9999999px;
    cursor: pointer;
}

.ngsliderOptions .ngsliderPrev:hover{ background-position:0 -50px; }
.ngsliderOptions .ngsliderPrev:active{ background-position:0 -100px; }

.ngsliderOptions .ngsliderNext{
    background: url("images/sliderSprite.png") repeat scroll -50px 0 transparent;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 40px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    text-indent: -9999999px;
    cursor: pointer;
}

.ngsliderOptions .ngsliderNext:hover{ background-position:-50px -50px; }
.ngsliderOptions .ngsliderNext:active{ background-position:-50px -100px; }

.alignright{
    position: relative;
    float: right;
    text-align: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.alignleft{
    position: relative;
    float: left;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

.aligncenter{
    position: relative;
    float: none;
    text-align: center;
}

.containerRight table *{
    color: #676769 !important;
}

.containerRight table thead tr,
.containerRight table tr.header{
    background: #84ae40;
}

.containerRight table td {
    padding: 10px;
}

.containerRight table thead tr *,
.containerRight table tr.header *{
    color:#ffffff !important;
    font-weight: 100;
    font-size: 14px;
}

.containerRight table td strong{
    color: #333333;
}

.containerRight table  tr{
    background: #bfbfbf;
}

#socialLanguage > .button{
    margin-right: 0px;
    position: relative;
    top: 8px;
}

.button{
    background: #88b23f; /* Old browsers */
    background: -moz-linear-gradient(top, #88b23f 0%, #6c953e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88b23f), color-stop(100%,#6c953e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #88b23f 0%,#6c953e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #88b23f 0%,#6c953e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #88b23f 0%,#6c953e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #88b23f 0%,#6c953e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b23f', endColorstr='#6c953e',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
    color: #ffffff;
    padding: 7px 10px;
    position: relative;

}

.button:hover{
    background: #88b23f;
}

.button:active{
    background: #6b943e;
}


#storeButtons {
    clear: right;
    float: right;
    position: relative;
    top: 115px;
}

#storeButtons > a.button{
    background: #bfbfbf;
    color: #ffffff;
    font-weight: normal;
}


#recentPosts .twoThird > div {
    clear: both;
    float: left;
    margin-top: 20px;
    position: relative;
    width: 100%;
}


.wp-caption img {
    display: block;
    height: auto;
    width: 100%;
}

img{
    max-width: 100%;
    height: auto;
}

.post-image{
    margin-bottom: 20px;
    margin-top: 20px;
}

/*--- TABLET----*/
@media only screen and (max-width: 1117px) {
	.wrap,#content,#recentPosts,#footer,#copyText,.sliderTextInner,.bannerTextInner{
		width:650px;
		margin:0 auto;
	}

    .menu-main-menu-container{

    }
	
	#content{
		margin-top:40px;	
	}
	
	#header > .wrap{
		width:485px;	
	}
		
	#logos {
		clear: both;
		float: left;
		left: 0;
		position: relative;
		margin-top: 40px;
	}
	
	.wrap.clearfix > span {
		float: left;
		left: 0 !important;
		position: relative !important;
		top: 55px;
	}

    #mainMenu .wrap.clearfix{
        width:100% !important;
        /*padding-left:26%*/
    }
	

	
	#menu-main-menu {
		margin: 0 auto;
		width: 50%;
	}
	
	#responseamenu,#responseamenu2,#responseamenu3 {
		margin: 10px 0;
		padding: 5px 0;
		width: 100%;
		color:#666666;
		font-family: 'Arial';
        font-style:italic;
		font-size:15px;
	}
	
	#responseamenu2{
		width:80%;	
	}
	
	#menu-footer-nav{
		border-bottom:none;	
	}
	
	#slider > div > .sliderText,#banner > .bannerText{
		width: 100%;
        height: 100%;
	}
		
	#banner > .bannerText	{
		top:-2px;	
	}
		
	#sliderOutter{
		height:530px;	
	}
	
	.mapOutter{
		height:340px !important;	
	}
	
	#bannerOutter{
		border-bottom: medium none;
		height: 240px;
	}
	
	.containerLeft{
		width:100%;
		margin-bottom:50px;
	}
	
	.containerLeft > div{
		position:relative;
		float:left;
		width:100%;
	}
    .containerLeft > div iframe{
        width: 100%;
    }
	
	.containerLeft > div + div{
		position:relative;
		float:right;
		width:300px;
	}
	
	#recentPosts > .wrap > div{
		
	}
	
	
	#recentPosts > .wrap > div + div + div {
		clear: both;
		margin-left: 0;
		margin-top:50px;
		position: relative;
		width: 650px;
	}
	
	#subMenus > div{
		display:none;	
	}
	
	#copyText p{
		font-size:12px;	
	}
	
	#sliderNavigation{
		bottom: 210px;
		margin-left: -300px;	
	}

    #languageSelect {
        position: absolute;
        right: 5px;
        top: 158px;
    }

    #fontSize{
        position: absolute;
        right: 0px;
        top: 255px;
        width: 225px;
        height: 24px;
    }

    #mainMenu{
        margin-top:30px;
    }

    .ngslider,
    .ngslider > div.ngslides,
    .ngslider > div.ngslides > div{
        width: 650px;
        height: 220px;
    }
    .ngslider > div.ngslides > div > img{
        width: 650px;
    }
    .ngsliderOptions {
        width: 520px;
        margin-left: -260px;
    }
    .ngsliderText{
        width: 610px;
    }


    #socialLanguage {
        float: none;
        margin: 0 auto;
        position: relative;
        top: 0;
        width: 170px;
    }


    #storeButtons {
        clear: both;
        float: none;
        left: 0;
        margin: 40px auto 0;
        position: relative;
        top: 0;
        width: 238px;
    }

    #cycle-numbers{
        display: none;
    }
    .ngsliderOptions.withNav{
        background: transparent;
    }

    #fontSize{
        display: none;
    }

    iframe,img{
        max-width: 100%;
    }

    .twitter-timeline{
        width: 100% !important;
    }

    .twitter-timeline > iframe{
        width: 100% !important;
    }


    #sliderOutter, #bannerOutter {
        width: 100%;
    }
    #banner {
        left: 0;
        margin-left: 0;
        position: relative;
        width: 100%;
    }

    #banner > img {
        height: 100%;
        width: 100%;
    }

    #banner > .bannerText{
        padding: 20px 0;
    }
}


/*--- PHONE----*/
@media only screen and (max-width: 760px) {
	body{
		/*background: url("images/bacground.jpg") no-repeat scroll center 399px;*/
		background-color:#FFFFFF;
	}
	
	.wrap,#content,#recentPosts,#footer,#copyText,.sliderTextInner{
		width:300px;
		margin:0 auto;
	}	
	
	
	#header > .wrap{
		width:235px;
        padding-bottom:0px;
	}
	
	#logo,#logos{
		margin-right:0px;
		padding-right:0px;
		border:none;
		float:none;
		text-align:center;
	}
	
	#logos,#socialLanguage{
		margin-top:30px;	
	}
	
	#header > .wrap > span{
		clear: both;
		display: block;
		margin-top: 30px;
		position: relative;
		text-align: center;
		top: 0;
		width: 100%;
		float:none;
	}
	
	#socialLanguage{
		position:relative;
		clear:both;
		float:left;
        top:85px;
	}
	#login{
		margin-right:0px;	
	}
	
	#menu-main-menu{
		width:100%;	
	}
	
	#sliderOutter{
		display:none;	
	}
	
	#content{
		margin-top:40px;	
	}
	
	.containerRight{
		width:100%;	
	}
	
	.wrap > .third{
		margin-left:0px;
		margin-top:40px;
	}
	
	.wrap > .third:first-child{
		margin-top:0px;	
	}
	
	#recentPosts > .wrap > div + div + div{
		width:100%;
	}
	
	#responseamenu{
        margin: 10px 0 10px 8%;
        width:60%;
	}
	
	#footer img {
		float: none;
		left: 50%;
		margin-left: -33px;
		position: relative;
	}
	
	#copyText img{
		float: none;
		left: 50%;
		margin-left: -65px;
		margin-top: 10px;
		position: relative;
	}
	
	#bannerOutter{
		display:none;	
	}
	
	#mainMenu{
		border-bottom:10px solid #ffffff;	
	}

    #mainMenu .wrap.clearfix{
        width:100% !important;
        padding-left:12%
    }
	
	.contentSection td{
		display:block;
		width:100%;
		position:relative;
		clear:both;
	}
	
	.accordianHeader{
		background-position:	270px center;
	}
	
	.accordianContent > div{
		margin-left: 35px;
		margin-bottom: 20px;
	}
	
	.accordianContent > div.accordionSection{
		margin-left: 0px !important;
		margin-bottom: 0px !important;
	}
	
	#subPageIframe,.locationMap > div > h2{
		width:265px;	
	}
	
	.post > div + div{
		width:245px;
	}
	
	.containerLeft{
		margin-bottom:40px;	
	}


    .job{
        width: 270px;
    }

    .job_left{
        width: 270px;
        clear: both;
    }

    .job_right{
        width: 270px;
        clear: both;
        float: left;
    }

    .containerRight img,.wp-caption,.wp-caption-text{
        clear: both;
        float: none;
        height: auto;
        margin: 10px auto;
        padding-right: 0 !important;
        width: 100% !important;
    }


    #languageSelect {
        position: relative;
        right: 0;
        top: 0;
        /*margin-top: 20px;*/
        clear: both;
        float: left;
        text-align:center;
    }

    #fontSize{
        position: absolute;
        right: 10px;
        top: 295px;
        width: 165px;
        height: 24px;
    }

    #menu-footer-nav > li{
        float:left;
        position:relative;
        padding:5px;
    }
    .ngslider{
        display: none;
    }


    #socialLanguage {
        top: -35px;
        width: 235px;
    }

    #socialLanguage > .button{
        clear: both;
        display: block;
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
        top: 0;
        width: 135px;
        float: left;
    }

    #storeButtons > a.button {
        background: none repeat scroll 0 0 #bfbfbf;
        color: #ffffff;
        display: block;
        font-weight: normal;
        margin-top: 10px;
        top: 0px;
        text-align: center;
    }
    #storeButtons {
        clear: both;
        float: none;
        left: 0;
        position: relative;
        top: 0;
        margin-top: 0px;
    }

    .wrap > .twoThird{
        width: 100%;
    }
    #recentPosts > .wrap > .twoThird > div > div + div{
        width: 250px;
    }

    .containerRight input[type="file"] {
        width: 270px;
    }

}


/* updates 19/12/2014 */

#phone {
	display: block;
	font-size: 24px;
	text-align: right;
	font-weight: bold;
	line-height: 1.5em;
}
#languages {
	display: block;
	text-align: right;
}
#languages a {
	margin: 0 0 0 4px;
	display: inline-block;
}
#languages a:hover {
	opacity: .5;
}
#languages a img {
	display: block;
	vertical-align: middle;
}