/* ----------------------------------------------------------------------------
   # Created by: ThemeShifters
   # Date: June 4, 2013
   # Website: http://themeshifters.com
   # Dark Stylesheet for Omni HTML Theme that is being sold on ThemeForest
   # Version: 1.1
   ---------------------------------------------------------------------------- */

/* Table of Content
==================================================
	# Default
	# Typography
	# CSS3
	# Buttons
	# Icons
	# Form
	# Layout
	# Header
	# Main Navigation
	# Tiled Portfolio
	# Home Type
	# Revolution Slider
	# Bottom Arrows
	# Block
	# Services
	# Profile
	# Portfolio
	# Modal & Item Popup Block
	# Price Package
	# Blog
	# Sidebar
	# Clients
	# Skills
	# Seperator
	# Twitter Feed & Quote Box
	# Newsletter
	# Miscellaneaus
	# Media Queries
*/

/*	==================================================
	# Default
	================================================== */
	html{
	/*font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;*/
	position: relative;
	}
	body{margin:0; padding:0; background:#fff;font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;}
	a:focus {
		outline: 0px;
	}
	@font-face {
		 font-family: 'ProximaNova-Light';
		 src: url('../fonts/ProximaNova-Light-webfont.eot');
		 src: url('../fonts/ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/ProximaNova-Light-webfont.woff') format('woff'),
			 url('../fonts/ProximaNova-Light-webfont.ttf') format('truetype'),
			 url('../fonts/ProximaNova-Light-webfont.svg#ProximaNovaLight') format('svg');
		font-weight: normal;
		
	}
/*	==================================================
	# Typography
	================================================== */
	h1, h2, h3, h4, h5, h6, .slogan{
		font-family: 'ProximaNova-Light', 'Helvetica';
		color: #000000;
		font-size: 38px;
	}
	
	.section-title{
		font-size:30px;
		line-height:36px;
		text-align:center;
	}
	.slogan{
		font-size:30px;
		line-height:36px;
		margin-bottom:40px;
	}
	.darkgrey {
		color: #393939;
	}
	.white {
		color: #fff;
	}


/*	==================================================
	# CSS3
	================================================== */	
	a, 
	a:hover,
	.profile:hover .profile-photo,
	.blog-post:hover .blog-thumb {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}



/*	==================================================
	# Layout
	================================================== */
	.home-type {
		width: 100%;
		overflow: hidden;
	}
	.page-type {
		/*adding: 45px 0px;*/
		width: 100%;
		background: #fff;
	}
	.seperator-type {
		width: 100%;
		height: auto;
		position: relative;
	}
	.header-type {
		background: #000000;
		color: #8f8f8f;
		padding: 17px 0px;
		position: relative;
		z-index: 25;
	}
	.header-type:before {
		content: "";
		display: block;
		position: absolute;
		bottom: -6px;
		width: 100%;
		height: 6px;
		background: url(assets/img/top-border-re.png) repeat-x;
	}
	.footer-type {
		background: #000000;
		font-size: 11px;
		padding: 40px 0px;
		color: #fff;
		position: relative;
	}
	.footer-type:before {
		content: "";
		display: block;
		position: absolute;
		top: -6px;
		width: 100%;
		height: 6px;
	}
	
	#logo{
		position: absolute;
		width: 100px;
		margin: 0 0 0 25%;
	}
	#intro {
		background: #f5edc6;
		position:relative;
	}
	#kids_container{
		width:820px;
		margin: 50px 0 0 0;
	}
	#intro-title{
		font-size: 40px;
		margin: 0 160px;
		text-align: right;
	}
	#intro-description{
		color: #000000;
		font-size: 13px;
		margin: 7px 181px;
		text-align: right;
	}
	#features{
		background: #f9f7ed;
		background:url("../images/pattern.png") ;background-repeat: repeat;
	}
	#features_container {
		position: relative;
		width: 100%;
		padding: 50px 0 0 0px;
	}
	#feature-list{
		list-style-type: none;
		margin:0;
	}
	#feature-list li {
		padding: 0 3px;
		text-align: center;
		float:left;
		width: 109px;
	}
	#feature_h1{
		font-weight: bold;
		font-family: 'ProximaNova-Light', 'Helvetica';
		font-size: 50px;
	}
	#feature_p{
		font-size: 31px;
	}
	#img-container{
		width: 660px;
		position: relative;
		float:right;
	}
	.profile-photo{
		bottom: -80px;
		position: absolute;
		width: 295px;
		z-index: 3;
	}
	#image-span {
		width: 935px;
		height: 290px;
	}
	#img_ui{
		position: relative;
		width: 255px;
	}
	#line {
		background: url("../images/line.png");
		background-repeat: repeat-x;
		width: 100%;
		height: 7px;
	}
	.divider{
		background: url("../images/divider.png") repeat-x;
		height: 31px;
		width: 100%;
		bottom:0;
		position: absolute;
		z-index: 1;
	}
	#carriers{
		background:#f5edc6;
	}
	#home_container{
		width:960px;
		clear:both;
		margin:0 auto;
	}
	#background{
		position: relative;
		background: #f9f7ed;
		height: 400px;
		width: 100%;
	}
	.text_left{
		margin: 60px 0 0 30px;
	}
	.text_left p{
		width: 500px;
	}
	.text_left img{float:right;}
	#section_11{float:right;}
	#cariers_text{width: 60%;margin: 0 20px;}
	#photo_img{margin:0 0 0 3%}

