body{
	position:relative;
	z-index: 1;
	color: #1a1a1a;
	font-family: 'Roboto', sans-serif;
  background: #2A2E40 url('../images/bg-header-trans.png');

}


.navbar-nav{
  float: none;
  text-align: right;
}

.slider-parallax>.container{
	
	padding-left: 0px;
	padding-right: 0px;
}

.vertical-shadow-right{
	top: -100px;
	position: absolute;
	right: -21px;
	z-index: 9;
	opacity: 0.5;
}
.vertical-shadow-left{
	top: -100px;
	position: absolute;
	left: -21px;
	z-index: 9;
	opacity: 0.5;
}

a{
	color: #000000;
}
a:hover{
	color: #000000;
}


h1,h2,h3,h4,h5{
	color: #71CF2B;
}
.content-ddbox{
}

hr{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

main#content{
  /*background: #F6FBF9 url(../images/climpek.png);*/
  float: left;
  width: 100%;
  /*box-shadow: 1px 1px 8px rgba(0,0,0,0.15);
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;*/
  background: #ffffff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

main#content>.container>.col-md-8 {
  border-right: 1px dashed #ccc;
}

.logo{
	position: relative;
	/*float: left;
	text-align: center;	*/
	z-index: 8888;
  margin-top: 10px;
}

.header{


/*border-bottom: 3px solid #FFCC00;*/
}


.header-area{
  /*background: #FFFFFF url(../images/climpek.png);*/
}
.innerpage .header{

margin-bottom: 0px;
}

.header-container{

	position:relative;
	  z-index: 8888;
}

.page_header{
	text-shadow: 0 0 1px rgba(65,65,65,.5);
}

.header-shadow{
	position:absolute;
}.header-shadow-top{
	position:absolute;
	top: -44px;
	z-index: 99;
}

.header-shadow-top-inner{
	position:absolute;
	top:0;
	z-index: 99;
	width: 100%;
}
.header-shadow-bottom-inner{
	position:absolute;
	bottom:0;
	z-index: 99;
}

.header-inner {
float: left;
width: 100%;
position: relative;
  padding: 0px 25px;
}

.header-top-wrapper {
background: url('../images/top-wrapper-bg.png') repeat-x left bottom scroll;
position: relative;
}

.header-top-wrapper:before {
  content: '';
  position: absolute;
  background: url("../images/left-top-wrapper.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  width: 40px;
  height: 55px;
  bottom: 0px;
  left: -40px;
}

.header-top-wrapper:after{
  content: '';
  position: absolute;
  background: url("../images/right-top-wrapper.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  width: 40px;
  height: 55px;
  bottom: 0px;
  right: -40px;
}

.callus {
  position: absolute;
  top: 60%;
  left: 7%;
  width: 500px;
}


.callus h1{
  	font: 40px/40px Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 5px 0px;
	position: relative;
	top: 0;
	right:0;
	/*text-shadow: rgba(0, 0, 0,.75) 1px 1px 1px;*/
	  color: #2a2a2a;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.btn-myprimary a{
	
}
.btn-myprimary{
	color: #333;
	font-weight: bold;
	background: #a33cff;
	font-size: 25px;
	text-shadow: 1px 1px 1px #000;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 10px 20px;

	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);

	border: 3px solid #721C00;
	color: #eee !important;
}

.btn-myprimary:focus, .btn-myprimary:active:focus, .btn-myprimary:hover, .btn-myprimary:active{



}

.callus-mobile a {
color: #E6AC27;
text-shadow: none;
}

.navigation-bar{
	/*background: url('../images/nav-bg.png') repeat-x scroll;*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	/*min-height: 50px;*/
  z-index: 9999;
  margin-top: 10px;

}

.navigation-bar:before{
  /*content: '';
  position: absolute;
  background: url("../images/left-ribbon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  width: 61px;
  height: 73px;
  top: 0px;
  left: -61px;*/
}


.navigation-bar:after{
  /*content: '';
  position: absolute;
  background: url("../images/right-ribbon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  width: 69px;
  height: 73px;
  top: 0px;
  right: -69px;*/
}



.innerpage .navigation-bar{
	position: relative;
}

.innerpage .footer{

}

/*navbar*/
.navbar {
	margin-left: 0px;
	min-height: 0;
	margin-bottom: 0px;
	border: none;
	z-index: 999;
	bottom: 0;
}

.nav>li {
  /*border-right: 1px solid #c8625c;*/
  float: none;
  display: inline-block;
}

.nav>li:last-child {
border-right: 0;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 15px 25px;
  color: #FFFFFF;
  /* font: bold 12px/18px 'Arial', Georgia, Arial, Helvetica, sans-serif; */
  /* text-shadow: 1px 1px 1px #000;
  font-family: 'Chela One', sans-serif; */
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Chela One', sans-serif;
}
.navbar-collapse {
 	padding-right: 0px;
	padding-left: 0px;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: underline;
	background: none;
	color: #ffffff;
  
}




.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: none; /* Old browsers */
	border:none;
	z-index: 999;

}

