﻿/* ************************************************************* */
/* Masters styles */
/* ************************************************************* */
html {
    font-size: 16px;
}
body {
    font-size: 19px;
    font-family: "ff-meta-web-pro",Arial,Helvetica,sans-serif;
}


/* ************************************************************* */
/* Tool styles */
/* ************************************************************* */
.container-fluid {
    max-width: 1290px;
}
ul.list-centre {
    text-align: center;
}
ul.list-centre li {
    display: inline-block;
}
.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;
}
a {
    color: #f47c17;
}
.col-sm {
    padding-left: 5px;
    padding-right: 5px;
}
.row-sm {
    margin-left: -5px;
    margin-right: -5px;
}
.img-responsive{width: 100%;}


/* ************************************************************* */
/* Spacer styles */
/* ************************************************************* */
.spacer70 {
    margin-bottom: 70px;
}
.spacer60 {
    margin-bottom: 60px;
}
.spacer50 {
    margin-bottom: 50px;
}
.spacer40 {
    margin-bottom: 40px;
}
.spacer30 {
    margin-bottom: 30px;
}
.spacer20 {
    margin-bottom: 20px;
}
.spacer10 {
    margin-bottom: 10px;
}


/* ************************************************************* */
/* Button styles */
/* ************************************************************* */
.btn-info {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #ff5722;
    border-color: #ff5722;
}
.btn-info:active:focus, 
.btn-info:active:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #d6492a;
    border-color: #d6492a;
}
.btn-info:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #d6492a;
    border-color: #d6492a;
}
.btn-info.focus, .btn-default:focus {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #d6492a;
    border-color: #d6492a;
}


/* ************************************************************* */
/* Fonts styles */
/* ************************************************************* */
h1 {
    font-size: 220%;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
}
h2 {
    font-size: 180%;
    font-weight: bold;
    color: #ff5722;
    margin: 0 0 12px;
    padding: 0;
}
h3 {
    font-size: 160%;
    font-weight: bold;
    color: purple;
    margin: 0 0 9px;
    padding: 0;
}
h4 {
    font-size: 130%;
    font-weight: bold;
    color: #005ca9;
    margin: 0 0 6px;
    padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}



/* ************************************************************* */
/* Header styles */
/* ************************************************************* */
header {
    padding-top: 20px;
    padding-bottom: 20px;
}
header .wrapper {
    display: block;
    padding-top: 20px;
}
header .telephone {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: #4a2962;
    font-size: 160%;
}
header .input-group {
    max-width: 150px;
}
header .form-control {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: solid 1px #075caf;
    padding: 4px 6px;
    height: 30px;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
header .input-group-btn {
    padding-left: 20px;
}
header .btn {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px !important;
}


/* ************************************************************* */
/* Navigation styles */
/* ************************************************************* */
.navigation .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    background-color: #005ca9;
    border-top: 0;
    box-shadow: none;
}
.navigation .navbar {
    margin-bottom: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    min-height: 0;
}
.navigation .navbar-inverse {
    background-color: #005ca9;
    border: 0;
}
.navigation .navbar .nav > li {
    margin: 0;
    display: table-cell;
    float: none;
    height: 100%;
}
.navigation .navbar a {
    color: #fff;
}
.navigation .nav > li > a {
    padding: 10px 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 90%;
    text-align: center;
    display: block;
    vertical-align: middle;
    height: 100%;
    color: #fff;
}
.navigation .navbar .navbar-inner {
    padding: 0;
}
.navigation .navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}
.navigation .navbar-brand {

    height: auto;
    padding: 0 15px 0px 10px;
}
.navigation .navbar-brand img {
    display: inline-block;
}
.navigation .navbar-nav .open .dropdown-menu > li > a:hover,
.navigation .navbar-nav > .active > a, 
.navigation .navbar-nav > .active > a:focus, 
.navigation .nav > li > a:focus, 
.navigation .nav > li > a:hover {
    background-color: #ef7d00 !important;
}
.navigation ul.dropdown-menu {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    border: 0;
    background-color: #005ca9;
}
.navigation .navbar-nav .open .dropdown-menu .dropdown-header, 
.navigation .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    padding: 5px 10px;
}
.navigation ul.dropdown-menu > li > a:focus, 
.navigation ul.dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4d8dc3;
}
.navigation .navbar-inverse .navbar-toggle {
    border: 0;
}
.navigation .navbar-inverse .navbar-toggle:focus, 
.navigation .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
.navigation .input-group {
    background-color: #4d8dc3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.navigation .input-group .btn {
    background-color: transparent;  
    border: 0;
    padding: 3px 10px;
}
.navigation .form-control {
    color: #fff;
    background-color: transparent;  
    border: 0;
    padding: 3px 10px;
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.navigation ::-webkit-input-placeholder { 
    color: #fff;
}
.navigation ::-moz-placeholder {
    color: #fff;
}
.navigation :-ms-input-placeholder {
    color: #fff;
}
.navigation :-moz-placeholder { 
    color: #fff;
}
.navigation .navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}
.navigation .navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}
.navigation .navbar-toggle .icon-bar {
    position: relative;
    background-color: #005ca9;
    transition: all 500ms ease-in-out;
}
.navigation .navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}
.navigation .navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}
.navigation .navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}
.navigation .navbar-header {
    padding: 10px 0;
    border-bottom: 5px solid #005ca9;
}
.navigation .navbar-toggle {
    margin-top: 13px;
}
.navigation .icon-menu {
    margin-top: 8px;
}
.navigation .icon-menu input {
	outline: none;
}
.navigation .icon-menu a {
    margin-top: 7px;
    float: right;
}
.navigation .icon-menu input[type=search] {
	font-family: inherit;
	font-size: 100%;
    min-width: 0;
	background: url(../img/header/icon-search.png) no-repeat 3px center;
	border: 0;
	padding: 9px 10px 9px 30px;
	width: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
    float: right;
    cursor: pointer;
}
.navigation .icon-menu input[type=search]:focus {
	width: 220px;
}


