/****************** GENERAL & PSEUDO CLASSES **********************/

body{
	-webkit-font-smoothing: antialiased;
}

#main-container{
	overflow: hidden;
}

.show-for-small{
	display: none;
}

input{
	-webkit-appearance: none;
}

/********* TYPOG *********/

.text-white{
	color: #fff;
}

.text-normal{
	font-weight: normal;
}

/********* BUTTONS *********/

.btn{
	padding: 10px 10px 5px 10px;
	border-radius: 4px;
	border-bottom: 3px solid;
	text-align: center;
	color: #fff;
	display: inline-block;
	font-family:'Montserrat';
	font-size: 14px;
	cursor: pointer;
	line-height: 18px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
}

.btn:hover{
	-moz-transform: scale(1.03) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.03) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.03) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.03) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.03) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}


.btn-green{
	background-color: #2d2d2d;
	border-color: #000000;
}

.btn-green2{
	background-color: #32c04b;
	border-color: #3ce75a;
}



.btn-blue{
	background-color: #306b97;
	border-color: #295b80;
}

/********* SPACING *********/

.pad-small{
	padding-top: 44px;
	padding-bottom: 44px;
}

.pad-small-top{
	padding-top: 44px;
}

.pad-small-bottom{
	padding-bottom: 44px;
}

.pad-large{
	padding-top: 66px;
	padding-bottom: 66px;
}

.pad-large-top{
	padding-top: 66px;
}

.pad-large-bottom{
	padding-bottom: 66px;
}

.pad-xlarge{
	padding-top: 88px;
	padding-bottom: 88px;
}

/********* PAGE ELEMENTS *********/

.section-preamble h3{
	margin-bottom: 24px;
	text-align: left;
}

.section-preamble p{
	margin-bottom: 0px;
	text-align: left;
}

.section-preamble2 h3{
	margin-bottom: 24px;
	text-align: center;
}

.section-preamble2 p{
	margin-bottom: 0px;
	text-align: center;
}
/********* ICONS *********/

.xlarge-i{
	font-size: 7em;
}

.large-i{
	font-size: 5em;
}

.medium-i{
	font-size: 4em;
}

/********* LISTS *********/

.plus-list li:before{
	font-family: 'fontello';
	content: '\2714';
	float: left;
	font-size: 1.4em;
	position: relative;
	bottom: 7px;
	margin-right: 11px;
}

.plus-list li{
	margin-bottom: 0px;
	clear: both;
}

.plus-list p{
	margin-left: 27px;
}

.plus-list2 {
	text-align: left;
	margin-left: 20px;

}

/********* GRAPHICAL ELEMENTS *********/

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
}


/****************** NAVIGATION ************************************/

#main-nav{
	max-height: 65px;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.open-nav{
	max-height: 400px !important;
}

#nav-holder{
	list-style: none;
	padding-top: 9px;
	float: right;
}

#nav-holder li{
	list-style: none;
	float: left;
	margin-right: 22px;
	font-family: 'Montserrat';
	font-weight: normal;
	font-size: 14px;
}

#nav-holder li a{
	color: #000;
}

#nav-holder li:last-child{
	margin-right: 0px;
}

#nav-holder .btn{
	position: relative;
	bottom: 10px;
}

#mobile-toggle{
	float: right;
	font-size: 40px;
	color: #000;
	cursor: pointer;
	position: relative;
}

#logo{
	float: left;
}

#logo img{
	position: relative;
	bottom: 2px;
}

#logo h3{
	font-size: 1.2em;
	letter-spacing: 5px;
	padding-top: 8px;
	margin-right: 5px;
}

/****************** HOME ****************************************/

#home{
	background: url('../img/prsby1.jpg');
	background-size: cover;
	height: 785px;
	overflow: hidden;
	margin-top: 65px;
}


#home-slider{
	background-color: rgba(0,0,0,0.2);
	position: relative;
	margin-bottom: 66px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

#home-slider .slides{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

#home-slider h2{
	margin-bottom: 22px;
}

#home-slider p{
	margin-bottom: 44px;
}

#home-slider .btn{
	margin-right: 11px;
	margin-bottom: 11px;
}

#home-slider iframe{
	width: 100%;
	height: 260px;
	border: none;
}

.slider-devices{
	font-size: 94px;
}

/****************** FEATURES **********************************/
#features{
	background-color: #fff;
	height: auto;
	
	
}

