/*
Theme Name: Plataformas Krecz
Description: Plataformas Krecz - Alquiler de plataformas para trabajos en altura
Author: SC Studio
Author URI: http://www.scstudio.com.ar/
Version: 1.0
*/

/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,500,300);
@import url(https://fonts.googleapis.com/css?family=Oswald);

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Ubuntu', sans-serif;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
}




/*  General   */

.container {
	position: relative;
	min-width: 320px;
}

.clear {
	clear: both;
}

a.block {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	outline: none;
}

.text-rotate {
    transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}





/*############################# HEADER #############################*/

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 144px;
	border-bottom: 3px solid #f6af25;
	background: rgba(33, 33, 33, 0.95);
	z-index: 999;
}

#header .top {
	background: #222;
	height: 38px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#header .top li {
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	color: #CCC;
	font-size: 14px;
	display: inline-block;
	height: 38px;
	line-height: 33px;
	padding: 0 15px;
}

#header .top li a {
	color: #CCC;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

#header .top li i {
	padding: 0 5px 0 0;
}

#header .top .icon {
	position: absolute;
	right: 15px;
	top: 0;
	color: #CCC;
	font-size: 18px;
	padding: 5px;
	margin: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

#header .top .icon.last {
    right: 35px;
}

#header .top li.email:hover i {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

#header .top .icon:hover,
#header .top li a:hover,
#header .top li.email:hover i {
	color: #f6af25;
	text-decoration: none;
}

#header h1.logo a {
	display: block;
	width: 247px;
	height: 59px;
	margin: 21px 0 0 0;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/main-logo.png) no-repeat;
	outline: none;
}

#header h3 {
	position: absolute;
	right: 15px;
	top: 19px;
	font-size: 22px;
	color: #FAFAFA;
	font-family: 'Oswald', sans-serif;
	text-shadow: 0px 0px 1px #fff;
}

.main-menu > li {
	padding: 0 0 0 30px;
}

.main-menu > li > a {
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
}

.main-menu > li > a:focus,
.main-menu > li > a:hover,
.main-menu > li > a:active,
.main-menu > li.current > a {
	color: #f6af25 !important;
	text-decoration: none !important;
	background: none !important;
	outline: none !important;
}

.main-menu > li > a:active,
.main-menu > li > a:focus {
	color: #FFF !important;
}

.main-menu > li.current > a {
	color: #f6af25 !important;
}

#main-menu {
	margin: 61px 0 0 0;
}

#header .navbar-toggle .icon-bar {
    background: #FFF none repeat scroll 0 0;
    border-radius: 1px;
    display: block;
    height: 4px;
    width: 28px;
}

#header .navbar-toggle {
	position: absolute;
	right: 0;
	top: -55px;
	margin: 0;
	padding: 0;
	z-index: 999;
}

.navbar-collapse {
	border-top: none;
}

/*############################# CONTENT #############################*/

#content {
}

.section {
	position: relative;
	width: 100%;
}

#banner {
	position: relative;
	background: url(../img/banner-bg2.jpg) center no-repeat;
	background-size: cover;
	height: 600px;
	box-shadow: 0 2px 3px #000;
    -webkit-box-shadow: 0 2px 3px #000;
    -moz-box-shadow: 0 2px 3px #000;
}

#banner .image1 {
	position: absolute;
	left: 0;
	top: 185px;
}

#banner .image2 {
	position: absolute;
	right: 0;
	top: 210px;
}

#banner h1 {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 34px;
	line-height: 41px;
	text-transform: uppercase;
	padding: 362px 0 0 0;
	text-shadow: 2px 5px 2px #000;
}

#banner h1 span {
	font-size: 30px;
	display: block;
}

.about {	
	padding: 100px 0;
}

.about .text {
	padding-top: 30px;
}

.about h2 {
	border-left: 5px solid #f6af25;
	font-size: 18px;
	text-transform: uppercase;
	color: #2d2d2d;
	margin: 0 0 20px;
	background: url(../img/pattern.png) center repeat-x;
}

.about h2 span {
	background: #FFF;
	padding: 0 10px;
}

.about p {
	color: #777;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0 10px;
	text-align: justify;
}

.about .image img {
	float: right;
}

.sep-info {
	padding: 40px 0;
	text-align: center;
	background: url(../img/background-1.jpg) center;
	background-size: cover;
}

.sep-info h2 {
	font-size: 32px;
	color: #FFF;
	position: relative;
	z-index: 5;
	font-weight: 300;
}

