  
/* header
******************************************************************* */
#header nav .mw_header_buy_button a {
  padding: 0 10px;
  line-height: 2em;
  background: #27a8d7;
  color: #fff !important;
  border: 1px solid #27a8d7;
  display: none;
}
.ve_fixed_header_scrolled #header nav .mw_header_buy_button a {
  display: block;
}
#header nav .mw_header_buy_button a:hover {
  background: #1692bf;
}
#header nav .mw_header_login_button a {
  line-height: 2em;
  padding: 0 10px;
  border: 1px solid #d3d3d3;
}
#header nav .mw_header_login_button a:hover {
  background:  #d3d3d3;
  color: #111;
}
.ve_fixed_header_scrolled .header_in_s1 #mobile_nav {
  bottom: 8px;
}

.top_pricelist,
.top_contact {
  position: relative;  
}
.top_pricelist .row_fix_width,
.top_contact .row_fix_width  {
  z-index: 1;
  position: relative;
}
.top_pricelist::after,
.top_contact::after {
  content: '';
  position: absolute;
  width: 100%;
  z-index: 0;
}

/* pricelist 
******************************************************************** */
.top_pricelist::after {
  background: url('../images/top_bg_cenik.jpg') no-repeat center top;
  bottom: 40px;
  left: 0;
  height: 254px;
}
.top_pricelist .pricelist_col {
  position: relative;
}
.top_pricelist .pricelist_col::after,
.top_contact .ve_content_block::after {
  position: absolute;
  content: '';
  top: -24px;
  left: 50%;
  margin-left: -32px;
  width: 65px;
  height: 24px;
  display: block;
  background: url('../images/hang.png') no-repeat 0 0;
}
.top_pricelist .pricelist_col .pricelist_description {
  background: #fff;
  position: absolute;
  padding: 5%;
  top: 20px;
  left: 10%;
  width: 70%;
  color: #111;
  opacity: 1; 
  filter: alpha(opacity=100);
  z-index:3;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.21);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.21);
  display: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.top_pricelist .pricelist_col_popular .pricelist_description{
  top: 38px;
}
.top_pricelist .pricelist_col .pricelist_description::after {
  position: absolute;
  bottom: -10px;
  margin-left: -10px;
  left: 50%;
  width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
  content: '';
  
}
.top_pricelist .pricelist_col:hover .pricelist_description { 
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: fadeInUpMw;
  display: block;  
}
@-webkit-keyframes fadeInUpMw {
  0% {
    opacity: 0;
    -webkit-transform: none;
            transform: none;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    
  }
}

