body, html {
  margin: 0;
  font-family: "source-sans-pro",sans-serif;
  color: #8b8b96;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
  	font-weight: 300;
}

h1, h2, h3 {
	font-family: "ff-dax-web-pro", sans-serif;
	font-weight: 300;
	color: #f86a20;
}

h2 {
	font-size: 40px;
	line-height: 54px;
	margin-bottom: 20px;
}

h4 {
	font-size: 24px;
	line-height: 34px;
	color: #4a4a4a;
	font-weight: 600;
}

h4 span {
	font-weight: 300;
	color: #f86a20;
}

a {
	color: #3384d0;
}

.padding {
  padding-top: 50px;
}

.btn-primary {
color: #FFF;
background-color: #3384D0;
border-color: #3384D0;
}

@media (max-width: 500px) {
	h2 {
		font-size: 30px;
		line-height: 44px;
	}
}

/* HEADER */

header .logo {
	background-image: url('../images/bt_logo.png');
	background-repeat: no-repeat;
	height: 35px;
	width: 150px;
}

/******* TOP *******/

#top {
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	text-align: center;
}

.mobile-top-img {
	display: none;
}


/* TOP 2560 x 1440 */

@media (max-width: 2560px) {

header {
	border-bottom: 1px solid #f5f5f5;
	padding: 30px 0px;
	height: 100px;
	width: 100%;
	margin-bottom: 90px;
	background-color: transparent;
}

#top {
	height: 1130px;
	background-image: url('../images/top_2560.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	text-align: center;
}

#top .arrow {
	width: 30px;
	text-align: center;
	margin: 35px auto 0px;
	border-radius: 50%;
}

/* END */

}

/* TOP 1920 x 1080 */

@media (max-width: 1920px) {

header {
	border-bottom: 1px solid #f5f5f5;
	padding: 20px 0px;
	height: 80px;
	width: 100%;
	margin-bottom: 40px;
	background-color: transparent;
}

#top {
	height: 930px;
	background-image: url('../images/top_1920.jpg');
}

#top .arrow {
	width: 30px;
	text-align: center;
	margin: 25px auto 0px;
	border-radius: 50%;
}

}

/* TOP 1440 x 900 */

@media (max-width: 1440px) {

header {
	border-bottom: 1px solid #f5f5f5;
	padding: 20px 0px;
	height: 80px;
	width: 100%;
	margin-bottom: 40px;
	background-color: transparent;
}

#top {
	height: 730px;
	background-image: url('../images/top_1440.jpg');
}

#top .arrow {
	width: 30px;
	text-align: center;
	margin: 25px auto 0px;
	border-radius: 50%;
}

}

/* TOP 1200 x 900 */

@media (max-width: 1200px) {

header {
	border-bottom: 1px solid #f5f5f5;
	padding: 20px 0px;
	height: 80px;
	width: 100%;
	margin-bottom: 40px;
	background-color: transparent;
}

#top {
	height: 720px;
	background-image: url('../images/top_1200.jpg');
}

#top .arrow {
	width: 30px;
	text-align: center;
	margin: 25px auto 0px;
	border-radius: 50%;
}

}

/* TOP -- TABLET AND BELOW */

@media (max-width: 768px) {

header {
	border-bottom: 1px solid #f5f5f5;
	padding: 20px 0px;
	height: 80px;
	width: 100%;
	margin-bottom: 60px;
	background-color: transparent;
}

#top {
	height: 800px;
	background-image: url('../images/top_768.jpg');
}

#top .arrow {
	width: 30px;
	text-align: center;
	margin: 25px auto 0px;
	border-radius: 50%;
}

}

@media (max-width: 767px) {

header {
	border-bottom: 1px solid #f5f5f5;
	padding: 20px 0px;
	height: 80px;
	width: 100%;
	margin-bottom: 60px;
	background-color: transparent;
}

#top {
	height: auto;
	background-image: none;
}

#top .arrow {
	width: 30px;
	text-align: center;
	margin: 25px auto 0px;
	border-radius: 50%;
}

