/*
Theme Name: Startapp - Responsive Landing Page Template
Theme URI: http://webdesignpro09.info/?theme=tf-startapp
Author: Bogdan
Author URI: http://themeforest.net/user/bogdan_09
Version: 1.0
*/


/* --- TABLE OF CONTENT

01. RESET
02. PRIMARY STYLES
03. GENERAL LAYOUT
04. HEADER
		1. Header Styles
		2. Logo
		3. Navigation
05. FOOTER
		1. Footer Styles
		2. Social Icons
06. HOME
		1. Home General
		2. Logo
		3. Social Icons
		4. Newsletter
07. SERVICES
08. PRICING
09. THE TEAM
10. BXSLIDER
11. CONTACT
12. FEATURES
		1. Toggle
		2. Fun Facts
		3. Preloader
13. MOBILE DEVICES
14. RESPONSIVE NAVIGATION
15. PRINT STYLES

--- */

   
/* ========================================================== */
/* 			               01. RESET                          */
/* ========================================================== */
   
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
	
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea {font-family: 'Open Sans', sans-serif; font-weight: 400;}
body { margin: 0; }

a { color: #656565; font-weight: 300;}
a:visited { color: #656565; }
a:hover { color: #3498db; }
a:hover, a:active. a:focus { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
ins { background: #ffff99; color: #000000; text-decoration: none; }
mark { background: #ffff00; color: #000000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
   dd { margin: 0 0 0 40px; }
*/
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical;}
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ========================================================== */
/* 			           02. PRIMARY STYLES                     */
/* ========================================================== */

img,object,video,embed { max-width: 100%; }
img { height: auto; vertical-align: middle;}

.bold {	font-weight: 700; }
.italic { font-style: italic; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { margin-left: auto; margin-right: auto; }
.clearBoth { clear: both; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 100%; vertical-align: super; }
th, thead td { font-weight: bold; }
em, dfn, cite { font-style: italic; }
del { color: #cccccc; text-decoration: line-through; }
dfn, ins { border-bottom: 1px solid #E8E8E8; }
abbr, acronym { text-transform: uppercase; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { border-bottom: 1px dotted #E8E8E8; cursor: help; }
a { text-decoration: none; }
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
ol, ul { list-style: none; }

body { position: inherit /* conflict prettyphoto and dynamic to top plugin */; }
body, html, #wrapper { height:100%; }

::-moz-selection { background: #b3d4fc; text-shadow: none;}
::selection { background: #b3d4fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

code, pre, input[type=text], input[type=password], input[type=email], textarea {
	line-height: 20px;
}

p, a, ul, ol, dl, table, fieldset, blockquote {
    margin-bottom: 25px;
	font-size:14px;
	line-height:24px;
	font-weight: 300;
	color:#656565;
}

.row {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#header .row {
	overflow: inherit;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}

.row .onecol {
	width: 4.85%;
}

.row .twocol {
	width: 13.45%;
}

.row .threecol {
	width: 22.05%;
}

.row .fourcol {
	width: 30.75%;
}

.row .fivecol {
	width: 39.45%;
}

.row .sixcol {
	width: 48%;
}

.row .sevencol {
	width: 56.75%;
}

.row .eightcol {
	width: 65.4%;
}

.row .ninecol {
	width: 74.05%;
}

.row .tencol {
	width: 82.7%;
}

.row .elevencol {
	width: 91.35%;
}

.row .twelvecol {
	width: 100%;
	float: left;
}

.last {
	margin-right: 0px;
}

/* ========================================================== */
/* 			           03. GENERAL LAYOUT                     */
/* ========================================================== */

body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}

#container{
	position:relative;
	overflow:hidden;
}

.section_wrapper{
	width:100%;
	background-color:#fff;
}

.section_wrapper.grey_bg{
	background-color:#f4f4f4;
}

.section_box{
	width:90%;
	max-width:1140px;
	margin:0 auto;
	padding-top:120px;
	padding-bottom:60px;
	padding-left:5%;
	padding-right:5%;
	position:relative;
}

.section_box.small_margins{
	padding-top:90px;
	padding-bottom:90px;
}

.section_box.large_margins{
	padding-top:120px;
	padding-bottom:70px;
}

.section_box.no_margins{
	padding-top:120px;
	padding-bottom:0;
}

a.button_blue, a.button_white, a.button_transparent{
	display:inline-block;
	font-weight:300;
	font-size:13px;
	text-transform:uppercase;
	padding:12px 20px;
	margin:10px 0 20px 0;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_blue{
	background-color:#3498db;
	border:1px solid #3498db;
	color:#fff;
}

a.button_blue:hover{
	background-color:#fff;
	border:1px solid #3498db;
	color:#3498db;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_white{
	background-color: transparent;
	border:1px solid #fff;
	color:#fff;
}

a.button_white:hover{
	background-color:#fff;
	border:1px solid #fff;
	color:#454545;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_transparent{
	margin:30px 0 0 0;
	width: 150px;
	padding:12px 28px;
	background-color: transparent;
	border:1px solid #fff;
	color:#fff;
	font-size:14px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
}

a.button_transparent:hover{
	background-color:#3498db;
	border:1px solid #3498db;
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.align_center{
	text-align:center;
}

.small_margin_bottom{
	padding-bottom:5px;
}

/* title_wrapper
========================================================== */

.title_wrapper {
	margin:0 auto;
	width:100%;
	max-width:960px;
	text-align:center;
}

.title {
	position: relative;
	display: inline-block;
	border: 1px solid #454545;
	margin-bottom: 80px;
	margin-top:0;
	line-height: 20px;
	text-align: center; 
	z-index:900;
}

.title h2 {
	padding: 10px 15px;	
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 53px;
	font-weight:700!important;
}

.title p {
	position: absolute;
	top: -12px;
	right: 0;
	left: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#353535;
	font-size:12px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}

.title p span {
	padding: 0 12px;
	background-color: #fff; 
}

.title_white {
	position: relative;
	display: inline-block;
	border: 1px solid #fff;
	border-top:none;
	margin-bottom: 80px;
	margin-top:0;
	color: #fff;
	line-height: 20px;
	text-align: center; 
	z-index:900;
}

.title_white h2 {
	padding: 10px 15px;	
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 53px;
	font-weight:700!important;
	color:#fff;
}

.title_white p {
	position: absolute;
	top: -11px;
	right: 0;
	left: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#fff;
	font-size:12px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
	
/* 
    if you change the text inside the paragraph (subtitle) then you will have to change "width: 57px;" to the value needed in order to get a continuous border.
    same rule applies if you change the title of the section.
*/	
.title_white p::after, .title_white p::before {
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 38px;
	height: 1px;
	margin-top: -4px;
}

/*firefox only hack*/
@-moz-document url-prefix() { 
  .title_white p::after, .title_white p::before{
	width: 39px;
  }
}

.title_white p span {
	padding: 0 12px;
	background-color: transparent;
}

.grey_bg .title p span {
	background-color: #f4f4f4; 
}

/* Headings
========================================================== */

h1,h2,h3,h4,h5,h6{
	margin:0 0 20px 0;
	line-height:110%;
	color:#454545;
	font-weight:600;
}

h1{
	font-size:32px;
	line-height:46px;
}

h2{
	font-size:28px;
	line-height:42px;
}

h3{
	font-size:24px;
	line-height:32px;
}

h4{
	font-size:20px;
	line-height:28px;
}

h5{
	font-size:18px;
	line-height:24px;
	text-transform:uppercase;
}

h6{
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
}

.uppercase{
	text-transform:uppercase;
}

.blue{
	color:#3498db;
}

.white{
	color:#fff;
}

.padding_top{
	padding-top:25px;
}

/* ========================================================== */
/* 						   03. HEADER                         */
/* ========================================================== */

/* ----- 1. Header Styles ----- */
#header_wrapper{
	display:none;
	width:100%;
	height:1px;
	padding:0;
	z-index:1000;
	background-color: #2b2b2b;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header_wrapper.shrink {
	display:block;
	width:100%;
	height:60px;
	padding:0;
	z-index:1000;
	background-color: #2b2b2b;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header_wrapper #header {
	width:90%;
	max-width:1140px;
	margin:0 auto;
	padding-left:5%;
	padding-right:5%;
}

/* ----- 2. Logo ----- */
#header_wrapper a#logo, #header_wrapper.shrink a#logo {
    position: relative;
	float:left;
	margin-top: 18px;
	z-index:900;
	font-family: 'Pacifico', cursive;
	font-size:20px;
	line-height:20px;
	color:#fff;
}

#header_wrapper.shrink a#logo {
	color:#ddd;
}

/* ----- 3. Navigation ----- */
#nav {
	margin: 0;
	float:right;
	position:relative;
}

#nav li {
	display: inline-block;
    position: relative;
	margin:18px 14px 0 14px;
}

#nav li.last {
	margin-right:0;
}

#header_wrapper #nav li a,
#header_wrapper.shrink #nav li a {
	display: inline-block;
	text-align:center;
	padding: 0;
    font-size: 12px;
	line-height:18px;
	font-weight:700;
	text-transform:uppercase;
}

#header_wrapper #nav li a {
	color: #fff;
}

#header_wrapper.shrink #nav li a {
	color: #ccc;
}

#header_wrapper.shrink #nav .current a,
#header_wrapper.shrink #nav li a:hover {
	color:#3498db;
}

/* ========================================================== */
/* 						    05. FOOTER                        */
/* ========================================================== */

/* ----- 1. Footer Styles ----- */
#footer {
	width:100%;
	background-color:#252525;
	z-index:100;
	padding:40px 0 30px 0;
}

#footer_box {
	width:90%;
	max-width:1140px;
	margin:0 auto;
	padding-left:5%;
	padding-right:5%;
}

.copyright{
	width:100%;
	text-align:center;
	padding-top:20px;
}

.copyright p{
	color:#ddd!important;
	font-size:15px;
}

.copyright a{
	text-decoration:underline;
	color:#ddd!important;
	font-size:15px;
}

/* ----- 2. Social Icons ----- */
ul.footer_social{
	width:100%;
	max-width:1140px;
	display:block;
	margin:0 auto;
	text-align:center;
}

ul.footer_social li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.footer_social li a i {
  display: inline-block;
  margin:0 8px;
  padding:0;
  font-size:22px!important;
  line-height: 24px!important;
  color: #ccc;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i:hover {
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  color:#2285c7;
}

/* ========================================================== */
/* 				  		      Home                         */
/* ========================================================== */

/* ----- 1. Home General ----- */
#home{
	width:100%;
	z-index:1;
	background: url(../images/1.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}

.home_box{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	padding:0 0 180px 0;
	text-align:center;
}

.home_social_info{
	width: 100%;
	max-width:1140px;
	margin:0 auto;
	padding:40px 0 170px 0;
	height:60px;
}

/* ----- 2. Logo ----- */
span.home_logo {
    position: relative;
	float:left;
	z-index:900;
	font-family: 'Pacifico', cursive;
	font-size:24px;
	line-height:24px;
	color:#3498db;
}

/* ----- 3. Social Icons ----- */
ul.social_icons{
	float:right;
	display: inline-block;
}

ul.social_icons li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.social_icons li a i {
	display: inline-block;
	font-size:22px;
	line-height: 22px;
	color: #fff;
	margin:5px 5px;
	transition: all .5s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

ul.social_icons li a i:hover {
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  color:#3498db;
}

h2.home_title{
	margin-bottom:30px;
	color:#fff;
	font-size:50px;
	line-height:50px;
	font-weight:400;
}

h2.home_title span{
	font-weight:600;
}

h3.home_subtitle{
	color: white;
	font-size:16px;
	line-height:22px;
	font-weight:600;
	text-transform: none;
	margin-bottom:15px;
}

/* ----- 4. Newsletter ----- */
.newsletter_form_wrapper{
	width:100%;
	text-align:center;
	padding-top:10px;
}

.newsletter_form_box{
	margin:0 auto;
	max-width:565px;
	padding: 20px 15px 20px 20px;
	background-color:rgb(0, 0, 0);
	background-color:rgba(0, 0, 0, 0.4);
    -moz-border-radius:5px;  
    -webkit-border-radius:5px;  
    border-radius:5px;
}

#newsletter-form #email_newsletter {
	width:100%;
	max-width:380px; 
	height:44px;
    padding:0 10px;
	border: 1px solid #fff;
	background-color: #fff;
    -moz-border-radius:5px;  
    -webkit-border-radius:5px;  
    border-radius:5px;
	color:#757575;  
    font-size:14px;
	margin:0 10px 0 0;
}

#newsletter-form #submit-button-newsletter {
    width: 140px;
	height:46px;
    background-color:#3498db;  
	border: 1px solid #3498db;
    color:#fff;  
    display: inline;
	margin:0 5px 0 0;
    -moz-border-radius:5px;  
    -webkit-border-radius:5px;  
    border-radius:5px;
	font-size:14px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-form #submit-button-newsletter:hover {
	color:#454545;
    background-color:#fff;
	border: 1px solid #fff;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

input#email_newsletter::-webkit-input-placeholder { /* WebKit browsers */
    color:#757575;
}
input#email_newsletter:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#757575;
}
input#email_newsletter::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#757575;
}
input#email_newsletter:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#757575;
}

