html {
	background-color: #666666;
}

body {
	color: #ffffff;
	
	-webkit-tap-highlight-color: rgba(255,255,255,0.1);
}


.top-line {
	padding: 4px 10px;
	background-position: center center;
	background-color: #FFE500;
}

h1,
h4,
h5 {
	color: #222222;
}

h6.heading {
	color: #606060;
}


h6.heading:after {
	background-color: #ccd6dd\9\0;
	background-image: -webkit-linear-gradient(left, #3E3E3E, rgba(45, 51, 55, 0));
	background-image: linear-gradient(to right, #3E3E3E, rgba(45, 51, 55, 0));
}

.text-info {
	font-weight: 100;
	font-size: 0.9em;
	letter-spacing: -1px;
	color: #222222;
}

.formValue {
	font-weight: 700;
	font-size: 1.1em;
	letter-spacing: 0px;
	color: #222222;
	padding: 6px 6px;
}


.phone {
	color: 999999;
	font-weight: 800;
	font-size: 1.5em;
	text-align: right;    
}

.smallprint {
	
	font-size: 0.7em;
	color: 999999;
	padding: 8px;
	
}

.small-link {
	color: 999999;
	font-size: 1.1em;

	letter-spacing: 1px;
}


.points{
	
	color: FFE500;
	font-weight: 800;

}

.small-link a:hover,
.small-link a:focus {
	color: FFE500;
	
}

p.small {
	color: 999999;
	font-size: 1.0em;
	line-height: 0.3; 
 	word-break: keep-all;
}


.dark-background h6.heading:after {
	background-image: -webkit-linear-gradient(left, #3E3E3E, rgba(41, 47, 51, 0));
	background-image: linear-gradient(to right, #3E3E3E, rgba(41, 47, 51, 0));
}

blockquote {
	color: #fff;
}

abbr[title] {
	border-bottom: 1px dotted #3E3E3E;
}

ins {
	background-color: #949494;
}

mark {
	background-color: #0B0D0E;
}

pre,
code {
	background-color: #3E3E3E;
}

hr,
.sep {
	border-top: 2px solid #FFE500 ;
}

.sep.red {
	border-top: 4px solid #FFE500 ;
	width: 50px;
}

label,
legend {
	color: #fff;
	font-size: 1em;
}

input[type=text],
input[type=password],
input[type=email],
input[type=phone],
input[type=search],
input[type=date],
input[type=number],
input[type=tel],
input[type=url],
textarea,
select {
	border-color: #FFE500 ;
	color: #fff;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=phone]:hover,
input[type=search]:hover,
input[type=date]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=url]:hover,
textarea:hover,
select:hover {
	border-color: #b5bec4;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=phone]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
	border-color: #fff;
}

input[type=text]:focus:invalid,
input[type=password]:focus:invalid,
input[type=email]:focus:invalid,
input[type=phone]:focus:invalid,
input[type=search]:focus:invalid,
input[type=date]:focus:invalid,
input[type=number]:focus:invalid,
input[type=tel]:focus:invalid,
input[type=url]:focus:invalid,
textarea:focus:invalid {
	border-color: #FFE500 ;
}

button,
input[type=submit],
input[type=reset],
input[type=button],
.button {
	border-color: #FFE500 ;
	color: #FFE500 ;
}

button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus,
.button:hover,
.button:focus {
	border-color: #fff;
	color: #fff;
}

button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
.button:active,
.button.filled {
	border-color: #FFE500 ;
	background-color: #414141;
	color: #fff;
}

button.grey,
input[type=submit].grey,
input[type=reset].grey,
input[type=button].grey,
.button.grey {
	border-color: #FFE500 ;
	background-color: #FFE500 ;
	color: #fff;
}

button.grey:hover,
button.grey:focus,
input[type=submit].grey:hover,
input[type=submit].grey:focus,
input[type=reset].grey:hover,
input[type=reset].grey:focus,
input[type=button].grey:hover,
input[type=button].grey:focus,
.button.grey:hover,
.button.grey:focus,
.button.grey.filled {
	border-color: #FFE500 ;
	background-color: #394147;
}

button.color,
input[type=submit].color,
input[type=reset].color,
input[type=button].color,
.button.color {
	color: #FFE500 ;
}

button.color:hover,
button.color:focus,
input[type=submit].color:hover,
input[type=submit].color:focus,
input[type=reset].color:hover,
input[type=reset].color:focus,
input[type=button].color:hover,
input[type=button].color:focus,
.button.color:hover,
.button.color:focus,
.button.color.filled {
	border-color: #fff;
	background-color: #fff;
}

::-webkit-input-placeholder {
	color: #3E3E3E;
}

::-moz-placeholder {
	color: #3E3E3E;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #3E3E3E;
}

table th {
	border-top-color: #3E3E3E;
	border-bottom-color: #3E3E3E;
}

table tfoot td {
	border-top-color: #3E3E3E;
}

table tbody th,
table tbody td {
	border-bottom-color: #394147;
}

table tbody + tbody {
	border-top-color: #3E3E3E;
}

::-moz-selection {
	background-color: rgba(255, 255, 255, 0.1);
}

::-ms-selection {
	background-color: rgba(255, 255, 255, 0.1);
}

::selection {
	background-color: rgba(255, 255, 255, 0.1);
}

a {
	color: #FFE500 ;
}

a:focus {
	outline: 2px solid #3E3E3E;
	outline: 2px solid rgba(255, 255, 255, 0.1);
}

.text-red {
	color: #FFE500 ;
}

.red-border {
	border: 1px solid #FFE500 ;
}

.container-boxes .box.dark-bg,
.container-boxes .box.post-item {
	margin-bottom: 30px;

}



.container-boxes .box.dark-bg {
	padding: 35px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.img {
	padding: 0px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 35px;
	height: 342px;
}


.img2 {
	padding: 0px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 35px;
	height: 480px;
}


.tab-container .tab_content {
	border-top-color: #222222;
}

.tab-container .tabs li a {
	color: #222222;
}

.tab-container .tabs li.active a {
	color: #fff;
}

.owl-carousel.owl-slider {
	background-color: #22272A;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	color: #292F33;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
	color: #000;
}

.owl-carousel .owl-prev {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAUCAYAAAA9djs/AAAAUUlEQVR42u2YQQ0AIAwDZwEt6JljtGChLAHe/Ok1qYC7ZHs04hFJvZrhmAM/tZPO8KPagAceeOCBB/4/ARfeMgiwPwH+ABKQgAQkIIFBxHYSW/lgIwbVfNmbAAAAAElFTkSuQmCC');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDY0IDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBvbHlnb24gcG9pbnRzPSI5LjEsMCAxMC42LDEuNSAzLjQsOSA2NCw5IDY0LDExIDMuNCwxMSAxMC43LDE4LjUgOS4xLDIwIDAsMTAuNyAwLDkuMyAiIHN0eWxlPSJmaWxsOiNmZmZmZmYiLz4NCjwvc3ZnPg=='), none;
}

.owl-carousel .owl-next {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAUCAYAAAA9djs/AAAABmJLR0QAAAAAAAD5Q7t/AAAAUElEQVR42u2YsQ0AIAzD+gK3cA8fc0tfSIvEzk5sKQfYQ4dGfIqk1ZvhyJU/pGWElh69TQQiEIEIRCDCI4K8SQJwB5BHHnnkkUeeh4jrS6wA3e4jBl5RAlYAAAAASUVORK5CYII=');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDY0IDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBvbHlnb24gcG9pbnRzPSI2NCw5LjMgNjQsMTAuNyA1NC45LDIwIDUzLjMsMTguNSA2MC42LDExIDAsMTEgMCw5IDYwLjYsOSA1My40LDEuNSA1NC45LDAiIHN0eWxlPSJmaWxsOiNmZmZmZmYiLz4NCjwvc3ZnPg=='), none;
}

.owl-carousel.owl-round-arrows .owl-prev,
.owl-carousel.owl-round-arrows .owl-next {
	background: #3E3E3E;
}

.owl-carousel .owl-dots .owl-dot span {
	background-color: #fff;
}

.owl-carousel .owl-dots .owl-dot.active span {
	background-color: #292f33;
}

.owl-red-dots .owl-dots .owl-dot span {
	background-color: #8899a6;
}

.owl-red-dots .owl-dots .owl-dot.active span {
	background-color: #FFE500 ;
}

#top {
	padding-top: 2.5em;
	padding-bottom: 1.2em;
	
	background-color: #333333;

}

#top-quote {
	padding-top: 1.0em;
	padding-bottom: 0.9em;
	background-color: #333333;
}

.site-title h1 a {
	color: #fff;
	
}

#top .site-menu-toggle em {
	background-color: #fff;
}

