

@import url('fonts/fonts.css');
*{margin: 0 auto;}
ul,li,p,a,table,td,tr,th{
	padding: 0;
	margin: 0;
}

.sep_650
{
	display:none;
}

.del
{
      border-bottom: 4px solid #f2f2f2;
}

a.imageLink
{
      display: block;
      background: black;
      padding: 0;
}

.darkness {
      
      
}

a.imageLink:hover img {
    opacity: 0.5;
}


.callbacks_container
{
      position: relative;
      text-align: center
}

.caption {
  bottom: 0;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  background-color: #D0D0D0;
  background-color: rgba(208, 208, 208, 0.81);
}

.caption *
{
      line-height: 100% !important
}

.captionInner
{
      width:650px;
      margin: 0 auto;
}

.navBox
{
      width: 1140px;
      margin: 0 auto;
      clear: both;
      position: relative
}

section, header, aisda{
	display: block;
}

body{
	background: #fff;
	margin: 0 auto;
	font-family: 'Alef-regular', Arial, sans-serif;
	font-size: 17px;
	line-height: 17px;
	color: #787878;
}
#container{
	/*overflow: auto;*/
}
#container .border-header{
	background: url(../images/bg-border-header.png) repeat-x;
	width: 100%;
	height: 10px;
	margin-top: 2px;
	margin-bottom: 30px;
}
.wapper{
	width: 1140px;
}
a{
	color: #4b4b4b;
	text-decoration: none;
}
a:hover{
	color: #c9d067;
}
.clear{
	clear: both;
}
header{
	
}
header h1.logo{
	float: left;
	margin-top: 15px;
	text-align:center
}
header nav {
	float: right;
	display: block;
	margin-top: 20px;	
	height: 58px;
}
header nav ul.menu{
	list-style: none;
	float: right;
}
header nav ul.menu li a{
	display: block;
	padding: 8px 0 15px 0;
}
header nav ul.menu li:hover a{
	border-bottom: 2px solid #c9d067;
	color: #c9d067;
}
header nav ul.menu .active a{
	border-bottom: 2px solid #c9d067;
	color: #c9d067;
}

header nav ul.menu li{
	float: right;
	margin: 0 10px;
	position: relative;
}
header nav ul.menu li.first{
	margin-right: 0;
}
.menu .sub-menu {
    display: none;
    z-index: 500;
	list-style: none;	
	right: 0;
	top: 42px;
    position: absolute;    
    width: 196px;
	box-shadow: 0px 2px 2px #ccc;
}
.menu .sub-menu  li {float: none; display: block; margin: 0;}
.menu .sub-menu  li a{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: right;
	display: block;
}
.menu .sub-menu li a:hover{
	border-bottom: none;
	background: #c9d067;
	color: #000;
}
.menu li:hover .sub-menu {
	background: #fff;
    display: block;  
}
.small{display: none;}
.featured{
	text-align: center;
	/*background: url(../images/banner-featured.jpg) top center no-repeat;*/
      position: relative;
}
.featured .wapper{
	position: relative;
}
.featured h1{
	color: #286d8e;
	
	font-size: 38px;
	line-height: 38px;
}
.featured h4{
	
	font-size: 22px;
	line-height: 22px;
}
.featured .nav-slider{
	position: absolute;
	bottom: 0;
	left: 0;	
	width: 78px;
	height: 38px;
      z-index: 1000;
}
.featured .nav-slider a.prev, .featured .nav-slider a.next{
	width: 38px;
	height: 38px;
	display: block;
	float: left;
}
.featured .nav-slider a.next {
	background: url(../images/icon_right.png) no-repeat;
}
.featured .nav-slider a.prev {
	background: url(../images/icon_left.png) no-repeat;
}

.featured .nav-slider a.next:hover {
	background: url(../images/icon_right_hover.png) no-repeat;
}
.featured .nav-slider a.prev:hover {
	background: url(../images/icon_left_hover.png) no-repeat;
}

