@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,300italic,700,700italic);
/*@import url(http://fonts.googleapis.com/css?family=Nunito:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:200,300,700);*/
@import url(http://fonts.googleapis.com/css?family=Exo+2:400,700&subset=latin,cyrillic);
/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 15px;
  line-height: 21px;
  color: #000;
  padding-bottom: 10px; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 25px;
  font-weight: 300;
  color: #3D4351; }
  
h2.title_z { color: #fff; }

h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #3D4351;
  line-height: 26px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px;
  color: #3D4351;
  font-weight: 500; }

.text16 { font-size:16px;}
.text16 ul li { padding-bottom:10px; padding-left:10px;}
.icon_title_wrap p { font-size:14px !important}
.center { text-align:center}
.navi .page{ font-size:14px;}
.btn {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase; }

.btn:hover, .btn:focus {
  color: #fff;
  border-color: #FF5274;
  background-color: #FF5274; }

.btn-white {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  border-color: #fff; }

.btn-white:hover, .btn-white:focus {
  color: #FF5274;
  border-color: #FF5274; }
  
  
 .btn-red {
  font-size: 16px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  border-color: #01AF53; 
  color:#01AF53}

.btn-red:hover, .btn-red:focus {
  color: #374248;
  border-color: #374248; }
  

.btn-fill {
  color: #fff;
  border: solid 2px #FF5274;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #FF5274; }

.btn-fill:hover, .btn-fill:focus {
  color: #fff;
  background-color: #D7405D;
  border-color: #D7405D; }

.btn-small {
 padding: 8px 25px; }
.btn-small2 {
  /*padding: 8px 25px; */ padding:2%;}

.art-m li a{ font-size:19px !important;}
.art-m li { margin-left:10px;}
.art-title { font-size:25px; padding:15px;}
.h360 { min-height:360px;}
.b30 { margin-bottom:30px;}

.btn-large {
  padding: 15px 40px; }

.btn-margin-right {
  margin-right: 20px; }

section.intro, section.features-extra, section.sign-up {
  background: #fff; }

section.features, section.blog-intro, section.blog {
  background: #F3F4F8; }
  
.topblok { background:none !important; }  
.topblok .intro-content p{color:#ACB1B4  !important;font-size:14px !important;}
.topblok .intro-content h5{color:#ACB1B4  !important; font-size:16px !important;}

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
  content: "";
  display: table;
  clear: both; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

a {
  color: #FF5274;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color; }

a:hover, a:focus {
  color: #D7405D;
  text-decoration: none; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: rgba(28, 54, 83, 0.6);
  -webkit-text-size-adjust: 100%; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section-padding-100 {
  padding: 100px 0 100px 0; }
  
.section-padding {
  padding: 30px 0; }
  
  .section-padding-30 {
  padding: 30px 0; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px; }


.auto h3{ /*min-height:40px;*/}
.auto .yy { font-size:16px; font-weight:bold}
.auto a.name-auto { color:#D7405D; font-size:18px; text-align:center; padding:0;}
.auto a.name-auto:hover { text-decoration:underline;}
.avto-block ul li { width:260px; float:left}
.avto-block li .item-container {
	text-align: center;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
}
.avto-block .item-container .image img {display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;}
	

/*----------------*/
/*---- gallery ---*/
/*----------------*/
.gallery{ margin-bottom: 30px;}
.gallery-wrap{ padding: 10px 0px 0px 0px;}
.rg-image-wrapper{ position:relative; padding:0px; min-height:20px;}
.rg-image{ position:relative; text-align:center; line-height:0px; }
.rg-image img{	max-height:100%;max-width:100%;}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background: url(../img/nav.png) no-repeat 0 50%;
	width:30px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	outline:none;
	z-index: 1111;
}
.rg-caption-wrapper{}
.rg-image-nav a.rg-image-nav-next{ right:0px; left:auto; background-position:-39px 50%;}
.rg-image-nav a:hover{background-position: -83px 50%;}
.rg-image-nav a.rg-image-nav-next:hover{ background-position:-124px 50%;}
.rg-caption { margin-top:10px; position:relative;}
.rg-caption p{ font-size:13px; font-weight: bold; letter-spacing:2px; line-height:16px; padding:0 10px; text-transform:uppercase;}

.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../img/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
a.imbig0{ position:absolute; float:right; right:25px;z-index:1; background:url(../img/elements-sprite.png) no-repeat center center; width:30px; height:30px;  margin:115px 5px 0px 0px;
 opacity:0.9;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;}
.fan { width:30px !important; position:absolute;}  
/* Elastislide Style */
.es-carousel-wrapper{ padding:10px 32px; position:relative;}
.es-carousel{ overflow:hidden;}
.es-carousel ul{ display:none; padding: 0; margin: 0;}
.es-carousel ul li{	height:100%; float:left; display:block;}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#fff;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{ border-color:#d7405d;}
.es-carousel ul li a img{ display:block; border:none; max-height:100%; max-width:100%;}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(../img/nav_thumbs.png) no-repeat top left;
	width:12px;
	height:17px;
	margin-top:-8px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{ right:8px; left:auto;	background-position:top right;}
.es-nav span.es-nav-next:hover{	background-position:100% 100%;}
.es-nav span.es-nav-prev:hover{	background-position:0 100%;}


.inner-price{
	position: relative;
	min-height: 45px; 
}
.inner-price .price{
	color:#d7405d;
	font-size: 27px;
	margin-bottom: 10px;
	display: inline-block;
	font-weight:bold;
}

.table-info{
	width: 100%;
	border: none;
	border-top: 1px dashed #d7405d;
	margin-bottom: 40px;
}
.table-info tr{
	background: none;
	border: none;
}
.table-info tr td{
	border:none;	
	border-bottom: 1px dashed #d7405d;
	padding: 7px 10px 7px 0;
}
.title-t{
	color: #565656;
}

.description{margin-bottom: 45px;}
.description h5{color: #09b8c6;font-weight: normal; font-size: 16px;}

.description ul{padding-left: 0; list-style: none; margin: 0 0 20px 0;}
.description ul li{padding-left: 10px; background: url(../img/li.png) no-repeat 0 11px; font-size: 14px; margin-bottom: 4px;}
.contact-car{margin-bottom: 30px;}

.column-right{
	float: right;
	width: 40%;
}
.column-left{
	float: left;
	width: 55%;
}
.auto_options_a0{
	padding-left:10px;
	list-style:none;
	float:left;
	width:40%;
	display:inline-block;
	top:40px;
}
.auto_options_a1{
	padding-left:10px;
	list-style:none;
	float:left;
	width:55%;
	display:inline-block;
	top:40px;
	left:50%;
}

.auto_options0{
	padding-left:10px;
	list-style:none;
	float:left;
	width:50%;
	display:inline-block;
	top:20px;
}
.auto_options1{
	padding-left:10px;
	list-style:none;
	float:left;
	width:55%;
	display:inline-block;
	top:40px;
	left:50%;
}
.auto_options0 strong{ position:relative; bottom:5px; font-size:16px; color:#000;}
.sf1, .sf3, .sf6, .sf5 {height:50px;}
.sf2{}
.sf4 {}


.description .dop{
	color: #232323;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

.form-group {
    margin-bottom: 20px;
	padding-top:23px;
}

.v-auto h3.name-auto { color:#D7405D; font-size:18px;}
/*IconBoxes*/

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span6 {
  width: 48%;

}
.module_cont {
    min-height: 20px !important;
}
.module_iconboxes .shortcode_iconbox:last-child {margin-bottom:0;
}

.shortcode_iconbox {
	padding:10px 12px 12px 84px;
	position:relative;
	margin-bottom:30px;
	min-height:68px;
	background:#F3F4F8;
	border:1px #F3F4F8 solid;	
	transition: all 300ms; 
	-webkit-transition: all 300ms; 
	-moz-transition: all 300ms; 
	-o-transition: all 300ms;
	color:#000;	
	    border-radius: 40px;
}
.shortcode_iconbox .iconbox_title {
	font-size:22px; margin:0;
	font-weight:400;
	margin-bottom:4px !important;	
	font-family: 'Exo 2', sans-serif;
}
.shortcode_iconbox p {
	margin:0;
	padding:0;
	/*color:#9c9c9c !important;*/
}	
.shortcode_iconbox .ico {
	width:66px;
	display:block;
	position:absolute;
	top:7px;
	left:7px;
	bottom:7px;
	line-height:76px;
	text-align: left;	
	font-size:32px;
	color:#FF5274;

	text-indent:-7px;
	transition: all 300ms; 
	-webkit-transition: all 300ms; 
	-moz-transition: all 300ms; 
	-o-transition: all 300ms;
	padding-left:30px;
}
.shortcode_iconbox:hover {	background:#F3F4F8; border:1px #ccc solid;			
}
.shortcode_iconbox:hover .ico {			
}
.module_iconboxes .shortcode_iconbox:last-child {margin-bottom:0;
}


.dropdown-menu>li>a {
	text-transform:none !important;
	color: #D7405D !important;
	font-size:16px !important;

}
.navbar-default .navbar-nav > li > a { color:#fff;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff !important;
	background-color:none !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background-color:none !important; background:none !important;  color:#D7405D !important}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color: #fff !important;}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus { background:none !important; color: #D7405D !important;}
.nav > li > a:hover, .nav > li > a:focus {background:none !important; color: #D7405D !important;}
.nav > li > a{padding: 10px 20px !important;}

header ul.navbar-nav li.active a{color: #FF5274; }  

.dropdown-menu>li>a:hover {	text-decoration:underline}
/*.navbar-default { background:none; border:none}*/
.navbar { margin:0;}
.dropdown-menu>li>a.current {text-decoration:underline; background-color:#F5F5F5 !important;}
.dropdown-menu > .active a{ background-color:#F5F5F5 !important; text-decoration:underline}
dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 5px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.news h1 {}
.panel-body .left{ float:left;  position:relative}
.panel-body .right{ float: right; right:0; position:relative}
.panel-body span.gd { font-size:15px;}
.s-blok { display:block; float:left;}
.s-blok .name { display:block}
.s-blok .name a{ font-size:17px; color:#D7405D; text-decoration:underline; line-height:21px} 
.s-blok .name a:hover{text-decoration: none}
.s-blok .data { color:#333; display:block; font-style:italic}

.bgfon-s { background:#d1c1c1 !important}

/* ==========================================================================
Animations
========================================================================== */
.pulse2 {
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.floating-arrow {
  -webkit-animation-name: floating-arrow;
          animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
.floating-logo {
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
/* ==========================================================================
Waypoinsts
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9 {
  visibility: hidden; }

.wp2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
  visibility: visible; }

/* ==========================================================================
Navigation
========================================================================== */
.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
.navbar-collapse.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  
.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 10px 35px 16px 0;
  cursor: pointer; }

.nav-toggle:focus {
  outline: none; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer; }

.nav-toggle span:before {
  top: -10px; }

.nav-toggle span:after {
  bottom: -10px; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.nav-toggle.active span {
  background-color: transparent; }

.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0; }

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg); }

.navicon {
  position: absolute;
  height: 26px;
  right: 10px;
  top: 48px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }

/* ==========================================================================
Hero
========================================================================== */
.hero {
  min-height: 650px;
  background: url("../img/hero.jpg") center center;
  background-size: cover;
  position: relative; }
  .hero .down-arrow a {
    color: #fff; }
  .hero h1 {
    color: #ACB1B4;
    margin-bottom: 40px; }
  .hero p.intro {
    color: #ACB1B4;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px; }
  .hero .hero-content {
    padding-top: 13%; }
	
	  .hero .hero-content-top {
    padding-top: 10%; }
.inner{min-height: 300px !important;}
.inner2 { padding-top:30px !important}
.inner_content {min-height: 120px !important;}
.navigation {
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999; }

.fixed {
  position: fixed;
  background-color:#1c070b;
  /*background-color: #0f021c;*/
  /*background-color: #232731;*/
  z-index: 999;
  width: 100%; }
.telefon { display: none}
header {
  padding: 40px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
  width: 1170px;
  margin: 0 auto;
  -webkit-transition: padding 300ms ease-in-out;
          transition: padding 300ms ease-in-out; }
  header a {
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 18px; 
	font-family: "Exo 2", sans-serif;}
    header .phone {
      margin-right: 10px; font-size:20px; color:#D7405D !important; font-weight:bold; letter-spacing:1px; padding-bottom:10px;}
	 header .call {}
  header .logo {display: inline-block; padding-right:15px;}
	 header .logo .company-name { font-size:22px; color:#d7405d; font-family: "Exo 2", sans-serif; font-weight:400;  font-style: normal;}
	 header .logo .company-slogan { font-size:14px; color:#636982; position:absolute; padding-top:10px;}
	
  header ul.primary-nav {
    margin: 0 0 0 75px;
    padding: 0; }
    header ul.primary-nav li {
      display: inline; }
      header ul.primary-nav li a {
        color: #fff;
        padding-right: 25px;
		 }
        header ul.primary-nav li a:hover {
          color: #FF5274; }
		 header ul.primary-nav li.active a{
          color: #FF5274; }  
		  
      header ul.primary-nav li:last-child a {
        padding-right: 0px; }
  header ul.member-actions li {
    display: inline; }
    header ul.member-actions li a {
      color: #fff; }
      header ul.member-actions li a:hover {
        color: #FF5274; }
  header .header-nav {
    display: inline-block; }
  header .member-actions {
	  margin-top:5px;
	  float:right;
	  margin-right:20px;
    /*position: absolute;*/
   /* right: 0;*/
   /* top: 41px !important;*/
    -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }

.down-arrow {
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

/* ==========================================================================
Intro
========================================================================== */
.intro span.icon {
  font-size: 40px;
  color: #FF5274;
  font-weight: bold; }
  
.icon-top {color: #FF5274 !important; font-weight:normal !important; font-size:40px !important}
 .top-cont { padding-top:0px; padding-bottom:20px;}

.intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 40px; }
  
  .intro-icon-top {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  color: #FF5274;
  width: 100px !important; }
  

.intro-content {
  display: inline-block;
  width: 80%; }

/* ==========================================================================
Features-stack
========================================================================== */
.features {
  position: relative; }
  .features p {
    margin-bottom: 0;
    padding-bottom: 0; }
  .features h3 {
    margin: 0 0 20px 0; }
  .features span.icon {
    font-size: 35px;
    color: #FF5274;
    font-weight: bold; }
  .features .feature-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px;
    width: 35px; }
  .features .feature-content {
    display: inline-block;
    width: 75%; }
  .features .intro-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px; }
  .features .intro-content {
    display: inline-block;
    width: 80%; }
  .features ul.features-stack {
    margin-top: 50px; }
  .features ul.features-stack li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #E6E9EA; }
  .features ul.features-stack li:last-child {
    padding-bottom: 0px;
    border-bottom: none; }
  .features .ipad-wrap {
    width: 706px;
    height: 1002px;
    background: url("../img/ipad-device.png") no-repeat center center;
    z-index: 1; }
  .features .iphone-wrap {
    width: 304px;
    height: 620px;
    background: url("../img/iphone6.png") no-repeat center center;
    position: absolute;
    left: 530px;
    bottom: 129px;
    z-index: 2; }
	
	
	.assets .wm-wrap{
    width: 369px;
    height: 620px;
    background: url("../img/wm.jpg") no-repeat center center;
    position: absolute;
    bottom: 269px;
	right:100px;
    z-index: 2; }

	
	  .features .auto-wrap {
    width: 566px;
    height: 306px;
    background: url("../img/auto.png") no-repeat center center;
    position: absolute;
    left: 400px;
    bottom: 356px;
    z-index: 2; }
	
  .features .device-showcase {
    position: absolute;
    bottom: -365px;
    right: 61%; }

.features .responsive-feature-img, .features-extra .responsive-feature-img {
  display: none; }

.devices {
  position: relative; }

/* ==========================================================================
.features-extra
========================================================================== */
.features-extra {
  position: relative;
  z-index: 3; }
  .features-extra .btn {
    margin-top: 20px; }
  .features-extra .macbook-wrap {
    position: absolute;
    width: 916px;
    height: 540px;
    background: url("../img/macbook-pro.png") no-repeat center center;
    top: 114px;
    z-index: 4;
    left: 50%; }
	
	
	.features-extra .woman-wrap {
    position: absolute;
    width: 400px;
    height: 284px;
    background: url("../img/woman.jpg") no-repeat left center;
    top: -30px;
    z-index: 4;
	float:left;
    left: 0%; }
	
	.features-extra .woman-wrap2 {
    position: absolute;
    width: 400px;
    height: 288px;
    background: url("../img/woman.jpg") no-repeat left center;
    top: -30px;
    z-index: 4;
	float:left;
    left: 0%; }
	
	
	
	.features-extra .podbor2 {
    position: absolute;
    width: 400px;
    height: 332px;
    background: url("../img/wm1.jpg") no-repeat left center;
    top: -3px;
    z-index: 4;
	float:left;
    left: 0%; }

.feature-list { float:left}

	.features .podbor1 {
    position: relative;
    width: 548px;
    height: 365px;
    background: url("../img/woman.jpg") no-repeat left center;
    top: 0px;
    z-index: 4;
	float: left;
    left: 5%; }


hr {
	background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
	background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
	border: 0;
	height: 1px;
	margin: 22px 0;
}



/* ==========================================================================
.hero-strip
========================================================================== */
.hero-strip {
  /*margin-top: 120px;*/
  background: #333844 url("../img/polygonal-bg.jpg") no-repeat center center;
  padding-bottom: 90px;
  position: relative; }
  .hero-strip i {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #F69D52;
    vertical-align: top;
    margin-left: -8px;
    font-style: normal; }
  .hero-strip h2 {
    color: #fff;
    margin: 0 0 20px 0; }
  .hero-strip p {
    color: #ACB1B4; }
  .hero-strip .btn {
    margin-top: 10px; }
  .hero-strip .logo-placeholder {
    width: 230px;
    height: 230px;
    position: absolute;
    bottom: -285px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

/* ==========================================================================
.blog-intro
========================================================================== */
.blog-intro {
  padding-top: 160px; }
  .blog-intro h3 {
    margin-bottom: 70px; }
  .blog-intro .leftcol {
    padding-right: 100px;
    border-right: solid 1px #E6E9EA; }
  .blog-intro .rightcol {
    padding-left: 100px; }

/* ==========================================================================
.blog
========================================================================== */
.b-fff { background-color:#fff !important;}
.blog {
  padding-bottom: 60px; }
  .blog img {
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .blog h2 {
    font-size: 25px;
   /* color: #ACB1B4;*/
    font-weight: 500;
    /*text-transform: uppercase;*/
    margin-top: 35px; padding-bottom:35px; }
  .blog .btn {
    margin-top: 20px; }
  .blog .blog-img-wrap {
    position: relative;
    overflow: hidden; }
    .blog .blog-img-wrap .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0; }
    .blog .blog-img-wrap i {
      color: #fff;
      font-size: 20px;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 25px;
      right: 35px; }
  .blog .blog-img-wrap:hover img, .blog .blog-img-wrap:focus img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .blog .blog-img-wrap:hover .overlay, .blog .blog-img-wrap:focus .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 9; }
  .blog figcaption i {
    margin-left: 5px;
    font-size: 15px; }
  .blog figcaption a.blog-post-title {
    color: rgba(28, 54, 83, 0.6); }
  .blog figcaption a.blog-post-title:hover, .blog figcaption a.blog-post-title:focus {
    color: #3D4351; }
.blog figcaption h3 { height:40px; font-size:19px;}
.blog .btn-default { margin-top:5px !important; background-color:#D7405D; color:#fff; cursor:default; cursor:pointer}
.blog a.btn-default { font-size:17px;  }
.blog a.btn-s {
font-size: 20px;
color: #D7405D;
text-decoration: none;
border-bottom: 1px dashed;
}
.blog .moz-grid { display: -moz-grid;} 
.blog a.name-auto {font-size: 18px; color:#333; font-weight:bold; margin:12px 0 7px 0; display:block}
.blog a.btn-s:hover {border-bottom: 1px none;}
.blog .detail { min-height:100px;}
/* ==========================================================================
.testimonial-slider
========================================================================== */
.testimonial-slider {
background: url("../img/testimonials-bg.png") no-repeat center center;
  background-color:#000;
  background-size: cover; }
  .testimonial-slider .avatar {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 50%;
    border: solid 3px #fff;
    background-color: #fff; }
    .testimonial-slider .avatar img {
      width: 82px;
      height: auto; }
  .testimonial-slider h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    margin: 30px 0; }
  .testimonial-slider p {
    color: #ACB1B4;
    /*text-transform: uppercase;*/
   /* letter-spacing: 2px;*/ }

/* ==========================================================================
Sign up form
========================================================================== */
.sign-up .signup-form .sign-up-btn {
  padding: 15px 0;
  border-radius:15px;
  width: 50%;
  font-size: 17px;
  font-weight:bold; }
.sign-up .signup-form .form-input-group {
  width: 80%;
  height: 55px;
  margin: 0 auto 10px;
  border-radius: 5px;
  border: solid 1px #373D4A;
  text-align: left;
  position: relative;
  font-size:18px; cursor:pointer;
  }
  .sign-up .signup-form .form-input-group i {
    color: #FF5274;
    font-size: 14px; }
  .sign-up .signup-form .form-input-group i:after {
    content: "";
    height: 30px;
    width: 1px;
    border-right: solid 1px #373D4A;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .sign-up .signup-form .form-input-group i.fa-phone-square{
    font-size: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 20px; }
  .sign-up .signup-form .form-input-group i.fa-user {
    font-size: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 20px; }
  .sign-up .signup-form .form-input-group input {
    padding-left: 68px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: none; color:#000; }
  .sign-up .signup-form .form-input-group input::-webkit-input-placeholder {
    color: #BCC1C3; }
  .sign-up .signup-form .form-input-group input:-moz-placeholder {
    color: #BCC1C3; }
  .sign-up .signup-form .form-input-group input::-moz-placeholder {
    color: #BCC1C3; }
  .sign-up .signup-form .form-input-group input:-ms-input-placeholder {
    color: #BCC1C3; }
	.modal-t {color:#373D4A}
	h2.title-modal { padding:0; margin:0;}
	.zv { background-color:#F3F4F8}


.sign-up h3.name {font-size:25px !important;}
.promo_block { text-align:center}
span.tel { color:#D7405D; letter-spacing:1px;}


/* ==========================================================================
To top
========================================================================== */
.to-top {
  height: 60px;
  background-color:none; }
  .to-top .to-top-wrap {
    height: 60px;
    width: 70px;
    position: absolute;
    right: 0;
    text-align: center; }
    .to-top .to-top-wrap a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.15); }
    .to-top .to-top-wrap a:hover, .to-top .to-top-wrap a:focus {
      background-color: rgba(0, 0, 0, 0.4); }
    .to-top .to-top-wrap i {
      font-size: 30px;
      line-height: 55px; }
  .to-top .row {
    position: relative; }

/* ==========================================================================
Footer
========================================================================== */
footer {
  background-color: #15171D;
  position: relative; }
  footer p {
    color: #ACB1B4;
    /*font-size: 16px;*/ }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #FF5274; }
  footer ul.footer-group {
    border-top: solid 0px #4E566C;
    padding-top: 25px;
    margin-bottom: 25px; }
  footer ul.footer-group li {
    display: inline-block; }
  footer ul.footer-group li a {
    font-size: 14px;
    text-transform: uppercase; }
  footer ul.footer-group li a:hover {
    color: #FF5274; }
  footer ul.footer-group li {
    margin-right: 30px; }
  footer ul.footer-group li:last-child {
    margin-right: 0; }
  footer span.fa-heart {
    color: #ff415c;
    font-size: 15px;
    margin: 0 2px; }
  footer .social-share {
    position: absolute;
    background-color: #111318;
    right: 0;
    width: 40%;
    height: 100%;
    padding: 42px 0 0 70px; }
    footer .social-share p {
    /*  color: #fff;*/
      text-transform: uppercase;
      padding-bottom: 10px; padding-top:3px;}
    footer .social-share a.instagram-share {
      height: 40px;
      width: 40px;
      background-color: #325c86;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center;
      margin-right: 10px; }
	
	
	footer .social-share a.twitter-share {
      height: 40px;
      width: 40px;
      background-color: #1AB4EF;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center;
      margin-right: 10px; }

    footer .social-share a.instagram-share:hover, footer .social-share a.instagram-share:focus {
      background-color: rgba(50, 92, 134, 0.69); }
	  
    footer .social-share a.twitter-share:hover, footer .social-share a.twitter-share:focus {
      background-color: #1590BF; }
    footer .social-share a.facebook-share:hover, footer .social-share a.facebook-share:focus {
      background-color: #324C85; }
    footer .social-share a.facebook-share {
      height: 40px;
      width: 40px;
      background-color: #3B5898;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center; }
	  
    footer .social-share a.google-plus-share {
      height: 40px;
      width: 40px;
      background-color: #3B5898;
      border-radius: 3px;
      font-size: 22px;
	  margin-right: 10px;
      display: inline-block;
      text-align: center; }
	  
	footer .social-share a.vk-share {
		margin-left:10px;
      height: 40px;
      width: 40px;
      background-color: #6d8cb0;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center; }
	  
    footer .social-share a {
      color: #fff; }
    footer .social-share a:hover {
      color: #fff; }
    footer .social-share a i {
      margin-top: 10px; }
  footer .footer-links {
    margin: 20px 0 20px 0; }
footer .footer-links p{ padding:0 !important;  }
.text-page p{margin:15px 0 15px 0; padding:0;}
.text-page ul {margin:15px 0 15px 0;}
.text-page ul li { list-style:inside; /*font-size:17px;*/ color:#000; padding:0px; margin-left:20px;}
.text-page ol li { /*font-size:17px;*/ color:#000; padding:5px 0 5px 0; margin-left:20px;}
.text-page a{color:#D7405D; text-decoration:underline}
.text-page a:hover{color:#D7405D; text-decoration: none}

.pulsebar {font-size:22px; color:#D7405D; padding-bottom:10px;}
.sendbar {font-size:22px; color:#0A836E; padding:10px;}
.nosendbar {font-size:22px; color:#D7405D; padding:10px;}
.modal-title { color:#000; }
.sl1 { margin:0 70px 0 70px}
p.author { font-size:22px; color:#D7405D}
h1.inner-title { color:#3D4351 !important; margin-top:0 !important; padding-bottom:20px;}
.menu-u{ padding-bottom:30px;}
.menu-u li { padding-bottom:10px; color:#D7405D; list-style: none !important;}
.menu-u li a{font-size:19px; line-height:22px; color:#D7405D; text-decoration:none; border-bottom:1px dashed}
.menu-u li a:hover{color:#D7405D; border-bottom:1px dashed hsla(0,31%,94%,1.00)}
.form-online { border:2px #D7405D solid; border-radius:20px; padding:0; margin:0; text-align:center}

/*.form-online .cbp-mc-form select, .form-online .cbp-mc-form input { border:1px #fff solid; color:#fff}

.form-online .cbp-mc-form input:focus,
.form-online .cbp-mc-form textarea:focus,
.form-online .cbp-mc-form label:active + input,
.form-online .cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #D7405D;
	border-radius:5px;
}*/
.mt-10 { padding-top:10px}
.mt-15 { padding-top:15px}
.mt-20 { padding-top:20px}

.mb-20 { margin-bottom:20px;}
.mb-10 { margin-bottom:10px;}

.pb-20 { padding-bottom:20px;}
.pb-10 { padding-bottom:10px;}

.form-online .cbp-mc-form select, .form-online .cbp-mc-form input { border:1px #373D4A solid; color:#373D4A}

.form-online .cbp-mc-form input:focus,
.form-online .cbp-mc-form textarea:focus,
.form-online .cbp-mc-form label:active + input,
.form-online .cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #D7405D;
	border-radius:5px;
}
.ul-list {padding-bottom:30px;}
.ul-list li{color:#D7405D; font-size:22px; color:#D7405D; text-decoration:none; border-bottom:1px dashed}
.amazingcarousel-item-container p { padding-bottom:0px;}
.amazingcarousel-item h3.name-auto { font-size:20px; height:35px;}

#load_widget {
position:absolute; display:none; width: 100%; height:100%; background:#000; z-index:99999;-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter:alpha(opacity=50); text-align:center; border-radius:18px; 	
	}
#load_widget h3 {color:#ff8000; font-size:25px; padding-top:10px; }

.iconbox_wrapper {
    padding: 0;
    position: relative;
    /*text-align: center;*/
	border-radius:5px;
	-webkit-border-radius:5px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	cursor:default;
}

.text_center { text-align:center}

.iconbox_wrapper .ico {
	position:relative;
	display:inline-block;
	text-align:center;
	margin:0 auto 23px auto;
	padding:10px;
	width:100px;
	height:100px;
	line-height:100px;
	position:relative;
	border-radius:50%;
	-webkit-border-radius:50%;
	vertical-align:top;
	color:#fff;
	background-color:#D7405D;
}

.iconbox_wrapper .ico:after {
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:100px;
	height:100px;
	border-radius:50%;
	-webkit-border-radius:50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	border:solid 2px;
}

a:hover .iconbox_wrapper .ico:after  {
	top:5px;
	left:5px;
	width:90px;
	height:90px;
	border-color:#fff;
	
}




.iconbox_title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
	position:relative;
	font-weight:700;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}


.iconbox_title2 {
    font-size: 17px;
	color:#D7405D;
    line-height: 25px;
    margin-bottom: 0;
	position:relative;
	font-weight:500;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}


.detail_list { min-height:100px;}

.step_by_step { position:absolute; 	left:-10%; top:27px; color:#3D4351}


.step_by_step .iconbox_wrapper:before {
	position:absolute;
	width:160px;
	height:1px;
	

	content:'';
	background:#9e9e9e;
}

.step_by_step .module_iconboxes:last-child .iconbox_wrapper:before {
	display:none;	
}

/* Step By Step */
/*.step_by_step .iconbox_wrapper:before {
	position:absolute;
	width:160px;
	height:1px;
	top:50px;
	right:-95px;
	content:'';
	background:#9e9e9e;
}

.step_by_step .module_iconboxes:last-child .iconbox_wrapper:before {
	display:none;	
}*/


.dropdown:hover > .dropdown-menu { 
    display: block; 
}

.el_guest_tbl table{	border:0px solid #fff;}
.el_guest_tbl th {	font-weight:bold;}
.el_guest_tbl th, td, caption {	padding:10px;}
.el_guest_tbl th{
	border: none;
	background: #d7405d;
	color:#fff;	
	padding: 11px;
}
.el_guest_tbl tr{ /*background: #ededed;*/}
.el_guest_tbl tr:nth-child(2n){ background: #dceced;}
.navtable td { border:none}

.form-block2{
	background: #fdfcfc;
	padding:5px 15px 10px 25px;
	
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.form-block2 label{
	max-width:180px !important;
	min-width:150px !important;
	width:180px;	
	float:left;
/*	font-size:14px;*/
	margin:0px;
	padding:0px;
	font-weight:normal;
	margin-right:10px;
}
.error { color:#F50408}


#admin_controls{text-align:right}
#admin_controls button{border:1px dotted #CCC; padding:2px; width:100px; margin-left:20px; font-size:10px}
#alert_area, .alert_area{border:1px solid #F00; background-color:#FF9; color:#F00; padding:10px; display:none; width:90%; font-weight:bold;margin-top: 10px;}
.out{
	position:absolute; 
	top:0px; 
	left:210px; 
	border:1px solid silver; 
	font-size:8px; 
	color:silver; 
	line-height:10px; 
	border-radius:50%; 
	width:12px; 
	height:12px; 
	text-align:center; 
	cursor:pointer;
	display:none;
}

.out:hover{
	color:black;
	border:1px solid black;
}

div.rateStarsInForm {
    height: 30px;
	width: 200px;
}
div.rateStarsInForm span {
	font-size: 30px;
	color: orange;
	cursor: pointer;
}
div.rateStarsInForm span.hovered {
    background: url("/img/star-full.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: orange;
    display: block;
    float: left;
    width: 25px;
    height: 25px;
}
div.rateStarsInForm span.unHovered {
    background: url("/img/star-empty.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: orange;
    display: block;
    float: left;
    width: 25px;
    height: 25px;
}
span.rating{
    color: #FFA500;
    font-size: 16px;
}
span.ratingStars4Show{
    color: #FFA500;
    font-size: 16px;
}


/* Post Comments */
.post-comments {
	margin-top: 45px;
}

ul.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.comments li {
	clear: both;
	padding: 10px 0 0 115px;
}

ul.comments li img.avatar {
	height: 80px;
	width: 80px;
}

ul.comments li ul.reply {
	margin: 0;
}

ul.comments li a {
	text-decoration: none;
}

ul.comments li .img-thumbnail {
	margin-left: -115px;
	position: absolute;
}

ul.comments li .comment {
	margin-bottom: 10px;
}

ul.comments .comment-arrow {
	border-bottom: 15px solid transparent;
	border-right: 15px solid #F4F4F4;
	border-top: 15px solid transparent;
	height: 0;
	left: -15px;
	position: absolute;
	top: 28px;
	width: 0;
}

ul.comments .comment-block {
	background: #F4F4F4;
	border-radius: 5px;
	padding: 20px 20px 30px;
	position: relative;
}

ul.comments .comment-block p {
	font-size: 0.9em;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

ul.comments .comment-block .comment-by {
	display: block;
	font-size: 1em;
	line-height: 21px;
	margin: 0;
	padding: 0 0 5px 0;
}

ul.comments .comment-block .date {
	color: #999;
	font-size: 0.9em;
}
.comments_row{background-color:#F3F7FE; width:90%; padding-left:10px; padding:10px; border-top:1px solid #CCC}
.comments_row1{background-color:#F3F7FE; padding-left:10px; padding:10px; width:93%; border-top:1px solid #CCC}
ul.comments .comment-block p { font-size:14px !important }
ul.comments li { padding-left:75px !important; list-style:none }
ul.comments li .img-thumbnail { margin-left: -75px !important;}
.img-thumbnail { text-align:center}
.img-thumbnail { font-size:60px; /*padding:0 15px;*/ border:none; color:#9CC2C2}
.capcha_addon { padding:0px !important }
.capcha_ref { border-right:0px !important }
.captcha-input {
	position: relative;
	/*top: 15px;*/
	font-size: 14px;
width: 220px !important;
}
.addCommForm { padding-bottom:50px;}
.control-group { padding-top:30px;}

/* ==========================================================================
Icon font (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: 'et-line';
  src: url("../fonts/et-line.eot");
  src: url("../fonts/et-line.eot?#iefix") format("embedded-opentype"), url("../fonts/et-line.woff") format("woff"), url("../fonts/et-line.ttf") format("truetype"), url("../fonts/et-line.svg#et-line") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'et-line';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }
