/*
Theme Name: Stone Logistics
Theme URI: http://www.tn3.com.au/
Author: TN3 Productions
Author URI: http://www.tn3.com.au/
Description:
Version: 1.0
*/
*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Arial';
	font-size: 14px;
	background: #dddcdc;
}
h1, h2, h3, h4, h5, h6, ul{
	padding: 0; 
	margin: 0;
}
a{
	text-decoration: none;
}
/* Layouts */
.container-fluid:after,
.container:after,
.row:after,
.clearfix:after{
	content: "";
	display: table;
	clear: both;
}
.container-fluid{
	padding-left: 15px;
	padding-right: 15px;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.container{
	padding-left: 15px;
	padding-right: 15px;
}
@media(min-width: 768px){
	.container{
		width: 750px;
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
}
@media(min-width: 992px){
	.container{
		width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media(min-width: 1200px){
	.container{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* Colors */
.color-black{
	color: #3e3e3e;
}
.bgr-color{
	color: #3e3e3e;
}
.color-white{
	color: #fff;
}
.bgr-white{
	background: #fff;
}
.color-red{
	color: #d63f2c;
}
.bgr-red{
	background: #d63f2c;
}
.bgr-gray{
	background: #dddcdc;
}
/* Main styles */
header{
	background: #dddcdc;
}
header .container{
	position: relative;
}
.logo-text,
.logo-description{
	text-align: center;
}
.logo{
	width: 100%;
	background: #dddcdc;
}
.logo img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.callnow{
	color: rgb(214, 63, 44);
	text-align: center;
	font-size: 18px;
}
nav{
	margin-top: 20px;
}
nav ul{
	width: 100%;
	list-style: none;
}
nav a{
	display: block;
	background: #3e3e3e;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
nav ul li a:hover,
nav ul li.current-menu-item a{
	color: #d63f2c;
}
nav ul ul li a{
	background: #282828;
}
nav ul li.current-menu-item ul li a{
	color: #fff;
}
nav ul li.current-menu-item a:after{
	position: static;
}
.nav-toggle{
	display: block;
	width: 90px;
	height: 40px;
	text-align: center;
	margin: 10px auto;
	line-height: 40px;
	border-radius: 3px;
}
.container-thumb{
	background: #dddcdc;
	text-align: center;
	max-height: 250px;
}
.container-thumb.home{
	max-height: 375px;
}
.container-thumb .img-responsive{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.thumbnail{
	background: #dddcdc;
	height: auto;
}
.thumbnail .thumb{
	height: auto;
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.content{
	background: #dddcdc;
	color: #3e3e3e;
	padding: 5px 0px 30px;
}
.content ul{
	margin-left: 25px;
	margin-bottom: 20px;
}
.content a{
	color: #A32718;
	text-decoration: underline;
}
.content-title{
	color: #a32718;
	font-size: 18px;
	text-align: center;
	font-weight: lighter;
	margin-bottom: 25px;
}
.content-text p{
	margin-bottom: 25px;
}
.content-text h2,.content-text h3,
.content-text h4, .content-text h5{
	margin-bottom: 25px;
}
.contact{
	padding: 10px;
	border: 1px solid rgb(0, 0, 0);
	border-radius: 3px;
}
.contact .content-title{
	width: 100%;
	color: #3e3e3e;
	font-size: 14px;
	font-weight: bold;
}
.contact-form .form-group{
	margin-bottom: 4px;
}
.contact-form .form-group:after{
	content: "";
	display: table;
	clear: both;
}
.contact-form .col-1,
.contact-form  .col-2{
	float: left;
	width: 100%;
}
.contact-form label{
	height: 27px;
	line-height: 27px;
}
.contact-form input[type="text"]{
	width: 90%;
	border: none;
	height: 27px;
	padding: 0 10px;
	background: #fff;
}
.contact-form textarea{
	width: 93%;
	height: 100px;
	padding: 10px;
	border: none;
	background: #fff;
}
.contact-form input[type="submit"]{
	font-size: 24px;
	font-weight: bold;
	border: none;
	width: 145px;
	height: 35px;
	background: #0bdc01;
	color: #fff;
	display: block;
	margin: 10px auto;
	cursor: pointer;
}
.contact-form input[type="submit"]:hover{
	background: #0BB601;
}
.contact-form .call,
.contact-form .email{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.contact-form .email a{
	color: #f82b08;
}
.contact .email a{
	color: #A32718;
	text-decoration: underline;
}
.copyright{
	float: left;
	margin-bottom: 10px;
}
.copyright,
.copyright a{
	color: #fff;
	text-decoration: none;
	padding-right: 5px;
}
footer{
	background: #000;
	padding: 15px;
}
nav.footer{
	float: left;
	margin: 0px;
	margin-top: 3px;
	height: auto;
}
nav.footer ul{
	position: static;
	visibility: visible;
	opacity: 1;
	height: auto;
	display: block;
	max-width: 100%;
	margin-left: 0;
}
nav.footer ul li{
	float: left;
	margin: 0;
	padding: 0 5px;
	border-left: 1px solid #fff;
}
nav.footer ul li ul li{
	border-left: none;
}
nav.footer ul li a{
	width: auto;
	height: auto;
	background: transparent;
	font-size: 14px;
	line-height: 90%;
	padding: 0;
	text-decoration: underline;
}
nav.footer ul li a:hover{
	color: #EE1A1A;
}
nav.footer ul li.current-menu-item a{
	color: #EE1A1A;
}
nav.footer ul li.current-menu-item a:after,
nav.footer ul li a:hover:after{
	position: static;

}
footer .tn3{
	float: right;
	margin-top: 15px;
}
@media(max-width: 649px){
	nav ul{
		max-width: 300px;
		position: absolute;
		visibility: hidden;
		left: 50%;
		margin-left: -150px;
		opacity: 0;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	nav ul li ul{
		position: relative;
	}
	nav ul.show{
		visibility: visible;
		opacity: 1;
	}
	nav li a{
		padding: 7px 10px;
	}
	nav li:not(:last-child) a{
		border-bottom: 1px solid #31322C;
	}
}
/* Custom contact form 7 */
.wpcf7-quiz{
	padding: 0 8px !important;
}
/* Gallery page */
.gallery-item{
	width: 100%;
}
.gallery-item .thumb{
	cursor: pointer;
}
@media(min-width: 768px){
	.gallery-item{
		width: 50%;
	}
}
.gallery-item .img-responsive{
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%
}
.g-overlay{

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,0.7);

	z-index: -9999;

	opacity: 0; 

	-webkit-transition: all .8s;

	        transition: all .8s;              

}

.g-overlay.active{

	z-index: 9999;

	opacity: 1; 

}

.g-content{

	position: absolute;

	top: 50%;

	left: 50%;

	width: 90%;

	max-width: 768px;

	margin: 0 auto;

	background: #FFF;

	border-radius: 4px; 

	-webkit-transform: translateY(-100px);

	    -ms-transform: translateY(-100px);

	        transform: translateY(-100px);

	-webkit-transition: all .4s .1s;

	        transition: all .4s .1s;   

}

.g-content.active{

	-webkit-transform: translateY(0);

	    -ms-transform: translateY(0);

	        transform: translateY(0);

}

.g-content .content{

	padding: 15px;

}

.g-content .content img{

	margin: 0 auto;
	display: block;

}

.g-content .des,

.g-content .title{

	padding: 10px 15px;

	background: #EAEAEA;

	text-align: center;

	font-size: 15px;

}

.g-content .des{

	border-radius: 0 0 4px 4px;

}

.g-content .title{

	position: relative;

	font-weight: bold;

	text-transform: uppercase;

	border-radius: 4px 4px 0 0;

}

.g-content .close{

	position: absolute;

	width: 45px;

	height: 41px;

	top: 0;

	right: 0;

	display: block;

	background: #7E7E7E;

	border-radius: 0 4px 0 0;

	z-index: 9999;

}

.g-content .close:after,

.g-content .close:before{

	position: absolute;

	content: "";

	top: 20px;

	width: 35px;

	height: 4px;

	border-radius: 3px;

	background: #000;

}

.g-content .close:after{

	left: 5px;

	-webkit-transform: rotate(45deg);

	    -ms-transform: rotate(45deg);

	        transform: rotate(45deg);

}

.g-content .close:before{

	right: 5px;

	-webkit-transform: rotate(-45deg);

	    -ms-transform: rotate(-45deg);

	        transform: rotate(-45deg);

}
.g-overlay .img-responsive{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.g-content{
	position: relative;
}
.arrow{
	position: absolute;
	top: 50%;
	z-index: 99999;
	display: inline-block;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	color: #ccc;
	text-align: center;
	line-height: 40px;
}
.arrow .fa{
	color: #34352D;
}
.arrow.prev{
	left: 0;
}
.arrow.next{
	right: 0;
}