@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);
/* var text-decoration */
/*--
	Common Css
--*/
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}
h2 {
  font-size: 30px;
  font-weight: 400;
}
h3 {
  font-size: 28px;
  font-weight: 300;
}
p {
  font-size: 15px;
  line-height: 28px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}
.section-title p {
  font-family: 'Volkhov', serif;
  font-style: italic;
  color: #666;
}


/*---------------------------------------------
          Color Start 
-----------------------------------------------*/
.color1{
  color: #1b124e;
}


.color2{
  color: #312477;
}

.color3{
  color: #251581;
}

.color4{
  color: #4f5f99;
}


.boton-menu{
  color: #ecf0f3;
}

.boton-menu li {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #ecf0f3;

}

.boton-menu li a {
  background-color: rgba(1, 28, 84, 0.93);
  color: #cbddea;
  display: block;
}

.boton-menu li a:hover {
  background-color: rgba(1, 28, 84, 0.93);
  color: #cbddea;
}
/*---------------------------------------------
          Color Finish 
-----------------------------------------------*/

/*----------------------
          Space Start
-----------------------*/
.space7{
  padding: 7px 0px 0px 0px;
}

.space10{
  padding: 10px 0px 0px 0px;
}

.space20{
  padding: 20px 0px 0px 0px;
}

.space30{
  padding: 30px 0px 0px 0px;
}

.space35{
  padding: 35px 0px 0px 0px;
}

.space40{
  padding: 40px 0px 0px 0px;
}

.space50{
  padding: 50px 0px 0px 0px;
}

.space55{
  padding: 55px 0px 0px 0px;
}

.space60{
  padding: 60px 0px 0px 0px;
}

.space65{
  padding: 65px 0px 0px 0px;
}

.space70{
  padding: 70px 0px 0px 0px;
}

/*---------------------------------------------
          Space Finish
-----------------------------------------------*/

/*--
	Header Start 
--*/
header {
  background: #001F5F;
  padding: 30px 0;
}
header .navbar {
  margin-bottom: 0px;
  border: 0px;
}
header .navbar-brand {
  padding-top: 1px;
}
header .navbar-default {
  background: none;
  border: 0px;
}
header .navbar-default .navbar-nav {
  padding-top: 10px;
}
header .navbar-default .navbar-nav li a {
  color: #333333;
  padding: 10px 26px;
  font-size: 15px;
}
font header .navbar-default .navbar-nav li a:hover {
  color: #000;
}
/*---------------------------------------------
					Index Start 
-----------------------------------------------*/
/*--
	Slider Start 
--*/
#slider {
  background: url("../img/slider-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 10% 0%;
  padding: 200px 0 280px 0;
  position: relative;
}
#slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #8b86a3, #322e40);
  opacity: 0.8;
}
#slider .block {
  color: #E3E3E4;
}
#slider .block h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 10px;
  padding-bottom: 45px;
}
#slider .block p {
  font-size: 23px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
}
/*--
	wrapper Start 
--*/
#intro {
  padding: 100px 0;
}
#intro .block h2 {
  padding-top: 35px;
  line-height: 27px;
  margin: 0;
}
#intro .block p {
  color: #7B7B7B;
  padding-top: 20px;
}
#intro .block img {
  padding-left: 40px;
  width: 100%;
}
#intro .section-title {
  margin-bottom: 0px;
}
#intro .section-title p {
  padding-top: 20px;
}
/*--
	service Start 
--*/
#service {
  text-align: center;
  padding: 90px 0;
}
#service .service-item {
  padding-bottom: 30px;
}
#service .service-item i {
  font-size: 60px;
  color: #4A4656;
}
#service .service-item h4 {
  padding-top: 20px;
  margin: 0;
  color: #666;
}
#service .service-item p {
  color: #888;
  padding-top: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