.sep-info h2 span {
	font-weight: 500;
}

.sep-info p {
	font-size: 26px;
	position: relative;
	z-index: 5;
	color: #FFF;
	padding: 5px 0 0 0;
	font-weight: 300;
}

.sep-info .overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #f6af25 url(../img/pattern.png);
	opacity: 0.9;
	z-index: 1;
}

.products {
	padding: 100px 0;
}

.products h2,
.clients h2,
.gallery h2,
.contact h2,
.new-product h2 {
	color: #2d2d2d;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
}

.products h2 span,
.clients h2,
.gallery h2 span,
.contact h2 span,
.new-product h2 span {
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 15px;
	position: relative;
}

.products h2 span::after,
.clients h2::after,
.gallery h2 span::after,
.contact h2 span::after,
.new-product h2 span::after {
    background-color: #f6af25;
    border-radius: 1px;
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100px;
	left: 50%;
    margin-left: -50px;
}

.section p.center,
.gallery p,
.contact p {
	font-size: 16px;
	color: #606060;
	clear: both;
	text-align: center;
	padding: 35px 0 30px;
	font-weight: 300;
}

.section.new-product p {
	padding: 35px 0 80px;
}

.products .nav-tabs {
	text-align: center;
	border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.products .nav-tabs li {
	float: none;
	display: inline-block;
	text-align: center;
}

.products .nav-tabs li img {
	display: block;
	margin: 0 auto 15px;
	filter: url('#grayscale');
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: Gray(); /* IE4-8 and 9 */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.products .nav-tabs li:hover img,
.products .nav-tabs li.active img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.products .nav-tabs a {
	outline: none;
	border-bottom: 5px solid transparent;
    color: #2d2d2d;
    display: block;
    line-height: 1;
    padding: 30px 38px 20px;
    position: relative;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.products .nav-tabs a:hover {
    color: #eeb313;
}

.products .nav-tabs > li.active > a,
.products .nav-tabs > li.active > a:focus,
.products .nav-tabs > li.active > a:hover,
.products .nav-tabs > li > a,
.products .nav-tabs > li > a:focus,
.products .nav-tabs > li > a:hover {
	border: none;
	background: none;
}

.products .nav-tabs .active a,
.products .nav-tabs .active a:focus,
.products .nav-tabs .active a:active {
    border-color: #f6af25;
    color: #f6af25;
	border-bottom: 4px solid #eeb313 !important;
}

.products .boxes {
	text-align: center;
	padding: 45px 0 0 0;
}

.products .boxes .box {
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px 0 57px 0;
	display: inline-block;
	vertical-align: top;
	border-radius: 7px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	box-shadow: 0px 1px 3px #999;
    -webkit-box-shadow: 0px 1px 3px #999;
    -moz-box-shadow: 0px 1px 3px #999;
}

.products .boxes .box img {
	width: 80%;
	margin: 0 auto;
}

.products .boxes .box h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f6af25 none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    color: #2d2d2d;
    display: block;
    font-weight: 500;
    margin-top: 0;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 100%;
	font-size: 13px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.products .boxes .box:hover h3 {
	color: #f6af25;
	background: #2d2d2d;
}

.clients {
	padding: 60px 0 55px;
	background: #222;
	text-align: center;
}

.clients h2 {
	position: relative;
	display: inline-table;
	color: #FFF;
	font-size: 20px;
	margin: 0 0 85px;
}

.clients img {
	height: 70px;
	width: auto;
	margin: 0 32px 30px;
}

.gallery {
	padding: 100px 0;
}

.gallery h2 {
}

.gallery .special {
	width: 20%;
}

.gallery figure {
	width: 220px;
	height: 220px;
	overflow: hidden;
	margin: 0 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.gallery figure img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.gallery figure:hover img {
	opacity: 0.8;
}

.gallery .images {
	padding-top: 30px;
}

.contact {
	padding: 100px 0;
	background: #222;
}

.contact h2 {
	color: #FFF;
}

.contact p.center {
	color: #FFF;
	padding: 35px 0 55px;
}

.contact form {
	position: relative;
}

.contact form input,
.contact form textarea {
	border: 2px solid rgba(255, 255, 255, 0.19);
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
	color: #FFF;
	margin: 15px 0 0 0;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	font-family: 'Ubuntu', sans-serif;
}

.contact form textarea {
	height: 150px;
	resize: none;
}

.contact form textarea {
	line-height: 15px;
}

.contact .form-control:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	border: 2px solid rgba(255, 255, 255, 0.80);
	
}

.contact form button {
	margin: 15px 0 0 0;
	width: 100%;
	border: none;
	padding: 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	background: #f6af25;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.contact form button:hover {
	background: #FFF;
}

.contact li {
	color: #FFF;
	font-size: 15px;
	padding: 10px 0;
}

.contact li a {
	color: #FFF;
}

.contact form {
}

.contact li.email:hover i,
.contact li.email:hover a {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.contact li.email:hover i,
.contact li.email:hover a {
	color: #f6af25;
	text-decoration: none;
}

::-webkit-input-placeholder {
    color: #FFF !important;
}
:-moz-placeholder {
    color: #FFF !important;
    opacity: 1;
}
::-moz-placeholder {
    color: #FFF !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #FFF !important;
}
:placeholder-shown {
	color: #FFF !important;
}

body.modal-open {
    overflow: visible;
}

.modal {
	text-align: left;
}

.modal ul {
	padding: 0 0 30px;
}

.modal li {
	color: #555;
	font-size: 12px;
	padding: 2px 0;
}

.modal li i {
	color: #f6af25;
	margin: 0 3px 0 0;
}

.modal h5 {
	color: #555;
	font-size: 15px;
	padding: 0 0 15px;
	text-align: left
}

.modal h4 {
	color: #f6af25;
	text-align: center;
}

.modal .right {
	text-align: center;
}

.modal figure {
}

.modal figure img {
}

.modal table {
	font-size: 12px;
	width: 100%;
	border: 1px solid #eee;
}

.modal table tr {
	padding: 6px 0;
}

.modal table tr:nth-child(even) {
    background-color: #eee;
}

.modal table td {
	padding: 5px 10px;
}

.modal .download {
	color: #f6af25;
	font-weight: bold;
	font-size: 14px;
}

.container.error {
	padding: 350px 0;
}

.messagebox {
	position: absolute;
	padding: 0 1px;
	font-size: 12px;
	text-align: center;
	bottom: -43px;
	left: 0;
	right: 0;
	width: 100%;
	color: #f6af25;
	border: 1px solid #f6af25;
	padding: 5px
}

.messageboxerror {
	color: #F00;
	background: #ffc0c0;
	border: 1px solid #F00;
}

.messageboxok {
	color: #009e13;
	background: #bbe8c3;
	border: 1px solid #009e13;
}


/* ###### New product ###### */

.new-product {
    padding: 100px 0 0;
}

.new-product .item {
    position: relative;
    padding: 70px 0;
    /*background: url('../img/banner-bg3.jpg');*/
    background: #000;
    overflow: hidden;
}

.new-product .item.style2 {
    background: #f6af25;
}

.new-product .item:before {
    position: absolute;
    bottom: 0;
    width: 831px;
    height: 442px;
    content: "";
}

.new-product .item:before {
    background: #F6B026;
    right: -474px;
    transform: rotate(-65deg);
    -webkit-transform: rotate(-65deg);
    -moz-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    -o-transform: rotate(-65deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.new-product .item.style2:before {
    background: #000;
    left: -474px;
    transform: rotate(65deg);
    -webkit-transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    -o-transform: rotate(65deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.new-product h3 {
    color: #f6af25;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 54px;
    padding-bottom: 42px;
    padding-top: 60px;
}

.new-product .item3 h3 {
    padding-top: 22px;
}

.new-product .style2 h3 {
    color: #FFF;
}

.new-product table {
    text-align: center;
    border: 2px solid #FFF;
}

.new-product table thead tr {
    background-color: #000 !important;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}

.new-product table th {
    text-align: center;
    padding: 5px 10px;
}

.new-product table th.size1 {
    width: 135px;
}

.new-product table th.size2 {
    width: 120px;
}

.new-product table tr {
    background-color: #F6B026;
}

.new-product table tr:nth-child(odd) {
    background-color: #DADADA;
}

.new-product table td {
    padding: 5px 10px;
}

.new-product .left .image {
    text-align: left;
}

.new-product .right .image {
    text-align: right;
}

.new-product table.clean td {
    text-align: left;
}

.new-product table.clean td:nth-child(2) {
   text-align: right;
}


/*############################# FOOTER #############################*/

#footer {
	background: #f6af25;
	padding: 20px 0;
	font-size: 14px;
}

#footer p.right {
	text-align: right;
}

#footer p a {
	color: #FFF;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

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