@charset "UTF-8";
@import url('font/stylesheet.css');


@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

} 

body, html { overflow-x:hidden; }

body {
	background-color: none;
    background-image: url("../images/bg2.png");
	
	
    font-family:  'Poppins','Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 20px;
	color:#ffffff;
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Poppins','Open Sans', Arial, Helvetice Neue, sans-serif; }

a {
   color:#F8C220;		
	}
a:hover {
   color:#F8C220;		
	}

	
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.form-control{
	height:45px;
}


.profil_gomb {
	
}

/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/*
.cd-container {
  // this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width 
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}
.cd-container::after {
  // clearfix 
  content: '';
  display: table;
  clear: both;
}
*/
.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}

.carimg{
	background-position: center;
    background-size: contain;
	/*background-attachment: scroll;*/
    background-repeat: no-repeat;	
}


.cd-fixed-bg {
  position: relative;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cd-fixed-bg h1, .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../images/slide2.jpg");
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("../images/141668496720751998.jpg");
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../images/h4.jpg");
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../images/h7.jpg");
}

.menu-table td,.menu-table th{
	border:2px solid #3c2415;
}
.img-responsive{
margin: auto;
}
.menu-table th{
	 text-align:center;
	 margin:0px;
	 padding:0px;
}
.etel {
	 line-height:1;
	}
.innertab, .menu-table{
	 margin:5px;
	 width:100%;
     background-color: #bda47d;	 
}
.innertab td{
	 display:table-cell !important;
}

.innertab td.pretype {
	       white-space: nowrap;
		   vertical-align:top;
		   display:none !important;
		   width:20%;
		 }
		 
.jelmagyarazat {
	list-style: none;
    padding: 0px;
}

.jelmagyarazat li {
	text-align:center;
    float:left;	
	width:12%;
	font-size:14px;
	line-height:1;
	margin-bottom:15px;
}		 

.jelmagyarazat li img{	
	margin-bottom:10px;
}		

.aktivnap {
	       /*background-color:rgba(255,255,255,0.5) !important;*/
           border-width:3px !important;
		   background-color:#3c2415 !important; color:#ffffff !important;
		  }
		  
.menuorder{
   /*border:1px solid #3c2415;*/
}	

.menusor{

}

.shade{
       background-color:rgba(255,255,255,0.5) !important;
}
.shade2{
       background-color:rgba(60,36,21,0.2) !important;
}	
	
.hiddenrow {display:none;}

#esza{
	width:200px;
	height:150px;
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:1000;
	background-image:url('../images/userimages/esza150-logo.png');
}

.eszalogo{
		width:200px;
	height:150px;

}

@media only screen and (min-width: 320px) {
  .cd-fixed-bg {
    height: 150px;
  }
  
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 36px;
  }
  
  .menu-table th{display:none;}
  .menu-table td{display:block;}
  .hetinap {background-color:#3c2415 !important;
            color:#ffffff !important;
			font-weight:bold !important;
		   }
   		   
   .jelmagyarazat li {	
	width:33%;	
}
	.innertab td.pretype {
		   display:table-cell !important;
		 }	
    
	.msortd{
        display:block;
		width:100%;
		padding:5px;
    }
	.menuorderin{display:table-row;}
	.menuordertop{display:none;}
	.paymenttable td {display:block !important;}
	.orderchk1 {width:100%;display:block !important;}
}
@media only screen and (min-width: 480px) {
  .cd-fixed-bg {
    background-attachment: fixed;
	height: 150px;
  }
  
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 48px;
    font-weight: 300;
  }
  .menu-table th{display:none;}
  .menu-table td{display:block;}
  .hetinap {background-color:#3c2415 !important;
            color:#ffffff !important;
			font-weight:bold !important;
		   } 
  .jelmagyarazat li {	
	width:20%;	
}
	.innertab td.pretype {
		   display:table-cell !important;
		 }	   
	
	.msortd{
        display:block;
		width:100%;
		padding:5px;
    }
	.menuorderin{display:table-row;}
	.menuordertop{display:none;}
	.paymenttable td {display:block !important;}
	.orderchk1 {width:100%;display:block !important;}
	
}

