/* For mobile phones ----------------------------------------------------------- */
@charset "UTF-8";
html {
	background-image: url(../images/backgroundSub.jpg);
	background-image: none\9;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #b1c2c9;
	background-size: cover !important;
	width: 100%;
	height: 100%;
}
body {
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 300;  	
	background-color: transparent;
	min-height: 100%;
	background-image: url(../images/backgroundSubFinal.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom:40px;
	position:relative;
	line-height:0;
}
.container-fluid {
}
p {
	font-size: 1.143em; /* 14px */
	line-height: 1.4286em; /* 20px */
}
a {
	color: #adc1c8;
	font-weight: 300;
}
a:hover {
	color: white;
	text-decoration: none;
	font-weight: 300;
}
a:visited {
	text-decoration: none;
}
h1 {
	font-weight: 700;
	font-size: 1.4375em;
}
h2 {
	font-weight: 500;
	font-size: 1.25em;
}
h3 {
	font-size: 1.143em;
	font-weight: 700;
	line-height: 1.429em;
}
b {
	font-weight: 700;
}
.textContainer a {
	color: #00beb7;
}
.textContainer a:hover {
	text-decoration: underline;
}
.textContainer {
	margin-bottom:30px;
}
.socialContainer {
	margin-top: 4%;
	margin-bottom: 4%;
	/* display: inline-block; */
	text-align: right;
}
.shareText {
	color: #627686;
	padding-top: 3px;
	display: inline;
	font-weight: 300;
}
.socialHolder {
	display: inline;
}
.social {
	padding-left: 10px;
	width: 36px;
	height: 26px;
}
.socialHolder a .social:hover {
	opacity: 0.5;
}
#logo {
	text-align: center;
}
#logo .logoShield {
	padding-top: 0px;
}
.goText {
	color: #FFFFFF;
	padding-top: 2%;
	text-align: center;
	/* [disabled]float: right; */
}
.footerText {
	color: #627686;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 300;
	font-size:0.9em;
}
.nav.navbar-nav li a {
	color: #a5b7be; /*  #adc1c8 */
	color: #627686\9; /*  #adc1c8 */
	font-weight: 300;
	font-size: 1.1429em;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
	color:#a5b7be;
	color: #627686\9; /*  #adc1c8 */
}
.nav.navbar-nav li a:hover {
	color: #00beb7 !important;
}
.nav.navbar-nav li a:active {
	color: #00beb7;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
}
.navbar-default {
	border-width: 0px;
}
.headline {
	margin-bottom: 2%;
}
.navbar-transparent {
    background: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
}
.navbar {
	margin-bottom:0;
}
.navbar-collapse {
	padding-left:0px;
	padding-right:0px;
}
.mark {
	max-width: 80%;
	max-height: 80%;
	background-color: transparent;
    padding: 0px;
}
.footer {
	position: absolute;
	right:0;
	bottom:0;
	left:0;
	height:40px;
}
.footer p {
	line-height:0px;
}

