/*!
 * Start Bootstrap - Freelancer v4.0.0-alpha (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
 */

@font-face {
    font-family: "archristy";
    src: url(../ARCHRISTY.ttf) format("truetype");
}
@font-face {
    font-family: "belweb";
    src: url(../BelweBdBTBold.ttf) format("truetype");
}

@font-face {
    font-family: "belwe";
    src: url(../BelweLtBTMedium.ttf) format("truetype");
}
@font-face {
    font-family: "belwec";
    src: url(../BelweLtBTLight.ttf) format("truetype");
}

@font-face {
    font-family: "myriad";
    src: url(../MyriadPro-Regular.otf) format("truetype");
}

@font-face {
    font-family: "myriad2";
    src: url(../MyriadPro-BoldCond.otf) format("truetype");
}

@font-face {
    font-family: "myriad3";
    src: url(../MyriadPro-Cond.otf) format("truetype");
}

body {
  width: 100%;
  height: 100%;
  font-family: 'belwe', sans-serif;
  font-weight: 100;
	background: transparent;

  }

section{
	width: 100%;
	padding: 30px 0;
}

#top{
	margin-top: 0;
	padding-top: 0;
	position: relative;
}

p {
  font-size: 16px;
  font-family:'myriad'; 
  color: #000;
  }

p.small {
  font-size: 14px; }

