/*
Theme Name: Monopol
Theme URI: http://entiri.com
Description: Wordpress responsive website template
Author: entiri.com
Author URI: http://entiri.com
Version: 1.7
Tags: white, translation-ready, rtl-language-support, editor-style
License:
License URI:
*/
/* -------------------------------------------------------- */
/*  Base */
/* -------------------------------------------------------- */

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.alignleft {
  float: left;
  margin-right: 27px;
  margin-bottom: 10px;
}
.alignright {
  float: right;
  margin-left: 27px;
  margin-bottom: 10px;
}

.animated {
  visibility:hidden;
}

/*	Base */
::-moz-selection { background: #999; color: #fff; text-shadow: none; }
::selection { background: #999; color: #fff; text-shadow: none; }
:focus { outline-color: transparent!important; outline-style: none!important; }

html {
	overflow-y:scroll;
	background:#fff;	
}


body {
	margin: 0;
	padding: 0; 
  padding-top: 103px;                     
  
	font-size: 14px;
	line-height: 22px;
	color: #98A0A8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;	
	cursor:default;
  overflow:hidden;
  font-style: normal;
  font-weight: 400;
  background: #FFF;
  
}
body.home.start-button {
  padding-top: 0;
}
.single-page-body {
  padding-top:100px;
}

a {
  color: #ACB2B8;
  text-decoration:none;
}

a:hover, a:active, a:focus {
  text-decoration:none;  
}


.title-icon {
  position: relative;
  top: 10px;
  font-size: 3em;
  margin-bottom: 10px;
  margin-right: 30px; 
}

h1, h2, h3, h4, h5, h6 {
  
  color: #282A2E; 
  line-height:1.3em;    
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight:400;
  text-align:left;
}



h1 {
  color: #333333;  
  font-size: 48px;
  font-weight: 600;
  
}

h2 {
  color: #333333;  
  font-size: 40px;
  font-weight: 600;
  
  text-transform: uppercase;
}

h2.second {
  margin-bottom:0px;
}

h3 {
  color: #254834; !important;
  font-size: 28px;
  font-weight: 300;
  
}

h3:before {
  content: "/";
  color: #254834; !important;
  margin-right:0px;
  position: relative;
}
.smile_icon_list li .icon_description h3:before {
  content: '';

}

h4, h4 a {
  color: #254834;
  font-size: 16px;
  font-weight: 600;
  
}

h5 {
  color: #254834; !important;
  font-size: 14px;
  font-weight: 600;
  
}

h6 {
  color: #98A0A8;
  font-size: 14px;
  font-weight: 400;
  
}


p {
  
	font-size: 14px;
	line-height: 25px;
	color: #98A0A8;	
  font-weight: 400;
  margin-bottom:15px;
}               

.lead {
  
	font-size: 14px;
	line-height: 22px;
	color: #ACB2B8;
  font-weight: 400;
  
}



img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
} 

.gallery-caption {
  font-style: italic;
}

.search-form {
  position: relative;
}
.search-form button {
 position: absolute;
 right: 0;
 top: 0;
 background: transparent;
 border: none;
 padding: 7px 15px; 
}


/* navigation */


.site-logo {
  float: left;
  display: block;
  overflow:hidden;
  line-height:100px; 
}


.site-logo img{
  margin-top:0px;
  width:auto;
  max-height:80px;
  max-width: 350px;    
}


.navbar {
  position: relative;
  z-index: 1000;
  min-height: 60px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  padding: 0px 00px;
  width:100%;
  z-index: 1041;
  border-radius: 0px; 
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border-width: 0 0 1px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
  position:fixed;
  top: 0; 
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
  z-index:1041;   
}

.admin-bar .navbar-default {
  top: 32px;
}

.show-navbar-default {
  background-color: #FFF !important;
  border-color: rgb(235, 239, 242) !important;  
}
.show-navbar-default .move>a span {
  display: none;
}
.navbar-default .navbar-nav>li>a {
  color: #98A0A8;
  font-weight: 400;
  
  position: relative;
  text-transform:uppercase;
  font-size: 14px;
	display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 39px 10px 39px 10px;
  border-top:0px solid transparent;
	text-shadow: none;
  display:inline-block;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;   
}


.navbar-default .navbar-nav>li>a {
  display:none;
}


.show-navbar-default .navbar-nav>li>a {
  display:inline-block !important;
}

.move {
  float: right;
}

.move>a {
  display:inline-block;
  color: #98A0A8;  
  font-weight: 600;
  
  position: relative;
  text-transform:uppercase;
  font-size: 14px;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 39px 10px 39px 10px;
  border-top:0px solid transparent;
  text-shadow: none;
  display:inline-block;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;  
}

.move>a span {
  color:#24272A;
  float: left;
}

.move>a i {
  
  margin-left: 20px;
  font-size: 2em;
  line-height: 16px;
  position: relative;
  top: 4px;  
}

.move>a i {
 
}


.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color:#24272A;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;

}



