@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500italic,500,700italic,700,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Courgette);
@import 'https://fonts.googleapis.com/css?family=Oswald';
body {
	padding: 0;
	margin: 0;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	line-height:20px;
	color:#000;
	background-color: #E1E1E1;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../images/cstack-bg.png');
}
a {
	outline:none;
	color:#4455E0;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
img {
	border: none;
	padding:0;
	margin:0;
}
ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
.slider-spacer {
	height: 500px;
	content:" ";
	clear: both;
	overflow: hidden;
}
ul li {
	list-style-position: outside;
	list-style-type: none;
}
h1 {
	font-size:32px;
	line-height:20px;
	font-weight:600;
	padding-bottom:15px;
	/*color:#C8BA8E;*/
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
h2 {
	font-size:27px;
	line-height:20px;
	font-weight:600;
	/*padding-bottom:15px;*/
	/*color:#94875D;*/
	font-family: 'Roboto', sans-serif;
	/*text-transform:uppercase;*/
}
h3 {
	font-size:17px;
	line-height:17px;
	font-weight:600;
	padding-bottom:10px;
	/*color:#070707;*/
	font-family: 'Roboto', sans-serif;
}
h4 {
	font-size:15px;
	line-height:10px;
	font-weight:400;
	padding-bottom:15px;
	/*color:#070707;*/
	font-family: 'Roboto', sans-serif;
}
h5 {
	/*color: #ffc974;*/
}

/*header*/
.wrapper {
	margin: auto;
	max-width: 960px;
	/*background-color: #000;*/
}
.top-container{
	max-width:960px;
	width:100%;
	margin: auto;
	/*position:absolute;
	z-index:2;
	left:50%;
	margin-left:-480px;*/
}
.top-head{
	position:relative;
}
.topmain {
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
	text-align: center;
	background-color: #E1E1E1;
}
.logo {
	max-width: 640px;
	width: 100%;
	float:left;
}
.top-contact {
	float:right;
	font-size:18px;
	line-height:25px;
	width:363px;
}
.top-contact p {
	color:#fff;
}
.top-contact a{
	font-weight:bold;
	color:#A4C2F7 !important;
}
/* navigation Start */
.navpanel {
	width:960px;
	padding:0px 0;
	-webkit-border-radius:35px;
	border-radius:35px;
	background: #FFF;
	margin:10px auto;
	border: 1px solid #2E82AA;
}
.bx-controls-direction {
	display:none;
}
.navigation {
	text-align:center;
	height:100%;
	overflow:hidden;
}
.navigation ul {
	padding:0;
}
.navigation ul li {
	font-size:16px;
	line-height:22px;
	display:inline-block;
	padding:0 1px;
	text-transform:uppercase;
	font-weight:600;
	/*border-right:1px solid #bdc0a6;*/
}
.navigation ul li:last-child{
	border:0;
}
.navigation ul li a {
	color:#4455E0;
	padding:15px;
	display:block;
}
.navigation ul li a:hover, .navigation ul li a.active, .currentpage ul li a {
	color:#3BADE7;
}
/* navigation End */
.buy-sell{
	width:500px;
	background:rgba(0,0,0,0.7);
	text-align:center;
	padding: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*position:absolute;
	left:50%;
	bottom: 41.5%;*/
	/*bottom:10px;*/
	/*margin-left:-250px;*/
	margin: auto;
}
.buy-sell h2{
	font-family: 'Courgette', cursive;
	color:#fff;
	font-size:45px;
	line-height:45px;
	padding-bottom:8px;
	text-shadow: 2px 2px 2px #000;
	text-transform:capitalize;
}
.buy-sell h2 span{
	color:#fc2f00;
}
.buy-sell ul{
	padding:0;
	/*background:url(../images/buy-sell-bullet.png) no-repeat 90% 8px;*/
	list-style: none;
}
.buy-sell ul li{
	/*background:url(../images/buy-sell-bullet.png) no-repeat 0 8px;*/
	display:inline-block;
	padding:0 10px 0 10px;
	font-size:24px;
	line-height:24px;
	font-weight:600;
	padding-bottom:15px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	text-shadow: 2px 2px 2px #000;
	list-style: none;
}
.three-panel{
	overflow:visible;
	width:960px;
	margin: auto;
}
/*Setting BG and border*/
.panel01, .panel02, .panel03 {
	border: 1px solid #4f3419;
	background-image: url('../images/grad-bg.jpg');
	padding: 5px;
	min-height: 450px;
	float: left;
	width: 300px;
	margin: auto 4px;
	background-size: 100%;
	background-repeat: no-repeat;
    transition:all 0.3s ease-in;
    opacity: 1;
}

.panel01:hover, .panel02:hover, .panel03:hover {
	opacity:1;
}

.panel02-stack {
	border: 1px solid #4f3419;
	margin-bottom: 25px;
	position: relative;
	width: 100%;
	height: 200px;
}
.panel02-stack-text {
	position: absolute;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
}
.panel02-stack-text h5{
	font-size: 1.1em;
	font-weight: 700;
	color: #f7ca77;
	padding: 5px 0;
}
.panel03{
	text-align: center;
}
.panel03 h5 {
	color: #996d3e;
	font-size: 30px;
	font-weight: 900;
	margin: 10px 0 0 0;
}
.panel03 table {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 15px;
	border-spacing: 0;
}
.panel03 table td {
	text-align: center;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	font-weight: 900;
	font-size: 22px;
	padding: 5px 10px;
}
.lebel{
	margin-bottom:3px;
	height:100%;
	overflow:hidden;
}
.newsletter input[type=text], .newsletter input[type=email], .newsletter input[type=phone]{
	border:1px solid #d9d9d9;
	border-radius:5px;
	webkit-border-radius:5px;
	width:300px;
	height:26px;
	padding: 10px;
}
.textareamsg {
	border:1px solid #d9d9d9;
	border-radius:5px;
	webkit-border-radius:5px;
	width:300px;
	height:200px;
	padding: 10px;
}
.newsletter input[type=submit]{
	border:0;
	border-radius:5px;
	webkit-border-radius:5px;
	width:68px;
	height:26px;
	line-height:26px;
	background:#3e62b6;
	color:#fff;
	text-align:center;
	cursor:pointer;
	margin-left:92px;
	display:block;
}
.our-location{
	height:100%;
	overflow:hidden;
}
.our-location img{
	float:left;
}
.our-location .content{
	float:right;
	width:174px;
}
.our-location .content strong{
	text-transform:uppercase;
	display:block;
}
.content-btm{
	width:960px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	padding:10px 0 25px 0;
}
.content-btm p{
	font-size:14px;
}
.content-btm span{
	color:#fc2f00;
}
.content-area{
	height:100%;
	overflow:hidden;
	width:960px;
	margin:25px auto 0 auto;
	padding:20px 0;
	font-weight: 900;
	font-size: 20px;
	line-height: 30px;
	background-color: #FFF4C2;
	border: 1px solid #028058;
}
.content-area p{
	padding-bottom:15px;
}
.center{
	text-align:center;
}
.content-area ul{
	padding:0;
}
.content-area ul li{
	padding:2px 0 2px 15px;
	background:url(../images/bullet.png) no-repeat 0 8px;
}
/*footer Start*/
.footer-main{
	/*background:url(../images/footer.jpg) repeat-x 50% 0;*/
	/*padding:42px 0;*/
}
.footer{
	/*width:960px;*/
	height:100%;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}
.footer ul {
	padding:0;
}
.footer ul li {
	font-size:14px;
	line-height:16px;
	display:inline-block;
	padding:0 15px 0 13px;
	/*background:url(../images/footer-bullet.gif) no-repeat 100% 50%;*/
}
.footer ul li a {
	color:#fff;
	display:block;	
}
.footer ul li a:hover, .footer ul li a.active {
	color:#0abe3d;
}
.footer ul li:last-child{
	background:none;
}
.footer p{
	font-size:12px;
	padding-top:5px;
}
.banner-01{
	background:url(../images/banner-inner01.jpg) no-repeat 50% 0;
}
.banner-02{
	background:url(../images/banner-inner02.jpg) no-repeat 50% 0;
}
.banner-03{
	background:url(../images/banner-inner03.jpg) no-repeat 50% 0;
}
.banner-04{
	background:url(../images/banner-inner04.jpg) no-repeat 50% 0;
}
.banner-05{
	background:url(../images/banner-inner05.jpg) no-repeat 50% 0;
}
.banner-06{
	background:url(../images/banner-inner06.jpg) no-repeat 50% 0;
}
.banner-07{
	background:url(../images/banner-inner07.jpg) no-repeat 50% 0;
}
.banner-08{
	background:url(../images/banner-inner08.jpg) no-repeat 50% 0;
}
.banner-09{
	background:url(../images/banner-inner09.jpg) no-repeat 50% 0;
}
.banner-inner{
	min-height:486px;
}
.banner-facebok{
	min-height:188px;
}
.inner-head{
	position:relative;
	min-height:486px;
}
.inner-head-facebbok{
	position:relative;
	min-height:188px;
}
.services{
	padding:25px 25px 10px 25px;
	/*background:#f1f3db;*/
	border-radius:9px;
	webkit-border-radius:9px;
	margin-bottom:25px;
}
.services h3{
	color: #fff;
	font-style:italic;
}
.services-list{
	font-size: 0.8em;
	padding-bottom:25px;
}
.services-list ul li{
	display:inline-block;
	width:207px;
	margin-right:15px;
}
.special-list {
	width: 60%;
	margin: 50px auto;
	text-align: left;
}
.img-main-content{
	max-width: 960px;
	width: 100%;
}
.bxslider li {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.topmain img {
	float: left;
}
.contact-top {
	float: left;
	width: 27%;
	margin-top: 25px;
	margin-left: 10px;
	background-color: #07149E;
	padding: 25px 20px;
	text-align: left;
	border-radius: 25px;
	background-image: url('../images/grad-bg-2.jpg');
	background-size: cover;
	background-position: center;
	color: #fff;
	font-size: 18px;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.dropdown {
    position: static;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 3;
    float: left;
}

.dropdown-content li {
	margin: 15px 0px;
	padding: 5px 0px;
	line-height: 15px;
}

.dropdown-content li a{
	padding: 15px;
}

.dropdown:hover .dropdown-content {
    display: block;
}







.innerpage {
	padding: 0px;
	overflow: hidden;
}

.right{
	float: left;
	width: 23%;
}

.left {
	float: left;
	width: 76%;
	margin-right: 1%;
}

.blocks{
	background-color: #FFF;
	margin-bottom: 25px;
	border: 1px solid #2E82AA;
	border-radius: 10px;
	padding: 10px;
	-webkit-box-shadow: 0px 10px 29px -5px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 10px 29px -5px rgba(0,0,0,0.55);
	box-shadow: 0px 10px 29px -5px rgba(0,0,0,0.55);
}

.facts-block img{
	max-width: 340px;
	max-height: 189px;
	margin: 10px auto;
}
.currentpage {
	background-color: #4455E0;
	color:#fff !important;
}
.checklists {
	display: block;
	overflow: visible;
	margin: 0 auto;
	width: 100%;
	float: left;
}

.checklists ul li {
	list-style-image: url('../images/check.png');
	margin-left: 25px;
	margin-top: 10px;
}
.bx-holder {
	min-height: 268px;
	}

.link-blocks{
	min-width: 440px; width: 50%; float: left; overflow: visible; margin: 5px auto; text-align: center;
}