#top.open-mobile-menu .site-menu-toggle em.middle { 
	background-color: #ffffff\9\0;
}

#site-menu li {
	border-top-color: #222222;
}

#site-menu a {
	color: #fff;
}

#site-menu li.current-menu-item > a {
	background-color: #777777;
}


#content.dark-background {
	background-color: #333333;
}


.social-share  {

	padding: 0px 10px 10px 0px;
	 margin: 1 1px;
	
}

.social-share a {
	
	color: #999999;
	font-size: 16px;
	font-size: 2em;
}

.social-share a:hover,
.social-share a:focus {

	color: #FFE500 ;
}


.tags a {
	border-color: #3E3E3E;
	color: #8899a6;
}


.post-meta {
	color: #3E3E3E;
}

.post-meta:after {
	background-color: #343a3d;
}

.post-meta span {
	background-color: #2D3337;
}

.dark-background .post-meta span {
	background-color: #333333;
}

.fa-li:before {
	color: #fff;
}

.contact-address-info i {
	color: #fff;
}


.widget {
	background-color: #292F33;
	-webkit-box-shadow: 10px 10px 0 0 #343A3D;
	box-shadow: 10px 10px 0 0 #343A3D;
}

.widget li a {
	color: #3E3E3E;
}

.widget li a:hover,
.widget li a:hover,
.widget li.current-cat > a {
	color: #FFE500 ;
}

