/*
Theme Name: Villarena
Author: Villarena
Author URI: https://www.Villarena.nl/
Description: Villarena theme
Version: 1.0
*/


body {
	margin: 0 auto;
	padding: 0;
	width:100%;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:200;
	line-height: 1.2em;
	color: #000;
	text-align:left;
	background-color:#fff;    
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	OPBOUW Template
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.top  {
	margin:0 auto;
	width:100%;
    position:fixed;
	z-index: 3;
	float: left;
}
/*
.gradiant-top {
    width: 100%;
    height:170px;
    background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
    background-image: linear-gradient(0deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    position: absolute;
    top: 0;
}
*/
.active .gradiant-top {
    display: none;
}
.top-banner {
    margin:0 auto;
    margin-top: 25px;
    padding:0px 0 5px 0;
    width: 100%;
    color: #fff;
    position: relative;
    float: left;
    box-shadow:  0 0 1px #000;
}
.top-banner a {
    color: #fff;
    text-decoration: none;
}
.top-tekst {
    padding: 20px 0 0 300px;  
    float: left;
     box-shadow:  0 0 1px #000;
}
.search-box {
    margin: 0;
    padding: 0;
    width: auto;
}
.active {
	background: #fff;
	border-bottom: 1px solid #ccc;
	z-index:100;
}
.top, .active,  .active .top-banner,  .active .menubox,  .active .top-banner {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}
.active .logo img {
	max-width:30%;
	height: auto;
     	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}
.active .logo {
    margin: 10px 0 10px 0;
}
 .active .top-banner {
     display: none;
}
 .active .menubox {
	margin: 50px  0 0 0;
}
.wrap {
	margin:0 auto;
	width:1200px;
	position: relative;
	z-index: 2;
}
.wrap-width {
	margin:0 auto;
	width:2300px;
	position: relative;
	z-index: 2;
}
.logo {
	margin: 0px 0 0 0;
	width:25%;
	text-align: center;
	float:left;	
	position: relative;  
	background: #fff;
}
.logo img {
	max-width:100%;
	height: auto;
    -o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}
.logo-responsive {
    display: none;
}

.menubox {
	margin: 60px  0 0 0;
	width:73%;
	float:right;
	position: relative;
	z-index: 2;
}

/* MENU */
.menubox ul.menu,
.menubox div.menu > ul {
	margin: 0 0 0 0;
	padding: 0;
    	float:right;
}
.menubox .menu li {
	margin:0;
	padding:0 30px 25px 0;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    text-align: right;
	display: block;
	position: relative;
	float:left;
}
.menubox .menu li a {
    padding:0 0 35px 0;
	color: #000;
	font-size:1em;
	font-weight:400;
	text-decoration: none;
	text-shadow: 0 0 4px #fff, 0 0 10px #fff, -1px -1px 15px #fff, 1px 1px 25px #fff, 0 0 45px #fff;
}
.menubox .menu li:hover > a,
.menubox .menu li a:hover {
	color:#03a6ff;
}
.menubox .menu .sub-menu, /* <<<  Belangrijk !! */
.menubox .menu .children {
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	z-index: 99999;
    float: left;
}
.menubox ul.menu li:hover > ul,    /* <<<  Belangrijk !! */
.menubox .menu ul li:hover > ul {
	margin: 10px 0 0 -15px;
    padding-bottom: 25px;
	display: block;
}
.menubox .menu .sub-menu ul,  /* <<<  Belangrijk !! */
.menubox .menu .children ul  {
	left: 100%;
	top: 0;
}
.menubox .menu li ul {
	width:250px;
    text-align: left;
    background: #03a6ff;
     float: left;
}
.menubox .menu li li {
	padding: 15px 15px 0 15px;
	width:90%;
    text-align: left;
	float:left;
}
.menubox .menu li li a {
	padding: 0;
	font-size:0.95em;
	text-transform: inherit;
	color: #000;
	text-shadow:none;
}
.menubox .menu li:hover a {
	color: #03a6ff;
}
.menubox .menu li li a  {
	color: #fff!important;
}
.menubox .menu li.current-menu-item a  {
	color: #fff;
}

.menubox ul.menu ul a,
.menubox .menu ul ul a {
	margin: 0;
	width: auto;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.menubox ul.menu li:hover > ul ul,    /* <<<  Belangrijk !! */
.menubox .menu ul li:hover > ul ul {
	margin: 0px 0 0 0;
	display: block;
}
.menubox .menu-toggle {
	display: none;
}
.menubox .menu li.current-menu-item a {
	color: #03a6ff;
}
.menubox .menu li.current-menu-item li a, .menubox .menu li.current_page_ancestor li a {
	color: #fff;
	border-bottom:0;
}
.menubox .menu .menu-item-has-children li a {
font-weight: 300;
}
.menubox .menu li li.current-menu-item a {
	font-weight:500;
	text-decoration: underline;
}
.menubox .menu li.first-menu-item.current-menu-item a {
	border-bottom:0;
}

/* Mobile menu 
nav:not(.mm-menu), #m-menu  {
	display: none;
}*/
#m-menu {
    position: fixed;
    z-index: 10000;
}

/* 
.radius {
    -webkit-border-radius: 50px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 50px;
-moz-border-radius-topleft: 0;
border-radius: 50px;
border-top-left-radius: 0;
}
*/

.full-width  {
	width: 100%;
	float: left;
    position: relative;
    z-index: 2;
}
.header-box {
    width: 100%;
    position: relative;
    float: left;   
}
.header {
	margin: 0 auto;
    padding: 45% 0 0 0;
    width: 2300px;
    height: auto;
    position: relative; 
   /*  resize: vertical; */
    overflow: auto;
    z-index: 1;
    background: url('images/header.jpg') center center no-repeat;    
     -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
}

.header {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.header .text {
	margin: 0 auto;
    padding: 0 15% 0 15%;
    width:70%; 
    font-family: 'Courgette', cursive;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.1em;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    text-shadow: 0 0 5px #000;
}

.left {
    float: left;
}
.right {
    float: right;
}

/* PAGE */
.frontpage .intro-box {
    margin:0;
	padding:0;
	width:100%;
    text-align: center;
    color: #000;
    font-weight: 200!important;
    line-height: 1.2em;
	float: left;
    position: relative;
}

.frontpage .content {
    margin: 0;
	padding:5% 5% 100px 5%;
	width:90%;
	float: left;
}
.frontpage .intro-box h1 {
    font-size: 2.4em;
}
.frontpage a.btn {
    margin: 0 0 25px 0;
	padding:15px 35px 15px 35px;
	width:auto;
    font-weight: 700;
    color: #fff;
    background: #03a6ff;
    border:2px solid #fff;
}
.frontpage a.btn:hover {
    color: #03a6ff;
    border:2px solid #03a6ff;
    background: #fff;
}

.header-page {
	margin: 0 auto;
    margin-bottom: 25px; 
    width: 1800px;
    height: 550px;
    position: relative;
    overflow: auto;
    z-index: 1;
    background: url('images/default.jpg') center center no-repeat;    
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}
.header-page-textbox {

} 
.header-page-text {
    padding: 45px;
    width: 30%;
    font-weight: 700;
    color: #fff; 
    background: #ccc;
    float: right;
    position: absolute;   
    right: 75px;
    bottom: 100px;
}
.header-page a.btn {
    margin: 25px 5px 25px 0;
	padding:15px 35px 15px 35px;
	width:auto;
    font-weight: 700;
    border:2px solid #fff;
    background: #fff;
    position: absolute;
    right: 0;
}
.header-page a.btn:hover {
    color: #000;
    border:2px solid #fff;
    background: #ccc;
}
.content img, .content-index img, .content_img img  {
	margin: 3% 0 3% 0;
	max-width:100%;
	height:auto;
}
.content h1  {
	margin-top: 0;
}
.content h2  {
	margin-top: 50px;
}
.content-box {
    margin: 50px 0 100px 0;
    width: 100%;
    float: left;
}
.index-box {
    margin:50px 0 100px 0;
    width: 100%;
    float: left;
}
.home-box {
    margin:350px 0 100px 0;
    width: 100%;
    float: left;
}
.content {
    width: 100%;
    float: left;
}
.content-single {
    width: 60%;
    float: left;
}
.sidebar-single {
    padding: 2% 3% 5% 3%;
    width: 24%;
    color: #fff;
    float: right;
    background: #03a6ff;
}
.sidebar-single h2 {
    color: #fff!important;
}
img.alignleft {
	margin: 0 25px 25px 0;
	float: left;
}
iframe {
	max-width:100%;
	max-height:auto;
	border: 1px solid #ccc;
}
.breadcrumbs {
    margin: 0 0 10px 0;
    font-size: 0.8em;
    color: #ccc;
}
.search-index {
    margin: 0 auto;
    width: 800px;
}
.search-index  input[type="search"] {
	margin:10px 0 0 0;
    padding: 10px;
	width:100%;
  	height: auto;
	font-weight:400;
    text-align: center;
	color:#000;
	background:#eee;
	float:left;
	outline:none;
	-webkit-appearance: none;
}
.search-index  input[type="submit"] {
	margin:10px 0 0 0;
    padding: 10px;
	width:100%;
  	height: auto;
	font-weight:400;
	color:#fff;
	background:#d03736;
	float:left;
	border:1px solid #fff;
	outline:none;
	-webkit-appearance: none;
}
.skills {
    margin-top: -75px;
    padding: 150px 0 100px 0;
    position: relative;
    z-index: -1;
        background: url('images/banner.jpg') center center no-repeat;    
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}
.skills .wrap-width .box  {
	margin: 2% 1% 1% 1%;
    padding: 2% 2% 3% 2%;
	width:19%;
    text-align: center;
	float: left;
    background: #fff;
    box-shadow: 0 0 1px #fff;
}

.skills  .wrap-width .box img {
    margin: 40px 0 40px 0;
    max-width: 100%;
    height: auto;
}
.skills  .wrap-width a.btn {
    margin: 0 0 25px 0;
	padding:15px 35px 15px 35px;
	width:auto;
    font-weight: 700;
    color: #000;
    border:1px solid #000;
}
.img-content {
	margin: 1%;
    padding-bottom: 35%;
    width: 48%;
    float: left;
}

.gallery-box {
	margin:0 0 0 -2%;
	width: 103%;
}

.pict-img {
	margin:0 0 2% 2%;
    padding-bottom: 20%;
	width:31%;
	float: left;
    box-shadow: 0 0 2px #666;
}

.big {
	font-size: 1.4em;
	font-weight: 600;
	
}

/* BANNER */
.banner  {
	margin:100px 0 0 0;
    padding:100px 0 50px 0;
	width:100%;
    text-align: center;
	float: left;
}
.banner-bg  {
	margin:-100px 0 0 -450px;
	width:1075px;
    height: 800px;
    background: url('images/default.jpg') center center no-repeat; 
    position: absolute;
    z-index: -1;
}
.banner iframe  {
    margin-top: 50px;
	max-width:1800px;
}
.two-column  {
    margin: 0 5% 0 5%;
    width:40%;
    text-align: left;
    position: relative;
}
section {
    margin: 100px 0 50px 0;
}


/* QUESTIONS */
.questions, .clients, .newsletter {
    text-align: center;
}
.questions {
    margin-bottom: 150px;
}
.questions h4 {
    font-weight: 500;
}
.spacer {
    width: 100%;
    height: 50px;
    float: left;
}
.containers a.btn, .teambox a.btn,  .cases a.btn , a.btn-post, .sidebar-single a.btn {
	padding:15px 35px 15px 35px;
	width:auto;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border:2px solid #fff;
    background: #fff;
    bottom: 75px;
}
.sidebar-single a.btn {
    margin-top: 25px;
    float: left;
}
.containers a.btn {
    margin: 0;
    position: relative;
}
.teambox a.btn{
    float: left;
}



.banner-footer {
    margin-top: 50px;
    width: 100%;
    height: 1000px;
   background: url('images/default.jpg') center center no-repeat;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
    float: left;
}

/* FOOTER */
.footer {
    margin: -400px 0 50px 0;
	padding:  0;
    width: 100%;
	position: relative;
    float: left;
    z-index: 2;
}
.footer .logo {
	padding:  0;
    width: 100%;
	position: relative;
    float: left;
    z-index: 2;
}
.foot-box  {
   padding-top: 450px;
   width: 100%;
    float: left;
    background: url('images/default.jpg') bottom right no-repeat;    
     -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;   
} 
.footer .box-adress {
    margin-top: -50px;
    width: 50%;
    float: right;
    color: #fff;
}
.footer .box-adress .box {
    margin-right:10%;
    width: 40%;
    float: left;
}
.footer a {
    color: #000;
}
.footer img {
    text-align: center;
}
.logo-foot img {
    max-width: 100%;
    height: auto;
}
.logo-foot-box {
    margin: 150px 0 0 0;
    width: auto;
}
.foot-menu  {
    padding: 50px 0 50px 0;
    width: 100%;
    background: #03a6ff;
    float: left;
}
.foot-menu {
    font-size: 0.9em;
    color: #fff;
}
.foot-menu a {
    color: #fff;
}
.foot-menu  .box {
    margin: 0 5% 25px 0;
    width: 20%;
    text-align: left;
    float: left;
}
.foot-menu  ul , .foot-menu  li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.text-foot {
    margin: 50px 5% 50px 5%;
    width: 90%;
    font-size: 0.9em;
    text-align: center;
    color: #ccc;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	FONTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a {
	color:#03a6ff;
	text-decoration:none;
}
p {
	margin:0 0 10px 0;
	padding:0;
	line-height: 1.2em;
}
h1, h2, h3, h4, h5 {
    margin: 25px 0 15px 0;
    font-family: 'Courgette', cursive;
	font-weight:600;
	line-height: 1em;
}
h1 {
	color:#03a6ff;
	font-size: 2em;
}
h2 {
	color:#000;
	font-size: 1.8em;
}
.page h2 {
	color:#000;
	font-size:1.6em;
}
h3 {
	font-size:1.6em;
}
.page h3, .page h4  {
	font-size:1.4em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1.2em;
}
form {
	margin: 2px;
	clear:both;
}

textfield {
	margin: 2px;
	clear:both;
}

img, td, tr {
margin:0;
padding:0;
border: 0;
}
img {
max-width: 100%;
    height: auto;
}
a, a:hover, a.btn:hover, .skills .wrap-width .box, .skills .wrap-width .box:hover   {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}

a.active  {
	font-weight:500;
}

strong {
	font-weight: bold;
}




/* Form */
input[type="text"], input[type="email"], textarea, .uneditable-input {
  width:98%;
}
button, input, select, textarea, .frm-field_title {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size:100%;
  margin-bottom:10px;
  padding:1%;
  font-weight: 500;
  border:0;
  background-color: #eee;
}
input[type="submit"] {
  color:#FFFFFF;
  cursor: pointer;
  background-color: #03a6ff;
  border:0;
  height:auto;
  padding:10px;
  width:auto;
  float:left;
}
textarea {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}
input[type='checkbox']{
  margin-right: 10px;
  float: left; 
}
span.wpcf7-list-item-label::before {
	float: left;
}
span.wpcf7-list-item {
	margin: 0!important;
}
.small {
	font-size: 0.8em;
}



/* Responsive */
@media screen and (max-width: 2300px) {
.wrap-width {
   padding: 0 2% 0 2%;
   width: 96%;
}
.header, .header-page {
    margin: 0 2% 0 2%;
    width: 96%;
}   
} /* end @media (max-width: 2300px) */


@media screen and (max-width: 1950px) {
.wrap-team {
    width: 100%;
}
} /* end @media (max-width: 1950px) */


@media (max-width: 1825px) {	 
body { 
	line-height: 1em;
}        
.header-page {
    height: 350px;
} 
 .header .text {
    font-size: 1.8em;
}      
.container li .img {
    margin: 0 0 -4% 0;
    padding-bottom:70%;
}
.teambox li .social  img {
    max-width: 35px;
}    
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2em;
}
.page h2 {
	font-size: 1.6em;
}
h3 {
	font-size:1.6em;
}
.page h3, .page h4  {
	font-size:1.2em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1em;
}  
.banner-footer {
    padding-bottom: 50%;
    height: auto;
}    
} /* end @media (max-width: 1800px) */



@media (max-width: 1250px) {	    
body { 
	font-size: 1em;
	line-height: 1em;
} 
.menubox .menu li {
	padding:0 20px 25px 0;
}	
	
.wrap-team, .wrap {
    padding: 0 5% 0 5%;
    width: 90%;
}
 .skills  {
	margin: 0 0 0 0;
}
 .skills {
    padding: 5% 0 5% 0;
}       
.skills .wrap-width .box  {
	margin: 1%;
    padding: 5%;
	width:38%;
} 
.banner {
    margin: 100px 0 0 0;
    padding: 0 0 0 0;
}  
.banner-bg  {
    display: none;
}
.two-column  {
    margin: 0 0 0 0;
    width:100%;
    text-align: center;
}      
.questions {
    margin-bottom: 0;
}
.cases {
    padding: 50px  0 100px  0;
}
 .bg-clients {
     padding-top: 100px;
}   
 .newsletter {
    padding-bottom: 100px;
} 
.newsletter-bg  {
    display: none;
} 
.newsletter .box {
    margin-top: 50px;
    padding: 5% 5%  5%  5%;
    width: 90%;
}  
 .header-page-text {
    padding: 30px;
    width: 40%;
} 
 ul.container { 
    margin: 0 0 0 0;
     padding: 0;
    width:100%;
}   
 .container li {
    margin: 0 1% 1% 1%;
    padding: 0.5%;
    width: 46%;
}
.container li .text {
    padding: 5%;
    width: 90%;
}
  ul.teambox li {
    width: calc(28% - 6px);
  }
 ul.teambox li:nth-of-type(3n) {
    margin-right: 0;
  } 
img.logo-foot  {
    max-width: 250px;
    height: auto;
}
    
} /* end @media (max-width: 1200px) */



@media (max-width: 1024px) {
.top  {
    position:relative;
}  
  .gradiant-top {
     display: none;
}  
 .logo {
	margin: 0 0 0 0;
	width:100%;
    text-align: center;
}      
.menubox, .top-tekst {
    display: none;
}
.header-box {
    margin-top: 0;
} 
.header {
    height: auto;
}  
 .header .text {
     padding: 0 5% 0 5%;
     width: 90%;
    font-size: 1.4em;
}  
.frontpage .intro-box {
    margin: 25px 0 0 0;
    background: none;
}   
.frontpage .content {
	padding:5% 5% 50px 5%;
}
 .skills {
    margin-top: 50px;
 }  
 li.partner-logo  {
	height: 250px !important;
}
 .header-page {
     padding-bottom: 40%;
    height: auto;
}  
 .header-page-text {
     display: none;
}    
 .content-box {
    margin: 15px 0 100px 0;
}   
    
.container li {
    margin: 0 1% 50px 1%;
    padding: 0.5%;
    width: 46%;
}
.home-box {
    margin: 50px 0 0 0;
}   
.footer {
    margin: 50px 0 50px 0;
}     
 .foot-box  {
    padding-top: 0;
    background: none; 
}     
.footer .box-adress {
    margin-top: 0;
    padding: 5%;
    width: 90%;
    float: left;
    color: #000;
    background: #eee;
}   
 .footer {
     text-align: center;
 }
       
 /* #menu is the original menu */
.js #menu {
		display:none;
}
.js .slicknav_menu {
		display:block;
	}   
} /* end @media (max-width: 1024px) */