.dropdown-menu:before {
content: '';
position:absolute;
background: url("../images/sub_triangle.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
width: 14px;
height: 7px;
  top: -7px;
left: 50px;
  opacity: 0.7;
}

.dropdown-menu {
	border:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(0,0,0,.7);
	top: 130%;
	text-align: left;
}

.dropdown-menu li>a{
	color: #FFF;
}

.dropdown-menu>li>a {
	color: #fff;
}

/* homepage banner */
.homepage-banner {
  /*margin-top: -50px;
  margin-bottom: 20px;*/
  position: relative;
  z-index: 7777;
}
.banner-img{

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tagline {
  position: absolute;
  top: 17%;
  left: 7%;
  width: 565px;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000;
  font-size: 36px;
  background: rgba(40, 44, 62, 0.78);
  border-radius: 10px;
  padding: 5px 5px;
  /* text-transform: uppercase; */
  font-family: 'Chela One', cursive;
  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); 
  font-weight: 600;*/
}

/* frontpage */
.frontpage .content-ddbox .ddboxheadercontainer .page_header {
  
    font-weight: 100;
    color: #2A2E40;
    text-transform: none;
    text-shadow: none;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1em;
    text-transform: none;
    font-family: 'Chela One', cursive;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: 600;*/


}

.frontpage .page_header span.gold {
color: #f9b126;
}

.frontpage .page_header span.orange {
  color: #002A00;
}

.frontpage #content .content-ddbox {
  /*border-bottom: 1px solid #f0efe6;*/
}

.sidebar-widgets {
  background: #2A2E40 url('../images/bg-header-trans.png');
  position: relative;
  padding: 5px 10px;
  text-align: justify;
  color: #ffffff;
}

.sidebar-widgets:before {
  /*content: '';
  position: absolute;
  background: url("../images/top-about-widget.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-size: 100% 100%;
  width: 303px;
  height: 49px;
  top: -49px;
  left: 0px;*/
}

.sidebar-widgets h2 {

  /*font-weight: bold;
  text-transform: uppercase;*/
  color: #ffffff;
  margin: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-family: 'Chela One', cursive;
}

.sidebar-widgets a {
    color: #FFFFFF;
}

.sidebar-widgets img.sidebar-widgets-img {
  border: 10px solid #FDF7D5;
  margin-bottom: 10px;
  position: relative;
  z-index: 2222;
}

.content-bottom{
  background: rgba(0,0,0,0.1);
}

.col-md-12.content-bottom h3 {
  text-transform: uppercase;
  font-family: 'Chela One', cursive;
  color: #2A2E40;
}

.border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #002A00;
  color: #ffffff;
  text-align: justify;
}

.divider {
  height: 1px;
  /* border-bottom: 3px solid #080B36; */
  margin: 5px 10px;
}

.services-offered{
  text-transform: uppercase;
  font-family: 'Chela One', cursive;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  /*font-weight: 600;*/
  color: #ffffff;
}

.services-divider {
  height: 1px;
  border-bottom: 1px solid #DFE0B4;
  margin: 10px 0px;
}