.mobile-top-img {
	display: inline;
}

.mobile-top-img img {
	width: 100%;
}

}

/**/

#top .text {
}

#top h1 {
	margin-top: 0px;
	font-family: "ff-dax-web-pro", sans-serif;
	font-size: 48px;
	color: #f86a20;
	line-height: 60px;
	font-weight: 300;
}

#top p {
	margin: 0px auto;
	font-size: 20px;
	font-weight: 300;
	line-height: 38px;
	width: 80%;
}

#top span {
	color: #8b8b96;
	font-weight: 300;
	font-size: 36px;
}

#top .top-t-img img {
	position: relative;
	z-index: -1;
	width: 100%;
}

.top-img img {
	width: 100%;
}

/*
	INTRO SECTION
*/


#themes {
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #ffffff 10%, #ffffff 90%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(10%,#ffffff), color-stop(90%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#ffffff 10%,#ffffff 90%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#ffffff 10%,#ffffff 90%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#ffffff 10%,#ffffff 90%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#ffffff 10%,#ffffff 90%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	padding: 80px 0px 0px;
	border-top: 5px solid #ececec;
}

#themes .intro-text {
/*	border-bottom: 1px solid #ccc;*/
	margin-bottom: 60px;
}

#themes .intro-text span {
	color: #444;
	text-align: left;
	font-size: 26px;
	line-height: 50px;
	margin-bottom: 30px;
	display: block;
}

#themes .intro-text p {
	font-size: 18px;
}

#themes .themes {
	padding-bottom: 40px;
}

#themes .no-bottom-padding {
	padding-bottom: 0px;
}

#themes .login-info {
	margin-top: 20px;
}

#themes .login-info span {
	margin-right: 10px;

}

#themes .theme1 {
	position: relative;
	min-height: 636px;
	border: 2px solid #d6d6da;
	border-radius: 10px;
}

#themes .theme1 .container {
	width: 100%;
	padding: 30px;
}

#themes .theme1 .cta {
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
	padding: 0px 30px;
	text-align: center;
}


#themes .theme2 {
	position: relative;
	min-height: 636px;
	border: 2px solid #d6d6da;
	border-radius: 10px;
}

#themes .theme2 .container {
	width: 100%;
	padding: 30px;
}

#themes .theme2 .cta {
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
	padding: 0px 30px;
	text-align: center;
}


#themes .themes img {
	text-align: center;
	width: 100%;
	max-width: 540px;
	margin: 0px auto;
}

#themes .themes .btn {
	width: 100%;
/*	margin: 20px 0px 30px;*/
}

/* LINES */



#themes .lines {
	margin-top: -40px;
}

#themes .lines .line-box-left {
	width: 100%;
	height: 80px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-bottom-left-radius: 10px;
}

#themes .lines .line-box-right {
	width: 100%;
	height: 80px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-bottom-right-radius: 10px;
}

#themes .vline1 .vline-left {
	margin: 0px auto;
	height: 80px;
	border-top-right-radius: 20px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#themes .vline1 .vline-right {
	margin: 0px auto;
	height: 80px;
	border-top-left-radius: 20px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#themes .vline2 .vertline {
	margin: 0px auto;
	height: 100px;
}

@media (max-width: 767px) {

	#themes {
		padding: 40px 0px 0px;
	}

	#themes .intro-text {
		margin-bottom: 10px;
	}

	#themes .intro-text span {
		font-size: 20px;
		line-height: 40px;
	}

	#themes .theme1 {
		margin-bottom: 20px;
	}

	#themes .lines {
		display: none;
	}

	#themes .vline1 {
		display: none;
	}

	#themes .vline2 {
		display: none;
	}
}

/*
	FEATURES
*/

#features .vline {
	margin: 0px auto;
	height: 100px;
	border-right: 1px solid #ccc;
}

#features .linedot {
	margin: 0px auto 0px -2px;
	text-align: center;
}

#features .linedot .dot {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 2px solid #fff;
}