@media (max-width: 800px) {	     
.top-banner, .search-box  {
    display: none;
    }
.header .text {
      display: none;
}      
.skills .wrap-width .box  {
	margin: 5%  0 0 0 ;
    padding: 10%;
	width:80%;
} 
.img-content {
    padding-bottom: 60%;
    width: 100%;
    float: left;
}  
 .footer {
    padding:10% 0 0 0;
}   
.footer .box {
    margin: 0 0 5% 0;
    width: 100%;
    text-align: center;
}      
 .footer .box-adress {
    margin: 0 0 0 0;
    padding: 5%;
    width: 90%;
    text-align: center;
    float: left;
}   
.footer li {
    padding-left:0;
}
.footer li::before {
    margin-left:-0;
    max-width: 0;
    content: ""; 
} 
.footer .wrap {
    margin: 0 0 0 0;
    width: 90%;
     text-align: center;
}     
.logo-foot {
    margin-top: 0;
} 
 .logo-foot-box  {
    margin: 0 0 0 0;
    width: 100%;
     text-align: center;
}   
.logo-foot-box2  {
    margin: 0 0 0 0;
    width: 100%;
     text-align: center;
}  
 .content-single, .sidebar-single {
    width: 90%;
    float: left;
}
.sidebar-single {
    margin-top: 50px;
}
ul.teambox li {
    width: calc(42% - 6px);
  }
 ul.teambox li:nth-of-type(2n) {
    margin-right: 0;
  }   
h1 {
	font-size: 1.8em;
}
h2, .page h2 {
	font-size: 1.6em;
} 
h3 {
	font-size:1.4em;
}
.page h3, .page h4  {
	font-size:1.2em;
}
h4 {
	font-size:1em;
}
li.box-case {
    margin: 2% 1% 1% 1%;
    padding: 2%; 
    width: 94%;
}    
li.box-case img {
    max-width: 50%;
    height: auto;
}   

  .footer .box-adress, .footer .box-adress .box {
    margin: 0 0 50px 0;
    padding: 0;
    width: 100%;
    float: left;
}  
 .foot-box img {
        max-width: 100%;
        height: auto;
 }   
  .foot-menu {
    padding: 15px 0 15px 0;
}  
.foot-menu  .box {
    margin: 0 0 25px 0;
    width: 100%;
    text-align: center;
    float: left;
} 
    
    
} /* end @media (max-width: 800px ) */