p.newsletter_success_box{
	font-size:18px;
	color:#fff;
	margin-bottom:15px;
}

/* ========================================================== */
/* 				  		   07. SERVICES                       */
/* ========================================================== */

.services_item{
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}

.services_item h5{
	font-weight:700;
	font-size:17px;
	margin-bottom:10px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

span.circle_icons i{
	margin: 0 0 30px 0;
	padding:18px 18px;
	width:40px;
	height:40px;
	font-size: 40px;
	line-height:40px;
	display: inline-block;
	text-align: center;
	color: #454545!important;
	border:1px dashed #454545;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.services_item:hover span.circle_icons i{
	color: #3498db!important;
	border:1px dashed #3498db;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 				  		   08. PRICING                        */
/* ========================================================== */

.pricing_wrapper{
	width:100%;
	z-index:1;
	background: url(../images/photos/2.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}

.pricing_box{
	margin:0 auto;
	width:100%;
	max-width:1140px;
	text-align:center;
	position:relative;
	z-index:100;
	padding:120px 0 120px 0;
}

/* flip-container */
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
		-moz-transform-style: preserve-3d; 
		-ms-transform-style: preserve-3d; 
}

/*
.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	filter: FlipH;
	-ms-filter: "FlipH";
}
*/

/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* END: Accommodating for IE */

.flip-container, .front, .back {
	width: 100%;
	height:212px;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;

	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;

	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	/*background: #0fc2fe;*/
	z-index: 2;
}

.back {
	background: #0fc2fe;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.back p {
	color: black;
    padding: 15px;
}

.front h5.price_pack{
	margin:60px 0 20px 0!important;
	color:#fff;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}

.front p.price_amount{
	margin:0;
	color:#fff;
	font-size:60px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}

ul.price_list{
	text-align:center;
}

ul.price_list li{
	height:40px;
	line-height:40px;
	font-size:16px;
}

ul.price_list li.blue_list{
	background-color:#0fc2fe;
	color:#fff;
}

ul.price_list li.grey_list{
	background-color:#fff;
	color:#454545;
}

.pricing_description{
	padding-top:60px;
	text-align:center;
}

.pricing_description h3{
	margin-bottom:15px;
	color:#fff;
	font-size:24px;
	font-weight:600;
}

.pricing_description h3 span{
	font-weight:700;
}

.pricing_description p{
	width:100%;
	max-width:840px;
	margin:0 auto;
	color:#fff;
	font-size:15px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}

/* ========================================================== */
/* 						   09. THE TEAM                       */
/* ========================================================== */

.team_description{
	padding: 15px 0 5px 0;
	background-color:#fff;
}

.team_name{
	margin-bottom:15px;
	font-size:15px;
	line-height:22px;
	font-weight:700;
	text-transform:uppercase;
}

.team_name span{
	font-size:13px;
	color:#656565;
	font-weight:300;
	text-transform: none;
}

ul.team_social{
	margin-bottom:25px;
}

ul.team_social li{
	display:inline-block;
	margin:0 5px 10px 5px;
}

ul.team_social li a{
	color:#656565;
	font-size:20px;
	transition: all .50s ease-in-out;
	-moz-transition: color .50s ease-in-out;
	-webkit-transition: color .50s ease-in-out;
}

ul.team_social li:hover a{
	color:#3498db;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 						   10. BXSLIDER                       */
/* ========================================================== */

.bxslider_wrapper{
	position:relative;
	width:100%;
	z-index:10;
	background: url(../images/photos/3.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}

.bxslider_box{
	width:100%;
	max-width:870px;
	margin:0 auto;
	padding:110px 0 185px 0;
	text-align:center;
}

h3.bxslider_title {
	color:#fff;
	font-size: 22px;
	line-height: 34px;
	font-weight: 600;
    margin-top: 10px;
	margin-bottom:5px;
}

h3.bxslider_title span.lines {
	padding:0 18px;
}

span.bold_title{
	text-transform:uppercase;
	font-weight:700;
	font-style:normal;
}

h3.bxslider_title::after, h3.bxslider_title::before {
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 55px;
	height: 1px;
	margin-top: -3px;
}

p.position {
    margin: 0;
    color: #2a4f9a;
}

p.bxslider_text {
	color:#fff;
	font-weight:400;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
    padding: 15px;
}

/* ========================================================== */
/* 						    11. CONTACT                       */
/* ========================================================== */

#contact-form{
	margin:0 auto;
	width:100%;
	max-width:600px;
	text-align:center;
	padding-bottom:40px;
}

input.contact-input{
	width:93.40%;
	height:36px;
    padding:0 2%;
	margin-right:2%;
	margin-bottom:20px;
	color: #252525;
	border:none;
	border-bottom: 2px solid #252525;
	background-color:#fff;
    font-size:14px;
	float:left;
}

textarea{
	height:120px;
	margin:20px 0 30px 0;
	width:93.40%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
	color: #252525;
	border: 2px solid #252525;
	border-top:none;
	background-color:#fff;
    font-size:14px;
	float:left;
}

input.contact-submit{
	font-family: 'Open Sans', sans-serif;
	color: #252525;
	border: 2px solid #252525;
	background-color:#fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight:700;
    padding: 14px 30px;
    position: relative;
    text-transform: uppercase;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.contact-submit:hover{
	color:#fff;
	background-color:#3498db;
	border:2px solid #252525;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#252525;
	font-style: italic;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#252525;
	font-style: italic;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#252525;
	font-style: italic;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#252525;
	font-style: italic;
}

#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus {
  color: #fff;
  background-color:#252525;
  outline: none;
}

p.contact_success_box{
	font-size:18px;
	font-style:italic;
}

/* ========================================================== */
/* 				  		    12. FEATURES                      */
/* ========================================================== */

/* ----- 1. Toggle ----- */
#toggle-view {
	list-style:none;	
	margin:25px 0 30px 0;
	width:100%;
}

#toggle-view li {
	display:block;
	position:relative;
	cursor:pointer;
	margin-bottom:10px;
}
	
#toggle-view h3 {
	font-size:14px;
	color:#656565;
	margin-bottom:5px;
	line-height:16px;
	font-weight:400;
	padding:15px 0 15px 20px;
	background-color:#eee;
}

#toggle-view span {
	right:0;
	position:absolute;
	font-size:18px;
	line-height:18px;
	font-weight:700;
	color:#656565;
	padding:14px 20px;
}

