/**
 * Qodux Extend WPBakery Visual Composer Shortcodes
 *
 */
 
/**
 * [Default color]
 * Blue: #25c6ff - primary color
 		 rgb(3,201,169)
		 #04ac91 - secondary color
 */
 
 
/* VC Plugin Old CSS Rules - these cause problems because 
   they were deprecated in newer versions of the plugin 
   ---------------------------------------------------- */ 
   
/* ----- Single image styles fix  ----- */  
div .vc_box_rounded {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none; }
div .vc_box_outline,
div .vc_box_outline_circle {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: 1px solid #ebebeb; }
div .vc_box_border,
div .vc_box_border_circle {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: none; }
div .vc_box_shadow,
div .vc_box_shadow_border,
div .vc_box_shadow_border_circle,
div .vc_box_shadow_circle {
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
  box-shadow: 0 0px 5px rgba(0,0,0,0.1); }
div .vc_box_shadow_border,
div .vc_box_shadow_border_circle {
  padding: 6px; }
div .vc_box_shadow_3d {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px; }
div .vc_box_circle,
div .vc_box_outline_circle,
div .vc_box_border_circle,
div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
  border-radius: 5000px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden; }
div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
  -webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
  box-shadow: 0 0px 5px rgba(0,0,0,0.1); }
.vc_box_shadow_3d_wrap {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 100%; }
.vc_box_shadow_3d_wrap:after,
.vc_box_shadow_3d_wrap:before {
  content: "";
  position: absolute;
  box-shadow: 0 15px 10px rgba(0,0,0,0.5);
  left: 10px;
  bottom: 8%;
  width: 40%;
  height: 20%;
  max-height: 100px;
  max-width: 300px;
  z-index: -1;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  transform: rotate(-6deg); }
.vc_box_shadow_3d_wrap:after {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg); }

/* ----- Single image display fix  ----- */  
.wpb_single_image .vc_single_image-wrapper {
  display: block; }
 
/* General 
   ---------------------------------------------------- */ 
   
/* text alignments */
.qodx_align_left   { text-align: left; }
.qodx_align_center { text-align: center; } 
.qodx_align_right  { text-align: right; }

/* filters */
.qodx_grayscale { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%); -webkit-transition: all .25s ease; -webkit-backface-visibility: hidden; }
.qodx_grayscale img { opacity: 1 !important }
.qodx_grayscale:hover { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter: grayscale(0%); }

.qodx_overflow_hidden {
	overflow: hidden; }

body .wpb_row,
.wpb_content_element,
body ul.wpb_thumbnails-fluid > li,
body .last_toggle_el_margin,
.wpb_button { margin-bottom: 0 }

/* Rows & Columns
   ---------------------------------------------------- */	

	   
/* ----- Background fixed  ----- */
.qodx-background-fixed {
	background-attachment: fixed; }
	
/* ----- Background parallax  ----- */
.qodx-background-parallax {
	position: relative;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	z-index: 1; }
.qodx_mobile .qodx-background-parallax {
	background-attachment: scroll !important;
	background-position: center top !important; }
	
/* ----- Background video  ----- */
.qodx-youtube-bg-wrap {
	position: absolute;
	min-width: 100%; 
	height: 100%;
	overflow: hidden;
	z-index: 0; }
.qodx-youtube-bg-wrap .qodx-row-container  {
	position: relative;
	z-index: 1; }
.qodx_row_bg_video_mobile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; }
.qodx_row_overlay {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	/*z-index: 1;*/ }  
.qodx_row_pattern_dotted {
	background-image: url('lib/img/overlay_dotted.png')/*tpa=http://fastblinds.ru/wp-content/plugins/qodux-framework/shortcodes/assets/lib/img/overlay_dotted.png*/;
	background-repeat: repeat; }
.qodx_row_pattern_dashed {
	background-image: url('lib/img/overlay_dashed.png')/*tpa=http://fastblinds.ru/wp-content/plugins/qodux-framework/shortcodes/assets/lib/img/overlay_dashed.png*/;
	background-repeat: repeat; }
.qodx_row_default_bg {
	/*background-color: #fcfcfc;*/
	background-color: #f1f1f1; }
.qodx_row_default_border {
	/*border-color: #e1e1e1;*/
	border-color: #dddddd;
	border-top-style: solid;
	border-top-width: 1px; }
.qodx_row_shadow { 
	box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset;
	border-color: #dddddd; }
.white-content,
.white-content p,
.white-content .intro_text h2,
.white-content .intro_text h3,
.white-content h1, .white-content h2, .white-content h3, .white-content h4, .white-content h5,
.white-content .h1, .white-content .h2, .white-content .h3, .white-content .h4, .white-content .h5 {
	color: #fff; }

/* ----- Column styles  ----- */
.qodx_column_bordered { 
	padding: 20px; 
	/*border-color: #e1e1e1;*/
	border-color: #dddddd;
	border-radius: 3px; }
.qodx_column_boxed { 
	background: #fcfcfc; 
	padding: 20px; 
	/*border-color: #e1e1e1;*/
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px; 
	border-radius: 3px; }
.qodx_column_shadow { 
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	border: 1px solid; 
	border-color: #dddddd; }
	
/* ----- Remove row margins  ----- */
.qodx_no_vcrow_margin > .vc_row {
	margin-left: 0;
	margin-right: 0; }
	
/* ----- Remove row full column paddings  ----- */
.qodx_no_vccol_padd .vc_column_container.vc_col-sm-12 {
	padding-left: 0;
	padding-right: 0; }
 	
/* Animations 
   ---------------------------------------------------- */	 
   
html:not(.is_smallScreen) .qodx_animations .qodx_animate {
	visibility: hidden; /* hide only when animations are enabled and not small screen */
	display: block;
	position: relative;
	z-index: 2; }
.qodx_animate:before, .qodx_animate:after  {
	content: " "; /* 1 */
	display: table; /* 2 */ }
.qodx_animate:after { clear: both; }
html:not(.is_smallScreen) .qodx_animations .btn-theme.qodx_animate {
	display: inline-block; }

/* Contact Form 
   ---------------------------------------------------- */	 
   
.assistive-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px); }
.qodx_contact_form_sc label {
	/*display: none;*/ }
.qodx_contact_form_sc label.error {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	color: red; }
.qodx_contact_form_sc .form-control.error {
	border-color: red; }

/* Team
   ---------------------------------------------------- */
   
.qodx_team_wrapper {
	margin-top: 10px;
	/*padding-right: 115px;
	padding-left: 115px;*/ }
.qodx_team_sc {
	position: relative;
	margin-bottom: 60px;
	margin-left: -15px;
    margin-right: -15px;
	overflow: hidden;
	-webkit-transition: all 250ms ease-in-out;
	  -moz-transition: all 250ms ease-in-out;
		-o-transition: all 250ms ease-in-out;
		  -ms-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out; }
.qodx_view {
	position: relative;
	overflow: hidden; }
.qodx_team_overlay .qodx_view {
	overflow: hidden; }
.qodx_team_info {
	padding: 0;
	position: relative;
	text-align: center; }
.qodx_team_job {
	font-size: 16px;
    margin-bottom: 5px; }
.qodx_team_info p {
	color: #757575;
	font-size: 14px;
	line-height: 26px; }
.qodx_team_info p.qodx_team_job {
	font-size: 19px;
    font-weight: 400;
    margin-top: 0; }
.qodx_team_overlay .qodx_team_content {
	display: block;
	padding: 1.5em 1em;
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background: rgba(245, 99, 99, 0.95);
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out; }
.qodx_team_sc.qodx_team_overlay:hover .qodx_team_content {
	height: 100%;
	opacity: 1; }
.qodx_team_overlay .qodx_team_description {
	bottom: 0;
	position: relative;
    color: #fff;
    text-align: center;
	transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0); }
.qodx_team_overlay .qodx_team_description p {
    color: #fff;
    margin-bottom: 20px;
    line-height: 24px;
	transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0); }
.qodx_team_job, 
.qodx_team_description {
	padding: 0; }
.qodx_team_job {
	padding: 0 15%; }
.qodx_team_overlay .qodx_team_job, 
.qodx_team_overlay .qodx_team_description {
	padding: 0; }

/* Team Socials
   ---------------------------------------------------- */	
   
.qodx_team_social {
  	position: absolute;
    bottom: -100%;
	margin: 0;
	padding: 18px 18px 8px 18px;
    opacity: 0;
	width: 100%;
	text-align: center;
  	transition: all 0.4s ease 0s;
	background: none repeat scroll 0 0 rgba(22, 22, 22, 0.5); }
.qodx_team_sc:hover .qodx_team_social { 
	bottom: 0;
	opacity: 1; }
.qodx_team_social li {
	display: inline-block; }
.qodx_team_social li a,
.qodx_team_social a {
	width: 30px;
	height: 30px;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0 3px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out; }
.qodx_team_slider_sc .qodx_team_social a {
	display: inline-block; }