a,
a:hover,
a:focus,
a:active,
a.active {
  color: #f2b846;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'belwe', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

hr.star-light,
hr.star-primary {
  max-width: 250px;
  margin: 25px auto 30px;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 5px; }

hr.star-light:after,
hr.star-primary:after {
  font-family: FontAwesome;
  font-size: 2em;
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 .25em;
  content: '\f005'; }

hr.star-light {
  border-color: white; }

hr.star-light:after {
  color: white;
  background-color: #18BC9C; }

hr.star-primary {
  border-color: #2C3E50; }

hr.star-primary:after {
  color: #2C3E50;
  background-color: white; }

.img-centered {
  margin: 0 auto; }


  section h2 {
    font-size: 3em;
    margin: 0; }
    
    
    .top-head{
    	float: none;
    	margin:0 auto;
    	text-align: center;
    }
    .top-head h2{
		    letter-spacing: 5px;
    font-size: 40px;
    font-family: 'belwe';
    text-align: center;
    color: #3d5a81;
    width: 100%;    
    }
    
    .top-suc{
    		text-align: center;    		
    }
    .top-suc h3{
    	    font-family: 'belwec';    		    		
    }
    .top-suc img{
  	    width:100px;    		    		
    }
     .suc-body img{
  	    width:100%; 
  	    margin-bottom:20px;   		    		
    }
    
    .suc-body{
    	margin-top: 50px;
    }
    
    
    .dir{
    		font-size: 15px;
    		color: #3d5a81;
    }
    
    .suc-table
    {
    	margin-top: 30px;
		padding-bottom: 20px;
    }

    
    .suc-table table{
		font-family: 'myriad';
		width: 100%;
    }

    .suc-table table span{
		font-weight: 100;
		font-size: 16px;
    }
    
    .suc-table td{
    	padding-top: 5px;
    	line-height: 16px;
    	padding-bottom: 5px;
		border: 1px #ed683b solid; 
    }
    
    table .top{
    	font-weight: 800;
		font-size:18px;
		text-align:center;    
    }
    table .body{
		font-size:16px;
		text-align:center; 
		background-color:#efeef2;   
    }
 
    
    .org{
    	text-transform: uppercase;
    	font-weight: 800;
    }
    
    .sucs{	
    	color: #3d5a81;    
    	font-size: 16px;
    	text-align: center;
      margin-bottom: 20px;
    }  
    
    .sucs span{
    	font-weight: 800;
    	font-size: 20px;
    }
    .sucs img{
    	width: 100%;
    }
    
    .sucs p{
      display: block;
    	margin: 10px 0;
    	height: 140px;
    }
    
	 .azul {
	 	color: #2a3241;
	 	text-transform: uppercase;
	 	font-weight: 800;
	 }    
	 
	 #priv li{
	 	font-size: 16px;
	 	font-family: 'myriad';
	 	
	 }
	 
    
 	.top-suc h3{
 		font-weight: 100;  
 		color:#3d5a81;  		    		
    }
    .top-suc h3 span{
 		font-weight: 900;    		    		
    }

section.success {
  color: white;
  background: #18BC9C; }
  
.oldie h3, .oldie2 h3{
	letter-spacing: 3px;
	padding-top: 24px;
	font-size: 30px;
	font-family: 'archristy';
	text-align: center;
	color: #fbf200;

}

.plat{
	padding: 0 50px;
}

.oldie{
	background-image: url(../img/principal/bg.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 100px;
	height: 100vh;

}

.oldie2{
	background-image: url(../img/principal/bg2.jpg);
	background-position: center top;
	background-size: cover;
	padding-bottom: 100px;
	display: none;
}

.nopad{
	padding: 0;
	margin: 0 !important;
	color: #FFF;
}

.rota{
 	-moz-transform: scaleX(-1); /* Firefox */
	-o-transform: scaleX(-1); /* Opera */
	-webkit-transform: scaleX(-1); /* Chrome y Safari */
	transform: scaleX(-1); /* w3org */
	filter: FlipH; /* Internet Explorer */
}

footer {
  color: #FFF; 
  font-size: 15px;
  width: 100%;
  float: left;
  
  }
  footer h3 {
    margin-bottom: 30px; }
  footer .footer-above {
    padding-top: 50px;
    background-color: #3d5a81; }
  footer .footer-col {
    margin-bottom: 50px; }
  .footer-below {
    padding: 25px 0;
    background-color: #3d5a81; }
footer li {
	text-decoration: none;
	float: left;
	color: #FFF;
	list-style: none;
	padding-top: 40px;
}

footer li a{
	text-decoration: none;
	color: #FFF;
	padding: 30px 15px;
	font-size: 14px;
	
}

#llama {
	background: url(../img/sucursales/back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #FFF;
	text-align: center;
}

#sucursal .line{
	border-bottom: #ed673a 6px solid;
}


footer .fa-fw{
	padding-top: 20px;
}

footer a{
	color: #FFF;
	
}

footer a:hover{
	color: #FFF;

	
}

#reservacion{
	padding: 0;
	background-color: #f05622;

}
#reservacion h3{
	color: #FFF;
	padding-top: 50px;
	font-weight: 800;

}

#reservacion p{
	font-family: 'myriad';
	color: #2d5691;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1;
}

.foot-s{
	
	width: 100%;
	height: 100px;
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	background-size: contain;
	float:left; 
}

#sugerencias .container{
	padding-top: 10% !important;
	
}



#naranja{
	background: #ed683b !important;
}

.subm{
	font-family: 'myriad2' !important;
	font-size: 18px !important;
	margin-bottom: 10px;
}

.logo2{
	height: 80px;	
	float: left;
}


label {
	font-family: 'myriad';
	margin: 0;
	color: #FFF;
	font-size: 14px;
}

.form-control{
	font-size: 12px;
	padding: 7px 10px;
	height: 35px !important;
}

#formula {
	padding: 50px 0;
}

#formula p{
	text-align: center;
	width: 100%;
	color: #000;
}

#formula h2, #advisor h2, #menu h2, .backlax h2{
	letter-spacing: 5px;
	font-size: 40px;
	font-family: 'belwe';
	text-align: center;
	color: #3d5a81;
	margin-bottom: 20px;
	width: 100%;
	margin-top: 20px;
}

.imgo{
	margin-left:-100px; 
	margin-top:-50px;
	height: 500px;
}

#advisor h4{
	margin-top: 20px;
	color: #FFF;
	font-size: 1em;
	width: 100%;
}
#advisor p{
	padding-top: 10px;
	color: #FFF;
	font-size: 1em;
}

#advisor{
	text-align: center;
	height: 500px;
	overflow: hidden;
}