/*	==================================================
	# Main Navigation
	================================================== */
	.nav-container {
		position: relative;
		background: #00bba6;
		height: 57px;
		z-index: 200;
		background-image: -ms-linear-gradient(bottom, #E91502 0%, #F15446 100%);
background-image: -moz-linear-gradient(bottom, #E91502 0%, #F15446 100%);
background-image: -o-linear-gradient(bottom, #E91502 0%, #F15446 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E91502), color-stop(1, #F15446));
background-image: -webkit-linear-gradient(bottom, #E91502 0%, #F15446 100%);
background-image: linear-gradient(to top, #E91502 0%, #F15446 100%);
background: #E91502;
	}
	.main-nav {
		height: 57px;
		width: 100%;
		margin: auto;
		background: #00bba6;
		z-index: 200;
		background-image: -ms-linear-gradient(bottom, #E91502 0%, #F15446 100%);
background-image: -moz-linear-gradient(bottom, #E91502 0%, #F15446 100%);
background-image: -o-linear-gradient(bottom, #E91502 0%, #F15446 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E91502), color-stop(1, #F15446));
background-image: -webkit-linear-gradient(bottom, #E91502 0%, #F15446 100%);
background-image: linear-gradient(to top, #E91502 0%, #F15446 100%);
background: #E91502;
	}
	.main-nav.affix {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		display: block;
	}
	.main-nav .nav {
		margin: 0px 200px 0 0;
		text-align: right;
	}
	.nav > li > a:hover,
	.nav > li > a:focus,
	.nav > li.current-menu-item > a {
		background: none;
		color: #393939;
	}
	.main-nav li {
		display: inline-block;
		text-transform: uppercase;
		line-height: 57px;
	}
	.main-nav li a{
		color: #fff;
		padding: 0px 15px;
	}
	#mobile-navigation {
		display: none;
		margin: 8px auto 0px;
	}



/*	==================================================
	# Bottom Arrows
	================================================== */
	.bottom-arrow {
		position: relative;
	}
	.bottom-arrow:after {
		content: "";
		display: block;
		width: 0; 
		height: 0; 
		border-top: 28px solid #fff; 
		border-left: 27px solid transparent; 
		border-right: 28px solid transparent; 
		bottom: -28px; 
		left: 50%;
		margin-left: -28px;
		position: absolute; 
		z-index: 15;
	}
	.green-bg.bottom-arrow:after {
		border-top-color: #00bba6;
	}
	.dark-bg.bottom-arrow:after {
		border-top-color: #FFFFFF;
	}
	#intro.bottom-arrow:after {
		border-top-color: #f7f7f9;
	}
	.green-bg.light-bg.bottom-arrow:after {
		border-top-color: #f5edc6;
	}
	#team.bottom-arrow:after,
	#clients.bottom-arrow:after {
		border-top-color: #f0f0f4;
	}
	#blog.bottom-arrow:after {
		border-top-color: #8a8a8a;
	}

/*	==================================================
	# Block
	================================================== */
	.block{
		/*padding: 25px 0px;*/
	}
	.block .btn{
		margin: 15px 0px 0px;
	}
	.block [class^="icon-"],
	.block [class*=" icon-"] {
		color: #393939;
	}

/*	==================================================
	# Seperator
	================================================== */
	.seperator-type .slogan {
		color: #fff;
		margin: 45px 50px;
	}
	.seperator-type .container {
		padding: 80px 0px 60px;
	}
	.parallax-type .container {
		padding: 100px 0px;
		position: relative;
	}
	.parallax {
		width: 100%;
		top: 0px;
		bottom: 0px;
		background: url(demo/seperator/seperator-img.jpg) 50% 0 no-repeat fixed;
		margin: 0 auto; 
		overflow: hidden; 
		padding: 0;
		position: absolute;
		z-index: -10;
	}
	.seperator-type .dark-overlay {
		position: absolute;
		z-index: -5;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		background: url(assets/img/tile.png) repeat;
	}
/*	==================================================
	# Footer
	================================================== */
	.copyright {
		margin-bottom: 0px;
		
	}
	
/*	==================================================
	# Miscellaneaus
	================================================== */
	.tooltip-inner {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.last {
		margin-right: 0px!important;
	}
	
	/* Since v1.2 */
	.parallax-mobile {
		background-position: 50% 0px!important; 
		background-attachment: scroll!important;
	}
	/* End Since v1.2 */
	.clear{clear:both;}
	.left{float:left;}
	.right{float:right;}
	#topcontrol{
		z-index:1999;
		background: #FF8500 url(../images/separate.png) no-repeat center -410px;
		
		width: 30px;
		height: 30px;
		text-indent: -99999px;
		border-radius: 50px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		position:fixed;
		bottom:-100px;
		right:10px;
		cursor:pointer;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		-ms-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out
	}
	#topcontrol:hover{ background-color:#fb9826 ;}
	#topcontrol{background-color:#ef3636 !important;}
	#topcontrol:hover {background-color:#fb6e6e !important;}
@media screen and (min-width: 1024px) and (max-width: 1279px){
.profile-photo {
bottom: -80px;
position: absolute;
width: 235px;
z-index: 3;
}
#intro-description {
color: #000000;
font-size: 13px;
margin: 7px 181px;
text-align: right;
}
#intro-title {
font-size: 40px;
margin: 0 160px;
text-align: right;
}

}

@media screen and (max-width: 1024px){
	#topcontrol{display:none;}
	#logo {
		margin:0;
		width: 97px;
	}
	.container{
		width:89%;
		margin-right: auto;
		margin-left: auto;
	}
	.row {width: 92%;}
	#feature-list li {
		padding: 0 15px;
	}
	#kids_container{
		width: 450px;
		float: right;
		margin:0;
	}
	#img-container {
		width: 450px;
		float: right;
		position: relative;
		height: 250px;
	}
	#intro-title {
		font-size: 40px;
		margin: 20px 0;
		text-align: center;
	}
	#intro-description {
		color: #000000;
		font-size: 13px;
		margin: 0;
		text-align: center;
	}
	#intro{height: 388px;}
	
	.profile-photo {
		position: absolute;
		width: 230px;
		z-index: 3;
		left: 10%;
	}
	#image-span {
		width: 100%;
	}
	
	.span11{
		width: 100%;
		float: left;
		min-height: 1px;
		margin-left: 10px;
	}
	.text{
		width: 64%;
		margin-left: 80px;
	}
	.span11 img{
		width: 204px;
	}
	#home_container{
		width:60%;
	}
	#feature_h1 {
		font-weight: bold;
		font-family: 'ProximaNova-Light', 'Helvetica';
		text-align: center;
	}
	#feature_p {
		text-align: center;
	}
	#background {
		position: relative;
		background: #f9f7ed;
		height: 545px;
		width: 100%;
	}
	.text_left{margin: 0 0 0 30px;width: 100%;}
	.text_left p{width: 600px;}
	#section_9 h2 {margin:0}
	#section_11 h2{
		float: right;
		font-size: 38px;
		margin: 5px;
	}
	#section_11 p{
		width: 75%;
		padding: 116px 0 0 124px;
	}
	.main-nav .nav {
		width: 490px;
		float: right;
	}
	#cariers_text {
		width: 100%;
		margin: 0 20px;
	}
}

