﻿
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

/* =========================================================================
	2.SITE PRELOADER & TOOLS
============================================================================ */
.page-loader {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: #fff;
}
.loader-in {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
}
.status {
    position: relative;
    z-index: 0;
    width: 60px;
    height: 60px;
}
.status span {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border: 6px solid #d9d9d9;
    border-radius: 50%;
}

#backtotop {
	cursor : pointer;
	display : none;
	margin: 0px 0px 0px 30px;
	position : fixed;
	bottom : 53px;
	font-size : 90%;
	padding	: 10px;
	width : 100px;
	text-align : center;
	background-color: rgb(179, 22, 22);
	border-radius : 8px;
	-webkit-border-radius : 8px;
	-moz-border-radius : 8px;
	filter : alpha(opacity=60);
	-khtml-opacity : 0.6;
	-moz-opacity : 0.6;
	opacity	: 0.6;
	color : #FFF;
	font-size : 14px;
	z-index	: 1000;
}
#backtotop:hover
{
	filter : alpha(opacity=90);
	-khtml-opacity : 0.9;
	-moz-opacity : 0.9;
	opacity	: 0.9;
}

.d1 {
 margin-bottom: 29px;
  float: left;
  width: 100%;
  height: auto;}
.d1_box {

  float: left;
  width: 33%;
  height: 150px;
  margin-bottom: 10px;
}
.d1_box>h1{
  color: rgb(179, 22, 22);
 font-size: 15px;}

.status .spin {
    z-index: 1;
    border-color: #262626;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        opacity: 0.4;
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 0.4;
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*********************************************
	Custom slider options
**********************************************/
.tp-banner-container {
	position: relative;
	z-index: 1;
	padding: 0;
	width: 100%;
}
.tp-banner {
	position: relative;
	width: 100%;
}
.tp-caption {
	line-height:normal !important
}
.tp-caption a {
	color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
	border: 3px #fff solid;
	border-radius: 50%;
	background-image: none !important;
}
.tparrows {
	width: auto !important;
	height: auto !important;
	background-image: none !important;
}
.tp-arr-allwrapper {
margin: 0 10px;
width: 39px;
height: 39px;
background: #fff;
border-radius: 24px;
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
	color: #fff;
}
.tp-leftarrow .tp-arr-allwrapper {
	-moz-transform: (25deg, 0);
	-ms-transform: (25deg, 0);
	-o-transform: (25deg, 0);
	-webkit-transform: (25deg, 0);
	transform: (25deg, 0);
}
.tp-rightarrow .tp-arr-allwrapper {
	-moz-transform: (-25deg, 0);
	-ms-transform: (-25deg, 0);
	-o-transform: (-25deg, 0);
	-webkit-transform:(-25deg, 0);
	transform: (-25deg, 0);
}
.tp-arr-iwrapper {
	color: #a0a0a0;
	text-align: center;
	font-size: 30px;
	font-family: FontAwesome;
	line-height: 40px;
}
.tp-leftarrow .tp-arr-iwrapper {
	-moz-transform: (-25deg, 0);
	-ms-transform: (-25deg, 0);
	-o-transform: (-25deg, 0);
	-webkit-transform: (-25deg, 0);
	transform:(-25deg, 0);
}
.tp-leftarrow .tp-arr-iwrapper:before {
	content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
	content: "\f105";
}
.tp-rightarrow .tp-arr-iwrapper {
	-moz-transform:(25deg, 0);
	-ms-transform: (25deg, 0);
	-o-transform: (25deg, 0);
	-webkit-transform: (25deg, 0);
	transform: (25deg, 0);
}
.slide-h1 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 57px;
}
.slide-h2 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #555;
	font-weight: bold;
	font-size: 55px;
	line-height: 100%;
}
.big-font {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 60px;
}
.large-desc {
	font-size: 16px;
}
.slide-h3 {
	color: #fff;
	font-size: 31px;
	line-height: 100%;
}
.slide-h3 span {
	text-transform: uppercase;
	font-weight: bold;
}
.slide-head {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
}
.slide-desc {
	font-size: 22px;
	line-height: 150%;
}
.main-title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 70px;
}
.icon-cont {
	padding: 15px 40px;
	border-radius: 10px;
	text-align: center;
}
.icon-cont:after {
	position: absolute;
	bottom: -10px;
	left: 40%;
	z-index: 5;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	content: "";
}
.icon-cont i {
	margin-bottom: 10px;
	color: #fff;
	font-size: 50px;
}
.icon-cont span {
	display: block;
	padding: 0 0 5px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
a.wit-btn {
	background: #fff;
	color: #333 !important;
	text-transform: uppercase;
}
.wit-line {
	width: 5%;
	height: 1px;
	background: #fff;
}
.vert-line {
	min-height: 270px;
	width: 1px;
	background: #fff;
}
.subTxt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	color: #333;
}
.large-title {
	color: #222;
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase !important;
}
.large-light-title {
	color: #787878 !important;
	font-size: 70px;
	font-weight: lighter;
	text-transform: uppercase;
    letter-spacing:2px
}
.large-text {
	font-size: 20px;
	color: #000;
	font-weight: lighter;
}
.larger-text {
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}
.witTxt {
	color: #fff !important;
}
.light-font {
	font-weight: lighter !important;
	font-size: 50px;
}
.black-bg{
    background:rgba(0,0,0,.63);
    color:#a8a8a8;
    text-transform:none;
}
.lft-list {
	padding: 10px;
	font-size: 18px;
	color: #fff;
}
.wit-border {
	border: 1px #fff solid;
	padding: 15px 60px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.rounded-bord {
	margin-right: 15px;
	border: 1px #fff solid;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border-radius: 50%;
}
#vertical-ticker{
	height:120px;
	overflow:hidden;
}
#vertical-ticker li{
	padding:15px 20px;
	display:block;
	text-align:center;
}
.to-bottom i.fa{
	font-size: 30px;
	border:2px #a8a8a8 solid;
	padding:20px 22px;
	border-radius:50%;
	-webkit-animation: bounce 2s infinite linear;
	animation: bounce 2s infinite linear;
}
@-webkit-keyframes bounce {
	0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}

