@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,300,600,700,800);

body {
	margin: 0;
	padding: 0;
	background: #0d0d0d;
	border-top: 1px solid #e3da11;
	font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6, p{margin:0; padding:0; line-height:normal;}
ul, li{list-style-type:none; margin:0; padding:0;}
a{text-decoration:none !important; outline: 0 !important;}
a:hover{text-decoration:none !important; outline: 0 !important;}
a img{border:none; outline:0;}
.clear{clear:both;}
.wraper {
	width: 640px;
	max-width: 100%;
	margin: 0 auto;
}
.wraper .container {
	width: 610px;
	max-width: 100%;
}


/* CSS Document for header */

.header {
	width: 100%;
	margin: 25px 0 0 0;
	padding: 0;
}
.logo {
	width: 100%;
	text-align: center;
}
.logo img {
	max-width: 100%;
}
.time {
	font-family: 'Open Sans', sans-serif;
	color: #c9c006;
	font-weight: 400;
	font-size: 11px;
	margin: 10px 0 20px;
	text-align: center;
	width: 100%;
}
.home_link {
    margin: 8px 0 0 13px;
    position: absolute;
    z-index: 999;
}
.menuBar {
	background-color: #343333;
	position: relative;
}


/* CSS Document for body */


.mainArea {
	width: 100%;
}
.baner {
	width: 100%;
}
.baner .item img {
	width: 100%;
}
.carousel-indicators li {
    background-color: rgba(255,255,255, 1);
}
.carousel-indicators .active {
    background-color: #343333;
	border: none;
}
.yelllowBar {
	width: 100%;
	background-color: #c9c006;
	font-family: 'Raleway', sans-serif;
	color: #46430c;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
}
.yelllowBar ul {
	margin: 0;
	padding: 0;
}
.yelllowBar ul li {
	margin: 0;
	padding: 0;
	border-right: 1px solid #0d0d0d;
	padding: 20px 11%;
	text-transform: uppercase;
	display: inline-block;
}
.yelllowBar ul li:last-child {
	padding-right: 0;
	border-right: none;
}
.yelllowBar ul li a:hover {
	color: #000;
}
.yelllowBar ul li a {
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	color: #46430c;
	font-weight: bold;
	font-size: 14px;
}


/* CSS Document for body */


.footerArea {
	width: 100%;
}
.socialIconArea {
	width: 100%;
	text-align: center;
	margin-top: 18px;
}
.socialIconArea a {
	display: inline-block;
	margin: 0 10px;
	color: #0d0d0d;
}
.faceBook {
	background: url(images/facebook.png) left top no-repeat;
	width: 45px;
	height: 45px;
	-moz-transition:all ease-in-out 0.3s;
	 -webkit-transition:all ease-in-out 0.3s;
	 -o-transition:all ease-in-out 0.3s;
	 -ms-transition:all ease-in-out 0.3s;
	 -khtml-transition:all ease-in-out 0.3s;
	 transition:all ease-in-out 0.3s;
	 text-indent: -999px;
}
.faceBook:hover {
	background: url(images/facebook.png) -84px top no-repeat;
	width: 45px;
	height: 45px;
}
.tweeter {
	background: url(images/tweet.png) left top no-repeat;
	width: 45px;
	height: 45px;
	-moz-transition:all ease-in-out 0.3s;
	 -webkit-transition:all ease-in-out 0.3s;
	 -o-transition:all ease-in-out 0.3s;
	 -ms-transition:all ease-in-out 0.3s;
	 -khtml-transition:all ease-in-out 0.3s;
	 transition:all ease-in-out 0.3s;
	 text-indent: -999px;
}
.tweeter:hover {
	background: url(images/tweet.png) -83px top no-repeat;
	width: 45px;
	height: 45px;
}
.linkdin {
	background: url(images/linkdin.png) left top no-repeat;
	width: 45px;
	height: 45px;
	-moz-transition:all ease-in-out 0.3s;
	 -webkit-transition:all ease-in-out 0.3s;
	 -o-transition:all ease-in-out 0.3s;
	 -ms-transition:all ease-in-out 0.3s;
	 -khtml-transition:all ease-in-out 0.3s;
	 transition:all ease-in-out 0.3s;
	 text-indent: -999px;
}
.linkdin:hover {
	background: url(images/linkdin.png) -84px top no-repeat;
	width: 45px;
	height: 45px;
}
.googlePlus {
	background: url(images/google_plus.png) left top no-repeat;
	width: 45px;
	height: 45px;
	-moz-transition:all ease-in-out 0.3s;
	 -webkit-transition:all ease-in-out 0.3s;
	 -o-transition:all ease-in-out 0.3s;
	 -ms-transition:all ease-in-out 0.3s;
	 -khtml-transition:all ease-in-out 0.3s;
	 transition:all ease-in-out 0.3s;
	 text-indent: -999px;
}
.googlePlus:hover {
	background: url(images/google_plus.png) -85px top no-repeat;
	width: 45px;
	height: 45px;
}
.footerText {
	width: 100%;
	color: #65645a;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
	margin-top: 8px;
}
.grayBar {
	width: 100%;
	background-color: #242424;
	font-family: 'Raleway', sans-serif;
	color: #46430c;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	border: 1px solid #2e2e2e;
	margin-top: 18px;
}
.grayBar ul {
	margin: 0;
	padding: 0;
}
.grayBar ul li {
	margin: 0;
	padding: 0;
	border-right: 1px solid #0d0d0d;
	padding: 15px 0;
	text-transform: uppercase;
	display: inline-block;
	width: 49%;
	text-align: center;
}
.grayBar ul li:last-child {
	border-right: none;
}
.grayBar ul li a:hover {
	color: #c9c006;
}
.grayBar ul li a {
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	color: #65645a;
	font-weight: bold;
	font-size: 14px;
}

.innerPageMainContent{
	margin-bottom: 34px;
	float: left;
}
#innerPageHeader{
	text-align: center;
	position: relative;
	z-index: 2;
	margin-top: 44px;
}
#innerPageHeader h2{
	display: inline-block;
	width: auto;
	font-size: 20px;
	color: #fff300;
	line-height: 30px;
	font-weight: normal;
	padding: 12px 60px;
	background-color: #120f0f;
	border-top: 4px solid #8d8d8d;
    font-family: inherit;
}

