* {
  outline: none; }

img {
  border: none; }

table {
  border-spacing: 0;
  padding: 0; }
  table td, table th {
    padding: 0; }
  table th {
    text-align: center; }
  table.noborder {
    border: none; }
    table.noborder td, table.noborder th {
      border: none; }
  table.cellpadding_5 td, table.cellpadding_5 th {
    padding: 5px; }
  table.cellpadding_7 td, table.cellpadding_7 th {
    padding: 7px; }
  table.cellpadding_10 td, table.cellpadding_10 th {
    padding: 10px; }
  table.justify {
    width: 100%; }

.overlay_dark,
.overlay_dark_ring {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200; }

#loading,
#loading_ring {
  background: url("loader.svg") center center no-repeat;
  background-size: 50px 50px;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1100; }

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

.form_notify * {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 16px;
  border: none;
  list-style: none; }
  .form_notify *.success * {
    color: green;
    text-align: center; }
  .form_notify *.error * {
    text-align: left;
    color: red; }

.center_fix > * {
  float: left;
  position: relative;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.center_fix:after {
  content: '';
  display: block;
  clear: both; }

.clear:before, .clear:after {
  content: '';
  display: block;
  clear: both; }

/*!
 * end darvin template
*/
.blog_pager {
  text-align: center;
  padding: 10px 0; }
  .blog_pager a {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background: #D9D9D9;
    color: #333;
    border: 2px solid #D9D9D9;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none; }
    .blog_pager a:hover, .blog_pager a.page_active {
      background: transparent;
      color: #333333;
      text-decoration: none; }

.blog_strip {
  margin-bottom: 20px;
  text-align: left; }
  .blog_strip .tit {
    text-decoration: none;
    font-weight: bold;
    margin: 0 0 10px 0; }

body {
  margin: 0;
  font-family: 'PT Sans', sans-serif; }

#main_wrapper {
  width: 980px;
  margin: 0 auto; }

.promo_blocks {
  height: 150px;
  clear: both; }

#main_blog .learnMore {
  margin: 10px 0;
  display: inline-block; }
#main_blog .heading {
  margin: 20px 0; }
#main_blog ul {
  padding: 0;
  margin: 0; }
  #main_blog ul li {
    list-style: circle;
    list-style-position: inside;
    margin-bottom: 5px; }
    #main_blog ul li a {
      font-size: 15px; }

.path.breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center; }

.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222; }



.content {
  width: 960px;
  height: auto;
  margin: 0px auto; }

.gallery {
  width: 100%;
  height: auto;
  float: left; }

.service {
  width: 100%;
  height: auto;
  float: left; }

