/*
Theme Name: click5-WP
Theme URI: https://www.click5interactive.com/
Description: click5 WordPress Theme
Version: 1.0.1
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Tags: 1180px fixed width, two columns, widgets
*/


@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style : normal;
        src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
        src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
              url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
              url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
              url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
              url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

@font-face {
  font-family: 'Avenir';
  src: url('./css/font/Light.otf');
  font-weight: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('./css/font/Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('./css/font/Regular.ttf');
  font-weight: 400;
}
@font-face {
    font-family: 'Avenir';
    src: url('./css/font/Avenir-Medium.woff2') format('woff2'),
        url('./css/font/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('./css/font/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('./css/font/AvenirNextLTPro-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


@font-face {
  font-family: 'Avenir';
  src: url('./css/font/Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Avenir';
  src: url('./css/font/ExtraBold.otf');
  font-weight: 800;
}
@font-face {
  font-family: 'Avenir';
  src: url('./css/font/Black.ttf');
  font-weight: 900;
}



/* Elements */

* { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
ol,ul { list-style: none; }

body {
	margin: 0;
	padding: 0;
	color: #546578;
	font-family: 'Avenir', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	background-color: #fcfdfd;
	background-color: #fff;
}
body.home{
	background-color: #fff;
}
body.page-template-page-support-categories,
body.page-template-page-support-php{
	background-color: #fcfdfd;
}

.wrap {
	width: 1320px;
	margin: 0 auto;
}


/* Header */

#header {
	float: left;
	width: 100%;
	height: 100px;
	top:0;
	position: fixed;
	transition-duration: 0.3s;
	z-index: 10000;
}
#header.sticky{
	background-color: #fff;
	box-shadow: 0 0 50px rgba(0,0,0,0.05);
}
#header .wrap{
	width: 90%;
	max-width: 1800px;
}

#logo {
	float: left;
	width: 222px;
	height: 55px;
	margin-top: -60px;   
}

#logo a {
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: transparent url(images/logo-w.png) center center no-repeat;
	background-size: contain;
}
#header.sticky #logo{
	margin-top: -55px; 
	height: 45px;
}
#header.sticky #logo a {
	background: transparent url(images/logo.png) center center no-repeat;
	background-size: contain;
}



/* Phone */

#buttons {
	float: right;
	margin-top: -60px;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
}
#buttons a{
	padding: 14px 0;
	text-align: center;
	width: 150px;
	
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}
.whiteButton{
	color: #000;
	background-color: #fff;
	border:1px solid #eef1f5;
	box-shadow: 0 0 30px rgba(0,0,0,0.04);
	border-radius: 3px;
}
.whiteButton:hover{
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}	


.greenButton{
	background-color: #4da063;
	color: #fff;
	border:1px solid #4da063;
	border-radius: 3px;
}
.greenButton:hover{
	background-color:#3f8c53;
}


/* Nav */

#nav {
	width: 100%;
	margin-top: 50px;	
	transition-duration: 0.3s;
}
#header.sticky #nav{
	margin-top: 19px;
}

#nav ul {
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	transition-duration: 0.3s;
	background: none;
}

#nav ul li a {
	display: block;
	padding: 20px 12px;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0px;
	text-decoration: none;
	position: relative;
}
#header.sticky #nav ul li a{
	color: #000;
}
#nav ul li a:after {
	content: "";
	width: 0%;
	background-color: #fff;
	height: 2px;
	display: block;
	transition-duration: 0.3s;
}	
#header.sticky #nav ul li a:after {
	background-color: #4da063;
}
#nav ul li a:hover,
#nav ul li.current-menu-item a,
#nav ul li.current-menu-parent a,
#nav ul li.current_page_parent a{
	
}

#nav ul li.current-menu-item a,
#nav ul li.current_page_parent a{
	font-weight: 600;
}

#nav ul li a:hover:after,
#nav ul li.current-menu-item a:after,
#nav ul li.current-menu-parent a:after,
#nav ul li.current_page_parent a:after{
	width: 100%;
	
}
#nav ul li.not-after a:after{
	display: none;
}
#nav ul li.not-after a{
	font-weight: 300;
}


/* Drop-Down Menu */
#nav li ul { position: absolute; left: -999em; width: 200px; height: auto; margin: 0; padding:0; z-index: 999; background:none; margin-left:-1px; }
#nav li ul li { padding-left: 0; padding-right: 0; background-color:#5a5a5a;  }
#nav li ul li a, #nav li.current-menu-item ul li a, #nav li.sfHover ul li a { background:none; width: 200px; height: auto; margin: 0; padding: 11px 10px 8px 15px; color: #fff; font-size: 18px; font-weight: 300; line-height: 20px; text-align: left; background:none; border-bottom:1px solid rgba(255, 255, 255, 0.2); }
#nav li ul li.sub-nav a, #nav li.current-menu-item ul li.sub-nav a, #nav li.sfHover ul li.sub-nav a { color: #afbd21; }
#nav li ul li a:hover, #nav li.current-menu-item ul li a:hover { color: #052556; background: #fff; border-bottom:1px solid rgba(255, 255, 255, 0.2); }
#nav li ul ul { margin: -39px 0 0 224px;  }
#nav li ul ul li a { border-bottom: 0; }
#nav li ul ul li a:hover { border-bottom: 0; }
#nav li ul li ul li a {}
#nav li:hover, #nav li.sfHover { position: static; }
#nav li:hover ul ul, #nav li.sfHover ul ul,
#nav li:hover ul ul ul, #nav li.sfHover ul ul ul,
#nav li:hover ul ul ul ul, #nav li.sfHover ul ul ul ul { left: -999em; }
#nav li:hover ul, #nav li.sfHover ul,
#nav li li:hover ul, #nav li li.sfHover ul,
#nav li li li:hover ul, #nav li li li.sfHover ul,
#nav li li li li:hover ul, #nav li li li li.sfHover ul { left: auto; } 


/* Mobile Nav */

#select-nav { display: none; }



/* Content */

h1 {
	margin: 0;
	padding: 10px 0 10px 0;
    color: #ababab;
    font-size: 60px;
    font-weight: 300;
    line-height: 70px;
	letter-spacing:-2px;
}
h1.page-title {
	border-bottom:1px solid #e0e0e0;
	margin-bottom:10px;
}