#carnes p{
	color: #C55F3C !important;
}

 .btn-lg{
 	background:#3d5a81; 
 	color:#FFF; 
 	font-size:15px; 
 	font-family:'myriad'; 
 	border-radius:0;
 	margin-bottom: 20px;
 	margin-top: 20px;
	 line-height: 1;
 }
 
 .reser{
 	background: url(../img/menu/cuadro.jpg);
 	background-position: center center;
 	background-repeat: no-repeat;
 	background-size: cover;
 }
.bolsa{
 	background: url(../img/sucursales/suc.jpg);
 	background-position: center center;
 	background-repeat: no-repeat;
 	background-size: cover;
 }

.calidad{
	float: none;
	margin: 0 auto;
}

#calidad h2{
	letter-spacing: 5px;
	font-size: 40px;
	font-family: 'belwe';
	text-align: center;
	color: #3d5a81;
	width: 100%;
	margin-bottom: 20px;
}

#experiencia h2{
	letter-spacing: 5px;
	font-size: 40px;
	font-family: 'belwe';
	text-align: center;
	color: #5f4a33;
	width: 100%;
	margin-top: 50px;
}

#exp2 h2{
	letter-spacing: 5px;
	font-size: 40px;
	font-family: 'belwe';
	text-align: center;
	color: #5f4a33;
	width: 100%;
	margin-top: 50px;
}
.calidad p{
	font-weight: 200;
	font-family: 'myriad';
}

.calin h4{
	font-family: 'myriad';
	font-size: 16px;
		color: #3d5a81;
		text-align: center;
}

.tipos{
	width: 20%;
	float: left;
  font-weight: bold;
}

.calin {
	text-align: center;
}

.calin img{
	height: 150px;
	margin-bottom: 30px;
}
.calin p{
	font-size: 16px;
	color: #2d3342;
}

#advisor{
	background-color: #3d5a81;
	padding: 50px 0;
}

#advisor h2{
	color: #FFF;
	margin-bottom: 20px;
	font-size: 1.5em;
	
}

#advisor p{
	color: #FFF;
}

#formula h2 span, #calidad h2 span, #advisor h2 span, #experiencia h2 span, #menu h2 span, .backlax h2 span, #exp2 h2 span {
	font-family: 'belwec';
	font-weight: 100;

}

.imgx {
	display: block;
}


#experiencia h4{
	color: #ed683b;
}

.oldie .lit p{
	font-family: 'belwec';
	font-size: 12px;
}

.naranja{
	color:#ed683b !important;
}

.oldie span{
	
	width: 100%;
	float: inherit;
	color: #ed673a;
	font-size: 14px;
	font-weight: 600;
}

.oldie .footer{
	font-family:'fbelwec';
	color: #863500;
	font-size: 12px;
	z-index: 3;
	margin-top: 13%;

}
.oldie .footer p{
	font-family:'myriad3';
	font-size: 14px;
	color: #863500;
	margin: 0;
}
.oldie .footer span{ 
font-family:'myriad3';
	font-size: 24px;
	color: #863500;

}

.oldie2 .lit p{
	font-family: 'belwec';
	font-size: 12px;
}

.naranja{
	color:#ed683b;
}

.oldie2 span{
	
	width: 100%;
	float: inherit;
	color: #ed673a;
	font-size: 14px;
	font-weight: 600;
}

.oldie2 .footer{
	font-family:'fbelwec';
	color: #fbf200;
	font-size: 12px;
	z-index: 3;

}
.oldie2 .footer p{
	font-family:'fbelwec';
	font-size: 12px;
	margin-top: 15%;
	margin-bottom: 50px;
}
.oldie2 .footer span{ 
font-family:'fbelwe';
	font-size: 18px;
	color: #fbf200;

}

.btn-lg:hover{
	background: #FFF;
	color: #3d5a81;
	border-color: #3d5a81;
}

.jarocho{
	width: 20%;
   z-index: 1;
   position: absolute;
   bottom: 90px;
   right: 0;
}