#toggle-view p {
	margin-bottom:20px;
	padding-top:10px;
	display:none;
}

/* ----- 2. Fun Facts ----- */
.fun_facts_box{
	float:left;
	width:50%;
	padding-top:10px;
}

.fun_facts_icons{
	display:block;
	padding-bottom:5px;
	font-size:36px;
	color:#3498db;
}

.fun_facts_title{
	font-size:14px;
	font-weight:400;
	color:#454545;
}

.fun_facts_title span{
	font-size:24px;
	font-weight:700;
}

/* ----- 3. Preloader ----- */
#preloader {
	position: fixed;
	z-index: 9999;
	background-color: #252525;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -20px;
	width: 80px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.spinner > div {
	background-color: #fff;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
	0%, 40%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	} 20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

/* ========================================================== */
/* 		    Background Images - max-width: 1024px             */
/* ========================================================== */

@media only screen and (max-width: 1024px) {
	#home, .pricing_wrapper, .bxslider_wrapper {
		background-attachment: scroll;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

/* ========================================================== */
/* 						     768px                            */
/* ========================================================== */

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

}

/* ========================================================== */
/* 						     992px                            */
/* ========================================================== */

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

/* ========================================================== */
/* 						     1200px                           */
/* ========================================================== */

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

/* ========================================================== */
/* 					  13. MOBILE DEVICES                      */
/* ========================================================== */
@media handheld, only screen and (max-width: 767px) {
	
	.row {
		width: 90%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		clear:both;
	}
	
	#header_wrapper {
	}
	
	#header_wrapper #header {
		position: relative;
		width:90%;
		padding:0 5%;
		text-align:center;
	}
		
	#header_wrapper.shrink {
		width:100%;
		height:60px!important;
		padding:0!important;
	}
	
	/* ----- logo ----- */
	a#logo {
		margin:15px 0 0 0!important;
	}
	
	ul.social{
		float:none;
	}
		
	a.button_blue, a.button_white{
		font-size:10px;
		padding:7px 14px;
		margin:0 0 20px 0;
	}
	
	.section_box, .section_box.small_margins, .section_box.large_margins{
		padding: 80px 0 70px 0;
	}
		
	.section_box.no_margins{
		padding-top:80px;
		padding-bottom:0;
	}
	
	#home{
		margin:0 auto;
		width:90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.home_box{
		width:100%;
		margin:0 auto;
		padding-bottom: 90px;
	}
		
	.home_social_info{
		padding-bottom:50px;
	}

	h2.home_title{
		font-size:28px;
		line-height:34px;
	}

	h3.home_subtitle{
		font-size:16px;
		line-height:22px;
	}
	
	.services_item {
		float:left;
		width:90%;
		padding-right:5%;
		padding-left:5%;
	}
				
	.newsletter_box{
		padding:60px 0;
	}
	
	#newsletter-form #email_newsletter{
		width: 90%;
		max-width:280px;
		margin-bottom:10px;
	}
	
	.fun_facts_box{
		width:49.50%;
	}
	
	.flip-container{
		margin-bottom:30px;
	}
	
	.responsive_top_padding{
		padding-top:30px;
	}
	.logo {
  	display: none;
  }
	
}