/*--
	call-to-action Start 
--*/
#call-to-action {
  background: url("../img/call-to-action-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}
#call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
#call-to-action h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
  font-weight: 350;
}
#call-to-action p {
  font-size: 14px;
  line-height: 1.6;
}
/*--
	Feature Start 
--*/
#feature {
  background: url("../img/featue-bg.jpg");
  background-position: 50% 94px;
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 100px 0;
}
#feature h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
#feature p {
  color: #8d8f92;
  margin-bottom: 20px;
}
#feature .btn-view-works {
  background: #655E7A;
  color: #fff;
  padding: 10px 20px;
}
/*--
	content Start 
--*/
#testimonial {
  padding: 100px 0;
}
#testimonial .block h2 {
  line-height: 27px;
  color: #5C5C5C;
  padding-top: 110px;
}
#testimonial .block p {
  padding-top: 50px;
  color: #7B7B7B;
}
#testimonial .counter-box li {
  width: 50%;
  float: left;
  text-align: center;
  margin: 30px 0 30px;
}
#testimonial .counter-box li i {
  font-size: 35px;
}
#testimonial .counter-box li h4 {
  font-size: 30px;
  font-weight: bold;
}
#testimonial .counter-box li span {
  color: #555;
}
#testimonial .testimonial-carousel {
  text-align: center;
  width: 75%;
  border: 1px solid #DEDEDE;
  padding: 24px;
  margin: 0 auto;
}
#testimonial .testimonial-carousel img {
  padding-bottom: 38px;
}
#testimonial .testimonial-carousel p {
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 20px;
}
#testimonial .testimonial-carousel .user img {
  padding-bottom: 0px;
  border-radius: 500px;
}
#testimonial .testimonial-carousel .user p {
  padding-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #353241;
}
#testimonial .testimonial-carousel .user p span {
  display: block;
  color: #353241;
  font-weight: 600;
}
#testimonial .testimonial-carousel .owl-carousel .owl-pagination div {
  border: 1px solid #4f5f99;
  border-radius: 500px;
  display: inline-block;
  height: 10px;
  margin-right: 15px;
  width: 10px;
}
#testimonial .testimonial-carousel .owl-carousel .owl-pagination div.active {
  background: #5C5C5C;
  font-size: 30px;
  display: inline-block;
  border: 0px;
}
/*--
	features Start 
--*/
#clients-logo-section {
  padding-top: 30px;
  padding-bottom: 75px;
}
#clients-logo-section .clients-logo-img {
  padding: 0px 50px;
}
/*---------------------------------------------
					Work Start 
-----------------------------------------------*/
/*--
	Slider-work Start 
--*/
#global-header {
  background: url("../img/slider-bg2.jpg") no-repeat;
  background-size: cover;
  padding-top: 20%;
  padding-bottom: 20%;
  position: relative;
  background-attachment: fixed;
}
#global-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#global-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  text-align: center;
}
#global-header .block h1 {
  font-weight: 300;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}
#global-header .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}
/*--
	portfolio-work Start 
--*/
#portfolio-work {
  overflow: hidden;
  padding: 80px 0;
}
#portfolio-work .block .portfolio-menu {
  padding-bottom: 30px;
  text-align: center;
}
#portfolio-work .block .portfolio-menu ul {
  border: 1px solid #999999;
  display: inline-block;
  margin-bottom: 40px;
}
#portfolio-work .block .portfolio-menu ul li {
  display: inline-block;
  padding: 0px 25px;
  cursor: pointer;
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  color: #535353;
  text-transform: capitalize;
  position: relative;
}

@media (min-width: 438px) and (max-width: 542px) {
#portfolio-work .block .portfolio-menu ul li {
  display: inline-block;
  padding: 0px 7px;
  cursor: pointer;
  font-size: 12px;
  line-height: 40px;
  font-weight: 900;
  color: #535353;
  text-transform: capitalize;
  position: relative;
}

}


