

/*Import Google Fonts*/
@import url(http://fonts.googleapis.com/css?family=Monda:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);

 

body { 
    padding:0;
	color:#F5F5F5;
    font-size:13px;
    line-height:1.6;
	background:#efefef;
    font-family: "Open Sans"
}

p, a, li { 
	color:#555;
	line-height:1.6; 
}

a,
a:focus, 
a:hover, 
a:active {
   outline:0 !important;
}
a:hover {
	color:#D34346;
	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
	color:#555; 
	margin-top:5px; 
	text-shadow:none; 
	text-shadow:0 0 1px #f6f6f6;
	font-weight:normal !important; 
	font-family:'Open Sans', sans-serif; 
} 
h1 i, h2 i, h3 i, h4 i, h5 i {
	margin-right:7px;
}

/*Block headline*/
.heading {
	padding:5px 20px 5px 20px;
	border-left:4px solid #27c5f2; 
}
.headline {
    background: none repeat scroll 0 0 #314559;
    border-left: 10px solid #213549;
    display: block;
    margin: 10px 0 25px;
    padding: 10px;
}
.headline h3, .headline h4 {
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    font-weight: 600 !important;
    margin: 0 0 -2px;
    padding-right: 10px;
    text-shadow: 0 0 1px #F6F6F6;
    text-transform: uppercase;
}
.headline-red {
    background: none repeat scroll 0 0 #D34346;
    border-left: 10px solid #BD2D30;
    display: block;
    margin: 0 0 20px 0;
    padding: 10px;
}
.headline-red h3, .headline-red h4 {
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    font-weight: 600 !important;
    margin: 0 0 -2px;
    padding-right: 10px;
    text-shadow: 0 0 1px #F6F6F6;
    text-transform: uppercase;
}

/*Spotlights*/
.spotlights{
    background: #f7f7f7;
    padding:60px 0;
}
.spotlights i {
    color: #2c3e50;
    display: inline-block;
    float: left;
    font-size: 30px;
    padding: 15px 15px 0;
}
.spotlights-text {
    display: inline-block;
    width: 75%;
}
.spotlights-text h3 {
    color: #BD2C30;
    font-size: 20px;
    font-weight: 600 !important;
}

/* 
    Page: register and login
*/
.form-box {
  width: 360px;
  margin: 20px auto 0 auto;
}
.form-box-header {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background:#096;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
}
.form-box-body,
.form-box-footer {
  padding: 10px 20px;
  background: #fff;
  color: #444;
}
.form-box-body > .form-group,
.form-box-footer > .form-group {
  margin-top: 20px;
}
.form-box-body > .form-group > input,
.form-box-footer > .form-group > input {
  border: #fff;
}
.form-box-body > .btn,
.form-box-footer > .btn {
  margin-bottom: 10px;
}
.form-box-footer {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: right;
}
@media (max-width: 767px) {
  .form-box {
    width: 90%;
  }
}

.form-box .input-login{
	height : 30px;
	
}

.logo_login { 
  margin: 20px auto 0 auto;
  text-align: center;
}

.box-det-login {
	margin-top:50px;
}

.title_login { 
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    margin: 20px auto 10px auto;
    text-align: center;
    color: #FFFFFF;
    font-size: 40px;
    text-shadow: 0 0 1px #F6F6F6;
}

@media screen and (max-width: 550px) { 
  .title_login {
	  font-size:25px;
  }
  
  .box-det-login {
	margin-top:30px;
}
}

.footer_login { 
  margin: 20px auto 10px auto;
  text-align: center;
  font-size: 12px;
}

.exp_login { 
  margin: 20px auto 10px auto;
  text-align: center;
  font-size: 14px;
}

.act_login {  
  text-align: center;
  margin:0 auto;
  width:350px;  
}

.top_det_login { 
	margin: 50px auto 10px auto;   
	border: 1px solid transparent;
	border-radius: 4px;
	color: #FFF; 
	background-color: #CCC;
}

@media screen and (max-width: 850px) { 
  .top_det_login {
	 margin: 10px auto 10px auto; 
  }
}

.alert {
  padding: 5px;
  /*margin-bottom: 10px;*/
  border: 1px solid transparent;
  border-radius: 4px; 
}
.alert2 {
  padding: 2px;
  /*margin-bottom: 10px;*/
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert-success {
  color: #033;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success{
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#c8e5bc));
	background-image:-webkit-linear-gradient(top,#dff0d8,0%,#c8e5bc,100%);
	background-image:-moz-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
	background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
	background-repeat:repeat-x;
	border-color:#b2dba1;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)
}
.alert-info {
  color: #036;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info {
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#b9def0));
	background-image:-webkit-linear-gradient(top,#d9edf7,0%,#b9def0,100%);
	background-image:-moz-linear-gradient(top,#d9edf7 0,#b9def0 100%);
	background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
	background-repeat:repeat-x;border-color:#9acfea;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)
	}
.alert-warning {
  color: #930;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.alert-warning{
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#f8efc0));
	background-image:-webkit-linear-gradient(top,#fcf8e3,0%,#f8efc0,100%);
	background-image:-moz-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
	background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
	background-repeat:repeat-x;border-color:#f5e79e;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)
}
.alert-danger {
  color: #F00;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger{
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#e7c3c3));
	background-image:-webkit-linear-gradient(top,#f2dede,0%,#e7c3c3,100%);
	background-image:-moz-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
	background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
	background-repeat:repeat-x;border-color:#dca7a7;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)
}
.alert-good {
  color: #000;
  background-color: #cccccc;
  border-color: #666666;
}
.alert-good:hover {
  color: #000;
  background-color: #036;
  border-color: #000;
}
.alert-good{
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#cccccc),to(#efefef));
	background-image:-webkit-linear-gradient(top,#cccccc,0%,#efefef,100%);
	background-image:-moz-linear-gradient(top,#cccccc 0,#efefef 100%);
	background-image:linear-gradient(to bottom,#cccccc 0,#efefef 100%);
	background-repeat:repeat-x;border-color:#cccccc;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc',endColorstr='#efefef',GradientType=0)
}
.alert-good:hover{
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#06C),to(#efefef));
	background-image:-webkit-linear-gradient(top,#06C,0%,#efefef,100%);
	background-image:-moz-linear-gradient(top,#06C 0,#efefef 100%);
	background-image:linear-gradient(to bottom,#06C 0,#efefef 100%);
	background-repeat:repeat-x;border-color:#06C;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#06C',endColorstr='#efefef',GradientType=0)
}
.alert-good2 {
  color: #000;
  background-color: #cccccc;
  border-color: #666666;
}
.alert-good2:hover {
  color: #000;
  background-color: #FC0;
  border-color: #ccc;
}
.alert-good2{
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#FC0),to(#FF9));
	background-image:-webkit-linear-gradient(top,#FC0,0%,#FF9,100%);
	background-image:-moz-linear-gradient(top,#FC0 0,#FF9 100%);


	background-image:linear-gradient(to bottom,#FC0 0,#FF9 100%);
	background-repeat:repeat-x;border-color:#FC0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC0',endColorstr='#FF9',GradientType=0)
}
.alert-good2:hover{
	background-image:-webkit-gradient(linear,left 0,left 100%,from(#69C),to(#6CF));
	background-image:-webkit-linear-gradient(top,#69C,0%,#6CF,100%);
	background-image:-moz-linear-gradient(top,#69C 0,#6CF 100%);
	background-image:linear-gradient(to bottom,#69C 0,#6CF 100%);
	background-repeat:repeat-x;border-color:#69C;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#69C',endColorstr='#6CF',GradientType=0)
}

.alert-dark { 
 /* padding: 10px 10px 10px 25px;
  margin-left: 15px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #FFF;
  font-size:14px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;*/
   position: fixed;
	bottom: 50px;
	right: 0;
	padding: 10px 10px 10px 25px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #FFF;
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
}
.alert-dark > .fa,
.alert-dark > .glyphicon {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  background: inherit;
  border: inherit;
}

.alert-dark-success {
    background-color: #004000;
    border-color: #060;
}

.alert-dark-danger {
    background-color: #C60000;
    border-color: #FF4242;
}

/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
  color: #f9f9f9 !important;
}
.bg-gray {
  background-color: #eaeaec !important;
}
.bg-black {
  background-color: #222222 !important;
}
.bg-red {
  background-color: #f56954 !important;
}
.bg-yellow {
  background-color: #f39c12 !important;
}
.bg-aqua {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue {
  background-color: #3c8dbc !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #932ab6 !important;
}
.bg-maroon {
  background-color: #85144b !important;
}
/* Text colors */
.text-red {
  color: #f56954 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #932ab6 !important;
}
.text-maroon {
  color: #85144b !important;
}

/*About Us Block*/
.about{
    margin-bottom: 30px;
}
.about h3{
    font-weight: 800 !important;
    color: #2C3E50;
}
.about ul{
    list-style-image: url('../img/about_arr.png');
}
.about ul li{
    padding: 3px;
}

/*Purchase*/
.purchase {
    background: none repeat scroll 0 0 #415569;
    padding: 30px 0 20px;
}
.purchase .container {
background: transparent;
    padding: 20px 0;
}
.purchase .container .span9 {
	margin-right:20px;
}
.purchase span {
    color: #FFFFFF;
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 12px;
    padding: 15px 15px 0;
    text-transform: uppercase;
}
.purchase p {
    color: #FFFFFF;
    padding: 0 15px;
}
.purchase a.btn-buy, .service a.btn-buy {
    background: none repeat scroll 0 0 #E8645A;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 22px;
    padding: 12px 28px 9px;
    text-decoration: none;
    text-shadow: 0 1px 0 #51A00B;
    text-transform: uppercase;
}
.purchase a.btn-buy:hover {
	color:#fff;
	text-decoration:none;
}

/*Service*/
.service { 
	margin-bottom:10px;
	padding:15px 15px 10px;
    text-align: center;
    background: #fff;
    position: relative;
}
.service .btn-buy {
    /*bottom: -20px;*/
    /*display: inline-table;*/
    /*margin: 0 22%;*/
    /*position: absolute;*/
}

.service:hover i {
	color:#656565;
}
.service i {
	padding:10px;
	color:#D34346;
	font-size:45px;  
	text-align:center;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service i.icon-cogs {
	font-size:37px;
}
.service .desc {
    position: relative;
    width: 100% !important;
}
.service .desc h4 {
	font-size:22px;
	line-height:25px;
}

.ie7 .service .circle i  {
	padding-bottom:45px !important; /*ie7*/
}

/*Blockquote*/
blockquote:hover {
	border-left-color:#D34346; 
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.calltoaction{
    background: #ffffff;
    border-left: none;
}
.calltoaction h1{
    font-size: 40px;
    color:#e1524b;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600 !important;
    padding-bottom: 15px;
    padding-top: 15px;
}
.calltoaction p{
    line-height: 1.6;
    font-weight: 600;
    font-size: 13px;
    padding: 0 20px 20px;
}
.calltoaction span {
    color: #999999;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 0 50px 20px 0;
    text-align: right;
}
.hero {
	padding:18px;
	margin:20px 0;
	color:#566c8a;
	font-size:16px;
	background:#fcfcfc;
	border-left:4px solid #94c564; 
	font-family:'Open Sans', sans-serif;
}

.hero h1, .hero p { 
	text-shadow:1px 1px 0 #fff;
}

.hero-Redband p {
	font-size:13px;
	line-height:20px;
}
/*progress bar fixes*/
.bar-container{

}

.bar-container .bar-title {
    background: none repeat scroll 0 0 #D34346;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    padding: 10px;
}
.bar-container .progress {
    border-radius: 0 0 0 0;
    display: inline-block;
    height: 41px;
    width: 70%;
    background: #B2C4D5;
    box-shadow: none;
}
.bar-container .progress .bar{
    background-image: none;
    background-color: #314559;
}
/*table fixes*/
.table th, .table td {
    color: #8B8B8B;
}
/* Recent Work  */
.bx-wrapper .bx-viewport {
    background: none !important;
}
.recent-work a {
    background: none repeat scroll 0 0 #FCFCFC;
    border-radius: 0 0 4px 4px !important;
    box-shadow: 0 4px rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
}

.recent-work a:hover {
	text-decoration:none;
}

.recent-work a:hover strong {
	color:#555;
}

.recent-work em.overflow-hidden {
	display:block;
}

.recent-work a span {
	display:block;
	padding:10px;
}

.recent-work a strong {
	color:#555;
	display:block;
}

.recent-work a i {
	color:#777;
}

.recent-work a img {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
	opacity:0.8;
   -webkit-transform: scale(1.2) rotate(3deg);
   -moz-transform: scale(1.2) rotate(3deg);
   -o-transform: scale(1.0) rotate(3deg);
   -ms-transform: scale(1.2) rotate(3deg);
   transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.recent-work a:hover{
    box-shadow:0 4px rgba(0, 0, 0, 0.2);
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.3s ease-in-out;
}

/* Work */
.work {
	margin-top:6px;
}
.work .details {
	padding:10px;
}
.work .caption {
	display:block;
	padding-top:5px;
	color:#585f69 !important;
	font-size:18px !important;
}
.work .caption:hover {
	cursor:pointer;
	color:#444 !important;
	text-decoration:underline;
}

/* Testimonials */
.testimonial-body {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #F5F5F5;
    margin-top: 5px;
    padding: 10px;
    font-style: italic;
}
.testimonial-author{
	padding-top:15px;
	padding-left:20px;
}
.testimonial-author .arrow {
  width:0;
  height:0;
  position:absolute;
  margin-top:-16px;
  margin-left:20px;
  border-top:15px solid #fcfcfc;
  border-bottom:15px solid transparent;
  border-right:15px solid transparent;
}

.testimonial-author .name {
	color:#585f69;
	font-weight:bold;
}

.testimonal-arrow a {
	margin:0;
	top:-22px;
	float:right;
	color:#D34346;
	font-size:25px;
	position:relative;
	display:inline-block;
	text-decoration: none;
	padding:0 9px !important;
}
.testimonal-arrow a:hover {
	color:#fff;
	text-decoration:none;
	background:#D34346 !important;
}

/*Carousel Arrow */
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-caption {
	padding:10px 15px;
}
.carousel-arrow a.carousel-control {
	font-size:40px;
	height:inherit;
}
.carousel-arrow a.left {
    background: none repeat scroll 0 0 #E2534B;
    border-radius: 0 4px 4px 0 !important;
    left: 0;
    opacity: 1;
}
.carousel-arrow a.right {
    background: none repeat scroll 0 0 #E2534B;
    border-radius: 4px 0px 0px 4px !important;
    right: 0;
    opacity: 1;
}

/*Clients (Flexslider)*/
.clients {
	box-shadow:none !important;
	margin-bottom:0 !important;    
}
.clients li {
	float:left;
	overflow:hidden;
	margin-left:1px;
	position:relative;
	background:#fafafa;
}
.clients li:hover {
	background:#f6f6f6;
}
.clients li img.color-img {
	top:0;
	left:0;
	display:none;
	position:absolute;
}
.clients li:hover img.color-img { 
	display:block;
}
.clients li img {
    filter:gray; /* IE6-9 */
	float:none !important;
	margin:0 auto !important;
}
.clients li img:hover {
    filter:none;
}
.clients, 
.flexslider.home {
    background: none;
    border:0px;
    overflow:hidden;
    margin-top:10px;      
    margin-bottom:30px;      
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.flexslider { 
	margin-top:10px !important;
}
.flexslider .flex-direction-nav a {
	margin-top:-10px !important;
}

/*Pegination*/
.pagination ul {
	box-shadow:none;
}
.pagination li a {
    background: none repeat scroll 0 0 #8C9898 !important;
    color: #FFFFFF;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 15px !important;
    border:none !important;
}
.pagination li.disabled a, .pagination li.disabled a:hover{
    background: #D8D8D8 !important;
}
.pagination li.active a{
    background: #314559 !important;
    color: #fff;
}
.pagination li a:hover, .pagination li.active a:hover{
    background: #CC3C3F!important;
}
/*Footer*/
.footer {
    background: none repeat scroll 0 0 #415569;
    border-top: 5px solid #314559;
    color: #DADADA;
    margin-top: 40px;
    padding: 20px 10px;
}
.footer .logo{
    margin-left:0;
}
.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5 {
	text-shadow:none;
	font-weight:700 !important;
} 
.footer p,
.footer a {
	font-size:14px;
}
.footer p {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
}
.footer a {
	color:#D34346;
}
.footer a:hover {
	color:#a8f85f;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.footer h4, .footer h3 {
    background: none repeat scroll 0 0 transparent;
    color: #B2C4D5;
    font-size: 20px;
    text-shadow: none;
}
.footer .headline{
    background: none;
    border-left: none;
    padding-left: 0;
}
/*Blog Posts*/
.footer .links ul{
    list-style-image: url('../img/ul-arrow.png');
}
.footer .links a {
    color: #FFFFFF;
    font-weight: 600;
    line-height: 2;
    padding: 2px 10px;

}
.footer .links a:hover, .footer .links a:active, .footer .links a:focus {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: 0px 3px rgba(0, 0, 0, 0.2);
}
.footer .posts {
	padding:0 15px;
}
.footer .blog-list {
	margin:0;
	padding:0;
	color:#dadada;
	list-style:none;
}
.footer .blog-list li {
	padding:0 0;
	margin-bottom:7px; 
}
.footer .blog-list li span {
	color:#818488;
}
.footer .dl-horizontal,
.footer .dl-horizontal:hover {
	border:none !important;
	background:none !important;
}
.footer .dl-horizontal a {
    color: #FFFFFF;
}
.footer .dl-horizontal a:hover {
	color:#a8f85f !important;
}
.footer .dl-horizontal img {
	border-color:#888 !important;
}
.footer address{
    color: #fff;
}
.footer address a{
    font-weight: bold;
}
/*Copyright*/
.copyright {
    background: none repeat scroll 0 0 #314559;
    font-size: 12px;
    padding: 5px 10px;
}
.copyright p {
	color:#fff;
}
.copyright a {
	margin:0 5px;
	color:#D34346;
}
.copyright a:hover {
	color:#a8f85f;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.copyright .span8 {
	padding-top:15px;
}
.copyright .span4 {
	padding-top:10px;
}

/*Home Page "Main page" (Default)
------------------------------------*/
/*Thumbnail*/
.thumbnail-style {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px;
}
.thumbnail-style:hover { 

}
.thumbnail-style h3 {
	margin:5px 0 0 0;
}
.thumbnail-style h3 a {
    color: #314559;
    font-size: 20px;
    font-weight: 600;
}
.thumbnail-style h3 a:hover {
	color:#213549;
	text-decoration:none;
}
.thumbnail-style .thumbnail-img {
	position:relative;
}
.thumbnail-style a.btn-more {
	right:-10px;
	bottom:10px;
	color:#fff;
	padding:1px 6px;
	position:absolute;
	background:#D34346;
	display:inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration:none;
	box-shadow:0 0 0 2px #377500;
}
.thumbnail-style:hover a.btn-more {
	right:10px;
}

.thumbnail-kenburn img {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
 
/*Welcome Block*/
.service-block .span4 {
	padding:20px 30px;
	text-align:center;
	margin-bottom:20px;
	background:#fafafa;
	border-radius:2px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.service-block .span2 {
	text-align:center;
	margin-bottom:20px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

.service-block .span4:hover {
	border-radius:2px;
	box-shadow:0 0 8px #ddd;
}
.service-block .span4 h4 a:hover, .service-block .span2 h4 a:hover {
	color:#D34346;
	text-decoration:none;
}

.service-block .span4:hover h4, .service-block .span2:hover h4,
.service-block .span4:hover , .service-block .span2:hover i {
	color:#D34346;
}
.service-block .span4 i, .service-block .span2 i {
	color:#565656;
	font-size:40px;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service-block-in .span4 i {
	color:#D34346;
}
.service-block-in .span4:hover i {
	color:#565656;
}

/*Breadcrumbs*/
.breadcrumbs {
    background: none repeat scroll 0 0 #284B93;
    padding: 10px 0 6px;
}
.breadcrumbs h1 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600 !important;
    padding-left: 3px;
    text-transform: uppercase;
}
.breadcrumbs .container {
	padding:0 15px;
}
.breadcrumb > li {
    display: inline-block;
    text-shadow: none;
}
.breadcrumb { 
	top:9px;
	padding-right:0;
	background:none;
	position:relative;
}
.breadcrumb a {
	color:#fff;
}

.bc_details a {
	color:#CCC;
	text-decoration:none;
}

.bc_details a:hover {
	color:#fff;
	text-decoration:none;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
	color:#fff;
	text-decoration:none;
}

/*Home Page "Options"
------------------------------------*/
/*Accardion*/
.acc-home a.accordion-toggle { 
	color:#7F8C8C;
	font-size:18px; 
	background:none; 
	padding:5px 15px;
	background:#fff;
    border-radius: 0;
	border-bottom:solid 1px #eee; 
	text-decoration:none !important;
    text-transform: uppercase;
    font-weight: 600;
}
.acc-home a.active,
.acc-home a.accordion-toggle:hover { 
	color:#92d556; 
	text-decoration:none !important;
}
.acc-home .accordion-group {
    border: medium none;
    margin-bottom: 10px;
}
.acc-home .accordion-heading, 
.acc-home .accordion-inner { 
	border:none;
}
.acc-home .accordion-inner { 
	border:none;
	padding-top:3px;
    color:#7F8C8C;
}
.acc-home .collapse.in { 
	margin-top:-1px;
	margin-bottom:20px;
	background:#fdfdfd;
	border-bottom:solid 1px #D34346; 
}

/*Posts*/
.posts .dl-horizontal {
    background: none repeat scroll 0 0 #FDFDFD;
    margin-bottom: 0;
    padding: 3px;
}
.posts .dl-horizontal:hover {
     -webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.posts .dl-horizontal dt { 
	width:56px; 
	float:left;
}
.posts .dl-horizontal dt img { 
	width:50px; 
	height:50px; 
	border:solid 3px #eee;
}
.posts .dl-horizontal dd { 
	margin-left:66px;
}
.posts .dl-horizontal dd p { 
	margin:0;
}
.posts .dl-horizontal a {
    font-size: 13px;
    line-height: 14px !important;
}
.posts .dl-horizontal a:hover { 
	color:#D34346; 
	text-decoration:none;
}
.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a { 
	color:#D34346;
	border-color:#D34346 !important;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

/*Home Page "Options"
------------------------------------*/
/*Slider*/
.slider-inner .da-slider {
    border-bottom: 5px solid #ADADAD;
    box-shadow: none;
}

/*Carousel*/
.carousel-control { 
	color:#fff; 
	border:none; 
	margin-top:0;
	border-radius:2px; 
}
.carousel-control:hover { 
	opacity:1;
	color:#D34346; 
}

/*Tabs*/
.nav-tabs { 
	background:none !important;
}
.nav-tabs a { 
	font-size:14px;
	padding:5px 15px !important; 
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    background: none repeat scroll 0 0 #D34346;
    border: medium none;
    color: #9DA7A7;
}
.nav-tabs > li > a {
    background: none repeat scroll 0 0 #314559;
    border: medium none;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    font-weight: 800;
    margin-right: 4px !important;
    padding: 12px 20px !important;
    text-transform: uppercase;
}
.nav-tabs > li > a:hover { 
	color:#fff; 
	background:#D34346;
}
.tab-content { 
	padding:7px 10px;
	border-top:solid 2px #D34346; 
}

/*Home Page "Options"
------------------------------------*/
/*Right Sidebar*/
.who li { 
	margin-bottom:6px;
}
.who li i { 
	color:#D34346; 
	position:relative; 
	top:2px; 
	margin-right:7px; 
	font-size:18px;
}
.who li:hover i, 
.who li:hover a { 
	color:#777;
}
.who li:hover a:hover {
	text-decoration:none;
}

/*Home Page "Options"
------------------------------------*/
/*Service Blocks*/
.service-alternative .service:hover { 
	background:#76ca2c;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 { 
	color:#fff;
}

/*About Page
------------------------------------*/
.team ul { 
	text-align:right;
}
.team ul li {
	padding:0 !important;
	margin:0 !important;
}
.team ul li a,
.team ul li a:hover {
	text-decoration:none;
}
.team ul li i {
	color:#aaa;
	font-size:20px;
	padding:4px;
	background:#f7f7f7;
}
.team ul li i.icon-facebook {
	padding:4px 10px;
}
.team ul li i:hover {
	color:#fff;
	background:#D34346;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.team .thumbnail-style {
	padding:12px;
    text-align: center;
}
.team .thumbnail-style small {
	display:block; 
	font-size:12px;
    color:#BC2D30;
}
.team .thumbnail-style h3 {
	margin-bottom:10px;
}
.team .thumbnail-style:hover h3 a {
	color:#D34346 !important;
}

/*Icons Page
------------------------------------*/
.icon-page li { 
	color:#555; 
	margin:5px 0;
	font-size:14px; 
	font-family:Arial; 
}
.icon-page li i { 
	font-size:14px; 
	margin-right:5px;
}
.icon-page li:hover { 
	color:#D34346;
}

/*Pricing Page
------------------------------------*/
/*Pricing Head*/
.pricing {
    background: none repeat scroll 0 0 #FFFFFF !important;
    box-shadow: 0 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    position: relative;
}
.pricing:hover {
	box-shadow:0 0 15px #b5b5b5;
}
.pricing:hover h4 {
	color:#55c931;
}
.pricing-head {
	text-align:center;
}
.pricing-head h3,
.pricing-head h4 {
	margin:0;
	line-height:normal;
	font-weight:bold !important;
}
.pricing-head h3 span, 
.pricing-head h4 span {
	display:block;
	margin-top:5px;
	font-size:12px;
	font-style:italic;
}
.pricing-head h3 {
	color:#fafafa;
	padding:12px 0;
	font-size:35px;
	font-family:Arial;
	background:#55c931;
	border-radius:3px 3px 0 0;
	text-shadow:0 1px 0 #32a20f;
	border-bottom:solid 1px #41b91c;
}
.pricing-head h4 {
	color:#bac39f;
	padding:5px 0;
	font-size:70px;
	font-family:Arial;
	background:#fbfef2;
	text-shadow:0 1px 0 #fff;
	border-bottom:solid 1px #f5f9e7;
}
.pricing-head h4 i {
	top:-8px;
	font-size:28px;
	font-style:normal;
	position:relative;
}
.pricing-head h4 span {
	top:-10px;
	font-size:14px;
	font-style:normal;
	position:relative;
}
	
/*Pricing Content*/
.pricing-content li {
	color:#888;
	font-size:12px;
	padding:7px 15px;
	border-bottom:solid 1px #f5f9e7;
}
.pricing-content li i {
	top:2px;
	color:#D34346;
	font-size:16px;
	margin-right:5px;
	position:relative;
}

/*Pricing Footer*/
.pricing-footer {
	color:#777;
	font-size:11px;
	line-height:17px;
	text-align:center;
	padding:0 20px 19px;
	border-radius:0 0 3px 3px;
}
.pricing-footer a,
.pricing-footer button {
	color:#fff;
	border:none;
	margin-top:5px;
	font-size:16px;
	padding:6px 15px;
	text-align:center;
	border-radius:2px;
	background:#55c931;
	display:inline-block;
	text-transform:uppercase;
	text-shadow:0 1px 0 #38b312;
	border-bottom:solid 2px #41b91c;
}
.pricing-footer a:hover,
.pricing-footer button:hover {
	cursor:pointer;
	background:#40ba1a;
	text-decoration:none;
	box-shadow:0 0 3px #999;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
	z-index:9;
	margin-top:-15px;
	box-shadow:0 0 15px #b5b5b5;
}
.price-active h4 {
	color:#55c931;
}

.no-space-pricing .pricing:hover {
	-webkit-transition:box-shadow 0.3s ease-in-out;
	-moz-transition:box-shadow 0.3s ease-in-out;
	-o-transition:box-shadow 0.3s ease-in-out;
	transition:box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
	color:#55c931;
	padding:15px 0;
	font-size:80px;
	-webkit-transition:color 0.5s ease-in-out;
	-moz-transition:color 0.5s ease-in-out;
	-o-transition:color 0.5s ease-in-out;
	transition:color 0.5s ease-in-out;
}

/*Gallery Page
------------------------------------*/
.gallery .thumbnail,
.gallery .thumbnail:hover {
	padding:0;
	border:none;
	box-shadow:none;
}
.gallery .thumbnails {
	margin-bottom:6px;
}

/*Registration and Login Page
------------------------------------*/
.reg-page,
.login-page  {
	overflow:hidden;
	margin:0 auto;
	background:#fcfcfc;
	border:solid 1px #eee;
	box-shadow:0 0 7px #eee;
}

/*Registration*/
.reg-page {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 4px rgba(0, 0, 0, 0.1);
    max-width: 30%;
    min-width: 30%;
    padding: 30px 50px;
}
.reg-page h3 {
	margin-bottom:25px;
}

/*Login*/
.login-page {
	min-width:25%;
	max-width:25%;
	padding:35px 30px 30px;
}
.login-page h3 {
	margin:0 0 25px 0;
}
.login-page input.login-inputs {
	width:86%;
}
.login-page .checkbox {
	margin-top:7px;
}
.login-page .checkbox input {
	margin-right:6px !important;
}
.login-page button {
	margin:0 0 5px 0;
}

/*Login Page v1.1*/
.log-page {
    background: none repeat scroll 0 0 #FCFCFC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 20px;
    width: 310px;
}

/*404 Page
------------------------------------*/
.page-404 p {
	top:70px;
	color:#777;
	font-size:300px;
	line-height:180px;
	text-align:center;
	position:relative;
}
.page-404 p i {
	font-style:normal;
}
.page-404 p span {
	display:block;
	font-size:32px;
	position:relative;
}

/*Clients Page
------------------------------------*/
.clients-page { 
	overflow:hidden;
}
.clients-page p { 
	overflow:auto;
}
.clients-page p a { 
	overflow:auto;
	text-decoration:underline;
}
.clients-page a.img-hover {
	display:block;
	position:relative;
}
.clients-page img { 
	float:left;
	margin-right:20px;
	background:#fafafa;
	border:solid 1px #eee;
	width:120px;
	height:120px;
}
.clients-page img.img-colorful {
	display:none;
}
.clients-page a:hover img.img-colorful,
.clients-page:hover img.img-colorful {
	top:0; 
	left:0;
	display:block;
	position:absolute;
}

/*Privacy Page
------------------------------------*/
.privacy {}
.privacy a {
	text-decoration:underline;
}
.privacy a:hover {
	color:#D34346;
	text-decoration:none;
}

/*Portfolio Page
------------------------------------*/
.portfolio-columns .span3 {
	margin-bottom:1.8%;
}
.portfolio-columns .span4 {
	margin-bottom:2.3%;
}
.portfolio-columns .span6 {
	margin-bottom:2.2%;
}

/*Portfolio Item Page
------------------------------------*/
.portfolio-item h3 { 
	margin-top:0;
}
.portfolio-item li {
	padding:3px 0;
} 
.portfolio-item p a {
	text-decoration:underline;
}
.portfolio-item p a:hover {
	text-decoration:none;
}

/*Blog Page
------------------------------------*/
.blog-page ul,
.blog-page li {
	margin:0 !important;
	padding:0 !important;
}
.blog h3 {
	color:#D34346;
}
.blog p{
    padding:15px 0;
}
.blog ul {
	color:#555;
	font-size:12px;
}
.blog li {
	margin-right:7px !important;
}
.blog li i {
	color:#666;
}
.blog li a:hover {
	color:#D34346;
	text-decoration:none;
}
.blog ul.blog-info {
	border-top:solid 1px #eee;
}
.blog .blog-img { 
	margin:10px 0 20px;
}
.blog .blog-img img{
   border-radius: 4px !important;
    box-shadow: 0 4px rgba(0, 0, 0, 0.1);
}

/*Blog Tags*/
ul.blog-tags a {
    background: none repeat scroll 0 0 #7F8C8C;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    margin: 0 2px 5px 0;
    padding: 5px 10px;
}
ul.blog-tags a:hover,
ul.blog-tags a:hover i {
    background: #e2534b;
	color:#fff !important;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
ul.blog-tags a i {
	color:#fff;
}
.blog ul.blog-tags {
	border-bottom:solid 1px #eee;
	padding-bottom:4px !important;
}
.blog ul.blog-tags a {
    color: #e2534b;
    font-size: 13px;
	display:inline;
	padding:2px 3px;
	margin:5px 2px 0;
    background: none;
}
.blog ul.blog-tags a:hover{
    color: #e2534b !important;
    text-decoration: underline;
}

/*Blog Ads*/
.blog-ads li {
	display:inline;
}
.blog-ads li img {
	opacity:0.6;
	width:60px;
	height:60px;
	margin:0 2px 8px;
}
.blog-ads li img:hover {
	opacity:1;
	box-shadow:0 0 0 4px #D34346;
}

/*Blog Latest Tweets*/
.blog-twitter p {
}
.blog-twitter p span {
	color:#777;
	display:block;
	font-size:11px; 
}
.blog-twitter p a {
	color:#D34346;
	text-decoration:none;
}
.blog-twitter p a:hover {
	text-decoration:underline;
}

/*Blog Item Page
------------------------------------*/
.blog-item .media img {
	top:3px;
	width:54px;
	height:54px;
	position:relative;
}
.blog-item h4.media-heading {
	position:relative;
}
.blog-item h4.media-heading span {
	top:3px; 
	right:0;
	color:#777;
	font-size:12px;
	position:absolute;
}
.blog-item h4.media-heading span a {
	color:#D34346;
}

/*Contact Page
------------------------------------*/
.map {
	width:100%; 
	height:350px;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
}

.map-box {
    box-shadow: 0 4px rgba(0, 0, 0, 0.1);
    height: 250px;
}

.map-box-space {
	margin-top: 25px;
}
input, textarea {
    background: none repeat scroll 0 0 #E5E6E6 !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none;
}
input.input-medium{
}
label{
    color:#555555;
}
.contactinfo {
    background: none repeat scroll 0 0 #E5E6E6;
    padding: 15px;
}
.btn-mailform{
    box-shadow: 0 4px rgba(0, 0, 0, 0.1);
    margin-top:10px;
    padding: 10px 15px !important;
}
/*Coming Soon Page
------------------------------------*/
.coming-soon-page {
	background: #585f69;
}

.coming-soon-border {
	border-top: solid 3px #D34346;
}

.coming-soon-logo  {
	margin-top: 10px;
	padding-top: 15px;
	border-top: solid 1px #4c5159;
}

.coming-soon-logo a {
	display: block;
	text-align: center;
}

.coming-soon,
.coming-soon-plugin {
	padding: 20px;
	text-align: center;
	margin-top: 20px;
}  

.coming-soon-plugin {
	min-height: 260px;
}

.coming-soon h1,
.coming-soon p {
	color: #fff;
}

.coming-soon h1 {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	text-shadow: none;
}

.coming-soon p {
	font-size: 16px;
	line-height: 22px;
}

.coming-soon input {
	box-shadow: none;	
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
}

.coming-soon-copyright {
	padding: 5px 0;
}

.coming-soon-copyright p {
	color: #fff;
	text-align: right;
}

/*One Page
------------------------------------*/
.one-page {
	padding-left: 0;
	padding-right: 0;
}

.one-page h1,
.one-page h2 {
	color: #fff;
	font-size: 30px;
	text-shadow: none;
	margin-bottom: 20px;
}

.one-page p {
	color: #fff;
}

.one-page .one-default p,
.one-page .one-default h1,
.one-page .one-default h2,
.one-page .one-grey p,
.one-page .one-grey h1,
.one-page .one-grey h2 {
	color: #555;
}

.one-page .one-page-inner {
	padding: 30px 20px;
	min-height: 300px;
}

.one-page .one-page-btn {
	font-size: 20px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;  
	margin-bottom: 15px;
}

.one-page .btn-u {
	margin-bottom: 15px;	
}

.one-page .one-default {
	background: #fff;
}
.one-page .one-grey {
	background: #fafafa;
}
.one-page .one-blue {
	background: #3498db;
}
.one-page .one-red {
	background: #e74c3c;
}
.one-page .one-orange {
	background: #e67e22;
}
.one-page .one-green {
	background: #2ecc71;
}

/*Search Page
------------------------------------*/
.search-page h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.booking-blocks {
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    overflow: hidden;
    padding: 15px 20px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.booking-blocks:hover {
	border-radius:2px;
	background: #fafafa;
    box-shadow: 0 4px rgba(0, 0, 0, 0.2);
}

.booking-blocks p a {
	color: #D34346;
}

.booking-blocks .booking-img {
  width: 140px;
  margin-right: 10px;
}

.booking-blocks .booking-img li {
  color: #777;
}

.booking-blocks .booking-img li i {
  color: #78ccf8;
  font-size: 12px;
  margin-right: 5px;
}

.booking-blocks .booking-img img {
  float: left;
  width: 140px;
  height: auto;
  margin: 5px 10px 10px 0;
}

.booking-blocks h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.booking-blocks ul.inline li {
  padding: 0;
}

.booking-blocks ul.inline li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}

.booking-blocks ul.inline li i:hover {
  color: #f8be2c;
}

/*Others (Global classes)
------------------------------------*/
.color-red { color:#c00;}
.color-green { color:#D34346;}
.color-blue { color:#3498db;}

.pull-lft { text-align:left;}
.pull-rgt { text-align:right;}
.pull-ctr { text-align:center;}

.rgt-img-margin { margin:4px 0 5px 8px;}
.lft-img-margin { margin:5px 20px 5px 0;}

.overflow-hidden { overflow:hidden;}
.padding-left-5 { padding-left:5px;}
.img-width-200 { width:200px;}

/*Image Border*/
.img-border {
	border:solid 3px #fff;
}

/*Background light-style*/
.bg-light { 
	padding:10px 15px; 
	border-radius:3px;
	margin-bottom:10px; 
	background:#fcfcfc; 
}
.bg-light:hover { 
	padding:9px 14px;
	border:solid 1px #e5e5e5;
}

/*Link read-more*/
a.read-more {
	font-weight:bold;
	text-decoration:none;
}
a.read-more:hover { 
	color:#D34346; 
	text-decoration:none;
}

/*Link color-green-style*/
.linked:hover {
	color:#D34346;
	text-decoration:none;
}

/*CSS3 Hover Effects*/
.hover-effect {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.hover-effect-kenburn {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.hover-effect-kenburn:hover {
	-webkit-transform: scale(2) rotate(5deg);
	-moz-transform: scale(2) rotate(5deg);
	-o-transform: scale(2) rotate(5deg);
	-ms-transform: scale(2) rotate(5deg);
	transform: scale(2) rotate(5deg);
}

/*Spaces*/
.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-20, 
.margin-bottom-20,
.margin-bottom-25, 
.margin-bottom-40, 
.margin-bottom-50, 
.margin-bottom-60 { 
	clear:both;
}   
.margin-bottom-5 {
	margin-bottom:5px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-25 {
	margin-bottom:25px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
.margin-bottom-40 {
	margin-bottom:40px;
}
.margin-bottom-50 {
	margin-bottom:50px;
}
.margin-bottom-60 {
	margin-bottom:60px;
}

.top-2 {
	top:2px;
}

/*Button Style*/
.btn {
	box-shadow: none;
}

.btn-u {
	border:0;
	font-size:14px;
	cursor:pointer;
	padding:5px 13px;
	position:relative;
	background:#D34346;
	display:inline-block;
	color:#fff !important;
	text-decoration:none !important;
}
.btn-u:hover {
	color:#fff;
	background:#5fb611;
	text-decoration:none;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}

.btn-u-small {
	padding:3px 12px;
}
.btn-u-large {
	font-size:18px;
	padding:10px 25px;
}
a.btn-u {
	padding:4px 13px;
	vertical-align:middle;
}
a.btn-u-small {
    padding: 5px 15px;
}
a.btn-u-large {
	font-size:18px;
	padding:6px 25px;
    box-shadow: 0 3px rgba(0, 0, 0, 0.25);
}

/*Buttons Color*/
.btn-u-blue {
	background: #3498db !important;
}
.btn-u-blue:hover {
	background: #2980b9 !important;
}

.btn-u-red {
	background: #e74c3c !important;
}
.btn-u-red:hover {
	background: #c0392b !important;
}

.btn-u-orange {
	background: #e67e22 !important;
}
.btn-u-orange:hover {
	background: #d35400 !important;
}

.btn-u-sea {
	background: #1abc9c !important;
}
.btn-u-sea:hover {
	background: #16a085 !important;
}

.btn-u-green {
	background: #2ecc71 !important;
}
.btn-u-green:hover {
	background: #27ae60 !important;
}

.btn-u-yellow {
	background: #F1C40F !important;
}
.btn-u-yellow:hover {
	background: #F39C12 !important;
}

/*Social Icons*/
.social-icons {
	margin:0;
}
.social-icons li {
	float:left;
	display:inline;
	list-style:none;
	margin-right:5px;
	margin-bottom:5px;
	text-indent:-9999px;
}
.social-icons li a, a.social-icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 14px 14px 14px 14px !important;
    display: block;
    height: 28px;
    width: 28px;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
	background-position:0 -38px;
}

.social_amazon {background: url(../img/icons/social/amazon.png) no-repeat;}
.social_behance {background: url(../img/icons/social/behance.png) no-repeat;}
.social_blogger {background: url(../img/icons/social/blogger.png) no-repeat;}
.social_deviantart {background: url(../img/icons/social/deviantart.png) no-repeat;}
.social_dribbble {background: url(../img/icons/social/dribbble.png) no-repeat;}
.social_dropbox {background: url(../img/icons/social/dropbox.png) no-repeat;}
.social_evernote {background: url(../img/icons/social/evernote.png) no-repeat;}
.social_facebook {background: url(../img/icons/social/facebook.png) no-repeat;}
.social_forrst {background: url(../img/icons/social/forrst.png) no-repeat;}
.social_github {background: url(../img/icons/social/github.png) no-repeat;}
.social_googleplus {background: url(../img/icons/social/googleplus.png) no-repeat;}
.social_jolicloud {background: url(../img/icons/social/jolicloud.png) no-repeat;}
.social_last-fm {background: url(../img/icons/social/last-fm.png) no-repeat;}
.social_linkedin {background: url(../img/icons/social/linkedin.png) no-repeat;}
.social_picasa {background: url(../img/icons/social/picasa.png) no-repeat;}
.social_pintrest {background: url(../img/icons/social/pintrest.png) no-repeat;}
.social_rss {background: url(../img/icons/social/rss.png) no-repeat;}
.social_skype {background: url(../img/icons/social/skype.png) no-repeat;}
.social_spotify {background: url(../img/icons/social/spotify.png) no-repeat;}
.social_stumbleupon {background: url(../img/icons/social/stumbleupon.png) no-repeat;}
.social_tumblr {background: url(../img/icons/social/tumblr.png) no-repeat;}
.social_twitter {background: url(../img/icons/social/twitter.png) no-repeat;}
.social_vimeo {background: url(../img/icons/social/vimeo.png) no-repeat;}
.social_wordpress {background: url(../img/icons/social/wordpress.png) no-repeat;}
.social_xing {background: url(../img/icons/social/xing.png) no-repeat;}
.social_yahoo {background: url(../img/icons/social/yahoo.png) no-repeat;}
.social_youtube {background: url(../img/icons/social/youtube.png) no-repeat;}

/*Glyphicons*/
.glyphicons-demo {
    text-align: ;
}

.glyphicons-demo .glyphicons {
    color: #999999;
    display: inline-block;
    font-size: 14px;
    line-height: 48px;
    margin-right: 20px;
    text-align: left;
    width: 150px;
}

.glyphicons-demo .glyphicons i:before {
    color: #666666;
    line-height: 55px !important;
}

.glyphicons-demo a:hover {
	color: #D34346;
	text-decoration: none;
}

/*Style Switcher*/
i.style-switcher-btn {
	right: 0;
	top: 37px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	z-index: 555555;
	position: fixed;
	padding: 7px 9px;
	background: #585f69;
}

i.style-switcher-btn:hover {
	background:#707985;
}

i.style-switcher-btn-option {
	top: 38px;
	background: #9097a0;
}

i.style-switcher-btn-option:hover {
	background: #707985;
}

.style-switcher {
	right: 0;
	top: 37px;
	display: none;
	z-index: 555555;
	position: fixed;
	background: #585f69;
	padding: 15px 15px 15px 20px;
}

.style-switcher-inner {
	background: #9097a0;
}

.style-switcher .theme-close {
	top: 10px;
	right: 6px;
	position: absolute;
}

.style-switcher .theme-close i {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 7px;
	background: #464e5b;
}

.style-switcher .theme-close i:hover {
	color: #464e5b;
	background: #fff;
 }

.style-switcher .theme-heading {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.style-switcher ul {
	margin-bottom: 0;
}

.style-switcher li {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: #c00;
	margin-right: 5px;
	display: inline-block;
	border: solid 1px #70747a; 
}

.style-switcher li:hover,
.style-switcher li.theme-active {
	margin-right: 3px;
	border: solid 2px #fff;
}

.style-switcher li.theme-default {
	background: #D34346;
}
.style-switcher li.theme-blue {
	background: #3498db;
}
.style-switcher li.theme-orange {
	background: #e67e22;
}
.style-switcher li.theme-red {
	background: #e74c3c;
}
.style-switcher li.theme-light {
	background: #ecf0f1;
}

/*Revolution Slider*/
.bg-black-opacity {
	background: url(../img/sliders/revolution/bg-text.png) repeat;
	padding: 7px;
	text-shadow: none !important;
}

@media (max-width: @screen-xs) {
    .logo a span{font-size: 10px;}
}

@media (max-width: @screen-sm) {
    body{font-size: 14px;}
}


h5{
    font-size: 1.4em;
}

.log-page .input-login{
	height : 30px;
	
}

.uploadifive-button {
	float: left;
	margin-right: 10px;
}
#queue {
	border: 1px solid #E5E5E5;
	height: 177px;
	overflow: auto;
	margin-bottom: 10px;
	padding: 0 3px 3px;
	width: 300px;
}