#bel p{
	font-family: 'belwe';
}

.jarocha{
	width: 30%;
   position: absolute;
   bottom: 90px;
   left: 0;
}

.calidad{
	text-align: center;
}

#formula span{
	font-family: 'belwe';
	font-weight: 600;	
}

.linea{
	background: url(../img/menu/linea.png);
	background-size: contain;
	background-repeat: repeat-x;
}

.menul {

	text-align: justify;
	margin-bottom: 20px;
	position: relative;
	
}

.menul img{
	height: 80px;
}

.textop{
	color:#3d5a81; 
	padding-bottom:0;
	margin-bottom: 10px;
	}
	
	
.line2{
	height:6px !important; 
	width:100%; 
	margin:0 0 20px 0 !important;
}

.icom{
	margin-left: -10px;
}

.menul p{
	font-size: 13px;
	line-height: 1.4;
}
.menul h4{
		color: #3d5a81;
		text-align: left;
}

#r1 .topm{
	min-height: 180px;
}

#r3 .topm{
	min-height: 180px;
}

#r5 .topm{
	min-height: 180px;
}


#r2 .topm{
	min-height: 145px;
}

#r4 .topm{
	min-height: 145px;
}

.fondo{
 position: relative;
}

.fondo img{
	width: 100%;
}

#r1 .bodym{
	min-height: 400px;
}

#r2 .bodym{
	min-height: 220px;
}

#r3 .bodym{
	min-height: 130px;
}

#r4 .bodym{
	min-height: 270px;
}

#r5 .bodym{
	min-height: 230px;
}
#r6 .bodym{
	min-height: 170px;
}
#r7 .bodym{
	min-height: 280px;
}

.fondo p{ 
	text-align:left; 
	margin-bottom: 0;
	margin-top: 10px;
}

.mapa{
	width: 15%;
}

.imgc{
	width: 20%;
}

#forms img{
	height: 100px;
}

.fma{
	margin-top: 20px;
	
}

.fma li a{
	font-size: 18px;
	padding: 0;
}

footer .fma li {

	margin: 0  5px;

}

footer li a {
    padding: 30px 10px;

}
.backlax {
    /*background-attachment: fixed !important;*/
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
}

.sug1 {
	/* background: url(../img/sugs/1.jpg); */
	background: url(../img/principal/orio1.png);
}

.bgx {
	background: url(../img/principal/bg.png);
}

.sug2 {
	/* background: url(../img/sugs/2.jpg); */
	background: url(../img/principal/pulpo.png);
}
.sug3 {
	/* background: url(../img/sugs/3.jpg); */
	background: url(../img/principal/vizcaina.png);
}
.sug4 {
	background: url(../img/sugs/4.jpg);
}
.sug5 {
	background: url(../img/sugs/5.jpg);
}
.sug6 {
	background: url(../img/sugs/6.jpg);
}
@media (max-with: 1366px){
    .backlax {
        min-height: 700px !important;
    }
}
@media (max-width: 1100px) {
 	.suc-body p {
 		font-size: .7em !important;
 	}
 	.dir{
    		font-size: 15px;
    		color: #3d5a81;
    }
    #r1 .bodym{
		min-height: 465px;
	}
	
	#r4 .topm{
	min-height: 180px;
	}

	#r2 .bodym{
		min-height: 210px;
	}

	#r3 .bodym{
		min-height: 140px;
	}

	#r4 .bodym{
		min-height: 270px;
	}

	#r5 .bodym{
		min-height: 270px;
	}
	#r6 .bodym{
		min-height: 170px;
	}
	#r7 .bodym{
		min-height: 280px;
	}
} 
 
 .c2{
 	text-align:left !important;
	 text-shadow: 0px 6px 6px #000;
 }

@media (max-width: 1024px){
    .backlax {
        min-height: 525px !important;
    }
}
  @media (max-width: 1000px) { 	
	
 }
 
 
 .fme a{
 	font-size: 1.1em;
 }
 
 .fme {
 	font-size: 1em;
 }

 .backlax h2{
	 text-shadow: 0px 6px 6px #000;
 }

 .cam1{
	 display: initial;
 }