/* pricelist */
.mw_pricelist_switch {
  margin: 0 auto 30px;
  width: 284px;
}
.mw_pricelist_switch a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 140px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  color: #6b6b6b !important;
  border: 1px solid #d7d7d7;
  position: relative;
  background: #fff;
}
.mw_pricelist_switch a:hover {
  color: #111 !important;
  border: 1px solid #bbb;
}
.mw_pricelist_switch a.mw_pricelist_switcher_1 {
  border-right: 0;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -khtml-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.mw_pricelist_switch a.mw_pricelist_switcher_2 {
  border-left: 0;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -khtml-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.mw_pricelist_switch a.mw_pricelist_switcher_a {
  background: #179edc;
  border-color: #179edc;
  color: #fff !important;
  
}
.mw_pricelist_switch a span {
  background: #d7141d;
  color: #fff;
  font-size: 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: -25px;
}
.mw_pricelist_switch a.mw_pricelist_switcher_1 span {
  left: 10px;
  right:auto;
}
/*
.mioweb_pricelist_element .pricelist_col:hover {
  z-index: 5;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}*/

.mioweb_pricelist_element .pricelist_head {
  padding: 40px 30px;
  color: #111;
}
.mioweb_pricelist_element .pricelist_title {
  font-size: 16px;
  padding-bottom: 30px;
}
.mioweb_pricelist_element .pricelist_price {
  font-size: 45px;
  line-height: 1em;
}
.mioweb_pricelist_element .pricelist_dph_price {
  font-size: 14px;
  color: #888; 
  padding-bottom: 5px;
}
.mioweb_pricelist_element .pricelist_price_info {
  font-size: 16px;
  color: #888; 
  padding-bottom: 5px;
}
.mioweb_pricelist_element .pricelist_month_price  {
  font-size: 22px;
  color: #111; 
  padding-top: 30px;
}
.mioweb_pricelist_element .pricelist_sale_price  {
  font-size: 18px;
  padding-bottom: 5px;
  display: block;
}
.mioweb_pricelist_element .pricelist_per {
  font-size: 16px;
  color: #111;
}
.mioweb_pricelist_element .pricelist_description {
  font-size: 16px;
  line-height: 1.6em;
  padding: 0 8%;
}
.mioweb_pricelist_element .pricelist_button {
  padding: 40px 30px 30px 30px;
  margin-bottom: 0;
}

.mioweb_pricelist_element .pricelist_features {
  padding: 0 0 40px 0;
}
.mioweb_pricelist_element .pricelist_feature {
  padding: 9px 18px 9px 45px;
  line-height: 1.2em;
  text-align: left;
  position: relative;
  font-size: 14px;
}
.mioweb_pricelist_element .pricelist_feature_title {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  font-weight: bold;
  padding: 15px 18px;
  margin: 14px 0;
}
.mioweb_pricelist_element .pricelist_feature_title:first-child {
  border-top: 0;
  margin-top: 0;
}
.mioweb_pricelist_element .pricelist_feature span {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  display: block;
  left: 18px;
}
.mioweb_pricelist_element .pricelist_feature small {
  color: #aaa;
  font-size: 12px;
}
.mioweb_pricelist_element .pricelist_feature_title span {
  display: none;
}
.mioweb_pricelist_element .pricelist_feature_desc {
  background: #111;
  color: #aaa;
  position: fixed;
  width: 250px;
  padding: 10px;
  font-size: 14px;
  bottom: 20px;
  left: 50%;
  margin-left: -135px;
  display: none;
  z-index: 99;
}
.mioweb_pricelist_element .pricelist_feature:hover .pricelist_feature_desc {
  display: block;
}
.mioweb_pricelist_element span.pricelist_feature_a {
  background: url('../images/pricelist_ok.png') no-repeat center center;
}
.mioweb_pricelist_element span.pricelist_feature_n {
  background: url('../images/pricelist_none.png') no-repeat center center;
}
.mioweb_pricelist_element .ve_content_button {
  font-size: 16px;
  line-height: 1.2em;
  padding: 17px 30px;
  background: #27a8d7;
  moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  border-radius: 100px;
}
.mioweb_pricelist_element .ve_content_button:hover {
  background: #158ebf;  
}
.mioweb_pricelist_show_features {
  background: #f0f0f0;
  background: linear-gradient(to bottom,  rgba(1,1,1,0) 0%,rgba(1,1,1,0.05) 100%);
  border: 1px solid #ededed;
  border-top: 0;
  display: inline-block;
  padding: 8px 20px;
  color: #888 !important;
  text-decoration: none;
  font-size: 16px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.row_text_auto.dark_color .mioweb_pricelist_show_features {
  color: #ffffff !important;
}
.mioweb_pricelist_show_features:hover {
  background: linear-gradient(to bottom,  rgba(1,1,1,0) 0%,rgba(1,1,1,0.15) 100%);
}
.mioweb_pricelist_show_features .mpsf_hide,
.mioweb_pricelist_show_features_open .mpsf_show {
  display: none;
}
.mioweb_pricelist_show_features_open .mpsf_hide {
  display: block;
}

.mioweb_pricelist_element .pricelist_switch_container_2 {
  display: none;
}
.pricelist_sale_text {
  color: #fff;
  background-color: #158ebf;
  padding: 4px;
  position: absolute;
  top: -20px;
  left: 20px;
  right: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.mioweb_pricelist_element .mw_cols_pricelist .pricelist_col {
  margin-bottom: 0;
  margin-top: 9px;
}

.mioweb_pricelist_element .pricelist_popular_text {
  font-size: 13px;
  line-height: 13px;
}

/* template list */

.mw_templates_items {
  display: -webkit-box;      
  display: -moz-box;        
  display: -ms-flexbox;     
  display: -webkit-flex;   
  display: flex;
  flex-wrap: wrap
}

.mw_template_item.col-first {
  clear: left;
}

.mw_template_item {
  position: relative;
  padding: 8px;
  background: #ddd;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px; 
  margin-bottom: 5%;
  display: block;
}
.mw_template_item img {
  display: block;
  width: 100%;
  height: auto;
}
.mw_template_item .mw_template_item_button {
  background: #1c95c6;
  padding: 0;
  width: 200px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -100px;
  display: none;
}
.mw_template_item:hover .mw_template_item_button {
  display: block;
}
.mw_template_lightbox {
  position: fixed;
  left: 0;
  right:0;
  top:0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  display: none;
  padding-top: 60px;
}
.mw_template_lightbox_bar {
  background: #111;
  height: 60px; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;    
  box-sizing: border-box; 
}
.mw_template_lightbox_bar .mw_template_lightbox_close {
  text-decoration: none;
  color: #fff !important;
  float: left;
  display: block;
  height: 34px;
  line-height: 34px;
  margin-top: 13px;
  position: relative;
  padding-left: 42px;
}
.mw_template_lightbox_bar .mw_template_lightbox_close svg {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  fill: #fff !important;
}
.mw_template_lightbox_bar .mw_template_lightbox_close:hover svg {
  fill: #1c95c6 !important;
}
.mw_template_lightbox_bar .mw_template_lightbox_use {
  font-size: 16px;
  float: right;
  background: #1c95c6;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  padding: 0 15px;
}
.mw_template_lightbox_bar .mw_template_lightbox_use:hover {
  background: #0e80ae;
}
.mw_template_lightbox_iframe {                            
  height: 100%;
  width:100%;
}
.mw_template_lightbox_iframe.loading {
  background: url('../images/loading-b.gif') no-repeat center center;
}
.mw_template_lightbox_iframe iframe {
  display: none;
}

.mw_templates_categories {
  padding-bottom: 30px;
}
.mw_templates_categories a{
  color: #111;
}
.mw_templates_categories a.active,
.mw_templates_categories a:hover{
  color: #1c95c6;
}

/* template detail */

.mw_template_detail_monitor {
  position: relative;
  padding: 14px;
  background: #eee;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px; 
  border: 1px solid #e0e0e0;
  margin-right: 50px;
  margin-bottom: 59px;
  -
}
.mw_template_detail_monitor img {
  border-top: 1px solid rgba(0,0,0,0.06);
  border-left: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;    
  box-sizing: border-box; 
}

.mw_template_detail_monitor_p3 {
  width: 120px;
  height: 15px;
  position: absolute;
  bottom:-16px;
  left: 50%;
  margin-left: -60px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+0,e8e8e8+100 */
background: #d5d5d5; /* Old browsers */
background: -moz-linear-gradient(top,  #d5d5d5 0%, #e8e8e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d5d5d5 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d5d5d5 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

}
.mw_template_detail_monitor_p1 {
  width: 120px;
  height: 50px;
  background: #e8e8e8;
  position: absolute;
  bottom:-51px;
  left: 50%;
  margin-left: -60px;
}
.mw_template_detail_monitor_p2 {
  width: 160px;
  height: 8px;
  background: #eee;
  position: absolute;
  bottom:-59px;
  left: 50%;
  margin-left: -80px;
}
.mw_template_detail_mobile {
  position: absolute;
  bottom: -59px;
  right: -20px;
  padding: 10px 5px 30px;
  width: 110px;
  background: #eee;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px; 
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: -3px -3px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: -3px -3px 5px 0px rgba(0,0,0,0.05);
  box-shadow: -3px -3px 5px 0px rgba(0,0,0,0.05);
}
.mw_template_detail_mobile_p1 {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 18px;
  bottom: 6px;
  margin-left: -9px;
  border: 1px solid #ddd;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
  border-radius:30px; 
}
.mw_template_detail {
  padding: 100px 0 100px;
  background: #fff url('../images/bg.jpg') no-repeat center center;
}
.mw_template_detail h1 {
  font-size: 15px;
  padding: 15px 0 0;
  display: block;
  color: #888;
  font-weight: 200;
}
.mw_template_detail .mw_template_like_h {
  font-size: 35px;
  line-height: 1.1em;
  padding-bottom: 15px;
}
.mw_template_detail p {
  padding-bottom: 27px;
}

.mw_template_detail .mw_template_detail_button1 {
  background: #27a8d7;
  padding: 0;
  width: 200px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}
.mw_template_detail .mw_template_detail_button1:hover {
  background: #0095cb;
}

.mw_template_detail_similar {
  padding: 80px 0 100px;
}
.mw_template_detail_similar h2 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 60px;
}
.mw_template_detail_similar .mw_templates_row {
  margin-top: 4%;
}
.mw_template_detail_item {
  position: relative;
  padding: 8px;
  background: #eee;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px; 
  display: block;
  border: 1px solid #e0e0e0;
}
.mw_template_detail_item:hover {
  background: #ddd;
}
.mw_template_detail_item img {
  display: block;
  width: 100%;
  height: auto;
}

.mw_link_back_templates {
  color: #888;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  top: -70px;
  padding-left: 22px;
}
.mw_link_back_templates svg {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}
.mw_link_back_templates svg path {
  stroke: #888;
}
.mw_link_back_templates:hover {
  color: #27a8d7;
  text-decoration: underline;
}
.mw_link_back_templates:hover svg path {
  stroke: #27a8d7;
}

.mw_template_detail_back_button {
  background: #27a8d7;
  padding: 1.2em;
  font-size: 16px;
  text-align: center;
  margin: 60px auto 0;
  width: 200px;
  display: block;
}
.mw_template_detail_back_button:hover {
  background: #0095cb;
}

.mw_template_info{
  padding: 0 0 100px;
  border-bottom: 1px solid #eee;
}

.mw_template_info_title{
  text-align: center;
  padding-bottom: 20px;
  font-size: 16px;
}
.mw_template_info_text{
  text-align: center;
  color: #555;
}


/* partners catalog 
*************************************************************************** */

/* categories */
.mw_partners_categories {
  padding: 60px 0;
}
.mw_vertical_menu .mw_partners_categories li {
  padding-right: 15px;
}
.mw_partners_categories li a {
  background: #000;
  color: #9d9d9d;
  font-size: 15px;
  text-transform: uppercase;
  padding: 7px 16px;
  border: 1px solid #383838;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  border-radius: 100px;
}
.mw_partners_categories li a:hover {
  color: #fff;
  border: 1px solid #4c4c4c;
}
.mw_partners_categories li a.active {
  background: #158ebf;
  color: #fff;
  border: 1px solid #158ebf;
}
/* catalog */
.mw_partners_element_container .mw_partners_items {
  flex-wrap: wrap;
}
.mw_partners_element_container .mw_element_item {
  margin-bottom: 4%;
}
.mw_partners_element_container .mw_element_items .mw_element_item_title h3 {
  font-size: 17px;
  text-transform: uppercase;
}
.mw_partners_element_container .mw_element_items .mw_element_item_image_container .mw_element_item_image_hover {
  background: rgba(21,142,191,0.5);
}
.mw_partners_element_container .mw_element_items .mw_element_item_content {
    padding: 2em;
    padding-bottom: 2.1em;
}
.mw_partners_element_container .mw_element_items .mw_element_item_description {
  margin-top: 1.4em;
}
/* hover */

.mw_partner_hover {
  font-size: 14px; 
}
.mw_partner_hover .open_partner_detail {
  background: #158ebf;
  padding: 1.2em 1.4em;
  color: #fff !important;
  text-decoration: none;
}
.mw_partner_hover .open_partner_detail:hover {
  background: #0f82b1;
}

/*detail*/
.mw_partner_detail {
  padding: 50px;
  background: #fff;
  color: #111;
}

.mw_partner_detail .title_element_container {
  font-size: 25px;
  display: block;
  margin-bottom: 35px;
}
.mw_partner_detail .mw_partner_detail_contact div {
  margin: 10px 0;
}
.mw_partner_detail .mw_partner_detail_label {
  display: inline-block;
  width: 100px;
  color: #888;
}
.mw_partner_detail .mw_partner_detail_info {
  margin-top: 40px;
}
.mw_partner_detail .mw_partner_detail_info p {
  margin-top: 1.5em;
}


/* contact
******************************************************************** */
.top_contact::after {
  background: url('../images/top_bg_contact.png') no-repeat center top;
  bottom: 20px;
  left: 0;
  height: 432px;
}
.top_contact .ve_content_block {
  position: relative;
  overflow: visible;
}

/* home
******************************************************************* */
#main_row {
  background: #fff url('../images/main_row_bg.jpg') no-repeat center -30px;
  padding: 78px 0 170px;
}
#main_row h2 {
  font-size: 50px;
  line-height: 1.2em;
}
#main_row .slide_sfont h2 {
  font-size: 45px;
}
#main_row h2.create_title {
  font-weight: 300;
}
#main_row p {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 300;
  padding: 20px 0 30px;
}
#main_row .ve_content_button {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background: #27a8d7;
  padding: 0.8em 1.4em;
  margin-bottom: 50px;
}
#main_row .ve_content_button:hover {
  background: #0095cb;
}
.mw_monitor {
  background: url('../images/monitor.png') no-repeat 0 0;
  width: 450px;   
  height: 362px;
  padding: 16px 0 0 17px;
}
#main_row .arrow,
#main_row .indicators {
  display: none;
}

