@import url("http://fonts.googleapis.com/css?family=Droid+Sans|Oswald");
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
html, body {
	overflow-x: hidden
}
body {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	color: #000
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}
h1, h2, h3 {
	margin: 20px 0 10px 0
}
h4, h5, h6 {
	margin: 10px 0
}
h1 {
	font-size: 36px
}
h2 {
	font-size: 30px
}
h3 {
	font-size: 18px
}
h4 {
	font-size: 16px
}
h5 {
	font-size: 14px
}
h6 {
	font-size: 12px
}
p {
	margin: 0 0 10px
}
a {
	color: #34495e;
	text-decoration: none
}
a:hover {
	color: #34495e;
	font-weight: bold;
	text-decoration: none
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
img, video {
	display: block;
	max-width: 100%;
	height: auto
}
li {
	list-style: none
}
h1.title {
	margin: 10px 0 10px 0
}
.logo {
	width: 400px;
	padding-top: 20px;
	margin: 0 auto 0 auto
}
.bg {
	background: #f7f7f7;
	padding: 1em 0 2em 0
}
.spacer {
	margin-top: 2em
}
.blue {
	background: #34495e;
	padding: 50px 0
}
.blue h2, .blue p {
	color: #fff
}
.price {
	color: #34495e;
	background: #f8f8f8;
	font-size: 24px;
	font-weight: bold;
	padding: 0em 0 0 5px
}
.price small {
	color: #596067;
	font-size: 14px;
	font-weight: 300;
	margin-right: 5px
}
.ghost {
	margin: 0;
	padding: 0
}
.ghost-button {
	color: #000;
	background: #fff;
	border: 1px solid #000;
	padding: 5px 5px;
	font-weight: bold;
	margin: 0;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	min-width: 18%
}
.ghost-button:hover, .ghost-button:active {
	color: #fff;
	background: #000
}
.mainimg{ width:100%}
.carousel{
	position:relative;
	margin-top:10px;
}
.carousel img {
	float: left;
	display: block;
	width: 25%;
}
.carousel img{
	height:auto;
	cursor:pointer;
}
.tabs {
	margin: 0;
	padding: 0;
	outline: 0;
	text-align: left
}
.tabs>input {
	position: absolute;
	display: none
}
.tabs>label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s
}
.tabs>input:checked+label {
	cursor: default
}
.tabs>ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.tabs>ul>li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 30px 40px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s
}
.tabs>.tab-content-first:checked ~ ul .tab-content-first, .tabs>.tab-content-2:checked ~ ul .tab-content-2, .tabs>.tab-content-last:checked ~ ul .tab-content-last {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-webkit-transform: rotate(0deg)
}
.tabs-height-auto>ul {
	height: auto!important
}
.tabs-height-auto>ul>li {
	position: static;
	display: none;
	height: auto!important
}
.tabs-height-auto>.tab-content-first:checked ~ ul .tab-content-first, .tabs-height-auto>.tab-content-2:checked ~ ul .tab-content-2, .tabs-height-auto>.tab-content-last:checked ~ ul .tab-content-last {
	display: block
}
.tabs-steps>label {
	cursor: default
}
.tabs>label {
	padding: 0 20px;
	background: #e5e5e5;
	font-size: 16px;
	font-weight: bold;
	line-height: 49px
}
.tabs>label:hover {
	background: #f2f2f2
}
.tabs>input:checked+label {
	background: #fff
}
.tabs>ul {
	background: #fff;
	text-align: left
}
.tabs-steps>label:hover {
	background: #e5e5e5
}
.tabs2 {
	padding: 5px;
	background: #34495e
}
.tabs2>label {
	margin-right: 0;
	margin-bottom: 0;
	background: 0;
	border-radius: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #fff;
	opacity: 1
}
.tabs2>label:hover {
	background: rgba(255,255,255,0.2)
}
.tabs2>input:checked+label {
	padding-bottom: 0;
	background: #fff;
	color: #000
}
.tabs2>ul {
	margin: 0 -5px -5px;
	border-radius: 0;
	box-shadow: none
}
.footer {
	background: #34495e;
	margin-top: 2em;
	padding-bottom: 2em;
	color: #fff
}
.footer a {
	color: #fff;
	font-weight: normal
}
.footer a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none
}
h2.lead {
	margin: 10px 0 20px 0;
	font-size: 30px;
	color: #fff;
	border-bottom: 2px solid #d7dd23
}
.dl-footer dt {
	float: left;
	margin-bottom: 10px;
	padding-top: 2px
}
.dl-footer dd {
	padding-left: 40px;
	color: #fff
}
.dl-footer dd:before, .dl-footer dd:after {
	content: " ";
	display: table
}
.dl-footer dd:after {
	clear: both
}
.dl-footer dd:before, .dl-footer dd:after {
	content: " ";
	display: table
}
.dl-footer dd:after {
	clear: both
}
.social_links {
	margin: 0;
	padding: 0
}
.social_links li {
	list-style: none;
	float: left
}
.social_links li i {
	font-size: 26px
}
.social_links a {
	display: block;
	margin: 0 5px 5px 0;
	padding: 0 0 0 20px;
	min-width: 250px;
	line-height: 57px;
	font-size: 22px;
	color: #fff
}
.social_links li a:hover {
	background-color: rgba(0,0,0,0.3)
}
.twitter {
	background: rgba(0,0,0,0.7)
}
.facebook {
	background: rgba(0,0,0,0.7)
}
.gal_img, .gal_title, .gal_price, .gal_button {
	text-align: center
}
.gal_title {
	font-size: 16px;
	font-weight: bold;
	max-width: 220px;
	min-height: 60px;
	margin: 0 auto 0 auto
}
.gal_title a:hover {
	text-decoration: underline
}
.gal_price {
	color: #000;
	padding: 5px 5px;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 0 auto;
	min-width: 120px;
	text-align: center
}
.gal_price a:hover, .gal_price a:active {
	color: #fff;
	background: #000;
	padding: 5px 25px
}
.gal_img>a>img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	max-height: 225px!important;
	max-width: 225px!important
}

@media screen and (max-width:400px) {
.ghost-button {
	padding: 10px 10px;
	font-weight: bold
}
}

@media screen and (max-width:650px) {
.ghost-button {
	padding: 10px 10px;
	font-weight: bold
}
}

@media screen and (max-width:767px) {
.tabs2>ul {
	margin-top: 5px
}
.tabs>label {
	display: block
}
.tabs>.right {
	float: none
}
}