.cam2{
	display: none;
}

#enviado, #no-enviado{
	display: none;
	color: #000000;
	padding: 10px;
	font-weight: 700;
	background: rgba(255,255,255,.7);
	margin-bottom: 10px;
}

.btn-light{
	background: #3d5a81;
	color: #FFF;
	border: none;
	padding: 5px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
@media (max-width: 767px) {
    .backlax {
        min-height: 390px !important;
    }
	.fme a{
		font-size: 1em;
	}
	.cam1{
		display: none;
	}

	.cam2{
		display: initial;
	}

	#formula h2, #menu h2,#calidad h2,#experiencia h2,#exp2 h2, .backlax h2{
		font-size: 35px;
	}
	.backlax {
    background-attachment: initial !important;
    }
	.imgx {
		display: none;
	}
	
	footer .fma .fa-fw{
		padding-top: 0;
	}
	.fma {
		padding-top: 0;
		margin-top: 0;
	}
	
	#advisor{
		height: auto;
	}
	.imgo{
	margin-left:0; 
	margin-top:0;
	height: auto;
	width: 100%
	}
	 .c2{
 	text-align:center !important;
 	
 }
	
	#sugerencias .container{
	padding-top: 50% !important;
	
}
	
	.menul p, .menul h4, .topm{
	text-align: center;
	}
	
	#r1 .bodym, #r2 .bodym, #r3 .bodym, #r4 .bodym, #r5 .bodym,#r6 .bodym,#r7 .bodym {
	min-height: 0;
}

	

footer .fme li{
	float: none;
	padding: 5px 15px;
	font-size: 18px;	
}

.fme li a{
	padding: 15px 15px
}

#forms img{
	height: 50px;
}

.suc-table{
	display: none;
}

.imgc{
	width: 50%;
}

#carnes{
		display: none;
}


footer .fma li {
	float: none;
	font-size: 18px;
	display: inline-block;
}

  
 .mapa{
	width:40%; 
 }  
  
  section h2{
	font-size:2em;  
  }
  
.scroll-top {
  position: fixed;
  z-index: 1049;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px; }
  .scroll-top .btn {
    font-size: 16px;
    line-height: 28px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%; }
    .scroll-top .btn:focus {
      outline: none; }

#mainNav {
  font-family: 'belwe', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background: #FFF; 
  font-size: 14px;
 
  }
  #mainNav a:focus {
    outline: none; }
  #mainNav .navbar-brand {
    color: white; }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:active, #mainNav .navbar-brand.active {
      color: white; }
  #mainNav .navbar-nav {
    letter-spacing: 1px; }
    #mainNav .navbar-nav li.nav-item a.nav-link {
      color: #2d5691; }
      #mainNav .navbar-nav li.nav-item a.nav-link:hover {
        color: #18BC9C;
        outline: none; }
      #mainNav .navbar-nav li.nav-item a.nav-link:focus, #mainNav .navbar-nav li.nav-item a.nav-link:active {
        color: white; }
  #mainNav .navbar-toggler {
    font-size: 25px;
    margin-top: 5%;
    padding: 10px;
    text-transform: uppercase;
    color: #000;
    border-color: #000; }
    #mainNav .navbar-toggler:hover, #mainNav .navbar-toggler:focus {
      color: white;
      border-color: #2d5691;
      background-color: #2d5691; }
      
 }     
    

@media (min-width: 992px) {
  #mainNav {
    padding: 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    background: #FFF;

    }
    #mainNav .navbar-brand {
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s; 
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: white;
      border-radius: 3px;
      background: #18BC9C; 
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active {
      color: white;
      background: #18BC9C; 
    }
    #mainNav.navbar-shrink {
      background:#FFF;
    }

    /*
    #mainNav.navbar-shrink .navbar-brand {
       
    } 
    */

 }