.innerPageTextWrap{
	z-index: 1;
	position: relative;
}
.innerPageText{
	padding: 10px 25px;
	background-color: #120f0f;
	margin-bottom: 33px;
}
.innerPageText h1{
	text-align: center;
	color: #ebebeb;
	font-size: 17px;
	position: relative;
	border-bottom: 1px solid #c6c6c6;
	width:100%;
	padding-bottom: 5px;
	margin: 20px 0 30px 0;
}
.innerPageText h1::after{
  background-image: url("images/yellow-marker.png");
    background-repeat: no-repeat;
    content: "";
    height: 13px;
    margin-top: 25px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 98px;
	left: 50%;
	margin-left: -49px;
}
.innerPageText h3{
	font-size: 24px;
	color: #d0c503;
	font-weight: normal;
	margin-bottom: 33px;
}
.phoneArea h4 {
	font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
	float: left;
	color: #a5a4a4;
	margin-right: 20px;
	}
.phoneArea {
	width: 100%;
	overflow: hidden;
}
.phoneArea h2 {
    color: #c4bb09;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 10px;
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
}
.phoneArea h4 img{ margin-right:10px;}
.partnerName {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}
.partnerName img {
	width: 100%;
}
.partnerName p {
    background-color: #373737;
    color: #fff;
    font-size: 15px;
    padding: 7px;
	width: 100%;
	margin: 0 !important;
}
.innerPageText p{
	color: #a5a4a4;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.innerPageText p span {
    color: #c4bb09;
    font-size: 15px;
}
.innerPageText ul {
	margin: 20px 0;
	padding:0;
}
.innerPageText ul li {
	display: block;
	margin: 4px 0;
	background: rgba(0, 0, 0, 0) url("images/bulet.png") no-repeat scroll 14px 7px;
	padding-left: 35px;
	color: #ddd;
}
.border-box{ margin-top: 20px; }
.contact-box-heading{ border-bottom:1px solid #464646; padding-bottom:5px;}
.icon-holder{ float:left; border-bottom:6px solid #acacac; padding-bottom:10px; margin-right:15px;}
.contact-box-heading h4{ font-size:15px; font-weight:400; color:#a5a4a4; margin: 0;}
.contact-box-heading h4 span{ color:#c4bb09}
.contact-box-heading h4 span.big{ font-size:17px; font-weight:400;}

.main-contat-area{ padding:12px 0px 20px 0px; background:url(images/contact/form_top_arrow.png) top center no-repeat;}

.btn-yellow {
  color: #232100 !important;
  background: #DFD502 !important;
  border-color: #DFD502 !important;
  font-weight:600;
  font-size:18px;
  padding:5px 31px !important;
  margin-top:15px;
  border: none !important;
  line-height: inherit;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
    color: #232100 !important;
    background: #DFA302 !important;
    border-color: #DFD502 !important;
    padding: 5px 31px;
    border: none;
}

div.wpcf7-validation-errors { color: #f00;}
.captcha {
	background: #fff none repeat scroll 0 0;
  height: 40px;
  margin: 10px 0 0;
  width: 100%;
	padding: 7px 0 0
}

 .main-contat-area textarea.form-control{ height:84px;}
.main-contat-area .form-control {
    background: none repeat scroll 0 0 #120f0f;
    border: 1px solid #464646;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #7a7a7a;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    margin: 10px 0;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.captcha img{max-width: 100%;}
.main-contat-area .form-control::-moz-placeholder{color: #7a7a7a;}

/*=========*/
.socialMedia span.text {
    font-size: 0;
}
.socialMedia span.text i.spoontalk-social {
    font-size: 18px !important;
    background: none;
    color: #d0c503 !important;
    padding: 0;
    width: 25px !important;
}
.socialMedia span.text i.spoontalk-social:hover {
    color: #fff300 !important;
}
.socialMedia {
    margin-top: 15px;
}

.linkedIn {
    background: url(images/linkedinIcon.png) left top no-repeat;
    width: 45px;
    height: 45px;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -khtml-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-indent: -999px;
}
.linkedIn:hover {
    background: url(images/linkedinIcon.png) -84px top no-repeat;
    width: 45px;
    height: 45px;
}
.youtube{
     background: url(images/youtubeIcon.png) left top no-repeat;
    width: 45px;
    height: 45px;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -khtml-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-indent: -999px;
}
.youtube:hover {
    background: url(images/youtubeIcon.png) -84px top no-repeat;
    width: 45px;
    height: 45px;
}
.pintrest{
    background: url(images/pintrestIcon.png) left top no-repeat;
    width: 45px;
    height: 45px;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -khtml-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-indent: -999px;
}
.pintrest:hover {
    background: url(images/pintrestIcon.png) -84px top no-repeat;
    width: 45px;
    height: 45px;
}
.instagram{
    background: url(images/instagramIcon.png) left top no-repeat;
    width: 45px;
    height: 45px;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -khtml-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-indent: -999px;
}
.instagram:hover {
    background: url(images/instagramIcon.png) -84px top no-repeat;
    width: 45px;
    height: 45px;
}
/*==========*/

@media (max-width:479px) {
.yelllowBar ul li {
    border-right: 1px solid #0d0d0d;
    display: inline-block;
    margin: 0;
    padding: 20px 8%;
    text-transform: uppercase;
}
}
@media (max-width:389px) {
.yelllowBar ul li {
    border-right: 1px solid #0d0d0d;
    display: inline-block;
    margin: 0;
    padding: 20px 6%;
    text-transform: uppercase;
}

.innerPageText .col-xs-6 {
	width: 100%;
}
    .socialIconArea a {
    margin: 0px 2px;
}
}


