/*
Theme Name:SA VENDING

*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
@import url(http://fonts.googleapis.com/css?family=Roboto);
/*font-family: 'Roboto', sans-serif;*/
body{
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	line-height:18px;
	color:#6e6c6c;
	background:url(../../../images/body-bg.jpg) repeat-x 0 0 #fff;
}

*{
	padding:0;
	margin:0;
}

.spacer{
	clear:both;
	font-size:0;
	line-height:0;
}

a{
	text-decoration:none;
	outline:none;
}

img{
	max-width:100%;
}

/* ================= wrapper 
====================================================== */
.wrapper{
	width:990px;
	margin:0 auto;
}


/* ================= wrapper Top
====================================================== */
.wrapper_top{
	width:100%;
	padding:26px 0 11px 10px;
}

.wrapper_top a{
	color:#86898c;
}

.wrapper_top a:hover{
	color:#000;
}

.logo{
	width:auto;
	float:left;
}

.mail_div{
	width:auto;
	float:left;
	padding:65px 0 0 253px;
}

.mail_div span{
	background:url(../../../images/mail-icon.png) no-repeat 0px 0;
	padding:0 0 0 27px;
}

.call_div{
	width:auto;
	float:left;
	padding:65px 0 0 23px;
}
.call_div span{
	background:url(../../../images/phone-icon.png) no-repeat 0px 0;
	padding:0 0 3px 27px;
}

.socials_icon{
	width:157px;
	float:right;
	padding-left:10px;
	padding-top:60px;
}

.socials_icon ul{
	list-style-type:none;
}

.socials_icon ul li{
	width:26px;
	height:26px;
	float:left;
	padding:0 0 0 20px;
}


.socials_icon ul li a{
	width:26px;
	height:26px;
	float:left;
	background-image:url(../../../images/social-icons.png);
	background-position:0 0;
	text-indent:-9999px;
}

.socials_icon ul li.twi a{
	background-position:-46px 0;
}

.socials_icon ul li.in a{
	background-position:-91px 0;
}

/* ================= Navigation
====================================================== */
.nav{
	background-color:#a1343a;
	float:left;
	width:100%;
}

.nav ul{
	list-style-type:none;
	width:904px;
	margin:0 auto;
	float:none;
}

.nav ul li{
	width:auto;
	float:left;
	padding:0 6px;
}


.nav ul li a{
	width:auto;
	float:left;
	text-transform:uppercase;
	line-height:41px;
	font-size:15px;
	color:#fff;
	padding:0 15px;
}

.nav ul li a:hover,.nav ul li.current-menu-item a{
	background-color:#ee612c;
}

/* ================= Header part start
====================================================== */
.header {
    border-left: 1px solid #ebeaea;
	border-right: 1px solid #ebeaea;
	box-shadow: -4px 0 18px 0 #ebeaea;
	margin: 0 auto;
    padding: 18px 0 0;
    text-align: center;
    width: 100%;
	overflow:hidden;
}

.header-inn {
    margin: 0 auto;
    width: 950px;	
}

.header h1{
	font-size:30px;
	line-height:30px;
	color:#2a2f35;
	font-weight:normal;
	padding:30px 0 10px 0;
}

.header p{
	font-size:15px;
	line-height:25px;
	color:#6e6c6c;
	width:855px;
	margin:0 auto;
}

/* ======================== Boxes wrapper
=================================================================== */
.boxes_wrapper{
	width:100%;
	background-color:#e8e9ea;
}

.boxes_top_shadow{
	width:1004px;
	margin:0 auto;
}

.boxes_inn{
	width:990px;
	margin:0 auto;
	padding:20px 0 15px;
}

.boxes_inn ul{
	list-style-type:none;
}

.boxes_inn ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D4D5D6;
    box-shadow: 0 1px 5px #D4D5D6;
    float: left;
    min-height: 284px;
    margin: 0 0 0 12px;
    padding: 0px 0 0 0px;
    width: 186px;
	text-align:center;
	position:relative;
}

.boxes_inn ul li:first-child {
    margin-left: 0px;
}