.services-heading {
  background: url("../images/bracket.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  min-height: 307px;
}

.services-heading h1 {
  font: bold 46px/60px Georgia, Arial, Helvetica, sans-serif;
  color: #583321;
    margin: 0;
  padding: 20px 0px;
}

.service-links {
    list-style: none;
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
}

.service-image-shadow{
  position:relative;
  margin-top:-5px; 
  z-index:9;
  width: 100%;
}
.heading-section {
    font-size: 28px;
    color: #0E082B;
    font-family: 'Chela One', cursive;

}
.contact-information h3 {
  font: bold 24px/28px Georgia, Arial, Helvetica, sans-serif;
  color: #583321;
}

/* innerpage */
.innerpage #content {
  /*padding-top: 30px;*/
}

/*tagblock*/
.tagblock{
position:relative;


background: url('../images/tagblock-bg.png') #FDB927;
background: url('../images/tagblock-bg.png') #E6AC27;

-webkit-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);
box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);

}

.frontpage .tagblock{
	/*margin-top: 30px;*/
}

.innerpage .tagblock {
-webkit-box-shadow: inset 0 0 25px 0 rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 25px 0 rgba(0,0,0,.5);
	box-shadow: inset 0 0 25px 0 rgba(0,0,0,.5);
}

.tagblock-bg{
	background:  url('../images/img1.png') right no-repeat;
}

.tagblock a{
	color: #FFF;
}
.tagblock .leader{
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);*/
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	line-height: 32px;
	color: #222;
	font-style: italic;
	margin-top: 15px;
	font-weight: bold;
	
}
.tagblock .mylead{
	text-shadow: 0 0 1px rgba(65,65,65,.4);
	color: #fff;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
}

.tagblock .btn-myprimary{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*featured*/
.featured{
	position: relative;
	margin-bottom: 0;
	color: #FFFFFF;
	/*
	-webkit-box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
	box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
	*/
	padding-top: 30px;
	background: url('../images/fibre-pattern.png') rgb(191,44,55);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url('../images/fibre-pattern.png'), -moz-linear-gradient(top, rgba(191,44,55,1) 0%, rgba(153,21,31,1) 50%, rgba(113,0,8,1) 100%);
	background: url('../images/fibre-pattern.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,44,55,1)), color-stop(50%,rgba(153,21,31,1)), color-stop(100%,rgba(113,0,8,1)));
	background: url('../images/fibre-pattern.png'), -webkit-linear-gradient(top, rgba(191,44,55,1) 0%,rgba(153,21,31,1) 50%,rgba(113,0,8,1) 100%);
	background: url('../images/fibre-pattern.png'), -o-linear-gradient(top, rgba(191,44,55,1) 0%,rgba(153,21,31,1) 50%,rgba(113,0,8,1) 100%);
	background: url('../images/fibre-pattern.png'), -ms-linear-gradient(top, rgba(191,44,55,1) 0%,rgba(153,21,31,1) 50%,rgba(113,0,8,1) 100%);
	background: url('../images/fibre-pattern.png'), linear-gradient(to bottom, rgba(191,44,55,1) 0%,rgba(153,21,31,1) 50%,rgba(113,0,8,1) 100%);
	filter: url('../images/fibre-pattern.png'), progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2c37', endColorstr='#710008',GradientType=0 );
}

.featured .my-thumb-circle {
border: none;
}

.featured.for-mobile {
/*
-webkit-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);
box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);
*/
}

.frontpage .featured {
padding-top: 0px;
}

.featured .head{
	
}
.featured .description{
	display: none;
}

.featured a{
	color: #594F4F;
	text-shadow: none;
	text-decoration: none;
}
.featured a:before{
}
.featured h3{
	text-shadow: 0 0 1px rgba(65,65,65,.5);
}

.featured .heading h3{
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
font-size: 14px;
color: #eee !important;
text-align: center;
font-weight: bold;
}
.featured .description {
	text-align: center;
}

.featured .description p{
	color: #C3FBFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.featured>.container{
	padding-left: 0;
	padding-right: 0;
}

.featured .featured-inner{
	padding-bottom: 30px;

}


.fheading{
	padding-left: 15px;
	padding-right: 15px;
}

.fheading h1{
	margin: 0;
	color: #eee;
	font-family: 'Raleway', sans-serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	font-size: 38px;
	text-align: center;
	padding: 20px 0px 20px;
	/*text-shadow:
    -3px -3px 0 #FFFFFF,
    3px -3px 0 #FFFFFF,
    -3px 3px 0 #FFFFFF,
    3px 3px 0 #FFFFFF;*/

}

.fheading .lead{
font-family: 'Architects Daughter', cursive;
color: #fff;
font-size: 18px !important;
text-shadow: 2px 2px 2px rgba(0,0,0,.3);
font-style: italic;
line-height: 1.1em;
text-align: center;
font-weight: bold;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background:transparent;
}

.footer-container {
  /*padding-left: 29px;
  padding-right: 29px;*/
}

.footer{
  margin-top: 0;
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 10px;
  /*text-align: center;
  margin-bottom: 20px;
  background: #000000 url(../images/cross-pattern.png);
  box-shadow: 1px 5px 8px rgba(0,0,0,0.15);*/
  position: relative;
  clear: both;
  
}

.footer:before {
  /*content: '';
  position: absolute;
  background: url("../images/left-footer.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
  width: 29px;
  height: 65px;
  top: 0px;
  left: -29px;*/
}

.footer:after {
  /*content: '';
  position: absolute;
  background: url("../images/right-footer.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
  width: 29px;
  height: 65px;
  top: 0px;
  right: -29px;*/
}


.footer a{
	color: #FFF;
}

.footer p {
    margin-left: 10px;
}

.link_to_top_wrapper {
  text-align: right;
}
a#link_to_top {
    background: #a33cff;
    padding: 10px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'Oswald';
    margin-right: 10px;
    
}

h1#citieslist {
font-family: 'Raleway', sans-serif;
font-size: 30px;
color: #fff;
  margin: 50px 0;
text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
 font-weight: bold;
}


