@import url("../css/chosen.css");
@import url("../css/uniform.default.css");

@import url("../css/jquery.noty.css");										
@import url("../css/noty_theme_default.css");	
body{
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   list-height:25px;

}

h1,h2,h3,h4,h5,h6{
   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight:normal;
   margin: 0px;
   padding:0px; 
}

h2{
   font-size: 25px;
   line-height: 35px;
}

h3{
   font-size: 17px;
   line-height: 27px;
}

h4{
   font-size: 15px;
   line-height: 25px;
}

h5,h6{
   font-size: 13px;
   line-height: 23px;
}

.bold{
   font-weight:700;
}

.color{
   color:#e9004d;
}

a, a:visited{
   color:#e9004d;
}

a:hover{
   color:#b9013e;
}

a:hover,a:active,a:focus {
   outline: 0;
}

.border{
   height: 10px;
}

.well{
   background: #370a19;
   border: 1px solid #000;
   box-shadow: inset 0px 0px 3px #000;
   color: #fff;
   padding:10px 10px 10px 10px;
}

:focus {
   outline:none;
}

::-moz-focus-inner {
   border:0;
}

input[type="text"],input[type="password"],textarea,button,input[type="submit"]{
   font-size: 12px !important;
}

/* Button */

.button{
   margin: 5px 0px;
}

.button a{
   background: #e9004d;
   border-bottom: 2px solid #b9013e;
   display: inline-block;
   color: #fff !important;
   padding:4px 10px;
   border-radius: 3px;
   text-transform: uppercase;
   font-size: 13px;
   margin-bottom: 2px;
   font-family: 'Oswald', Arial, Helvetica, sans-serif;
}

.button a:hover{
   background: #b9013e;
   text-decoration: none;
}

/* Social media icons */

.social{
font-size:16px;
}

.social i{
box-shadow:inset 0px 0px 1px #333;
height:25px;
width:25px;
line-height:25px;
margin:0px 5px 0px 0px;
border-radius:3px;
color:#fff;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
text-align:center;
}

i.facebook{
background:#3c5b9b;
}

i.twitter{
background:#2daae1;
}

i.google-plus{
background:#f63e28;
}

i.pinterest{
background:#cb2027;
}

i.linkedin{
background:#0173b2;
}