.title-page {
	font-size: 26px;
	/*border-bottom: 4px solid #f2f2f2;*/
	color: #cdde5c;
	margin-bottom: 30px;
}
.title-page span{
	 /*border-bottom: 4px solid #095F89;*/
    display: block;
    float: right;
    margin-bottom: 0;
    padding-bottom: 0;
}
.about #main-body , .contact-us #main-body  {
	margin-top: 50px;
}
.services #main-body{
	margin-top: 80px;
}
#main-body{
	margin-top: 20px;	
}
.service , .portfolio, .bottom-main{

}

.box-service {
	width: 32%;
	float: right;
	color: #939393;
}
.box-service img{
	max-width: 100%;
	margin: 0;
	padding: 0;
      border:none;
}
.box-service p{
	font-size: 13px;
}
.box-service h2{
	height: 38px;
	line-height: 38px;
	font-size: 21px;
	margin-bottom: 20px;
	margin-top: -3px;
	padding-right: 50px;
	color: #4b4b4b;
}
.box-service h2.folder{
	background-color: #f2f2f2;
      background-position: right;
}
.box-service h2.eye{
	background: #f2f2f2 url(../images/icon-eye.jpg) right no-repeat;
}
.box-service h2.document{
	background: #f2f2f2 url(../images/icon-document.jpg) right no-repeat;
}
a.more-button {
	font-size: 13px;
	line-height: 26px;
	height: 26px;
	text-align: center;
	background: #00428d;
	border-radius: 2px;
	color: #fff;
	width: 115px;
	display: block;
	margin-top: 20px;
}

a.more-button:hover
{
      background: #095f89;
}

.box-service.center{
	margin: 0 2%;
}

.box-portfolio {
	width: 270px;
	margin-right: 20px;
	float: right;
}
.box-portfolio.end{
	margin-right: 0;
}
.box-portfolio  img {
	max-width: 100%;
	border-bottom: 3px solid #c9d067;
      line-height: 0;
}

.box-portfolio a.imageLink
{
      line-height: 0;
}

.box-portfolio h4{
	color: #4b4b4b;
	margin: 20px 0 15px 0;
}
.box-portfolio p{
	font-size: 13px;
	color: #939393;
}

.bottom-main {
	padding-top: 30px;
}
.bottom-main .last-new {
	/*width: 27%;
	float: left;
	margin-right: 3%;*/	
}
.about .bottom-main {
    padding-top: 0;
}
.about .bottom-main {
    margin: 0;
}
.bottom-main .last-new ul{
	list-style: none;
	padding-top: 0;
}
.bottom-main .last-new ul li{
	padding-right: 25px;
	background: url(../images/icon-bullet.png) right no-repeat;
	margin: 15px 0;
}
.bottom-main .last-new ul li a{
	color: #939393;
	/*font-size: 15px;*/
	font-size: 16px;
}
.bottom-main .sumary{
	width: 100%;
	/*width: 70%;
	float: left;*/	
}
.bottom-main .sumary img {
	padding: 5px;
	background: #f9f9f9;	
	
	margin-left: 35px;
	float: right;
}
.bottom-main .sumary .text{
	margin-top: 30px;
}
.bottom-main .sumary p{
	margin-bottom: 15px;
	/*font-size: 14px;*/
	font-size: 16px;
	line-height: 23px;
}

footer{
	
}
footer .top-footer{
	height: 237px;
}
.cols-bottom {
	width: 32%;
	float: left;
	font-size: 14px;
	border-top: 2px solid #393434;
}
.cols-bottom .details{
	margin-top: 25px;
}
.cols-bottom .details input[type="text"]{
	padding: 12px 10px;
	width: 93%;
	background: #e2ded8;
	border: none;
}
.cols-bottom h2{
	color: #000;
	font-family: 'Alef-bold', Arial, sans-serif;
	font-size: 20px;
	/*border-bottom: 2px solid #393434;*/
	margin-bottom: 15px;
}
.cols-bottom.cols-center{
	margin: 0 2%;
}

.home {
	background: url(../images/icon-home.png) no-repeat right;
	padding: 10px 0;
}
.phone {
	background: url(../images/icon-phone.png) no-repeat right;
	padding: 10px 0;
}
.email{
	background: url(../images/icon-email.png) no-repeat right;
	padding: 10px 0;
}
.home, .phone{margin-right: 6px;}
.email {padding-right: 42px !important;}
a.button-submit {
	background: #c9d067;
	text-decoration: none;
	color: #fff;
	height: 28px;
	width: 115px;
	display: block;
	text-align: center;
	line-height: 28px;
	margin-top: 25px;
}

a.button-submit:hover {
	
      background: #095f89;
	
}

#social-network .details {text-align: center;}
#social-network .details a{padding: 0 3px;}

.bottom-footer {
	
}
.bottom-footer .wapper{
	text-align: center;
}
.copyright {
	float: right;
	line-height: 38px;
	font-size: 14px;
	color: #ccc;
}

/*css about*/

.top-main .about .feature
{
      margin-top: 45px;
}

.top-main .about .feature img{
	margin: 0px 0 30px 25px;
	float: right;
} 
.top-main .about .feature h2{
	text-align: right;
	padding: 45px 0 30px 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 15px;
}
.top-main .about .feature p{
	
	font-size: 15px;
}
.bottom-main .profile .box-profile{
	width: 30%;
	float: right;
	margin-top: 30px;
}
.bottom-main .profile .margin{
	margin-right:57px;
      margin-left:57px;
	
}
.box-profile .big {
    border-bottom: 3px solid #c9d067;
    max-width: 100%;
}

.box-profile .social{
	margin: 20px 0 25px 0;
}
.box-profile .social img{
	padding-left: 5px;
}
.box-profile h4{
	color: #c9d067;
}

.box-profile img{
	
      max-width:100%;
}

.box-profile .bigImage{
	
      width:100%;
      border-bottom:4px solid #095f89;
}

.box-profile span{
	color: #e37871;
}
.box-profile .text{
	padding: 35px 0 15px 0;
}
.box-profile .read-more{
	display: inline;
}
.box-profile .read-more p{
	float: right;
	padding-left: 10px;
	line-height: 15px;
	color: #939393;
}
.row-bottom{
	 border-top: 4px solid #F2F2F2;
	 margin-top: 35px;
	 margin-bottom: 65px;
}
img{
	border: 0;
}

/*css contact*/

.main-content .feature-contact .title{
	color: #4d4d4d;
	font-size: 23px;
	padding: 25px 0;
	font-weight: normal;
}
.main-content .feature-contact{
	text-align: right;
}
.main-content .feature-contact p{
	font-size: 15px;
}
.main-content .map-content img,
.main-content .map-content iframe{
	border-bottom: 3px solid #c9d067;
	max-width: 100%;
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
}
.main-content .left-main-content{
	margin-right: 40px;
	float: left;
	margin-top: 50px;
	margin-bottom: 129px;
}
.main-content .right-main-content{
	width: 566px;
	float: right;
	border-top: 2px solid #f2f2f2;
	margin-top: 50px;
	margin-bottom: 50px;
}
.main-content .right-main-content .phone-contact{
	background: url(../images/icon-contact-us-2.png) no-repeat right;
	margin-right: 5px;
}
.main-content .right-main-content .email-contact {
	background: url(../images/icon-contact-us-1.png) no-repeat right;
	margin-bottom: 20px;
}

#address .title-address{
	padding: 35px 0 25px 0;
}
.comment-box .frmComment input{
	width: 420px;
	height: 30px;
	float: left;
	border: 1px solid #ddd;
}
.comment-box .frmComment label{
	display: block;
	width: 100px;
	line-height: 40px;
	float: right;
}
.comment-box .frmComment  .row{
	height: 30px;
	background: #f2f2f2;
	margin: 15px 0;
	border: 0;
	width: 556px;
	padding: 5px 5px 10px;
}
.comment-box .frmComment .row-cmt{
	background: #f2f2f2;
	margin: 15px 0;
	border: 0;
	width: 561px;	
	padding: 3px 3px 0;
}
.comment-box .frmComment .submit-button{
	background: #c9d067;
	width: 567px;
	height: 44px;
	border: 0;
	cursor: pointer;
	color: white;
	font-weight: bold;
}
.comment-box .frmComment p{
	margin-right: 10px;
}
#message{
	width: 551px;
	border: 1px solid #f2f2f2;
      margin-top: 4px;
      margin-left: 4px;
      margin-right: 4px;
      margin-bottom: 6px;
}
/*css services*/

.main .top-main .services{
	margin: 30px 0 60px 0;
}
.main .top-main .box-services{
	width: 270px;
	float: right;
	margin-left: 20px;
}
.main .top-main .services .end{
	margin-left: 0;
}
.main .top-main .services img{
	border-bottom: 3px solid #c9d067;
	width: 100%;
}
.main .top-main .services h4{
	margin: 30px 0 15px 0;
	color: #4b4b4b;
}
.main .top-main .services p{
	font-size: 16px;
}
.main .middle-main .box-ours-services{
	width: 24%;
	float: right;
	margin-left: 1.2%;
	text-align: center;
}

.main .middle-main .box-ours-services img{
	
	max-width:100%;
}

.main .middle-main .ours-services .end{
	margin-left: 0;
}
.main .middle-main .ours-services h4{
	margin: 25px 0 20px 0;
	color: #4b4b4b;
}
.main .middle-main .ours-services{
	margin: 55px 0 50px 0;
}
.bottom-main .mes-slider a.next {
    background: url("../images/icon-services-right.jpg") no-repeat scroll 0 0 transparent;
}
.bottom-main .mes-slider a.prev {
    background: url("../images/icon-services-left.jpg") no-repeat scroll 0 0 transparent;
}
.bottom-main .mes-slider {
    height: 38px;
    width: 76px;
	float: right;
	margin-top: 30px;
}
.bottom-main .mes-slider a.prev, .bottom-main .mes-slider a.next {
    display: block;
    float: left;
    height: 38px;
    width: 38px;
}
.bottom-main .box-messages{
	width: 32%;
	float: right;
      margin-top: 10px;
      margin-bottom: 40px;
      cursor:pointer;
	margin-left:2%;
}
.bottom-main .end{
	margin-left: 0;
}
.bottom-main .box-messages .text-messages{
	color: #515151;
	border:3px solid #f2f2f2;
}

.bottom-main .box-messages .text-messages p{
	padding: 30px;
	line-height: 25px;
}
.bottom-main .box-messages h4{
	color: #c9d067;
	padding-top:30px;
	padding-bottom:15px;
}

.sliderContainer {
  margin: 30px auto;
  width: 92%;
}

/*
* RESPONSIVE STYLE SHEET
* Author  : Miss Nosheen Fida
* Contact : Skype - creativemedia.co , Gmail:webnfinance , Yahoo: nosheen.
* Version : 1.0  
* Date    : 10-06-2013
*/

.triangle_rel
{
	position:relative;
}

.triangle_abs
{
	position: absolute;
	top:0;
	right: 20px;
}

.top_quotes
{
	background: url( '../images/top_q.png' ) top right no-repeat #e6e6e6;
}

.bottom_quotes
{
	background: url( '../images/bottom_q.png' ) bottom left no-repeat transparent;
}

.contactBlock {
  height: 100%;
  left: 20%;
  position: absolute;
  top: 1px;
  width: 344px;
  z-index: 3;
  background-color: #969597;
  border: 5px solid #CFCECE;
  border-radius: 6px;
  background-color: rgba(150,149,151,0.6);
  border-color: rgba(244, 244, 244, 0.79);
}

.contactBlock > h2 {
  border-bottom: 2px solid #ABABAB;
  color: #FFFFFF;
  margin: 10px auto 40px;
  padding-bottom: 15px;
  width: 90%;
}

.contactBlock .button-submit {
  background-color: #CAD52B !important;
  font-size: 30px;
  margin: 25px auto 0;
  padding: 10px 0;
  width: 80%;
  border-radius: 4px;
}

.contactBlock .us_short_contact_text_field {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Alef-regular,arial,sans-serif;
  font-size: 17px;
  margin: 20px 0;
  box-shadow: 0 -2px 2px #000000;
  border-radius: 4px;
}

.breadcrumbs .active{
	color: #CDDE5C;
}

@media only screen and ( max-width: 1140px ){
	
      .navBox
      {
            width: 90%;
            margin: 0 auto;
            clear: both;
            position: relative
      }
      
	.box-portfolio{ width: 24%;}
	.wapper{
		width: 95%;
	}
	.js #nav {
		position: relative;
		max-height: none;
	}
	#nav-toggle {
		display: none;
	}
		
	.box-service, .box-service.center{margin-bottom: 25px;}
	.box-portfolio{margin-right: 1.2%;}	
	.bottom-main .sumary {
		width: 70%;
		float: right;
	}
	.bottom-main .last-new , .bottom-main .sumary{
		
	}
	.bottom-main .sumary img{
		max-width: 300px;
            height: auto
	}
	.bottom-main .sumary p{
		font-size: 14px;
		line-height: 18px;
	}
	.bottom-main .last-new ul li a {
		font-size: 14px;
	}
	.bottom-main .last-new {
		margin-right: 0;
	}
	.cols-bottom {
	}
	.cols-bottom h2 {
		margin-top: 0;
		padding-top: 25px;
	}	
	/** about page **/
	.about .profile.row-top, .about .profile.row-bottom{
		width: 742px;
		margin: 0 auto;
	}
	.about .top-main .about .feature h2{
		/*padding: 15px 0 30px 0;*/
	}
	.bottom-main .profile .box-profile{
		width: 32%;
	}
	
	.bottom-main .profile .box-profile.margin
	{
		margin-left: 2%;
		margin-right: 2%;
		
	}
	
	.about .row-bottom{
		margin-top: 0;
		border: none;
	}
	.del{display: none;}
	.row-top #item-2, .row-bottom #item-1, .row-bottom #item-3, .row-bottom #item-5{
		margin-right: 0;
		margin-left: 50px;
	}
	.row-bottom #item-2{margin-left: 0;margin-right: 0;}
	.bottom-main .row-top #item-2,
	.bottom-main .row-bottom #item-2{
		margin-left: 0;
		margin-right: 0;
	}
	.bottom-main .row-top #item-2{margin-left: 50px;}
	.bottom-main .row-bottom #item-2, .bottom-main .row-bottom #item-3{
		margin-bottom: 40px;
	}
	/** contact page **/
	.main-content .left-main-content{
		width: 45%;
		margin-right:0;
		margin-left:0;
	}
	.main-content .right-main-content{
		width: 50%;
	}
	.comment-box .frmComment .row{
		width: 95%;
		margin: 5px 0;
	}
	.comment-box .frmComment input{
		width: 75%;
	}
	.comment-box .frmComment .row-cmt{
		width: 95%;
		margin: 5px 0;
		padding :5px;
	}
	#message{
		width: 98%;
	}
	
	.comment-box .frmComment label
	{
		width:20%;
	}
	
	
	.comment-box .frmComment .submit-button {
		width: 100%;
		margin: 5px auto;
		float: none;
	}
	#address .title-address {padding: 5px 0;}
	.main-content .right-main-content .email-contact{margin-bottom: 0;}
	
	.main .top-main .box-services
	{
		width:24%;
		margin-left:1.2%;
		margin-right:0;
	}
	
	
	.bottom-main .box-messages .text-messages p {
		font-size: 16px;
		line-height: 27px;
		padding: 15px;
	}
	
	.bottom-main .box-messages.end{
		margin-right: 0;
	}
	
	.bottom-main .box-messages .text-messages p
	{
		padding: 30px 15px;
	}
}

@media only screen and (max-width: 960px) {
	
	header {

	}
	header h1.logo {float: none; margin: 0 auto; width: 223px; margin-top: 20px;}
	
      #nav-toggle{
            
		display: block;
		padding: 10px 0;
		color: #fff;
		background: #0c7fb6 url( ../images/before-nav.jpg ) no-repeat 6px 6px;
		text-align: center;
		margin: 14px auto 0 auto;
	}
      
	header nav{float: none;}
	header nav{margin-top: 0px;}
	header nav ul.menu li{margin: 0;}
	header nav ul.menu li a{
		background: #0c7fb6;
		padding: 15px 15px 15px 0;
	}
	header nav .menu li:hover .sub-menu{
		box-shadow:none;
		right: 0;
	}
	header nav .menu li .sub-menu{
		display: none;
	}
	header nav ul.menu li a{color: #fff;}
	header nav ul.menu li:hover a, header nav ul.menu li.current a{
		background: #085f8a;
	}
	
      .menu .sub-menu {
		box-shadow: none;
	}
	
	.box-service#item-2{		
		float: right;
		margin-left: 0;
		margin-right: 0;
	}
      
	.box-service, .box-service.center{ margin-bottom: 25px; }
	
	.box-portfolio#item-3{
		margin-right: 0;
	}	
	
	.bottom-main .sumary {
		width: 70%;
		float: right;
	}
	.bottom-main .last-new , .bottom-main .sumary{
		
	}
	.bottom-main .sumary img{
		max-width: 100%;
	}
	.bottom-main .last-new {
		margin-right: 0;
	}
	.cols-bottom {
	}
	.cols-bottom h2 {
		margin-top: 0;
		padding-top: 25px;
	}	
	
	footer .top-footer{height: auto;}	
	#social-network .details a{float: right;}
	
	/** about page **/
	.about .top-main .about .feature img{
		max-width: 480px;
		margin: 20px auto;
		float: none;
		display: block;
	}
	.about .top-main .about .feature h2{
		padding: 15px 0 30px 0;
	}
	.about .bottom-main .profile .box-profile {
		
	}
}

/*! responsive-nav.js */
@media only screen and (max-width: 960px){	
	#nav ul {
	  margin: 0;
	  padding: 0;
	  width: 100%;
	  display: block;
	  list-style: none;
	  margin-top: 6px;
	}

	#nav li {
	  width: 100%;
	  display: block;
	}

	.js #nav {
	  clip: rect(0 0 0 0);
	  max-height: 0;
	  position: absolute;
	  display: block;
	  zoom: 1;
	  z-index: 9999;
	}

	#nav.opened {
	  max-height: 9999px;
	}

	#nav ul ul.sub-menu{	
		
            top: 42px;
		right: 0;
            display: none;
	}
      
      #nav ul ul.sub-menu.nav-visible{	
		
            display: block;
	}
      
	#nav ul ul.sub-menu li a{
		background: #03729f;		
		padding-right: 50px;
	}
	header nav ul.menu .sub-menu {
		margin-top: 0 !important;
		box-shadow: none !important;
		position: static;
	}
	#nav ul ul.sub-menu li a:hover{
		background: #085f8a;
	}
	header nav ul.menu li a:hover{border: none;}
	#container .border-header{display: none;}
}

@media only screen and (min-width: 960px){
	a#nav-toggle{display: none;}
}

@media only screen and (max-width: 800px){
	
	.captionInner *
	{
		font-size: 20px !important;
	}
}