@media screen and (max-width: 979px){
	.main-nav {
		width: 100%;
	}
	/*.main-nav .nav {
		display: none;
	}
	#mobile-navigation {
		display: block;
	}*/
	#logo {
		margin:0;
		width: 75px;
	}
	.main-nav .nav {
		width: 100%;
		margin: 0 0 0 77px;
	}
	.main-nav li {
		display: inline-block;
		text-transform: uppercase;
		line-height: 57px;
		float: left;
		font-size: 10px;
		padding: 0 5px;
	}
	.main-nav li a {
		padding: 0px ;
	}
}
@media screen and (min-width: 768px) and (max-width: 979px){
	.container{
		width:90%;
		margin-right: auto;
		margin-left: auto;
	}
	.row{width:100%}
	#feature-list li {
		padding: 0 15px;
	}
	#kids_container{
		width: 450px;
		float: right;
		margin:0;
	}
	#img-container {
		width: 450px;
		float: right;
		position: relative;
		height: 250px;
	}
	
	#intro{height: 388px;}
	#intro-title {
		font-size: 40px;
		margin: 20px 0;
		text-align: center;
	}
	#intro-description {
		color: #000000;
		font-size: 13px;
		margin: 0;
		text-align: center;
	}
	.profile-photo {
		position: absolute;
		width: 220px;
		z-index: 3;
		left: 0;
	}
	#image-span {
		width: 100%;
	}
	
	.span11{
		width:686px;
		float: left;
		min-height: 1px;
		margin-left: 10px;
	}
	.text{
		width: 53%;
	}
	.span11 img{
		width: 204px;
	}
	#home_container{
		width:71%;
	}
	#section_5 img,#section_7 img,#section_9 img,#section_11 img{margin: 40px 20px 0 0;}
	#background {
		position: relative;
		background: #f9f7ed;
		height: 545px;
		width: 100%;
	}
	.text_left{margin: 0 0 0 30px;width: 90%;}
	.text_left p{width: 400px;}
	#section_9 h2 {margin:0}
	#section_9 {
		margin: 0 0 0 70px;
	}
	#section_11 h2{
		font-size: 33px;
		margin: 0;
	}
	#section_11 p{
		width: 75%;
		padding: 0px 0 0 50px;
	}
	.main-nav .nav {
		width: 290px;
		float: right;
	}
	#cariers_text {
		width: 66%;
		margin: 0 20px;
	}
}
@media screen and (max-width: 767px){
	.container{
		width:100%;
	}
	.row{width:100%;}
	#feature-list li {
		padding: 0 15px;
	}
	#kids_container{
		width: 400px;
		float: right;
		margin:0;
	}
	#img-container {
		width: 400px;
		float: right;
		position: relative;
		height: 250px;
	}
	
	#intro{height: 370px;}
	
	.profile-photo {
		position: absolute;
		width: 176px;
		z-index: 3;
		left: 20%;
	}
	#image-span {
		width: 70%;
	}
	.main-nav .nav {
		margin: 0 0 0 77px;
		float: right;
		width: 222px;
	}
	.main-nav li {
		padding: 0 2px;
	}
	#cariers_text {
		width: 90%;
		margin: 0 20px;
	}
	.span11{
		float: left;
		width: 100%;
		margin: 15px 0;
	}
	.text{
		width: 500px;
		margin: 0;
		float:none;
	}
	.span11 img{
		width: 204px;
	}
	#home_container{
		width:100%;
	}
	#background {
		position: relative;
		background: #f9f7ed;
		height: 545px;
		width: 100%;
	}
	.text h2{
		margin-top: 80px;
		float:right;
	}
	.text p{
		clear: both;
	}
	.text_left{margin:0;}
	.text_left p{clear:both;}
	.text_left h2{text-align: center;margin: 80px 0 0 0;float:left;}
	#section_9 h2 {margin:0}
	#section_11 h2{
		width: 192px;
		float: right;
		font-size: 18px;
		margin:0;
	}
	#section_11 p{
		width: 100%;
		padding: 140px 0 0 0;
	}
	#cariers_text {
		width: 100%;
		margin: 0 20px;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px){
	.container{
		width: 92%;
	}
	/*.row { width:90%;margin:0 auto;}*/
	#feature-list li {
		padding: 0 12px;
	}
	#kids_container{
		width: 350px;
		float: right;
		margin:0;
	}
	#img-container {
		width: 350px;
		float: right;
		position: relative;
		height: 250px;
	}
	#img_ui {
		position: relative;
		width: 190px;
	}
	#intro{height: 325px;}
	
	.profile-photo {
		left: 0;
		position: absolute;
		width: 32%;
		z-index: 3;
	}
	#image-span {
		width: 100%;
	}
	#logo {
		margin: 0;
		width: 90px;
	}
	.span11{
		float: left;
		width: 100%;
		margin: 15px 0;
	}
	.text{
		margin: 0;
		float:none;
	}
	.span11 img{
		width: 204px;
	}
	#home_container{
		width:98%;
	}
	#intro-title {
		font-size: 40px;
		margin: 20px 0;
		text-align: center;
	}
	#intro-description {
		color: #000000;
		font-size: 13px;
		margin: 0;
		text-align: center;
	}
	#feature_h1 {
		font-weight: bold;
		font-family: 'ProximaNova-Light', 'Helvetica';
		font-size: 40px;
		text-align: center;
	}
	#feature_p {
		font-size: 28px;
		text-align: center;
	}
	#background {
		position: relative;
		background: #f9f7ed;
		height: 560px;
		width: 100%;
	}
	.text h2{
		margin-top: 80px;
		float:right;
	}
	.text p{
		clear: both;
	}
	.text_left{margin:0;width: 100%;}
	.text_left p{clear:both;width: 490px;}
	.text_left h2{text-align: left;padding: 50px 0 0 0;float: none;margin: 0;}
	#section_9 h2 {margin:0}
	#section_11 {
		width: 100%;
	}
	#section_11 h2{
		margin: 20px 0 0 0;
		width: 190px;
		font-size: 34px;
		line-height: 35px;
	}
	#section_11 p{
		padding: 100px 10px 0 10px;
	}
	#cariers_text {
		width: 100%;
		margin: 0 20px;
	}
	h1,h2{font-size: 30px;line-height: 38px;}
}

