@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,700,800);
@import url(https://fonts.googleapis.com/css?family=Rock+Salt);

/*!
 * Clean v2.0.0
 * Homepage: http://scripteden.com
 * Copyright 2015 Script Eden
 * Licensed under MIT
*/

body {
	font: 300 14px/1.8 'Raleway', sans-serif;
	color: #666;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #E7746F;
}

a:hover {
	text-decoration: none;
	color: #999;
}

/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */


.navbar a,
.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font: 700 40px/1.2 Raleway, sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 5px 0 5px;
	color: #222;
}

h2 {
	font-size: 30px;
	margin: 0 0 30px;
}

.main-page {
	font-family: 'Rock Salt', cursive;
}

h3 {
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

h4 {
	font-size: 12px;
	letter-spacing: 1px;
}

h5 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.form-control,
.input-group-addon {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}


/* ---------------------------------------------- /*
 * Input-group
/* ---------------------------------------------- */

.input-group .form-control {
	z-index: auto;
}

.input-group-addon {
	background: #D8E1E4;
	border: 2px solid #D8E1E4;
	padding: 6px 15px;
	font-weight: 700;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */

.form-control {
	background: #FFF;
	border: 1px solid #D8E1E4;
	font-size: 12px;
	padding: 0 15px;
}

.form-control:focus{
    border-color: rgba(135, 135, 135, 0.7);
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 38px;
	font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
	font-size: 11px;
	height: 30px;
}

textarea.form-control {
	padding: 15px;
    	max-width: 100%;
    	min-width: 100%;
}

/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */

.btn {
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 8px 26px;
	border: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	outline: inherit !important;
}

/* Button size */

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 25px;
	font-size: 13px;
    background: rgba(17, 17, 17, 0.8);
    color: #fff;
}
.btn-lg:hover,
.btn-group-lg > .btn:hover{
    background: rgba(17, 17, 17, 1.8);
    color: #fff;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 6px 25px;
	font-size: 11px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 5px 25px;
	font-size: 10px;
}

.btn .icon-before {
	margin-right: 6px;
}

.btn .icon-after {
	margin-left: 6px;
}

/* ---------------------------------------------- /*
 * General Styles
/* ---------------------------------------------- */

.pfblock {
	padding: 120px 0 100px;
}

.pfblock-gray {
	background: #444;
}

.pfblock-image {
	padding: 0;
}

.calltoaction h1,
.calltoaction h2,
.calltoaction h3,
.calltoaction h4,
.calltoaction h5,
.calltoaction h6,
.pfblock-image,
.pfblock-image h1,
.pfblock-image h2,
.pfblock-image h3,
.pfblock-image h4,
.pfblock-image h5,
.pfblock-image h6 {
	color: #fff;
}

.pfblock-header {
	text-align: center;
	margin: 0 0 60px;
}

.pfblock-header-left {
	text-align: left;
}

.pfblock-header-left .pfblock-line {
	width: inherit;
	margin: 30px 0;
}

.pfblock-title{
    font-weight: 800;
}

.gray {
	color: #fff;
}
.gray-sub {
	color: #959595;
}

.pfblock-subtitle {
	font-family: Raleway, "Times New Roman", Times, sans-serif;
	font-style: normal;
	font-size: 18px;
}

.pfblock-header b {
	font-weight: 500;
}

.pfblock-line {
	background: rgba(135, 135, 135, 0.5);
	width: 100px;
	height: 1px;
	margin: 30px auto;
}

.pfblock-icon {
	font-size: 32px;
}
.calltoaction *{
    text-align: center;
}
.calltoaction {
    background: url(../images/Panorama_Scalino.jpg);
	background-color: #222;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 50px 0;
	color: #999;
}

.calltoaction h2 {
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	color: #000;	
}

.calltoaction-decription{
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.calltoaction-decription .download {
	font-weight: 700;
}

.calltoaction-btn {
	text-align: center;
}

.calltoaction-btn > .btn {
    background: rgba(255, 255, 255, .8);
    color: #111;
	margin-top: 5px;
	margin-bottom: 5px;
}
.calltoaction-btn > .btn:hover{
    background: #fff;
}

.long-down {
	margin-bottom: 40px;
}

/* ------------------------------------------------------- /*
 * Marco custom CSS - "Gallery" section, modals and forms
/* ------------------------------------------------------- */

.modal-dialog {
    overflow-y: initial !important;
    width: 800px;
}

.prod-steps {
    margin-left: -50px;
}

.product-details {
    padding-left: 25px;
}

.product-details .checkbox-inline {
    margin: -100 0 0 25;
}

.checked-item {
    height: 40px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.checkbox-inline {
    width: 140px;
    display: inline-block;   
    background-color: #959595; 
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 6px;
}

.other {
    vertical-align: middle;
    margin-left: 10px;
    max-width: 200px;
    overlay: hidden;
    display: inline-block;
}

.form-text {
    font-size: 16px;
    font-weight: 600;
}

.media {
    vertical-align: middle;
}

.media-body {
    padding-top: 6px;
    display: inline-block;
}

.checkbox-inline input[type="checkbox"] {
    display: none;
}

.checkbox-inline i.fa-square-o {   
    display: inline-block;
}

.checkbox-inline i.fa-check-square-o {   
    display: none;
}

.checkbox-inline i {
    margin-right: 5px;
}

.checkbox-inline input[type="checkbox"]:checked ~ i.fa-square-o {
    display: none;
}

.checkbox-inline input[type="checkbox"]:checked ~ i.fa-check-square-o {
    display: inline-block;
}

.quote-request-btn .btn {
    max-width: 600px;
    margin: 0 auto; 
    height: 50px;
    font-weight: 700;
    background-color: #959595; 
}

.quote-request-btn .btn-primary:hover { 
    background-color: #006dcc;
}

.iconbox {
	background: #fff;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	padding: 40px 20px;
	margin: 0 0 20px;
	min-height: 600px;
}

.iconbox-icon {
	margin: 0 0 15px;
	font-size: 32px;
	color: #222;
}

.iconbox-title {
	margin: 0 0 15px;
	padding: 0;
}

.otherphotos {
	background: #bbb;
}

.otherphotos .iconbox-desc {
	color: #fff;
}

.otherphotos .iconbox-desc a {
	color: #fff;
}

.otherphotos .iconbox-desc a:hover {
	color: #999;
}

.otherphotos .form-group input[type="checkbox"] + .btn-group .btn {
	border: 0px;
}

.otherphotos .form-group input[type="checkbox"]:checked + .btn-group .btn {
	border: 0px;
}

.form-group {
    margin-top: 20px;
}

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label:last-child {
    display: block;   
    background-color: #959595; 
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 6px;
}

.form-group input[type="checkbox"]:checked + .btn-group > label:first-child {
    display: block;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 6px;
}
.form-group input[type="checkbox"]:checked + .btn-group > label:last-child {
    display: none;   
}

.form-group input[type="checkbox"] + .btn-group > label {
    left: 0;
    margin: 0 0 0 -20;
    width: 120px;
}

.quantity {
    margin-right: 15px;
    margin-left: 5px;
    vertical-align: middle;
}

.count {  
    width: 52px;
    text-align: center;
    margin-top: 3px;
}

	.pagination {
	
	}	
	
	.pagination .page_link {
	   border: 0;
	   margin: 0 1px;
           background: #959595;
	   color: #fff;
        }
        
        .pagination .active_page {
           background: #006dcc;
        }
        
        .pagenums {
           color: #fff;
        }
        
.img-responsive {
    margin: 0 auto;
}

#coupon {
    max-width: 180px;
}

/* ---------------------------------------------- /*
 * Contact
/* ---------------------------------------------- */

.ajax-response {
	text-align: center;
}

/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {
	background: #222;
	text-align: center;
	padding: 40px 0;
	color: #FFF;
}

.copyright {
	margin: 0;
}

.copyright a{
    border-bottom: 1px dotted #fff;
}

#footer span{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color: #ff5252;
}

.social-links {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.social-links li {
	display: inline-block;
	margin: 5px;
}

.social-links a {
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	font-size: 28px;
	color: rgba(255, 255, 255, .4);
}

.social-links a:hover {
	border: 1px solid rgba(255, 255, 255, .5);
	color: rgba(255, 255, 255, .8);
}

/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.header {
	position: relative;
	width: 100%;
	z-index: 998;
}

.navbar-custom {
	border: 0;
	border-radius: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: Raleway, sans-serif;
}

.navbar-custom,
.navbar-custom .dropdown-menu {
	background: #222;
	padding: 0;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	font-size: 11px;
	letter-spacing: 3px;
	color: #fff;
}

.navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav > li.active a {
	background: none;
	outline: 0;
	color: #E7746F;
}

.navbar-custom .navbar-brand {
	font-weight: 500;
	font-size: 22px;
	margin-top: -15px;
}

.navbar-custom .dropdown-menu {
	border: 0;
	border-top: 2px solid #E7746F;
	border-radius: 0;
}

.navbar-custom .dropdown-menu > li > a {
	padding: 10px 20px;
}

.navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
	background: #f5f5f5;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #fff;
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 2em;
	right: 2em;
}

.scroll-up a {
	background-color: rgba(135, 135, 135, 0.5);
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(235, 235, 235, .8);
	color: #e7746f;
}

/* ---------------------------------------------- /*
 * Scroll Down
/* ---------------------------------------------- */

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
	z-index: 10;
    text-align: center;
}