/* Submenu - Ton */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* accordion ----------------------------------------------------------- */
.panel-title a {
	font-weight: 700;
	color: #394a59;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px solid #ddd;
}
.panel {
	border-bottom: 1px solid #adc1c8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: transparent;
	box-shadow: none;
}
.panel-default > .panel-heading {
    background-color: transparent;
	border-bottom: 1px;
}
.panel-group .panel {
    border-radius: 0px;
}
.glyphicon-arrow-right {
	padding-left: 10px;
	padding-top: 2px;
}
.publicity {
	background-color: transparent;
}
.list-group-item {
	border-bottom: 1px solid #adc1c8;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	float: left;
	padding-left: 0px;
	width: 100%;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item.publicity a {
	color: #394a59;
}
.list-group-item.publicity a:hover {
	color: #00beb7;
	text-decoration: none;
}
.list-group-item.publicity:last-child {
	margin-bottom:30px;
}
.glyphicon-play {
	color: #FFFFFF;
	font-size: 2em;
	vertical-align: middle;
	/* [disabled]margin-right: 20px; */
	padding-right: 15px;
}
.media {
	background-color: #394a59;
	padding:10px;
	
}
.media-body {
	color: #FFFFFF;
}
.movie {
	margin-bottom: 3%;
}
.media a {
	float:left;
}
.media a:hover {
	text-decoration: none;
}
.media a .media-left.glyphicon.glyphicon-play:hover {
		color: #00beb7;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
}
.price {
	font-style: italic;
	color: #adc1c8;
	margin-bottom: 0px;
}
.priceBold {
	font-weight: 700;
	font-size: 1.4em;
}
.product {
	border-top: 1px solid #fff;
	padding-top: 10px;
}
.contact {
	float:right;
}
.offer {
	font-style: italic;
	font-weight: 500;
	/* [disabled]float: none; */
}
.goToContainer a {
	float: right;
}
.goToContainer a:visited {
	text-decoration:none;
}
.news {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #00beb7;
	color: #fff;
	margin-top: 3%;
	margin-bottom: 3%;
}
.news h2 {
	margin-top: 0px;
}
.news p {
	margin-bottom: 0px;
}
.imageContainer img {
	margin-bottom: 3%;
	width: 100%;
}
.photoText   {
	padding-bottom: 15px;
	font-weight: 300;
	font-style: italic;
	font-size: 1em;
}
ol {
		font-size: 1.143em; /* 14px */
	line-height: 1.4286em; /* 20px */
}
.small img {
	max-width: 21.8%;
	margin-right: 3%;
}
.small img:last-child {
	margin-right: 0%;
}
.big img {
	width: 100%;
}
.big {
	margin-bottom: 20px;
}

/* tabs ----------------------------------------------------------- */
.nav-tabs {
    border-bottom: 0px;
	margin-bottom:15px;
}
.nav-tabs li:hover, .nav-tabs li:visited {
	opacity: 1;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active  {
    border-radius: 0px 0px 0 0;
    background-color:transparent;
	margin-right: 0px;
	margin-bottom: -2px;
	color:#394a59;
}
.nav-tabs > li > a.orderNow , .nav-tabs > li > a.orderNow:hover, .nav-tabs > li > a.orderNow:focus, .nav-tabs > li > a.orderNow:active  {
    border-radius: 0px 0px 0 0;
    background-color:transparent;
	margin-right: 0px;
	margin-bottom: -2px;
	color:#00beb7;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:visited {
	opacity: 1;
    background-color:transparent;
	border-color: #394a59;
	border-bottom-width: 0px;
}

.nav-tabs .active {
	opacity: 1;
}
.myTab {
	opacity: 0.5;
    background-color:transparent;
	border-bottom: 1px solid #394a59;
	width:25%;
	text-align:center;
}
.myTab.active {
	border-bottom: 0px solid red;
}
.nav-tabs .glyphicon-arrow-right {
    padding-top: 0px;
	margin-top: -1px;
	top:2px;
}
.listItalic {
	font-style: italic;
}
.specImage {
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.indent {
	padding-left: 20px;
}
.hrGray {
	border-color: #adc1c8;
}
.textGreen {
	color: #00beb7;
}
.center {
	text-align: center;
}
#pane4 h1 {
	font-weight: 900;
	font-size: 1.7em;
	line-height: 1.35em;
}
.icons {
	float: right;
}
.icons img {
	margin-left: 10px;
}
a.print-preview {
	cursor:pointer;
}
.contactText {
	margin-bottom:30px;
}
.featuring {
	padding-left:0px;
}
#pane4 .AL39 {
	padding-top: 10%;
	padding-bottom: 10%;
}
.quote {
	font-size: 2em;
	opacity:0.5;
}
.client {
	font-style: italic;
	color:#00beb7;
}
#otherProducts {
	margin-top:50px;
	border-top: solid 1px #adc1c8;
}
#otherProducts a {
	color:#627686;
}
#otherProducts a:hover {
	color:#00beb7;
}
#otherProductsBottom {
	margin-top:60px;
}
#otherProductsBottom a {
	padding-right: 10px;
}
.gallery {
	margin-bottom: 30px;
}
.navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

.navbar .navbar-collapse {
        text-align: center;
    }
.stacked {
	display:none;
}
.subline {
	padding-top: 10px;
}
.map {
 	border: 0px;
 }
 .buyNow {
	 padding-bottom:20px;
 }
 .icons img {
	margin-left: 0px;
 }
 .icons button {
	border: none;
	background:none;
 }
 .icons img:hover {
	 opacity:0.5;
 }
 .quoteText {
	 margin-bottom: 6%;
 }
 .quote:nth-child(2) {
 	vertical-align: -5px;
 }
 .testimonialHeading {
	 padding-left:0px;
	 padding-right:0px;
}
.testimonialBody {
	padding-left:0px;
	padding-right:0px;
}
.testimonialTopHeading {
	padding-top:13px;
}
h3.transformerHeading
  {
	  margin-bottom: 0px;
  }
.transformerList {
	list-style:none;
	padding-left:0;
	padding-top:10px;
	padding-bottom:10px;
	border-top: 1px solid #adc1c8;
	border-bottom: 1px solid #adc1c8;
	margin-top:20px;
	margin-bottom:30px;
}
 .dealers {
	 border-bottom: solid 1px #adc1c8;
	 padding: 5px 0
 }
.dealersImage {
	margin-bottom: 20px;
}
.dealersBottom {
	margin-bottom: 40px;
}

/*a.print-preview {
	cursor: pointer;
	display: block;
	line-height: 20px;
	margin: -42px 0 20px;
	padding: 0 0 0 35px;
	background-image: url(../images/icon-print.png);
	background-repeat: no-repeat;
}*/