@media only screen and (min-width: 740px) {
  .cd-fixed-bg {
    height: 450px;
  }
  
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 80px;
  }
  .menu-table th{display:table-cell;}
  .menu-table td{display:table-cell;}
  .hetinap {background-color:inherit !important;
            color:inherit !important;
			font-weight:inherit !important;
		   }
  .aktivnap {background-color:#3c2415 !important; color:#ffffff !important;
	  /*background-color:rgba(255,255,255,0.5) !important;*/
	  }		   
  
  .jelmagyarazat li {	
	width:12%;	
}
.innertab td.pretype {
		   display:none !important;
		 }	
		 
	.msortd{
        display:table-cell;
		width:50%;
		padding:5px;
    }
	.menuorderin{display:none;}
	.menuordertop{display:table-row;}
	.paymenttable td {display:table-cell !important;}
	.orderchk1 {width:50%;display:table-cell !important;}
}

@media only screen and (min-width: 996px) {
  .cd-fixed-bg {
    height: 450px;
  }
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 120px;
  }
  
  .menu-table {background-color: #bda47d;}
  
  .menu-table th{display:table-cell;width:16%;padding:5px;font-size:16px;}
  
  .menu-table td{display:table-cell;width:16%;padding:5px;font-size:16px;}
  .menu-table td h3 {font-size:16px;text-align:center;}
  
  .hetinap {background-color:inherit !important;
            color:inherit !important;
			font-weight:inherit !important;
		   }
  .aktivnap {background-color:#3c2415 !important; color:#ffffff !important;
	  /*background-color:rgba(255,255,255,0.5) !important;*/
	  }		   
  .jelmagyarazat li {	
	width:12%;	
}
.innertab td.pretype {
		   display:none !important;
		 }	
		 
	.msortd{
        display:table-cell;
		width:50%;
		padding:5px;
    }
	.menuorderin{display:none;}
	.menuordertop{display:table-row;}
	.paymenttable td {display:table-cell !important;}
	.orderchk1 {width:50%; display:table-cell !important;}
}


.cd-scrolling-bg {
  position: relative;
  min-height: 50%;
  padding: 4em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.cd-scrolling-bg.cd-color-1 {
  font-family:'Poppins',Verdana,Helvetica,Arial;
  color:#ffffff;
  background-image: url("../images/bg2.png");
  
  
}
.cd-scrolling-bg.cd-color-2 {
  font-family:'Poppins',Verdana,Helvetica,Arial;
  color:#ffffff;
  background-image: url("../images/bg2.png");  
  
}
.cd-scrolling-bg.cd-color-3 {
  font-family:'Poppins',Verdana,Helvetica,Arial;
  color:#ffffff;
  background-image: url("../images/bg2.png");  
  
}

.cd-scrolling-bg.cd-color-footer {
  font-family:'Poppins',Verdana,Helvetica,Arial;
  color:#ffffff;
  background-color: #d9bf9a;  
}

/*.cd-scrolling-bg.cd-color-3 {
  background-color: #3d3536;
  color: #a6989a;
}*/
@media only screen and (min-width: 480px) {
  .cd-scrolling-bg {
    padding: 4em 0;
    font-size: 20px;        
    font-weight: 300;
  }
}

/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/

#lmgalery{
	display:none;
}

.site_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.site-top-bar {
    min-height: 40px;
    background-color:#eeeeee;
}

.site-top-menu {
    min-height:110px;
	background-image: url("../images/bg2.png");
	
	
    background-color:#ffffff;
    z-index: 5000;
    width:100%;
}

.site-top-menu .navbar-toggle {
    margin-top: 38px;
	background-color: #fff;
}

.site-top-menu .navbar-brand {
    padding: 0;
    margin: 10px 0 0px 0;
}

/* ------ Carousel ----- */