/* ========================================================== */
/* 				    14. RESPONSIVE NAVIGATION                */
/* ========================================================== */

#wt_responsive_nav_wrap {
	width: 100%;
	right: -100%;
	position: absolute;
	z-index: 9999;
	top: 0;
	background-color: #ffffff;
	height: 100%;
	padding: 90px 0;
	margin-left: -2px;
	overflow: hidden;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform: 	scale(0.5);
	-moz-transform: 	scale(0.5);
	-ms-transform: 		scale(0.5);
	-o-transform: 		scale(0.5);
	transform: 			scale(0.5);
	-webkit-transition: all 0.6s ease;
	-moz-transition: 	all 0.6s ease;
	-o-transition: 		all 0.6s ease;
	-ms-transition: 	all 0.6s ease;
	transition: 		all 0.6s ease;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%; }

#wt-responsive-nav {
	margin-left: 0;
	width: 100%; }

.show_responsive_nav {
	overflow: hidden; }

.csstransforms3d #wt_responsive_nav_wrap {
	-webkit-transform: 	scale3d(0.5);
	-moz-transform: 	scale3d(0.5);
	-ms-transform: 		scale3d(0.5);
	-o-transform: 		scale3d(0.5);
	transform: 			scale3d(0.5); }

.show_responsive_nav #wt_responsive_nav_wrap {
	-webkit-transform: 	scale(1);
	-moz-transform: 	scale(1);
	-ms-transform: 		scale(1);
	-o-transform: 		scale(1);
	transform: 			scale(1);
	-webkit-transform: 	translate(-100%, 0);
	-moz-transform: 	translate(-100%, 0);
	-ms-transform: 		translate(-100%, 0);
	-o-transform: 		translate(-100%, 0);
	transform: 			translate(-100%, 0); }	

