
.points .cal{ background:#f0db2c; padding:20px; margin-bottom:20px;}
.points p{ margin:0px;}
.points img{ text-align:center; margin-bottom:10px;}

.contact-me a{ color:#000;}
.contact-me a:hover { color:#1f78d2;}

.image-gallery h4 { font-weight:600; font-size:16px; color:#1f78d2}

.call-to-actionbtn { background:#1f78d2; padding:10px 20px; float:left; width:100%;}
.call-to-actionbtn h3{ margin-bottom:0px; letter-spacing:0px; font-weight:600; color:#fff; margin-top:10px;}

.table-bordered thead { background:#f0db2c; }
.table-bordered { text-align:center}
.table-bordered th { text-align: center;}

.proindex .table-bordered { text-align:center}

.proindex .table-bordered a{ color:#000;}
.proindex .table-bordered a:hover { color:#1f78d2; font-weight:600;}


.tbb { text-align:left}
.tbb th{ text-align:left}

.list li {
    margin-bottom: 10px !important;
}
.red{ color:red}
.contact-page { background:#1f78d2; padding:30px;}

html .list-secondary.list-icons li > .fa:first-child, html .list-secondary.list-icons li a:first-child > .fa:first-child, html .list-secondary.list-icons li > .icons:first-child, html .list-secondary.list-icons li a:first-child > .icons:first-child {
    color: #f51616;
    border-color: #f51616;
}

.next-pre .pre { float:left; }
.next-pre .next { float:right; }

.opto .btn-primary {
    color: #ffffff;
    background-color: #1f78d2;
	border:none;
    border-color: #1f78d2 #1f78d2 #1f78d2;
	 -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
	margin-top:15px;
}

.opto .btn-primary:hover {
  border-color: #cab500 #cab500 #cab500;
  background-color:  #cab500;
  border:none;
}


.content-opto a { color:#1f78d2}
.content-opto a:hover { color:#2cc0f0}
table td { color:#000}

.color-blue { color:#1f78d2}
.greybg { background:#eeeeee; padding:10px 0px;}

.breadcrumb a { color:#0066FF}
.breadcrumb a:hover { color:#000}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {

    color: #fff;
    text-decoration: none;
    background-color: #e0ca0e;
    outline: 0;

}


.feature-box .feature-box-icon {
    background: #CCC;
    border-radius: 35px;
    color: #FFF;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 30px;
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border: 0px solid #1f78d2;
    background: #1f78d2;
    line-height: 30px;
	color:#fff;
}

.feature-box .feature-box-info {
    padding-left: 40px;
}

.feature-box.feature-box-style-3 .feature-box-icon i.fa, .feature-box.feature-box-style-3 .feature-box-icon .icons {
    color: #fff;
}

.feature-box h4 {
    font-size: 1.1em;
    line-height: 40px;
}

#header .header-social-icons {
    float: right;
    margin: 45px 0 0 00px;
}

.nav-pills>li+li {
    margin-left: 1px;
}

.counterround { border:3px solid #1f78d2; width:100px !important; height:100px !important; font-size: 3.1em; padding-top:20px; margin-left: 33px; margin-bottom:10px;
border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -khtml-border-radius:50%;}

@media only screen and (max-width:992px) {
.clear-counder{ float:left !important; width:25% !important; }
.counterround { border:2px solid #1f78d2; width:80px !important; height:80px !important; font-size: 2.1em; padding-top:20px; margin-left: 33px; margin-bottom:10px;
border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -khtml-border-radius:50%;}

section.page-header h1 {
    border-bottom: none;
}

}
@media only screen and (max-width:700px) {
.clear-counder{ float:left !important; width:25% !important; }
.counterround { border:2px solid #1f78d2; width:60px !important; height:60px !important; font-size: 1.5em; padding-top:20px; margin-left: 14px; margin-bottom:10px;
border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -khtml-border-radius:50%;}
}



.btn.custom-btn-style-1 {
    background: transparent;
    border: 1px solid rgba(60, 63, 68, 0.2);
    padding: 13px 30px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption h4 {
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 0;
}

.thumb-info {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 0px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.properties-listing .listing-item .thumb-info .thumb-info-listing-type {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.thumb-info:hover .thumb-info-wrapper:after {
    opacity: 0.4;
}

.properties-listing .listing-item .thumb-info .thumb-info-price {
    display: block;
    width: 100%;
    line-height: 1;
}

html .background-color-primary {
    background-color: #1f78d2 !important;
}

.properties-listing .listing-item .thumb-info .custom-thumb-info-title {
    display: block;
}
.thumb-info .thumb-info-inner {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.text-md {
    font-size: 1.6rem !important;
}

.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li {
    display: inline-block;
    line-height: 1;
    padding: 1px 5px;
}

.custom-color-1 {
    color: #2bca6e !important;
}

.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li:nth-child(2) {
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
}

.page-header-more-padding {
    padding: 72px 0 35px;
}

.page-header-light {
    background: url(../img/bg.jpg) no-repeat center #000;
    border-bottom: 0px solid #F4F4F4;
    border-top: none;
}

.page-header-light h1 {
    border-bottom: none;
    color: #1f78d2;
    font-size: 2.3em;
}

a {
    color: #1f78d2;
}

.product a {
    color: #6a80a9;
}

.product ol, ul {
    margin-top: 0;
    margin-bottom: 00px;
}

.product .accommodations{ margin-top:5px;}
.product .accomodation-value{ font-weight:500}
.product .thumb-info-inner { font-weight:500; color: #000;}



.thumb-info-listing-type-detail {
    position: absolute;
    z-index: 2;
}

aside {
    display: block;
    background: #f4f4f4;
    padding: 20px;
}
aside h4 {
    background: #1f78d2;
    padding: 10px 0;
    text-align: center;
    font-size: 1.0em;
    font-weight: ;
    color: #FFFFFF !important;
    margin-bottom: 0px;
}

aside .nav {
    padding: 5px 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color:#eaeaea;
    border: 1px solid #EEE;
}

aside ul.nav-list > li > a {
    color: #000;
    font-size: 13.5px;
    padding: 6px 0 6px 20px;
}

ul.nav-list li.active > a {
    font-weight: 600;
}

.project-details aside ul.nav-list > li > a {
    color: #000;
    font-size: 13px;
    padding: 8px 0 8px 18px;
	text-transform:uppercase;
}

ul.nav-list.show-bg-active .active > a {
    background-color: #f0db2c;
}

ul.nav-list li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #1f78d2;
    margin: 7px 0 0 -10px;
    position: absolute;
}


ul.nav-list li a {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
    border-bottom: 1px solid #d0cfcf;
    padding: 7px 0 7px 18px;
    display: block;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    line-height: 20px;
}

ul.nav-list li a:hover {
	background-color: #fff;
	text-decoration: none;
}

.phgallery{ margin-bottom:30px;}

@media only screen and (max-width:992px) {
.phgallery{ width:33.33%}
}


.products-list {
  list-style: none;
  padding: 0;
  margin: 0 -10px 0;
}
.products-list li {
  padding: 10px;
  width: 100%;
}

.product {
  position: relative;
}
.product .product-image-area {
  overflow: hidden;
  position: relative;
}
.product .product-image-area .product-image {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.product .product-image-area .product-image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.product .product-image-area .product-image .product-hover-image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.product .product-quickview {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #3b3b3b;
  color: #fff;
  padding: 10px;
  z-index: 9;
  border-radius: 0 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  font-size: 12px;
  line-height: 1.4;
}
.product .product-quickview span {
  margin-left: 2px;
}
.product .product-quickview:hover, .product .product-quickview:focus {
  opacity: 0.9 !important;
  color: #fff;
  text-decoration: none;
}
.product .product-quickview:hover span, .product .product-quickview:focus span {
  text-decoration: underline;
}
.product .product-label {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  line-height: 1;
  z-index: 5;
  text-align: center;
}
.product .product-label + .product-label {
  top: 40px;
}
.product .product-label span {
  display: block;
  position: relative;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
}
.product .product-label span.discount {
  background-color: #e27c7c;
}
.product .product-label span.new {
  background-color: #62b959;
}
.product .product-details-area {
  padding: 10px;
  text-align: center;
}
.product .product-details-area .product-actions {
  margin: 0 -10px;
}
.product .product-name {
  color: #777;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 3px;
}
.product .product-name a {
  color: #777;
}
.product .product-name a:hover, .product .product-name a:focus {
  color: #3b3b3b;
  text-decoration: none;
}
.product:hover .product-image-area .product-image .product-hover-image {
  visibility: visible;
  opacity: 1;
}
.product:hover .product-quickview {
  visibility: visible;
  opacity: 1;
}



@media only screen and (max-width:1200px) {
#header .header-nav-main nav > ul > li > a {
    padding: 6px 23px;
}
}

.opto-call{display: inline;}
.opto-call-mob {display: none !important;}

@media only screen and (max-width:991px) {
.opto-call{display: none !important;}
.opto-call-mob {display: inline !important;}
.social-mobile {float: left !important; margin: 13px 0 0 10px !important;}
}

@media only screen and (max-width: 1110px) {
	.head-actions { display: none;}
}

.head-actionsmob{ display: none}

@media only screen and (max-width: 1110px) {
	.head-actionsmob { display: inline; margin: 12px 0 0 0; float: left}
	.head-actionsmob a{ background: #1f78d2; padding: 5px 8px; margin-right:3px; float: left;}
	.head-actionsmob .fa{ font-size: 17px; color: #fff; }
	.headmobi{ border-top: 0px solid #909090}
}

@media only screen and (max-width: 991px) {
.headmobi{ margin-top: 50px; float: right}
}
@media only screen and (max-width: 741px) {
.headmobi{ margin-top: 13px; float: right; z-index: 9999999 !important;}
}


.feature-box-info a {
    color: #000;
}

.feature-box-info a:hover {
    color: #1f78d2;
	text-decoration:none;
}

.inbg { background:#fff !important; }
.inbg2 { background:url(../img/inn2.jpg) #5c808d top right no-repeat !important;}
.inbg3 { background:url(../img/inn3.jpg) #26612b top right no-repeat !important;}
.inbg4 { background:url(../img/inn4.jpg) #112e40 top right no-repeat !important;}
.inbg2 p{ color:#fff;}
.inbg3 p{ color:#fff;}
.inbg4 li{ color:#fff;}
@media only screen and (max-width: 991px) {
.clear-welcome{ width:100% !important}
.inbg { background:#fff !important; }
.inbg2 { background:#5c808d !important; }
.inbg3 { background:#26612b !important; }
.inbg4 { background:#112e40 !important; }
}

.allpopform h4{font-size:1.3em !important;color:#000 !important;text-align:center !important; text-transform:uppercase;}
.allpopform .form-control{margin-bottom:20px;display:block;width:100%;height:;padding:6px 12px;font-size:12px;line-height:1.42857143;color:#000;background-color:#fff;background-image:none;border-bottom:1px solid #cad5de !important;border-top:0px solid #cad5de !important;border-left:0px solid #cad5de !important;border-right:0px solid #cad5de !important;border-radius:0px;-webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.075) !important;box-shadow:inset 0 0px 0px rgba(0,0,0,.075)!important;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}


.casestudy article.post-large {
    margin-left: 00px;
    padding: 0px 0px 30px 0px;
	float: left;
    border-bottom: 1px solid #e3e3e5;
}

.casestudy .post-content h2 {
    font-size: 20px;
    line-height: normal;
	margin:0px 0px 15px 0px; font-weight:500; color:#1f78d2;
}


.casestudy img {
    vertical-align: middle;
	float:left;
	margin:0px 0px 20px 0px;
}

aside {
    display: block;
    background: #fff;
    padding: 00px;
}

.project-details table { }

hr.solid {
    background: #1f78d2;
}
hr.tall {
    margin: 20px 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.ebro a{ color:#fff; padding:10px 0px; background:#009c68; font-size:14px; font-weight:500; text-align:center; width:100% !important; float:left; text-transform:uppercase;}
.ebro a:hover{ color:#fff;  padding:10px 0px; background:#1f78d2; font-size:14px; font-weight:500; text-align:center;}

.prlist .product{ margin-bottom:30px;}
.gl-more{ float:right}
.bg-green{ background:#1f78d2 !important;}
.bg-oranch{ background:#ff9600 !important;}
.bg-blue{ background:#00a8ff !important;}

.main-opto-menu{ background:#03F; float:left}
.yellowcolor { color:#CC0 !important}

.opto-caption{ background: url(../img/bg-main.jpg) #1f78d2 no-repeat center}
.opto-caption h3 { background: rgb(90, 177, 245, .8); text-align:center; letter-spacing:.5px; text-transform:none; padding:10px 0px; color:#fff;  font-size: 1.2em; margin-bottom:0px;}
.opto-caption p { text-align:center; letter-spacing:.5px; text-transform:none; padding:10px 30px; color:#fff; font-size: 1.2em; margin-top:60px;}

@media only screen and (max-width: 990px) {
.opto-caption{ background:#1f78d2 no-repeat center}
.opto-caption h3 { background: rgb(90, 177, 245, .8); text-align:center; letter-spacing:.5px; text-transform:none; padding:10px 0px; color:#fff;  font-size: 1.2em; margin-bottom:0px;}
.opto-caption p { text-align:center; letter-spacing:.5px; text-transform:none; padding:10px 30px; color:#fff; font-size: 1.2em; margin-top:10px;}
}



.pro-bg{ background:#f5f5f5; padding: 30px 30px 0px 30px;}