h2 {
	margin: 0;
	padding: 20px 0;
    color: #35af6a;
    font-size: 32px;
    font-weight: 500;
	letter-spacing:-2px;
}
.content-h2 h2,
h2.page-title{
	font-size: 40px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
h2 a{
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
}
h3 {
	margin: 0;
	padding: 10px 0;
    color: #313f50;
    font-size: 19px;
    font-weight: 500;
	letter-spacing:-1px;
}
h4 {
	margin: 0;
	padding: 10px 0;
    color: #546578;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
	letter-spacing:-0.5px;
}
h5{
	margin: 0;
	padding: 10px 0;
    color: #546578;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
	letter-spacing:-0.5px;
}

p {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #546578;
	font-size: 16px;
	line-height: 29px;
	font-weight:300;
	text-align:justify;
}
.home p{
	font-size: 18px;
}

a {
	color: #546578;
	font-weight:300;
	text-decoration: underline;
	transition-duration: 0.3s;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
}

ul {
	margin: 0;
	padding: 4px 0 14px 25px;
}

ul li {
	margin: 0;
	padding: 5px 0 5px 23px;
	color: #717171;
	font-size: 16px;
	line-height: 22px;
	font-weight:300;
	text-align:left;
	list-style:none;
	background-image:url(images/li.png);
	background-position:left 10px;
	background-repeat:no-repeat;
}
ol {
	padding: 4px 0 14px 25px;
	list-style-type: decimal; 
}
ol li {
	list-style-type: decimal; 
	margin: 0 0 0 10px;
	padding: 5px 0 5px 13px;
	color: inherit;
	font-size: 18px;
	line-height: 25px;
	font-weight:300;
	text-align:left;
}




p.more a{
	color:#787878;
	padding:9px 0px;
	font-size:18px;
}
p.more a:hover{
	text-decoration:none;
}



/* Hero */

.hero{
	float:left;
	width:100%;
	background-image:url("images/bg-hero.png");
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center top;
	height:825px;
	position: relative;
	overflow: hidden;
}

.hero .wrap{
	height:100%;
}
.hero.hero-sub { 
	background-image:url("images/bg-hero-sub3.png");
	height: 265px; 
}
.page-template-page-contact .hero.hero-sub,
.page-template-page-features .hero.hero-sub { 
	background-image:url("images/bg-hero-sub.png");
	height: 575px; 
}
.page-template-page-pricing .hero.hero-sub{
	background-image:url("images/bg-hero-sub2.png?v=1");
	height: 780px; 
}
.page-template-page-integrations .hero.hero-sub{
	background-image:url("images/bg-hero-sub.png");
	height: 600px;
}

.page-template-page-support-categories .hero.hero-sub,
.page-template-page-support .hero.hero-sub{
	background-image:url("images/bg-hero-sub.png");
	height: 670px;
}
.page-template-page-support-categories .hero.hero-sub{
	background-image:url("images/bg-hero-sub5.png");
	height: 430px;
}
.search .hero.hero-sub{
	background-image:url("images/bg-hero-sub.png");
	height: 440px;
}
.single .hero.hero-sub,
.archive .hero.hero-sub,
.blog .hero.hero-sub,
.page-template-page-support-details .hero.hero-sub{
	background-image:url("images/bg-hero-sub2.png?v=1");
	height: 780px; 
}
.hero .headline{
	text-align:left;
	margin-top:215px;
	float:left;
	width:440px;
}
.hero.hero-sub .headline{ 
	margin-top:200px;
	width: 100%;
	text-align: center;	
}
.hero .headline h1{
	font-weight:700;
	font-size:45px;
	padding:20px 0 10px 0;
	color:#fff;
	line-height: 50px;
	letter-spacing:-2px;
}
.hero .headline h2{
	font-weight:300;
	font-size:21px;
	line-height: 33px;
	padding:0px 0;
	color:#fff;
	letter-spacing:-1px;
	margin:15px 0 25px;
}

.hero .headline a.button{
	display:inline-block;
	padding:15px 35px;
	font-weight:500;
	font-size:16px;
	color:#fff;
	border:1px solid rgba(255,255,255,0.5);
	text-decoration:none;
	border-radius: 2px;
	float: left;
}
.hero .headline a.button:hover{
	background:none;
	color:#000;
	background-color: #fff;
	font-weight: 500;
}
.trial{
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.2px;
	margin: 18px 15px;
}
.signApp .trial{
	float: none; 
	margin: 18px auto;
	font-size: 14px;
}
.hero .headline .trial{
	
}

.hero .apple{
	float: right;
	position: absolute;
	bottom: 55px;
	left: calc( ( 100% - 1320px ) / 2 + 300px ) ;
}
.hero .apple img.anim{
	position: absolute;
	top:0;
	left: 0;
}






/* slider */
.fullwidthbanner-container{
	float:left;
	width:100%;
}



.content {
	clear: both;
	margin: 0 auto;
	padding: 0px 0;
	width:100%;
	float:left;
}
.content .col{
	width: 49%;
	float: left;
}
.content .col-last{
	float: right;
}


/* title */
.title{
	text-align: center;
}
.title-left{
	text-align: left;
}
.title h2{
	color: #2e3134;
	font-size: 40px;
	font-weight: 400;
	padding: 10px 0;
}
.title h2:after{
	width: 80px;
	height: 5px;
	border-radius: 2px;
	background-color: #57aa6e;
	content: "";
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
.title-left h2:after{
	margin-left: 0;
}
.title h2 strong{
	font-weight: 600;
}
.title h4{
	text-transform: uppercase;
	color:#bac2cc;
	letter-spacing: 2.5px;
	font-size: 14px;
	font-weight: 300;
}



/* features */
.features{
	margin-top: 40px;
}
.features .wrap{
	width: 1320px;
}


/* boxes */
.boxes a{
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 60px rgba(17,37,81,0.04);
	float: left;
	margin: 1%;
	text-decoration: none;
	position: relative;
	transition-duration: 0.3s;
	cursor: pointer;
}
.boxes-features a{
	width: 23.333%;
	padding: 4% 4%;
	height: 335px;
}
.boxes a:hover{
	box-shadow: 0 20px 100px rgba(17,37,81,0.09);
}
.boxes a .icon{
	width: 100%;
	height: 87px;
	background-size: contain;
	background-image: url("images/icon-2.png");
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
.boxes a.b2 .icon{ background-image: url("images/icon-3.png"); }
.boxes a.b3 .icon{ background-image: url("images/icon-1.png"); }

.boxes a .txt h3{
	color: #313f50;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.3px;
}
.boxes a .txt h3:after{
	margin-top: 15px;
	width: 55px;
	height: 4px;
	border-radius: 2px;
	background-color: #57aa6e;
	content: "";
	display: block;
}
.boxes a .txt p{
	color:#546578;
	font-size: 16px;
	text-align: left;
}	
.boxes a .more{
	float: left;
	width: 45px;
	height: 45px;
	background-color: #fff;
	position: absolute;
	bottom: 6%;
	left: 6%%;
	transition-duration: 0.3s;
	border-radius: 100px;
	position: absolute;
	overflow: hidden;
	transition-duration: 0.3s;
}
.boxes a .more .in{
	background-image: url("images/arr.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	width: 100%;
	height: 100%;
	transition-duration: 0.3s;
}
.boxes a:hover .more{
	background-color: #58aa70;
}
.boxes a:hover .more .in{
	background: transparent;
	background-image: url("images/arr-w.png");
}


/* .boxes-features  - current  */
.boxes a.current{
	background-color: #2fad67;
	color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.support.support-sub .boxes .b1.current .icon{ background-image:url( "images/support/w/i1.png" ); }

.support-sub-head{ display: none; }



.boxes a.current .txt h3{
	color: #fff;
}
.support-sub .boxes-features a p{
	display: none;
}
.support.support-sub .boxes a .icon{
	height: 36px;
}
.support-sub .boxes-features a h3{
	font-size: 17px;
}
.support-sub .boxes-features a h3::after{
	display: none;
}
.support.support-sub .boxes-features a{
	margin: 0.125%;
	padding: 2% 1%;
	width: 14.4%;
	text-align: center;
	height: 110px;
}


/* boxes-contact */
.contact-content{
	margin-top: -220px;
}
.contact-content .wrap{
	width: 1080px;
}
.boxes-contact a{
	padding: 4% 0;
	width: 48%;
	height: 140px;
	text-align: center;
}
.boxes-contact a .txt p{
	text-align: center !important;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.boxes-contact a .txt h3{
	text-align: center;
	font-size: 34px;
}

.boxes-contact a h3:after{
	margin: 15px auto;
}


/* content-form */
.price-choose.form-info{
	margin-bottom: 30px;
	margin-top: 60px;
}
.content-form{
	margin-bottom: 70px;
}
.content-form .wrap{
	width: 1080px;
}
.content-form br{
	display: none;
}
.content-form input.text,
.content-form textarea{
	width: calc( 49% - 42px );
	margin: 0.5%;
	padding: 20px 20px;
	font-size: 16px;
	color: #000;
	border: 1px solid #dee4ea;
	border-radius: 4px;
	float: left;
	background-color: #f9fbff;
	
}
.content-form textarea{
	width: calc( 99% - 42px );
	height: 180px;
	margin-bottom: 10px;
}
.content-form .button{
	background-color: #4da063;
	color: #fff;
	padding: 13px 20px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 3px;
	margin:15px auto;
	float: none;
	display: block;
	cursor: pointer;
	transition-duration: 0.3s;
}
.content-form .button:hover{
	background-color: #3c8a51;
	cursor: pointer;
}



/* integrations */
.integrations{
	margin-top: -220px;
	margin-bottom: 80px;
}
.integrations .boxes a{
	height: auto;
}
.integrations .boxes a h3{
	text-align: center;
	font-size: 19px;
}
.integrations .boxes a h3:after{
	display: none;
} 
.integrations .boxes a h3:before{
	width: 55px;
	height: 2px;
	border-radius: 2px;
	background-color: #eee;
	content: "";
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}	

.boxes a .ilogo img{
	width: 70%;
	margin: 3% 15%;
	height: auto;
}

/* info-integrations */
.price-choose.info-integrations{
	margin-top: 70px;
	margin-bottom: 20px;
}
.info-integrations p{
	font-size: 19px;
}
.info-integrations .form{
	display: block;
	width: 80%;
	margin: 15px auto;
}
.info-integrations .form input.text{
	width: calc( 65% - 42px );
	padding: 20px 20px;
	font-size: 16px;
	color: #000;
	border: 1px solid #dee4ea;
	border-radius: 4px 0 0 4px;
	float: none;
	background-color: #f9fbff;
}
.info-integrations .form input.button{
	width: calc( 35% - 2px );
	padding: 20px 0px;
	font-size: 16px;
	border: 1px solid #4da063;
	border-radius: 0 4px 4px 0;
	float: none;
	font-weight: 500;
	color: #fff;
	background-color: #4da063;
	transition-duration: 0.3s;
}
.info-integrations .form input.button:hover{
	background-color: #3f8c53;
	border:1px solid  #3f8c53;
}



/* buttonMore */
.buttonMore{
	text-align: center;
}
.buttonMore a{
	margin: 30px auto;
	border: 1px solid #d3dbe6;
	color: #c1cbd7;
	font-size: 17px;
	padding: 14px 0;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	width: 215px;
}
.buttonMore a:hover{
	background-color: #57aa6e;
	border: 1px solid #57aa6e;
	color: #fff;
}



.video{
	background-image: url("images/bg-video.png");
	background-position: top center;
	padding: 80px 0;
}
.video .wrap{
	width: 1180px;
}
.video .txt{
	width: 70%;
}
.video .txt p{
	text-align: left;
}
.video .buttonMore{
	text-align: left;
}
.video .col-photos .photo{
	width: 100%;
	box-shadow: 0 20px 100px rgba(17,37,81,0.2);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.video .col-photos .photo img{
	width: 100%;
}
.video .col-photos .photo a.play{
	position: absolute;
	background-image: url("images/icon-play.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	top:calc( 50% - 48px );
	left: calc( 50% - 48px );
	width: 95px;
	height: 95px;
	transition-duration: 0.3s;
	cursor: pointer;
}
.video .col-photos .photo a.play:hover{
	transform: scale(0.9);
}
.video .col-photos .photo.photo-back{
	margin-left: 100px;
	width: 110%;
}
.video .col-photos .photo.photo-front{
	width: 70%;
	margin-top: -130px;
	position: relative;
	z-index: 2;
	margin-left: -30px;
}



/* Testimonials */
.testimonials{
	margin-top: 60px;
	margin-bottom: 30px;
}
.testimonials .wrap{
	width: 1400px;
}
.testimonials #slider-testimonials{
	width:1400px;
	position:relative;
	margin:30px auto;
}
.testimonials .item .photo{
	background-image: url("images/photo-testi.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 55%;
	height: 550px;
	border-radius: 3px;
}

.testimonials .item .txt{
	width:42%;
	padding:45px 5% 45px;
	border-radius:3px;
	margin-top:-470px;
	float: right;
	background-color: #fff;
	box-shadow: 0 0 60px rgba(17,37,81,0.04);
	height: 310px;
	position: relative;
}
.testimonials .item .txt h3:before{
	content: "";
	width: 100%;
	height: 45px;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("images/icon-q.png");
	margin-bottom: 25px;
}
.testimonials .item .txt h3{
	color:#313f50;
	font-size: 30px;
	font-weight: 500;
}	
.testimonials .item .txt p{
	margin:0 0px;
	text-align:left;
	font-size: 19px;
	line-height: 34px;
	color: #546578;
}
.testimonials .item .sign{
	border-top:1px solid #eee;
	padding: 25px 0;
	position: absolute;
	bottom: 0;
	width: 80%;
}
.testimonials .item .sign .slogo{
	float: left;
	width: 120px;
}
.testimonials .item .sign .person{
	width: calc( 100% - 120px );
	font-size: 14px;
	color: #8694a5;
	font-weight: 300;
}
.testimonials .item .sign .person strong{
	font-size: 16px;
	color: #313f50;
	font-weight: 500;
	display: block;
}

.testimonials #testi-naw{
	width:100%;
	text-align:center;
	margin-top: 50px;
	
}

.testimonials #testi-naw span{
	text-indent:-9999px;
	width:10px;
	height:10px;
	background-color: #e2e7ed;
	background-position:bottom center;
	background-repeat:no-repeat;
	border-radius: 10px;
	margin: 0 4px;
	cursor:pointer;
	display:inline-block;
	transition-duration: 0.3s;
}
.testimonials #testi-naw span:hover, .testimonials #testi-naw span.cycle-pager-active{
	width:30px;
	background-color: #58aa70;	
}


/* download */
.download{
	padding: 80px 0;
	background-image: url("images/bg-sign.jpg");
	background-position: center center;
	background-repeat: no-repeat;	
	min-height: 720px;
	margin-bottom: 70px;
	position: relative;
}
.download .wrap{
	width: 1180px;
}
.download .title{
	margin-top: 115px;
}
.download .title h2:after{
	display: none;
}
.download .title h2{
	margin-bottom: 15px;
}
.download .col{
	width: 35%;	
}
.download .col p{
	text-align: left;
}
.download .col .appstore{
	margin-top: 20px;
	float: left;
}
.download .col .appstore a{
	float: left;
	margin: 0.5%;
	width: 42%;
	text-align: center;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	border-radius: 11px;
}
.download .col .appstore a span{
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	line-height: 52px;
	font-size: 9px;
	text-transform: uppercase;
}	
.download .col .appstore img{
	width: 100%;
	height: auto;
}
.download .signApp{
	position: absolute;
	top:0px;
	width: 100%;
	overflow: hidden;
}
.download .signApp .apple{
	margin-left: 40%;
	margin-top: 60px;
	
}
.download .signApp .txt{
	text-align: center;
}
.download .signApp .txt h3{
	color: #fff;
	font-size: 33px;
	line-height: 41px;
	font-weight: 500;
}
.download .signApp .txt .button{
	background-color: #fff;
	border: 1px solid #fff;
	color: #329b60;
	padding: 15px 50px;
	text-decoration: none;
	font-weight: 500;
	border-radius: 3px;
	margin-top: 10px;
	display: inline-block;
}
.download .signApp .txt .button:hover{
	background-color: rgba(255,255,255,0);
	color: #fff;
}


/* blog */
.home-blog{
	margin-bottom: 30px;
}
.boxes-blog a{
	padding: 0;
	overflow: hidden;
	width: 31.333%;
	height: auto;
}
.boxes-blog a .photo{
	width: 100%;
	float: left;
	height: 230px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition-duration: 0.8s;
	overflow: hidden;
}
.photoOur{
	overflow: hidden;
	width: 100%;
	float: left;
	height: 100%;
}
.boxes-blog a:hover .photo{
	transform: scale(1.08);
}	
.boxes-blog a .txt{
	margin: 6% 10% 10%;
	position: relative;
	height: 280px;
	float: left;
}
.boxes-blog a .txt h3{
	font-size: 19px;
	line-height: 25px;
}
.boxes-blog a .txt p{
	line-height: 24px;
}
.boxes-blog a .more{
	right: 0;
	bottom: 0;
}
.boxes-blog a .date{
	font-size: 14px;
	position: absolute;
	bottom: 10px;
}
.boxes-blog a .date i{
	font-size: 12px;
	color: #58aa70;
	float: left;
	margin-right: 10px;
}
.boxes-blog a .date .day{
	float: left;
}

/* contact */ 
.contact{ 
	background-color: #f3f5f8;
	padding: 110px 0 80px;
}
.contact .wrap{
	width: 1320px;
} 
.contact .col{
	width: 25%;
	float: left;
}
.content .col-last{
	float: right;
}
.contact .col-first a{
	background-color: #fff;
	box-shadow: 0 0 40px rgba(17,37,81,0.04);
	padding: 16px 30px 14px 50px;
	background-image: url("images/icon-help.png");
	background-position: 20px center;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: 200;
	color: #6f849e;
}
.contact .col-first a strong{
	font-weight: 500;
}
.contact .col-first a:hover{
	opacity: 0.75;
}



/* center */
.contact .col-center{
	width: 50%;
	text-align: center;
}
.contact .col-center ul{
	text-align: center;
}
.contact .col-center ul{
	padding-top: 0;
}
.contact .col-center ul li{
	list-style: none;
	background: none;
	display: inline-block;
	padding: 0;
	padding: 0 20px 0 15px;
	border-right: 1px solid #c5cdd7;
}
.contact .col-center ul li:last-child{
	border: none;
}
.contact .col-center ul li a{
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	color: #909fb2;
}
.contact .col-center ul li a:hover{
	opacity: 0.75;
	text-decoration: underline;
}



/* Social */

.social{
	text-align:right;
	margin-top:-20px;
}
.social a{
	display:inline-block;
	width:56px;
	height:56px;
	margin:0px;
	background-color: #fff;
	box-shadow: 0 0 40px rgba(17,37,81,0.04);
}
.social a:hover{
	opacity:0.5;
}
.social a .fa{
	font-size: 20px ;
    vertical-align: middle;
    line-height: 56px;
    text-align: center;
    width: 100%;
    color: #8fa0b5;
}


/* features-page */
.features-page{
	position: relative;
	z-index: 1;
	margin-top: -200px;
	overflow: hidden;
}
.features-page .wrap{
	width: 1200px;
}
.features-page .item{
	width: 100%;
	float: left;
}
.features-page .col-left{
	float: left;
}
.features-page .col-right{
	float: right;
}

.features-page .col-txt{
	margin-top: 80px;
	width: 44%;
}
.features-page .col-photo{
	width: 50%;
}
.features-page .col-photo img{
	float: left;
	margin-left: -40px;
}
.features-page .col-left.col-photo img{
	float: right;
	margin-right: -40px;
}


.features-page h2{
	margin-bottom: 15px;
}
.features-page h4{
	margin: 7px 0;
	padding: 0;
}
.features-page p{
	line-height: 28px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left !important;
}
.features-page .buttonMore{
	text-align: left !important;
}
.features-page .buttonMore a{
	margin-top: 20px;
}
.features-page .buttonMore a.green{
	color: #fff;
}
.features-page .buttonMore a{
	width: 160px;
}


/* pricing */
.pricing-main{
	margin-top: -400px;
	margin-bottom: 100px;
	position: relative;
	z-index: 1;
	
}
.price-wrap .wrap{
	width: 910px;
}
.pricing-main .box{
	box-shadow: 0 20px 80px rgba(17,37,81,0.08);
	float: left;
	width: 100%;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}
.pricing-main .row{
	background-color: #f8fafd;
	float: left;
	width: 100%;
	padding: 0px 0;
}
.pricing-main .row-content{
	background-color: #fff;
}

	
.pricing-main .col{
	padding: 35px 60px 30px;
	float: left;
	width: calc( 50% - 121px );
}
.pricing-main .row-buttons .col{
	padding: 0 60px 25px;
}
.pricing-main h2{
	font-size: 26px;
	letter-spacing: 0;
	padding-bottom: 10px;
}
.pricing-main h2:after{
	content: "";
	width: 34px;
	height: 3px;
	background-color: #57aa6e;
	border-radius: 3px;
	display: block;
	margin-top: 10px;
}
.pricing-main .col-first h2{
	color:#313f50;
}
.pricing-main .col-first{
	border-right:1px solid #f1f3f8;
}


.pricing-main p, .pricing-main li{
	color: #546578;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
}
.pricing-main li{
	background: none;
	position: relative;
}
.pricing-main li:before{
	content: "";
	position: absolute;
	left:-5px;
	font-family: "FontAwesome";
	color: #56aa6d;
	font-size: 12px; 
}

.pricing-main .price{
	color: #7f91a6;
	font-size: 15px;
	margin-top: 35px;
}
.pricing-main .price .m{
	display: block;
}
.pricing-main .price .y{
	display: none;
}
.pricing-main .price strong{
	font-size: 35px;
	letter-spacing: -2px;
	color: #59ac71;
}
.pricing-main .col-last .price strong{
	color: #ced5e1;
	font-size: 30px;
}

.pricing-main .buttons {
	
}
.pricing-main .buttons a{
	width: 100%;
	background-color: #57aa6e;
	color: #fff;
	text-align: center;
	padding: 18px 0;
	float: left;
	border-radius: 2px;
	text-decoration: none;
	cursor: pointer;
	
}
.pricing-main .buttons a:hover{
	background-color: #43985b;
}
.pricing-main .buttons span{
	width: 100%;
	display: block;
	line-height: 40px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #b1bbc7;
	letter-spacing: 1px;
}
.pricing-main .col-last .buttons a{
	color: #4da063;
	background-color: #fff;
	border:1px solid #eaedf2;
	box-shadow: 0 0 30px rgba(17,37,81,0.065);
	font-size: 17px;
}
.pricing-main .col-last .buttons a:hover{
	box-shadow: 0 0 60px rgba(17,37,81,0.1);
}

.pricing-main .toogle{
	float: left;
	width: 100%;
	margin: 35px 0 25px;
}
.pricing-main .toogle .item{
	width: 50%;
	float: left;
	cursor: pointer;
}
.pricing-main .toogle .item .icon{
	width: 17px;
	height: 17px;
	float: left;	
	border-radius: 50%;
	border: 1px solid #d9dfea;
	margin-right: 11px;
	position: relative;
	transition-duration: 0.3s;
}
.pricing-main .toogle .item.item-current .icon:before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background-color: #59ac71;
	border-radius: 50%;
	left: 5px;
	top: 5px;
	position: absolute;
}
.pricing-main .toogle .item.item-current .txt{
	opacity: 1;
}
.pricing-main .toogle .item .txt{
	float: left;
	width: calc( 100% - 30px );
	opacity: 0.66;
}
.pricing-main .toogle .item strong{
	display: block;
	font-size: 14.5px;
	margin-bottom: 4px;
}
.pricing-main .toogle .item span{
	display: block;
	font-size: 13px;
	font-weight: 300;
	color: #7d8fa4;
	line-height: 15px;
}	
.pricing-main .toogle .item span span{
	display: inline-block;
}
/* price-choose */
.price-choose{
	text-align: center;
	margin-top: 100px;
}
.price-choose h2{
	font-size: 34px;
	color: #313f50;
	letter-spacing: -0.5px;
	font-weight: 300;
}
.price-choose p{
	text-align: center;
}
.price-choose p a{
	color: #57aa6e;
}


/* price-table */
.price-table table{
	margin: 60px 0;
	width: 100%;
}


.price-table table th,
.price-table table td{
	border-bottom: 1px solid #edeff5;
	border-right: 1px solid #edeff5;
	font-size: 16px;
	color: #6a7786;
	padding: 15px 5px;
}
.price-table table th.free,
.price-table table td.free{
	border-right: none;
}
.price-table table th{
	background: none;
	color: #000;
	font-size: 18px;
	padding: 25px 5px;
}
.price-table table tr.buttons td{
	border: none;
}
.price-table td.val,
.price-table th.val{
	text-align: center;
	width: 27%;
}
.price-table th.ptitle{
	width: 46%;
}

.price-table table tr.buttons a{
	font-size: 16px;
	padding: 15px 0;
	width: 90%;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	margin-top: 10px;
}
.price-table table tr.buttons td.free a{
	color: #57aa6e;
}
.price-table i{
	color: #57aa6e;
}


/* price-faq */
.price-faq{
	margin: 30px 0 60px;
}
.price-faq .price-faq-in{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ". .";
  grid-gap: 50px 80px;
}
.price-faq .price-faq-in .item {
	padding-left: 35px;
	background-image: url("images/icon-faq.png");
	background-position: left 9px;
	background-repeat: no-repeat;
	
}
.price-faq .price-faq-in .item p{
	text-align: left;
}


/* support search */
.search-input{
	width: 70%;
	margin: 20px 15%;
	background-color: #fff;
	padding: 7px;
	display: block;
	border-radius: 3px;
	float: left; 
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.search-input input.text{
	width: calc( 87% - 40px );
	padding: 13px 10px;
	border-radius: 3px;
	border: none;
	color: #000;
	font-size: 17px;
	float: left;
	margin: 0;
}
.search-input input.button{
	width: 13%;
	padding: 13px 0;
	background-color: #2fad67;
	border-radius: 3px;
	border: none;
	margin: 0;
	float: right;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 17px;
}


/* support */
.support{
	margin-top: -220px;
	margin-bottom: 100px;
}
.support .boxes-features a{
	margin: 0.5%;
	padding: 2% 4%;
	width:24.3%; 
	text-align: center;
	height: 220px;
	position: relative;
	transition-duration: 0.5s;
}
.support .boxes a:hover{
	box-shadow: 0 0 90px rgba(17,37,81,0.08);
	z-index: 100;
}
.support .boxes a .icon{
	height: 55px; 
	margin: 15px 0;
	background-position: center center;
	transition-duration: 0.5s;
    transition-timing-function: ease-out;
}
.support .boxes a:hover .icon{
	height: 62px;
}

.support.support-sub{
	margin-top: 30px;
}
.support.support-sub .boxes a:hover .icon{
	height: 44px;
}
.support .boxes a.b1 .icon{ background-image: url("images/support/i1.png"); }
.support .boxes a.b2 .icon{ background-image: url("images/support/i2.png"); }
.support .boxes a.b3 .icon{ background-image: url("images/support/i3.png"); }
.support .boxes a.b4 .icon{ background-image: url("images/support/i4.png"); }
.support .boxes a.b5 .icon{ background-image: url("images/support/i5.png"); }
.support .boxes a.b6 .icon{ background-image: url("images/support/i6.png"); }
.support .boxes a.b7 .icon{ background-image: url("images/support/i7.png"); }
.support .boxes a.b8 .icon{ background-image: url("images/support/i8.png"); }

.support .boxes-features a h3{
	font-size: 18px;
	transition-duration: 0.5s;
}
.support .boxes-features a:hover h3{
	transform: scale(1.05);
}
.support .boxes-features a h3:after{
	margin: 10px auto 0;
	width: 20px;
	height: 3px;
	transition-duration: 0.44s;
	 transition-timing-function: ease-out;
}
.support .boxes-features a:hover h3:after{
	width: 65px;
}
.support .boxes-features a p{
	font-size: 15px;
	line-height: 21px;
	text-align: center;
}




/* support-questions */
.support-questions-head{
	margin-top: -20px;
}
.support-questions-head h2{
	margin-bottom: 35px;
}
.support-questions .wrap{
	width: 1180px;
}
.support-questions h3{
	line-height: 27px;
}
.support-questions h3 a{
	text-decoration: none;
	color: #313f50;
}
.support-questions h3 a:hover{
	text-decoration: none;
	color:#57aa6e
}
.support-questions .item{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.support-questions.price-faq .price-faq-in{
	grid-gap:20px 80px;
}

/* tooltip */
.tooltip{
	position: fixed;
	z-index: 100000;
	bottom: -120px;
	left: 3%;
	padding: 9px;
	border-radius: 50px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	width: 280px;
	transition-duration: 0.85s;
}
.tooltip-open{
	bottom: 30px;
}
.tooltip-close{
	bottom: -120px;
}

.tooltip-1 .icon{ background-image: url("images/tooltip/i1.png"); }
.tooltip-2 .icon{ background-image: url("images/tooltip/i2.png"); }


.tooltip-3m1 .icon{ background-image: url("images/tooltip/m1.jpg"); }
.tooltip-3m2 .icon{ background-image: url("images/tooltip/m2.jpg"); }
.tooltip-3m3 .icon{ background-image: url("images/tooltip/m3.jpg"); }
.tooltip-3m4 .icon{ background-image: url("images/tooltip/m4.jpg"); }
.tooltip-3m5 .icon{ background-image: url("images/tooltip/m5.jpg"); }
.tooltip-3m6 .icon{ background-image: url("images/tooltip/m6.jpg"); }

.tooltip-3w1 .icon{ background-image: url("images/tooltip/w1.jpg"); }
.tooltip-3w2 .icon{ background-image: url("images/tooltip/w2.jpg"); }
.tooltip-3w3 .icon{ background-image: url("images/tooltip/w3.jpg"); }
.tooltip-3w4 .icon{ background-image: url("images/tooltip/w4.jpg"); }
.tooltip-3w5 .icon{ background-image: url("images/tooltip/w5.jpg"); }
.tooltip-3w6 .icon{ background-image: url("images/tooltip/w6.jpg"); }

.tooltip .icon{
	width: 53px;
	height: 53px;
	background-color: #4da063;
	border-radius: 50%;
	float: left;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

.tooltip.c1 .icon{ background-color: #4f3f9b; }
.tooltip.c2 .icon{ background-color: #9b3f66; }
.tooltip.c3 .icon{ background-color: #3f9b92; }
.tooltip.c4 .icon{ background-color: #8f9b3f; }
.tooltip.c5 .icon{ background-color: #d07b30; }
.tooltip.c6 .icon{ background-color: #d55858; }
.tooltip.c7 .icon{ background-color: #58d59a; }
.tooltip.c8 .icon{ background-color: #d5586f; }
.tooltip.c9 .icon{ background-color: #9b9476; }
.tooltip.c10 .icon{ background-color: #7ad77c; }





.tooltip .txt{
	float: left;
	font-size: 13px;
	width: calc( 100% - 65px );
	margin-left: 10px;
	margin-top: 12px;
}
.tooltip .txt strong b{
	font-weight: 500;
}
.tooltip .txt strong{
	display: block;
	margin-bottom: 4px;
}
.tooltip .txt span{
	font-weight: 300;
	color: #9ca9bb;
}

/* Pagination */

.pagination {
	clear: both;
	display: block;
	margin: 0 0 5px 0;
	padding: 25px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-bottom:30px;
}

.pagination a { 
	margin: 2px;
	padding: 7px 12px;
	color: #989898;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.pagination a:hover { 
	color: #fff;
	text-decoration: none;
	background: #ddd;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.pagination a:hover strong { color: #fff; }

.pagination .on { 
	margin: 2px;
	padding: 7px 12px;
	color: #fff;
	font-weight: 600;
	background: #ddd;
	border: 1px solid #ddd;
	border-radius: 5px;
}


/* Col */

#col-left {
	float: left;
	width: 830px;
}


#col-right {
	float: right;
	width: 300px;
	margin-top:-350px;
}
#col-right .banner{
	margin-top:30px;
	float: left;
}


/* Widgets */

.widget{
	border-bottom:1px solid #ddd;
}
.widget h2{
	font-size:30px;
	padding:20px 0 10px 0;
}
.widget ul{
	padding:5px 0 15px 0;
}
.widget li{
	padding:5px 0 10px 15px;
	text-align:left;
}
.widget li a{
	text-decoration:none;
}
.widget li a:hover{
	text-decoration:underline;
}

.widget_search{
	padding:15px 0;
	float: left;
    margin-bottom: 20px;
}
.widget_search label{
	font-size:30px;
	font-weight:300;
	color:#ababab;
	display:block;
	line-height: 32px;
}
.widget_search input{
	font-size:15px;
	font-weight:300;
	font-family:"Avenir";
}
.widget_search input#s{
	padding:6px 9px;
	width:280px;
	border:1px solid #ddd;
	margin:5px 0;
}
.widget_search input#searchsubmit{
	display:inline-block;
	background-color:#9d9d9d;
	padding:9px 40px;
	font-weight:700;
	color:#fff;
	border:1px solid #9d9d9d;
	text-decoration:none;
	cursor:pointer;
}
.widget_search input#searchsubmit:hover{
	background:none;
	color:#9d9d9d;
}
.tagcloud a{
	padding:3px 0;
	display:inline-block;
}


/* Forms */

form {
	margin: 0 0 0 0px;
	padding: 0;
}

form p {
	clear: both;
	margin: 0;
	padding: 0;
}

label {
	float: left;
	width: 150px;
	margin: 0;
	padding: 3px 0 0 0;
	line-height: 18px;
}

input {
	float: left;
	width: 175px;
	color: #777;
	font-family: 'Avenir', Avenir, arial, tahoma, verdana, Avenir, sans-serif;
	font-size: 14px;
	padding: 4px;
	margin: 0 0 10px 0;
	background: #fdfdfd;
	border: 1px solid #aaa;
}

input.error,
input.wpcf7-not-valid { border: 1px solid #ec2b2b !important; }

span.wpcf7-not-valid-tip { display: none !important; }

input.wpcf7-submit {
	
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: none !important;
	font-size: 15px !important;
}

select {
	float: left;
	width: 185px;
	color: #777;
	font-family: 'Avenir', Avenir, arial, tahoma, verdana, Avenir, sans-serif;
	font-size: 14px;
	padding: 2px;
	margin: 0 0 10px 0;
	background: #fdfdfd;
	border: 1px solid #aaa;
}

textarea {
	float: left;
	width: 300px;
	height: 75px;
	color: #777;
	font-family: 'Avenir', Avenir, arial, tahoma, verdana, Avenir, sans-serif;
	font-size: 14px;
	padding: 4px;
	margin: 0 0 10px 0;
	background: #fdfdfd;
	border: 1px solid #aaa;
}


/* Tables */

table {
	padding: 0;
	margin: 2px 40px 16px 40px;
	border: 0;
}

table caption {
	color: #444;
	background: #ddd;
	padding: 5px 8px;
	font-family: Avenir, 'Avenir', arial, tahoma, verdana, Avenir, sans-serif;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

table thead tr th, table tr th {
	text-align: left;
	padding: 4px 8px;
	color: #777;
	background: #e7e7e7;
}

table tbody tr td, table tr td {
	padding: 3px 8px;
	color: #666;
	font-family: Avenir, 'Avenir', arial, tahoma, verdana, Avenir, sans-serif;
	font-size: 14px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom: 1px solid #e7e7e7;
}

table tfoot tr td {
	color: #888;
	font-size: 11px;
	padding: 2px 8px;
}

 
/* Toolbox */

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.fleft { float: left; }
.fcenter { float: none; margin-left: auto; margin-right: auto; }
.fright { float: right; }
.fnone { float: none; }

.cboth { clear: both; }
.clear { clear: both; display: block; width: 100%; }
.cleft { clear: left; }
.cright { clear: right; }

.nowrap { white-space: nowrap; }



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* Contact Form */ 

.contact-form{
	background-color:#d4d4d4;
	width:240px;
	float:right;
	position:absolute;
	bottom:0;
	right:0;
	padding:30px 30px;
	z-index:999;
}
.sidebar-form{
	position:inherit;
	margin-bottom:20px;
}
.home .contact-form{
	position:absolute;
}
.contact-form h3{
	color:#ababab;
	font-weight:600;
	font-size:33px;
}
.contact-form input.text, .contact-form textarea, .contact-form select, .contact-form .button{
	color:#8c8c8c;
	font-weight:300;
	font-size:17px;
	background-color:#eeeeee;
	border:1px solid #b6b6b6;
	width:208px;
	padding:7px 15px;
	margin:4px 0;
	font-family:"Avenir";
}
.contact-form select{
	width:240px;
}
.contact-form textarea{
	height:120px;
}
.contact-form .button{
	width:240px;
	font-size:20px;
	color:#fff;
	background-color:#b3b3b3;
	font-weight:700;
	cursor:pointer;
	transition-duration: 0.3s;
	text-transform:uppercase;
}
.contact-form .button:hover{
	background-color:#d7d7d7;
	color:#b3b3b3;
}
.contact-form .wpcf7-not-valid{
	border:1px solid #cd0000 !important;
}
.contact-form span.wpcf7-not-valid-tip{
	display:none;
}
.contact-form div.wpcf7-validation-errors{
	border:none;
	font-size:13px;
	font-weight:300;
	font-family:"Avenir";
	color:#cd0000;
}
div.wpcf7-response-output{
	margin:10px 0 !important;
	padding:0  !important;
	text-align: center !important;
}



 

/* Slicknav - mobile nav */

/* Slicknav - mobile nav */
.slicknav_nav{
	background-color: #fff !important;
	padding: 10px !important;
	max-height: calc( 100vh - 190px);
	overflow: scroll;
}
.slicknav_menu {
	background: transparent none repeat scroll 0 0;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100000;
	display: none;
	margin-top: 80px; 
}
.slicknav_menu.sticky{
	top:-25px;
}
.slicknav_nav ul{
	margin-left: 0 !important; 
}
.slicknav_nav ul.sub-menu{
	margin-left: 20px !important; 
}


.slicknav_nav li { 
	background: none; 
}

.slicknav_btn {
	background: none ;
	padding: 25px 15px 25px;
	margin-top: -55px;
	right: 5%;
}
.slicknav_menu.sticky .slicknav_btn{
	margin-top: -50px;
}

.slicknav_nav{
	background-color: #fff !important;
	padding: 10px !important;
}
.slicknav_nav li {
	background-color: #fff !important;
	border-bottom: 1px solid #eee; 
}
.slicknav_nav li a{
	color: #000 !important;
}	
.slicknav_nav li a:hover{
	background-color: #eee !important;
}
.slicknav_nav li a,
.slicknav_nav li li a{
	color: #000 !important;
	font-size: 15px !important;
	font-weight: 500 !important; 
	border: none; 
}

.slicknav_icon-bar{
	background-color: #35af6a !important;
}
.slicknav_icon-bar{
	background-color: #fff !important;
}
.sticky .slicknav_icon-bar{
	background-color: #35af6a !important;
}

.slicknav_nav .slicknav_arrow{
	font-size: 10px !important;
}


/* bottom-buttons */
.bottom-buttons{
	float: left;
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(42, 51, 70, 0.1 );
	z-index: 1000;
	display: none;
}
.bottom-buttons a{
	width: 50%;
	float: left;
	height: 50px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.bottom-buttons a.green{
	background-color: #37a065;
	color: #fff;
}
.bottom-buttons a span{
	display: block;
	padding-left: 30px;
	background-image: url("images/m-icon-1.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
	margin-top: 15px;
}
.bottom-buttons a.green span{
	background-image: url("images/m-icon-2.png");
}


/* Footer */

#footer {
	float: left;
	width: 100%;
	padding: 0px 0 0 0;
	color: #abb6c3;
	font-size: 14px;
	letter-spacing: -0.4px;
	background-color: #f3f5f8;
}
#footer .wrap{
	border-top:1px solid #e3e7ed;
	padding: 50px 0;
	display: block;
}

#footer small {
	display: block;
	margin: 10px 0;
	font-size: 12px;
	opacity: 0.5;
	margin-bottom: 50px;
}

#footer .col {
	float: left;
	width: 50%;
}

#footer .col-last {
	color: #bebebe;
	text-align: right;
	float: right;
}

#footer a {
	color: #abb6c3;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}




/* bloglist */
.single,
.blog{
	background-color: #fbfcfd;
}
body.single-support{
	background-color: #fff;
}
.bloglist{
	margin-top: -360px;
}
.wmle_container a{
	text-decoration: none;
}
.wmle_container .wmle_item .wmle_post_excerpt,
.wmle_container .wmle_item .wmle_post_title{
	border: none !important;
	padding: 0px 10% !important; 
	text-align: left !important;
}
.wmle_container .wmle_item .wmle_post_title a{
	font-size: 19px !important; 
	color: #313f50 !important;
	line-height: 28px !important;
	font-weight: 500 !important;
}
.wmle_container .wmle_item .wmle_post_title {
	margin-top: 25px;
}
.wmle_container .wmle_post_meta a{
	display: none; 
}
.wmle_container .wmle_item{
	border:none !important;
	margin: 4% !important;
	padding: 0 !important;
	overflow: hidden;
	border-radius: 5px; 
	background-color: #fff !important;
	box-shadow: 0 0 60px rgba(17,37,81,0.04) !important;
	position: relative !important;
	text-decoration: none !important;
}
.wmle_container .wmle_item .wmle_post_excerpt p{
	text-align: left !important;
	color: #546578;
	font-size: 16px !important;
	text-decoration: none !important;
	
}
.wmle_container .wmle_item .more{
	overflow: hidden;
	display: block !important;
	width: 45px;
	height: 45px; 
	background-image: url("images/arr.png");
	margin: 10px 10% 20px 0 !important;
	border-radius: 50%;
	content: "";
	transition-duration: 0.3s;
	float: right;
}
.wmle_container .wmle_item:hover .more{
	background-color: #4da063;
	background-image: url("images/arr-w.png");
}
.wmle_item .datePost{
	border: none;
	left: 10%;
}
.wmle_item{
	overflow: hidden;
}
.wpme_image_OUT{
	overflow: hidden;
}
.wmle_container .wmle_item  img{
	transition-duration: 0.8s;
}
.wmle_container .wmle_item:hover  img{
	transform: scale(1.08);
}

/* single */
.single .hero.hero-sub .headline{
	position: relative;
	margin-top: 310px;
}
.single .headline h1{
	width: 90%;
	margin: 0 5%;
	position: absolute;
	bottom: 0;
	padding-bottom: 35px;
}
.postpublish{
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 300;
	opacity: 0.7;
	color: #fff;
	margin-top: 10px;
	display: block;
}
.postpublish u{
	text-decoration: none;
	text-transform:lowercase;
}
.postpublish a{
	color: #fff;
	text-decoration: underline;
}

.content-single{
	margin-top: -415px;
	position: relative;
	z-index: 1;
}
.single-support .content-single{
	margin-top: -460px;
	margin-bottom: 60px;
	
}
.content-single .wrap{
	width: 800px;
	background-color: #fff;
	box-shadow: 0 0 60px rgba(17,37,81,0.04) !important;
	padding: 50px;
	border-radius: 5px;
	position: relative;
}

.content-single .wrap-nobackground{
	background: none;
	box-shadow:none !important;
	width: 900px;
	padding: 20px 0;
}
.content-single .wrap .entry{
	position: relative;
}
.entry{
	margin-bottom: 40px;
}
.entry img{
	max-width: 100%; 
	height: auto;
}

.at-above-post{
	top:-450px;
	position: absolute;
	width: 100%;
	text-align: center;
}
.at-resp-share-element .at-share-btn .at-label{
	display: none; 
}
.at-resp-share-element .at-share-btn{
	box-shadow: 0 0 20px rgba(0,0,0,0.03) !important;
	background: none !important;
	border: 1px solid #519c67 !important;
	border-radius: 2px !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper{
	width: 45px !important;
	height: 45px !important;
	line-height: 45px !important;
}
.at-resp-share-element .at-icon{
	margin-top: 5px !important;
}

.entry h3{
	color: #535c65;
	font-size: 21px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: 0.1px;
	display: inline-block;
	padding: 0;
	padding-left: 35px;
	margin: 20px 0; 
	border-left: 4px solid #55aa6c;
}

.entry h4{
	color: #56aa6d;
	font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
}
.entry p, .entry li{
	color: #546578;
	font-size: 16px;
	line-height: 30px;
}
.entry ul.sub li{
	line-height: 23px;
}

.at-below-post{
	text-align: right;
	border-top:1px solid #f4f6f9 !important;
	margin-top: 30px;
	padding-top: 30px;
}
.at-below-post .at-resp-share-element .at-share-btn{
	border: 1px solid #eceff4 !important;
	text-align: center !important;
}

.at-below-post .at-icon{
	fill:#8fa0b5 !important;
	margin-top: 8px !important;
	
}
.more-blog{
	margin-top: -60px;
	position: relative;
	z-index: 100;
	width: auto;
	float: left;
}
.more-support{ 
	margin-top: 30px;
	padding: 45px 0 0;
	border-top: 1px solid #eee;
	width: 100%;
	float: none;
}
.more-blog a.b-read-more{
	margin-top: -45px; 
	border:1px solid #f4f6f9 !important;
	color: #8fa0b5;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	padding: 14px 20px; 
	transition-duration: 0.3s;
}
.more-blog a.b-read-more i{
	position: relative;
	top:-1px;
	font-size: 14px;
}
.more-support a.b-read-more{
	margin-top: 0;
}
.more-blog a.b-read-more:hover{
	color: #fff;
	border:1px solid #8fa0b5 !important;
	background-color: #8fa0b5;
}




/* buttons / next */
.bnext{
	float: right;
	width:calc( 49% - 100px );
	background-color: #fff;
	box-shadow: 0 0 60px rgba(17,37,81,0.04) !important;
	padding: 50px;
	border-radius: 5px;
	position: relative;
	text-decoration: none;
	height: 130px;
	margin-bottom: 80px;
	cursor: pointer;
}

.bprev{
	float: left;
}
.bnext h3{
	letter-spacing: -0.5px;
	line-height: 23px;
}
.bnext span{
	text-transform: uppercase;
	font-size: 12px;
	opacity: 0.4;	
}
.datePost{
	position: absolute;
	bottom: 0;
	width: calc( 100% - 100px );
	border-top: 1px solid #eee;
	color: #8495aa;
	font-size: 13px;
	padding: 35px 0;
}

.datePost i{
	margin-right: 7px;
	font-size: 11px;
	color: #58aa70;
	position: relative;
	top:-1px;
}
.bnext .more{
	width: 45px;
	height: 45px;
	background-image: url("images/arr.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	bottom: 20px;
	right: 50px;
	overflow: hidden;
	border-radius: 50%;
}
.bnext:hover{
	background-color: #57a970;
	color: #fff;
}
.bnext:hover .datePost,
.bnext:hover .datePost i,
.bnext:hover h3,
.bnext:hover span{
	color: #fff;
}
.bnext:hover .datePost{
	border-top:1px solid rgba(255,255,255,0.2);
}
.bnext:hover .more{
	background-image: url("images/arr-w.png");
}


.modal{
	width: 100%;
	float: left;
	height: 100vh;
	position: fixed;
	z-index: 1000000;
	background-color: rgba(0,0,0,0.75);
	display: none;
}
.modal-in{
	width: 900px;
	height: 380px;
	background-color: #fff;
	border-radius: 2px;
	position: absolute;
	left: calc( 50% - 450px );
	top:calc( 50% - 190px ); 
}
.modal-in .close{
	position: absolute;
	right: 0;
	top:0;
	width: 60px;
	height: 60px;
	color: #333;
	text-align: center;
	
}
.modal-in .close i{
	line-height: 60px;
	color: #3f8c53;
}	


/* related */
.content-single .related  .wrap{
	padding: 30px 50px; 
}
.related h3.title{
	font-size: 23px;
	text-align: left;
}
.related .price-faq-in{
	display: block;
}
.related .item{
	margin-top: 10px;
	padding-bottom: 10px;
}
.related .item h3{
	font-size: 17px;
}
.related .price-faq .price-faq-in .item{
	background-size: auto 14px;
	padding-left: 27px;
	background-position: left 16px;
}




/* content-single-support */
.content-single-support .addthis_tool{
	display: none;
}
.type-support{
	margin: 0;
}

/* */
.page-header{
	
}



/* content-404 */
.content-404 .intro,
.content-404 .intro p{
	text-align: center;
}

.graphics{
	text-align: center;
}


/* sitemap_by_click5  */
.sitemap_by_click5{
	margin-bottom: 40px;
}
.sitemap_by_click5 h2{
	font-size: 27px;
	padding: 20px 0 5px;
}
.sitemap_by_click5 ul{
	padding: 10px 0 10px 15px;
}
.sitemap_by_click5 .entry ul li,
.sitemap_by_click5 ul li{
	padding: 5px 0 5px 23px;
	line-height: 22px;
}	
.sitemap-box{
	float: left;
	width: 50%;
}



.breadcrups{
	font-size: 15px; 
	letter-spacing: -0.4px;
	padding-bottom: 30px;
}
.breadcrups a{
	text-decoration: none;
	color: #55aa6c;
}
.breadcrups a:after{
	content: " - ";
	margin: 0 3px;
	text-decoration: none;
	color: #546578;
	
}


/* post-hero */
.post-hero{
	height: 330px;
	background-size: cover;
	background-position:  center 20%;
	margin-top: -50px;
	margin-left: -50px;
	margin-right: -50px;
	border-radius: 5px 5px 0 0;
	margin-bottom: 30px;
}