/* ************************************************************* */
/* Title styles */
/* ************************************************************* */
section.title {
    padding: 20px 0;
    border-bottom: 5px solid #dcdcdc;
}
section.title h1 {
    margin: 0 0 5px;
}
section.title h2 {
    margin: 0;
    font-weight: normal;
}


/* ************************************************************* */
/* Listing styles */
/* ************************************************************* */
section.listing .title .wrapper {
    display: block;
    padding: 15px 0;
}
section.listing a {
    display: block;
    margin-bottom: 10px;
}
section.listing a:hover {
    text-decoration: none;
}
section.listing .link {
    display: block;
    font-size: 125%;
    padding: 12px 10px;
    color: #532075;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background-color: #dcdcdc;
}
section.listing a:hover .link {
    color: #fff;
    background-color: #4a2962;
    text-decoration: none;
}
section.listing .image-wrapper {
    display: table;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
section.listing a .opacity {
    display: none;
}
section.listing a:hover .opacity {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-color: rgba(83,32,117,0.6);
}
section.listing a .inner {
    width: 100%;
    text-align: center;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
}
section.listing a .title {
    width: 100%;
    text-align: center;
    position: absolute;
	bottom: 15px;
    line-height: 1em;
    color: #fff;
    font-weight: bold;
    font-size: 140%;
    text-transform: uppercase;
}


/* ************************************************************* */
/* Footer styles */
/* ************************************************************* */
footer {
    padding: 40px 0;
    color: #ef7d00;
    background-color: #434343;
}
footer a {
    font-size: 110%;
    color: #ef7d00;
    font-weight: bold;
    text-transform: uppercase;
}
footer a:hover {
    color: #fff;
}
footer ul.social-media > li {
    padding-right: 15px;
    padding-left: 15px;
}
footer ul.social-media > li > a:hover {
    opacity: 0.5;
}


/* ************************************************************* */
/* Preview styles */
/* ************************************************************* */
section.preview .title .wrapper {
    display: block;
    padding: 15px 0;
}
section.preview a {
    display: block;
    margin-bottom: 10px;
}
section.preview a:hover {
    text-decoration: none;
}
section.preview .link {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 160%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
    line-height: 1.3em;
}
section.preview a:hover .link {
    text-decoration: none;
}
section.preview .image-wrapper {
    margin-bottom: 10px;
    position: relative;
}
section.preview a .opacity {
    display: none;
}
section.preview a:hover .opacity {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-color: rgba(239,125,0,0.5);
}
section.preview a .inner {
    width: 100%;
    text-align: center;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}



/* ************************************************************* */
/* Slider styles */
/* ************************************************************* */
section.slider {
    z-index: 0;
    position: relative;
}
section.slider .carousel-caption {
    left: 10%;
    right: 0;
    text-align: left;
    padding: 0;
    bottom: auto;
    top: 30%;
}
section.slider .carousel-caption h1 {
    font-size: 380%;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
section.slider .carousel-caption h2 {
    position: relative;
    margin: 0; 
    top: 0; 
    left: 0;
    font-weight: normal;
    font-size: 110%;
    text-transform: uppercase;
    border-left: 0; 
    padding-left: 0;
    background-color: #ff5722;
    padding: 5px 15px;
    display: inline-block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
section.slider .carousel-caption p {
    position: initial;
    color: #fff;
    text-shadow: none;
    padding-left: 0;
    width: 100%;
    font-size: 85%;
    display: inline-block;
}
section.slider .carousel h2:before, 
section.slider .carousel p:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    width: 0;
    background-color: transparent;
}

#communication label {
    width: auto !important;
    color: #ff5722;
}
#communication label.nested-input {
    font-weight: normal;
    color: #333;
}
#communication .communication-error {
    padding: 15px;
    background-color: red;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}


.product-detail--price {
    width: 50%;
}