/* For iPhone 4 ----------------------------------------------------------- */
@media screen and (max-width:320px){
#logo .logoShield {
	width: 96px;
	height: 180px;
}
.container.socialContainer.col-lg-12 {
	margin-top: 7%;
}
.footerTextBottom.hidden-lg {
	font-size: 0.85em;
}
.shareText {
	font-size: 0.85em;
}
.social {
	padding-left: 5px;
	width: 31px;
}
.goText  {
	margin-top: 0px;
}
.thumbnail  {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.mark {
	max-width: 60%;
	max-height: 60%;
	margin-bottom: 10px;
}
.imageContainer {
	margin-top:20px;
	margin-top:20px;
}
.navbar .navbar-collapse {
	text-align:left;
    padding-left: 30px;
    }


/* tabs ----------------------------------------------------------- */
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active  {
}
.nav > li > a {
    padding: 10px 2px;
}
.myTab .orderNow .glyphicon.glyphicon-arrow-right {
	font-size: 70%;
	margin-left: 0px;
	padding-left: 3px;
	vertical-align: 2px;
}
.socialContainer {
	float:right;
}


 stacked tabs 
.stacked {
	display:block;
}
.myTab {
	width:100%;
	border-top:solid 1px #394a59;
	border-bottom:solid 1px #394a59;
	opacity:0.5;
}
.nav-tabs li a {
	font-size: 1em;
	border-width:0px;
}
.nav-tabs li {
	margin-bottom:10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-width: 0px;
	border-bottom-width:1px;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
    border-width: 0px;
    opacity: 1;
	margin-bottom: 0px;
}
.myTab .active {
	border-left:0px;
	border-right:0px;
	opacity: 1;
}
.footer p {
	line-height:20px;
}
}

/* For iPhone 6 ----------------------------------------------------------- */
@media screen and (min-width:322px) and (max-width:414px){
.nav-tabs > li > a {
    font-size:0.75em;
}
.navbar .navbar-collapse {
	text-align:left;
    padding-left: 30px;
    }

 stacked tabs 
.stacked {
	display:block;
}
.myTab {
	width:100%;
	border-top:solid 1px #394a59;
	border-bottom:solid 1px #394a59;
	opacity:0.5;
}
.nav-tabs li a {
	font-size: 1em;
	border-width:0px;
}
.nav-tabs li {
	margin-bottom:10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-width: 0px;
	border-bottom-width:1px;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
    border-width: 0px;
    opacity: 1;
	margin-bottom: 0px;
}
.myTab .active {
	border-left:0px;
	border-right:0px;
	opacity: 1;
}
.footer p {
	line-height:20px;
}
}
@media screen and (min-width:322px) and (max-width:533px){
.navbar .navbar-collapse {
	text-align:left;
    padding-left: 30px;
    }
	
 stacked tabs 
.stacked {
	display:block;
}
.myTab {
	width:100%;
	border-top:solid 1px #394a59;
	border-bottom:solid 1px #394a59;
	opacity:0.5;
}
.nav-tabs li a {
	font-size: 1em;
	border-width:0px;
}
.nav-tabs li {
	margin-bottom:10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-width: 0px;
	border-bottom-width:1px;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
    border-width: 0px;
    opacity: 1;
	margin-bottom: 0px;
}
.myTab .active {
	border-left:0px;
	border-right:0px;
	opacity: 1;
}
}
/* For tablets ----------------------------------------------------------- */
@media screen and (orientation:landscape) and (min-width:322px) and (max-width:768px){
.mark {
	max-width: 40%;
	max-height: 40%;
	margin-bottom: 10px;
}
.socialContainer {
	float:right;
}
.glyphicon-arrow-right {
	padding-left: 5px;
}
div.tabs {
	margin-top: 40px;
}
.navbar .navbar-collapse {
	text-align:left;
    padding-left: 30px;
    }
.footer p {
	line-height:20px;
}

/* #logo {
	width: 100%;
} */
}

/* For tablets ----------------------------------------------------------- */
@media screen and (orientation:landscape) and (min-width:768px){
}

/* For desktop ----------------------------------------------------------- */
@media screen and (orientation:landscape) and (min-width:1200px){
.socialContainer {
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: right;
}
.shareText {
	color: #627686;
	padding-top: 3px;
	display: inline;
	font-weight: 300;
}
.socialHolder {
	display: inline;
}
.social {
	padding-left: 10px;
	width: 36px;
	height: 26px;
}
.socialHolder a .social:hover {
	opacity: 0.5;
}
.goText {
	color: #FFFFFF;
	padding-top: 2%;
	target: _blank;
	text-align:left;
}
.footerText {
	color: #627686;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 300;
}
}


/*for big screens ----------------------------------------------------------- */
@media screen and (min-width:1500px){
	
}


@media screen and (min-width:322px) and (max-width:1199px){
.mark {
	margin-bottom:10px;
}
.glyphicon-arrow-right {
	padding-left: 5px;
}
.nav-tabs > li > a {
    padding-left:3px;
    padding-right:3px;
}
.subline {
	height:100px !important;
}
}

@media screen and (min-width:650px) and (max-width:959px){
	#logo {
		margin-bottom:50px;
	}
}
@media screen and (min-width:650px) and (max-width:767px){
	#logo {
		margin-bottom:80px;
	}
}