.navbar-toggle {
  position: relative;
  margin-right: 15px;
  padding: 10px 10px;
  margin-top: 32px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-default .navbar-toggle {
  border-color: #EBEFF2;
}


.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 0px solid transparent;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #24272A;
}




/* Submenu */
.navbar-default .navbar-nav > li:hover > ul {
  display: block;
}

.navbar-default .navbar-nav > li > ul, .navbar-default .navbar-nav > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 0px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #282A2E;
  border: 0px solid #cccccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.navbar-default .navbar-nav > li > ul > li > ul {
  top: 0;
  left: 100%;
}

.navbar-default .navbar-nav > li > ul > li:first-child, .navbar-default .navbar-nav > li > ul > li li:first-child  {
  padding: 15px 30px;
}

.navbar-default .navbar-nav > li > ul > li, .navbar-default .navbar-nav > li > ul > li > ul li {
  padding: 15px 30px;
  border-bottom: 1px solid #3f4349;
}
.navbar-default .navbar-nav > li > ul > li:hover ul {
  display: block;
}

.navbar-default .navbar-nav > li > ul > li:last-child, .navbar-default .navbar-nav > li > ul > li li:last-child  {
  padding: 15px 30px;
  border-bottom: none;
}

.navbar-default .navbar-nav > li > ul > li > a, .navbar-default .navbar-nav > li > ul > li > ul a {
  display: inline-block;
  padding: 0px 0px;
  clear: both;
  font-size:14px;
  line-height: 17px;
  text-transform:uppercase;
  color: #98A0A8;
  font-weight: 600;
  
  white-space: nowrap;
  background-color:transparent;
}



.navbar-default .navbar-nav > li > ul > li > a.active, .navbar-default .navbar-nav > li > ul > li > a.active:hover, .navbar-default .navbar-nav > li > ul > li > a.active:focus {
  text-decoration: none;
  color: #FFF;
  background-color: transparent;
}


.navbar-default .navbar-nav > li > ul > li > a:hover, .navbar-default .navbar-nav > li > ul > li > a:focus {
  text-decoration: none;
  color: #8a939c;
  background-color: transparent;
}

.navbar-right .navbar-default .navbar-nav > li > ul {
  left: auto;
  right: auto;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #FFF;
  color: #98A0A8;
}



/* Portfolio isotope */


. portfolio-mansonry-all {
  overflow:hidden;
}


.portfolio-item {
  position: relative;
  text-align: center;
  margin: 0px 0px 40px 0px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;   
}

.portfolio-item a{
  display:block;
}


.overlay {
  background-color: rgba(0, 0, 0, 0.75); 
  position: absolute;
  padding: 35px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;     
  width: 100%;
  height: 100%;
}
.team-image .overlay {
  background-color: transparent;
}

.overlay-text {
  color: #FFF;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);  
  overflow:hidden; 
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}

.portfolio-item:hover .overlay {
  
  opacity:1;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;  
}

.portfolio-item:hover .overlay-text {
  opacity:1;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);   
}



.portfolio-item img {
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; 
}

.portfolio-item:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; 
}


.filter { 
  display: inline-block; 
  overflow: hidden;
  margin:10px 0px 20px 0px;
  padding:0px; 
  list-style-type: none; 
}
.filter li { 
  float:left;

}

.filter li a{   
  color: #ACB2B8;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  
  margin: 0px 30px 0 0;
  overflow: visible;
  padding: 0px 0px 0px 0px;
  position: relative;
  display: inline-block;
  transition: all .3s ease-in-out;
  text-transform: uppercase;  
}