@media only screen and (max-width: 650px) {
	
	#social-network .details a{float: right;}
	
	.sep_650
	{
		display:block;
		clear:both;
	}
	
	.wapper{
		width:100%;
		clear: both
	}
	
	.title-page {
		
		width:95%;
		margin: 0 auto;
		font-size: 26px;
		border-bottom: 4px solid #f2f2f2;
		color: #cdde5c;
	}

	.breadcrumbs {
	  margin-right: 15px;
	}
	
	header {

	}
	header h1.logo {float: none; margin: 0 auto; width: 223px; margin-top: 20px;}
	header .wapper{width: 95%; margin: 0 auto; clear:both}
	#nav-toggle{
		display: block;
		width: 100%;
		padding: 10px 0;
		color: #fff;
		background: #0c7fb6 url(../images/before-nav.jpg) no-repeat 6px 6px;
		text-align: center;
		margin: 14px auto 0 auto;
	}
	header nav{float: none; /*width: 300px;*/ margin-top: -6px !important;}
	header nav{margin-top: 0px;}
	header nav ul.menu li{margin: 0;}
	header nav ul.menu li a{
		background: #0c7fb6;
		padding: 15px 15px 15px 0;
	}
	header nav .menu li:hover .sub-menu{
		box-shadow:none;
		right: 0;
	}
	header nav .menu li .sub-menu{
		display: none;
	}	
	header nav ul.menu li a{color: #fff;}
	header nav ul.menu li:hover a, header nav ul.menu li.current a{
		background: #085f8a;
	}
	.menu .sub-menu {
		box-shadow: none;
	}
	.featured {
		clear: both;
		width:95%;
		margin: 0 auto;
	}
	.featured .wapper{
		
	}
	/*#featured{margin-top: 15px;}*/
	.featured h1{
		width: auto;
		font-size: 32px;
		line-height: 32px;
	}
	.featured h4 {
		width: auto;
		font-size: 20px;
		line-height: 20px;
	}
	.box-service, .box-service.center{
		width: 46.25%;
		float: right;
		margin: 0;
		margin-right: 2.5%;
	}	
	.box-service, .box-service.center{margin-bottom: 25px;}
	.box-portfolio.end, .box-portfolio#item-2, .box-portfolio#item-4{
		margin-right: 0;
	}	
	.box-portfolio{width: 231px;}
	.bottom-main .last-new , .bottom-main .sumary{
		float: none;
		width: 100%;
	}
	
	.bottom-main .sumary
	{
		width:95%;
		margin:0 auto;
		clear: both;
	}
	
	.bottom-main .sumary img{
		max-width: 300px;
	}
	.bottom-main .sumary p{
		font-size: 14px;
		line-height: 18px;
	}
	
	.bottom-main .last-new ul
	{
		width:95%;
		margin:0 auto;
		clear: both;
	}
	
	.bottom-main .last-new ul li a {
		font-size: 14px;
	}
	.bottom-main .last-new ul li{margin: 10px 0;}
	.bottom-main .last-new {
		margin-right: 0;
	}
	.cols-bottom {
		float: none;
		margin: 0 auto;
		width: 95%;
	}
	.cols-bottom h2 {
		margin-top: 0;
		padding-top: 25px;
		
	}
	.cols-bottom.cols-center{margin:0 auto;}
	
	.box-portfolio {
		
		width: 46.25%;
		margin: 0;
		margin-right: 2.5% !important;
		margin-bottom: 20px !important;
	}
	
	.box-portfolio img {
		width: 100%;
	}
	footer .top-footer{height: auto;}	
	
	/** about page **/
	.about .top-main .about .feature img{
		max-width: 480px;
		margin: 20px auto;
		float: none;
		display: block;
	}
	.about .top-main .about .feature h2{
		padding: 15px 0 30px 0;
	}
	
	.bottom-main .profile .box-profile{
		width: 46.25%;
		margin-right: 2.5% !important;
		margin-bottom: 20px !important;
	}
	
	.bottom-main .profile .box-profile.margin
	{
		margin-left: 0;
		margin-right: 0;
	}
	
	.bottom-main .profile div.clear
	{
		display: none
	}
	
	.about .row-bottom{
		margin-top: 0;
		border: none;
	}
	
	/** services **/	
	
	.bottom-main .box-messages,
	.main .top-main .box-services,
	.main .middle-main .box-ours-services{
		
		width:46.25%;
		margin-right: 2.5% !important;
		margin-left: 0 !important;
		margin-bottom: 20px !important;
	}
	
	.mes-new .clear
	{
		display:none;
	}
	
	.services .main .middle-main .box-ours-services{
		margin: 0 5px;
	}
	.center-control {width: 349px;}
	/** contact page **/
	.main-content .map-content img{
		display: block;
		margin: 0 auto;
	}
	.main-content .right-main-content{
		width: 95%;
		margin: 0 auto;
		clear:both;
	}
	
	
	.comment-box .frmComment .row,
	.comment-box .frmComment .row-cmt
	{
		width:99%;
	}
	
	
	.main-content .left-main-content {
		margin: 20px auto;
		float: none;
	}
	.main-content .right-main-content{
		float: none;
		margin: 0 auto;
	}
	
	.captionInner
	{
		width:90%;
		margin: 0 auto;
		clear: both;
	}
	
	.captionInner *
	{
		font-size: 16px !important;
	}
	
	.about
	{
		width:95%;
		margin: 0 auto;
		clear: both
	}
	
	.contact
	{
		width:95%;
		margin: 0 auto;
		clear:both;
	}
	
	.main-content .map-content
	{
		width:95%;
		margin: 0 auto;
		clear:both;
		margin-top:30px;
	}
	
	.main-content .map-content img,
	.main-content .map-content iframe
	{
		width:100%;
	}
}