/* Sidebar Widget */
.sidebar_right .widget{
  padding: 5px;
  padding-left: 15px;	
}
.sidebar_right .widget .head{
	border-bottom: 2px solid #CCC;
}

.sidebar_right .widget .description .sitelinks{
	padding: 10px 0 10px 0;
	margin: 0;
	list-style:none;
}

.sidebar_right .widget .description .sitelinks li{
	
}

.sidebar_right .widget .description .sitelinks li a{
	padding: 5px 8px;
	display: block;
	border-bottom: 1px solid #222;	

}

.sidebar_right .widget .description .sitelinks li a:hover{
	text-decoration: none;
background: #FAD01C;
/* color: #fff; */
	
}

section.sidebar_right {
float: left;
width: 100%;
/*border-right: 1px dashed #bbb;*/
  background: #d6d292;
  padding: 10px;
}

section.sidebar_right p {
color: #594F4F;
}

.sidebar_right .list-jumbotron .content-ddbox {
  margin-bottom: 5px;
}

.sidebar_right .my-thumb-circle {
border: 5px solid #FDF7D5;
}


/* Recaptcha Overrides */
#recaptcha_table{
	border: none !important;
}
#recaptcha_challenge_image{
	border: none !important;
	padding: 5px;
}

#recaptcha_response_field{
	padding: 5px;
}

.customHeader1{
	background: #139DCE;
	color: #FFF;
	padding: 10px;
	border-bottom: 2px solid #2F7894;
}
.navbar-toggle {
	background: #a33cff;
}

.navbar-toggle .icon-bar {
	background: #1a1a1a;
}


.my-thumb-circle{
/*border-radius: 100%;*/
width: 100%;
text-align: center;
  position: relative;
  border: 10px solid #a33cff;
/* margin-top: 13px; */
}

.content-ddbox {
	/*-webkit-border-radius: 1px;*/
	/*-moz-border-radius: 1px;*/
	/*border-radius: 1px;*/
	/*-webkit-box-shadow: 0px 0px 3px 1px rgba(65, 65, 65, .5);*/
	/*box-shadow: 0px 0px 3px 1px rgba(65, 65, 65, .5);*/
	/*background: #9DE0AD;*/
	/*background: #fff;*/
	color: #000000;
	display: inline-block;
	width: 100%;
  text-align: justify;
	/*-webkit-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);*/
	/*-moz-box-shadow:    4px 4px 20px 0px rgba(50, 50, 50, 0.75);*/
	/*box-shadow:         4px 4px 20px 0px rgba(50, 50, 50, 0.75);*/
}
.content-ddbox .ddboxheadercontainer .page_header{
  font: 30px/32px Georgia, Arial, Helvetica, sans-serif;
  color: #2A2E40;
  text-shadow: none;
  font-family: 'Chela One', cursive;
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: 600;*/
}
.content-ddbox .ddboxheadercontainer{

}
.content-ddbox .contentdescription,
.content-ddbox .ddboxheadercontainer{
  padding: 5px 0px;
}