@media (max-width: 600px) {	  
 body { 
	font-size: 0.9em;
}    
.logo img {
	max-width:60%;
}
 .container li {
    margin: 0 1% 5% 1%;
    padding: 0.5%;
    width: 97%;
}  
.container li .text {
    padding: 10% 5%;
    width: 90%;
} 
li.box-case img {
    max-width: 70%;
    height: auto;
}   
 .pict-img {
	margin:0 0 2% 0;
    padding-bottom: 50%;
	width:100%;
}
} /* end @media (max-width: 600px ) */



@media (max-width: 480px) {	     
   ul.teambox li {
    width: calc(100% - 0px);
  }
 ul.teambox li:nth-of-type(1n) {
    margin-right: 0;
  }     
} /* end @media (max-width: 480px ) */




/*
    Mobile Menu Core Style
*/
.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left; padding: 0.438em 1em 0.438em 5%; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block;   }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav li a { display: block; border-top:1px solid #fff; width:94%; padding:2% 2% 2% 5%; }
.slicknav_nav li a a { display: block; border-top:0; width:94%; padding:3%; }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1; }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size: 1em;
	z-index:10000;
}
/* Button */
.slicknav_btn {
    margin: 15px 15px 15px 0;
    text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
   
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}
.slicknav_menu {
    background-color:#03a6ff;
	margin:0;
    padding:0;
	position: relative;
	width:100%;
}
.slicknav_nav {
    color:#fff;
    margin:0;
	padding:0;
    font-size:0.975em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 5px;
}
.slicknav_nav a {
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover, .slicknav_nav li:hover, .slicknav_nav a:hover {
   color:#fff;
}
.slicknav_nav .slicknav_row:hover a {
	 color:#fff;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}
.slicknav_menu {
	display:none;
}