.img_div{	
	width:100%;
	height:144px;
	background-color:#f2f0f0;
	display:table;
}

.img_div_inn{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.img_div_inn img{
	max-width:186px;
}

.boxes_inn ul li h3{
	font-size:13px;
	line-height:25px;
	font-weight:bold;
	color:#2a2f35;
	text-transform:uppercase;
	padding:18px 0 15px;
}

.boxes_inn ul li a{
	color:#fff;
	display:block;
	background-color:#a1343a;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

.boxes_inn ul li a:hover{
	color:#fff;
	background-color:#000;
}

/* ================== Footer part start
========================================================== */
.footer{
	width:990px;
	margin:0 auto;
	overflow:hidden;
	padding:35px 0 0 0;
}

.footer a{
	color:#A1343A;
}

.footer a:hover{
	color:#6E6C6C;
}

.footer_box{
	width:313px;
	float:left;
	padding:0 0 16px;
}

.footer h3{
	font-size:18px;
	line-height:25px;
	color:#a1343a;
	text-transform:uppercase;
	padding:0 0 19px 0;
}

.footer_box ul{
	width:128px;
	float:left;
	list-style-type:none;
}

.footer_box ul li a{
	width:128px;
	float:left;
	color:#7e7e7f;
	font-weight:12px;
	line-height:20px;
	display:block;
}

.footer_box ul li a:hover{
	color:#000;
}

.footer_box1{
	width:528px;
	float:left;
}



.footer_box1_lft{
	width:242px;
	float:left;
}

.footer_box2_lft{
	width:200px;
}

.footer_logo{
	width:auto;
	float:right;
}

.bord_line{
	border-top:1px solid #e3e3e3;
}

.footer_p{
	text-align:center;
	padding:18px 0;
}

.wpcf7-form{
	width:40%;
	float:left;
}

.cont-rgt{
	width:50%;
	height:200px;
	float:right;
}

.cont-rgt iframe{
	width:100%;
	height:100%;
}

/* ======================= Inner Pages
================================================================ */
.cont_wrapper{
	width:1001px;
	margin:0 auto;
	padding:0 0 0 3px;
}

.inner_cont_wrapper{
	border-left: 1px solid #EBEAEA;
    border-right: 1px solid #EBEAEA;
	border-bottom: 1px solid #EBEAEA;
    box-shadow: -4px 5px 18px 0 #EBEAEA;
    margin: 0 auto;
    padding: 34px 19px 62px;
    width: 952px;/*width: 990px;*/
	line-height:25px
}

.inner_cont_wrapper h1{
	font-size:30px;
	line-height:30px;
	color:#a1343a;
	font-weight:normal;
}

.font_size1{
	font-size:15px;
	line-height:25px;
	padding:25px 0 21px;
}

.alignright{
	width:auto;
	float:right;
	margin:8px 0 0 60px ;
}

.entry-thumbnail{
	width:auto;
	float:left;
	margin:8px 60px 0 0;
	border:1px solid #EBEAEA;
	text-align:center;
	display:table;
}
.entry-thumbnail-img{
	display:table-cell;
	vertical-align:middle;
	padding:
}

.inner_cont_wrapper h2 {
    color: #A1343A;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
	padding:10px 0 0px 0;
}

.inner_cont_wrapper p {
	padding:10px 0 0px 0;
}

/* =================================== 06052014 ======================== */
.contact-form{
	padding:10px 0 0 0;
}

/* ============== */


.input-group {
    border-collapse: separate;
    display: table;
    margin-bottom: 4px;
    position: relative;
	width:100%;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 18px;
	float:left;
}

.input-group-addon {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
    border-radius: 4px 0 0 4px;
    color: #888888;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    padding: 0 7px;
    text-align: center;
}

.input-form-addon{
	width:300px;
	float:left;
	line-height:0;
	
}

.input-form-addon input{
	 border: 1px solid #CCCCCC;
	 width:100%;
	 padding:2px;
	 color:#999;
	 border-radius: 0px 4px 4px 0px;
}

.input-form-addon textarea{
	 border: 1px solid #CCCCCC;
	 width:100%;
	 height:67px;
	 color:#999999;
	 padding:2px;
}

.fa{
	width:20px;
	height:20px;
	display:block;
}

.fa.fa-user{
	background:url(../../../images/icons.png) no-repeat 0 4px;
}

.fa.fa-envelope-o{
	background:url(../../../images/icons.png) no-repeat 0 -21px;
}

.fa.fa-phone{
	background:url(../../../images/icons.png) no-repeat 0 -39px;
}

.fa.fa-building-o{
	background:url(../../../images/icons.png) no-repeat 0 -63px;
}

.fa.fa-comment-o{
	background:url(../../../images/icons.png) no-repeat 0 -99px;
	height:71px;
}

.contact-form input[type=submit]{
	border:none;
	background:#a1343a;
	color:#fff;
	padding:2px;
	width:10%;
	cursor:pointer;
	border-radius:4px;
}

.call_div_inn span {
    background: url("../../../images/phone-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 0 3px 27px;
}

.inner_cont_wrapper ul{
	list-style-type:none;
	padding:10px 0;
}

.inner_cont_wrapper ul li{
	background:url(../../../images/arr-bullet.png) no-repeat 0 7px;
	padding:0 0 0 15px;
}

/* ================== */
.full-width {
    margin: 0 auto;
    width: 98%;
}

.full-width h4 {
    color: #DB5830;
    font-size: 16px;
    line-height: 20px;
	padding:10px 0 0 0;
}

.full-width {
    margin: 0 auto;
    width: 100%;
}

.full-width ul li{
	background:none;
	padding:0;
	padding:5px;
	overflow:hidden;
}

.full-width ul span {
    display: block;
    float: right;
}


.full-width ul li:nth-child(odd) {
    background-color: #ECECEC;
}

/* ================== /// =============== */

.bigbox{
width:1000px;
height:150px;
position:relative;
margin:0px;
display:none;
}
.masker{
width:960px;
height:150px; 
position:relative;
overflow:hidden;
margin:0px auto;
margin:0 auto;
}
.imageChain{
position:absolute;
width:100%;
height:150px;
margin:0px;
}

.imageChain img {
    position: absolute;
    top: 0;
}

ul.logos li{
	width:20%;
	float:left;
	background:none;
	padding:0;	
}

ul.logos li img{
	width:100%;	
}

.box_1{
	background:#eeeeee;
	border:1px solid #e6e6e6;
	margin:10px 0 0 0;
}

.box_1 p{
	padding:10px 20px 0 0;
}

.box_1 h2{
	position:relative;
	padding:0px 0 20px;
}

.box_1 h2 span{
	background:#a1343a;
	color:#fff;
	display:block;
	padding:0 0 0 10px;
}

.box_1 h2 span.hd_arr{
	position:absolute;
	bottom:10px;
	left:38px;
	background:url(../../../images/hd-arr.png) no-repeat 0 0px;
	text-indent:-999px;
	width:16px;
	height:11px;
	display:block;
}

.box_1 .entry-thumbnail {
    margin:8px 36px 0 14px;
}

@media screen and (max-width:1000px){
.wrapper {
    width: 98%;
}

.wrapper_top {
    width: auto;
}

.mail_div {
    float: left;
    padding: 65px 0 0 18px;
    width: auto;
}

.header-inn {
    width: auto;
}

.header p {
    width: auto;
}

/* ================== NAVIGATION ======================== */
.toggleMenu{
	background-color: #A1343A;
    float: left;
    width: 100%;
	display:block;
	color: #FFFFFF;
    font-size: 15px;
    line-height: 41px;
    text-transform: uppercase;
}

.toggleMenu span{
	padding-left:10px;
	background: url(../../../images/mob-icon1.png) no-repeat scroll 98% 50%;
	display:block ;
}

.nav{
	position:relative;
}

.nav ul{
	width:auto;
	position:absolute;
	top:41px;
	left:0;
	width:100%;
	background-color: #A1343A;
	z-index:99999;
	
}

.nav ul li,.nav ul li a {
    float: none;
    padding: 0;
    width: auto;
	display:block;
}

.nav ul li a{
	padding:0 0 0 12px;
}

/* ================== NAVIGATION ======================== */
.boxes_top_shadow {
	display:none;
}

.boxes_inn {
    margin: 0 auto;
    padding: 20px 0 15px;
    width: 98%;
}

.boxes_inn ul li {
    float: none;
    width: 100%;
	min-height:inherit;
	overflow:hidden;
	padding:0 0 0px 0;
	margin:0 0 10px;
}


.img_div {
    background-color: #F2F0F0;
    display: table;
    height: 144px;
    width: 20%;
	float:left;
}


.boxes_inn ul li:last-child .img_div img{
    width: 90% !important;
	height:auto !important;
}

.lft_small{
	width:70%;
	float:right;
	text-align:left;
}


.boxes_inn ul li a {
    left: 87%;
    width: 12%;
}


.footer {
    width: 99%;
}

.footer_box1 {
    width: 445px;
}

.footer_logo {
    float: none;
}

/* ======================= Inner Pages
================================================================ */
.cont_wrapper{
	width:100%;
	padding:0 0 0 0px;
}

.inner_cont_wrapper{
    width: 90%;
	line-height:25px
}

.font_size1 br{
	display:none;
}

.img_div_inn img {
    max-width: 60%;
}

.img_div_inn img {
    max-width: 100%;
}


.wpcf7-form{
	width:100%;
	float:none;
}

.cont-rgt{
	width:100%;
	height:200px;
	float:none;
	padding:10px 0 0 0;
}
.masker{
width:100%;
}
}

@media screen and (max-width:480px){
.mail_div {
    float: right;
}

.mail_div {
    padding-bottom:32px;
}

.call_div {
    padding: 20px 0 0 0px;
}

.socials_icon {
    padding-left: 10px;
    padding-top: 12px;
}

.boxes_inn ul li a {
    left: 83%;
    width: 17%;
}


/* ================= */


.cycloneslider-template-standard .cycloneslider-caption {
    bottom: 0px !important;
    left: 0px !important;
}

.cycloneslider-template-standard .cycloneslider-pager {
    bottom: -16px !important;
}

.footer_logo {
    display:block;
	text-align:right;
}


.entry-thumbnail {
    border: 1px solid #EBEAEA;
    box-shadow: 3px 0 7px #D3D3D3;
    display: table;
    float: none;
    margin: 8px 60px 0 0;
    text-align: center;
    width: 100%;
	padding: 8px 0 0;
}
.box_1 .entry-thumbnail {
    width:88%;
}
}

@media screen and (max-width:400px){
.wrapper_top {
    text-align: center;
}

.logo {
    float: none;
}

.mail_div, .call_div {
	width:auto;
	float:none;
    padding: 20px 0 0;
}

.socials_icon {
    float: none;
    margin: 0 auto;
}

.lft_small {
    width: 58%;
}

.boxes_inn ul li a {
    left: 78%;
    width: 22%;
}

.boxes_inn ul li:last-child{
	padding-bottom:17px;
}

.boxes_inn ul li:last-child .img_div{
	width:39%;
	height:auto;
	display:block;
}

.boxes_inn ul li:last-child .img_div_inn{
	display:block;
}

.footer {
    text-align: center;
	width:95%;
}

.footer_box {
    float: none;
    padding: 0 0 16px;
    width: 100%;
	overflow:hidden;
}

.footer_box1 {
    width: 100%;
	float:none;
	text-align:center;
}



.footer_box1_lft {
    float: none;
    width: 100%;
}

/* ================= */
.inner_cont_wrapper{
    width: 85%;
	line-height:25px
}

.cycloneslider-caption-title{
    width: 232px !important;
	font-size:25px !important;
}

.cycloneslider-caption-description {
    width: 232px !important;
	font-size:13px !important;
}

.footer_box ul{
	text-align:right;
}

.footer_logo {
	text-align:center;
}
.input-form-addon{
	width:239px;
	float:left;
	line-height:0;
	
}

.contact-form input[type="submit"] {
    width: 22%;
}


.full-width ul span {
    display: block;
    float: none;
}

.full-width ul li br {
    display: none;
}


}