#features {
	color: #8b8b96;
	text-align: center;
	padding: 0px 0px 55px;
	background-color: #363D45;
}

#features .title {
	color: #ccc;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 70px;
}

#features .title h2 {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
	display: inline-block;
	width: 136px;
	color: #FFF;
}

#features .feature {
	margin: 0px auto 30px;
	border-radius: 5px;
	max-width: 500px;
	border: 1px solid #ececec;
	background-color: #fafafa;
	height: 220px;
	padding: 40px 20px 30px;
}

#features .feature img {
	margin: 0px auto;
	display: block;
	margin-bottom: 20px;
	height: 40px;
}

#features .feature strong {
	color: #4a4a4a	;
}

/* COMING SOON */

#comingsoon {
	min-height: 710px;
	position: relative;
	text-align: center;
	width: 100%;
	background-color: #363d45;
	background-image: url('../images/coming_soon_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
}

#comingsoon .title {
	border-top: 2px dotted rgba(255,255,255,0.2);
	padding-top: 60px;
	color: #ccc;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 70px;
}

#comingsoon .title h2 {
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
	display: inline-block;
	width: auto;
	color: #FFF;
}

#comingsoon .title p {
	margin-bottom: 40px;
}

#comingsoon .graphic {
	width: 800px;
	margin: 0px auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #363d45;
}

#comingsoon .graphic img {
	margin-bottom: -40px;
}

@media (max-width: 768px) {

	#comingsoon {
		min-height: 570px;
		background-size: 100%;
	}

	#comingsoon .title {
		padding-top: 20px;
	}

	#comingsoon .graphic { display: none; }
}

/* CHANGE THEME */


#change-theme {
	padding: 100px 0px 0px;
	text-align: center;
}

#change-theme .title h2 {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 15px;
/*	border-bottom: 1px solid #CCC;*/
	display: inline-block;
}

#change-theme .title {
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 100px;
}

@media (max-width: 767px) {
	#change-theme {
		text-align: left;
		padding: 0px 0px;
	}

	#change-theme .title h2 {
		text-align: left;
		margin-bottom: 0px;
	}

	#change-theme .title {
		font-size: 16px;
		line-height: 30px;
		text-align: left;
		margin-bottom: 40px;
	}
}



/* FAQS */

#faqs {
	background-color: #fafafa;
	padding: 60px 0px;
	border-top: 1px solid #ddd;
}
#faqs .faqs {
	text-align: left;
}

#faqs .faqs .title span {
	width: 36px;
	height: 36px;
	font-size: 20px;
	line-height: 20px;
	padding: 5px 0px;
	margin-right: 15px;
	text-align: center;
	font-weight: 500;
	color: #f86a20;
	float: left;
	border: 3px solid #f86a20;
	border-radius: 50%;
}

#faqs .faqs .title {
	padding-bottom: 15px;
	margin-bottom: 0px;
/*	border-bottom: 2px dotted #ccc;*/
	text-align: left;
}

#faqs .faqs .panel-heading {
	color: #4a4a4a;
	background-color: #fff;
	border-color: #CCC;
}

#faqs .faqs .panel-title {
	font-weight: 500;
	color: #4a4a4a;
}

#faqs .faqs .cta {
	font-weight: 500;
}

#faqs .faqs .cta span {
	margin-left: 10px;
	font-size: 14px;
}



/* FORM */


/*.form {
	display: none;
}

label {
	font-weight: 500;
	font-size: 18px;
	color: #4a4a4a;
}

.form-control {
display: block;
width: 100%;
height: 50px;
padding: 6px 12px;
font-size: 18px;
line-height: 1.42857143;
color: #555;
background-color: #FFF;
background-image: none;
border: 1px solid #CCC;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/


/* FOOTER */

footer {
	text-align: center;
	width: 100%;
	background-color: #363d45;
	padding: 40px 0px;
}

footer .logo {
	float: left;
}

footer .social {
	float: right;
}

footer img {
	height: 30px;
	margin-right: 5px;
}