.qodx_team_overlay .qodx_team_social li a {
	color: #1A1E23; }	
.qodx_team_social li a:hover {
	color: #f8f8f8; }
.qodx_team_social li a:hover,
.qodx_team_social a:hover {
	background-color: #fff;
	color: #262626; }

.qodx_team_overlay .qodx_team_social {
	top: 0;
	-webkit-transform: translateY(45%);
	-ms-transform: translateY(45%);
	transform: translateY(45%);
	margin-top: .75em;
	background: none;
	z-index: 100; }
.qodx_team_overlay .qodx_team_social li a,
.qodx_team_overlay .qodx_team_social a {
	color: #25c6ff;
    background-color: #fff;
    border: 1px solid #25c6ff;
	border-radius: 50%;
	transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.5em; }
.qodx_team_overlay:hover .qodx_team_social li a,
.qodx_team_overlay:hover .qodx_team_social a {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }
.qodx_team_overlay .qodx_team_social li a:hover,
.qodx_team_overlay .qodx_team_social a:hover {
    color: #fff;
    background-color: #25c6ff;
    border: 1px solid #fff; }
.qodx_team_overlay:hover .qodx_team_social li:nth-child(1) a { transition-delay: 0.1s; }
.qodx_team_overlay:hover .qodx_team_social li:nth-child(2) a { transition-delay: 0.15s; }
	
/* Services Slider
   ---------------------------------------------------- */	 
   
.qodx_services_buttons {
    margin: 0 auto; }
.qodx_services_buttons a {
    display: inline-block;
    vertical-align: middle; 
    text-align: center;
    color: #25c6ff;
    width: 140px;
    height: 140px;
    font-size: 60px;
    line-height: 136px;
    border-radius: 100%;
    margin: 4px 2px;
    background:  #fff;
	border-left: 1px solid #25c6ff;
	border-right: 1px solid #25c6ff; }
.qodx_services_buttons a i {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 140px;
    height: 140px;
    line-height: 140px;
    margin-bottom: 15px; }
.qodx_services_buttons a:hover {
    font-size: 64px;
    -webkit-transition:0.2s all linear;
        -moz-transition:0.2s all linear;
            transition:0.2s all linear; }
.qodx_services_buttons a.active {
    font-size: 69px;
    color: #fff !important;
    background: #25c6ff; }
.qodx_services_slider {
	overflow: auto;
	text-align: center;
	padding: 0 100px; }
.qodx_services_slider p {
	font-weight: 300;
    font-size: 22px;
    line-height: 140%;
    color: #555;
    text-align: center; }
.white-content .qodx_services_slider p {
    color: #fff; }
.qodx_services_slider h3 {
	margin-top: 50px;
	margin-bottom: 40px;
    color: #25c6ff;
	display: inline-block;
	font-size: 22px;
	padding: 7px 12px;
	border: 1px solid #25c6ff;    
	text-transform: uppercase; }
#qodx_container .qodx_services_slider h3 a {
    color: #25c6ff;
	display: block; }
	
/* Testimonials Slider
   ---------------------------------------------------- */	
.qodx_testimonials_slider_sc li {
	margin: 0;
	text-align: left; }
.qodx_testimonials_slider_sc .bx-pager.bx-default-pager a:hover,
.qodx_testimonials_slider_sc .bx-pager.bx-default-pager a.active {
	background: #25c6ff; }
	
/* Testimonials Static
   ---------------------------------------------------- */
.qodx_testimonial_sc {
    padding: 35px 30px;
    border: 1px solid #e5e5e5; }

.qodx_testimonial_heading h3 {
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 42px !important; }
.qodx_testimonial_heading h3 span {
	color: #25c6ff;
	font-size: 30px;
	font-weight: 700; }
.qodx_testimonial_content p:last-child {
	margin-bottom: 0; }
.qodx_testimonial_content {
	background-color: #fff;
	position: relative;
	color: #787878;    
	margin: 0px 0px 30px;
	line-height: 30px;
	text-align: left; }
.qodx_testimonial_content p {
    font-size: 15px;
    line-height: 26px;
    margin: 0px 0px 30px;
    letter-spacing: 0.5px;
}
.qodx_testimonial_content a {
    color: #8c989e; }
.qodx_testimonial_content i.fa-quote-left {
	float: left;
	color: #dfe2e7;
	font-size: 25px; }
.qodx_testimonial_bottom {
	text-align: center; }
.qodx_testimonial_meta { 
	font-size: 14px;
    font-weight: bold;
    margin-left: 16px;
    font-style: normal;
    display: inline-block; }
.qodx_testimonial_meta h4.qodx_testimonial_author {
	font-weight: bold;
	color: #444;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;}
.qodx_testimonial_meta .qodx_testimonial_author span {
    color: #00BCD4;
	font-weight: 500;
    font-size: 14px;
	display: block;
    margin-top: 5px;
    text-transform: none; }
.qodx_testimonial_avatar {
	text-align: left;
    margin: 0 auto;
    -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
        -ms-border-radius: 50%;
          -o-border-radius: 50%;
    		border-radius: 50%; }
.qodx_testimonial_avatar img {
    margin-top: -20px;
	display: inline-block;
    -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
        -ms-border-radius: 50%;
          -o-border-radius: 50%;
    		border-radius: 50%; }
.qodx_testimonial_avatar a {
	display: block; }
.qodx_testimonial_author strong {
	color: #333; }
	
/* Social Networks
   ---------------------------------------------------- */	
   
.qodx_social_networks_sc ul {
	margin: 0 0 10px;
	padding: 0;}
.qodx_social_networks_sc ul li {
	display: inline-block;
	margin: 5px;
	text-align: center;  }
.qodx_social_networks_sc ul li a {
    display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out; }	
ul.qodx_icon_26 li a {
	width: 26px;
	height: 26px;
    line-height: 26px;
    font-size: 14px; }
ul.qodx_icon_32 li a {
	width: 32px;
	height: 32px;
    line-height: 32px;
    font-size: 16px; }
ul.qodx_icon_34 li a {
	width: 34px;
	height: 34px;
    line-height: 34px;
    font-size: 18px; }
ul.qodx_icon_35 li a {
	width: 35px;
	height: 35px;
    line-height: 35px;
    font-size: 18px; }
ul.qodx_icon_36 li a {
	width: 36px;
	height: 36px;
    line-height: 36px;
    font-size: 18px; }
ul.qodx_icon_38 li a {
	width: 38px;
	height: 38px;
    line-height: 38px;
    font-size: 20px; }
ul.qodx_icon_40 li a {
	width: 40px;
	height: 40px;
    line-height: 40px; 
    font-size: 22px; }
#qodx_footerWrapper ul.qodx_icon_40 li a {
    line-height: 38px; 
    font-size: 18px; }
ul.qodx_icon_42 li a {
	width: 42px;
	height: 42px;
    line-height: 42px; 
    font-size: 22px; }
ul.qodx_icon_44 li a {
	width: 44px;
	height: 44px;
    line-height: 44px; 
    font-size: 24px; }
ul.qodx_icon_45 li a {
	width: 45px;
	height: 45px;
    line-height: 45px; 
    font-size: 25px; }
ul.qodx_icon_50 li a {
	width: 50px;
	height: 50px;
    line-height: 50px;
    font-size: 28px; }	

/* ----- Change line height for type 4 icons  ----- */	
ul.qodx_icon_26.qodx_icon_type_4 li a {
    line-height: 20px; }
ul.qodx_icon_32.qodx_icon_type_4 li a {
    line-height: 26px; }
ul.qodx_icon_34.qodx_icon_type_4 li a {
    line-height: 28px; }
ul.qodx_icon_35.qodx_icon_type_4 li a {
    line-height: 28px; }
ul.qodx_icon_36.qodx_icon_type_4 li a {
    line-height: 30px; }
ul.qodx_icon_38.qodx_icon_type_4 li a {
    line-height: 32px; }
ul.qodx_icon_40.qodx_icon_type_4 li a {
    line-height: 34px; }
ul.qodx_icon_42.qodx_icon_type_4 li a {
    line-height: 36px; }
ul.qodx_icon_44.qodx_icon_type_4 li a {
    line-height: 38px; }
ul.qodx_icon_50.qodx_icon_type_4 li a {
    line-height: 44px; }	
	
ul.qodx_rounded li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; }
ul.qodx_circle li a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }
.qodx_social_networks_sc ul li a {
	color: #111; }
#qodx_footerWrapper .qodx_social_networks_sc ul li a {
	color: #999; }
.qodx_social_networks_sc ul.qodx_icon_type_1:not(.qodx_simple) li a {
	color: #1A1E23 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_4:not(.qodx_simple) li a {
	color: #fff; }
#qodx_sidebar .qodx_social_networks_sc ul.qodx_icon_type_2:not(.qodx_simple) li a {
	color: #111; }
.qodx_social_networks_sc ul.qodx_icon_type_3:not(.qodx_simple) li a {
	border-width: 1px;
	border-style: solid;
	border-color: #111; }
#qodx_footerWrapper .qodx_social_networks_sc ul.qodx_icon_type_3:not(.qodx_simple) li a {
	border-color: #999999; }
.qodx_social_networks_sc ul.qodx_icon_type_1:not(.qodx_simple) li a:hover {
	color: #f8f8f8 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2:not(.qodx_simple) li a:hover {
	color: #fff !important; }
.qodx_social_networks_sc ul.qodx_icon_type_4:not(.qodx_simple) li a {
	color: #fff !important; }
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a {
	background: none !important;
	border: none !important; }

/* ----- Common icons qodx_simple styles  ----- */	
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.email:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.email:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.email:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.email:hover {
	color: #262626 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.facebook:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.facebook:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.facebook:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.facebook:hover {
	color: #3C5A9A !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.twitter:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.twitter:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.twitter:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.twitter:hover {
	color: #00acee !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.pinterest:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.pinterest:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.pinterest:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.pinterest:hover {
	color: #cb2028 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.linkedin:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.linkedin:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.linkedin:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.linkedin:hover {
	color: #006599 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.google:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.google:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.google:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.google:hover {
	color: #da2713 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.dribbble:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.dribbble:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.dribbble:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.dribbble:hover {
	color: #ea4b8b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.youtube:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.youtube:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.youtube:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.youtube:hover {
	color: #d20200 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.vimeo:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.vimeo:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.vimeo:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.vimeo:hover {
	color: #17aacc !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.rss:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.rss:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.rss:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.rss:hover {
	color: #ff6600 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.github:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.github:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.github:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.github:hover {
	color: #569e3d !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.delicious:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.delicious:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.delicious:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.delicious:hover {
	color: #3274d2 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.flickr:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.flickr:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.flickr:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.flickr:hover {
	color: #0062dd !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.forrst:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.forrst:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.forrst:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.forrst:hover {
	color: #166021 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.lastfm:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.lastfm:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.lastfm:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.lastfm:hover {
	color: #c30d19 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.tumblr:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.tumblr:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.tumblr:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.tumblr:hover {
	color: #2c4661 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.deviantart:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.deviantart:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.deviantart:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.deviantart:hover {
	color: #c8da2e !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.skype:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.skype:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.skype:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.skype:hover {
	color: #00aff0 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.instagram:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.instagram:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.instagram:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.instagram:hover {
	color: #517fa4 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.stumbleupon:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.stumbleupon:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.stumbleupon:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.stumbleupon:hover {
	color: #ea4b24 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.behance:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.behance:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.behance:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.behance:hover {
	color: #1378fe !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.soundcloud:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.soundcloud:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.soundcloud:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.soundcloud:hover {
	color: #fe531b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.yelp:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.yelp:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.yelp:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.yelp:hover {
	color: #c51102 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.yahoo:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.yahoo:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.yahoo:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.yahoo:hover {
	color: #65106b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.wordpress:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.wordpress:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.wordpress:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.wordpress:hover {
	color: #207499 !important; }	
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.technorati:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.technorati:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.technorati:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.technorati:hover {
	color: #00c400 !important; }	
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.reddit:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.reddit:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.reddit:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.reddit:hover {
	color: #6bbffb !important; }	
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.picasa:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.picasa:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.picasa:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.picasa:hover {
	color: #b163c9 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.paypal:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.paypal:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.paypal:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.paypal:hover {
	color: #2c5f8c !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.netvibes:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.netvibes:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.netvibes:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.netvibes:hover {
	color: #15ae15 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.metacafe:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.metacafe:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.metacafe:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.metacafe:hover {
	color: #f88326 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.html5:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.html5:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.html5:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.html5:hover {
	color: #e54d26 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.ember:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.ember:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.ember:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.ember:hover {
	color: #e11a3b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.dropbox:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.dropbox:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.dropbox:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.dropbox:hover {
	color: #007ee5 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.digg:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.digg:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.digg:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.digg:hover {
	color: #005f95 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.blogger:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.blogger:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.blogger:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.blogger:hover {
	color: #fe6601 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.apple:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.apple:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.apple:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.apple:hover {
	color: #231f20 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a.aim:hover,
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a.aim:hover,
.qodx_social_networks_sc ul.qodx_icon_type_3.qodx_simple li a.aim:hover,
.qodx_social_networks_sc ul.qodx_icon_type_4.qodx_simple li a.aim:hover {
	color: #452806 !important; }
	
/* ----- Styling type #1 icons  ----- */
.qodx_social_networks_sc ul.qodx_icon_type_1:not(.qodx_simple) li a {
	background: #f5f5f5; }
#qodx_footerWrapper .qodx_social_networks_sc ul.qodx_icon_type_1:not(.qodx_simple) li a {
	transition: all 0.30s ease-in-out;
	color: #515151 !important;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.10),0 1px 2px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.10),0 1px 2px rgba(0,0,0,0.20);
    box-shadow: 0 1px 5px rgba(0,0,0,0.10),0 1px 2px rgba(0,0,0,0.20);
}
#qodx_footerWrapper .qodx_social_networks_sc ul.qodx_icon_type_1:not(.qodx_simple) li a:hover {
	color: #ffffff !important;
}
	
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.email:hover {
	background: #262626 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.facebook:hover {
	background: #3C5A9A !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.twitter:hover {
	background: #00acee !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.pinterest:hover {
	background: #cb2028 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.linkedin:hover {
	background: #006599 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.google:hover {
	background: #da2713 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.dribbble:hover {
	background: #ea4b8b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.youtube:hover {
	background: #d20200 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.vimeo:hover {
	background: #17aacc !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.rss:hover {
	background: #ff6600 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.github:hover {
	background: #569e3d !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.delicious:hover {
	background: #3274d2 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.flickr:hover {
	background: #0062dd !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.forrst:hover {
	background: #166021 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.lastfm:hover {
	background: #c30d19 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.tumblr:hover {
	background: #2c4661 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.deviantart:hover {
	background: #c8da2e !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.skype:hover {
	background: #00aff0 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.instagram:hover {
	background: #517fa4 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.stumbleupon:hover {
	background: #ea4b24 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.behance:hover {
	background: #1378fe !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.soundcloud:hover {
	background: #fe531b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.yelp:hover {
	background: #c51102 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.yahoo:hover {
	background: #65106b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.wordpress:hover {
	background: #207499 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.technorati:hover {
	background: #00c400 !important; }	
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.reddit:hover {
	background: #6bbffb !important; }	
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.picasa:hover {
	background: #b163c9 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.paypal:hover {
	background: #2c5f8c !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.netvibes:hover {
	background: #15ae15 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.metacafe:hover {
	background: #f88326 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.html5:hover {
	background: #e54d26 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.ember:hover {
	background: #e11a3b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.dropbox:hover {
	background: #007ee5 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.digg:hover {
	background: #005f95 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.blogger:hover{
	background: #fe6601 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.apple:hover {
	background: #231f20 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_1 li a.aim:hover {
	background: #452806 !important; }	
.qodx_social_networks_sc ul.qodx_icon_type_1.qodx_simple li a:hover {
	background: none !important; }	
	
/* ----- Styling type #2 icons  ----- */
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.email:hover,
.qodx_team_social li a.email:hover {
	background: #262626 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.facebook:hover {
	background: #3C5A9A !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.twitter:hover {
	background: #00acee !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.pinterest:hover {
	background: #cb2028 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.linkedin:hover {
	background: #006599 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.google:hover {
	background: #da2713 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.dribbble:hover {
	background: #ea4b8b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.youtube:hover {
	background: #d20200 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.vimeo:hover {
	background: #17aacc !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.rss:hover {
	background: #ff6600 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.github:hover {
	background: #569e3d !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.delicious:hover {
	background: #3274d2 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.flickr:hover {
	background: #0062dd !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.forrst:hover {
	background: #166021 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.lastfm:hover {
	background: #c30d19 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.tumblr:hover {
	background: #2c4661 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.deviantart:hover {
	background: #c8da2e !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.skype:hover {
	background: #00aff0 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.instagram:hover {
	background: #517fa4 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.stumbleupon:hover {
	background: #ea4b24 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.behance:hover {
	background: #1378fe !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.soundcloud:hover {
	background: #fe531b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.yelp:hover {
	background: #c51102 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.yahoo:hover {
	background: #65106b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.wordpress:hover {
	background: #207499 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.technorati:hover {
	background: #00c400 !important; }	
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.reddit:hover {
	background: #6bbffb !important; }	
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.picasa:hover {
	background: #b163c9 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.paypal:hover  {
	background: #2c5f8c !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.netvibes:hover  {
	background: #15ae15 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.metacafe:hover {
	background: #f88326 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.html5:hover {
	background: #e54d26 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.ember:hover {
	background: #e11a3b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.dropbox:hover {
	background: #007ee5 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.digg:hover {
	background: #005f95 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.blogger:hover {
	background: #fe6601 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.apple:hover {
	background: #231f20 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_2 li a.aim:hover {
	background: #452806 !important; }	
.qodx_social_networks_sc ul.qodx_icon_type_2.qodx_simple li a:hover {
	background: none !important; }	
	
/* ----- Styling type #3 icons  ----- */
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.email:hover {
	color: #262626 !important;
	border-color: #262626 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.facebook:hover {
	color: #3C5A9A !important;
	border-color: #3C5A9A !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.twitter:hover {
	color: #00acee !important;
	border-color: #00acee !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.pinterest:hover {
	color: #cb2028 !important;
	border-color: #cb2028 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.linkedin:hover {
	color: #006599 !important;
	border-color: #006599 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.google:hover {
	color: #da2713 !important;
	border-color: #da2713 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.dribbble:hover {
	color: #ea4b8b !important;
	border-color: #ea4b8b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.youtube:hover {
	color: #d20200 !important;
	border-color: #d20200 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.vimeo:hover {
	color: #17aacc !important;
	border-color: #17aacc !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.rss:hover {
	color: #ff6600 !important;
	border-color: #ff6600 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.github:hover {
	color: #569e3d !important;
	border-color: #569e3d !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.delicious:hover {
	color: #3274d2 !important;
	border-color: #3274d2 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.flickr:hover {
	color: #0062dd !important;
	border-color: #0062dd !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.forrst:hover {
	color: #166021 !important;
	border-color: #166021 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.lastfm:hover {
	color: #c30d19 !important;
	border-color: #c30d19 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.tumblr:hover {
	color: #2c4661 !important;
	border-color: #2c4661 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.deviantart:hover {
	color: #c8da2e !important;
	border-color: #c8da2e !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.skype:hover {
	color: #00aff0 !important;
	border-color: #00aff0 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.instagram:hover {
	color: #517fa4 !important;
	border-color: #517fa4 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.stumbleupon:hover {
	color: #ea4b24 !important;
	border-color: #ea4b24 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.behance:hover {
	color: #1378fe !important;
	border-color: #1378fe !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.soundcloud:hover {
	color: #fe531b !important;
	border-color: #fe531b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.yelp:hover {
	color: #c51102 !important;
	border-color: #c51102 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.yahoo:hover {
	color: #65106b !important;
	border-color: #65106b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.wordpress:hover {
	color: #207499 !important;
	border-color: #207499 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.technorati:hover {
	color: #00c400 !important;
	border-color: #00c400 !important; }	
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.reddit:hover {
	color: #6bbffb !important;
	border-color: #6bbffb !important; }	
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.picasa:hover {
	color: #b163c9 !important;
	border-color: #b163c9 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.paypal:hover {
	color: #2c5f8c !important;
	border-color: #2c5f8c !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.netvibes:hover {
	color: #15ae15 !important;
	border-color: #15ae15 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.metacafe:hover {
	color: #f88326 !important;
	border-color: #f88326 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.html5:hover {
	color: #e54d26 !important;
	border-color: #e54d26 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.ember:hover {
	color: #e11a3b !important;
	border-color: #e11a3b !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.dropbox:hover {
	color: #007ee5 !important;
	border-color: #007ee5 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.digg:hover {
	color: #005f95 !important;
	border-color: #005f95 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.blogger:hover {
	color: #fe6601 !important;
	border-color: #fe6601 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.apple:hover {
	color: #231f20 !important;
	border-color: #231f20 !important; }
.qodx_social_networks_sc ul.qodx_icon_type_3 li a.aim:hover {
	color: #452806 !important;
	border-color: #452806 !important; }
	
/* ----- Styling type #4 icons  ----- */
.qodx_social_networks_sc ul.qodx_icon_type_4 li a {
	border: 3px solid; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.email {
	background: #262626;
	border-color: #262626; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.facebook {
	background: #3C5A9A;
	border-color: #3C5A9A; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.twitter {
	background: #00acee;
	border-color: #00acee; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.pinterest {
	background: #cb2028;
	border-color: #cb2028; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.linkedin {
	background: #006599;
	border-color: #006599; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.google {
	background: #da2713;
	border-color: #da2713; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.dribbble {
	background: #ea4b8b;
	border-color: #ea4b8b; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.youtube {
	background: #d20200;
	border-color: #d20200; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.vimeo {
	background: #17aacc;
	border-color: #17aacc; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.rss {
	background: #ff6600;
	border-color: #ff6600; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.github {
	background: #569e3d;
	border-color: #569e3d; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.delicious {
	background: #3274d2;
	border-color: #3274d2; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.flickr {
	background: #0062dd;
	border-color: #0062dd; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.forrst {
	background: #166021;
	border-color: #166021; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.lastfm {
	background: #c30d19;
	border-color: #c30d19; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.tumblr {
	background: #2c4661;
	border-color: #2c4661; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.deviantart {
	background: #c8da2e;
	border-color: #c8da2e; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.skype {
	background: #00aff0;
	border-color: #00aff0; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.instagram {
	background: #517fa4;
	border-color: #517fa4; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.stumbleupon {
	background: #ea4b24;
	border-color: #ea4b24; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.behance {
	background: #1378fe;
	border-color: #1378fe; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.soundcloud {
	background: #fe531b;
	border-color: #fe531b; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.yelp {
	background: #c51102;
	border-color: #c51102; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.yahoo {
	background: #65106b;
	border-color: #65106b; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.wordpress {
	background: #207499;
	border-color: #207499; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.technorati {
	background: #00c400;
	border-color: #00c400; }	
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.reddit {
	background: #6bbffb;
	border-color: #6bbffb; }	
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.picasa {
	background: #b163c9;
	border-color: #b163c9; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.paypal {
	background: #2c5f8c;
	border-color: #2c5f8c; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.netvibes {
	background: #15ae15;
	border-color: #15ae15; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.metacafe {
	background: #f88326;
	border-color: #f88326; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.html5 {
	background: #e54d26;
	border-color: #e54d26; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.ember {
	background: #e11a3b;
	border-color: #e11a3b; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.dropbox {
	background: #007ee5;
	border-color: #007ee5; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.digg {
	background: #005f95;
	border-color: #005f95; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.blogger {
	background: #fe6601;
	border-color: #fe6601; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.apple {
	background: #231f20;
	border-color: #231f20; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a.aim {
	background: #452806;
	border-color: #452806; }
.qodx_social_networks_sc ul.qodx_icon_type_4 li a:hover {
	color: #fff !important;
	border-color: #fff;
	background: rgba(10,10,10,0.2); }
	
/* Counter
   ---------------------------------------------------- */	

.qodx_counter_sc {
	text-align: center; }
.h1.qodx_stat_count {
	font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.counter-block-container i {
	font-size: 50px;
    line-height: 50px;
    display: block;
    margin-bottom: 15px;
}
.qodx_counter_sc.qodx_light {
	color: #fff; }
.qodx_counter_sc.qodx_light .qodx_stat_count {
	border-color: #fff; }
.qodx_counter_sc .qodx_stat_detail {
	margin: 0;
	font-size: 17px;
    line-height: 17px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;}
	
/* Blog Grid
   ---------------------------------------------------- */	
   
.qodx_blog_grid_sc {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	display: block;
	position: relative;
	height: auto;
	overflow: hidden; }
.qodx_blog_grid_sc .blogEntry {
	min-height: 50px;
	position: relative;
	padding: 0 15px;
	overflow: visible; }
.qodx_blog_grid_sc .blogEntry_excerpt p {
	margin-bottom: 10px; }
.qodx_blog_entry_full .blogEntry_frame { 
	margin-bottom: 15px; }
.qodx_blog_grid_sc .blogEntry_title {
	line-height: 24px; }
.qodx_blog_grid_sc a.qodx_read_more {
	font-size: 13px;
	padding: 6px 12px;
	-webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
		border-radius: 4px; }
	
/* Piechart
   ---------------------------------------------------- */	

.qodx_pie_chart_sc {
	text-align: center;
	margin-bottom: 70px; }
.qodx_pie_percentage {
	position: relative;
	width: 130px;
	height: 130px;
	margin: 0 auto; }
.qodx_pie_chart_sc canvas {
	position: absolute;
	top: 0;
	left: 0; }
.qodx_pie_percent,
.qodx_pie_unit {
	color: #a9a9a9;
	font-size: 40px;
	font-weight: 800;
	display: inline-block;
	line-height: 130px;
	z-index: 2; }
.qodx_pie_unit {
	visibility: hidden; }
/*
.qodx_pie_percent:after {
	content: '%';
	margin-left: 0;
	font-size: 40px; }
*/
.qodx_pie_chart_sc h4 {
    font-size: 24px;
	font-weight: 700; 
	margin-top: 25px;
	color: #fff; }	

/* Timeline
   ---------------------------------------------------- */	

/* ----- Container ----- */
.timeline-block-container {
    z-index: 3;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
.qodx_timeline_sc:last-child .timeline-block-container { 
	margin-bottom: 30px; }
.timeline-block-container::after {
    content: '';
    clear: both;
    display: table; }

/* ----- Title ----- */
.timeline-block-title {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 40px;
    position: relative; }
.timeline-block-title * {
    margin-top: 0;
    margin-bottom: 0; }
.timeline-block-title i {
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background-color: #25c6ff; }
.timeline-block-title span {
    width: 100%;
    height: 48px;
    line-height: 28px;
    display: inline-block;
    padding: 10px 0 10px 58px; }

/* ----- Line ----- */
.timeline-block-title::after {
    top: 0;
    left: 23px;
    width: 2px;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #dddddd; }
.timeline-block-item {
    z-index: 10;
    position: relative; }
.timeline-block-item { padding-left: 16px; }
.timeline-block-container.no-padding .timeline-block-item { padding-left: 0; }

/* ----- Header ----- */
.timeline-header {
    top: 0;
    left: 0;
    z-index: 15;
    width: 96px;
    height: 96px;
    position: absolute; }

/* ----- Footer ----- */
.timeline-footer {
    width: 100%;
    display: block;
    position: relative;
    padding: 0 0 30px 25px; }
.qodx_timeline_sc:last-child .timeline-block-item .timeline-footer { padding-bottom: 0; }

.timeline-header + .timeline-footer {
    min-height: 96px;
    padding-left: 131px;
    padding-bottom: 45px; }

/* ----- Line ----- */
.timeline-footer::after {
    top: 0;
    left: 7px;
    width: 2px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #dddddd; }
.timeline-header + .timeline-footer::after { left: 113px; }

/* ----- DAte ----- */
.timeline-footer .date-block { overflow: visible; }
.timeline-footer .date-block .date-block-container {
    margin-bottom: 0;
    overflow: visible; }
.timeline-footer .date-block .date-block-container::after {
    content: '';
    clear: both;
    display: table; }
.timeline-footer .date-block span {
    color: #121212;
    font-size: 14px;
    margin-bottom: 10px; }
.timeline-footer .date-block i {
    top: -10px;
    left: -29px;
    z-index: 10;
    color: #25c6ff;
    padding: 10px 5px;
    margin: 0 0 0 1px;
    position: absolute;
    background-color: #ffffff; }
.grey-section .timeline-footer .date-block i { background-color: #f7f7f7; }


/* ----- Item title ----- */
.timeline-footer h4 a { color: #121212; }
.timeline-footer h4 a:hover { color: #25c6ff; }

/* ----- Image ----- */
.timeline-header .image-block {
    z-index: 10;
    overflow: visible; }
.timeline-header .image-block a {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 50%;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); }
.timeline-header .image-block img {
    border-radius: 50%;
    position: static !important;

    -webkit-backface-visibility: visible;
            backface-visibility: visible; }

/* ----- Centered timeline (used with blog posts) ----- */
.timeline-block-center .timeline-footer::after { display: none; }
.timeline-block-center .timeline-block-container::before {
    top: 0;
    left: 50%;
    width: 2px;
    content: '';
    height: 100%;
    margin-left: -1px;
    position: absolute;
    background-color: #dddddd; }
.timeline-block-center .timeline-block-title {
    left: 50%;
    width: 50%;
    margin: 0 0 0 -24px; }
.timeline-block-center .timeline-block-title ~ .timeline-block-item { padding-left: 0; }
.timeline-block-center .timeline-block-item {
    width: 50%;
    float: left; }
.timeline-block-center .timeline-block-item:nth-child(odd),
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) {
    clear: both; }
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) {
    float: left;
    margin-top: 0; }
.timeline-block-center .timeline-block-item:nth-child(even),
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(odd) {
    float: right;
    clear: right;
    margin-top: 80px; }
.timeline-block-center .timeline-block-item .timeline-header + .timeline-footer {
    padding-top: 116px;
    padding-bottom: 30px; }
.timeline-block-center .timeline-block-item .timeline-header { left: 22px; }
.timeline-block-center .timeline-block-item:nth-child(odd) .timeline-header {
    left: auto;
    right: 22px; }
.timeline-block-center .timeline-block-item:nth-child(odd) .timeline-footer,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) .timeline-footer {
    padding-left: 0;
    text-align: right;
    padding-right: 22px; }
.timeline-block-center .timeline-block-item:nth-child(even) .timeline-footer,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(odd) .timeline-footer {
    text-align: left;
    padding-right: 0;
    padding-left: 22px; }
.timeline-block-center .timeline-block-item:nth-child(odd) .timeline-footer .date-block-container > span,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) .timeline-footer .date-block-container > span {
    float: right; }
.timeline-block-center .timeline-block-item:nth-child(even) .timeline-footer .date-block-container > span,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(odd) .timeline-footer .date-block-container > span {
    float: left; }
.timeline-block-center .timeline-block-item:nth-child(odd) .timeline-footer .date-block i,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) .timeline-footer .date-block i {
    left: auto;
    right: -33px; }
.timeline-block-center .timeline-block-item:nth-child(even) .timeline-footer .date-block i,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(odd) .timeline-footer .date-block i {
    left: -34px;
    right: auto; }

/* Google map
   ---------------------------------------------------- */

.qodx_gmap_sc {
	/* width: 100% !important; */ }
.qodx_gmap_sc img {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	max-width: 1000px !important;
	margin: 0;
	padding: 0; }

/* ----- Marker Popup  ----- */
.qodx_gmap_sc .qodx_marker_content {
	min-width: 160px;
	overflow-x: hidden; }
.qodx_gmap_sc .qodx_marker_content strong, 
.qodx_gmap_sc .qodx_marker_content p, 
.qodx_gmap_sc .qodx_marker_content a {
	font-size: 13px !important;
	line-height: 18px !important;
	color: #000 !important;
	margin: 0 !important;
	padding: 0 !important; }
.qodx_gmap_sc .qodx_marker_content strong {
	display: block !important;
	margin-bottom: 5px !important; }
.qodx_gmap_sc .qodx_marker_content p {
	margin-bottom: 5px !important; }

/* Countdown
   ---------------------------------------------------- */	
   	
.qodx_vcsc_style.style-1,
.qodx_vcsc_style.style-1 .ts-countdown,
.qodx_vcsc_style.style-1 .col {
	background: none !important; }
.qodx_vcsc_style.style-1 .ts-countdown {
	margin: 0 !important;
	text-align: left !important; }
.qodx_vcsc_style.style-1 .col {
	padding: 0;
	padding-top:20px;
	color: #fff !important;
	font-size:23px; }
.qodx_vcsc_style.style-1 .ce-days, 
.qodx_vcsc_style.style-1 .ce-dseconds, 
.qodx_vcsc_style.style-1 .ce-hours, 
.qodx_vcsc_style.style-1 .ce-focus_wp, 
.qodx_vcsc_style.style-1 .ce-mseconds, 
.qodx_vcsc_style.style-1 .ce-seconds,
.qodx_vcsc_style.style-1 .ce-days-label, 
.qodx_vcsc_style.style-1 .ce-dseconds-label, 
.qodx_vcsc_style.style-1 .ce-hours-label, 
.qodx_vcsc_style.style-1 .ce-focus_wp-label, 
.qodx_vcsc_style.style-1 .ce-mseconds-label, 
.qodx_vcsc_style.style-1 .ce-seconds-label  {
	color: #fff !important; }
.qodx_vcsc_style.style-1 .col {
	padding: 0px;
	padding-right: 15px;
	margin: 0px !important;
	text-align: center !important; }
	
/* Service Boxes
   ---------------------------------------------------- */

.qodx_service_box_sc {
	margin-bottom: 30px; }
.qodx_service_box_sc .btn-default {
	margin-top: 30px; }
.qodx_service_box_sc h4 {
    margin: 10px 0px 10px; }
.content-block-container.qodx_service_box_sc h4 {
    letter-spacing: normal; }
.content-block-container.qodx_service_box_sc h2 {
    font-size: 40px; }
.white-content .qodx_service_box_sc p {
	/*color: #999;*/ }
.qodx_services_right_space .qodx_service_box_sc .qodx_icon_60 {
	padding-right: 30px; }
.qodx_services_right_space .qodx_service_box_sc p {
	color: #ddd;
	padding-right: 20px;
	margin-bottom: 0; }
.qodx_service_box_sc .qodx_icon {
	display: inline-block;
	text-align: center;
	margin-top: 10px; 
	margin-bottom: 0;
	-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	      -o-transition: all 0.3s;
	        transition: all 0.3s; }
.qodx_service_box_sc .qodx_icon_circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12); }
.qodx_service_box_sc .qodx_icon_rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; }
.qodx_service_box_sc .qodx_icon_diamond {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg); }
.qodx_service_box_sc .qodx_icon_diamond i {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg); }
.qodx_service_box_sc .qodx_icon_type_1 {
	color: #999; }
.white-content .qodx_service_box_sc .qodx_icon_type_1 {
	color: #fff; }
.qodx_service_box_sc .qodx_icon_type_2 {
	background: #666;
	color: #fff; }
.qodx_service_box_sc .qodx_icon_type_3 {
	color: #666;
	border-color: #666;
	border-width: 1px; }
.qodx_service_box_sc:hover .qodx_icon_type_3 {
	background: #666;
	color: #fff; }
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_default {
	color: #25c6ff; }
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_default {
	background: #25c6ff; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_default {
	color: #25c6ff;
	border-color: #25c6ff; }
.qodx_service_box_sc:hover .qodx_icon_type_3.qodx_icon_default {
	color: #fff;
	background: #25c6ff; }	
.qodx_service_box_sc .qodx_service_img {
	margin-bottom: 20px; }
.qodx_service_box_sc .qodx_service_img img {
	border-radius: 2px;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

	max-width: 100%; }
.qodx_service_box_sc.skills-block .qodx_service_img img {
	
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
	
/* ----- type #1 icons  ----- */
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_20 {
	font-size: 20px;
	line-height: 1em; }	
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_24 {
	font-size: 24px;
	line-height: 1em; }	
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_25 {
	font-size: 25px;
	line-height: 1em; }	
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_26 {
	font-size: 26px;
	line-height: 1em; }
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_30 {
	font-size: 30px;
	line-height: 1em; }
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_32 {
	font-size: 32px;
	line-height: 1em; }
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_34 {
	font-size: 34px;
	line-height: 1em; }
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_35 {
	font-size: 35px;
	line-height: 1em; }
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_36 {
	font-size: 36px;
	line-height: 1em; }
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_38 {
	font-size: 38px;
	line-height: 1em; }
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_40 {
	font-size: 40px;
	line-height: 1em; }
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_42 {
	font-size: 42px;
	line-height: 1em; }
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_44 {
	font-size: 44px;
	line-height: 1em; }
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_45 {
	font-size: 45px;
	line-height: 1em; }
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_50 {
	font-size: 50px;
	line-height: 1em; }
.qodx_service_box_sc .qodx_icon_type_1.qodx_icon_60 {
	font-size: 60px;
	line-height: 1em; }
/* ----- type #1 icons - titles  ----- */
.qodx_content_new_row .qodx_title_type_1.qodx_title_20 h4 { line-height: 20px; }
.qodx_content_new_row .qodx_title_type_1.qodx_title_24 h4 { line-height: 24px; }
.qodx_content_new_row .qodx_title_type_1.qodx_title_25 h4 { line-height: 25px; }
.qodx_content_new_row .qodx_title_type_1.qodx_title_26 h4 { line-height: 26px; }
.qodx_content_new_row .qodx_title_type_1.qodx_title_30 h4 { line-height: 30px; }
.qodx_content_new_row .qodx_title_type_1.qodx_title_32 h4 { line-height: 32px; }
.qodx_content_new_row .qodx_title_type_1.qodx_title_34 h4 { line-height: 34px; }
.qodx_content_new_row .qodx_title_type_1.qodx_title_35 h4 { line-height: 35px; }
.qodx_content_new_row .qodx_title_type_1.qodx_title_36 h4 { line-height: 36px; }
.qodx_content_new_row .qodx_title_type_1.qodx_title_38 h4 { line-height: 38px; }
.qodx_content_new_row .qodx_title_type_1.qodx_title_40 h4 { line-height: 40px; }
.qodx_content_new_row .qodx_title_type_1.qodx_title_42 h4 { line-height: 42px; }
.qodx_content_new_row .qodx_title_type_1.qodx_title_44 h4 { line-height: 44px; }
.qodx_content_new_row .qodx_title_type_1.qodx_title_50 h4 { line-height: 50px; }
.qodx_content_new_row .qodx_title_type_1.qodx_title_60 h4 { line-height: 60px; }
		
/* ----- type #2 icons  ----- */
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_20,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_20 {
	font-size: 20px;
	width: 46px;
	height: 46px;
	line-height: 46px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_20 {
	line-height: 45px;  /* -1px border */ }	
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_24,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_24 {
	font-size: 24px;
	width: 50px;
	height: 50px;
	line-height: 50px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_24 {
	line-height: 49px;  /* -1px border */ }	
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_25,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_25 {
	font-size: 25px;
	width: 55px;
	height: 55px;
	line-height: 55px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_25 {
	line-height: 54px;  /* -1px border */ }		
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_26,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_26 {
	font-size: 26px;
	width: 56px;
	height: 56px;
	line-height: 56px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_26 {
	line-height: 55px;  /* -1px border */ }	
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_30,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_30 {
	font-size: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_30 {
	line-height: 59px;  /* -1px border */ }	
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_32,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_32 {
	font-size: 32px;
	width: 62px;
	height: 62px;
	line-height: 62px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_32 {
	line-height: 61px;  /* -1px border */ }	
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_34,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_34 {
	font-size: 34px;
	width: 64px;
	height: 64px;
	line-height: 64px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_34 {
	line-height: 63px;  /* -1px border */ }	
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_35,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_35 {
	font-size: 35px;
	width: 65px;
	height: 65px;
	line-height: 65px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_35 {
	line-height: 64px;  /* -1px border */ }	
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_36,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_36 {
	font-size: 36px;
	width: 66px;
	height: 66px;
	line-height: 66px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_36 {
	line-height: 65px;  /* -1px border */ }	
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_38,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_38 {
	font-size: 38px;
	width: 68px;
	height: 68px;
	line-height: 68px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_38 {
	line-height: 67px;  /* -1px border */ }	
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_40,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_40 {
	font-size: 40px;
	width: 80px;
	height: 80px;
	line-height: 80px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_40 {
	line-height: 69px;  /* -1px border */ }	
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_42,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_42 {
	font-size: 42px;
	width: 72px;
	height: 72px;
	line-height: 72px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_42 {
	line-height: 71px;  /* -1px border */ }	
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_44,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_44 {
	font-size: 44px;
	width: 74px;
	height: 74px;
	line-height: 74px; }
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_45,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_45 {
	font-size: 45px;
	width: 80px;
	height: 80px;
	line-height: 80px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_44 {
	line-height: 73px;  /* -1px border */ }	
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_45 {
	line-height: 79px;  /* -1px border */ }	
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_50,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_50 {
	font-size: 50px;
	width: 80px;
	height: 80px;
	line-height: 80px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_50 {
	line-height: 79px;  /* -1px border */ }	
.qodx_service_box_sc .qodx_icon_type_2.qodx_icon_60,
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_60 {
	font-size: 60px;
	width: 90px;
	height: 90px;
	line-height: 90px; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_60 {
	line-height: 89px;  /* -1px border */ }	
/* ----- type #2 & #3 icons - titles  ----- */
.qodx_content_new_row .qodx_title_type_2.qodx_title_20 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_20 h4 { line-height: 44px; }
.qodx_content_new_row .qodx_title_type_2.qodx_title_24 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_24 h4 { line-height: 50px; }
.qodx_content_new_row .qodx_title_type_2.qodx_title_25 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_25 h4 { line-height: 55px; }
.qodx_content_new_row .qodx_title_type_2.qodx_title_26 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_26 h4 { line-height: 56px; }
.qodx_content_new_row .qodx_title_type_2.qodx_title_30 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_30 h4 { line-height: 60px; }
.qodx_content_new_row .qodx_title_type_2.qodx_title_32 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_32 h4 { line-height: 62px; }
.qodx_content_new_row .qodx_title_type_2.qodx_title_34 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_34 h4 { line-height: 64px; }
.qodx_content_new_row .qodx_title_type_2.qodx_title_35 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_35 h4 { line-height: 65px; }
.qodx_content_new_row .qodx_title_type_2.qodx_title_36 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_36 h4 { line-height: 66px; }
.qodx_content_new_row .qodx_title_type_2.qodx_title_38 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_38 h4 { line-height: 68px; }
.qodx_content_new_row .qodx_title_type_2.qodx_title_40 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_40 h4 { line-height: 70px; }
.qodx_content_new_row .qodx_title_type_2.qodx_title_42 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_42 h4 { line-height: 72px; }
.qodx_content_new_row .qodx_title_type_2.qodx_title_44 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_44 h4 { line-height: 74px; }
.qodx_content_new_row .qodx_title_type_2.qodx_title_50 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_50 h4 { line-height: 80px; }
.qodx_content_new_row .qodx_title_type_2.qodx_title_60 h4,
.qodx_content_new_row .qodx_title_type_3.qodx_title_60 h4 { line-height: 90px; }
	
/* ----- border style for type_3 icons  ----- */
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_border_solid {
	border-style: solid; }
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_border_dotted {
	border-style: dotted; }	
.qodx_service_box_sc .qodx_icon_type_3.qodx_icon_border_dashed {
	border-style: dashed; }	

/* ----- left / right align  ----- */		
.qodx_service_box_sc.qodx_align_left .qodx_icon {
	float: left;
	margin-right: 20px; }
.qodx_service_box_sc.qodx_align_right .qodx_icon {
	float: right;
	margin-left: 20px; }
.qodx_features .qodx_service_box_sc.qodx_align_left .qodx_icon {
	margin-right: 0px; }
.qodx_features .qodx_service_box_sc.qodx_align_right .qodx_icon {
	margin-left: 0px; }

.qodx_align_left.qodx_content_new_row .qodx_icon {
	margin-right: 10px; }
.qodx_align_right.qodx_content_new_row .qodx_icon {
	margin-left: 10px; }
	
.qodx_content_new_row .qodx_icon,
.qodx_title_content_new_row .qodx_icon {
	margin-top: 0; }	
.qodx_content_new_row h4,
.qodx_title_content_new_row h4 {
	margin-bottom: 15px; }
.qodx_service_with_img h4 a {
	color: #121212; }
.qodx_service_with_img h4 a:hover {
	color: #25c6ff; }
	
/* ----- align diamond icons  ----- */
.qodx_service_box_sc.qodx_align_left .qodx_icon.qodx_icon_diamond {
	margin-right: 30px; }
.qodx_service_box_sc.qodx_align_right .qodx_icon.qodx_icon_diamond {
	margin-left: 30px; }
.qodx_service_box_sc.qodx_align_center .qodx_icon.qodx_icon_diamond {
	margin-bottom: 30px; }

.qodx_service_box_sc.qodx_align_left .qodx_icon_diamond.qodx_icon_20,
.qodx_service_box_sc.qodx_align_left .qodx_icon_diamond.qodx_icon_24,
.qodx_service_box_sc.qodx_align_left .qodx_icon_diamond.qodx_icon_25,
.qodx_service_box_sc.qodx_align_left .qodx_icon_diamond.qodx_icon_26 {
	margin-left: 11px; }
.qodx_service_box_sc.qodx_align_right .qodx_icon_diamond.qodx_icon_20,
.qodx_service_box_sc.qodx_align_right .qodx_icon_diamond.qodx_icon_24,
.qodx_service_box_sc.qodx_align_right .qodx_icon_diamond.qodx_icon_25,
.qodx_service_box_sc.qodx_align_right .qodx_icon_diamond.qodx_icon_26 {
	margin-right: 11px; }	
.qodx_service_box_sc.qodx_align_left .qodx_icon_diamond.qodx_icon_30,
.qodx_service_box_sc.qodx_align_left .qodx_icon_diamond.qodx_icon_32 {
	margin-left: 12px; }
.qodx_service_box_sc.qodx_align_right .qodx_icon_diamond.qodx_icon_30,
.qodx_service_box_sc.qodx_align_right .qodx_icon_diamond.qodx_icon_32 {
	margin-right: 12px; }
.qodx_service_box_sc.qodx_align_left .qodx_icon_diamond.qodx_icon_38,
.qodx_service_box_sc.qodx_align_left .qodx_icon_diamond.qodx_icon_40,
.qodx_service_box_sc.qodx_align_left .qodx_icon_diamond.qodx_icon_42 {
	margin-left: 14px; }
.qodx_service_box_sc.qodx_align_right .qodx_icon_diamond.qodx_icon_38,
.qodx_service_box_sc.qodx_align_right .qodx_icon_diamond.qodx_icon_40,
.qodx_service_box_sc.qodx_align_right .qodx_icon_diamond.qodx_icon_42 {
	margin-right: 14px; }
.qodx_service_box_sc.qodx_align_left .qodx_icon_diamond.qodx_icon_44,
.qodx_service_box_sc.qodx_align_left .qodx_icon_diamond.qodx_icon_45 {
	margin-left: 14px; }
.qodx_service_box_sc.qodx_align_right .qodx_icon_diamond.qodx_icon_44,
.qodx_service_box_sc.qodx_align_right .qodx_icon_diamond.qodx_icon_45 {
	margin-right: 14px; }
.qodx_service_box_sc.qodx_align_left .qodx_icon_diamond.qodx_icon_50,
.qodx_service_box_sc.qodx_align_left .qodx_icon_diamond.qodx_icon_60 {
	margin-left: 16px; }
.qodx_service_box_sc.qodx_align_right .qodx_icon_diamond.qodx_icon_50,
.qodx_service_box_sc.qodx_align_right .qodx_icon_diamond.qodx_icon_60 {
	margin-right: 16px; }
.qodx_left_icon_services .qodx_service_box_sc.qodx_align_left [class^="fa-"]:before, 
.qodx_left_icon_services .qodx_service_box_sc.qodx_align_left [class*=" fa-"]:before {
	margin: 0;
	width: auto; }

/* Services
   ---------------------------------------------------- */
   
.qodx_services_sc {
	padding: 20px 0 10px; }
.qodx_services_sc .qodx_icon i:before,
.qodx_services_sc i.qodx_services_bg_icon:before {
	margin: 0;
	width: auto; }
.qodx_services_sc .qodx_icon_30 {
	font-size: 30px; 
	line-height: 30px; }
.qodx_services_sc .qodx_icon_40 {
	font-size: 40px;
	line-height: 40px; }
.qodx_services_sc .qodx_icon_50 {
	font-size: 50px;
	line-height: 50px; }
.qodx_services_sc .qodx_icon_60 {
	font-size: 60px;
	line-height: 60px; }
.qodx_services_sc .qodx_icon_70 {
	font-size: 70px;
	line-height: 70px; }
.qodx_services_sc .qodx_icon_80 {
	font-size: 80px;
	line-height: 80px; }
.qodx_services_sc.qodx_align_left {
	padding-left: 40px; }
.qodx_services_sc.qodx_align_right {
	padding-right: 40px; }
.qodx_services_sc h3 {
	font-size: 30px; }
.qodx_services_sc h5 {
	font-size: 22px; }
.qodx_services_sc .qodx_services_bg_icon {
	position: absolute;
	top: 15px;
	color: #fcfcfc;
	font-size: 160px;
	line-height: 160px;
	z-index: -1; }
.qodx_services_sc.qodx_align_right .qodx_services_bg_icon {
	right: 65px; }
.qodx_services_sc.qodx_align_left .qodx_services_bg_icon {
	left: 65px; }
.qodx_services_sc.qodx_align_center .qodx_services_bg_icon {
	right: 50%; }
	

/* Bootstrap Tooltip
   ---------------------------------------------------- */	

.tooltip {
	font-size: 11px; }
.tooltip-inner {
	padding: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; }

/* Clients
   ---------------------------------------------------- */

.qodx_client {
	/*margin-bottom: 40px;*/
	transition: 0.4s;
	-webkit-transition: 0.4s; }
.qodx_owl_carousel .qodx_client {
	margin-bottom: 20px; }
.qodx_client:hover {
	opacity: 1!important;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)!important; }
.qodx_client.qodx_client_scale_effect:hover img {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1); }
.qodx_client a {
	display: inline-block; }
.qodx_client a:focus {
	outline: none; }
.qodx_client img {
	display: inline-block;
	width: auto;
	width: 100%\9;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		  -o-transition: all 0.3s ease;
			transition: all 0.3s ease; }
.qodx_client.qodx_client_border img {
	border: 1px solid;
	border-color: transparent;}
.qodx_client.qodx_client_border img:hover {
	border-color: #888888; }
	
/* Custom Headings Styles
   ---------------------------------------------------- */	
   
.qodx_cheading_sc h1,
.qodx_cheading_sc h2,
.qodx_cheading_sc h3,
.qodx_cheading_sc h4,
.qodx_cheading_sc h5,
.qodx_cheading_sc h6 { 
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 30px; }
	
/* ----- Headings #1  ----- */	
.qodx_cheading_sc.qodx_cheading_1 h1,
.qodx_cheading_sc.qodx_cheading_1 h2,
.qodx_cheading_sc.qodx_cheading_1 h3,
.qodx_cheading_sc.qodx_cheading_1 h4,
.qodx_cheading_sc.qodx_cheading_1 h5,
.qodx_cheading_sc.qodx_cheading_1 h6 { 
	position: relative; }
.qodx_cheading_sc.qodx_cheading_1 h1:after,
.qodx_cheading_sc.qodx_cheading_1 h2:after,
.qodx_cheading_sc.qodx_cheading_1 h3:after,
.qodx_cheading_sc.qodx_cheading_1 h4:after,
.qodx_cheading_sc.qodx_cheading_1 h5:after,
.qodx_cheading_sc.qodx_cheading_1 h6:after {
	content: "";
	display: block;
	border-bottom: 1px solid;
	border-color: #e1e1e1;
	width: 30%;
	height: 1px;
	margin: 30px 0; }
.qodx_cheading_sc.qodx_cheading_1 h1:before,
.qodx_cheading_sc.qodx_cheading_1 h2:before,
.qodx_cheading_sc.qodx_cheading_1 h3:before,
.qodx_cheading_sc.qodx_cheading_1 h4:before,
.qodx_cheading_sc.qodx_cheading_1 h5:before,
.qodx_cheading_sc.qodx_cheading_1 h6:before {
	content: "";
	display: block;
	background: #fcfcfc;
	border-radius: 100%;
	height: 10px;
	width: 10px;
	border: 1px solid;
	border-color: #e1e1e1;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 0;
	margin-bottom: -4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;  
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 2px #999; 
	-moz-box-shadow: 0 1px 2px #999; 
	box-shadow: 0 1px 2px #999; }
.qodx_cheading_sc.qodx_cheading_1.qodx_align_center {
	text-align: center;	}
.qodx_cheading_sc.qodx_cheading_1.qodx_align_center h1:after,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_center h2:after,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_center h3:after,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_center h4:after,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_center h5:after,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_center h6:after {
	margin: 30px auto; }
.qodx_cheading_sc.qodx_cheading_1.qodx_align_center h1:before,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_center h2:before,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_center h3:before,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_center h4:before,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_center h5:before,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_center h6:before {
	left: 50%;
	margin-left: -5px; }
.qodx_cheading_sc.qodx_cheading_1.qodx_align_right {
	text-align: right;	}
.qodx_cheading_sc.qodx_cheading_1.qodx_align_right h1:after,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_right h2:after,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_right h3:after,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_right h4:after,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_right h5:after,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_right h6:after {
	margin: 30px 0 30px auto; }
.qodx_cheading_sc.qodx_cheading_1.qodx_align_right h1:before,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_right h2:before,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_right h3:before,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_right h4:before,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_right h5:before,
.qodx_cheading_sc.qodx_cheading_1.qodx_align_right h6:before {
	left: 100%;
	margin-left: -10px; }	
	
/* ----- Headings #2  ----- */
.qodx_cheading_sc.qodx_cheading_2 {
	overflow: hidden;
	margin-bottom: 30px;
	display: table; }
.qodx_cheading_sc.qodx_cheading_2 .qodx_cheading_sep_wrap {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
	height: 7px; }	
.qodx_cheading_sc.qodx_cheading_2 .qodx_cheading_sep {
	display: block;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	position: relative;
	height: 7px;
	top: 1px; }
.qodx_cheading_sc.qodx_cheading_2 h1,
.qodx_cheading_sc.qodx_cheading_2 h2,
.qodx_cheading_sc.qodx_cheading_2 h3,
.qodx_cheading_sc.qodx_cheading_2 h4,
.qodx_cheading_sc.qodx_cheading_2 h5,
.qodx_cheading_sc.qodx_cheading_2 h6 {		
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	display: table-cell;
	white-space: pre; }
.qodx_cheading_sc.qodx_cheading_2.qodx_align_right h1,
.qodx_cheading_sc.qodx_cheading_2.qodx_align_right h2,
.qodx_cheading_sc.qodx_cheading_2.qodx_align_right h3,
.qodx_cheading_sc.qodx_cheading_2.qodx_align_right h4,
.qodx_cheading_sc.qodx_cheading_2.qodx_align_right h5,
.qodx_cheading_sc.qodx_cheading_2.qodx_align_right h6 {		
	float: right;
	padding: 0 0 0 10px; }
	
/* ----- Headings #3  ----- */	
.qodx_cheading_sc.qodx_cheading_3 {
	position: relative;
	margin-bottom: 20px; }	
.qodx_cheading_sc.qodx_cheading_3 h1,
.qodx_cheading_sc.qodx_cheading_3 h2,
.qodx_cheading_sc.qodx_cheading_3 h3,
.qodx_cheading_sc.qodx_cheading_3 h4,
.qodx_cheading_sc.qodx_cheading_3 h5,
.qodx_cheading_sc.qodx_cheading_3 h6 { 
	border-bottom: 1px solid; 
	/*border-color: #e5e5e5;*/
	border-color: transparent;
	padding-bottom: 20px; }
.qodx_cheading_sc.qodx_cheading_3 h1:after,
.qodx_cheading_sc.qodx_cheading_3 h2:after,
.qodx_cheading_sc.qodx_cheading_3 h3:after,
.qodx_cheading_sc.qodx_cheading_3 h4:after,
.qodx_cheading_sc.qodx_cheading_3 h5:after,
.qodx_cheading_sc.qodx_cheading_3 h6:after {
	background: none repeat scroll 0 0 #e74c3c;
	bottom: 0px;
	content: " ";
	height: 2px;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: auto;
	width: 150px; }
.qodx_cheading_sc.qodx_cheading_3 h1 span,
.qodx_cheading_sc.qodx_cheading_3 h2 span,
.qodx_cheading_sc.qodx_cheading_3 h3 span,
.qodx_cheading_sc.qodx_cheading_3 h4 span,
.qodx_cheading_sc.qodx_cheading_3 h5 span,
.qodx_cheading_sc.qodx_cheading_3 h6 span { 
	display: inline-block;
	padding-bottom: 10px;  }
.qodx_cheading_sc.qodx_cheading_3.qodx_align_center h1,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_center h2,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_center h3,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_center h4,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_center h5,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_center h6 { 
	text-align: center; }
.qodx_cheading_sc.qodx_cheading_3.qodx_align_right h1,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_right h2,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_right h3,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_right h4,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_right h5,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_right h6 { 
	text-align: right; }
.qodx_cheading_sc.qodx_cheading_3.qodx_align_right h1:after,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_right h2:after,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_right h3:after,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_right h4:after,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_right h5:after,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_right h6:after {
	left: auto;
	right: 0; }
.qodx_cheading_sc.qodx_cheading_3.qodx_align_center h1:after,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_center h2:after,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_center h3:after,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_center h4:after,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_center h5:after,
.qodx_cheading_sc.qodx_cheading_3.qodx_align_center h6:after {
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%); }
	
/* ----- Headings #4  ----- */	
.qodx_cheading_sc.qodx_cheading_4 {
	background: transparent url(lib/img/divider_line.png)/*tpa=http://fastblinds.ru/wp-content/plugins/qodux-framework/shortcodes/assets/lib/img/divider_line.png*/ repeat-x center center;
	overflow: hidden;
	margin-bottom: 30px; }
.qodx_cheading_sc.qodx_cheading_4 h1,
.qodx_cheading_sc.qodx_cheading_4 h2,
.qodx_cheading_sc.qodx_cheading_4 h3,
.qodx_cheading_sc.qodx_cheading_4 h4,
.qodx_cheading_sc.qodx_cheading_4 h5,
.qodx_cheading_sc.qodx_cheading_4 h6 {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
	background: #ffffff; }
.qodx_cheading_sc.qodx_cheading_4.qodx_align_right h1,
.qodx_cheading_sc.qodx_cheading_4.qodx_align_right h2,
.qodx_cheading_sc.qodx_cheading_4.qodx_align_right h3,
.qodx_cheading_sc.qodx_cheading_4.qodx_align_right h4,
.qodx_cheading_sc.qodx_cheading_4.qodx_align_right h5,
.qodx_cheading_sc.qodx_cheading_4.qodx_align_right h6 {
	padding: 0 0 0 10px; }
.qodx_cheading_sc.qodx_cheading_4.qodx_align_center h1,
.qodx_cheading_sc.qodx_cheading_4.qodx_align_center h2,
.qodx_cheading_sc.qodx_cheading_4.qodx_align_center h3,
.qodx_cheading_sc.qodx_cheading_4.qodx_align_center h4,
.qodx_cheading_sc.qodx_cheading_4.qodx_align_center h5,
.qodx_cheading_sc.qodx_cheading_4.qodx_align_center h6 {
	padding: 0 10px;
	margin: 0 auto; }
.qodx_cheading_sc.qodx_cheading_4.qodx_align_right {
	text-align: right; }
.qodx_cheading_sc.qodx_cheading_4.qodx_align_center {
	text-align: center; }
	
/* Section Headings
   ---------------------------------------------------- */	
	
.qodx_heading .title-block-container {
	margin-bottom: 40px; }
.qodx_section_heading.intro_text.text-left {
	margin-bottom: 25px; }		
.title-block-container h2 {
    margin: 0px 0px 10px;
    font-size: 38px;
    letter-spacing: -1px;
}
.title-block-container h3.h2 {
	opacity: 0.8;
    padding: 0px 24%;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: #888;
    line-height: 25px;
    font-weight: 400; }
.white-content .title-block-container h3.h2 {
    opacity: 0.6;
    color: #fff;
}

/* Gallery Grid
   ---------------------------------------------------- */

.qodx_gallery_grid_item {
	margin-bottom: 30px; }
.qodx_gallery_grid_item.qodx_col_1 {
	clear: both; } 
.qodx_gallery_item_inner {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;    
	-moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
.qodx_gallery_overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(10,10,10,0.55);
	-moz-transition: all ease 400ms ease-in-out;
	  -webkit-transition: all ease 400ms ease-in-out;
	    -o-transition: all ease 400ms ease-in-out;
	      transition: all ease 400ms ease-in-out; }  
.qodx_gallery_item_inner > img {
	width: 100%;
	height: auto;    
	-moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
		  
/* ----- Image Zoom Icon ----- */
.qodx_image_zoom {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	background-color: #25c6ff;
	text-align: center;
	position: absolute;
	top: -50%;
	left: 50%;
	border-radius: 50%;
	margin-top: -25px;
	margin-left:  -25px;
	-webkit-transition: all ease 400ms ease-in-out;
	  -moz-transition: all ease 400ms ease-in-out;
	    -ms-transition: all ease 400ms ease-in-out;
	      -o-transition: all ease 400ms ease-in-out;
	        transition: all ease 400ms ease-in-out; }
			
/* ----- Image Title ----- */
.qodx_gallery_overlay h3 {
	width: 100%;	
	position: absolute;
	bottom: -28%;
	color: #f8f8f8;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;	
	padding: 0 10px;
	-webkit-transition: all 300ms ease-in-out;
	  -moz-transition: all 300ms ease-in-out;
	    -o-transition: all 300ms ease-in-out;
	      -ms-transition: all 300ms ease-in-out;
	        transition: all 300ms ease-in-out; }

/* ----- Image Scale ( Hover Effect ) ----- */
.qodx_gallery_item_inner:hover img {
	transform: scale(1.2);
	  -ms-transform: scale(1.2);
	    -webkit-transform: scale(1.2);
	      -o-transform: scale(1.2);
			-moz-transform: scale(1.2); }

.qodx_gallery_item_inner:hover .qodx_image_zoom {
	top: 45%;
	color: #fff; }

.qodx_gallery_item_inner:hover .qodx_gallery_overlay h3 {
	bottom: 28%; }
.qodx_gallery_item_inner:hover .qodx_gallery_overlay {
	opacity: 1; } 
.qodx_image_zoom:hover, .qodx_image_zoom:focus {
	background-color: #04ac91;
	color: #fff; }
.qodx_gallery_no_margins {
	margin-bottom: 40px; }
.qodx_gallery_no_margins article {
	padding: 0;
	margin: 0; }

/* Video Player
   ---------------------------------------------------- */
   	
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
	padding-bottom: 54.25%;
	padding-top: 20px;
	height: 0;
	overflow: hidden; }
	
/* Progress Bars 
   ---------------------------------------------------- */	

.qodx_progress_bars .vc_single_bar {
	background: #e0e0e0;
	margin-bottom: 15px;
	-webkit-border-radius: 0px;
      -moz-border-radius: 0px;
    	border-radius: 0px;
	-webkit-box-shadow: none;
	  -moz-box-shadow: none;
		box-shadow: none; } 
.qodx_progress_bars .vc_single_bar .vc_label {
	padding: 0 20px;
	line-height: 36px;
	font-weight: 700;
	font-size: 14px;
	color: #fff; } 
.qodx_progress_bars .vc_single_bar .vc_label_units {
	line-height: 36px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 20px; } 
.qodx_progress_bars .vc_single_bar .vc_bar:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 36px solid transparent;
	border-right: 20px solid #e0e0e0; }
.qodx_progress_bars .vc_single_bar .vc_bar {
	background-color: #25c6ff;
	overflow: hidden;
	-webkit-border-radius: 0px;
      -moz-border-radius: 0px;
    	border-radius: 0px; }
		
/* ---------------------------------------------------- */
/* VC Default Shotcodes - Custom Edits
/* ---------------------------------------------------- */ 

/* Accordions
   ---------------------------------------------------- */

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	margin: 0; }
.wpb_accordion .wpb_accordion_header:focus {
	outline: none; }
.wpb_accordion .wpb_accordion_section {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.04);
  		box-shadow: 0 1px 1px rgba(0,0,0,.04);
	border-color: #e1e1e1;
	padding: 10px 0px 14px;
	margin-top: 5px;
	background: #fff; }	
.wpb_accordion .wpb_accordion_section:first-child {
	margin-top: 0px;
	padding-top: 0px;  }
.wpb_accordion .wpb_accordion_section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	  -moz-box-shadow: none;
		box-shadow: none; }
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:before {
	content: "\f0e6";
	margin-right: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {	
	color: #222; 
	font-size: 18px;
	font-weight: 700;
	padding: 12px 15px;
	border-left: none;
	background-image: none;
	-webkit-transition: all 300ms ease-in-out;
	  -moz-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		  -ms-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out; }
.wpb_accordion .wpb_accordion_header.ui-state-active a {
	color: #151515;
	border-left-color: #25c6ff;	
	background-image: none; }	
.wpb_accordion .wpb_accordion_header a:hover {
	color: #25c6ff; }	
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon { 
	display: none; }
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	border: 1px solid #e1e1e1;
	border-top: none;
	line-height: 22px;
	padding: 20px 25px 10px 25px;  }
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, 
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color: transparent; }
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	border: 1px solid #e1e1e1;
	padding: 0;
	border-radius: 0;
	background: #fff;
	color: #000; }
.wpb_accordion .wpb_text_column p {
	color: #000;
	font-size: 13px;
	line-height: 23px;
	font-weight: 400; }
.wpb_accordion .wpb_text_column p:last-child {
	margin-bottom: 10px; }
		
/* Tabs
   ---------------------------------------------------- */

.qodx_vcsc_style .wpb_tabs_nav {
	border: none; }
.qodx_vcsc_style .wpb_tab .wpb_content_element {
	margin-bottom: 12px; }
.qodx_vcsc_style .wpb_tabs_nav > li > a {
	color: #222;
    font-size: 22px;
    font-weight: 400;
	text-transform: uppercase;
	padding: 0;
	border: none;	 }
.qodx_vcsc_style .wpb_tabs_nav > li:first-child {
	border-right: 1px solid #999;
	padding-right: 20px; }
.qodx_vcsc_style .wpb_tabs_nav > li:last-child {
	padding-left: 20px; }
.wpb_content_element.qodx_vcsc_style .wpb_tabs_nav li a {
	margin-right: 2px;
	padding: 0;
	padding-bottom: 0; }
.wpb_content_element.qodx_vcsc_style .wpb_tabs_nav li.ui-tabs-active:first-child a {
	padding-left: 0; }
.wpb_content_element.qodx_vcsc_style .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element.qodx_vcsc_style .wpb_tabs_nav li:hover {
	background: none; }
.wpb_content_element.qodx_vcsc_style .wpb_tabs_nav li.ui-tabs-active a,
.wpb_content_element.qodx_vcsc_style .wpb_tabs_nav li.ui-tabs-active:hover a, 
.wpb_content_element.qodx_vcsc_style .wpb_tabs_nav li.ui-tabs-active:focus a {
	color: #25c6ff;
	border: none; }
.qodx_vcsc_style .wpb_tabs_nav > li > a:hover {
	color: #25c6ff;
	border: none; }
	
/* ----- Tab Description ----- */
.wpb_content_element.wpb_tabs.qodx_vcsc_style .wpb_tour_tabs_wrapper .wpb_tab {
	background: none;
	padding: 25px 0; }
.wpb_content_element.wpb_tabs.qodx_vcsc_style .wpb_tour_tabs_wrapper .wpb_tab p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300; }
.wpb_content_element.wpb_tabs.qodx_vcsc_style .wpb_tour_tabs_wrapper .wpb_tab a {
	margin-top: 20px;
	margin-right: 10px; }
	
/* ----- Et-line font ----- */
.qodx_service_box_sc [class^="icon-"], [class*=" icon-"] {
	line-height: inherit; }	
	
	
	
	
/* =============================================================================
   LUNE theme specific styles
============================================================================= */



	
/* =============================================================================
   14. Sliders
============================================================================= */
/* 14.1 Main Slider ( Swiper )
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.qodx-swiper-slider {
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


/* Slides
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.swiper-slide { overflow: hidden; }


/* Container
--------------------------------------------------------- */
.swiper-slide-container {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}


/* Image Block
--------------------------------------------------------- */
.swiper-slide-container > .image-block { padding: 0; }
.swiper-slide-container > .image-block img {
    width: 100%;
    height: auto;
    position: relative;
}


/* Image
--------------------------------------------------------- */
.swiper-slide > img {
    width: 100%;
    display: block;
}


/* Active Slide
--------------------------------------------------------- */
.content-block[data-qodx-swiper-slide-to] > div { cursor: pointer; }
.content-block.active-swiper-slide .qodx_icon i {
    color: #25c6ff !important;
    background-color: #ffffff !important;
}


/* Arrows
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    opacity: 0;
    width: 48px;
    height: 48px;
    color: #121212;
    font-size: 32px;
    margin-top: -24px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    background-image: none;
    background-color: #ffffff;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -58px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -58px;
}

/* Icon
--------------------------------------------------------- */
.swiper-button-prev i,
.swiper-container-rtl .swiper-button-next i {
    margin-left: -5px;
}
.swiper-button-next i,
.swiper-container-rtl .swiper-button-prev i {
    margin-right: -5px;
}

/* Hover
--------------------------------------------------------- */
.qodx-swiper-slider:hover .swiper-button-prev,
.qodx-swiper-slider:hover .swiper-container-rtl .swiper-button-next {
    opacity: 1;
    left: 20px;
}
.qodx-swiper-slider:hover .swiper-button-next,
.qodx-swiper-slider:hover .swiper-container-rtl .swiper-button-prev {
    opacity: 1;
    right: 20px;
}


/* Pagination
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.swiper-container-horizontal > .swiper-pagination {
    height: 20px;
    line-height: 0;
}
.swiper-container-horizontal > .swiper-pagination.pag-lowest,
.twitter-feed-block.swiper-container-horizontal > .swiper-pagination {
	bottom: 0; }
.section-no-padding .swiper-container-horizontal > .swiper-pagination,
.qodx_team_no_overlay .swiper-container-horizontal > .swiper-pagination { bottom: 10px; }


/* Fade, Vertical, Background Sliders and No Pagination
--------------------------------------------------------- */
.fade-swiper-slider .swiper-pagination,
.vertical-swiper-slider .swiper-pagination,
.background-swiper-slider .swiper-pagination,
.no-pagination-swiper-slider .swiper-pagination {
    display: none;
}


/* Dots
--------------------------------------------------------- */
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet { margin: 0; }
.swiper-pagination-bullet {
    opacity: 1;
    width: 20px;
    height: 20px;
    padding: 5px;
    position: relative;
    background-color: transparent;
}

.swiper-pagination-bullet::after {
    top: 5px;
    left: 5px;
    content: '';
    width: 12px;
    height: 12px;
    opacity: 0.50;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;

    -webkit-transform: scale(0.70);
       -moz-transform: scale(0.70);
        -ms-transform: scale(0.70);
         -o-transform: scale(0.70);
            transform: scale(0.70);

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

/* Active / Hover
--------------------------------------------------------- */
.swiper-pagination-bullet:hover::after,
.swiper-pagination-bullet-active::after {
    opacity: 1;
}


/* Hover
----------------------------------------------------------------------------- */
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover,
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
    color: #ffffff;
    background-color: #25c6ff;
}


/* Fancybox
----------------------------------------------------------------------------- */
.qodx-swiper-slider[data-swiper-items="1"] .image-block-container .fancybox img {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}



/* 14.2 Background Slider
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.background-swiper-slider {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}



/* 14.3 Slider With thumbs
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.overlay_content.thumbs-swiper-slider {
    overflow: visible;
    margin-bottom: 40px;
}


/* Pagination
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.thumbs-swiper-slider .swiper-pagination-thumbs {
    z-index: 10;
    width: 100%;
    height: 80px;
    font-size: 0;
    line-height: 0;
    margin-top: -40px;
    position: relative;
    text-align: center;
}

/* Dots
--------------------------------------------------------- */
.swiper-pagination-thumbs span {
    width: 80px;
    height: 80px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%;
    margin: -5px 2px 0;
    display: inline-block;
    background-color: #121212;

    -webkit-transform: scale(0.90);
       -moz-transform: scale(0.90);
        -ms-transform: scale(0.90);
         -o-transform: scale(0.90);
            transform: scale(0.90);

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* Image
--------------------------------------------------------- */
.swiper-pagination-thumbs span img {
    width: 100%;
    opacity: 0.70;
    display: block;
    border-radius: 50%;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

/* Hover / Active
--------------------------------------------------------- */
.swiper-pagination-thumbs span:hover img,
.swiper-pagination-thumbs span.active-swiper-slide img {
    opacity: 1;
}

.swiper-pagination-thumbs span:hover,
.swiper-pagination-thumbs span.active-swiper-slide {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}



/* 14.4 Coverflow Slider
============================================================================= */
/* Slide
----------------------------------------------------------------------------- */
.coverflow-swiper-slider .swiper-slide { width: 33.33333333%; }


/* Dots
----------------------------------------------------------------------------- */
.coverflow-swiper-slider .swiper-pagination { display: none; }


/* Shadow
----------------------------------------------------------------------------- */
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-top,
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-left,
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-right,
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-bottom {
    left: -1%;
    width: 102%;
}
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-left,
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(90deg, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(90deg, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(90deg, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
}

.grey-section .coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-left,
.grey-section .coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(90deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(90deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(90deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
}



/* 14.5 Centered Slider
============================================================================= */
/* Overlayer
----------------------------------------------------------------------------- */
.center-swiper-slider .swiper-slide::after {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-color: transparent;
}
.center-swiper-slider .swiper-slide-active::after { display: none; }


/* Portfolio
----------------------------------------------------------------------------- */
.center-swiper-slider .portfolio-block-container .image-block ~ * {
    opacity: 0;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.center-swiper-slider .swiper-slide-active .portfolio-block-container .image-block ~ * { opacity: 1; }



/* 14.6 Mobile Slider
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.mobile-slider {
    display: block;
    overflow: hidden;
    max-width: 760px;
    text-align: center;
    position: relative;
    margin: 0 auto 30px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
	
	float: none; /* needed for center align */
}


/* Arrows
----------------------------------------------------------------------------- */
.mobile-slider .qodx-swiper-slider:hover .swiper-button-prev,
.mobile-slider .qodx-swiper-slider:hover .swiper-container-rtl .swiper-button-next {
    left: 5px;
}
.mobile-slider .qodx-swiper-slider:hover .swiper-button-next,
.mobile-slider .qodx-swiper-slider:hover .swiper-container-rtl .swiper-button-prev {
    right: 5px;
}



/* iPhone Slider
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.iphone-slider .mobile-slider-container {
    top: 0;
    left: 50%;
    width: 252px;
    height: 100%;
    overflow: hidden;
    padding-top: 72px;
    position: absolute;
    margin-left: -126px;
    padding-bottom: 72px;
}


/* Frame
----------------------------------------------------------------------------- */
.mobile-slider .iphone-frame {
    width: 290px;
    display: block;
    margin: 0 auto;
}



/* 14.7 Portfolio Slider
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.qodx-swiper-slider .portfolio-block-container {
    width: auto;
    margin-left: -1px;
    margin-right: -1px;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Image
--------------------------------------------------------- */
.qodx-swiper-slider .portfolio-block-container .image-block img {
    -webkit-backface-visibility: hidden !important;
            backface-visibility: hidden !important;
}



/* 14.8 Blog Slider
============================================================================= */
/* Post Block Container
----------------------------------------------------------------------------- */
.qodx-swiper-slider .post-block-container { background-color: #25c6ff; }


/* Header
----------------------------------------------------------------------------- */
.qodx-swiper-slider .post-block-container .post-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    padding: 15px;
    display: block;
    min-height: 62px;
    text-align: right;
    position: absolute;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.70) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.70) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0.70) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.70) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(255, 255, 255, 0) 100%);
}


/* Media
----------------------------------------------------------------------------- */
.qodx-swiper-slider .post-block-container .post-media {
    margin: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.qodx-swiper-slider .post-block-container .post-media > div { border-radius: 0; }


/* Footer
----------------------------------------------------------------------------- */
.qodx-swiper-slider .post-block-container .post-footer {
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 15;
    margin-top: 0;
    position: absolute;
    background-color: #25c6ff;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transform: translate(0, 55px);
       -moz-transform: translate(0, 55px);
        -ms-transform: translate(0, 55px);
         -o-transform: translate(0, 55px);
            transform: translate(0, 55px);

    -webkit-transition: opacity 0.30s, transform 0.30s;
       -moz-transition: opacity 0.30s, transform 0.30s;
         -o-transition: opacity 0.30s, transform 0.30s;
            transition: opacity 0.30s, transform 0.30s;
}


/* Avatar
----------------------------------------------------------------------------- */
.qodx-swiper-slider .post-block-container .avatar-block {
    top: 15px;
    left: 15px;
    width: 32px;
    height: 32px;
}

/* Meta
----------------------------------------------------------------------------- */
.qodx-swiper-slider .post-block-container .meta-block-container {
    color: #ffffff;
    font-size: 16px;
}
.qodx-swiper-slider .post-block-container .meta-block-container span {
    margin-top: 8px;
    margin-bottom: 8px;
}
.qodx-swiper-slider .post-block-container .meta-block-container span i { color: #ffffff; }


/* Title
----------------------------------------------------------------------------- */
.qodx-swiper-slider .post-block-container .post-footer h4 { margin: 0; }


/* Link
----------------------------------------------------------------------------- */
.qodx-swiper-slider .post-block-container .post-footer h4 a {
    width: 100%;
    display: block;
    color: #ffffff;
    overflow: hidden;
    line-height: 30px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 20px 10px;
    background-color: #25c6ff;
}
.qodx-swiper-slider .post-block-container .post-footer h4 a::after {
    left: 0;
    top: -5px;
    width: 100%;
    height: 5px;
    content: '';
    position: absolute;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.qodx-swiper-slider .post-block-container .post-media .image-block { overflow: hidden; }

/* Container
--------------------------------------------------------- */
.qodx-swiper-slider .post-block-container .post-media .image-block-container {
    width: auto;
    margin-top: 0;
    margin-right: -1px;
}

/* Image
--------------------------------------------------------- */
.qodx-swiper-slider .post-block-container .post-media .image-block img {
    -webkit-transition: transform 0.30s;
       -moz-transition: transform 0.30s;
         -o-transition: transform 0.30s;
            transition: transform 0.30s;
}


/* Hover
----------------------------------------------------------------------------- */
.qodx-swiper-slider .post-block-container:hover .post-media .image-block img {
    -webkit-transform: translate(0, -55px);
       -moz-transform: translate(0, -55px);
        -ms-transform: translate(0, -55px);
         -o-transform: translate(0, -55px);
            transform: translate(0, -55px);
}

.qodx-swiper-slider .post-block-container:hover .post-footer {
    opacity: 1;

    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
}



	
/* =============================================================================
   55. Pricing Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.pricing-tables-wrapper {
    display: block;
    padding-top: 3px;
    overflow: hidden;
    position: relative;
}
.pricing-tables-wrapper.correct-border {
    padding: 0;
    margin-bottom: 30px;
}
.section-no-padding .pricing-tables-wrapper.correct-border { margin-bottom: 0; }


/* Container
----------------------------------------------------------------------------- */
.pricing-block-container {
    width: 100%;
    display: block;
    padding: 40px 15px 20px;
    text-align: center;    
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0 auto 30px;
    background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.qodx_pricing_featured .pricing-block-container {
    padding: 60px 15px 40px;
}

.pricing-block-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Icon
----------------------------------------------------------------------------- */
.pricing-block-container .pricing-block-icon span {
    position: absolute;
    font-size: 18px;
    top: 15px;
    right: 11px;
    color: #fff;
    padding: 0;    
	display: inline-block;
    margin-bottom: 10px !important;
    border-radius: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.pricing-block-container .pricing-block-icon span i {
    display: inline-block;
    line-height: 1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.pricing-block-container .pricing-block-title {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto 15px;
}
.pricing-block-container .pricing-block-title * {
    font-weight: 700;
}

/* Typography
------------------------------------- */
.pricing-block-container .pricing-block-title h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0px 0 10px;
	letter-spacing: 2px;
    color: #00BCD4;
    text-transform: uppercase;
}
.qodx_pricing_box_sc ul li {
    color: #333;
	font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    border: medium none;
    margin: 0px;
    text-transform: none;
    letter-spacing: 0px;
    padding: 8px 15px;
}


/* Price
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.pricing-block-container .pricing-block-price {
    margin: 0 auto;
    display: inline-block;
}
.pricing-block-container .pricing-block-price * { margin: 0; }

/* Typography
--------------------------------------------------------- */
/* h4
------------------------------------- */
.pricing-block-container .pricing-block-price h4 {
    color: #333;
    font-size: 0;
    line-height: 0;
    font-weight: 400;
}

/* p
------------------------------------- */
.pricing-block-container .pricing-block-price p {
    color: #25c6ff;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 25px;
}

/* span
------------------------------------- */
.pricing-block-container .pricing-block-price span {
    line-height: 1;
    display: inline-block;
}


/* Old Price
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
.pricing-block-container .pricing-block-price .old-price {
    position: relative;

    -webkit-transform: scale(0.70);
       -moz-transform: scale(0.70);
        -ms-transform: scale(0.70);
         -o-transform: scale(0.70);
            transform: scale(0.70);
}

/* Cross Line
------------------------------------- */
.pricing-block-container .pricing-block-price .old-price::after {
    left: 0;
    top: 50%;
    width: 100%;
    height: 4px;
    content: '';
    margin-top: -2px;
    position: absolute;
    background-color: #25c6ff;
}

/* Select
--------------------------------------------------------- */
.pricing-block-container .pricing-block-price .form-group { margin: 25px auto -16px; }


/* Description
----------------------------------------------------------------------------- */
.pricing-block-container .pricing-block-desc {
    width: 100%;
    display: block;
    padding-top: 40px;
}


/* Features
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.qodx_pricing_box_sc.qodx_pricing_featured.pricing-block-style-2 .pricing-block-container,
.qodx_pricing_box_sc.qodx_pricing_featured.pricing-block-style-3 .pricing-block-container{
    background: #00BCD4; 
    border: 1px solid #00BCD4;
    color: #fff;
}

.pricing-block-container .pricing-block-features {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 14px;
}

/* List
--------------------------------------------------------- */
.pricing-block-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}


/* Button
----------------------------------------------------------------------------- */
.pricing-block-container .pricing-block-button {
    width: 100%;
    display: block;
    padding: 20px 0 0;
}
.pricing-block-container .pricing-block-button a.btn:hover {
	background-color: #444;
    border-color: #444;
    color: #fff;
}

.qodx_pricing_box_sc.qodx_pricing_featured.pricing-block-style-2 h4, 
.qodx_pricing_box_sc.qodx_pricing_featured.pricing-block-style-2 ul li, 
.qodx_pricing_box_sc.qodx_pricing_featured.pricing-block-style-2 a.btn, 
.qodx_pricing_box_sc.qodx_pricing_featured.pricing-block-style-2 a.btn:hover, 
.qodx_pricing_box_sc.qodx_pricing_featured.pricing-block-style-2 h3,
.qodx_pricing_box_sc.qodx_pricing_featured.pricing-block-style-3 h4, 
.qodx_pricing_box_sc.qodx_pricing_featured.pricing-block-style-3 ul li, 
.qodx_pricing_box_sc.qodx_pricing_featured.pricing-block-style-3 a.btn, 
.qodx_pricing_box_sc.qodx_pricing_featured.pricing-block-style-3 a.btn:hover, 
.qodx_pricing_box_sc.qodx_pricing_featured.pricing-block-style-3 h3 {
    color: #fff;
}

.qodx_pricing_box_sc h4 sup {
    vertical-align: super;
    top: 0px;
    font-size: 50%;
}



/* Style 1
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.pricing-block-style-1 { z-index: 20; }
.pricing-block-style-1::after,
.pricing-block-style-1::before {
    display: none;
}

.qodx_pricing_section .vc_col-sm-3 {
    margin-right: -1px;
}

/* Container
----------------------------------------------------------------------------- */
.pricing-block-style-1 {
	margin-right: -1px;
}
.pricing-block-style-1 .pricing-block-container {

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}


/* Pricing Wide Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.pricing-wide-block .pricing-block-container {
    padding: 0;
    position: relative;
}
.pricing-wide-block .pricing-block-container::before {
    top: 0;
    left: 0;
    width: 25%;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #25c6ff;
    border-radius: 2px 0 0 2px;
}


/* Title / Price
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.pricing-wide-block .pricing-block-container .col-md-3:first-child {
    overflow: hidden;
    padding: 30px 15px;
    position: relative;
}

/* Color
--------------------------------------------------------- */
.pricing-wide-block .pricing-block-container .col-md-3:first-child * { color: #ffffff; }

/* Title
--------------------------------------------------------- */
.pricing-wide-block .pricing-block-container .pricing-block-title { margin: 0 auto 15px; }

/* Price
--------------------------------------------------------- */
.pricing-wide-block .pricing-block-container .pricing-block-price {
    border: 0;
    padding: 0;
}


/* Features / Description
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.pricing-wide-block .pricing-block-container .col-md-6 {
    text-align: left;
    padding: 0 20px 25px;
}

/* Items
--------------------------------------------------------- */
.pricing-wide-block .pricing-block-container .pricing-block-features ul li {
    width: 50%;
    float: left;
    padding: 0 10px;
}


/* Button
----------------------------------------------------------------------------- */
.pricing-wide-block .pricing-block-container .col-md-3:last-child {
    text-align: right;
    padding: 0 40px 40px 0;
}



/* Wide Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.pricing-block.wide-block .pricing-block-container {
    border-radius: 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}


/* Border
----------------------------------------------------------------------------- */
.pricing-block.wide-block::after,
.pricing-block.wide-block::before {
    content: '';
    z-index: 15;
    position: absolute;
    background-color: #dddddd;
}
.pricing-block.wide-block::after {
    left: 0;
    width: 100%;
    height: 1px;
    bottom: -1px;
}
.pricing-block.wide-block::before {
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
}


/*** Focus_WP custom style ***/

.five_col .qodx_clients_sc {
	overflow: hidden;
	padding: 0 100px;
	margin-bottom: 0; }
.five_col .qodx_clients_sc .col-lg-2 {
	width: 20%; }
.five_col .qodx_clients_sc .qodx_client.item img  {
    display: block;
    margin-right: auto;
    margin-left: auto;
	max-width: 140px; }
.qodx_feature_services .qodx_service_box_sc h4 {
	margin: 30px 0 13px;
	font-size: 15px; }
.qodx_pricing_section .vc_column_container>.vc_column-inner { padding: 0; }
.qodx_pricing_section .row { margin: 0; }