.scroll-down span{
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

/* ---------------------------------------------- /*
 * Media - Marco media queries for modal display
/* ---------------------------------------------- */

@media screen and (max-width: 1200px) {
	
	.other {
	    width: 140px;
	    margin-top: 10px;
	}

	.modal-dialog {
	    max-width: 744px;
	    margin: 0 auto;
	}
	
	.quote-modal .modal-body, .email-modal .modal-body {
	    margin-left: -15px;
	    overflow-y: auto;
	    overflow-x: hidden;
	}

}

@media screen and (max-width: 767px) {

	.modal-dialog {
	    max-width: 511px;
	    height: 780px; 
	    margin: 0 auto;
	}

	.modal-body {
	    max-height: 360px;
	    overflow-y: auto;
	    overflow-x: hidden;
	}
	
	.modal-footer {
	    display: inline;
	}
	
	.checkbox-inline, #other-type {
    	    margin: 0 0 10px 10px;
    	    display: block; 
	}
}

@media (max-width: 480px) {

	h1 {
		font-size: 34px;
		letter-spacing: 3px;
	}

	h2 {
		font-size: 24px;
		margin: 0 0 30px;
		letter-spacing: 3px;
	}
	
	.modal-dialog {
	    max-width: 100%;
	    margin: 0 auto;
	    height: 360px; 
	}
	
	.modal-body {
	    overflow-y: auto;
	    overflow-x: hidden;
	}

}

@media (max-width: 320px) {
	
	.modal-footer .btn {
	   display: block;
	   float: right;
	   margin-right: 10px;
	}
	.modal-footer .btn-default {
	   float: left;
	   margin-left: 10px;
	}

}