@charset "utf-8";
/* CSS Document */

.container{width:90%;}
#slider ul{margin:0px; padding:0px;}
#slider li{list-style:none; float:left;}
#blink {
    color: #fff;
}
#blink {
-webkit-animation-name: blinker;
-webkit-animation-duration: 4s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;

-moz-animation-name: blinker;
-moz-animation-duration: 4s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;

 animation-name: blinker;
 animation-duration: 4s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
 color:#fff;
 text-transform: inherit;
}

@-moz-keyframes blinker {  
 50% { opacity: 1.0; color:#fff;}
 100% { opacity: 1.0; color:#b3d1f9;}
 50% { opacity: 1.0; color:#fff; }
 }

@-webkit-keyframes blinker {  
 50% { opacity: 1.0; color:#fff;}
 100% { opacity: 1.0; color:#b3d1f9;}
 50% { opacity: 1.0; color:#fff; }
 }

@keyframes blinker {  
 50% { opacity: 1.0; color:#fff;}
 100% { opacity: 1.0; color:#b3d1f9;}
 50% { opacity: 1.0; color:#fff; }
}

.zom {
	float:left;
    width:12rem;
	text-align:center;
}
.bxslider img {
    border: 10px solid rgb(255, 255, 255);
    border-radius: 10%;
    box-shadow: 0 0 10px rgb(221, 221, 221);
    cursor: pointer;
    transition: all 0.9s ease 0s;
	padding: 0px;
}
.top-bar {
	background:#092096;
}
.top-bar h5 {
	font-size:15px;
}
.spi-treat {
	margin-top:20px;
}
.spine-pop {
	width:50%;
	float:left;
}
.spine-pop a {
	font-size:20px;
}
.fa-hand-o-right {
	font-size:20px !important;
	margin-right:10px;
	color:#f00;
}
.book {
	position: fixed;
    left: -63px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 35%;
    background-color: #fe0000;
    z-index: 999;
    margin: 0px;
	border-radius:0px 00px 10px 10px;
}
.book a {
	padding:10px 15px;
	display:block;
	color:#fff;
}
.d-pic {
	width:40%;
	float:left;
}
.left {
	float:left;
	width:50%;
}
.add {
	width:100%;
}
.left ul {
	margin:0px;
	padding:0px;
}
.left ul li {
	list-style:none;
	width:100% !important;
}
.right {
	width: 40%;
  float: right;
  color: #000;
  border-radius: 5px;
  padding: 0px 24px;
  border: 1px solid #5191BD;
  box-shadow: 0px 1px 6px #5191BD;
}
.right h3 {
	text-align:center;
	
}
.err{
	border: 1px solid #5191BD;
}
.error{
	color:#C00;
	font-size:11px;
	font-style:italic;
	font-family:"Arial Black", Gadget, sans-serif;
}

iframe {
	width:100%;
	height:250px;
}
.testimonials {
	width:100%;
	float:left;
}
.testimonials ul {
	margin:0px;
	
}
.testimonials ul li {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
}

.testimonials1 {
	width:100%;
	float:left;
}
.testimonials1 ul {
	margin:0 0 0 -3%;
	padding:0px;
}
.testimonials1 ul li {
	list-style:none;
	float:left;
	width: 30%;
	margin-left:3%;
}

.gallery1 {
	width:100%;
	float:left;
}
.gallery1 ul {
	margin:0px;
	padding:0px;
}
.gallery1 ul li {
	list-style: none;
  float: left;
  width: 18%;
  margin: 11px;
}
.gallery1 ul li img {
	width:100%;
}

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

.gallery p {
	text-align:center;
	line-height:1.2em;
	height: 40px;
	color: #fff;
	padding: 2px 0px;
}
.gallery ul {
	margin:0px;
	padding:0px;
}
.gallery ul li {
	list-style: none;
  float: left;
  width: 18%;
  height: 250px;
    margin: 0px 11px;
}
.bx-viewport {
	height:430px !important;
}
.slide {
	width:265px !important;
	border: 1px solid #2679c6;
	padding:5px;
	border-radius:10px;
	height: 385px;
	margin:18px !important;
}
.bxslider img:hover{border-color:#43bffb;}
.slide h2{
  font-size: 16px !important;
  color: #5191bd !important;
  text-transform: uppercase !important;
  text-align:center;
  line-height: 30px;
  margin: 0px;
  margin-top: 10px;
}
.slide h3{
  font-size: 14px !important;
  color: #5191bd !important;
  text-transform: uppercase !important;
  text-align:center;
  margin:0px !important;
}
.slide p{
	font-size: 12px !important;
  color: #000 !important;
  text-transform: uppercase !important;
}

@media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
	
	



	
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}
@media (max-width: 480px) {	
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px;
	}
.navbar .brand {
    width: 40%;
}
.about-text p img {
	width: 100%;
	margin:0px;
}
ul.faci li {
    font-size: 14px;
    line-height: 30px;
}
.section {
        padding-left:0px;
        padding-right:0px;
    }
}