/* ==========================================================================  
   Platte tekst: 120c13
   Geel: ffc82a
   Grijs: ededed
   ========================================================================== */

/* ==========================================================================
   Body
   ========================================================================== */

body {
    background-color: #fff;
    color: #120c13;
	font-size: 14px;
	line-height: 1.42857;
	font-family: 'Roboto Condensed', sans-serif;
}


/* ==========================================================================
   Base
   ========================================================================== */

a { color: #120c13; text-decoration: none;}
a:hover { color: #ffc82a;}
a:focus { outline: none;}

h1, h2, h3, h4, h5, h6 { color: #120c13; font-weight: normal; line-height: 1; margin: 0;}
p { margin-top: 0;}
hr { height: 0; border: 0; border-top: 1px solid #ccc;}

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


/* ==========================================================================
   Container
   ========================================================================== */

.container {
	position: relative;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.container:before, .container:after { display: table; content: "";}
.container:after { clear: both;}

/* row */
.row { margin-left: -20px;}
.row:before, .row:after { display: table; content: "";}
.row:after { clear: both;}

/* clear */
.clear:before, .clear:after { display: table; content: "";}
.clear:after { clear: both;}


/* ==========================================================================
   Header
   ========================================================================== */

.header { height: 110px;}
.header .container { height: 100%;}

/* logo */
.logo {
	z-index: 20;
	position: absolute;
	bottom: -20px;
	left: -110px;
	width: 435px;
	height: 106px;
	background-image: url(../images/logo.png);
	background-size: 100%;
	transition: none;
}

/* topnav */
.topnav {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.topnav li {
	float: left;
	font-weight: 300;
	margin-left: 20px;
}
.topnav li i { margin-right: 5px;}
.topnav li a { color: #120c13;}
.topnav li a:hover { color: #ffc82a;}

/* Shopping-cart
   ========================================================================== */
.shopping-cart { position: relative; z-index: 60;}
.shopping-cart .shopping-cart-content {
	z-index: 30;
	position: absolute;
	top: 20px;
	right: 0;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #000;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	text-align: left;
}
.shopping-cart:hover .shopping-cart-content { display: block;}
.shopping-cart .shopping-cart-content .head {
    height: 34px;
    padding-left: 10px;
	background-color: #f4f2f3;
    font-weight: bold;
    line-height: 34px;
}
.shopping-cart .shopping-cart-content .inner { padding: 10px;}
.shopping-cart .shopping-cart-content .inner table { min-width: 310px; margin-bottom: 10px;}
.shopping-cart .shopping-cart-content .inner table tr.product-row td { padding: 10px 0;}
.shopping-cart .shopping-cart-content .inner table tr.product-row:first-child td { padding-top: 0;}
.shopping-cart .shopping-cart-content .inner table tr.line-top td { border-top: 1px solid #e3e3e3; padding: 5px 0;}
.shopping-cart .shopping-cart-content .inner table tr td { padding: 0 0 5px 0; vertical-align: top;}
.shopping-cart .shopping-cart-content .inner table tr td .image {
	width: 52px;
	height: 52px;
	margin-right: 10px;
	border: 1px solid #e3e3e3;
	overflow: hidden;
}
.shopping-cart .shopping-cart-content .inner table tr td .price { font-weight: bold; margin-left: 10px;}


/* ==========================================================================
   Menu
   ========================================================================== */

.menu {
	z-index: 20;
	position: absolute;
	top: 90px;
	right: 0;
	height: 40px;
	margin: 0;
	padding: 0 20px;
	list-style: none;
	background-color: #ffc82a;
	border-radius: 3px;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}
.menu > li {
    float: left;
	margin: 0 20px;
	font-size: 18px;
	line-height: 40px;
}
.menu > li > a {
    display: block;
	height: 40px;
	color: #120c13;
	text-decoration: none;
}
.menu > li > a:hover, .menu > li.active > a { color: #fff;}

/* menu > ul */
.menu > li > ul { display: none;}


/* ==========================================================================
   Eyecatcher
   ========================================================================== */

.eyecatcher {
	position: relative;
	height: 440px;
	background-color: #ededed;
	overflow: hidden;
}
.eyecatcher .container { height: 100%;}

/* Slides
   ========================================================================== */
.eyecatcher .slides {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 440px;
	margin-left: -960px;
}
.eyecatcher .slides .caption {
	position: absolute;
	top: 70px;
	left: 50%;
	width: 490px;
	margin-left: -470px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.eyecatcher .slides .caption .lead {
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}

/* Search-box
   ========================================================================== */
.search-box {
	z-index: 50;
	position: absolute;
	bottom: 200px;
	left: 0;
	width: 490px;
	background-color: #ffc82a;
	border-radius: 3px;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}
.search-box form input[type=text] {
	float: left;
	width: 390px;
	height: 36px;
	padding: 0 12px;
	border: none;
	border-radius: 3px 0 0 3px;
	box-shadow: none;
	color: #120c13;
	font-size: 16px;
	font-weight: 300;
}
.search-box form input[type=text]:focus {
	box-shadow: none;
	border: none;
}
.search-box form button {
	float: left;
	width: 100px;
	height: 36px;
	border: none;
	background-color: #ffc82a;
	border-radius: 0 3px 3px 0;
	color: #120c13;
	font-size: 18px;
	font-weight: 300;
	transition: all 0.3s ease;
}
.search-box form button:hover { background-color: #f6b700;}

/* Contact-bar
   ========================================================================== */
.contact-bar {
	z-index: 50;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	padding: 12px 0;
	background-color: rgba(0,0,0,0.8);
}

/* need-advice */
.contact-bar .phone-number {
	float: left;
	margin-left: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	font-style: italic;
}
.contact-bar .phone-number i { margin-right: 5px;}
.contact-bar .phone-number a[href^=tel] { color: inherit;}

/* need-advice */
.contact-bar .need-advice {
	float: right;
	margin-right: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	font-style: italic;
	text-transform: uppercase;
}


/* ==========================================================================
   Wrapper
   ========================================================================== */

.wrapper {
	margin-top: 30px;
	margin-bottom: 40px;
}


/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar {
	float: left;
	width: 220px;
	margin-right: 20px;
}

/* Categories
   ========================================================================== */
.sidebar .categories {
	background-color: #ededed;
	border-radius: 3px;
}
.sidebar .categories .head {
	height: 40px;
	padding-left: 20px;
	background-color: #ffc82a;
	border-radius: 3px 3px 0 0;
	color: #120c13;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	line-height: 40px;
	text-transform: uppercase;
}
.sidebar .categories .inner { padding: 10px 20px;}

/* ul */
.sidebar .categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar .categories ul > li {
	margin: 5px 0;
	font-size: 16px;
}
.sidebar .categories ul > li > a {
	display: block;
	color: #120c13;
}
.sidebar .categories ul > li > a:hover, .sidebar .categories ul > li.active > a { font-weight: 700;}

/* ul > ul */
.sidebar .categories ul > li > ul { display: none;}
.sidebar .categories ul > li.active > ul { display: block;}
.sidebar .categories ul > li > ul > li { font-size: 15px;}
.sidebar .categories ul > li > ul > li > a { padding-left: 15px;}
.sidebar .categories ul > li > ul > li > a:hover, .sidebar .categories ul > li > ul > li.active > a { font-weight: 700;}

/* Social
   ========================================================================== */
.sidebar .social {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.sidebar .social li {
	display: inline-block;
	margin: 0 5px;
}
.sidebar .social li i { font-size: 30px;}
.sidebar .social li a { color: #4b484b;}
.sidebar .social li a:hover { color: #ffc82a;}

/* My-account
   ========================================================================== */
.sidebar .my-account .head {
	height: 40px;
	padding-left: 20px;
	background-color: #ffc82a;
	border-radius: 3px 3px 0 0;
	color: #120c13;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	line-height: 40px;
	text-transform: uppercase;
}
.sidebar .my-account ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.sidebar .my-account ul li {
	border-bottom: 1px solid #ededed;
}
.sidebar .my-account ul li:last-child { border-bottom: none;}
.sidebar .my-account ul li a {
	display: block;
	padding: 6px 20px;
	color: #000;
}
.sidebar .my-account ul li a i { margin-right: 10px;}
.sidebar .my-account ul li a:hover, .sidebar .my-account ul li.active a { color: #ffc82a;}


/* ==========================================================================
   Main
   ========================================================================== */

.main {
	float: left;
	width: 700px;
}


/* ==========================================================================
   Content
   ========================================================================== */

.content h1 { font-size: 30px; margin-bottom: 20px; text-transform: uppercase;}
.content h2 { font-size: 24px; margin-bottom: 14px;}
.content h3 { font-size: 18px; margin-bottom: 4px;}
.content img, .content iframe { border: none;}
.content img { max-width: 100%; height: auto;}
.content a { text-decoration: underline;}


/* ==========================================================================
   Introduction
   ========================================================================== */

.introduction {
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
}
.introduction .inner { margin-right: 240px;}
.introduction .inner h1 {
	margin: 7px 0 14px 0;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1.42857;
}

/* Offer
   ========================================================================== */
.introduction .offer {
	position: relative;
	float: right;
	width: 220px;
	height: 160px;
	margin-left: 20px;
	border-radius: 3px;
	overflow: hidden;
}
.introduction .offer .title {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 60px;
	padding: 10px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 14px;
	text-align: left;
}
.introduction .offer .title .lead {
	font-size: 13px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}


/* ==========================================================================
   Customer-reviews
   ========================================================================== */

.customer-reviews {
	margin-bottom: 20px;
	background-color: #ededed;
	border-radius: 3px;
}


.customer-reviews .please-help {
    margin: 10px;
    font-weight: bold;
}

.customer-reviews .head {
	height: 40px;
	padding-left: 20px;
	background-color: #ffc82a;
	border-radius: 3px 3px 0 0;
	color: #120c13;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	line-height: 40px;
	text-transform: uppercase;
}
.customer-reviews .inner { padding: 20px;}

/* Review
   ========================================================================== */
.customer-reviews .review { margin-top: 20px;}
.customer-reviews .review:first-child { margin-top: 0;}

/* person */
.customer-reviews .review .person {
	float: left;
	width: 180px;
}
.customer-reviews .review .person .name { font-weight: bold;}
.customer-reviews .review .person .city { font-style: italic;}

/* comment */
.customer-reviews .review .comment { margin-left: 180px;}

/* rating */
.customer-reviews .review .comment .rating {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.customer-reviews .review .comment .rating li {
	float: left;
	margin-right: 5px;
	color: #ea2327;
	font-size: 16px;
}

/* date */
.customer-reviews .review .comment .date {
	float: right;
	font-style: italic;
}

/* message */
.customer-reviews .review .comment .message { margin-top: 10px;}

.customer-reviews .btn { margin-top: 10px; }

/* Reviews
   ========================================================================== */
.reviews .item {
	margin-bottom: 20px;
	padding: 20px;

	background-color: #ededed;
	border-radius: 3px;
}

.reviews .item .name { font-weight: bold; }
.reviews .item .city { font-style: italic; }

.reviews .item .rating { margin: 10px 0; }
.reviews .item .rating ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.reviews .item .rating ul > li {
	margin-right: 5px;

	font-size: 16px;
	color: #ea2327;
}

.reviews .item .date { font-style: italic; }

.reviews a { text-decoration: none; }

.reviews .pagination { margin-top: 20px; }
.reviews .pagination ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.reviews .pagination ul > li { margin-right: 5px; }
.reviews .pagination ul > li > a {
	display: block;
	padding: 5px 12px;

	background-color: #ffc82a;
    border: none;
	border-radius: 2px;

	font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: #120c13;

	cursor: pointer;
}
.reviews .pagination ul > li > a:hover,
.reviews .pagination ul > li.active > a {
	background-color: #f6b700;
}


/* ==========================================================================
   Most-rented-products
   ========================================================================== */

.most-rented-products {
	background-color: #ededed;
	border-radius: 3px;
}
.most-rented-products .row { margin-left: -30px;}
.most-rented-products .head {
	height: 40px;
	padding-left: 20px;
	background-color: #ffc82a;
	border-radius: 3px 3px 0 0;
	color: #120c13;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	line-height: 40px;
	text-transform: uppercase;
}
.most-rented-products .inner { padding: 20px;}


/* ==========================================================================
   Product
   ========================================================================== */

.product {
	float: left;
	width: 200px;
	margin-left: 30px;
}

/* image */
.product .image {
	display: block;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	transition: all 0.3s ease;
}
.product .image:hover { opacity: 0.9;}
.product .image .add {
	position: absolute;
	right: 10px;
	bottom: 4px;
	font-size: 20px;
}

/* description */
.product .description { margin-top: 10px;}
.product .description .price { color: #ea2327; font-weight: 700;}
.product .description .price .old {	font-weight: 500; text-decoration: line-through;}


/* ==========================================================================
   Shop
   ========================================================================== */

.shop h1 { font-size: 30px; margin-bottom: 20px; text-transform: uppercase;}
.shop h2 { font-size: 23px; margin-bottom: 14px;}
.shop h3 { font-size: 18px; margin-bottom: 14px;}


/* ==========================================================================
   Shop-navigation
   ========================================================================== */

.shop-navigation { margin-bottom: 20px;}

/* Breadcrumb
   ========================================================================== */
.shop-navigation .breadcrumb {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.shop-navigation .breadcrumb li { float: left;}
.shop-navigation .breadcrumb li.divider { margin: 0 5px;}
.shop-navigation .breadcrumb li a, .shop-navigation .breadcrumb li.active a { color: #120c13;}
.shop-navigation .breadcrumb li a:hover { color: #ffc82a;}

/* Sort-by
   ========================================================================== */
.shop-navigation .sort-by { float: right;}
.shop-navigation .sort-by select {
	width: auto;
	height: auto;
	padding: 2px;
}

/* Pagination
   ========================================================================== */
.shop-navigation .pagination {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.shop-navigation .pagination li {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 3px;
	line-height: 18px;
	text-align: center;
}
.shop-navigation .pagination li a {
	display: block;
	background-color: #fff;
	border-radius: 1px;
	border: 1px solid #d9d9d9;
	color: #000;
}
.shop-navigation .pagination li a:hover, .shop-navigation .pagination li.active a { background-color: #e6696f; color: #fff;}

/* Go-back
   ========================================================================== */
.shop-navigation .go-back { float: right;}
.shop-navigation .go-back:hover { color: #ffc82a;}


/* ==========================================================================
   Shop-overview
   ========================================================================== */

.shop-overview { margin-top: 20px;}

/* Product
   ========================================================================== */
.shop .product {
	width: 220px;
	margin: 0 0 20px 20px;
}


/* ==========================================================================
   Shop-product-detail
   ========================================================================== */

/* Product-gallery
   ========================================================================== */
.shop-product-detail .product-gallery {
	float: left;
	width: 400px;
	min-height: 1px;
	margin-right: 40px;
}
.shop-product-detail .product-gallery img { border-radius: 3px;}
.shop-product-detail .product-gallery .large {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.shop-product-detail .product-gallery .thumbs {
	float: left;
	width: 80px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.shop-product-detail .product-gallery .thumbs li { margin-top: 20px;}
.shop-product-detail .product-gallery .thumbs li:first-child { margin-top: 0;}

/* Product-info
   ========================================================================== */
.shop-product-detail .product-info {
	float: left;
	width: 260px;
}
.shop-product-detail .product-info h1 { font-weight: 700;}

/* price */
.shop-product-detail .product-info .price {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
	font-size: 30px;
	line-height: 1;
}
.shop-product-detail .product-info .price .old {
	font-size: 16px;
	font-weight: normal;
	text-decoration: line-through;
}
.shop-product-detail .product-info .price small { font-size: 14px; font-weight: normal;}
.shop-product-detail .product-info .price .incl { font-weight: 700;}

/* Shop-related-products
   ========================================================================== */
.shop-related-products {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #ededed;
}
.shop-related-products h2 { margin-bottom: 20px;}


/* ==========================================================================
   Search-results
   ========================================================================== */
.shop .search-results ul li {
	float: left;
	width: 25%;
}


/* ==========================================================================
   Shop-actions
   ========================================================================== */

.shop-actions { width: 540px;max-width:100%;}


/* ==========================================================================
   Shop-ordering
   ========================================================================== */

/* Breadcrumb
   ========================================================================== */
.shop-ordering .breadcrumb {
	height: 40px;
	margin: 0 0 20px 0;
	padding: 10px;
	list-style: none;
	border: 1px solid #e3e3e3;
}
.shop-ordering .breadcrumb li { float: left;}
.shop-ordering .breadcrumb li.divider { margin: 0 5px;}
.shop-ordering .breadcrumb li.active { font-weight: bold;}

/*.shop-navigation .breadcrumb li a, .shop-navigation .breadcrumb li.active a { color: #120c13;}
.shop-navigation .breadcrumb li a:hover { color: #ffc82a;}*/

/* Cart-content
   ========================================================================== */
.shop-ordering .cart-content-table { width: 100%; margin-bottom: 20px;}
.shop-ordering .cart-content-table tr.first,.shop-ordering .cart-content-table tr.line,.shop-ordering .cart-content-table tr.line-last  { border-bottom: 1px solid #e3e3e3;}
.shop-ordering .cart-content-table tr.line-top { border-top: 1px solid #e3e3e3;}
.shop-ordering .cart-content-table tr.line-bottom { border-bottom: 1px solid #e3e3e3;}
.shop-ordering .cart-content-table tr th {
	padding: 0 0 10px 0;
	text-align: left;
	font-weight: 600;
}
.shop-ordering .cart-content-table tr th.text-right { text-align: right;}
.shop-ordering .cart-content-table tr td { padding: 10px 0;}
.shop-ordering .cart-content-table tr td .image {
	width: 50px;
	height: 50px;
	background-color: #e3e3e3;
	overflow: hidden;
}
.shop-ordering .cart-content-table tr td .image img {
	display: block;
	max-width: 100%;
	height: auto;

}

/* customer-address */
.shop-ordering .customer-address { float: left;}
.shop-ordering .customer-address .billing { float: left;}

/* terms-and-conditions */
.shop-ordering .terms-and-conditions { margin: 20px 0; text-align: right;}
.shop-ordering .terms-and-conditions label input[type=checkbox] { margin-right: 5px;}

/* payment-method */
.shop-ordering .shipping {
    background-color: #f6f6f6;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    float: right;
    margin: 5px;
    padding: 10px;
    width: 780px;
}

.shop-ordering .hire-remark {
    width: 100%;
    height: 150px;
}


/* payment-method */
.shop-ordering .payment-method {
	float: right;
	padding: 10px;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	background-color: #f6f6f6;
}

/* Order-history-table
   ========================================================================== */
.shop .order-history-table { width: 100%;}
.shop .order-history-table tr th { text-align: left;}


/* ==========================================================================
   Columns
   ========================================================================== */

.two-columns:before, .two-columns:after { display: table; content: "";}
.two-columns:after { clear: both;}

.two-columns { margin-left: -20px; margin-bottom: 20px;}
.two-columns .column { float: left; width: 310px; margin-left: 20px;}

/* divider-right */
.two-columns .column.divider-right {
	margin-right: 60px;
	border-right: 1px solid #ededed;
}


/* ==========================================================================
   Tooltip
   ========================================================================== */

a.tooltip {
	position: relative;
	cursor: help;
}
a.tooltip span {
	z-index: 10;
	display: none;
	width: 220px;
	padding: 5px 6px;
	color: #000;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	font-weight: normal;
}
a.tooltip:hover span {
	display: inline;
	position: absolute;
	top: -20px;
	left: 20px;
	background-color: #fbc017;
	border-radius: 2px;
}
a.tooltip:hover span strong { font-weight: bold;}


/* ==========================================================================
   Alert
   ========================================================================== */

.alert {
	margin-bottom: 20px;
	padding: 6px 12px;
	list-style: none;
	border-radius: 2px;
}
.alert a:hover { text-decoration: underline;}

.alert-warning { border: 1px solid #e2c822; background-color: #fff9d7;}
.alert-error { border: 1px solid #cc0000; background-color: #ffebe8;}
.alert-success { border: 1px solid #56a403; background-color: #f0fff0;}


/* ==========================================================================
   Photoalbum
   ========================================================================== */
.photoalbum .thumb {
	position: relative;
	display: block;
	float: left;
	width: 220px;
	height: 165px;
	margin: 0 0 20px 20px;
	overflow: hidden;
}
.photoalbum .thumb img {
	transition: all 0.5s ease;
}
.photoalbum .thumb:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.photoalbum .thumb .name {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 12px;
	text-align: center;
}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
	padding-top: 40px;
	padding-bottom: 10px;
	background-color: #ededed;
}

/* column */
.footer .column {
	float: left;
	width: 25%;
}
.footer .column.address { width: 100%;}
.footer .column.address .ft-col h6 { color: #ea2327;}

/* ft-col */
.ft-col { margin-bottom: 30px;}
.ft-col h6 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}
.ft-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ft-col ul li {
	margin: 5px 0;
	font-weight: 300;
}


/* ==========================================================================
   Contact-form
   ========================================================================== */

.contact-form table { width: 100%;}
.contact-form table tr td { padding-bottom: 3px;}
.contact-form table tr td:first-child { padding-right: 20px;}
.contact-form small { color: #f00;}


/* ==========================================================================
   Images
   ========================================================================== */

.image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded { border-radius: 6px;}
.img-circle { border-radius: 50%;}
.img-thumbnail {
    padding: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
}


/* ==========================================================================
   CSS3 transition
   ========================================================================== */

a, .btn { transition: 0.5s;}


/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
	display: inline-block;
	min-width: 100px;
	padding: 5px 12px;
	color: #120c13;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	border-radius: 2px;
	background-color: #ffc82a;
}
.btn:hover { color: #120c13 !important; background-color: #f6b700;}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.btn-ghost {
	background-color: transparent;
	border: 2px solid #ffc82a;
	font-weight: 400;
}

/* Size
   ========================================================================== */
.btn-large { padding: 8px 12px; font-size: 18px; font-weight: 300; min-width: 140px;}
.btn-small { padding: 2px 8px; font-size: 12px;}
.btn-mini { padding: 0 6px; font-size: 11px;}


/* ==========================================================================
   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: 5px 6px;
	vertical-align: middle;
	border-radius: 2px;
	color: #595959;
	line-height: 20px;
}
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;}


/* ==========================================================================
   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;}

.clearfix:before, .clearfix:after { display: table; content: "";}
.clearfix:after { clear: both;}


/* ==========================================================================
   Logo-3w
   ========================================================================== */

.logo-3w {  display: block; position: fixed; right: 5px; bottom: 5px; width: 20px; height: 20px; background: url(../images/logo-3w.png);}


/* ==========================================================================
   FlexSlider
   ========================================================================== */

.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
}