/* Author @ Rudy */
/* ==========================================================================
   Blue: 			27578c
   Blue (light): 	63b2e7
   Orange: 			d55016
   ========================================================================== */
   
/* ==========================================================================
   Body
   ========================================================================== */

body {
    min-width: 320px;
    background-color: #fff;
    color: #27578c;
	font-size: 16px;
	line-height: 1.3125;
    font-family: 'PT Serif', serif;
}


/* ==========================================================================
   Base
   ========================================================================== */

a { color: #63b2e7; text-decoration: none;}
a:hover { color: #27578c;}
a:focus { outline: none;}

h1, h2, h3, h4, h5, h6 { margin: 0; color: #27578c; font-weight: normal; line-height: 1.1;}
p { margin-top: 0;}

img { max-width: 100%; height: auto;}

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


/* ==========================================================================
   Container
   ========================================================================== */

.container {
	position: relative;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


/* ==========================================================================
   Header
   ========================================================================== */

.header {
	min-height: 50px;
	background-color: #27578c;
}
.home .header {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* logo */
.header .logo {
	display: block;
	z-index: 100;
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	width: 14.52991452991453%; /* 170px */
	margin: 0 auto;
	transition: none;
}
.home .header .logo { width: 18.8034188034188%; /* 220px */}


/* ==========================================================================
   Menu
   ========================================================================== */

.menu {
	width: 38.59649122807018%; /* 440px */
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu:first-of-type { float: left; text-align: right;}
.menu:last-of-type { float: right; text-align: left;}
.menu > li {
    position: relative;
	display: inline-block;
	margin: 0 10px;
	font-size: 20px;
	font-weight: 300;
	line-height: 100px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.menu > li > a {
    display: block;
	color: #fff;
	text-decoration: none;
	transition: color 0.5s, background-color 0.5s;
}
.menu > li > a:hover, .menu > li.active > a { color: #63b2e7;}

/* menu > ul */
.menu > li > ul {
    display: none;
	z-index: 200;
    position: absolute;
	margin: 0 0 0 -10px;
	padding: 0;
	list-style: none;
	min-width: 200px;
	text-align: left;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.menu > li:hover > ul { display: block;}
.menu > li.last > ul { right: 0;}
.menu > li > ul > li {
    float: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3125;
	white-space: nowrap;
}
.menu > li > ul > li > a {
	display: block;
	padding: 10px;
	color: #63b2e7;
}
.menu > li > ul > li > a:hover, .menu > li > ul > li.active > a {
	background-color: #63b2e7;
	color: #fff;
}

/* menu > ul > ul */
.menu > li > ul > li > ul { display: none;}


/* ==========================================================================
   Eyecatcher
   ========================================================================== */

.eyecatcher {
	position: relative;
	background-color: #eee;
	border-bottom: 20px solid #27578c;
	overflow: hidden;
}
.home .eyecatcher { border-bottom: 0;}
.eyecatcher .slides li {
    background-size: cover;
    background-position: center center;
}
.eyecatcher .slides, .eyecatcher .slides li { height: 460px;}
.eyecatcher.small .slides, .eyecatcher.small .slides li { height: 200px;}

/* caption */
.eyecatcher .caption {
	z-index: 100;
	position: absolute;
	margin-top: 100px;
	left: 10px;
	right: 10px;
	color: #fff;
	line-height: 1;
	font-style: italic;
	text-align: center;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.eyecatcher .caption .title {
	font-size: 7.084vw;
	font-weight: 700;
}
.eyecatcher .caption .description {
	margin-top: 10px;
	font-size: 3.75vw;
}


/* ==========================================================================
   Highlights
   ========================================================================== */

.highlights {
	padding: 25px 0;
	background-color: #27578c;
	color: #fff;
}
.highlights .holder {
	float: left;
	margin-right: 30px;
}
.highlights .title {
	font-size: 36px;
	line-height: 1;
	font-style: italic;
	text-transform: uppercase;
}
.highlights .description {
	color: #63b2e7;
	font-size: 18px;
	font-style: italic;
}
.highlights .product {
	float: left;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	font-family: 'Covered By Your Grace', cursive;
}
.highlights .product:hover { color: #63b2e7;}


/* ==========================================================================
   Wrapper
   ========================================================================== */

.wrapper {
	position: relative;
	overflow: hidden;
}
.move-forrel {
	z-index: -1;
	position: absolute;
	top: 10%;
	margin-left: -80%;
	left: 0;
}


/* ==========================================================================
   Main
   ========================================================================== */

.main {
	margin: 6.5vh 0;
}


/* ==========================================================================
   Content
   ========================================================================== */

h1 {
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
h2 {
	margin-bottom: 14px;
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
}
h4 {
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

h2 ~ h3,
h2 ~ h4,
h3 ~ h2,
h3 ~ h4,
h3 ~ h2, 
h4 ~ h2 
	{ margin-bottom: 10px;}

hr {
	height: 0;
	border: 0;
	background-color: #27578c;
	margin: 1em 0 25px 0; 
	padding-bottom: 2px; 
	border-top: 3px double #27578c;
}  
hr::after {
	display: block;
	content: "";
	margin-top: -1px;
	padding-top: 2px;
	background-color: #fff;
}
.content img, .content iframe { border: none;}

/* custom */
.content.intro p:first-of-type {
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.content.divider { border-left: 1px solid #27578c;}
.content p:last-of-type { margin-bottom: 0;}

/* left/right */
.content-left { float: left; width: 45%;}
.content-right { float: right; width: 45%;}

/* Ordered list 
   ========================================================================== */
.content ol {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
.content ol li { padding-left: 20px;}
.content ol li::before {
	content: "\f00c";
	font-family: FontAwesome;
	float: left;
   	margin-left: -20px;
}

/* Custom-table
   ========================================================================== */
.content .custom-table {
	display: block;
	width: 100%;
	overflow-y: hidden;
}
.content .custom-table tr th,
.content .custom-table tr td {
	padding: 10px;
	border-bottom: 1px solid #EEEEEE;

	text-align: left;
	word-wrap: break-word;
}

.content .custom-table tr th,
.content .custom-table tr:first-child td {
	border-bottom: 1px solid #63B2E7;

	font-weight: bold;
	text-align: left;
	color: #63B2E7;
}
.content .custom-table tr:last-child td { border-bottom: none; }

/* Slogan
   ========================================================================== */
.slogan { margin: 1.5em 0;}
.slogan .style-1 {
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.slogan .style-2 {
	margin-bottom: 15px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	font-style: italic;
}

/* Opening-hours
   ========================================================================== */
.opening-hours table {
	margin-bottom: 1em;
	border-collapse: collapse;
    border-spacing: 0;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.opening-hours table tr td:first-child { width: 140px;}


/* ==========================================================================
   Outro
   ========================================================================== */

 .outro { margin-top: 40px;}
 .outro .content {
	 padding: 20px 30% 30px 30px;
	 background: url('../images/schol.png') no-repeat 100% -110px #63b2e7;
	 color: #fff;
}  
.outro .content p { margin-bottom: 0;}
.outro .content h2 { color: #fff;}
.outro .content h4 {
	margin: 5px 0 1em 0;
	color: #fff;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
}


/* ==========================================================================
   Tiles
   ========================================================================== */

.tiles .row { margin: -15px 0 0 -15px;}
.tiles .col { padding: 0;}
.tiles .item {
	position: relative;
	display: block;
	min-height: 200px;
	margin: 15px 0 0 15px;
	background-color: #63b2e7;	
	overflow: hidden;
}
.tiles .item:hover { background-color: #27578c; }

.tiles .item .image::after {
    background: rgba(39,87,140,0.4) ;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	transition: 0.5s;
}
.tiles .item:hover .image::after {
	 background: rgba(39,87,140,0.1) ;
}

/* image */
.tiles .item .image img {
	width: 100%;
	transition: 0.5s;
}

.tiles .item:hover .image img { transform: scale(1.05); }

/* caption */
.tiles .item .caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.tiles .item .caption .title {
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
}
.tiles .item .caption .description {
	font-size: 24px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}
.tiles .item .caption .arrow { margin-top: 10px;}


/* ==========================================================================
   Reviews
   ========================================================================== */

 .reviews { margin-bottom: 30px;}
 .reviews .item { margin-bottom: 30px;}
 .reviews .item:last-of-type { margin-bottom: 0;}
 .reviews .item .rating { font-size: 18px;}
 .reviews .item .title { font-weight: 700;}


/* ==========================================================================
   Assortment
   ========================================================================== */

.assortment-overview h2 { margin-top: 30px;}

/* specs */
.assortment-detail .specs .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	font-style: italic;
}
.assortment-detail .specs .description {
	margin-bottom: 15px;
	color: #63b2e7;
}

/* map */
.assortment-detail .map { margin-top: 30px;}

/* order */
.assortment-detail .order {
	margin-top: 15px;
	padding: 20px;
	background: url('../images/schol.png') no-repeat 210px 0 #63b2e7;
	color: #fff;
}
.assortment-detail .order h2 {
	margin-bottom: 0;
	color: #fff;
}
.assortment-detail .order .stock {
	margin: 5px 0;
	color: #27578c;
	font-size: 48px;
	text-transform: uppercase;
	font-family: 'Covered By Your Grace', cursive;
}
.assortment-detail .order .call {
	margin: 5px 0 1em 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.assortment-detail .order .call span { color: #27578c;}

/* address */
.assortment-detail .address { margin-top: 40px;}
.assortment-detail .address h1,
.assortment-detail .address h2 { margin-bottom: 10px;}
.assortment-detail .address table {
	border-collapse: collapse;
    border-spacing: 0;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.assortment-detail .address table tr td:first-child { width: 140px;}

/* Categories
   ========================================================================== */
.assortment-detail .categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
.assortment-detail .categories > li {
	font-size: 24px;
	font-style: italic;
}
.assortment-detail .categories > li > a {
	position: relative;
	display: block;
    color: #27578c;
}
.assortment-detail .categories > li > a:hover { color: #63b2e7;}

/* categories > ul */
.assortment-detail .categories > li > ul {
	display: none;
    margin: 2px 0 1em 0;
    padding: 0;
    list-style: none;
}
.assortment-detail .categories > li.active > ul { display: block;}
.assortment-detail .categories > li > ul > li {
	font-size: 16px;
	font-style: normal;
	font-family: 'Oswald', sans-serif;
}
.assortment-detail .categories > li > ul > li > a {
	display: block;
	color: #63b2e7;
}
.assortment-detail .categories > li > ul > li > a:hover,
.assortment-detail .categories > li > ul > li.active > a { color: #27578c;}

/* categories > ul > ul */
.assortment-detail .categories > li > ul > li > ul { display: none;}


/* ==========================================================================
   Page-ending
   ========================================================================== */

 .page-ending {
	position: relative;
	margin-top: 8vh;
}  
.page-ending .tagline {
	position: absolute;
	top: 25%;
	left: 10px;
	right: 10px;
	color: #63b2e7;
	font-size: 30px;
	font-weight: 200;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	transform: rotate(11deg);
}

/* move-arrows */
.page-ending .move-arrows {
	display: block;
	width: 100vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
	position: relative;
	padding: 25px 0;

	background-color: #63b2e7;
}

.footer ul.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer ul.footer-links > li {
	margin-right: 20px;
	float: left;

	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	text-transform: uppercase;
}
.footer ul.footer-links > li > a { color: #FFFFFF; }
.footer ul.footer-links > li > a:hover { color: #27578c; }



/* ==========================================================================
   Contact-form
   ========================================================================== */

.contact-form table { width: 100%;}
.contact-form table tr td { padding-bottom: 3px;}
.contact-form small { color: #f00;}


/* ==========================================================================
   Responsive
   ========================================================================== */

.image img { display: block;}
iframe { max-width: 100%;}


/* ==========================================================================
   CSS3 transition
   ========================================================================== */

a, .btn { transition: 0.5s;}


/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
	display: inline-block;
	min-width: 160px;
	padding: 8px 12px;
	border: none;
	border-radius: 0;
	background-color: #27578c;
	border: 1px solid #27578c;
	box-shadow: inset 0 0 0 1px #fff;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none !important;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
}
.btn:hover {
	background-color: #63b2e7;
	color: #fff;
}
.btn-orange { background-color: #d55016;}
.btn-orange:hover { background-color: #27578c;}

.btn-block {
	display: block;
	width: auto;
	min-width: auto;
}
.btn-small {
	min-width: auto;
	padding: 5px 12px;
}


/* ==========================================================================
   Forms
   ========================================================================== */

.form-horizontal .form-group label {
	display: inline-block;
	margin-right: 20px;
    margin-bottom: 0;
}
.form-group {
	margin-bottom: 10px;
}
label {
    display: block;
    margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"] {
	display: inline-block;
	height: 30px;
	padding: 0 6px;
	vertical-align: middle;
	border-radius: 2px;
	color: #595959;
	line-height: 28px;
}
input,
select,
textarea {
	width: 220px;
}
select,
textarea,
input[type="text"],
input[type="password"] {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
select.invalid,
textarea.invalid,
input[type="text"].invalid,
input[type="password"].invalid {
	border: 1px solid #d44950;
}
select.invalid:focus,
textarea.invalid:focus,
input[type="text"].invalid:focus,
input[type="password"].invalid:focus {
	border: 1px solid #d44950;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d44950;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select[multiple],
select[size],
textarea {
	height: auto;
}
select,
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

/* Size
   ========================================================================== */	
.input-mini { width: 50px;}
.input-small { width: 110px;}
.input-medium { width: 170px;}
.input-large { width: 260px;}


/* ==========================================================================
   Alerts
   ========================================================================== */

.alert {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	border-radius: 4px;
	color: #8a6d3b;
}
.alert-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.pull-left { float: left;}
.pull-right { float: right;}

.text-left { text-align: left;}
.text-right { text-align: right;}
.text-center { text-align: center;}

.vertical-align {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/* ==========================================================================
   Clearing
   ========================================================================== */

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.container:after,
.container-fluid:after,
.row:after,
.clear:after,
.clearfix:after {
	clear: both;
}


/* ==========================================================================
   Responsive utility classes
   ========================================================================== */

.visible-phone { display: none !important;}
.visible-tablet { display: none !important;}
.hidden-desktop { display: none !important;}
.visible-desktop { display: inherit !important;}

@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop { display: inherit !important;}
	.visible-desktop { display: none !important;}
	.visible-tablet { display: inherit !important;}
	.hidden-tablet { display: none !important;}
}
@media (max-width: 767px) {
	.hidden-desktop { display: inherit !important;}
	.visible-desktop { display: none !important;}
	.visible-phone { display: inherit !important;}
	.hidden-phone { display: none !important;}
}


/* ==========================================================================
   FlexSlider
   ========================================================================== */

.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none;}
.slides > li { display: none; -webkit-backface-visibility: hidden;}
.slides img { width: 100%; display: block;}

.slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides { display: block;}
* html .slides { height: 1%;}
.no-js .slides > li:first-child { display: block;}


/* ==========================================================================
   Logo-3w
   ========================================================================== */
   
.logo-3w { position: absolute; right: 5px; bottom: 5px; width: 20px; height: 20px; background: url(../images/logo-3w.png);}