.csstransforms3d .show_responsive_nav #wt_responsive_nav_wrap {
	-webkit-transform: 	scale3d(1);
	-moz-transform: 	scale3d(1);
	-ms-transform: 		scale3d(1);
	-o-transform: 		scale3d(1);
	transform: 			scale3d(1);
	-webkit-transform: 	translate3d(-100%, 0, 0);
	-moz-transform: 	translate3d(-100%, 0, 0);
	-ms-transform: 		translate3d(-100%, 0, 0);
	-o-transform: 		translate3d(-100%, 0, 0);
	transform: 			translate3d(-100%, 0, 0); }	

#wt-responsive-nav>li:first-child>a:first-child { border-top-style: solid; border-top-width: 1px; }
#wt-responsive-nav li { margin: 0; padding: 0; position: relative; float: none; clear: both; }
#wt-responsive-nav li > a:before {
	content: "\g";
	position: absolute;
	top: 13px;
	margin-left: -20px;
	font-family: 'font-icons';
	font-size: 12px;
	color: #222; }
#wt-responsive-nav li > a i {
	position: absolute;
	top: 15px;
	display: inline-block;
	right: 24px;
	font-size: 14px;
	color: #222; }
#wt-responsive-nav .sub-menu {
	/*display: none;*/ }		