.gallery a {
  margin-right: 6.7%;
  color: #fff; }

.gallery p {
  color: #000;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 22px; }

.gallery img {
  border: 1px solid #fff; }

.gallery img:hover {
  opacity: 0.8; }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .container {
    width: 100% !important;
    margin: 0 auto; }

  span {
    color: #fff; }

  .gallery1 {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 20px; }

  .gallery {
    width: 100% !important;
    height: auto;
    float: left;
    padding-left: 10px;
    text-align: justify; }

  .gallery p {
    width: 80% !important;
    padding: 0px 100px 0px 20px;
    text-align: justify; } }
@media only screen and (min-width: 479px) and (max-width: 600px) {
  span {
    color: #fff; }

  .gallery1 {
    width: 50%;
    height: auto;
    float: left;
    padding-top: 20px; }

  .container {
    width: 100% !important;
    margin: 0 auto; }

  .gallery {
    width: 92% !important;
    height: auto;
    float: left;
    text-align: justify; }

  .gallery p {
    width: 95% !important;
    padding: 0px 100px 0px 20px !important;
    text-align: justify; } }
.lb-album {
  width: 100%;
  margin: 0 auto;
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif; }

.lb-album li {
  float: left;
  margin: 9px;
  position: relative; }

.lb-album li > a,
.lb-album li > a img {
  display: block;
  margin-bottom: 10px; }

.lb-album li img {
  margin-left: 13px; }

.lb-album li > a {
  width: 150px;
  height: 150px;
  position: relative;
  padding: 10px;
  text-align: center;
  background: #666666;
  -webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158, 111, 86, 0.3) inset;
  -moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158, 111, 86, 0.3) inset;
  box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158, 111, 86, 0.3) inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 4px 4px; }

.lb-overlay {
  width: 0px;
  height: 0px;
  position: fixed;
  overflow: hidden;
  left: 0px;
  top: 0px;
  padding: 0px;
  z-index: 99;
  text-align: center;
  background: #f1d2c2;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, #f1d2c2 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.56)), color-stop(100%, #f1d2c2));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, #f1d2c2 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, #f1d2c2 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, #f1d2c2 100%);
  background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, #f1d2c2 100%); }

.lb-overlay > div {
  position: relative;
  color: rgba(27, 54, 81, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/
  width: 550px;
  margin: 10px auto 50px auto;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-transition: opacity 0.3s linear 1.3s;
  -moz-transition: opacity 0.3s linear 1.3s;
  -o-transition: opacity 0.3s linear 1.3s;
  -ms-transition: opacity 0.3s linear 1.3s;
  transition: opacity 0.3s linear 1.3s; }

.lb-overlay div h3,
.lb-overlay div p {
  width: 500px;
  height: 60px; }

.lb-overlay div h3 {
  font-size: 36px;
  float: left;
  text-align: center; }

.lb-overlay div h3 span,
.lb-overlay div p {
  font-size: 16px;
  font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-style: italic; }

.lb-overlay div h3 span {
  display: block;
  line-height: 6px; }

.lb-overlay div p {
  text-align: left;
  float: left;
  width: 260px; }

.lb-overlay a.lb-close {
  background: rgba(27, 54, 81, 0.8);
  z-index: 1001;
  color: #fff;
  position: absolute;
  top: 43px;
  left: 50%;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  width: 50px;
  height: 23px;
  overflow: hidden;
  margin-left: -25px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s linear 1.2s;
  -moz-transition: opacity 0.3s linear 1.2s;
  -o-transition: opacity 0.3s linear 1.2s;
  -ms-transition: opacity 0.3s linear 1.2s;
  transition: opacity 0.3s linear 1.2s; }

.lb-overlay img {
  /* height: 100%; For Opera max-height does not seem to work */
  max-height: 100%;
  position: relative;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2); }

.lb-overlay:target {
  width: auto;
  height: auto;
  bottom: 0px;
  right: 0px;
  padding: 80px 100px 120px 100px; }

.lb-overlay:target img {
  -webkit-animation: fadeInScale 1.2s ease-in-out;
  -moz-animation: fadeInScale 1.2s ease-in-out;
  -o-animation: fadeInScale 1.2s ease-in-out;
  -ms-animation: fadeInScale 1.2s ease-in-out;
  animation: fadeInScale 1.2s ease-in-out; }

.lb-overlay:target a.lb-close,
.lb-overlay:target > div {
  opacity: 1;
  filter: alpha(opacity=99);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
  /*IE8*/ }

@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@-moz-keyframes fadeInScale {
  0% {
    -moz-transform: scale(0.6);
    opacity: 0; }
  100% {
    -moz-transform: scale(1);
    opacity: 1; } }
@-o-keyframes fadeInScale {
  0% {
    -o-transform: scale(0.6);
    opacity: 0; }
  100% {
    -o-transform: scale(1);
    opacity: 1; } }
@-ms-keyframes fadeInScale {
  0% {
    -ms-transform: scale(0.6);
    opacity: 0; }
  100% {
    -ms-transform: scale(1);
    opacity: 1; } }
@keyframes fadeInScale {
  0% {
    transform: scale(0.6);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
/*
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens
	http://bricss.net/post/11230266445/css-hack-to-target-opera
*/
x:-o-prefocus, .lb-overlay img {
  height: 100%; }

.cat_gallery .fancybox {
  overflow: hidden;
  display: block; }
  .cat_gallery .fancybox img {
    margin: 0;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%; }

.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222; }

.content {
  width: 960px;
  height: auto;
  margin: 0px auto; }

.gallery {
  width: 50%;
  height: auto;
  float: left; }

.gallery1 {
  width: 50%;
  height: 400px;
  float: left;
  padding-top: 20px; }

.service {
  width: 100%;
  height: auto;
  float: left; }

.gallery a {
  margin-right: 1.6%; }

.gallery p {
  color: #000;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 25px; }

.gallery img {
  border: 1px solid #fff; }

@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }

  .gallery {
    width: 95%;
    height: auto;
    float: left;
    padding-left: 10px; }

  .gallery1 {
    width: 70%;
    height: auto;
    float: left;
    padding-top: 20px; }

  .p1 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p2 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p3 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p4 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p5 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p6 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; } }
@media only screen and (min-width: 480px) and (max-width: 956px) {
  .container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }

  .gallery {
    width: 95%;
    height: auto;
    float: left;
    padding-left: 10px; }

  .p1 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p2 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p3 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p4 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p5 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p6 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; } }
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }

  .gallery {
    width: 95%;
    height: auto;
    float: left;
    padding-left: 10px;
    padding-right: 20px; }

  .gallery1 {
    width: 50%;
    height: 400px;
    float: left;
    padding-top: 20px; }

  .p1 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p2 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p2 {
    position: relative;
    left: 150px !important; }

  .p3 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p3 {
    position: relative;
    top: -120px !important; }

  .p4 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p4 {
    position: relative;
    left: 150px !important;
    top: -220px !important; }

  .p5 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; }

  .p5 {
    position: relative;
    top: -250px !important; }

  .p6 a img, img.scale-with-grid {
    outline: 0;
    max-width: 100% !important;
    height: auto !important; } }