@media (min-width: 542px) and (max-width: 723px) {
#portfolio-work .block .portfolio-menu ul li {
  display: inline-block;
  padding: 0px 10px;
  cursor: pointer;
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  color: #535353;
  text-transform: capitalize;
  position: relative;
}

}


#portfolio-work .block .portfolio-menu ul .active {
  color: #3f5ec5;
  position: relative;
}
#portfolio-work .block .portfolio-menu ul .active:before {
  content: "\f0d7";
  position: absolute;
  font-family: 'FontAwesome';
  bottom: -18px;
  font-size: 30px;
  width: 20px;
  left: 0px;
  right: 0px;
  top: 23px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#portfolio-work .block .portfolio-menu ul li:hover:before {
  content: "\f0d7";
  position: absolute;
  font-family: 'FontAwesome';
  bottom: -18px;
  font-size: 30px;
  width: 20px;
  left: 0px;
  right: 0px;
  top: 24px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#portfolio-work .block .portfolio-contant ul li {
  float: left;
  width: 32.22%;
  overflow: hidden;
  margin: 3px;
  position: relative;
}
#portfolio-work .block .portfolio-contant ul li:hover .overly {
  opacity: 1;
}
#portfolio-work .block .portfolio-contant ul li:hover .position-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#portfolio-work .block .portfolio-contant ul li a {
  display: block;
  color: #fff;
}
#portfolio-work .block .portfolio-contant ul li a h2 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#portfolio-work .block .portfolio-contant ul li a p {
  font-size: 15px;
}
#portfolio-work .block .portfolio-contant ul li a span {
  font-style: italic;
  font-size: 13px;
  color: #655E7A;
}
#portfolio-work .block .portfolio-contant ul img {
  width: 100%;
  height: auto;
}
#portfolio-work .block .portfolio-contant .overly {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(27, 18, 78, 0.9);
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  text-align: center;
}
#portfolio-work .block .portfolio-contant .position-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

/*--
  @Media Start
--*/
@media (min-width: 291px) and (max-width: 369px) {

  #portfolio-work .block .portfolio-contant ul li a h2 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#portfolio-work .block .portfolio-contant ul li a p {
  font-size: 15px;
}

#portfolio-work .block .portfolio-contant .position-center {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

}


@media (min-width: 370px) and (max-width: 479px) {

#portfolio-work .block .portfolio-contant ul li a h2 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#portfolio-work .block .portfolio-contant ul li a p {
  font-size: 15px;
  text-align: center;
}

#portfolio-work .block .portfolio-contant .position-center {
  position: absolute;
  top: 50%;
  left: 31%;
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

}

@media (min-width: 480px) and (max-width: 767px) {
  
#portfolio-work .block .portfolio-contant ul li a h2 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#portfolio-work .block .portfolio-contant ul li a p {
  font-size: 10px;
}

#portfolio-work .block .portfolio-contant .position-center {
  position: absolute;
  top: 50%;
  left: 31%;
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

}

@media (min-width: 768px) and (max-width: 991px) {


}

@media (min-width: 992px) and (max-width: 1199px) {

  
}

@media (min-width: 1200px) and (max-width: 1366px) {

  
}
/*--
  @Media Finish
--*/

#portfolio-work .block .mix {
  display: none;
}

/*-----------------
  Go Left and Go Right Start
-----------------*/
.left-box5{
  left: 5% !important;
}

.left-box10{
  left: 10% !important;
}

.left-box15{
  left: 15% !important;
}

.left-box20{
  left: 20% !important;
}

.left-box25{
  left: 25% !important;
}

.left-box30{
  left: 30% !important;
}

.left-box35{
  left: 35% !important;
}

.left-box40{
  left: 40% !important;
}

.right-box5{ 
  right: 5% !important;
}

.right-box10{
  right: 10% !important;
}

.right-box15{
  right: 15% !important;
}

.right-box20{
  right: 20% !important;
}

.right-box25{
  right: 25% !important;
}

.right-box30{
  right: 30% !important;
}

