/*
Theme Name: FREME -  Coming Soon or Simple One Page Theme - Version: 1
Description:  Designed by kodografia.
Author:   http://themeforest.net/user/kodografia
*/


/*-----------------------------------------------------------------------------------*/
/*	01: SET COLORS
/*-----------------------------------------------------------------------------------*/	
.bo-color{
 border-color:#30b3ad;
}
.bg-color{
 background-color:#30b3ad;
}
.gradient{
  background-image: -webkit-gradient(radial, 100% 0%, 0, 100% 0%, 255, color-stop(0%, #30b3ad), color-stop(87%, #067c87));
  background-image: -webkit-radial-gradient(right top, farthest-corner, #30b3ad 0%, #067c87 87%);
  background-image: -moz-radial-gradient(right top, farthest-corner, #30b3ad 0%, #067c87 87%);
  background-image: -ms-radial-gradient(right top, farthest-corner, #30b3ad 0%, #067c87 87%);
  background-image: -o-radial-gradient(right top, farthest-corner, #30b3ad 0%, #067c87 87%);
  background-image: radial-gradient(farthest-corner at right top, #30b3ad 0%, #067c87 87%);
  color:#fff;
}

.gradient a {
	color: #fff;
	text-decoration: underline;
}

.lt-ie10 .gradient{
  background:#30b3ad;
}
.btn-primary{
  background: #30b3ad;
  border:2px solid #30b3ad; 
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
  background: transparent;
  color:#30b3ad;
  border:2px solid #30b3ad; 
}
.btn-normal{
  background: #30b3ad;

}
.btn-normal:hover{
  background: #067c87;
}
.over{
  background: rgba(48, 179, 173, .7);
  background:rgb(48,179,173);
	background: transparent\9;
	background:rgba(48,179,173,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b230b3ad,endColorstr=#b230b3ad);
	zoom: 1;
	color:#fff;	
}
.over a,.over a:hover{
	color:#fff;  
}
.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 16px rgba(48, 179, 173,0.3);
}
a,a.btn-default{
 color:#30b3ad;
}
a:hover{
 color:#067c87;
}
/*-----------------------------------------------------------------------------------*/
/*	02: GENERAL STYLING
/*-----------------------------------------------------------------------------------*/	

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bonvenocflight';
    src: url('../fonts/BonvenoCF-Light-webfont.eot');
    src: url('../fonts/BonvenoCF-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BonvenoCF-Light-webfont.woff') format('woff'),
         url('../fonts/BonvenoCF-Light-webfont.ttf') format('truetype'),
         url('../fonts/BonvenoCF-Light-webfont.svg#bonvenocflight') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family:'Roboto', sans-serif;
	font-size:15px;
	line-height:24px;
	color:#000;
	font-weight:400;
	background:#fff;
	overflow-x:hidden!important;
	text-rendering:optimizeLegibility;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-font-smoothing:subpixel-antialiased;
}

html { 
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

a, a:visited, a:hover, a:active, a:focus, input, select, textarea { outline:none; text-decoration:none; }
a, li { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
:focus { outline: 0; }
ul{  list-style-type:none; padding:0; margin:0 0 10px 0px;}
ol { padding:0; margin:0 0 20px 20px;}
ul.unstyled,ol.unstyled{margin-left:0;list-style:none; }
ul.inline,ol.inline{margin-left:0;list-style:none;}
ul.inline>li,ol.inline>li{display:inline-block;*display:inline; *zoom:1; padding-left:5px; padding-right:5px; }
::-moz-selection { color #fff; background:#2A2F36; }
::selection { color:#fff; background:#8A939A; }
iframe { border: 0; }
.center { margin:0 auto; }
img { display:block; height:auto; max-width:100%; }
a{	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover, a:focus{  }


body{
  border-style: solid;
  border-width: 10px;
  border-top:0;
}
h1,h2{
	font-family:'bebas_neueregular', sans-serif;
}
h2{
  border-bottom:3px solid;
  display:inline-block;
  font-size:42px;
  margin-bottom:60px;
}

/*-----------------------------------------------------------------------------------*/
/*	03: Top
/*-----------------------------------------------------------------------------------*/	

.navbar-fixed-top{
  border-top-style: solid;
  border-top-width: 10px;
}
.navbar-inverse .navbar-nav>li>a{
 color:#fff;
}
.navbar-toggle{
  display:block  !important;
  color:#fff;
  border-radius: 0px;
  margin-top:0px; 
}
.dropdown {
  float:right;
}
.dropdown-menu{
  left:auto;
  right:0;
}
.navbar-toggle .icon-bar{
 background:#fff;
 border-radius: 0px;
}

.dropdown-menu{
  border-radius:0px;
}

/*-----------------------------------------------------------------------------------*/
/*	04: Section
/*-----------------------------------------------------------------------------------*/	
.centered{
  text-align:center;
  margin:0 auto;
}
section .container{
  padding-bottom:80px;
  padding-top:80px;
}

/*-----------------------------------------------------------------------------------*/
/*	05: Start section
/*-----------------------------------------------------------------------------------*/	
.full{
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: table;
  color: #010101;
  z-index: 10;
  text-align:center;
}
.full p{
  font-size:18px;
  padding:10px 0;
  font-weight:300;
}
.full.relative{
  position:relative;
  border-bottom-style: solid;
  border-bottom-width: 10px;
}
.full p{
  font-size:18px;
  padding:10px 0;
  font-weight:300;
}
#midd{
  position:absolute;
  top:50%;
  width:100%;
  left:0;
}
.logo{
  width:225px;
  margin:0 auto;
  display:block;
}
#social-bar a{
  position: relative;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  line-height:34px;
  padding:0px;
  padding-top:2px;
  border-radius: 0px;
}

#social-bar i{
  font-size:22px;
  color:#fff;
}

#getting-started{
 font-size:48px;
 padding:60px 0;
 line-height:48px;
 height:48px;

}
#getting-started ul{
  position: relative; 
  float: left; 
  display: block; 
  left: 50%;
}
#getting-started ul li{
  float:left;
	font-family:'bebas_neueregular', sans-serif;
	text-align:center;
	display:block;
	padding:0px 20px;
  position: relative;   
  right: 50%;
}
#getting-started span{
  font-size:14px;
  display:block;
	font-family:'Roboto', sans-serif;
}

.btn{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-primary{
  border-radius: 0px;
  width:225px;
}
.btn-primary:hover{
  background: transparent;
}
.form-control{
  border-radius: 0px;
}
form.newsletter{
  width:225px;
  margin:0 auto;
  clear:both;
  padding-top:20px;
  padding-bottom:10px;
}
#section-1 form.newsletter p{
  font-size:14px;
  margin-bottom:0px;
}
a.go-down{
  position: absolute;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  line-height: 34px;
  padding: 0px;
  padding-top: 2px;
  border-radius: 0px;
  color:#fff;
  bottom:0px;
  margin-left:-17px;
  left:50%
}
a.go-down:hover{
  color:#fff;
}
/*-----------------------------------------------------------------------------------*/
/*	06: Parallax
/*-----------------------------------------------------------------------------------*/	
.parallax{
  background: url(../img/parallax.jpg) fixed;
  background-attachment: fixed;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center top;
}
.parallax.mobile{
    background-position: 50% 0px !important;
    background-attachment: scroll !important; 
}
.small-parallax{
  background: url(../img/cup.png);
  background-repeat:no-repeat;
  background-position: right top;
}
.small-parallax.mobile{
  background-position: right -100px;
}

/*-----------------------------------------------------------------------------------*/
/*	06: About
/*-----------------------------------------------------------------------------------*/	
section .about{
  font-weight:300;
  font-size:12px;
  line-height:22px;      
}
.about .fa{
  font-size:32px;
}
.about h3{
  font-weight:100;
  font-size:18px;
  font-family:'Roboto', sans-serif;
}
.about p{
  padding-left:20px;
  padding-right:20px;
}

/*-----------------------------------------------------------------------------------*/
/*	06: What
/*-----------------------------------------------------------------------------------*/	
.what{
  color:#fff;
}
.what h3{
  font-size:40px;
  font-weight:100;
  font-family:'Roboto', sans-serif; 
  margin-bottom:20px;
}
.what p{
  margin:30px 0;
}
.btn-default{
  border-radius: 0px;
  border:2px solid #fff;
}  
.btn-default:hover{
  background-color:transparent;
  color:#fff; 
  border-color: #fff;
}
.btn-default .fa{
  margin-left:10px;
}

/*-----------------------------------------------------------------------------------*/
/*	07: Team
/*-----------------------------------------------------------------------------------*/	
.team{
  color:#fff;
}

.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
  display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;  	
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 220px;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 220px; //50%
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}


.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	background: #000;
	opacity: 0;
}

.ch-img-1 { 
	background-image: url(../img/team.jpg);
}

.ch-img-2 { 
	background-image: url(../img/team2.jpg);
}

.ch-img-3 { 
	background-image: url(../img/team3.jpg);
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 24px;
	margin: 0 15px;
	padding: 60px 0 0 0;
	height: 110px;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-info-front{
  z-index:1000;
}
.ch-item:hover .ch-info-front,.ch-item.mobi .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
	z-index:0;
}

.ch-item:hover .ch-info-back,.ch-item.mobi .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}
.socials  a{
  font-size:18px;
  margin:0px 3px;
  color:#fff;
}

/*-----------------------------------------------------------------------------------*/
/*	08: Contact
/*-----------------------------------------------------------------------------------*/	
.vcard{
  text-align:left;
  font-weight:100;
  padding-bottom:10px;
}
.vcard p{
  padding: 0;
  margin:0px;
}
.contact p{
  text-align:left;
  font-weight:300;
}
.contact form{
  text-align:left;
}
.contact form .btn{
  margin-top:20px;
}
.alert{
  border-radius:0;
  padding:10px;
  font-size:13px;
}
.google-maps{
  height:300px;
}
.backwards {
  unicode-bidi: bidi-override;
  direction: rtl;
}

a.go-top{
  position: absolute;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  line-height: 34px;
  padding: 0px;
  padding-top: 2px;
  border-radius: 0px;
  color:#fff;
  margin-left:-17px;
  left:50%; 
  bottom:0;
  z-index:1000;
}
a.go-top:hover{
  color:#fff;
}
footer{
  position:relative;
}
/*-----------------------------------------------------------------------------------*/
/*	09: Animation
/*-----------------------------------------------------------------------------------*/	
.animation:not(.mobile){
  visibility: hidden;
}
.lt-ie10  .animation{
  visibility: visible !important;	
}
/**** SLIDE RIGHT ****/
.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	
	animation-duration: 2s;	
	-webkit-animation-duration: 2s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out	;	
	visibility: visible !important;	
}
@keyframes slideRight {
	0% { transform: translateX(-100%); }
	50%, 65%, 75%, 95%, 100% { transform: translateX(0%); }
}
@-webkit-keyframes slideRight {
	0% { -webkit-transform: translateX(-100%); }
	50%, 65%, 75%, 95%, 100% { -webkit-transform: translateX(0%); }
}
/**** SLIDE LEFT ****/
.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	
	animation-duration: 2s;	
	-webkit-animation-duration: 2s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		
	visibility: visible !important;	
}
@keyframes slideLeft {
	0% { transform: translateX(100%); }
	50%, 65%, 80%, 95%, 100% { transform: translateX(0%); }
}
@-webkit-keyframes slideLeft {
	0% { -webkit-transform: translateX(100%); }
	50%, 65%, 80%, 95%, 100%{ -webkit-transform: translateX(0%); }
}
/**** FADEIN  ****/
.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	
	animation-duration: 2.0s;	
	-webkit-animation-duration: 2.0s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		
	visibility: visible !important;	
}
@keyframes fadeIn {
	0% { transform: scale(0); opacity: 0.0;	}
	60% { transform: scale(1); }
	80%, 100% { transform: scale(1); opacity: 1; }	
}
@-webkit-keyframes fadeIn {
	0% { -webkit-transform: scale(0); opacity: 0.0;	}
	60% { -webkit-transform: scale(1); }
	80%, 100% { -webkit-transform: scale(1); opacity: 1; }	
}