.p1 {
  position: relative;
  left: 5px;
  top: 0px;
  z-index: 999;
  margin: 0px;
  padding: 0px; }

.p1 img:hover {
  opacity: 0.8; }

.p2 {
  position: relative;
  left: 200px;
  top: -100px;
  z-index: 999;
  margin: 0px;
  padding: 0px; }

.p2 img:hover {
  opacity: 0.8; }

.p3 {
  position: relative;
  left: 20px;
  top: -180px;
  z-index: 999;
  margin: 0px;
  padding: 0px; }

.p3 img:hover {
  opacity: 0.8; }

.p4 {
  position: relative;
  left: 230px;
  top: -230px;
  z-index: 99;
  margin: 0px;
  padding: 0px; }

.p4 img:hover {
  opacity: 0.8; }

.p5 {
  position: relative;
  left: 0px;
  top: -360px;
  z-index: 9;
  margin: 0px;
  padding: 0px; }

.p5 img:hover {
  opacity: 0.8; }

.txt {
  padding-bottom: 30px; }

.gallery1 a img {
  border: 5px solid #fff; }

/*# sourceMappingURL=styles.css.map */
ol, ul {
    padding-left:20px;
}
ol li, ul li {
    list-style-position:inside;
    list-style: inherit;
}

.featBox ul {
    padding-left:0;
}
.menu ul , .lb-album{
    padding-left:0;
}
.menu ul li , .lb-album li{
    list-style:none;
}
#main-content a {
color:#ff1a12;
    
}
#main-content .color-two a {
    color: #303030;}
    
    
   #main-content a.learnMore {
       color:#fff;
   }

.logos_wrapper{
	text-align:center;
}
.cl_logo_wrap{
	display: inline-block;
	vertical-align: top;
	width:22%;
	padding: 0 1.1% 15px;
	text-align: center;
}
.cl_logo_wrap span{
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
	width:200px;
	height:140px;
}
.cl_logo_wrap img{
	max-width: 100%;
}

@media (max-width: 768px) {
	.cl_logo_wrap{
		width:31%;
	}
}
@media (max-width: 458px) {
	.cl_logo_wrap{
		width:98%;
	}
	.cl_logo_wrap span{
		display:block;
		width:100%;
		height:auto;
	}
}