.content-ddbox h1{
	margin: 0;
	line-height: 1em;
}


#content .content-ddbox{}

.content-ddbox h1,
.content-ddbox h2,
.content-ddbox h3,
.content-ddbox h4,
.content-ddbox h5{
	color: #2A2E40;
}

.customWidget1{
	/*-webkit-border-radius: 1px;*/
	/*-moz-border-radius: 1px;*/
	/*border-radius: 1px;*/
	/*-webkit-box-shadow: 0px 0px 3px 1px rgba(65, 65, 65, .5);*/
	/*box-shadow: 0px 0px 3px 1px rgba(65, 65, 65, .5);*/
	/*background: #fff;*/
	color: #333;
	padding: 5px 15px;
	/*-webkit-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);*/
/*-moz-box-shadow:    4px 4px 20px 0px rgba(50, 50, 50, 0.75);*/
/*box-shadow:         4px 4px 20px 0px rgba(50, 50, 50, 0.75);*/
}

.customWidget1 a,
.content-ddbox a{
	color: #2A2E40;
  text-shadow: none !important;
}


.ddheader{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
	box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: rgb(191,191,191);
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(252,255,244,1) 9%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(9%,rgba(252,255,244,1)));
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#fcfff4',GradientType=0 );
	padding: 15px;
}


.ddheader{
	color: #144E64;
}

.horizontal-header-shadow-top{
	position: absolute;
	top:0;
	z-index: 99999;
}

.list-jumbotron {


}

.list-jumbotron .content-ddbox {
  border-bottom: none !important;
}

.innerpage .list-jumbotron {
/*border-top: solid 3px #E6AC27;*/
/*border-bottom: solid 3px #E6AC27;*/
}

section.list-jumbotron-bottom {
/*
background: #4c75a7;
background: -moz-linear-gradient(top,  #4c75a7 0%, #7399c6 50%, #a1bee0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c75a7), color-stop(50%,#7399c6), color-stop(100%,#a1bee0));
background: -webkit-linear-gradient(top,  #4c75a7 0%,#7399c6 50%,#a1bee0 100%);
background: -o-linear-gradient(top,  #4c75a7 0%,#7399c6 50%,#a1bee0 100%);
background: -ms-linear-gradient(top,  #4c75a7 0%,#7399c6 50%,#a1bee0 100%);
background: linear-gradient(to bottom,  #4c75a7 0%,#7399c6 50%,#a1bee0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c75a7', endColorstr='#a1bee0',GradientType=0 );
background-position: 0 top;
*/
}

.list-jumbotron .row{
	margin-left: -15px;
	margin-right: -15px;
}

.services-header {
  font: 30px/30px Georgia, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #583321;
  margin: 5px 0 10px;
}

.list-jumbotron-bottom .my-thumb-circle{
margin: 0;
}

.list-jumbotron .content-ddbox .row .col-md-4{
	padding-right: 0;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
}

.list-jumbotron .content-ddbox h4{
  padding-bottom: 5px;
  margin-bottom: 5px;
  /* border-bottom: 1px solid #c1a69c; */
  color: #2A2E40;
  /* font-weight: bold; */
  text-shadow: none;
  font-size: 24px;
  /* text-transform: uppercase; */
  text-align: center;
  margin-top: -20px;
  font-family: 'Chela One', cursive;
}

.list-jumbotron .content-ddbox p,
.list-jumbotron .content-ddbox a{
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	text-shadow: none;
}

.list-jumbotron>.container{
	padding-right: 30px;
	padding-left: 30px;
}

.featindustry .col-md-12 {
  z-index: 99;
}

.main-banner{
	position: absolute;
	left: 0;
	right: 0;
}