.filter li a:hover, .filter li.active a:hover { 
  color: #282A2E;
}
.filter li.active { 
  background: #FFF; }
.filter li.active a { 
  color: #282A2E; 
}



/* Portfolio classic post*/

.project-detail {
  background-color:#F4F4F4;
}

.project-detail p {
  margin-bottom:20px;
}

.project-detail-pagging {
  padding:0px;
  float:right;
  overflow:hidden;
  margin-top: 5px;
}

.project-detail-pagging a {
  display:block;
  float: left;
}

.project-detail-pagging a i {
  width:50px;
  height:50px;
  line-height:50px;
  font-size:20px;
  text-align:center;
  color:#98A0A8;
  background-color:#FFF;       
}



.project-detail-container-text {
  position:relative;
  background-color:#FFF;
  padding:30px 30px 30px 30px;
}


.project-detail a:hover, .project-detail a:focus, .project-detail a:active {
  color:#282A2E;
}

.project-detail-container  [class*="col-"]{  
  padding-left:0px;
  padding-right:0px; 
}

.project-detail-container {
  position:relative;
  background-color:transparent;
  padding:0px 15px;
  float: left;
  overflow: hidden;  
}


.project-detail-image {
  position:relative;
}

.project-detail-image img {
  width:100%;
  max-height:500px;
}

.project-detail-share {
  position:absolute;
  bottom:-6px;
  left:0px;
}



/* Portfolio ajax style*/

.wrapper-portfolio {
  padding:0px 0px;
}

.cbp-item-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color:#FFF;
} 

.cbp-l-filters-button {
  margin: 0 auto 20px;
  text-align: left;
}

.cbp-caption-defaultWrap img {
  width:100%;
}

.cbp-caption-revealLeft .cbp-caption-activeWrap {
    left: 100%;
    top: 0;
    /*@editable properties */
    background: none repeat scroll 0 0 #282A2E;
    opacity:0.95;
}

.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
    left: 0;
}

.cbp-l-filters-dropdownWrap {
  width: 200px;
  position: absolute;
  right: auto;
  left:0;
  background-color: #282A2E;
}

.cbp-l-filters-button .cbp-filter-item {
  background-color: #FFFFFF;
  border: 0px solid #D0D5D9;
  border-radius: 0px;
  color: #ACB2B8;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
 
  margin: 0px 10px 0 0;
  overflow: visible;
  padding: 5px 15px 5px 0px;
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-transform:uppercase;
}

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
  color: #282A2E;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
  background: none;
  color: #D0D5D9;
  width: 100%;
  text-align: left;
  font-size: 12px;
  margin: 0;
  padding: 0 17px;
  cursor: pointer;
  border: none;
  border-top: 0px solid #D0D5D9;
}

.cbp-l-filters-button .cbp-filter-item-active {
  background-color: #FFF;
  color: #282A2E !important;
  border-color: #FFF;
}

.cbp-l-grid-projects-title {
  font-weight: 600;
  font-size: 16px;
  color: #282A2E;
  padding: 5px 5px;
  text-align: center;
  
  text-transform:uppercase; 
}

.cbp-l-grid-projects-desc {
  font-weight: 600;
  font-size: 16px;
  margin-top: 0px;
  color: #ACB2B8;
  padding: 5px 5px;
  text-align: center;
  
}

.cbp-l-filters-button .cbp-filter-counter {
 /* background-color: #3288C4; */
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity .25s ease, bottom .25s ease;
  transition: opacity .25s ease, bottom .25s ease;
}

.cbp-l-filters-button .cbp-filter-counter:before {
    content:"";
    position:absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    visibility: hidden;
}

.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
 /* background-color: #3288C4;  */
  color: #FFFFFF;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  width: auto;
  text-align: center;
  margin: 4px;
  border-radius:0px;
  padding: 7px 12px;
  
}

.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover {
  text-decoration: none;
  color: #fff;
  opacity:0.9;
}