#wt-responsive-nav, 
#wt-responsive-nav li > a {
	border-color: #E1E1E1;
	color: #666666;
	-webkit-transition: none; 
	-moz-transition: none;
	-o-transition: none; 
	transition: none }
#wt-responsive-nav .current_page_item > a,
#wt-responsive-nav li > a:hover,	
#wt-responsive-nav li > a.active {
	color: #FFFFFF;
	background-color: #222; }
#wt-responsive-nav .current_page_item  > a:before,
#wt-responsive-nav li > a:hover:before,
#wt-responsive-nav li > a.active:before,
#wt-responsive-nav .current_page_item  > a i,
#wt-responsive-nav li > a:hover i,
#wt-responsive-nav li > a.active i {
	color: #FFFFFF;
	padding-right:10px!important; }
#responsive_nav_open:hover, 
#responsive_nav_hide:hover {
	background-color: #222; }
#responsive_nav_open:hover i:before, 
#responsive_nav_hide:hover i:before {
	color: #FFFFFF; }
	
.current_page_item > a:before, 
.current-menu-item > a:before {
	font-weight: normal; }	
			
#wt-responsive-nav ul { margin: 0; padding: 0; display: block; width: 100%; left: 0; position: relative; }
#wt-responsive-nav a { padding: 13px 28px; border-bottom-style: solid; border-bottom-width: 1px; width: 100%; display: block; margin: 0; text-decoration: none; position: relative; }
#wt-responsive-nav a { padding-left: 35px; }
#wt-responsive-nav ul a { padding-left: 55px; }
#wt-responsive-nav ul ul a { padding-left: 75px; }
#wt-responsive-nav ul ul ul a { padding-left: 95px; }
	
