/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
 /* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family: 'Open Sans Condensed', sans-serif;
	background:#ffffff;
}
.wrap {
	width: 60%;
	margin: 0px auto;
}
.header{
	
}
/* topup */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 44px;
	height: 44px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_move.png) no-repeat right top;
}
.nav_wrapper {
	width: 100%;
	background: #252222;
	z-index: 100;
	display: inline-flex;
}

.nav_wrapper.sticky {
	position: fixed;
	top: 0px;
	height: 84px;
}
.header_toggle {
	background: url(../images/menu.png) no-repeat center center;
	height: 20px;
	width: 26px;
	position: absolute;
	top: 17px;
	right: 47px;
	text-indent: -9999px;
	
	display: none;
}

.navigation {
	float: left;
	text-align: right;
	width: 65%;
	margin-left: 5%;
}

.navigation li {
	float: left;
	margin-left: 30px;
}
.logo {
	float: left;
	padding: 1.5em 0em;
	width: 120px;
}
.navigation a {
	text-transform: uppercase;
	color: #747474;
	font-size: 14px;
	text-decoration: none;
	padding: 1.5em 1em;
	display:block;
}

.button {
	padding: 25px 45px;
	text-align: center;
	display: block;
	margin: 10% 0% 0% 0%;
}
.button:hover {
	opacity: 0.8;
}
/*--- slider-css --*/
.images-slider {
    background: url(../images/header-bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    min-height:550px;
	}
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.slider-text{
	text-align:center;
}
.slider-text {
    text-align:left;
    margin-top: 10em;
}
.slider-text h2{
	    color: #fff;
    font-size: 3em;
    white-space: nowrap;
    z-index: 10;
    font-weight:400;
}
.slider-text p{
	color: #fff;
	font-size: 1.4em;
    margin: 1em 0;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height:6px;
	width:40px;
	display: inline-block;
	border:none;
	background:#fff;
}
a.da-link{
	font-family: 'Open Sans', 'sans-serif';
    color: #ffffff;
    font-size:1.2em;
    clear: both;
    padding: 10px 14px;
    background: none;
    border: 2px solid #fff;
    display: inline-block;
    margin: 20px 0 0;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
}

 a.da-link:hover{
 	    text-decoration: none;
    color: #fff;
    background: #A4A4A4;
    border: 2px solid #A4A4A4;
}
.callbacks_here a:after{
		background:#333;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	    position: absolute;
    bottom: -54px;
    z-index: 999;
    right: 1px;
    display: block;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 49%;
    left: 13%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 86px;
    width: 50px;
    background: transparent url("../images/sliderarrows.png") no-repeat left top;
    margin-top: -75px;
	display:none;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 10%;
 }
 .title {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    font-size: 5.5em;
    padding: 0px 0px 0;
    margin-bottom: -49px;
    font-style: normal;
    font-weight: 600;
    border: none;
    text-align: left;
}
.description {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #ffffff;
    font-size: 2em;
    margin: 2% 0;
    font-weight: 600;
}
.slider_container {
    width: 60%;
    margin: 0 auto;
}
.top-menu {
    float: left;
    margin: 2.7em 0 0 13em;
}
.top-menu ul{
	padding:0;
}
.top-menu ul li{
	display:inline-block;
	list-style:none;
	margin-right: 1.2em;
}
/* Effect 16: fall down */
.cl-effect-16 a {
	color: #6f8686;
	text-shadow: 0 0 1px rgba(111,134,134,0.3);
}
.cl-effect-16 a::before {
	color:#65BA99;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:600;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1em;
}
nav a:hover,
nav a:focus {
	outline: none;
}
.top-menu ul li a{
	  text-decoration: none;
	 color:#fff;
     font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.3em;
    font-weight: 600;
  text-transform: uppercase;
  padding:0;
  background:none;
  margin: 0 auto;
}
.top-menu ul li a:hover,.top-menu ul li a.active{
	color:#65BA99;
}
/*-- sticky-nav --*/
@media screen and (max-width:991px) {
    span.menu {
		width: 35px;
		height: 35px;
		background: url('../images/nav.png') no-repeat;
		display: inline-block;
		cursor: pointer;
		float:right;
	    margin: 30px 0 0 0;
	}
	.header-bottom {
  		padding: 1em 0;
	}
	.top-menu {
  	     width: 100%;
		display: none;
		text-align: center;
		background:#191717;
		padding: 21px 0 0 0;
		margin-top: 10px;
		border: 1px solid rgba(239, 236, 236, 0.41);
	}
	.top-menu ul{
		float:none;
		width:100%;
	}
	.top-menu ul li {
		display: block;
		list-style: none;
		margin-right: 0;
	}
	.top-menu ul li a {
  		  color: #fff;
		  display: block;
		     padding: 4px 0px;
         margin: 0 0 1em 0;
	}
	body > nav > div > div.social_icons {
		display: none;
	}
	.top-menu {
    float: left;
    margin: 0em 0 0 0em;
}
}
/****social_icons******/
.social_icons
{
	float:right;
	padding: 3.5% 0 3%;
}
.social_icons li
{
	float:left;
	margin-left: 1.2em;
}
.social_icons li  a span{
	width: 30px;
	height: 30px;
	background: url(../images/socil.png) no-repeat #fff;
	border: 3px solid #fff;
	display: block;
	border-radius: 30em;
}
.social_icons ul .in a span 
{
	background-position: -3px 5px ;
}
.social_icons ul .in a span:hover
{
	background-position: -4px -23px;
}
.social_icons ul .pro a span 
{
	background-position: -30px 7px ;
}
.social_icons ul .pro a span:hover
{
	background-position: -32px -23px ;
}
.social_icons ul .twitter a span
{
	background-position: -60px 5px ;
}
.social_icons ul .twitter a span:hover
{
	background-position: -64px -23px ;
}
.social_icons ul .facebook a span
{
	background-position: -91px 5px;
}
.social_icons ul .facebook a span:hover
{
	background-position: -93px -23px;
}
/* PORTFOLIO */
.portfolio{
	background: #65BA99;
	margin-top: -5px;
	padding: 3% 0%;
	text-align: center;
}
.portfolio h3 {
	font-size: 2em;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.portfolio p {
	font-size: 1.1em;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 6%;
}
.portfolio ul li {
	display: inline-block;
	margin: -6px -1.5px 0px;
}
a.popup-with-zoom-anim {
    display: none;
}
.box:hover  a.popup-with-zoom-anim{
	 width:45px;
		height:45px;
    background: url(../images/zoom.png) no-repeat;
        display: inline-block;
    position: absolute;
    left: 41%;
    top: 45%;
}
.box {
    cursor: pointer;
    position: relative;
}
/*--- message ---*/
.message {
	background: url("../images/banner3.jpg") no-repeat;
	background-size: 100%;
	text-align: left;
	padding: 5% 0;
}
.message h3 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
}
.message p{
	color:#ffffff;
	font-size:1.3em;
	font-weight: 600;
	text-transform: uppercase;
	text-align:right;
}
/* news */
.news{
	background: #CDCDCD;
	margin-top: -5px;
	padding: 3% 0%;
	text-align: center;
}
.news h3 {
	font-size: 2em;
	color: #252222;
	font-weight: 600;
	text-align: center;
	margin-bottom: 4%;
}
/* left */
.left{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.left h4{
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8755em;
	color:#fff;
	padding:1px 10px;
	background:#57A385;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.left h6{
	float: right;
	color: #E2534B;
	display: inline-flex;
}
.left h6 a{
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
	color: #E2534B;
	font-size: 0.8755em;
	padding: 0 4%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.left h6 a:hover{
	color: #59A386;
}
.left p{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	text-align: left;
	padding: 2% 0;
}
.left p a{
	color: #59A386;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.left p a:hover{
	color: #E2534B;
}
.left a img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border:3px solid #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.left a img:hover{
	border:3px solid #57A385;
}
.left p.a{
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 0.8755em;
	text-align: left;
	padding: 2% 0;
	line-height: 1.9em;
}
.left p.button{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8755em;
	text-align:right;
	padding: 0;
	margin: 0;
}
.left p.button a{
	color: #E2534B;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.left p.button a img{
	border:none;
}
.left p.button a:hover{
	color: #57A385;
}
/* right */
.newsright{
	float: left;
	width: 48%;
}
.newsright h4{
	font-size: 1em;
	text-align:left;
	font-weight: 600;
	color:#59A386;
	margin-bottom: 4%;
}
.newsright ul li{
	float: left;
	margin-right: 2%;
}
.newsright ul li a{
	font-family: 'Open Sans', sans-serif;
	display: block;
	font-size: 0.8755em;
	color:#ECECEC;
	padding:8px 15px;
	text-align:left;
	background:#59A386;
	margin-bottom: 12%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.newsright ul li a:hover{
	background:#E45245;
}
/* top-grids */
.top-grids
{
	text-align:left;
}
.top-grids h3 {
	color: #666;
	display: block;
	text-align:left;
	margin-top:7%;
	font-size: 1.5em;
	font-style:italic;
	font-weight:300;
}
.top-grids h3 span{
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-style:normal;
	font-weight:500;
}
.top-grid1
{
	float:left;
}
.top-grid {
	width: 100%;
	float: left;
	padding-bottom: 13px;
}
.top-grid1 img {
	cursor:pointer;
	margin-top: 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border:3px solid #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.top-grid1 img:hover {
	border:3px solid #57A385;
}
.top-grid2 {
	float: left;
	margin-left: 25px;
	width: 77%;
}
.top-grid2 h4{
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 7px 0px;
	font-size: 1.1em;
}
.top-grid2 p{
    font-family: 'Open Sans', sans-serif;
	color: #333;
	display: block;
	font-size: 0.8755em;
	font-weight: 400;
	line-height: 1.5em;
}
.top-grid2 p.b{
	color: #E2534B;
}
/*-----*/
.flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    margin: 1em 0;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    cursor:pointer;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
/*---//End-trust-----*/
/* bio */
.bio{
	background: #E2534B;
	margin-top: -5px;
	padding: 3% 0%;
	text-align: center;
}
.bio h3 {
	font-size: 2em;
	color: #252222;
	font-weight: 600;
	text-align: center;
	margin-bottom: 4%;
}
/* left */
.img-left{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.bio h4 {
	font-size: 1.5em;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 4%;
}
#bio > div > div.img-left > div {
	float: none;
	margin-left: 25%;
}
.bio-right{
	float: right;
	width: 48%;
}
.bio-right h6 {
	font-size: 1.3em;
	color: #fff;
	font-weight: 400;
	text-align:left;
	margin-bottom: 4%;
}
.bio-right p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8755em;
	color: #eee;
	text-align:left;
	margin-bottom: 2%;
}
/* bio */
.contact{
	background: url("../images/contact.jpg") no-repeat;
	padding: 3% 0%;
	text-align: center;
}
.contact h3 {
	font-size: 2em;
	color: #252222;
	font-weight: 600;
	text-align: center;
	margin-bottom: 4%;
}
.contact h5 {
	font-size: 2em;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.contact P {
	font-size: 1.2em;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
/* start-form */
.form {
	padding: 15px;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.form input[type="text"]{
	font-size:2em;
	color: #fff;
	padding: 15px;
	display: block;
	margin-bottom: 7%;
	font-weight:600;
	margin: 0 auto;
	width:55%;
	font-family: 'Open Sans', sans-serif;
	background: none;
	border:3px solid #fff;;
	text-transform:capitalize;
	outline: none;
	-webkit-appearance: none;
}
.copy-right{
	text-align: center;
}
.copy-right p{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8755em;
	color: #fff;
	margin-top: 4%;
}
.copy-right p a{
	color:#65BA99;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
} 
.copy-right p a:hover{
	color:#777;
}
/***** Media Quries *****/
@media only screen and (max-width: 1366px) {
	.wrap{
		width:75%;
	}	
	.message {
		padding: 4% 0;
	}
}
@media only screen and (max-width: 1280px) {
	.wrap{
		width:80%;
	}	
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
	.logo {
		width: 90px;
	}
	.social_icons {
		padding: 3% 0 3%;
	}
	.portfolio h3,.news h3{
		font-size: 1.6em;
	}
	.bio h3,.contact h3 {
		font-size: 1.6em;
	}
	.portfolio p {
		font-size: 1em;
		margin-bottom: 3%;
	}
	.message h3 {
		font-size: 1.3em;
	}
	.message {
		padding: 3% 0;
	}
	.bio h4 {
		font-size: 1.3em;
	}
	.contact h5 {
		font-size: 1.5em;
	}
	.form input[type="text"] {
		font-size: 1.5em;
		width: 50%;
	}
	.slider_container {
		width: 92%;
		margin: 0 auto;
	}
}
@media only screen and (max-width:991px) {
		.title {
			font-family: 'Open Sans Condensed', sans-serif;
			font-size:3.8em;
			padding: 0px 0px 0;
			margin-bottom: -18px;
			}
			.slider-text {
			text-align: left;
			margin-top: 4em;
		}
		.images-slider {
		min-height: 361px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		position: absolute;
		bottom: 40px;
		z-index: 999;
		right: 1px;
		display: block;
	}
	}
@media only screen and (max-width: 768px) {
	.wrap{
		width:95%;
	}	
	body > nav > div > div.social_icons {
		display: none;
	}
	#work > div > ul > li:nth-child(1),	#work > div > ul > li:nth-child(3),#work > div > ul > li:nth-child(4),#work > div > ul > li:nth-child(5) {
		width: 48%;
	}
    #work > div > ul > li:nth-child(6),#work > div > ul > li:nth-child(7),#work > div > ul > li:nth-child(8),#work > div > ul > li:nth-child(9),#work > div > ul > li:nth-child(10),#work > div > ul > li:nth-child(11),#work > div > ul > li:nth-child(12),#work > div > ul > li:nth-child(13){
		width: 24%;
	}
	#work > div > ul > li:nth-child(14),#work > div > ul > li:nth-child(19) {
		width: 48%;
	}
	#work > div > ul > li:nth-child(15),#work > div > ul > li:nth-child(16),#work > div > ul > li:nth-child(17),#work > div > ul > li:nth-child(18) {
		width: 24%;
	}
	.message h3,.message p {
		font-size: 0.82355em;
	}
	.message {
		padding: 1% 0;
	}
	.newsright ul li a {
		padding: 6px 6px;
	}
	.top-grid2 {
		margin-left: 16px;
		width: 72%;
	}
}
@media only screen and (max-width: 640px) {
	
	.wrap{
		width:95%;
	}
	.message {
		display: none;
	}
	.newsright ul li {
		margin-right: 1%;
	}
	.newsright ul li a {
		padding: 6px 2px;
	}
	.top-grid2 {
		width: 67%;
	}
	#bio > div > div.img-left > div {
		margin-left: 14%;
	}
	.social_icons li {
		margin-left: 1em;
	}
}