.right-box35{
  right: 35% !important;
}

.right-box40{
  right: 40% !important;
}
/*--------------------
  Go Left and Go Right Finish
--------------------*/

.text1{
  font-size: 15px;
}

.text2{
  font-size: 15px;
  color:#2a6496;
}

.text3{
  font-size: 13px;
}

.parallax{
  background: url("../img/soltexcorp-2.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top:22%;
  padding-bottom: 22%;
}

.parallax-map{
  background-color: #171423;
  padding-top:5%;
  padding-bottom: 5%;
}

.btn-map-text{
  font-size: 12px;
  text-align: center;
  color: #2a6496;
}
.btn-map-text a{
  padding: 8px 8px 8px 8px;
  color: #2a6496;
  background-color: transparent;

}

.btn-map-text a:hover, focus {
  color: #6e90d8;
  background-color: transparent;
  border-color: #ececec;
  }

.icon-map-text {
  color: #2a6496;
  padding: 0px 18px 0px 18px;
}

.icon-map-text:hover, focus {
  color: #6e90d8;
}

/*--
	wrapper-work Start 
--*/
#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}
#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}
#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}
#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}
#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}
#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}
/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}
/*---------------------------------------------
					Work Close 
-----------------------------------------------*/

.padbot30 {padding-bottom:30px !important;}

/*=============================================*/



/*-----------------------------------------------------------------------------------*/
/*  SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
.social li {
  display:inline-block;
  margin:0 7px 10px 0;
}
.social li a {
  display:block;
  width:50px;
  height:50px;
  border:1px solid #242424;
  text-align:center;
  line-height:46px;
  font-size:23px;
  color:#333;
}
.social li a:hover {
  color:#ccc;
  border-color:#ccc;
}



/*-----------------------------------------------------------------------------------*/
/*  CONTACT FORM
/*-----------------------------------------------------------------------------------*/
/* __________ Contact Form __________ */
textarea,
input[type="text"] {
  width:100%;
  margin:0 0 10px;
  padding: 10px 8px;
  text-transform:none;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  line-height:20px;
  font-size: 12px;
  color: #9797aa;
  font-style:normal;
  border-radius: 0; 
  background: none;
  border: 2px solid #242424;
  box-shadow: none;
  transition: border-color 0.3s ease-in-out; 
  -webkit-transition: border-color 0.3s ease-in-out;
}
textarea {
  overflow:hidden;
  min-height:95px;
  resize: none;
}
textarea,
input[type="text"].last {margin-right:0;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  outline: 0;
  box-shadow: none;
  color:#666;
  border-color:#ccc;
}