header.masthead {
  text-align: center;
  color: white;
  background: #18BC9C; }
  header.masthead .container {
    padding-top: 100px;
    padding-bottom: 50px; }
  header.masthead img {
    display: block;
    margin: 0 auto 20px; }
  header.masthead .intro-text .name {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
    display: block;
    text-transform: uppercase; }
  header.masthead .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300; }

@media (min-width: 768px) {
	
  header.masthead .container {
    padding-top: 200px;
    padding-bottom: 100px; }
  header.masthead .intro-text .name {
    font-size: 4.75em; }
  header.masthead .intro-text .skills {
    font-size: 1.75em; } }

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px; }
  #portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer; }
    #portfolio .portfolio-item .portfolio-link .caption {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease .5s;
      -moz-transition: all ease .5s;
      transition: all ease .5s;
      opacity: 0;
      background: rgba(24, 188, 156, 0.9); }
      #portfolio .portfolio-item .portfolio-link .caption:hover {
        opacity: 1; }
      #portfolio .portfolio-item .portfolio-link .caption .caption-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }
        #portfolio .portfolio-item .portfolio-link .caption .caption-content i {
          margin-top: -12px; }
        #portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
        #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
          margin: 0; }

#portfolio * {
  z-index: 2; }

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px; } }

.portfolio-modal .modal-dialog {
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .portfolio-modal .modal-dialog .modal-content {
    padding: 100px 0;
    border: 0;
    border-radius: 0; }
    .portfolio-modal .modal-dialog .modal-content h2 {
      font-size: 3em;
      margin: 0; }
    .portfolio-modal .modal-dialog .modal-content img {
      margin-bottom: 30px; }
    .portfolio-modal .modal-dialog .modal-content .item-details {
      margin: 30px 0; }

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent; }
  .portfolio-modal .close-modal:hover {
    opacity: .3; }
  .portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2C3E50; }
    .portfolio-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #2C3E50; }

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0; }
textarea{
	resize: none;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: .5em;
  border-bottom: 1px solid #eeeeee; }
  .floating-label-form-group input,
  .floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important; }
  .floating-label-form-group label {
    font-size: .85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -ms-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
    /*vertical-align: middle;
    //vertical-align: baseline;
    */
    opacity: 0; }
  .floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #18BC9C; }

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee; }



.btn-outline {
  font-size: 20px;
  margin-top: 15px;
  transition: all .3s ease-in-out;
  color: white;
  border: solid 2px white;
  background: transparent; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #18BC9C;
    border: solid 2px white;
    background: white; }

.btn-primary {
  font-weight: 700;
  color: white;
  border-color: #2C3E50;
  background-color: #2C3E50; }
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    border-color: black;
    background-color: #1a252f; }
  .btn-primary:hover {
    color: white;
    border-color: #161f29;
    background-color: #1a252f; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #161f29;
    background-color: #1a252f; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: white;
      border-color: black;
      background-color: #0d1318; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    border-color: #2C3E50;
    background-color: #2C3E50; }
  .btn-primary .badge {
    color: #2C3E50;
    background-color: white; }

.btn-success {
  font-weight: 700;
  color: white;
  border-color: #18BC9C;
  background-color: #18BC9C; }
  .btn-success:focus, .btn-success.focus {
    color: white;
    border-color: #0a4b3e;
    background-color: #128f76; }
  .btn-success:hover {
    color: white;
    border-color: #11866f;
    background-color: #128f76; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: white;
    border-color: #11866f;
    background-color: #128f76; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: white;
      border-color: #0a4b3e;
      background-color: #0e6f5c; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    border-color: #18BC9C;
    background-color: #18BC9C; }
  .btn-success .badge {
    color: #18BC9C;
    background-color: white; }

.btn-social {
  font-size: 20px;
  line-height: 45px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid white;
  border-radius: 100%; }

.btn:focus,
.btn:active,
.btn.active {
  outline: none; }


/*Main-menu*/
.main-menu{
	display: flex;
	align-items: center;
	justify-content: center;
	position: sticky;
	width: 100%;
	height: 70px;
	top: 0;
	background-color: #2d5691;
  z-index: 999;
}