.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover {
  background-color: #2578B3;
  text-decoration: none;
  color: #fff;
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
  bottom: 0;
  z-index: 1;
  height: 70px;
  background: none repeat scroll 0 0 #282A2E;
}

 .cbp-l-loadMore-button-link {
  border: 1px solid #ACB2B8!important;
  border-radius: 3px;
  color: #ACB2B8!important;
  display: inline-block;
  font-size:13px;
  line-height: 1.428571429;
  min-width: 120px;
  text-decoration: none;
  padding: 8px 20px;
}

.cbp-l-loadMore-button-link:hover {
  color: #000!important;
  border: 1px solid #000!important;
  text-decoration: none;
}

.cbp-popup-singlePage .cbp-popup-next {
  /* background: url("img/cbp-sprite.png") no-repeat scroll -48px -94px transparent; */
  width: 44px;
  height: 44px;
  top: 30px;
  right: 0;
  margin: auto;
  left: 108px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size:30px;  
  padding-top: 9px;
}

.cbp-popup-singlePage .cbp-popup-next:before {
  content: "\f105";
  margin: 0px auto;
  color: #FFFFFF;
  margin-left: 4px;
}

.cbp-popup-singlePage .cbp-popup-prev {
 /* background: url("img/cbp-sprite.png") no-repeat scroll -2px -94px transparent;  */
  width: 44px;
  height: 44px;
  top: 30px;
  left: 0;
  margin: auto;
  right: 108px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size:30px;  
  padding-top: 9px;
}

.cbp-popup-singlePage .cbp-popup-prev:before {
  content: "\f104";
  margin: 0px auto;
  color: #FFFFFF;
  margin-right: 3px;
}

.cbp-popup-singlePage .cbp-popup-close {
  /*background: url("img/cbp-sprite.png") no-repeat scroll -94px -94px transparent;    */
  height: 44px;
  width: 44px;
  margin: auto;
  right: 0;
  top: 30px;
  left: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size:30px;   
  padding-top: 9px;
}

.cbp-popup-singlePage .cbp-popup-close:before {
  content: "\f00d";
  margin: 0px auto;
  color: #FFFFFF;
}

.cbp-popup-singlePage-counter {
  color: #FFF;
  font-size: 14px;
  position: absolute;
  right: 47px;
  top: 0;
  padding: 0 3px 0 0;
}

.cbp-popup-singlePage .cbp-popup-next:hover, .cbp-popup-singlePage .cbp-popup-prev:hover, .cbp-popup-singlePage .cbp-popup-close:hover {
  opacity:0.8;
}



/* project detail styles */

.cbp-popup-singlePage .cbp-l-project-title {
  color: #282A2E;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.cbp-popup-singlePage .cbp-l-project-desc-title {
  border-bottom: 0px solid #cdcdcd;
  margin-bottom: 22px;
  color: #282A2E;
}

.cbp-popup-singlePage .cbp-l-project-details-title {
  border-bottom: 0px solid #cdcdcd;
  margin-bottom: 19px;
  margin-left: 20px;
  color: #282A2E;
}

.cbp-popup-singlePage .cbp-l-project-desc-text {
  font-size: 14px;
  font-weight: 400;
  color: #ACB2B8;
  
}


.cbp-popup-singlePage .cbp-l-project-details-list {
  margin-left: 20px;
  padding: 0px;
  list-style: none;
  margin-bottom: 30px;
}

.cbp-popup-singlePage .cbp-l-project-related-wrap {
  font-size: 0;
  margin: 0;
  padding: 0px;
}

.cbp-slider-wrap, .cbp-slider-item {
  margin: 0;
  padding: 0px;
  list-style-type: none;
}


.cbp-popup-singlePage .cbp-l-project-details-visit {
  float: right;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  margin-top: 12px;
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform:none;
  color: #ACB2B8;
  background-color: #ffffff;
  border-color: #D0D5D9;    
}

.cbp-popup-singlePage .cbp-l-project-details-list li {
  border-bottom: 1px dotted #D0D5D9;
  padding: inherit;
  color: #ACB2B8;
  font-size: 12px;
  font-weight: 600;
}

.cbp-popup-singlePage .cbp-l-project-details-visit:hover {
  color: #FFF;
}

.cbp-popup-singlePage .cbp-l-project-related-item {
  margin-right: 5%;
  max-width: 29.935%;
  display: inline-block;
  background: #ffffff;
  padding-bottom: 20px;
}