.contact_btn {
  display:inline-block;
  cursor:pointer;
  margin: 0 7px 10px 0;
  padding:13px 30px;
  border: 2px solid #242424;
  border-radius: 0;
  box-shadow: 0;
  text-shadow:none;
  text-decoration:none;
  text-transform:uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight:900;
  line-height:20px;
  font-size:13px;
  color:#9797aa;
  background: none; 
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.contact_btn.active, .contact_btn:hover {background: none; color:#312477; border-color:#ccc;}

.notification_error {color:#30a67c;}



/*-----------------------------------------------------------------------------------*/
/*  RECENT POSTS
/*-----------------------------------------------------------------------------------*/
.post_item_img {position:relative;}
.post_item_img:before {
  content:'';
  position:absolute;
  z-index:25;
  left:0;
  top:0;
  width:100%;
  height:100%;
  transition: all 0.3s ease-in-out; 
  -webkit-transition: all 0.3s ease-in-out;
}
.post_item:hover .post_item_img:before {background-color:rgba(0,0,0,0.8);}
.post_item_content {padding:23px 0 0;}
.post_item_content a.title {
  font-weight:300;
  line-height:34px;
  font-size:24px;
  color:#333;
}
.post_item_inf {padding-top:2px;}
.post_item_inf li {
  display:inline-block;
  padding-right:12px;
  color:#ccc;
}
.post_item_inf a {
  padding-right:12px;
  font-weight:300;
  font-size:14px;
}
.post_item_img a.link {
  position:absolute;
  z-index:30;
  left:50%;
  bottom:30%;
  width:60px;
  height:36px;
  margin:0 0 -18px -30px;
  opacity:0;
  background-image:url(../images/zoom.png);
  background-repeat:no-repeat;
  background-position:0 0;
  background-size:100% auto;
  -webkit-background-size:100% auto;
  transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; 
  -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.post_item:hover .post_item_img a.link {
  bottom:50%;
  opacity:1;
}
.post_item_img a.link:hover {background-image:url(../images/zoom_h.png);}


/* __________ Recent Posts Small __________ */
.recent_posts_small {margin-bottom:8px;}
.post_item_img_small {
  overflow:hidden;
  float:left;
  width:70px;
  height:30px;
  margin:2px 15px 13px 0;
}
.post_item_img_small img {
  width:auto;
  max-width:none;
  height:100%;
  transition: opacity 0.3s ease-in-out; 
  -webkit-transition: opacity 0.3s ease-in-out;
}
.recent_posts_small:hover .post_item_img_small img {opacity:0.5;}
.post_item_content_small a.title {
  display:block;
  line-height:17px;
  font-size:14px;
  color:#8a8a8a;
}
.post_item_content_small a.title:hover {color:#666;}
.post_item_inf_small li {
  display:inline-block;
  padding-top:4px;
  padding-right:10px;
  line-height:17px;
  font-size:11px;
  color:#666;
}



/* __________ Recent Posts Sidebar __________ */
.recent_posts_widget {margin-bottom:25px;}
.post_item_img_widget {
  overflow:hidden;
  width:270px;
  height:180px;
  margin-bottom:16px;
  background-color:#000;
}
.post_item_img_widget img {
  width:auto;
  max-width:none;
  height:100%;
  transition: opacity 0.3s ease-in-out; 
  -webkit-transition: opacity 0.3s ease-in-out;
}
.recent_posts_widget:hover .post_item_img_widget img {opacity:0.5;}

.post_item_content_widget a.title {
  display:block;
  line-height:21px;
  font-size:18px;
  color:#333;
}
.post_item_content_widgeta.title:hover {color:#666;}
.post_item_inf_widget li {
  display:inline-block;
  padding-top:12px;
  padding-right:10px;
  line-height:17px;
  font-size:11px;
  color:#999;
}




/*---------------------------------------------
					 Contact Start 
-----------------------------------------------*/


footer ::selection {background: #fff; color:#000;}
footer ::-moz-selection {background: #fff; color:#000;}

.breadcrumbs_block ::selection {background: #fff; color:#000;}
.breadcrumbs_block ::-moz-selection {background: #fff; color:#000;}

.cleancode_block ::selection {background: #fff; color:#000;}
.cleancode_block ::-moz-selection {background: #fff; color:#000;}

footer {
  background: #F5F5F5;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 25px;
}
footer p {
  font-size: 13px;
  line-height: 25px;
  color: #737373;
}
footer a {
  color: #595959;
}
footer .footer-manu {
  padding-bottom: 25px;
}
footer .footer-manu ul {
  margin: 0px;
  padding: 0px;
}
footer .footer-manu ul li {
  display: inline-block;
  padding: 0px 20px;
}
footer .footer-manu ul li a {
  display: inline-block;
  color: #494949;
}
footer .footer-manu ul li a:hover {
  color: #000;
}


/* __________ Footer About Block __________ */
.foot_about_block p {
  margin-bottom:24px;
  padding-right:10px;
  padding-left:10px;
  line-height:24px;
  font-size:12px;
}

/* __________ Footer __________ */
  footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}
  
  
  .map_hide {margin-left:325px;}
  
  
  .respond_clear {clear:both; height:0; font-size:0;}