@media screen and (max-width: 479px){
	.container{
		width: 300px;
	}
	#feature-list li {
		padding: 0 15px;
	}
	#img-container{
		width: 301px;
		position: relative;
		height: 175px;
	}
	#kids_container{
		margin:0;
		width:300px;
	}
	#intro{height: 630px;}
	.profile-photo {
		left: 25%;
		position: absolute;
		width: 53%;
		z-index: 3;
	}
	#intro-title {
		font-size: 40px;
		margin: 20px 0;
		text-align: center;
	}
	#intro-description {
		color: #000000;
		font-size: 13px;
		margin: 0;
		text-align: center;
	}
	#img_ui{
		width: 70px;
		position: relative;
	}
	#image-span {
		width: 100%;
		height: 180px;
	}
	
	.span11{
		float: left;
		width: 100%;
	}
	.text{
		width: 300px;
		margin: 0;
		float:none;
	}
	.span11 img{
		width: 135px;
	}
	#home_container{
		width:300px;
	}
	#background {
		position: relative;
		background: #f9f7ed;
		height: 891px;
		width: 100%;
	}
	.text h2{
		margin-top: 47px;
		width: 150px;
	}
	.text p{
		clear: both;
	}
	.text_left{margin:0;}
	.text_left p{clear:both;width: 290px;}
	.text_left h2{text-align: center;margin: 40px 0 0 0;width: 140px;}
	#section_9 h2 {margin:0}
	#section_11 h2{
		width: 135px;
		float: right;
		font-size: 33px;
		margin:0;
	}
	#section_11 p {
		width: 100%;
		padding: 20px 0 0 0;
	}
	#cariers_text {
		width: 93%;
		margin: 0 20px;
	}
	h1,h2{font-size: 30px;line-height: 38px;}
}