.cbp-popup-singlePage .cbp-l-project-related-title {
  font: bold 14px sans-serif;
  color: #282A2E;
  margin-top: 20px;
  padding:0px 5px;
  text-align:center;
}


.cbp-popup-singlePage .cbp-l-project-desc-title span, .cbp-popup-singlePage .cbp-l-project-details-title span {
  border-bottom: 1px solid #D0D5D9;
  display: inline-block;
  margin: 0 0 -1px 0;
  font-weight: 600;
  font-size: 16px;
  padding: 0 5px 0 0;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    height: 104px;
    background-color: #282A2E;
}




/* blog detail */

.blog-detail {
  position:relative;
  background-image:
    linear-gradient(
      to right, 
      #ffffff,
      #ffffff 70%,
      #ffffff 70%,
      #282A2E 30%,
      #282A2E 30%
    );
  border-bottom:1px solid #EBEFF2;  
}

.blog-detail .container {
  padding:0px;
}

.blog-detail-background {
  background-color:#282A2E;
}

.blog-detail-info {
  padding:25px 25px;
  background-color:#ffffff;
}

.blog-detail-info .date {
  color: #98A0A8;
  font-weight: 600;
  
  margin-right:40px; 
}

.blog-detail-info .tags {
  color: #98A0A8;
  font-weight: 600;
  
}

.blog-detail-info i {
  color: #98A0A8;
  margin-right: 20px;
  font-size: 16px;
}

.blog-detail-text {
  padding:40px 80px 80px 0px;
  text-align:justify;
  overflow: hidden;
}

.blog-detail-post-form {
  padding:80px 0px 25px 0px;
}

.blog-detail-text p, .blog-detail-text blockquote {
  margin-bottom:20px;
} 

.blog-detail-text h4 {
  margin-bottom:20px;
}

.blog-detail-info-share {
  padding:20px 0 0;
  overflow: hidden;
}

.blog-detail-info-comments {
  padding:25px 0 25px 0;
  overflow: hidden;
}



ul.blog-detail-comments {
  padding:0px;
  margin:0px;
  margin-top:10px;
}

ul.blog-detail-comments ul {
  padding-left:60px;
}

.blog-detail-comments li {
  position:relative;
  list-style:none;
  padding-left:0px;
  text-align: justify;
  line-height: 22px;
  margin-bottom:20px;
}

.blog-detail-comments li span {
  display:block;
  margin-left:60px;
}

.blog-detail-comments h6 {
  color: #98A0A8;
  font-size: 14px;
  font-weight: 400;
  
  line-height: 17px;
  text-transform:uppercase;
  margin-bottom: 20px;
  top: 10px;
  position: relative;
  display: block;  
}

.blog-detail-comments li i{
  width:40px;
  height:40px;
  line-height:40px;
  font-size:25px;
  margin-right:20px;
  float:left;
}

.comment-form .row .col-md-6:first-child {
  padding-right: 7px;
}
.comment-form .row .col-md-6:last-child {
  padding-left: 7px;
}
.blog-detail-content {
  background-color:#FFF;
  padding-top:130px;
}
.blog-detail-content div {
  max-width: 100%;
}