.banner-wrapper {
background: #655643; /* Old browsers */


/*border-top: solid 2px #FAD01C;*/
-webkit-box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
-moz-box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
}

.banner img{
	width: 100%;
	/*padding: 20px 0px;*/
}

.banner .content-ddbox {
margin-bottom: 20px;
/*margin-top: 30px;*/
}

.cities {
/*padding: 30px 0;*/
}

.citieslist {
float: left;
width: 100%;
padding-bottom: 30px;
}

.call-us{
  text-decoration: none;
  text-align: right;
}

.logo img {
width: 100%;
}

.call-us-title{
  font-size: 26px;
  margin-bottom: 3px;
  margin-top: 0px;
  color: #a33cff;
  font-family: 'Chela One';
}

.callus-mobile {
margin-bottom: 0;
padding-bottom: 20px;
}

.cities-wrapper {
background: url('../images/climpek.png') #655643;


}

.citieslist a {
color: #fff;
  text-shadow: 1px 1px 1px #000;
letter-spacing: 1px;
}

.navbar-brand {
color: #a33cff;
padding-bottom: 42px;
text-transform: uppercase;
font-weight: bold;
}

.sidebar_right .content-ddbox h4 {
font-family: 'Georgia', 'Arial', 'Helvetica', sans-serif;
  color: #002A00;
  font-size: 16px;
  line-height: 20px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
background: #9c3311; /* Old browsers */
background: -moz-linear-gradient(top,  #9c3311 0%, #bf4c28 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c3311), color-stop(100%,#bf4c28)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9c3311 0%,#bf4c28 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9c3311 0%,#bf4c28 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9c3311 0%,#bf4c28 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9c3311 0%,#bf4c28 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c3311', endColorstr='#bf4c28',GradientType=0 ); /* IE6-9 */

color: #fff;
}

.list-jumbotron .content-ddbox {
margin-bottom: 30px;
}

.zipcode-title{
  font-family: 'Chela One', cursive;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  /*font-weight: 600;*/
  color: #000000 !important;
}
.zipcode-link{
  font-size: 20px;
  color: #000000 !important;
}

.contact-top{
  background: url('../images/header_key.png') no-repeat;
  height: 73px;
  background-size: 100%;

}
.contact-us-wrapper{
  /*background: #002A00;*/
}

.contact-content-wrapper{
  padding-top: 10px;
}

.contact-description h2{

  font-family: 'Oswald', cursive;
  text-transform: uppercase;
  font-size: 46px;
  color: #ffffff;

}
.contact-description p{
  color: #ffffff;
}

.contact-also-title{
  font-size: 32px;
  font-family: 'Oswald', cursive;
  text-transform: uppercase;
  color: #ffffff;
}


.facebook, .twitter{
  padding-left: 0px !important;
  padding-right: 10px !important;

}

.social-img-primary {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin-top: 5px;

}


.socials{
  text-align: center;
  background: #2A2E40;
}
.social-img {
  width: 31px;
  /*margin-right: 5px;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #a33cff;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;

}

.list-videos .single-video {

    margin-bottom: 10px;

}

.list-videos .single-video h1 {

    margin: 0;

    padding: 0;

    font-size: 24px

}

.list-videos a {

    color: #D0A018;

}

.list-videos a:hover {

    color: #ccc;

    opacity: 0.9;

}

.list-videos img {

    width: 100%;

}

/****** slider_new ***********************/

 /* jssor slider arrow navigator skin 07 css */
        /*
        .jssora07l                  (normal)
        .jssora07r                  (normal)
        .jssora07l:hover            (normal mouseover)
        .jssora07r:hover            (normal mouseover)
        .jssora07l.jssora07ldn      (mousedown)
        .jssora07r.jssora07rdn      (mousedown)
        */
        .jssora07l, .jssora07r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 50px;
            height: 50px;
            cursor: pointer;
            background: url('../img/a07.png') no-repeat;
            overflow: hidden;
        }
        .jssora07l { background-position: -5px -35px; }
        .jssora07r { background-position: -65px -35px; }
        .jssora07l:hover { background-position: -125px -35px; }
        .jssora07r:hover { background-position: -185px -35px; }
        .jssora07l.jssora07ldn { background-position: -245px -35px; }
        .jssora07r.jssora07rdn { background-position: -305px -35px; }
/* jssor slider thumbnail navigator skin 04 css *//*.jssort04 .p            (normal).jssort04 .p:hover      (normal mouseover).jssort04 .pav          (active).jssort04 .pav:hover    (active mouseover).jssort04 .pdn          (mousedown)*/.jssort04 .p {    position: absolute;    top: 0;    left: 0;    width: 62px;    height: 32px;}.jssort04 .t {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    border: none;}.jssort04 .w, .jssort04 .pav:hover .w {    position: absolute;    width: 60px;    height: 30px;    border: #0099FF 1px solid;    box-sizing: content-box;}.jssort04 .pdn .w, .jssort04 .pav .w {    border-style: dashed;}.jssort04 .c {    position: absolute;    top: 0;    left: 0;    width: 62px;    height: 32px;    background-color: #000;    filter: alpha(opacity=45);    opacity: .45;    transition: opacity .6s;    -moz-transition: opacity .6s;    -webkit-transition: opacity .6s;    -o-transition: opacity .6s;}.jssort04 .p:hover .c, .jssort04 .pav .c {    filter: alpha(opacity=0);    opacity: 0;}.jssort04 .p:hover .c {    transition: none;    -moz-transition: none;    -webkit-transition: none;    -o-transition: none;}* html .jssort04 .w {    width /**/: 62px;    height /**/: 32px;}
   
#jssor_1{
  /*width:980px;*/
  background:url('../img/main_bg.jpg') 50% 50% no-repeat;
} 

.slider-item-wrapper{
  position: absolute; 
  top: 10px; 
  left: 10px; 
  width: 480px; 
  height: 300px; 
  font-family: Arial, Verdana; 
  font-size: 12px; 
  text-align: left;
}

.slider-item-title{
  display: block; 
  line-height: 1em; 
  text-transform: uppercase; 
  font-size: 55px; 
  color: #FFFFFF;
  font-family: 'Chela One', cursive;
  text-shadow: 2px 2px 2px #a33cff;
}

.slider-item-description{
  display: block; 
  line-height: 1.1em; 
  font-size: 1.5em; 
  color: #FFFFFF;
  font-size: 20px;
}

.slider-img-aside{
  position: absolute; 
  top: 23px; 
  left: 480px; 
  width: 500px; 
  height: 300px;
}

.slider-read-more{
  width:215px; 
  height:50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 1 1 8px 0 rgba(0,0,0,.5);
  box-shadow: 1 1 8px 0 rgba(0,0,0,.5);
}

/****** end of slider_new ***********************/

/**** RATING ***/

.readmore-testi {

  font-size: 13px;
    color: #a33cff !important;

}
.readmore-testi:hover {
    color: #a33cff;
}



.rating {

    font-size: 34px;

}



.rating ul {

    list-style: none !important;

}



.rating ul li {



    list-style: none !important;

    float: left;

    margin-left: 0 !important;

    position: relative;

    width: auto !important;

    background: none !important;

}







.rating ul li:after {

    content: "\2605";

    color: #a33cff;

    position: relative;

    text-shadow: 2px 2px 0px rgba(0,0,0,0.7);

}



.rating ul li:last-child:after {

    color: #a33cff;

    width: 50%;

    overflow: hidden;

    position: absolute;

    left: 0;

    text-shadow: none;

}





.rating ul li:last-child:before {



    color: #2B2B2B;

    content: '\2605'; /* Full star in UTF8 */

    text-shadow: 2px 2px 0px rgba(0,0,0,0.7);



}





.rate-header {

    font-size: 18px;

}





.more-reviews {
  display: inline-block;
  text-decoration: none !important;
  background: #2A2E40;
  color: #FFF !important;
  padding: 5px 10px;
  margin-top: 5px;

}



.more-reviews:hover {
    opacity: 0.8;
}


.review-title{
  font-weight: 100;
  font-size: 26px;
  line-height: 1em;
  font-family: 'Chela One', cursive;
  color: #2A2E40;
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: 600;*/
}

.payment-cards{
  text-align: right;
  margin-top: -10px;
}

#call-us {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 9999999;
    background: #a33cff;

}

/* blink me */
.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
/* end of blink me */