#responsive_nav_open, 
#responsive_nav_hide {
	position: absolute;
	right: 20px;
	top: 50%;
	text-decoration: none;
	text-align: center;
	width: 34px;
	height: 34px;
	margin-top: 12px;
	z-index: 9999;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #eee;
	display: none;
	background-color: #eee;
	color: #454545;}
#responsive_nav_open i:before, 
#responsive_nav_hide i:before {
	color: #454545;
	font-size: 18px;
	margin: 0;
	display: block;
	line-height: 36px; }
#responsive_nav_hide i:before {
	font-size: 30px; }		
.small_device_active #responsive_nav_open { display: block; }
.small_device_active #nav { display: none; }	
#responsive_nav_hide {
	display: block;
	z-index: 10000;
	visibility: hidden;
	opacity: 0;
	top: 10px;
	right: 24px; }	
.show_responsive_nav #responsive_nav_hide {
	opacity: 1;
	visibility: visible; }

/* ========================================================== */
/* 				         15. PRINT STYLES                     */
/* ========================================================== */
 
	@media print {
		* {background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow:none !important; text-shadow: none !important; }
		a, a:visited { text-decoration: underline; }
		a[href]:after { content: " (" attr(href) ")"; }
		abbr[title]:after { content: " (" attr(title) ")"; }
		.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
		pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
		thead { display: table-header-group; /* h5bp.com/t */ }
		tr, img { page-break-inside: avoid; }
		img { max-width: 100% !important; }
		@page { margin: 0.5cm; }
		p, h2, h3 { orphans: 3; widows: 3; }
		h2, h3 { page-break-after: avoid; }
	}


.logo {
	margin-top: 40px;
}
.s_process {
	color: white;
	font-size: 13px;
	margin-bottom: 5px;
}

.header-info {
    background: rgba(255, 165, 0, 0.8);
    padding: 10px;
    margin-bottom: 60px;
}

.social i {
    background: rgba(117, 79, 4, 0.8);
    padding: 7px 5px 5px 5px;
}

.blue_link {
    font-size: 24px;
    font-weight: 700;
    color: #3498db !important;
    cursor: pointer;
}