.blog-detail-sidebar {
  background-color:#FFF;
  padding-top:150px;
  padding-bottom:0px
}
.blog-detail-sidebar .widget {
  margin-bottom: 60px;
}
.blog-detail-sidebar .widget:last-child {
  margin-bottom: 0;
}
.blog-detail-sidebar .widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-detail-sidebar .widget ul li a {

}
.tagcloud a {
  text-transform: uppercase;
  color: #98A0A8;
  font-weight: 400;
  
  display: inline-block;
  font-size: 14px!important;
}
.tagcloud a:after {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.blog-detail [class*="col-"] {
  padding: 0px;
}

.blog-detail-post-form .form-control-first {
  padding-right:15px;
}

.blog-detail-post-form .form-control-second {
  padding-left:15px;
}

.blog-detail .row {
  padding: 0px;
  margin:0px;
}

.blog-detail-sidebar {
  background-color:#282A2E;
  padding-left:30px;
  padding-right:30px;
  overflow:hidden;
}

.blog-detail-container {
  padding-left: 15px;
  padding-right: 15px;
}


.blog-detail-sidebar h3 {
  color:#254834!important;
  font-size: 14px!important;
  font-weight: 600!important;
  
  line-height: 18px!important;
  text-transform: uppercase;
}
.blog-detail-sidebar h3:before {
  content: '';
}

/* video iframe*/
.video-content {
  width: 100%;
  margin-bottom: -6px;
  border:0px solid;
  height:100%;
}

/* google map */
.google-map {
  position: relative;
  width: 100%;
  height: 300px;
  padding: 0px;
  border: 0px;
  margin-bottom: -7px;
}



/* footer */

.footer-image {
  background:url("img/footer-image/1.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.footer-image-colored {
  background-color:rgba(40,42,46,0.9);
}


.footer-info {
  display:table !important;
  width:100%;
  height:60px;
}

.footer-info-cell p {
  margin-bottom:0px;
  text-align:left;
}

.footer-info-cell {
  display:table-cell;
  vertical-align:middle;
}

.footer-site-logo {
  float: left;
  display: block;
  
}

.footer-site-logo img {
  max-height:60px;
}

.footer-info .social-1 {
  float:right;
}

/* contact form */
.error {
  margin:8px 0px;
	display: none;
  color: #282A2E;
}

#ajaxsuccess {
  font-size: 16px;
	width: 100%;
	display: none;
  clear: both;
  color: #ACB2B8;
  margin:8px 0px;
}
.ajax-loader {
  display: none;
}

/* SLIDERS */

.testimonal-slider {margin: 0px;  border: 0px solid #000; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; box-shadow: 0 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0); -moz-box-shadow: 0 0px 0px rgba(0,0,0,0); -o-box-shadow: 0 0px 0px rgba(0,0,0,0); zoom: 1; text-align: center;}

.testimonal-slider .flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center; height:6px;}
.testimonal-slider .flex-control-nav li {margin: 0 0px; display: inline-block; zoom: 1; *display: inline;

}
.testimonal-slider h3, .testimonal-slider h5 {
  text-align: center;
}
.testimonal-slider .flex-control-paging li a {
  width: 12px; 
  height: 12px; 
  display: block;  
   cursor: pointer; 
   text-indent: -9999px;
  border:0px solid; 
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  -o-border-radius: 0px; 
  border-radius: 0px; 
  box-shadow: inset 0 0 0px rgba(0,0,0,0);
  opacity: 1;
  margin:0px 5px;
  border-radius:0;
  border:1px solid #7F7F7F;
  background:transparent;
}
.testimonal-slider .flex-control-paging li a:hover { background:  transparent; cursor: pointer; opacity: 1; }
.testimonal-slider .flex-control-paging li a.flex-active { background:  transparent; cursor: default; opacity: 1; border-color: #FFF; }
  
.testimonal-slider .flex-direction-nav {display:none;} 


/*  thumbnail-slider */

.thumbnail-slider {margin: 0px 0px 40px 0px;  border: 0px solid #000; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; box-shadow: 0 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0); -moz-box-shadow: 0 0px 0px rgba(0,0,0,0); -o-box-shadow: 0 0px 0px rgba(0,0,0,0); zoom: 1;}
.thumbnail-slider .flex-direction-nav {width: 100%; position: absolute; bottom: 40px; text-align: center;
left:0; right:0}
.thumbnail-slider .flex-direction-nav a {width: 100px; height: 6px; display: block; background: #282A2E;  cursor: pointer; text-indent: -9999px; opacity:0.5;
border:0px solid; 
-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
-o-border-radius: 0px; 
border-radius: 0px; 
box-shadow: inset 0 0 0px rgba(0,0,0,0); 
}
  
.thumbnail-slider .flex-direction-nav {display:none;} 
      
.thumbnail-slider .flex-control-thumbs {margin: 0px 0 0; position: absolute; top:0; overflow: hidden;}
.thumbnail-slider .flex-control-thumbs li {width: 20%; float: left; margin: 0;}
.thumbnail-slider .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.thumbnail-slider .flex-control-thumbs img:hover {opacity: 1;}
.thumbnail-slider .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
      

/* Spacer classes */

.spacer1 {
  height: 1px !important;
}

.spacer5 {
  height: 5px !important;
}
  
.spacer10 {
  height: 10px !important;
}
  
.spacer15 {
  height: 15px !important;
}
  
.spacer20 {
  height: 20px !important;
}

.spacer25 {
  height: 25px !important;
}
  
.spacer30 {
  height: 30px !important;
}

.spacer35 {
  height: 35px !important;
}
  
.spacer40 {
  height: 40px !important;
}
  
.spacer45 {
  height: 45px !important;
}
  
.spacer50 {
  height: 50px !important;
}

.spacer55 {
  height: 55px !important;
}

.spacer60 {
  height: 60px !important;
}

.spacer65 {
  height: 65px !important;
}
  
.spacer70 {
  height: 70px !important;
}

.spacer75 {
  height: 75px !important;
}

.spacer80 {
  height: 80px !important;
}

.spacer85 {
  height: 85px !important;
}

.spacer90 {
  height: 90px !important;
}

.spacer95 {
  height: 95px !important;
}

.spacer100 {
  height: 100px !important;
}

.spacer110 {
  height: 110px !important;
}

.spacer120 {
  height: 120px !important;
}

.spacer130 {
  height: 130px !important;
}

.spacer140 {
  height: 140px !important;
}

.spacer150 {
  height: 150px !important;
}

.spacer500 {
  height: 500px !important;
}


.text-left {
  text-align:left !important;
}
.text-right {
  text-align:left !right;
}
.text-center {
  text-align:left !center;
}

/* --------------------------------------------------------	*/
/*  Back To Top Button  */
/* --------------------------------------------------------	*/

.back-to-top {
  position: fixed;
  right:0px;
  bottom:0px;
  width:60px;
  height:60px;
  line-height:60px;
  font-size:22px;
	margin-right: 0px;
	display: block;
	text-align: center;
	text-decoration: none;
  color:#fff;
  background-color:#98A0A8;
  font-family:FontAwesome;
  font-weight:normal;
  font-style:normal;
  text-align:center;
  z-index:99;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;        
}

.back-to-top:hover {
  color:#fff;
  opacity: 1; 
}

.back-to-top:after {
  content:"\f106";  
}
.cbp-l-grid-projects .cbp-caption {
  height: 64%;
}
/* Style switcher */



.color-1 {background: #e55d5d;}
.color-2 {background: #6a63f4;}
.color-3 {background: #254834;}
.color-4 {background: #c1b2a1;}



.color-picker {
  position: fixed;
  right: 0;
  top: 150px;
  width: 239px;
  background: #e6e6e6;
  z-index: 9999;
  -webkit-transition: all .3s ease;
}
.color-picker.notshown {
  right: -239px;
}
.color-picker a.handle {
  position: absolute;
  top: 0;
  left: -80px;
  width: 80px;
  height: 80px;
  text-align:center;
  background:#262626;
}

.color-picker a.handle i{
  color:white;
  font-size:32px;
  line-height: 80px;
}

.color-picker a:hover {
  text-decoration:none;
}


.color-picker .settings-header {
  background: #3c3c3c;
  height: 80px;
  padding: 21px 34px 0 34px;
}
.color-picker .settings-header h3 {
  color: #254834;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 5px;
  
}


.color-picker .section {
  padding: 30px 20px;
  border-left: 10px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;  
}
.color-picker .section h4 {
  font-size: 16px;
  text-transform: none;
  color: #3c3c3c;
  line-height: 16px;
  padding: 0 0 0 0px;
  margin-bottom: 20px;
}

.color-picker .section i {
  font-size: 16px; margin-right:10px; 
}


.color-picker span {
  font-size: 13px;
  color: #9a9a9a;
}
.color-picker .colors a {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right:5px;
  float: left;
  border:2px #BEBEBE solid;
}

.color-picker .skin a {
  display: block;
  width: 70px;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right:5px;
  float: left;
  text-align:center;
  line-height:30px;
  border:2px transparent solid;
}

.color-picker .skin a.actt {
  border:2px #FFF solid; 
}

.pagination ul {
  padding-left: 0;
  list-style-type: none;
}
.pagination ul li:first-child {
  float: left;
}
.pagination ul li:last-child {
  float: right;
}