#content .searchform input[type="submit"] {
	color: #3E3E3E;
}

#content .searchform input[type="text"]:focus + input[type="submit"],
#content .searchform input[type="submit"]:hover,
#content .searchform input[type="submit"]:focus {
	color: #fff;
}

.widget table th {
	border-top-color: #3E3E3E;
	border-bottom-color: #3E3E3E;
}

.widget table tfoot td {
	border-top-color: #3E3E3E;
}


/* Webkit scrollbar query */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	::-webkit-scrollbar-track {
		background-color: #333333;
	}

	::-webkit-scrollbar-thumb:vertical {
		background-color: #333333;
	}
}

@media (min-width: 768px) {
	#site-menu li {
		border-top: 0;
	}

	#site-menu li.current-menu-item > a {
		background-color: transparent;
	}

	#site-menu nav > ul > li.current-menu-item > a:after,
	#site-menu nav > ul > li.current-menu-parent > a:after {
		background-color: #fff;
	}

	#site-menu li.menu-item-has-children ul {
		background-color: #333333;
	}


	.team-member .team-photo .info {
		background-color: #292f33;
	}

	.team-member .team-photo .info .name {
		color: #fff;
	}

	.team-member .team-photo .info .description {
		color: #3E3E3E;
	}

	.post-box .extra-info h5:after {
		background: -webkit-linear-gradient(left, rgba(41, 47, 51, 0), rgba(41, 47, 51, 1) 50%);
		background: -o-linear-gradient(left, rgba(41, 47, 51, 0), rgba(41, 47, 51, 1) 50%);
		background: linear-gradient(to right, rgba(41, 47, 51, 0), rgba(41, 47, 51, 1) 50%);
	}
}

@media (min-width: 992px) {
	.container-boxes .box.dark-bg {
		padding: 40px 20px 50px 50px;
	}
}


/*  - - - - - Footer  - - - - -  */


.footer-bg { 
background-color: #333333;

}
	
footer .social a i {
  
  color: #FFFFFF;
  opacity: .75;
}
footer .social a i:hover {
  opacity: 1;
  color: #FFE500;
}


footer#smart {
  padding-top: 30px;
  padding-bottom: 10px;
}

footer#smart .foot-title {
  margin-top: 7px;
}
@media (max-width: 991px) {
  footer#smart .foot-title {
    margin-top: 10px;
  }
}
footer#smart p {
  font-size: 11px;
  color: #999999;
}

footer#smart a :hover {
  color: #FFE500;
	text-decoration: none
}


footer#smart hr {
  border-color: rgba(0, 0, 0, 0.1);
  margin: 50px 0 13px;
}
footer#smart .social {
  padding: 15px 0 10px;
}


.myForm select {
  overflow: hidden;
  background: #666;
  border: #FFE500 1px solid;
  -webkit-border-radius: 0px;
  border-radius: 0px;

}