#carousel_block {
    /*background: url('../images/topbg.jpg') no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 500px;
}

#carousel_block .carousel-caption {
    z-index: 10;
}

#carousel_block .item {
    height: 500px;
}
#carousel_block .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #carousel_block .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #carousel_block .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #carousel_block .carousel-caption {
        padding-bottom: 120px;
    }
	
	.navbar-nav{width:600px !important;}
}

@media (max-width: 900px) {
    
	
	.navbar-nav{width:600px !important;}
}


@media (max-width: 1024px) {
    #carousel_block {
       /* background: url('../images/site_carousel_bg_s.jpg') no-repeat center center; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
	
	.navbar-nav{width:800px;}
	
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.site-welcome {
    border-bottom: 1px solid #cccccc;
    min-height: 230px;
}

.site-slogan {
    font-family:  'open_sansregular','Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 60px 0;
    color: #333333;
}

.site-slogan h1 {
    font-size: 50px;
}

.site-slogan p {
    font-size: 30px;
    text-align: justify;
    text-indent: 80px;
}
.noindent {
    text-indent: 0px !important;
}
.site-service {
    margin-bottom: 100px;
    margin-top: 100px;
}

.site-service-item {
    font-family:  'open_sansregular','Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}


.site-service-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 25px;
    font-size: 14px;
    color: #929292;
}

.subheader {
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #e67e22;
}


.btn-orange {
    background-color: #F8C220;
    /*border-bottom:2px solid #de8500;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #de8500;
    color:#ffffff;
}

.btn-red {
    background-color: #E31900;
    /*border-bottom:2px solid #E31900;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-red:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #679032;
    color:#ffffff;
}


.btn-green {
    background-color:#679032;
    /*border-bottom:2px solid #3c2415;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #3c2415;
    color:#ffffff;
}

.btn-blue {
    background-color:#0093bc;
    /*border-bottom:2px solid #007ea1;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
    background-color: #007ea1;
    color:#ffffff;
}



.nav > li > a {
    padding: 10px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #F8C220;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #3c2415;
    color:#fff;
}


.nav > li > a {
    color: #ffffff !important;
}
.navbar-default {
    background-color:none;
	background:none;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #679032;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}

.site-service-item-header {
    margin-left: -10px; 
    padding: 16px 18px 20px; 
    font-weight: bold;
    display: inline-block;
}

.site-header-orange {
    background-color:#F8C220;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 39.5%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc; 
}

.site-team {
    background-color:#0093bc;/* url('../images/background.png') ; */
    font-family:  'open_sansregular','Open Sans', sans-serif;
    min-height:590px;
    color:#ffffff;

}
.site-line-header {
    margin-top:100px;
    margin-bottom:80px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 20%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
    margin-top: 5px;
}



.team-inner {
    margin-top:10px;
}

.team-inner-header {
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
    margin:50px auto;
    width:100%;
	padding:0px;
}

.row_team li {
    list-style: none;
}


.no-close .ui-dialog-titlebar-close {
  display: none;
}
.site-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}

.site-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #679032;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width : 70%;
	
}

.site-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #F8C220;
}

.txt_red {
    color: #F8C220;
}

.txt_slogan {
    font-size:14px; 
    color:#929292;
	text-align:justify;
}

.txt_green {
    color: #679032;
}

.site-line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
	
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
    margin-bottom: 0px;
}

#site-contact {
	margin-top:100px; 
	border-top: 1px solid #cccccc; 
	font-size:14px;
}
.site-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right p {
	margin:0px;
}


.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	border-left:2px solid #ffffff; 
	min-height:160px;
	padding-left:10px;
}

.twitter_user {
	color: #ffffff; 
	font-size: 14px;
	float: right;
}

.site-partners {
	border-top: 2px solid #cccccc;
}

.site-partners .site-partner-item {
    margin-bottom: 5px;
}

.site-footer {
	border-top: 2px solid #cccccc; 
	margin-top: 100px;
}

.footer {
    min-height: 50px !important;
    min-height: 0px;
    box-shadow: none;
    z-index: 1;
	padding: 80px !important;
	background-color:#3c2415;
}

.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#333333;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-skype {
    background: url('../images/social-icon-skype.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-skype {
    background: url('../images/social-icon-skype-over.png') no-repeat;
}