/* #features .section-preamble h3 p{
	color: #fff;
}*/


#whitespace {
	background-color: #fff;
	height: 100px;
}

#features2 {
	
	background: url('../img/plan_background5.jpg');
	background-size: cover;
	height: 800px;
	overflow: hidden;
	margin-top: 0px;
	color: #fff;
	padding-top: 22px;
	padding-bottom: 44px;
	position: relative;
}

#features3 {
	
	background: url('../img/grill1a.jpg');
	background-size: cover;
	height: 1000px;
	overflow: hidden;
	margin-top: 0px;
	color: #fff;
	padding-top: 22px;
	padding-bottom: 44px;
	position: relative;
}


#feature-header-upper{
	background: url('../img/plan_background5.jpg');
	background-size: cover;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	color: #fff;
	padding-top: 22px;
	padding-bottom: 44px;
	position: relative;

}

#feature-header-upper h4{
	color: #fff;
	margin-top: 11px;
	margin-bottom: 11px;
	margin-left: 20px;
}

#feature-header-upper p{
	margin-left: 20px;
}
#feature-header-upper img{
	margin-top: 20px;
}

.feature-header-container{
	margin: 0px auto;
	display: inline-block;
	position: relative;
}

.feature-header-container .btn{
	position: absolute;
	bottom: -69px;
}

#feature-header-lower{
	background: url('../img/plan_background4.jpg');
	background-size: cover;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	background-color: #2d2d2d;
	color: #fff;
	padding-top: 22px;
	padding-bottom: 22px;
}

.feature-selection{
	position: relative;
	cursor: pointer;
}

.feature-selection i{
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
	display: block;
}

.feature-selection:hover i{
	-moz-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.feature-selection h5{
	margin-top: 11px;
}

.feature-selection .arrow-down{
	position: absolute;
	bottom: -40px;
	left: 42%;
	display: none;
}

.active-feature .arrow-down{
	display: block;	
	position: relative;
	z-index: 2;
}

#feature-detail-holder{
	background-color: #fff;
	padding-top: 44px;
	padding-bottom: 44px;
	min-height: 506px;
	max-height: 507px;
	position: relative;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

#feature-detail-holder .row{
	position: relative;
}

.feature-detail{
	display: none;
	position: absolute;
}

.active-feature-detail{
	display: block;
}

.feature-detail h4{
	margin-bottom: 22px;
}	

.feature-detail p{
	margin-bottom: 22px;
}

.feature-detail ul{
	margin-bottom: 0px;
	list-style: none;
}

/****************** GALLERY **********************************/

#gallery-holder{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	min-height: 500px;
}

.gallery-filter{
	list-style: none;
	display: inline-block;
	margin-bottom: 0px;
}

.gallery-filter li{
	float: left;
	margin-right: 22px;
}

.gallery-filter li:last-child{
	margin-right: 0px;
}

.gallery-filter .btn{
	border: 1px solid;
	border-color: color: #2d2d2d;
	color: #2d2d2d;
	margin-bottom: 20px;
}

.gallery-filter .arrow-down{
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #295b80;
	margin: 0px auto;
	display: none;
	margin-bottom: 44px;
}

.active-filter .btn{
	background-color: #2d2d2d;
	color: #fff;
	border-color: none;
}

.active-filter .arrow-down{
	display: block;
}

.gallery-slideshow{
	display: none;
	overflow: hidden;
	padding-bottom: 88px;
	position: absolute;
}

.active-gallery{
	display: block;
}

.gallery-slideshow .btn{
	margin-right: 11px;
}

.gallery-slideshow img{
	margin-left: 0px;
}

.platform-icons{
	list-style: none;
	overflow: hidden;
	margin-bottom: 22px;
	margin-top: 11px;
}

.platform-icons li{
	float: left;
	margin-right: 11px;
}

.platform-icons li:last-child{
	margin-right: 0px;
}

.platform-icons li i{
	font-size: 2em;
	color: #222;
}

.offset-device{
	position: absolute;
	top: 60px;
	right: 120px;
}

.gallery-detail{
	text-align: left;
}

.gallery-detail .container{
	width: 80%;
}

.gallery-detail h3{
	margin-bottom: 11px;
}

/****************** PRICING **********************************/

#pricing{
	background-color: #ddd;
	padding-bottom: 44px;
}