#main_row .mw_monitor_content {
  width: 436px;
  height: 247px;
}
#main_row .mw_monitor_content .slide {
  width: 436px;
  height: 247px;
}
.mw_monitor_content .slide1 {background: url('../images/monitor_osobni.jpg') no-repeat 0 0;}
.mw_monitor_content .slide2 {background: url('../images/monitor_firemni.jpg') no-repeat 0 0;}
.mw_monitor_content .slide3 {background: url('../images/monitor_prodejni.jpg') no-repeat 0 0;}
.mw_monitor_content .slide4 {background: url('../images/monitor_blog.jpg') no-repeat 0 0;}
.mw_monitor_content .slide5 {background: url('../images/monitor_clenska.jpg') no-repeat 0 0;}

.feature_check {
  text-align:center;
}
.feature_check p {
  padding-left: 60px;
  height: 43px;
  line-height: 43px !important;
  background: url('../images/odrazka.png') no-repeat 0 0;
  display: inline-block;
}

.member_profile_row_email {
  display: none;
}

/* mockup browser
******************************************************************* */
.element_mw_browser_container {
  text-align: center;
}
.element_mw_browser {
  padding: 2px;
  background: #e8e8e8;
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}
.element_mw_browser .element_mw_browser_header {
  padding: 4px 6px 6px 6px;
  text-align: left;
  font-size: 0;
  line-height: 0;
}
.element_mw_browser span {
  display: inline-block;
  background: #bdbdbd;
  width: 6px;
  height: 6px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  margin-right: 3px;
}

.element_mw_browser img {
  max-width: 100%;
  display: block;
}
.element_mw_browser_label {
  text-align: center;
  margin-top: 15px;
  color: #888;
}

/* info box */

.mw_info_element_container {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.21);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.21);
  position: relative;
  margin: 0 auto;
}
.mw_info_element_container::after {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -7px;
  width: 0; 
  height: 0; 
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
}

/* info campaing persons */

.mw_campaign_person_list {
  display: -webkit-box;      
  display: -moz-box;        
  display: -ms-flexbox;     
  display: -webkit-flex;   
  display: flex;
}
.mw_campaign_person_list .mw_campaign_person {
  flex-grow: 1;
  flex-basis: 5rem;
  position: relative;
  padding-bottom: 170px;
  text-align: center;
  color: #fff !important;
  display: block;
  text-decoration: none;
  overflow: hidden;
  margin-top: 10px;
}
.mw_campaign_person_list .mw_campaign_person img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 170px;
}
.mw_campaign_person_list .mw_campaign_person_name {
  padding-top: 25px;
  font-size: 14px;
  line-height: 20px;
}
.mw_campaign_person_list .mw_campaign_person_position {
  opacity: 0.5; 
  filter:alpha (opacity=50);
  zoom: 1;
  font-size: 11px;
  line-height: 16px;
  padding-bottom: 5px;
}

.mw_campaign_person_list .mw_campaign_person_active,
.mw_campaign_person_list .mw_campaign_person:hover {
  margin-top: 0px;
}
.mw_campaign_person_list .mw_campaign_person_active .mw_campaign_person_position,
.mw_campaign_person_list .mw_campaign_person:hover .mw_campaign_person_position {
  padding-bottom: 13px;
}
.mw_campaign_person_list .mw_campaign_person_active .mw_campaign_person_name,
.mw_campaign_person_list .mw_campaign_person:hover .mw_campaign_person_name {
  padding-top: 27px;
}
.mw_campaign_person_list .mw_campaign_person_nd {
  display: none;
}

/* ****** history ********* */

.ve_history_list_title {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-bottom: 6px;
}
.ve_history_list {
    position: relative;
    padding: 30px 0 15px;
}
.ve_history_list::after {
    border-left: 2px dashed #9fd5e2;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
}
.ve_history_item {
  width: 47%;
  background: #fff;
  padding: 20px;
  color: #111;
  margin-top: -8px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;    
  box-sizing: border-box;  
  clear: both;
}
.ve_history_item h3 {
  padding-bottom: 10px;
  font-size: 18px;
}
.ve_history_list_start_0 .ve_history_item:nth-child(2n) {
  float: right;
}
.ve_history_list_start_1 .ve_history_item:nth-child(2n+1) {
  float: right;
}
.ve_history_item:after { 
  top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 10px;
	margin-top: -10px;  
}
.ve_history_item_1:after { 
  right: 100%;
  border-right-color: #fff;
}
.ve_history_item_0:after { 
  left: 100%;
  border-left-color: #fff;
}

/* campaign menu  */

.mioweb_campaign_menu_pw ul {
  display: -webkit-box;      
  display: -moz-box;        
  display: -ms-flexbox;     
  display: -webkit-flex;   
  display: flex;
  align-items: center;
}
.mioweb_campaign_menu_pw li{
  width: 33%;
  border-left: 1px solid #eee;
}
.mioweb_campaign_menu_pw li:first-child{
  border-left: 0;
}
.mioweb_campaign_menu_pw li .mioweb_campaign_menu_item{
  padding: 15px 10px 15px 55px;
  display: block;
  position: relative;
  min-height: 30px;
  display: -webkit-box;      
  display: -moz-box;        
  display: -ms-flexbox;     
  display: -webkit-flex;   
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mioweb_campaign_menu_pw li a{
  cursor: pointer;
}
.mioweb_campaign_menu_title {
  color: #666;
}
a.mioweb_campaign_menu_item:hover .mioweb_campaign_menu_title,
.current-menu-item .mioweb_campaign_menu_title {
  color: #111;
}
.mioweb_campaign_menu_info {
  display: block;
  font-size: 12px;
  color: #888;
}
.mioweb_campaign_menu_count {
  position: absolute;
  left: 15px;
  width: 26px;
  height: 26px;
  color: #888;
  border: 2px solid #888;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  line-height: 26px !important;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
}
a.mioweb_campaign_menu_item:hover .mioweb_campaign_menu_count {
  color: #111;
  border: 2px solid #111;
}
.current-menu-item a.mioweb_campaign_menu_item .mioweb_campaign_menu_count {
  color: #19a7d9;
  border: 2px solid #19a7d9;
}

@media screen and (max-width: 1100px) {
  .mioweb_pricelist_element .pricelist_price {
    font-size: 35px;
  }
}

@media screen and (max-width: 970px) {
  #main_row {
    background: #fff;
    padding: 50px 0;
  }
  #main_row .col {
      float: none;
      margin-left: 0;
      margin-right: 0;
      padding: 0 10%;
      width: 100%;
      text-align:center;
  }
  .mw_monitor {
    margin: 0 auto 20px;
  }

  .mioweb_pricelist_element .pricelist_price {
    font-size: 30px;
  }

  .mioweb_pricelist_element .pricelist_features_container,
  .mioweb_pricelist_element .mioweb_pricelist_show_features {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .mw_template_item_button {
    display: block;
  }
  .mw_template_lightbox_bar .mw_template_lightbox_close {
    font-size: 12px;
  }
  .mw_template_lightbox_bar .mw_template_lightbox_use {
    font-size: 14px;
  }
  .mioweb_campaign_menu_pw ul {
    flex-direction: column;
  }
  .mioweb_campaign_menu_pw li{
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #eee;
  }
  .mioweb_campaign_menu_pw li:last-child{
    border-bottom: 0;
  }

  .mw_monitor {
    background: url('../images/monitor.png') no-repeat 0 0;
    background-size: 297px 239px;
    width: 287px;
    height: 239px;
    padding: 10px 0 0 10px;
    margin: 0 auto 20px;
  }

  #main_row .mw_monitor_content {
    width: 277px;
    height: 157px;
  }
  #main_row .mw_monitor_content .slide {
    width: 277px;
    height: 157px;
    background-size: 277px 157px;
  }
  #main_row h2.create_title {
    font-size: 40px;
  }
  #main_row .col {
    padding: 0;
  }
  #main_row .ve_content_button {
    font-size: 20px;
  }
}