@media only screen and (max-width: 480px) {

	table {
  		width: 100%;
	}

	table img {
  		height: auto;
  		width: 100%;
	}
	
	#social-network .details a{float: right;}
	.wapper{
		width: 100%;
	}
	header {height: auto;}
	header h1.logo {float: none; margin: 0 auto; width: 223px; margin-top: 20px;}
	header .wapper{width: 100%;}
	#nav-toggle{
		display: block;
		width: 95%;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
		margin-top: 14px;
		color: #fff;
		background: #0c7fb6 url(../images/before-nav.jpg) no-repeat 6px 6px;
	}
	
	header nav{float: none;}
	header nav{margin-top: -6px;}
	header nav ul.menu li{margin: 0;}
	header nav ul.menu li a{
		color: #fff;
		background: #0c7fb6;
		padding: 15px 15px 15px 0;
	}	
	header nav .menu li:hover .sub-menu{
		box-shadow:none;
		right: 0;
	}
	header nav .menu li .sub-menu{
		display: none;
	}
	header nav ul.menu li a{color: #fff;}
	header nav ul.menu li:hover a, header nav ul.menu li.current a{
		background: #085f8a;
	}	
	.featured {
		clear: both;
		display:none
		
	}
	.featured .wapper{
		
	}
	/*#featured{margin-top: 15px;}*/
	.featured h1{
		width: auto;
		font-size: 22px;
		line-height: 22px;
	}
	.featured h4 {
		width: auto;
		font-size: 12px;
		line-height: 12px;
	}
	footer .top-footer{
		height: auto;
	}
	
	.main .middle-main .box-ours-services,
	.box-service,
	.box-service.center{
		width: 95%;
		margin:0 auto;
		margin-bottom:35px;
		float:none;
	}
	
	
	.box-portfolio, .box-portfolio.end{
		float: none;
		margin: 0 auto;
		margin-bottom:35px;
		width: 95%;
	}	
	.bottom-main .last-new , .bottom-main .sumary{
		float: none;
		width: 100%;
	}
	.bottom-main .sumary img{
		max-width: 100%;
		margin: 0 auto; 
		float: none;
		padding:0;
	}
	.bottom-main .sumary p{
		width:95%;
		margin:0 auto;
		font-size: 14px;
		line-height: 18px;
	}
	.bottom-main .last-new ul li a {
		font-size: 14px;
	}
	.bottom-main .last-new ul li{margin: 10px 0;}
	.bottom-main .last-new {
		margin-right: 0;
	}
	.cols-bottom {
		float: none;
		margin: 0 auto;
		width: 95%;
	}
	.cols-bottom h2 {
		margin-top: 0;
		padding-top: 25px;
	}
	.cols-bottom.cols-center{
		margin: 0 auto;
	}	
	/** about page **/
	.top-main .about .feature img {
		max-width: 300px;
		float: none;
		margin: 10px auto;
	}
	.top-main .about .feature h2 {padding: 20px 0;}
	.bottom-main .profile .box-profile{
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	
	.profile img {
		max-width: 100%;
	}
	
	.profile
	{
		width:95%;
		margin: 0 auto;
		clear: both;
		margin-right:0px;
		padding-top:20px;
	}
	
	.about .box-profile .social{
		margin: 0;
	}
	.about .box-profile .text{
		padding: 5px 0 15px 0;
	}
	.about .box-profile .read-more p{line-height: 22px;}
	.about .row-bottom{border: none;}
	
	
	/** services **/	
	.main .top-main .box-services,
	.bottom-main .box-messages{
		
		width:95%;
		float: none;
		margin: 0 auto;
		clear:both;
	}
	
	.title-page
	{
		width:95% !important;
	}
	
	/** contact page **/
	.main-content .map-content img{
		display: block;
		margin: 0 auto;
	}
	
	
	
	
	
	
	
	.main-content .right-main-content{
		float: none;
		margin: 0 auto;
	}
	
	.mar0
	{
		margin: 0 auto
	}
	
	#nav ul{
		
		width:95%;
		margin: 0 auto;
		float: none;
	}
	
	#nav ul li ul
	{
		width:100%;
		margin: 0 auto;
		float: none;
	}
}