.social i:hover{
background:#000;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

.social a,.social a:visited,.social a:hover{
color:#fff;
text-decoration:none;
}

/* Image alignment*/

.alignleft, img.alignleft {
   margin-right: 8px;
   margin-top:5px;
   display: inline;
   float: left;
}

.alignright, img.alignright {
   margin-left: 8px;
   margin-top:5px;
   display: inline;
   float: right;
}
   
.aligncenter, img.aligncenter {
   margin-right: auto;
   margin-left: auto;
   display: block;
   clear: both;
}

/* Top bar */

.topbar{
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   color: #aaa;
   background: #000;
   font-size: 11px;
   padding: 5px 0px;
   border-bottom: 1px solid #580d26;
}

.topbar a, .topbar a:visited{
   color: #eee;
   text-decoration: none;
   -webkit-transition:color 1s ease;
   -moz-transition:color 1s ease;
   -o-transition:color 1s ease;
   transition:color 1s ease;
}

.topbar a:hover{
   color: #e9004d;
   text-decoration: none;
   -webkit-transition:color 1s ease;
   -moz-transition:color 1s ease;
   -o-transition:color 1s ease;
   transition:color 1s ease;
}

.topbar .social-icons{
   font-size: 13px;
}

.topbar .links{
   text-align: right;
   text-transform: uppercase;
}

/* Header */

header .container{
   background: #370a19; 
   background-position: center center; 
   background: -moz-radial-gradient(circle, #370a19, #15080c);
   background: -webkit-gradient(radial, center center, 0, center center, 200, from(#370a19), to(#15080c));
   background: -webkit-radial-gradient(circle, #370a19, #15080c);
   padding:25px 0px 5px 0px;
   border-left: 1px solid #000;
   border-right: 1px solid #000;
   border-bottom: 0px;
   text-align: center;
}
header .logo a, header .logo a:visited, header .logo a:hover{
   color:#fff;
   text-decoration:none;
}

header .logo h1{
   font-family: 'Rochester', cursive;
   letter-spacing: 0.05em;
   color:#eee;
   line-height: 37px;
   font-size:48px;
}

header .lmeta{
   line-height: 30px;
   font-size:13px;
   margin-top: 5px;
   color: #fff;
}


/* Navigation */

.navbar{
   padding: 0px !important;
   margin:0px;
   font-family:Arial, Helvetica, sans-serif;
}

.navbar-inner > .container{
   width:940px;
}

.navbar-inner{
   border-radius:0px;
   background: #e9004d !important; 
   background-image: none;
   background-repeat: no-repeat;
   filter: none !important;
   border-top:1px solid #b9013e !important;
   border-bottom:1px solid #b9013e !important;
   border-left:0px !important;
   border-right:0px !important;
   padding-left:10px;
}

.navbar form{
   margin-right: 20px;
}

.navbar .btn{
   background:#b9013e !important;  
   font-size:13px;
   padding:4px 10px;
}

.navbar .btn:hover{
   background:#b9013e !important;
}

.navbar .caret{
   border-top-color:#fff !important;
   border-bottom-color:#fff !important;
}

.navbar .nav > li > a{
   padding:12px 15px 12px;
   color:#fff !important;
   text-shadow:none !important;
   border-right: 1px solid #b9013e;
   -webkit-transition:background 1s ease;
   -moz-transition:background 1s ease;
   -o-transition:background 1s ease;
   transition:background 1s ease;
   font-size:13px;
}

.navbar .nav > li > a:hover{
   background:#b9013e !important;
   color:#fff !important;
   -webkit-transition:background 1s ease;
   -moz-transition:background 1s ease;
   -o-transition:background 1s ease;
   transition:background 1s ease;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
   color: #ffffff;
   box-shadow:none;
   background: #b9013e !important;
}

.dropdown-toggle{
   background: #e9004d !important;
   z-index: 2000;
}

.nav-collapse a{
   font-weight:normal !important;
   text-shadow:none !important;
}

.dropdown-menu{
   background:#e9004d !important;
   border-radius:0px !important;
   box-shadow:none !important;
   border-bottom:none !important;
   padding:0px 0px;
   margin:0px;
   z-index: 2000;
}

.dropdown-menu a{
   background:#e9004d !important;
   padding:8px 10px !important;
   color:#fff !important;
   text-shadow:none !important;
   -webkit-transition:background 1s ease;
   -moz-transition:background 1s ease;
   -o-transition:background 1s ease;
   transition:background 1s ease;
   border-bottom:1px solid #b9013e;
   font-size:13px;
}

.dropdown-menu a:hover,.dropdown-menu a:focus{
   filter:none !important;
   background:#b9013e !important;
   -webkit-transition:background 1s ease;
   -moz-transition:background 1s ease;
   -o-transition:background 1s ease;
   transition:background 1s ease;
}

.dropdown-menu::after, .dropdown-menu::before{
   border:none !important;
}

/* Hero */

.hero{
      background: #370a19; 
   background-position: center center; 
   background: -moz-radial-gradient(circle, #370a19, #15080c);
   background: -webkit-gradient(radial, center center, 0, center center, 200, from(#370a19), to(#15080c));
   background: -webkit-radial-gradient(circle, #370a19, #15080c);
   padding: 20px 0px;
   color: #fff;
   border-bottom: 2px solid #e9004d;
}

.hero h2{
   text-transform: uppercase;
}

.hero h3{
   text-transform: uppercase;
   color: #e9004d;
}

.hero .htitle{
   padding: 0px 20px;
}

.hero .hpara{
   padding: 0px 20px;
}

/* Slider */

.da-slider{
   margin:0px;
   border-top:0px !important;
   border-bottom: 1px solid #000 !important;
   box-shadow:none;
   background: #370a19; 
   background-position: center center; 
   background: -moz-radial-gradient(circle, #370a19, #15080c);
   background: -webkit-gradient(radial, center center, 0, center center, 200, from(#370a19), to(#15080c));
   background: -webkit-radial-gradient(circle, #370a19, #15080c);
}

.da-slide h2{
   color:#fff;
   font-size:42px;
}

.da-slide p{
   font-style: normal;
   color: #ffcede;
   font-size: 12px;
}

/* Content */


.box{
width:24%;
margin:10px 0.36%;
float:left;
text-align:center;
text-shadow:0px 0px 1px #000;
border:1px solid #222;
}

.box .top i{
font-size:45px;
width: 35px;
height: 35px;
margin: 0 auto;
line-height:25px;
text-align: center;
}

.box .bor{
max-width:40%;
margin:5px auto;
}

.box .bot{
font-size:18px;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
}

.box .box-r{
   background:#cc2e00;
   background: -webkit-linear-gradient(left, #cc2e00, #f13600, #cc2e00); 
   background: -moz-linear-gradient(left, #cc2e00, #f13600, #cc2e00); 
   background: -ms-linear-gradient(left, #cc2e00, #f13600, #cc2e00); 
   background: -o-linear-gradient(left, #cc2e00, #f13600, #cc2e00);
   background: linear-gradient(left, #cc2e00, #f13600, #cc2e00);
   border:1px solid #ff673b;
   padding:20px 0px 10px 0px;
   box-shadow: inset 0px 0px 2px #000;
}

.box .box-g{
background:#85ab00;
background: -webkit-linear-gradient(left, #85ab00, #98c300, #85ab00); 
background: -moz-linear-gradient(left, #85ab00, #98c300, #85ab00); 
background: -ms-linear-gradient(left, #85ab00, #98c300, #85ab00); 
background: -o-linear-gradient(left, #85ab00, #98c300, #85ab00);
background: linear-gradient(left, #85ab00, #98c300, #85ab00);
border:1px solid #bff500;
padding:20px 0px 10px 0px;
box-shadow: inset 0px 0px 2px #000;
}

.box .box-b{
background:#0091b9;
background: -webkit-linear-gradient(left, #0091b9, #00a4d1, #0091b9); 
background: -moz-linear-gradient(left, #0091b9, #00a4d1, #0091b9); 
background: -ms-linear-gradient(left, #0091b9, #00a4d1, #0091b9); 
background: -o-linear-gradient(left, #0091b9, #00a4d1, #0091b9);
background: linear-gradient(left, #0091b9, #00a4d1, #0091b9);
border:1px solid #54daff;
padding:20px 0px 10px 0px;
box-shadow: inset 0px 0px 2px #000;
}

.box .box-y{
background:#cf8600;
background: -webkit-linear-gradient(left, #cf8600, #e39300, #cf8600); 
background: -moz-linear-gradient(left, #cf8600, #e39300, #cf8600); 
background: -ms-linear-gradient(left, #cf8600, #e39300, #cf8600); 
background: -o-linear-gradient(left, #cf8600, #e39300, #cf8600);
background: linear-gradient(left, #cf8600, #e39300, #cf8600);
border:1px solid #ffc354;
padding:20px 0px 10px 0px;
box-shadow: inset 0px 0px 2px #000;
}

.box a, .box a:visited, .box a:hover{
color:#fff;
text-decoration:none;
}

/* FAQ */

.accordion-group{
border-radius:0px;
border:none;
margin:10px 0px;
}

.accordion-heading .accordion-toggle {
display: block;
padding:0px;
}

.accordion-inner{
   color: #fff;
   padding:10px 10px 10px 10px;
   border: 1px solid #000;
   background: #370a19;
   border-radius: 10px;
   box-shadow: inset 0px 0px 3px #000;
}

.accordion li{
line-height:20px;
}

.accordion-heading a, .accordion-heading a:visited, .accordion-heading a:hover{
border:none;
color: #fff;
text-decoration: none;
margin: 10px 0px;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.portfolio li{
display:inline !important;
border:none !important;
}

.portfolio li a, .portfolio li a:visited{
color:#fff;
padding:5px 10px;
margin:0px 5px;
font-family:Arial, Helvetica, sans-serif;
}

.portfolio li a:hover{
color:#fff;
}

#portfolio{
text-align:center;
}

#portfolio .element{
border-radius:2px;
border:1px solid #150f11;
margin:10px;
}

#portfolio h5{
margin:4px 0px;
padding:0px;
}

#portfolio .pcap{
background:#370a19;
border:1px solid #150f11;
border-bottom: 2px solid #e9004d;
padding:3px 0px;
}

#portfolio a, #portfolio a:visited, #portfolio a:hover{
color:#fff;
text-decoration:none;
}

#portfolio .pcap{
max-width:200px;
margin:0 auto;
}

#portfolio .pcap{
line-height:20px;
}

#portfolio img{
padding:4px;
width:200px;
max-width:200px;
height:150px;
}

#filters{
margin-left:0px;
}

#filters li{
display:inline;
padding:0px;
background:none;
}

#filters a{
font-size:12px;
}

/* Blog */

.blog{
   margin: 10px 0px;
   color: #fff;
}

.blog .entry h2{
font-size:25px;
line-height:30px;
}

.blog .entry h2 a, .blog .entry h2 a:visited, .blog .entry h2 a:hover{
text-decoration:none;
color: #fff;
}

.blog .meta{
background:#370a19;
border-radius:8px;
padding:10px;
margin:10px 0px;
box-shadow: inset 0px 0px 2px #000;
border: 1px solid #000;
}

.blog .meta a, .blog .meta a:visited{
color:#fff;
}

.blog .meta i{
   color: #e9004d;
   margin-left:3px;
}

.blog .bthumb{
margin:10px 0px 5px 0px;
padding:1px;
box-shadow:0px 0px 1px #777;
}

.blog .bthumb2{
float:left;
margin-top:8px;
margin-right:8px;
padding:1px;
box-shadow:0px 0px 1px #777;
}

.blog .bthumb2 img{
margin:0px;
}

.blog .entry{
margin-bottom:20px;
padding-bottom:5px;
border-bottom:1px solid #000;
color: #fff;
}

.posts  .social{
font-size:16px;
}

.posts  .social i{
box-shadow:inset 0px 0px 1px #333;
height:25px;
width:25px;
line-height:25px;
margin:0px 5px 0px 0px;
border-radius:3px;
color:#fff;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
text-align:center;
}

.posts i.facebook{
background:#3c5b9b;
}

.posts i.twitter{
background:#2daae1;
}

.posts i.google-plus{
background:#f63e28;
}

.posts i.pinterest{
background:#cb2027;
}

.posts i.linkedin{
background:#0173b2;
}

.posts .social i:hover{
background:#000;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

.posts .social a,.posts .social a:visited,.posts .social a:hover{
color:#fff;
text-decoration:none;
}

.posts .tags a{
display:inline-block;
font-weight:normal;
padding:4px 5px;
color:#fff;
border-radius:4px;
font-size:13px;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

.posts .tags a:hover{
color:#fff;
text-decoration:none;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

/* Comments */

.comments > ul > li{
background:none;
padding:0px;
}

.comments .comment{
margin:10px 0px;
padding:7px 10px;
background:#fff;
color: #000;
border-radius:5px;
border:1px solid #eee;
border-bottom:2px solid #ddd;
}

.comment .avatar{
margin-top:5px;
margin-right:8px;
padding:1px;
background:#fff;
border:1px solid #aaa;
}

.comment .cmeta{
font-size:12px;
color: #555;
}

.comment p{
margin-top:5px;
}

.comments .reply{
margin-left:15px;
}

.respond .title, .comments .title{
padding:10px 0px;
margin-bottom:10px;
border-bottom:1px solid #150f11;
}

/* Sidebar */

.sidebar{
border-radius:8px;
padding:10px 8px;
margin-top:10px;
}

.sidebar ul{
   list-style-type: none;
   margin-left: 0px;
}

.sidebar h4{
font-size:16px;
color:#e9004d;
line-height:18px;
margin-bottom:5px;
padding-bottom:5px;
text-transform:uppercase;
}

.sidebar .widget{
background:#370a19;
border-radius:8px;
padding:10px;
margin-bottom:20px;
box-shadow: inset 0px 0px 2px #000;
border: 1px solid #000;
}

.sidebar .widget .form-search{
margin-top:10px;
margin-bottom:10px;
}

/* Pagination */

.paging {
width:270px;
clear:both;
padding:6px 0;
line-height:17px;
font-size:13px;
}
 
.paging span, .paging a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:5px 8px;
text-decoration:none;
width:auto;
color:#fff;
background: #e9004d;
font-weight:normal;
}
 
.paging a:hover{
color:#fff;
}
 
.paging .current{
padding:5px 8px;
color:#fff;
}

/* About */

.staffs .about-pic img{
max-width: 200px;
margin: 10px auto;
background:#fff;
padding:1px;
box-shadow:0px 0px 3px #000;
-webkit-transition: opacity 1s ease;
-moz-transition: opacity 1s ease;
-o-transition: opacity 1s ease;
transition: opacity 1s ease;
}

.staffs{
   color: #fff;
   text-align: center;
}

.staffs p{
   margin: 3px 0px;
}

.staffs .about-social a, .staffs .about-social a:visited, .staffs .about-social a:hover{
border:none;
color: #fff;
text-decoration: none;
}

.staffs .about-social i{
width:30px;
height:30px;
background:#e9004d;
border:1px solid #fff;
border-radius:100px;
font-size:16px;
line-height:30px;
text-align:center;
box-shadow:inset 0px 0px 2px #000;
-webkit-transition: background 1s ease;
-moz-transition: background 1s ease;
-o-transition: background 1s ease;
transition: background 1s ease;
}

.staffs .about-social i:hover{
background:#b9013e;
-webkit-transition: background 1s ease;
-moz-transition: background 1s ease;
-o-transition: background 1s ease;
transition: background 1s ease;
}


/* Twitter */

.well ul{
   list-style-type: none;
}

.well .tweet{
   text-align: center;
}

/* Latest */

.big-block{
   color: #fff;
}

.big-block h3{
   font-size: 30px;
   line-height: 35px;
   text-transform: uppercase;
}

.big-block h4{
   font-size: 22px;
   line-height: 32px;
   text-transform: uppercase;
}

.model{
   max-width:200px;
   margin: 0 auto;
}

.model-details{
   max-width: 300px;
   border-radius: 10px;
   margin: 0 auto;
   margin-bottom: 20px;
   background: #370a19;
   border: 1px solid #000;
   box-shadow: inset 0px 0px 3px #000;
   color: #fff;
   padding:10px 10px 10px 10px;
}

.items{
   color: #fff;
   padding:10px 10px 10px 10px;
   border: 1px solid #000;
   background: #370a19;
   border-radius: 10px;
   box-shadow: inset 0px 0px 3px #000;
   margin-bottom: 20px;
}

.slist{
    color: #fff;
    padding:10px 10px 10px 10px;
    border: 1px solid #000;
    background: #370a19;
    border-radius: 10px;
    box-shadow: inset 0px 0px 3px #000;
    margin-bottom: 20px;
}

.items .date{
   color: #e9004d;
}

.items h4 a, .items h4 a:visited, .items h4 a:hover{
   color: #fff;
   text-decoration: none;
}

.items h3{
   padding-bottom: 5px;
   margin-bottom: 5px;
   border-bottom: 1px dotted #580d26;
}

.items hr{
   border-top: 0px;
   border-bottom: 2px dotted #580d26;
   margin:8px 0px;
}

/* Pricing table */


.price-a{
width:48%;
float:left;
margin-right:14px;
border-radius:7px;
}

.price-b{
width:48%;
float:right;
border-radius:7px;
}

.pricel{
   text-align: center;
margin-top:10px;
box-shadow:0px 0px 0px #fff;
/*-webkit-transition:box-shadow 1s ease;
-moz-transition:box-shadow 1s ease;
-o-transition:box-shadow 1s ease;
transition:box-shadow 1s ease;*/
}

.phighlight{
border:2px solid #fff;
width:46.5%;
}

.pricel .phead-top{
margin:0px;
padding:10px;
border-top-left-radius:7px;
border-top-right-radius:7px;
}

.pricel .phead-top h4{
color:#fff;
}

.pricel .phead-bottom{
background:#eee;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
margin:0px;
padding:10px 10px 0px 10px;
color:#777;
font-weight:700;
font-size:20px;
line-height:27px;
}

.pricel .pst{
font-size:14px;
position:relative;
top:-5px;
font-weight:normal;
}

.pricel .psb{
font-size:14px;
font-weight:normal;
}

.pricel .pbutton{
background:#ddd;
border:1px solid #ddd;
padding:10px 0px 10px 0px;
color:#777;
font-size:20px;
border-bottom-left-radius:7px;
border-bottom-right-radius:7px;
text-align: center;
margin-top: 0px;
border-top: 1px solid #aaa;
}

.pricel .plist{
border-left:1px solid #ddd;
border-right:1px solid #ddd;
background:#f9f9f9;
}

.pricel .plist ul{
   list-style-type: none;
   margin-left: 0px;
margin-bottom: 0px !important;
}

.pricel .plist li{
background:none;
padding:10px;
border-bottom:1px solid #e1e1e1;
}

.pricel .plist li:nth-child(even) {
background-color:#f6f6f6;
}

.pricel .plist li:hover{
background:#fff;
}

.pricel .phead-top{
background:#e9004d;
border:1px solid #ce0044;
}

.pricel .phead-bottom{
border-top:1px solid #e9004d;
}


/* Servce */

.slist{
text-align:center;
margin: 10px 0px;
color: #fff;

}

.service{
   margin: 10px 0px 15px 0px;
   padding: 10px;
   background: #111;
   border: 1px solid #000;
   border-top: 2px solid #e9004d;
}

.slist .sicon i{
color:#e9004d;
font-size:50px;
margin:10px 0px 10px 0px;
width:50px;
-webkit-transition: color 1s ease;
-moz-transition: color 1s ease;
-o-transition: color 1s ease;
transition: color 1s ease;
}

.slist .sicon i:hover{
   color: #b9013e;
   -webkit-transition: color 1s ease;
-moz-transition: color 1s ease;
-o-transition: color 1s ease;
transition: color 1s ease;
}

/* Contact */

.address{
   color: #fff;
}

.gmap{
padding:10px 0px;
}

footer address{
padding:0px 10px;
}

.gmap iframe{
width:100%;
margin-top:20px;
}

.form{
margin:20px 0px;
color: #fff;
margin-bottom: 0px;
}

.form-horizontal input[type="text"],.form-horizontal input[type="password"], .form-horizontal textarea{
width:90%;
}

.form-horizontal .control-label {
width: 80px;
font-size: 12px;
}

.form-horizontal .controls {
margin-left: 100px;
}

.form-horizontal .controls:first-child {
*padding-left: 100px;
}

.form-horizontal .form-actions {
padding-left: 100px;
}

.form-actions {
padding: 10px 20px 11px;
background:transparent;
border-top:0px;
}

/* Testimonials */

.testimonials{  
   color: #fff;
}

.testimonials h3{
   margin-bottom: 5px;
}

.testimonial{
   color: #fff;
   padding:10px 10px 10px 10px;
   background: #370a19;
   margin-bottom: 20px;
   border: 1px solid #000;
   border-bottom: 2px solid #e9004d;   
}

.testimonial .author{
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin-top:-10px;
}

.testimonial p:before{
   content: '"';
   font-size: 30px;
   font-family: "Times New Roman", Georgia, serif;
   position: relative;
   top: 10px;
   margin-right: 5px;
   color: #e9004d;
}

.testimonial p:after{
   content: '"';
   font-size: 30px;
   line-height: 10px;
   top: 8px;
   font-family: "Times New Roman", Georgia, serif;
   position: relative;
   margin-left: 2px;
   color: #e9004d;
}

/* CTA */

.cta{
   color: #fff;
   margin: 10px 0px 25px 0px;
   background: #000;
   padding: 10px 15px;
   border-top: 1px solid #b9013e;
   border-bottom: 2px solid #e9004d;
}

.cta h2{
   font-size: 38px;
   text-transform: uppercase;
   line-height: 48px;
}

.cta p{
   font-size: 13px;
}

/* Register */

.register{
   color: #fff;
}

/* 404 */

.error{
   color: #fff;
   margin: 5px 0px;
}

.error .error-med{
   font-size: 18px;
   line-height: 28px;
}

.error .error-big{
   font-size: 50px;
   line-height: 60px;
}

.error .error-small{
   font-size: 15px;
   line-height: 25px;
   max-width: 460px;
   margin: 0 auto;
}

/* Footer */

footer{
   background: #000;
   margin-top: 10px;
   padding-top: 15px;
   color: #eee;
   border-top: 3px solid #b9013e;
}

footer .foot{
   padding-bottom: 10px;
   border-bottom: 1px dotted #aaa;
   margin-bottom: 10px;
}

footer .fwidget{
   margin-bottom: 15px;
}

footer a, footer a:visited{
   color: #aaa;
}

footer a:hover{
   color: #eee;
}

footer h4{
   margin-bottom: 5px;
   padding-bottom: 5px;
   border-bottom: 1px dotted #aaa;
}

footer ul{
   margin-left: 0px;
   list-style-type: none;
}

footer ul li{
   margin: 3px 0px;
}

/* Responsive */

@media (max-width: 480px){
   .da-slide .da-img{
      display: none;
   }
   .box{
   width:100% !important;
   margin:5px 0px !important;
   float:none !important;
   display:block;
   text-align:center;
   text-shadow:0px 0px 1px #000 !important;
   border:1px solid #222;
   }
   .box .top{
   font-size:19px !important;
   line-height:23px;
   }
   .box .bot{
   font-size:14px !important;
   }
   .box-g, .box-b, .box-y, .box-r{
   padding:10px 0px 0px 0px;  
   }     
   .price-a{
   width:100%;
   float:none;
   margin-right:0px;
   }
   .price-b{
   width:100%;
   float:none;
   } 
}

@media (max-width: 767px){
   *{
      /*max-width: 500px;*/
      margin: 0 auto;
   }
   .navbar,header,.topbar,.hero,footer{
      margin-left:-20px;
      margin-right:-20px;
   }
   .slider{
      margin-left: -18px;
      margin-right: -18px;
   }
   header{
      text-align: center;
   }
   .navbar .nav{
      border:0px !important;
   }
   .navbar .nav > li > a{
      border:0px !important;
   }
   .dropdown-menu a{
      border-bottom:none !important;
   }   
   .navbar-search{
      border: 0px !important;
      box-shadow: none !important;
   }
   .topbar .social-icons{
      text-align: center;
   }
   .topbar .links{
      text-align: center;
   }
   .box{
   width:48%;
   margin:5px 0.7%;
   float:left;
   text-align:center;
   text-shadow:0px 0px 1px #000;
   border:1px solid #222;
   }   
   .box .top{
   font-size:22px;
   line-height:25px;
   }
   .box .bot{
   font-size:14px;
   }
   .box-g, .box-b, .box-y, .box-r{
   padding:15px 0px 5px 0px;  
   }   
   footer{
      padding-left: 20px;
      padding-right: 20px;
   }
}

@media (min-width: 768px) and (max-width: 979px){
   .navbar .nav{
      border:0px !important;
   }
   .navbar .nav > li > a{
      border:0px !important;
   }
   .dropdown-menu a{
      border-bottom:none !important;
   }
}

@media (max-width: 979px){

}

.anketa ul li {
	padding-left: 20px;
}

.table {
    /*background-color: none;*/
}

.table td.empty {
    /*background-color: none;*/
}

.white {color:#fff;}
input.error {margin-top:0;}

.grid-view table.items tr.selected td {
    background-color: #5a122a;
}

a.btn:visited {color:#fff;}
.white {color:#fff;}
.items {position:relative;}
.fly-box{position:absolute;border:1px solid #E1D2C4;z-index:10;}
.items h4 {font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; font-size:23px;}

ul.paging li {
    display: inline-block;
    list-style-type: none;
    margin: 0 -2px;
}


.b-form-list {
    /*
    text-align: justify;
    text-justify: newspaper;
    */
    line-height: 0;
    /*font-size: 1;*/
    text-align: center;
    margin: 0;
}

.b-form-list_item {
    width: 265px;
    height: 208px;
    display: inline-block;
    text-align: left;
    *display: inline;
    *zoom: 1;
    padding: 5px;
    position: relative;
    vertical-align: top;
    /*margin-bottom: 10px;*/
    /*margin-right: 6px;*/
    line-height: normal;
    background: url(../img/content-block-back.png);
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*border-radius: 5px;*/
    /*behavior: url(beh/pie.htc);*/
	/*margin-left: -2px;*/
}
.page-header{
    margin: 0 0 30px 0 !important;
}
.b-form-list .indent{
    margin: 10px 4.5% 10px 4.5%;
}
.b-form-list .indent:nth-child(3n+1){
    margin: 10px 1% 10px 0;
}
.b-form-list .indent:nth-child(3n+3){
    margin: 10px 0 10px 1%;
}
.b-form-list_item_label {
    display: none;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    top: 0;
    z-index: 20;
    background: url(../img/form-item-label.png) 0 0 no-repeat
}

.b-form-list_item_label_vip {
    display: none;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    top: 0;
    z-index: 20;
    background: url(../img/form-item-label.png) 0 0 no-repeat
}

.b-form-b-form-list_item_icon_vip {
    display: none;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    top: 0;
    z-index: 20;
    background: url(../img/form-item-label.png) 0 0  no-repeat;
    padding: 5px;
    background-position: 0 -64px !important;
}

.b-form-list_item_vip .b-form-list_item_label {
    display: block;
    background-position: 0 -64px
}

.vip_top .b-form-list_item_label {
    display: block;
    background-position: 0 -129px !important;
}



.top_top .b-form-list_item_label {
    display: block;
    background-position: 0 -193px !important;
}

.top_top .b-form_services_group_col {
   /*  width:125%; */
	margin-right:0;
}

.b-form-list_item_new .b-form-list_item_label {
    display: block
}

.b-form-list_item_avatar {
    padding: 3px;
    background: url(../img/content-block-back2.png);
    width: 116px;
    line-height: 0;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(beh/pie.htc);
    position: absolute
}

.b-form-list_item_avatar_label {
    display: none;
    position: absolute;
    top: 125px;
    left: 9px;
    width: 103px;
    height: 25px;
    background: url(../img/form-item-avatar-labels.png) 0 0 no-repeat;
    z-index: 20
}

.b-form-list_item_photo100 .b-form-list_item_avatar_label {
    display: block
}

.b-form-list_item_name {
    color: #ffe28f;
    font-size: 16px;
    margin-bottom: 11px;
    font-style: normal;
    text-shadow: 1px 1px 0 #000
}

.b-form-list_item_desc {
    width: 135px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #bb7f50;
    font-style: italic;
    font-size: 12px;
    line-height: 13px
}

.b-form-list_item_phone
{
	position: absolute;
	top: 73px;
	left: 130px;
	line-height: 13px;
	color: #ffe28f;
	font-size: 12px;
	margin-bottom: 11px;
	font-style: normal;
	text-shadow: 1px 1px 0 #000;
	padding-left: 15px;

	padding-bottom: 6px;
}

.b-form-list_item_phone a
{
	color: #c38856;
	font-size: 12px;
	font-style: italic;
}

.b-form-list_item_age {
    position: absolute;
    top: 52px;
    left: 135px;
    font-size: 12px;
    font-style: italic;
    color: #ffe28f
}

.b-form-list_item_age_label {
    color: #c38856
}

.b-form-list_item_prices {
    position: absolute;
    width: 146px;
    right: 5px;
    top: 105px;
    line-height: normal;
    padding: 3px 0;
    background: url(../img/content-block-back3.png);
    -khtml-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    behavior: url(beh/pie.htc)
}


.b-form-list_item_prices_layout {
    width: 100%
}

.b-form-list_item_prices_service {
    color: #c38856;
    font-size: 12px;
    font-style: italic;
    padding-left: 8px
}

.b-form-list_item_prices_price {
    color: #ffe28f;
    font-size: 16px;
    font-style: italic
}

.b-form-list_item_stat {
    position: absolute;
    top: 175px;
    left: 6px
}

.b-form_list_item_stat_param {
    color: #c38856;
    font-size: 11px;
    font-style: italic;
    display: block
}

.b-form-list_item_more {
    display: block;
    position: absolute;
    color: #c38856;
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    right: 8px;
    bottom: 6px;
    padding: 0 7px;
    background: url(../img/content-block-back3.png);
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(beh/pie.htc)
}

.b-form-list_item_more:hover {
    color: #ffe28f
}

.size-16 {
    font-size: 16px;
}

.container .row-fluid .paging.span12 {
    margin: 0 !important;
    text-align: center;
}

table td, table th
{
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    text-align: left;
}

.img-polaroid1 {
    padding: 4px;
    background-color: #fff;
    border1: 1px solid #ccc;
    border1: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-image: url(/themes/lbrs/images/9833e96dd92af45779820c8281fa2216.png);
    width: 190px;
    height: 135px;
}

.cityList{
    width: 100%;
    font-size: 0;
}
.cityList ul{
    display: inline-block;
    vertical-align: top;
    list-style: none;
    width: 50%;
    font-size: 16px;
}
.paging .hidden{
    display: none;
}
#da-slider .da-slide ul{display:none !important;}
#da-slider .da-slide.da-slide-current ul{display:block !important;}