@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	.portfolio h3, .news h3 {
		font-size: 1.1em;
	}
	.portfolio p {
		font-size: 0.82355em;
	}
	.bio h3, .contact h3 {
		font-size: 1.1em;
	}
	.left {
		width: 98%;
		margin-right: 0%;
	}
	.newsright {
		width: 100%;
	}
	.img-left {
		width: 100%;
		margin-right: 0%;
	}
	.bio h4 {
		font-size: 1em;
	}
	#bio > div > div.img-left > div {
		margin-left: 24%;
	}
	.bio-right h6 {
		font-size: 1.1em;
		margin: 5% 0 1%;
	}
	.left p {
		font-size: 1em;
	}
	.bio-right {
		width: 100%;
	}
	.contact h5 {
		font-size: 1em;
	}
	.form input[type="text"] {
		font-size: 1.2em;
	    padding: 6px;
	}
	.contact P {
		font-size: 1em;
	}
	.title {
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 3em;
		padding: 0px 0px 0;
		margin-bottom: -18px;
	}
}
@media only screen and (max-width:384px) {
	.title {
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 2em;
		padding: 0px 0px 0;
		margin-bottom: -10px;
	}
	.images-slider {
		min-height: 251px;
	}
	.slider-text p {
		color: #fff;
		font-size: 0.9em;
		margin: 1em 0;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		position: absolute;
		bottom: -8px;
		z-index: 999;
		right: 21px;
		display: block;
	}
	span.menu {
		width: 35px;
		height: 35px;
		background: url('../images/nav.png') no-repeat;
		display: inline-block;
		cursor: pointer;
		float: right;
		margin: 15px 0 0 0;
	}
}
@media only screen and (max-width: 320px) {
	
	.wrap{
		width:95%;
	}
	.logo {
		width: 66px;
		padding: 0.8em 0em;
	}
	#work > div > ul > li:nth-child(1), #work > div > ul > li:nth-child(3), #work > div > ul > li:nth-child(4), #work > div > ul > li:nth-child(5) {
		width: 99%;
	}
	#work > div > ul > li:nth-child(6), #work > div > ul > li:nth-child(7), #work > div > ul > li:nth-child(8), #work > div > ul > li:nth-child(9), #work > div > ul > li:nth-child(10), #work > div > ul > li:nth-child(11), #work > div > ul > li:nth-child(12), #work > div > ul > li:nth-child(13) {
		width: 49.5%;
	}
	#work > div > ul > li:nth-child(14), #work > div > ul > li:nth-child(19) {
		width: 99%;
	}
	#work > div > ul > li:nth-child(15), #work > div > ul > li:nth-child(16), #work > div > ul > li:nth-child(17), #work > div > ul > li:nth-child(18) {
		width: 49.5%;
	}
	#bio > div > div.img-left > div {
		margin-left: 15%;
	}
	.form input[type="text"] {
		width: 90%;
	}
	.top-grid2 {
		width: 65%;
	}
	.left h6 {
		float: left;
		display: inline-block;
		margin-top: 5px;
	}
}