/*-----------------------------------------------------------------------------------*/
/*	10: MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1300px){
  body{
  border-width:5px;
  }
  .full.responsive{
  border-width:5px;
  }
  .navbar-fixed-top{
  border-width:5px;
  }
  a.go-down{
    bottom:0px;  
  }
}
@media screen and (max-width: 979px){
  .parallax{
    background-position: 50% 0px !important;
    background-attachment: scroll !important;
  }   
}
@media screen and (max-width: 768px){
  .vcard{
   margin-top:10px;
  }     
  .small-parallax{
    background:none
  }  
  .navbar-fixed-top{
    position: absolute;
    top: auto;
  }
}
@media screen and (max-width: 480px){
 .full{
   height:auto;
   display:block;
 }
 #getting-started{
   line-height:34px;
   height:34px;
   padding:20px 0;
   max-width:400px;
   overflow: hidden;
   margin:0 auto;
   min-height:50px;
 }
  #getting-started ul li{
    padding:0px 10px;
    line-height:34px;
    font-size:32px; 
  }
  #getting-started li span{
    font-size:10px;
  }
  form.newsletter{
    padding-top:0px;
  }
  .dropdown-menu{
    min-width:200px;
  }
  .dropdown-menu>li>a {
    padding:6px 20px;
    font-size:15px;
  }
}
@media screen and (max-width: 240px){
  .logo img{
   width:200px;
  }
 #getting-started{
   line-height:30px;
   height:30px;
   padding:20px 0;
 }
  #getting-started ul li{
    padding:0px 5px;
    line-height:30px;
    font-size:28px;

  }
  form.newsletter{
    width:200px;
  }
  #section-1 form.newsletter p{
   font-size:11px;
  }  
  .btn-primary{
   width:200px;
  }
  .ch-grid li {
    margin-left:0px;
    margin-right:0px;
  }
  section .container.team{
    padding-left:5px;
    padding-right:5px;
  }
}
 /*-----------------------------------------------------------------------------------*/
/*	11: RETINA
/*-----------------------------------------------------------------------------------*/
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.ch-img-1 { 
	background-image: url(../img/team@2x.jpg);
	background-size: 220px 220px;
}
.ch-img-2 { 
	background-image: url(../img/team2@2x.jpg);
	background-size: 220px 220px;
}
.ch-img-3 { 
	background-image: url(../img/team3@2x.jpg);
	background-size: 220px 220px;
}
}