/* Opera 12.0 */
@-o-keyframes bounce {
    0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
	0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}
/* ==========================================================================
  11. FOOTER.
============================================================================= */
#to-top {
	position: fixed;
	right: 10px;
	bottom: -100px;
	z-index: 55;
	overflow: auto;
	padding: 12px 14px 14px;
	font-size: 18px;
	line-height: 10px;
	cursor: pointer;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
#footWrapper {
	clear: both;
	overflow: hidden;margin-top: 27px;
	height: 100%;
}
.footer-top {
	overflow: hidden;
padding: 32px 0 22px;
	border-bottom: 1px #0f0f0f solid;
	background: #3d4042;
	color: #aaa;
}
.footer-top a {
	color:#E0DEDE;
}
.footer-top hr {
	clear: both;
	margin: 50px 15px;
	border-top: 1px #3A3A3A solid;
}
.footer-top h3 {
	position: relative;
	font-weight: bold;
	font-size: 15px;
}
.footer-top hr.hr-style5:before, .footer-top hr.hr-style5:after {
	background: #222;
	color: #3A3A3A;
}.block-head {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px #e2e2e2 solid;
	font-weight:bold;
	text-transform:capitalize;
	font-size:20px;
}
.footer-top .block-head {
	border-bottom-color: #3a3a3a;
	color:white;
	text-transform:uppercase
}
.block-head:before{
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: 35px;
	height: 5px;
	content: "";
	display:inline-block;
}
.block-head:after{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	display:inline-block;
}
.block-head.center{
    margin-left:auto;
    margin-right:auto;
    display:table;
    padding-right:30px;
    padding-left:30px
}
.block-head.center:before{
	left: 50%;
    margin-left:-17.5px
}
.block-head.center:after{
	left: 50%;
	margin-left: -40px;
}
.side-heading{
	font-weight:800;
	border:0px;
	padding:0;
	font-size:28px;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin-bottom:15px
}
/******** footer menu ********/
.footer-top .footer-menu a {
	display: inline-block;
	padding: 7px 0;
}
.footer-top .footer-menu a:before {
	display: inline-block;
	margin-right: 7px;
	color: #5b5b5b;
	content: "\f105";
	font-family: FontAwesome;
}
a {
text-decoration: none;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
/******* Footer NewsLetters *******/
.foot-logo {
	height: 40px;
	margin: 0 auto 5px;
	text-align: center;
}
footer .NL {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	margin:auto 15px
}
footer .NL .input-box {
	margin-left: 10px;
	padding-left: 25px;
	width: 67%;
	border: 1px #3F3F3F solid;
	border-right: 0px;
	background: transparent none;
	color: #fff;
	font-size: 11px;
}
footer .NL .txt-box {
	color: #969696;
	font-size:11px
}
footer .NL:before {
	position: absolute;
	top: 16px;
	left: 24px;
	display: inline-block;
	color: #5C5C5C;
	content: "\f0e0";
	font-family: FontAwesome;
}
footer .NL .NL-btn {
	background: #3F3F3F;
	color: #fff;
}
footer .no-margin{
	margin: 20px 20px 8px;
	text-align: center;
	font-size: 12px;
}
/******* footer Latest tweets *******/
.footer-top .tweet {
	position: relative;
	padding: 0 0 5px 45px;
}
.footer-top .tweet .fa-twitter {
	position: absolute;
	top: 3px;
	left: 0;
	color: rgb(92, 92, 92);
	font-size: 250%;
}
.footer-top .tweet p {
	margin: 0 0 10px;
	font-size: 12px;
}
/******* footer tags *******/
.footer-top .tags a {
	display: block;
	float: left;
	margin: 3px;
	padding: 8px 6px;
	background: #2C2C2C;
	color: #C4C4C4;
	font-size: 11px;
}
/******* footer tags *******/
.footer-contact {
	padding: 7px 0;
}
.footer-contact i {
	display: table-cell;
	padding: 0 12px 0 0;
	color: #6a6a6a;
	vertical-align: middle;
	font-size: 18px;
}
.footer-contact span {
	display: table-cell;
}
/******* Footer Flickr **********/
.footer-top .flickr-stream-w ul li img, .footer-top .flickr-stream-w .img-overlay {
	width: 61px;
	height: 61px;
}
.footer-top .flickr-stream-w .img-overlay:before {
	font-size: 22px;
	line-height: 61px;
}
.footer-top .flickr{
	height:61px;
	display:block;
	overflow:hidden
}
/******* copyrights *******/
.copyrights {
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
	font-size: 11px;
}
.copyrights a {
	color: #7C7C7C;
	text-decoration: underline;
}
.copyrights a:hover {
	text-decoration: none;
}
.footer-bottom {
overflow: auto;
padding: 8px 0 0;
/*border-top: 1px #363636 solid;*/
background: #D2D3D5;
}
/******* footer social list *******/
.social-list li {
	float: left;
	margin: 0 1px 0 0;
	font-size: 18px;
}
.social-list li a {
	display: block;
	padding: 0;
	color: #737373;
}
.social-list li span {
	display: block;
	padding: 0 12px;
	text-align: center;
	line-height: 33px;
}
.social-list li a:hover {
	text-decoration: none;
}
.top-bar .social-list li span {
	line-height: 39px;
}.footer-top .block-head {
	border-bottom-color: #3a3a3a;
	color:white;
	text-transform:uppercase
}

.top_block {
display:block;
float: left;
width: 100%;
height: auto;}

.social_media {
display:block;
float: right;
height: 39px;
width: 160px;}

.search-box-top {

float: left;
height: auto;
width: 196px;
margin-top: 15px;
}

.logo-box-top {
float: left;
height: auto;
width: 539px;
}