.pricing-table{
	overflow: hidden;
	color: #fff;
	border-radius: 7px;
	background-color: #306b97;
	border-bottom: 5px solid #295b80;;
	margin-bottom: 22px;
	padding-top: 22px;
	padding-bottom: 22px;
}

.pricing-emphasis{
	background-color: #2d2d2d;
	border-bottom: 5px solid #000000;
}

.pricing-mid{
	padding-top: 66px;
}

.pricing-mid h4{
	padding-top: 5px;
}

.pricing-bottom .btn{
	margin-bottom: 24px;
}

.pricing-bottom h1{
	font-size: 4.4em;
}

.pricing-bottom div{
	float: right;
	position: relative;
	clear: both;
}

.pricing-table h3{
	margin-bottom: 22px;
}

/****************** PRESS ***********************************/

/*
#press{
	background: url('../img/templelab1.jpg');
	background-size: cover;
	height: 600px;
	overflow: hidden;
	margin-top: 65px;
}*/


#press{
	background: url('../img/prsby3.jpg');
	background-size: cover;
	height: 1600px;
	overflow: hidden;
	margin-top: 65px;
}

.review-holder{
	margin-top: 11px;
}

.review-holder i{
	font-size: 1.2em;
}

.review-holder h6{
	margin-top: 11px;
	color: #555;
}

/****************** F.A.Q ***********************************/

#faq{
	background: url('../img/templelab1.jpg');
	background-size: cover;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
}

#faq .section-preamble p{
	color: #000;
}

.question-wrapper{
	text-align: center;
	margin-bottom: 22px;
	max-height: 51px;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.open-question{
	max-height: 400px;
}

.question{
	overflow: hidden;
	min-width: 301px;
}

.question i{
	font-size: 2em;
	margin-right: 11px;
}

.question h5{
	color: #fff;
	font-weight: normal;
	padding-top: 3px;
}

.answer-wrapper{
	margin: 0px auto;
}

.answer-wrapper .arrow-up{
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	margin: 0px auto;
}

.answer{
	padding: 15px;
	background-color: #fff;
	border-radius: 4px;
}

.answer p{
	margin: 0px;
	text-align: left;
}

#form-preamble h3{
	margin-bottom: 22px;
	color: #fff;
	border-color: #c5c5c5;
	border-style: solid, 2px;
}

#form-preamble ul{
	display: inline-block;
	list-style: none;
	overflow: hidden;
	margin-bottom: 22px;
}

#form-preamble li{
	float: left;
	margin-right: 22px;
}

#form-preamble li:last-child{
	margin-right: 0px;
}

#form-preamble li i{
	font-size: 2.5em;
	color: #3ce75a;
}

#faq-form{
	background-color: #ddd;
	border-radius: 4px 4px 0px 0px;
	padding: 15px;
	overflow: hidden;
}

#faq-form #name{
	width: 48%;
	float: left;
	margin-bottom: 11px;
}

#faq-form #email{
	width: 48%;
	float: right;
	margin-bottom: 11px;
}

#faq-form #question-text{
	margin-bottom: 11px;
}

#faq-form #question-ask{
	border-right: none;
	border-top: none;
	border-left: none;
	min-width: 100px;
}

#details-error{
	display: none;
	padding: 10px;
	color: #fff;
	background-color: #da3a3a;
	margin-top: 11px;
	border-radius: 4px;
	border-bottom: 3px solid #982929;
}

#form-sent{
	display: none;
	padding: 10px;
	color: #fff;
	background-color: #2db72a;
	margin-top: 11px;
	border-radius: 4px;
	border-bottom: 3px solid #228d20;
}


/****************** FOOTER **********************************/

#footer{
	background: url('../img/plan_background3.jpg');
	background-size: cover;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
}

#footer a{
	color: #fff;
}

#footer h5{
	font-weight: normal;
	margin-bottom: 11px;
}

#footer-menu{
	overflow: hidden;
	list-style: none;
}

#footer-menu li{
	font-size: 0.875em;
}	

#footer-menu li a{
	font-family:'Montserrat';
}

#footer p{
	color: #ddd;
}

#footer input[type="submit"]{
	border-right: none;
	border-left: none;
	border-top: none;
}

#social{
	overflow: hidden;
	list-style: none;
	display: inline-block;
}

#social li{
	float: left;
	margin-left: 11px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
}

#social li i{
	font-size: 2em;
	color: #fff;
}

#social li:hover{
	bottom: 2px;
}