.social-icon-email {
    background: url('../images/social-icon-email.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-email {
    background: url('../images/social-icon-email-over.png') no-repeat;
}

.social-icon-phone {
    background: url('../images/social-icon-phone.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-phone {
    background: url('../images/social-icon-phone-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.site-project-gallery  li  a img:hover {
    border: 3px solid #679032;
}

.site-gallery-category a {
	color:#ffffff; 
}

.site-gallery-category a.active {
	color:#679032; 
	text-decoration:none;
}

.site-gallery-category a:focus {
	color:#679032;
	text-decoration:none;	
}

.site-gallery-category a:hover {
	color:#679032; 
	text-decoration:none;
}

.site-projecttype-category a {
	color:#333333; 
}

.site-projecttype-category a.active {
	color:#e67e22; 
	text-decoration:none;
}

.site-projecttype-category a:focus {
	color:#e67e22;
	text-decoration:none;	
}

.site-projecttype-category a:hover {
	color:#e67e22; 
	text-decoration:none;
}

.site-projectloc-category a {
	color:#333333; 
}

.site-projectloc-category a.active {
	color:#e67e22; 
	text-decoration:none;
}

.site-projectloc-category a:focus {
	color:#e67e22;
	text-decoration:none;	
}

.site-projectloc-category a:hover {
	color:#e67e22; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.site-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.site-project-gallery li {     
    list-style:none;
    width: 230px;
    margin: 0 auto 25px auto;         
}
.site-project-gallery li img {
  cursor: pointer;
}

.site-tweets {
    background-color: #d9bf9a;	
    min-height:200px;
    font-family:  'open_sansregular','Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
	padding:30px 0px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	font-size:20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;
}

.mainlogoimg{
	background:url('../images/site_logo.png');
	width:90px;
	height:90px;
	display:block;
	background-repeat: no-repeat;
    background-size: contain;
}

.iniciale{	
    font-size: 48pt;
    font-weight: bold;
    display: block;
    padding: 4pt;
    line-height: 36pt;
    float: left;	
}

.hetimenu td {
	 border:2px solid #000000;
	 padding:5px;
}
.hetinap { text-align:center;}
.hetisor {vertical-align:middle;}
.etel {
	    font-size:20px;
		vertical-align:middle;
	  }


.hetifirst {white-space: nowrap; text-align:center;display:table-cell;}
.innertab td {border:none;}
.newsletterfield {margin-bottom:15px;}
.error {font-decoration:italic;color:#ff0000;text-align:center;}


#respmenu .coffe{
	
}

.respmenu {
	margin:10px 0;
}

table.respmenu td {
	
	border:1px solid #000000;
}

@media (max-width: 991px) {
.pretype {
		   display:block !important;
		 }
.hetifirst {
		   display:none;
		 }	
.hetimenu td {
	   display:flex;
	   width:100% !important;
	 
}
}

@media (min-width:991px) and (max-width:1200px) {
    .site-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .site-project-gallery {
        margin-left: -70px;
    }

    .site-service-item-header {
        padding: 16px 10px 20px;
    }

    .site-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
	
	.w20{
	width:19% !important;
}
	
}


@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
    .site-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}

@media (min-width:991px) {
    
	.w20{
	width:19% !important;
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .site-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .site-project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
	.w20{
	width:19% !important;
}
}


@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
	color: #ffffff !important;
  } 
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .site-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }
	  
	
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.site-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.site-header-orange {
		min-width: 0px;
	}
	
}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 37%; 
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 33%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 30%;
	}
	.mainlogoimg{
	background:url('../images/site_logo_s.png');
	width:200px;
	height:36px;
	display:block;
}

}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 28%;
	}
	.mainlogoimg{
	background:url('../mages/site_logo_s.png');
	width:200px;
	height:36px;
	display:block;
}

}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 21%;
	}
	.mainlogoimg{
	background:url('../images/site_logo_s.png');
	width:200px;
	height:36px;
	display:block;
}

}

@media  ( max-width: 410px) {
	 .team_hr {
		width: 11%;
	}
	
.mainlogoimg{
	background:url('../images/site_logo_s.png');
	width:200px;
	height:36px;
	display:block;
}

	
}
ul.landingtitle{
	margin:0px;	
	padding: 0px;
}

ul.landingtitle li{
	display: block;       
    padding: 30px !important;
    margin: 15px 0px 15px 0px;
	 
}

.site-offer{
    background-color:#0093bc;/* url('../images/background.png') ; */
    font-family:  'open_sansregular','Open Sans', sans-serif;
    color:#ffffff;
	padding:10px;
}

.alpha60 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.4);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.cc{padding:0px;margin:0px;clear:both;}

.mh250 {min-height:250px;}