/*
Theme Name: Capture
Description: The Wordpress version of the Capture template.
Author: Desgined By Dash
Theme URI: http://www.designedbydash.com
Author URI: http://themeforest.net/user/Designedbydash
Version: 1.0.0
License: Partial GNU General Public License, please reade license file for more details.
License URI: License/README_License.txt
*/

.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;
}

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

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;
}

.sticky {}
.gallery-caption {}
.bypostauthor {}

/* MISC */

body {
	font-family: Roboto, san-serif, arial;	
}
a {
	color: #6ea1e7;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
a:hover {
	color: #919191;
	text-decoration: none;
}
a:focus { 
	outline: 0 none; 
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  /*font-family: 'Raleway', sans-serif;
  font-weight: bold;*/
  font-family: Roboto, san-serif, arial;
  font-weight: 300;
  color: inherit;
  text-rendering: optimizelegibility;
}
ul, ol {
	padding: 0;
	margin: 0 0 10px 25px;
	list-style: square;
}
p.legend {
	padding: 6px 0;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 30px;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.highlight {
	background: #fff890;
	color: #222;
	width: auto;
	display: inline;
	padding: 2px 3px;
}
.clear {
	clear:both;
}
.center {
	text-align: center;
}
.muted-small {
	font-size: 12px;
}
.blue-btn {
	background: #48b0e4;
	border: 2px solid #0c7eb8;
	padding: 6px 15px !important;
	color: #FFF !important;
	
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.blue-btn:hover, .searchtop:hover, .searchtop.active {
	background: #FFF !important;
	color: #6ea1e7 !important;
}
.custom-icon {
	list-style: none;
}
.custom-icon li {
	line-height: 30px;
}
.custom-icon li i {
	color: #48b0e4;
	font-weight: 100;
	padding-right: 5px;
}
/*
.reg-btn, .iwacontactform .ajax-submit, .form-submit #submit {
	background: #48b0e4;
	padding: 10px 15px;
	border: none;
	outline: none;
	border-bottom: 2px solid #0c7eb8;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}
.reg-btn:hover, .iwacontactform .ajax-submit:hover, .form-submit #submit:hover {
	background: #F6F6F6;
	color: #0c7eb8;
}
.reg-btn:active, .reg-btn:focus, .iwacontactform .ajax-submit:active, .iwacontactform .ajax-submit:focus, .form-submit #submit:active, .form-submit #submit:focus {
	color: #FFF;
	text-decoration: none;
}*/

.reg-btn, .iwacontactform .ajax-submit, .form-submit #submit {
	background-color: #6ea1e7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Roboto, san-serif, arial;
	font-weight: 300;
	font-size: 16px;
	padding: 8px 40px;
	text-decoration: none;
}
.reg-btn:hover, .iwacontactform .ajax-submit:hover, .form-submit #submit:hover {
	background-color: #212a37;
}
.reg-btn:active, .reg-btn:focus, .iwacontactform .ajax-submit:active, .iwacontactform .ajax-submit:focus, .form-submit #submit:active, .form-submit #submit:focus {
	color: #FFF;
	text-decoration: none;
}

.iwacontactform .ajax-submit {
	margin-top: 30px;	
}
.learnhome {
	padding: 10px 20px !important;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.delay1 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.delay2 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}
.delay3 {
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
}

.blue-btn {
	background: #48b0e4;
	border: 2px solid #0c7eb8;
	padding: 6px 15px;
	color: #FFF;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.blue-btn:hover, .searchtop:hover {
	background: #FFF !important;
	color: #6ea1e7 !important;
}
/*
.callout-btn {
	background: #6ea1e7;
	color: #FFF;
	border: 2px solid #FFF;

	padding: 10px 15px;
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;	
}
.callout-btn:hover {
	background: #FFF;
	color: #6ea1e7;
	border: 2px solid #FFF;
}*/
.callout-transp-btn {
	background-color: transparent;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Roboto, san-serif, arial;
	font-weight: 300;
	font-size: 16px;
	padding: 6px 40px;
	text-decoration: none;
}
.callout-transp-btn:hover {
	border: 2px solid #8697ad;
	color: #8697ad;
}

.callout-btn {
	background-color: #6ea1e7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Roboto, san-serif, arial;
	font-weight: 300;
	font-size: 16px;
	padding: 9px 40px;
	text-decoration: none;
}
.callout-btn:hover, .searchtop:hover {
	background-color: #212a37;
}

#signup-form .callout-btn {
	margin-right: 30px;
}

/* Header */
#header {
	background: #6ea1e7;	
}
#header-inner {
	background: #6ea1e7;
}
.navbar .brand {
	padding: 0;
	margin-right: 25px;
	margin-left: 0;
}
.navbar .nav {
	margin-top: 34px;
}
.navbar .nav > li > a {
	color: #b3e1f8;
	text-shadow: none;
	font-family: Roboto, san-serif, arial;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase; 
	
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
	color: #FFF;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #FFF;
	background: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
}
.searchtophead {
	margin-top: 34px;
}
.searchtophead form {
	margin: 0;	
}
.searchtop {
	background: #365277;
	border: 2px solid #fff;
	color: #FFF;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	padding: 6px 15px;
}
.searchtop {
	cursor: pointer;
}
.searchtop i {
	cursor: pointer;
	display: inline-block;
}
.navbar-inners .searchtop input {
	width: 0;
	background: transparent;
	border: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	-webkit-transition: width 0.75s ease-in-out;
	-moz-transition: width 0.75s ease-in-out;
	-o-transition: width 0.75s ease-in-out;
	transition: width 0.75s ease-in-out;
}
.navbar-inners .searchtop:hover input {
	color: #555555;	
}
.navbar-inners .searchtop.active input {
	margin: 0 0 0 5px;	
}

.navbar-inners .searchtop input:-moz-placeholder, #header .searchtop input:-ms-input-placeholder, #header .searchtop input:-webkit-input-placeholder {
	color: #FFF;	
}

.heading-text {
	text-align: center;
}
.heading-text p {
	font-size: 20px;
}
.heading-text h1 {
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 48px;
	color: #FFF;
	font-weight: 300;
	text-transform: uppercase;
}
.heading-text h1 span {
	font-weight: bold;
}
.heading-text p {
	color: #b3e1f8;
	line-height: 22px;
	margin-bottom: 40px;
}
.heading-intro-text {
	font-size: 16px;
	padding: 0 140px;
}
.iphone-hand {
	position: relative;
	right: 30px;
}

/* Three */
#three {
	border-bottom: 5px solid #6ea1e7;
	background: #31353a;
	text-align: center;
	padding-top: 30px;
}
#three .span4 {
	margin-bottom: 30px;
}
#three h1, #three h2, #three  h3, #three  h4 {
	color: #828689;
	font-weight: 400;
	text-transform: uppercase;
}
#three p {
	color: #5f6265;
}

/* White */
.white {
	position: relative;
	background: #FFF;
}
.middle-headings h1 {
	font-size: 36px;
	color: #697277;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.middle-headings {
	margin-top: 40px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.middle-headings p {
	font-size: 18px;
}
.middle-headings h1 span {
	font-weight: bold;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
	color: #222222;
}
.white p {
	color: #666666;
}
.big-icons i {
	font-size: 48px;
	color: #FFF;
	margin-top: 35px;
	margin-right: 20px;
}
.white-features {
	margin-bottom: 50px;
}
.fontawesome-icon.circle-yes {
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	background-color: #6ea1e7;
	color: #fff;
	text-align: center;
	margin-top: 2px;
	float: left;
	margin-right: 20px;
}
.fontawesome-icon.circle-center {
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	background-color: #50555b;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}
.fontawesome-icon.circle-white {
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	background-color: #FFF;
	color: #6ea1e7;
	text-align: center;
	margin-bottom: 5px;
}

.fontawesome-icon.medium.circle-center, .fontawesome-icon.medium.circle-white {
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
}
.fontawesome-icon.medium.circle-yes {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.fontawesome-icon.medium {
	font-size: 48px;
}
.test-quote-icon {
	position: relative;
	top: -47px;
}

.thumbnail-content {
	display: block;
	padding: 4px;
	line-height: 20px;
	border: 1px solid #ddd;
	border-top: none;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	text-align: center;
}
.call-out {
	padding: 5px 20px 10px 20px;
	background: #f7f7f7;
	margin-bottom: 0px;
}
.call-out h4 {
	color: #000;
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 5px;
}
.call-out p {
	color: #777777;
}
.call-out-btn {
    margin-top: 15px;
}

.pad {
	margin-bottom: 40px;
}
.white-shadow {
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
}


/* Blog */
.blog-content {
	display: block;
	padding: 10px;
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #ddd;
	border-top: none;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#content {
	padding-bottom: 20px;	
}

/* Testimonials */

.testimonials {
	background: #f6f6f6;
	padding: 10px 0 60px 0;
}
.testimonials h2 {
	margin-top: 60px;
	color: #697277;
	font-weight: 300;
	text-transform: uppercase;
}
.testimonials h2 span {
	font-weight: bold;
}
.testimonials p.head {
	font-size: 18px;
	color: #aaa;
}
.testimonials blockquote {
	padding: 0;
	margin: 0;
	border-left: none;
}
.quote-avatar {
	padding: 4px;
	margin: auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 20px;
	
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
}


/* Footer Meta */
.footer-meta {
	background: #222;
	color: #666;
	font-size: 14px;
}
.footer-meta h6 {
	color: #FFF;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}
.footer-meta p {
	color: #666;
	font-size: 14px;
}
.footer-meta .span3 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.twitter-time {
	color: #999;
}


/* Footer */
.footer {
	background: #1c1c1c;
	padding: 30px 0 20px 0;
}
.footer p {
	font-size: 16px;
	color: #4a4a4a;
	margin-top: 15px;
}
.fontawesome-icon.circle-social {
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	background-color: #212A37;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
	padding: 8px;
	min-width: 17px;
	display: inline-block;
}
.fontawesome-icon.circle-social:hover {
	background: #6ea1e7;
}
.fontawesome-icon.social.circle-social {
	margin-left: 5px;
}
.fontawesome-icon.social {
	font-size: 18px;
}
.social-icons {
	text-align: right;
}


/* Inner Pages */

.inner-heading {
	background: #31353a;
	padding: 10px 0;
	position: relative;
	z-index: 100;
}
.inner-heading h1 {
	font-size: 36px;
	color: #828689;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.inner-heading h1 span {
	font-weight: bold;
}
.inner-heading p {
	color: #5f6265;
}
.padding-inner {
	margin-top: 40px;
	margin-bottom: 40px;
}
.hborder {
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.inner-page p {
	font-size: 15px;
	line-height: 22px;
}
.muted-small {
	font-size: 12px !important;
	color: #AAA !important;
}
.skillbar .skill-percentage {
	background: #6ea1e7;
}
.skillbar .skill-percentage {
	background: #289dcc;
	display: block;
	width: 0%;
	height: 25px;
}
.skillbar {
	width: 100%;
	height: 25px;
	display: block;
	background: #efefef;
	margin-bottom: 10px;
}
.skill-title {
	margin: 0 0 3px 0;
	font-size: 14px;
	color: #999999;
	display: block;
	font-weight: bold;
}
#breadcrumbs .breadcrumb {
	background: none;
	float: right;
	text-shadow: none;
	padding: 0;
	margin-top: 30px;
	font-size: 12px;
	text-transform: uppercase;
}
#breadcrumbs .breadcrumb a {
	color: #828689;
	text-shadow: none;
}
#breadcrumbs .breadcrumb a:hover {
	color: #0c7eb8;
}
.breadcrumb > .active {
	color: #828689;
	text-shadow: none;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #828689;
	text-shadow: none;
}
.carousel-control {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 22px;
	font-weight: 100;
	line-height: 42px;
	color: #ffffff;
	text-align: center;
	background: #0c7eb8;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.logo-img {
	margin-bottom: 10px;
	text-align: center;
}

.logo {
	max-width: 220px;	
}

/* Contact */
.gmap3 {
	width: 100%;
}
.grey-box {
	background: #F6F6F6;
	padding: 20px;
	text-align: center;
}
.grey-box .contact-number {
	font-size: 24px;
	font-weight: bold;
	color: #6ea1e7;
}
.grey-box-icon {
	background: #f6f6f6;
	padding: 50px 20px 20px 20px;
	text-align: center;
	margin-top: 20px;
	position: relative;
}
.grey-box-icon:hover .fontawesome-icon.circle-white {
	background-color: #f6f6f6;
	color: #697277;
	
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.grey-box-icon-pos {
	position: absolute;
	top: -36px;
	left: 50%;
	float: none;
	margin: 0 0 0 -40px
}
.grey-box .check-btn {cursor: pointer;}
.sidebar-wrap {
	font-size: 15px;
	padding-bottom: 30px;
	/*border-bottom: 1px solid #ddd;*/
	margin-bottom: 30px;
}
.searchside {
	margin-bottom: 30px;
	padding-bottom: 10px;
}
ul.cats, ul.cat-list, .widget_categories ul , .sidebar-wrap ul{
	margin: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
}
.cat-list li, .sidebar-wrap li  {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
	font-size: 13px;
	padding: 5px 0 5px 20px;	
}
.cats li, .widget_categories li  {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
	font-size: 13px;
	display: block;
	padding: 5px 0 5px 20px;
}
.cats li a, .widget_categories ul li a {

}
.cats li:last-child, .widget_categories ul li:last-child {
	border-bottom: none;
}
.tagcloud a {
	background: #48b0e4;
	border-bottom: 1px solid #0c7eb8;
	padding: 4px;
	color: #FFF;
	/*font-weight: bold;*/
	font-size: 11px;
	outline: none;
	margin-bottom: 10px;
	display: inline-block;
	font-size: inherit !important;
}
.tagcloud a:hover {
	background: #EEE;
	color: #0c7eb8;
	text-decoration: none;
}
.thumb-left-pic {
	float: left;
	margin: 0 10px 5px 0;
}
.description h6 {
	margin: 0 0 2px 0;
	line-height: 18px;
}

/* Pricing Tables */
.plan {
	border: 1px solid #DDD;
	text-align: center;
	
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
}
.plan h3 {
	font-size: 18px;
	padding: 20px 0px 10px;
	margin: 0px;
	border-bottom: 1px solid #DDD;
}
.plan .price {
	padding: 10px 0px;
	border-bottom: 1px solid #DDD;
	
	font-size: 60px;
}
.plan .price h4 {
	font-size: 40px;
	margin-top: 20px;
	font-weight: normal;
}
.plan .price span {
	font-size: 12px;
	color: #777;
}
.plan ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	background-color: #FFF;
}
.plan li {
	padding: 10px 0px;
	background: #FAFAFA;
}
.plan li:nth-child(2n+2) {
	background: #FFF;
}
.plan .signup {
	padding: 20px 0px;
	border-top: 1px solid #DDD;
}
.featured {
background: #f6f6f6;
}

.plan select {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    margin-top: 5px;
}
.plan .radios label {display: inline; margin: 0px; font-weight: 100; }
.plan .radios input[type=checkbox] {margin-top: -2px; margin-right: 10px; opacity: 0.6;}
.plan .radios span {color: #6ea1e7; font-size: 14px; margin-left: 20px;}
.plan .plus-features {color: #6ea1e7; margin-bottom: 218px;}
/* Work */

#filterSection_menu ul {
	list-style: none;
	margin: 0 0 10px 0px;
	display: table;
}
#filterSection_menu li {
	display: inline-block;
	margin-right: 20px;
	display: table-cell;
	vertical-align: middle;
}
#filterSection_menu li.muted {
	padding-right: 20px;
}
#filterSection_menu li a {
	padding: 5px 10px;
	margin-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #888;
}
#filterSection_menu li a:hover {
	background: #EEE;
	color: #444;
}
#filterSection_menu li a.active {
	background: #31353a;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	border: none;
	outline: none;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
.sort-wrap {
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
dd {
	margin-bottom: 15px;
}


/* Blog */
.post, div.page {
	margin-bottom: 60px;
}
.post h3 a, div.page h3 a  {
	color: #697277;
}
.post h3 a:hover, div.page h3 a:hover {
	color: #919191;
}
.post .meta, div.page .meta {
	font-size: 13px;
	margin-bottom: 20px;
	padding: 10px 0;
	color: #919191;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.post img, div.page img {
	margin-bottom: 20px;
}
.post .meta .sep, div.page .meta .sep {
	padding: 0 5px;
}
#comments {
	margin: 60px 0 65px 0;
	text-align: left;
}
#comments ol.commentlist {
	list-style: none;
	margin: 0;
	padding-bottom: 15px;
}
#comments ol.commentlist li {
	padding: 20px 0 0 0;
	background: none;
	position: relative;
}
#comments .user {
	float: left;
	width: 70px;
	height: 70px;
	position: relative;
}
#comments a.comment-reply-link {
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 1;
	font-size: 9px;
	text-transform: uppercase;
}
#comments .message {
	overflow: hidden;
	margin-bottom: 10px;
}
#comments ul.children {
	margin: 0;
	overflow: inherit;
	padding: 0 0 0 55px;
	list-style: none;
}
#comments .info {
	margin-top: -10px;
}
#comments .info .meta {
	font-size: 13px;
	display: inline;
	color: #999;
}
#comments .info .meta::before {
	content: "-";
	display: inline-block;
	margin-right: 10px;
}
#comments .info h2 {
	font-size: 16px;
	margin: 0;
	display: inline;
	margin-right: 5px;
	margin-top: 0;
}
#comments .info h2 a {
	color: #697277;
}
#comments .info h2 a:hover {
	color: #919191;
}
.pagination ul {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding: 8px 15px;
}
.comment-wrap {
	margin-top: 60px;
}


/* Bootstrap Stuff */
input[type="text"], input[type="search"], input[type="password"], textarea, select {
	font-size: 13px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	
}
.accordion-toggle {
	font-size: 13px;
	color: #666;
}
.accordion-group {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background-color: #f6f6f6;
	border-color: #DDD;
}
.nav-tabs > li > a {
/*	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;*/
}
/*.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background: #EEE;
	color: #444;
}
.nav-tabs > li > a {
	padding: 5px 10px;
	margin-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #888;
}*/
blockquote {
	background: #f6f6f6;
	padding: 30px;
	border-left: 5px solid #48b0e4;
	margin: 20px 20px 20px 40px;
}
#content blockquote p {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	color: #333 ;
}
#content blockquote p small {
	font-size: 13px;
}
blockquote.blockquote-right {
	border-right: 5px solid #48b0e4;
	border-left: none;
}
table {
	border: 1px solid #DDD;
	
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
}
.table-border {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
thead {
	background: #F6F6F6;
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #ffffff;
}
.dropdown-toggle {
	font-size: 13px;
	color: #666;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #b3e1f8;
	border-bottom-color: #b3e1f8;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: none;
	color: #FFF;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	text-decoration: none;
	color: #ffffff;
	background-color: #0c7eb8;
	filter: none;
	background-image: none;
}
.dropdown-menu > li > a {
	font-size: 14px;
}

.thumbnails li {
	position: relative;
	text-align: center;
}

.overlay {
	position: absolute;	
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}

.overlay a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.overlay a .overlay-btn {
	position: absolute;
	padding: 8px 20px;
	background: #333;
	color: #FFF;
	text-align: center;
	top: 0;
	left: 0;
	margin-top: -100px;
	-webkit-transition: margin-top .3s linear, color .2s linear;
	-moz-transition: margin-top .3s linear, color .2s linear;
	-o-transition: margin-top .3s linear, color .2s linear;
	-ms-transition: margin-top .3s linear, color .2s linear;
	transition: margin-top .3s linear, color .2s linear;
	width: 150px;
	height: 20px;
	display: block;
	z-index: 2002;
	opacity: 0.8;
}

.thumbnails .overlay-image {
	min-width: 100%;	
}

.fixed-header-container .navbar {
	height: 80px;	
}

.navbar-inners.fixed-header-active .nav-container-outer {
	position: fixed;
	top: -70px;
	left: 0;	
	-webkit-transition: margin-top .2s linear, color .2s linear;
	-moz-transition: margin-top .2s linear, color .2s linear;
	-o-transition: margin-top .2s linear, color .2s linear;
	-ms-transition: margin-top .2s linear, color .2s linear;
	transition: margin-top .2s linear, color .2s linear;
	z-index: 9999999;
}

.navbar-inners.fixed-header-active .nav-container-outer {
	width: 100%;
	background: #FFF;
	background: rgba(54, 82, 119, 0.95);
	-webkit-box-shadow: 0px 1px 3px 0px #666;
	box-shadow: 0px 1px 3px 0px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  	filter: alpha(opacity=95);
}

.navbar-inners.fixed-header-active .nav-container-inner {
	width: 1170px;
	margin: 0 auto;	
}

.navbar-inners.fixed-header-active .brand {
	padding: 0;
	max-width: 134px;
}

.navbar-inners.fixed-header-active .brand img {
	max-height: 64px;
	width: 100%;
}

.navbar-inners.fixed-header-active .nav {
	margin-top: 12px;	
}

.navbar-inners.fixed-header-active .searchtophead {
	margin-top: 13px;	
}

.navbar-inners.fixed-header-active .nav > li > a {
	color: #666;	
}

.navbar-inners.fixed-header-active .nav > li > a:hover, .navbar-inners.fixed-header-active .nav > li.active > a {
	color: #222 !important;	
}

.navbar-inners.fixed-header-active .nav li.dropdown.open .dropdown-toggle {
	color: #222;	
}

.navbar-inners.fixed-header-active .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #666;	
	border-bottom-color: #666;	
}

.navbar-inners.fixed-header-active .nav li.dropdown.open .dropdown-toggle .caret {
	border-top-color: #222;	
	border-bottom-color: #222;	
}

.cbp-qtrotator {
    position: relative;
    width: 100%;
}
 
.cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    min-height: 200px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 2em 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
	min-height: 300px\9;
}

.cbp-qtrotator .cbp-qtcontent blockquote {
	min-height: 300px\9;
}
 
.no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none;
}
 
/* Currently visible */
.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}
 
.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}
 
.cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}
 
.cbp-qtprogress {
    position: absolute;
    background: #48B0E4;
    height: 1px;
    width: 0%;
    top: 0;
	left: 0;
    z-index: 1000;
}
 
.cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
}
 
.cbp-qtrotator blockquote p {
    color: #333;
    font-weight: 400;
    margin: 0.4em 0 1em;
}
 
.cbp-qtrotator blockquote footer {
    font-size: 1.2em;
}
 
.cbp-qtrotator blockquote footer:before {
    content: '? ';
}
 
.cbp-qtrotator .cbp-qtcontent img {
    float: right;
    margin-left: 3em;
}

/* Footer List */
.footer-widget-container .xoxo.blogroll {
 margin: 0;
}
.footer-widget-container .xoxo.blogroll li {
 list-style: none;
 border-top: 1px solid #333;
}
.footer-widget-container .xoxo.blogroll li a {
 padding: 6px 0;
 display: inline-block;
}
.footer-widget-container .xoxo.blogroll li:first-child {
 border-top: none;
}

/* Box */
.box-wrap {
	width: 85%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;
}
.box-bg {
	background: url(img/boxed_bg.png) repeat;
}

/* .box-wrap .testimonials .fontawesome-icon.circle-white {
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	background-color: #f6f6f6;
	color: #444;
	text-align: center;
	margin-bottom: 5px;
} */

.box-wrap .testimonials {
	margin-top: 0;
}

.box-wrap .sidebar-wrap input[type="text"], .box-wrap .side-bar-wrap input[type="text"] {
	width: 100%;
	padding: 4px 5%;
}

.box-wrap .padding-inner {
	margin-top: 0;
	padding-top: 40px;	
}

.box-wrap .white {
	padding-bottom: 45px;	
}

.nav-collapse.collapse, .logo {
	float: left\9; /* IE8 and below hack */
}

.spacer {
	height: 30px;	
}

#content .padding-inner h3:first-child {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 0;
}

form.iwacontact ol.iwacontactform input.input {
	width: 50%;	
}

form.iwacontact ol.iwacontactform textarea {
	width: 80%;
	margin: 4px 2px;
}

.fancy-sidebar-title .sidebar-wrap:first-child h5.sidebar-widget-title {
	font-size: 28px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 10px;
	line-height: 40px;
}

#searchform {
	margin-bottom: 0;	
}

#searchform label.screen-reader-text, #searchsubmit {
	display: none;
}

#searchform input[type="search"] {
	width: 95%;
	margin-bottom: 0;	
}

#content .padding-inner h3.blog-title {
	border-bottom: 0;
	margin: 10px 0;
	padding: 0;
}

.social-sharing {
	margin-top: 40px;
	background: #F6F6F6;
	padding: 25px;	
}

.social-sharing p {
	margin-bottom: 0;	
}

.social-sharing a {
	display: inline-block;
	margin-left: 10px;
}

.form-allowed-tags code {
	white-space: normal;	
}

.thumbnails .blog-content .portfolio-link {
	font-style: italic;	
}

#font-awesome-example i {
	margin-right: 15px;	
}

.pager.pagination-padding {
	margin: 0;	
}

.ls-wp-container h1, .ls-wp-container h2, .ls-wp-container h3, .ls-wp-container h4, .ls-wp-container h5, .ls-wp-container h6 {
	color: #FFF;	
}

.ls-wp-container p, .ls-wp-container span {
	text-align: left;	
}

.dropdown-menu {
	margin-top: 0;	
}

#lang_sel li {
	min-width: 180px;	
}

#lang_sel img.iclflag {
	top: -1px;	
}

.wpml-language-switcher {
	float: right;
	margin: 41px 20px 0 0;	
	position: relative;
	z-index: 1000;
}

.fixed-header-active .wpml-language-switcher {
	margin-top: 21px;	
}

#lang_sel_footer {
	background: #1C1C1C;
	border: none;
	padding-bottom: 20px;	
}

.hidden {display: none;}

form .text-field {
    border-radius: 5px;
    box-shadow: none;
    padding: 10px;
    width: 90%;
    margin-bottom: 20px;
    height: auto;
}

form .text-field.select-field {width: 96%; }
form .text-field.small-select-field {width: 30%; margin-right: 10%; padding: 9px;}
form .text-field.middle-select-field {width: 50%; margin-right: 10%; padding: 9px;}
form .text-field.small-text-field {width: 30%; margin-right: 20px;}

.plan-container h1,
.plan-container h2 {
    margin: 0;
}

/*.plan-container{
    overflow: hidden;
    border-radius: 0.3em;
}*/

.plan-container .plan-title {
    background: #38404b;
    color: #fff;
    text-align: center;
    line-height: 2;
    margin: 0 !important; /* fix me */
    padding: 0 !important;
    border: 0 !important;
    border-top-left-radius:0.15em;
    border-top-right-radius:0.15em;
}

.plan-container .plan-title.custom{
    background: #31353a;
}

.plan-container .plan-title > span.unlimited {
    position: relative;
}

.plan-container .plan-title > span.unlimited:after {
    padding: 0.1em 0.2em;
    line-height: normal;
    content: 'Unlimited';
    position: absolute;
    left: 100%;
    background-color: #6ea1e7;
    top: 0;
    font-size: 40%;
    border-radius: 0.25em;
}

.plan-container .plan-body:last-child {
    border-bottom-left-radius:0.15em;
    border-bottom-right-radius:0.15em;
}
.plan-container .plan-body {
    background: #f7f7f7;
    padding: 0 1em;
}

.plan-container .plan-price {
    text-align: center;
    line-height: 2;
}

.plan-container .plan-price > span {
    font-weight: 500;
    position: relative;
}

.plan-container .plan-price > span:before {
    content: '$';
}

.plan-container .plan-price > span:after {
    line-height: normal;
    content: '/month';
    position: absolute;
    bottom: 10%;
    font-size: 50%;
    font-weight: normal;
}

.plan-container .plan-body input[type="checkbox"] {
    display: none;
}

.plan-container .plan-body input[type="checkbox"] + label {
    font-weight: normal;
    margin: 0;
}

.plan-container .plan-body input[type="checkbox"] + label i {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1.75em;
    padding-bottom: 0.25em;
}

.plan-container .plan-body span.price:before {
    content: '$';
}

.plan-container .plan-body input[type="checkbox"] + label span {
    font-size: 1.75em;
    font-weight: 500;
}

.plan-container .plan-body input[type="checkbox"] + label i:before {
    font-family: FontAwesome;
    content: '\f096';
    margin-right: 0.5em;
}

.plan-container .plan-body input[type="checkbox"]:checked + label i:before {
    content: '\f046';
    margin-right: 0.3571em;
}

.plan-container .plan-body .price-year {
    line-height: 2em;
    white-space: nowrap;
    float:left;
    width: 50%;
    font-size: 1em;
}

.plan-container .striped {
    border-bottom: 1px solid #ddd;
}

.plan-container .plan-body.striped {
    margin: 0 1em;
    padding: 0;
}
.plan-container .plan-options {
    list-style-type: none;
    margin: 0;
    text-align: center;
    padding: .75em 0 1em 0
}

.plan-container .plan-options li:first-child {
    font-weight: 500;
}

.plan-container .plan-options li {
    color: #777;
    line-height: normal;
    font-size: .9em;
}

.plan-container .plan-body.plan-option {
    color: #777;
    text-align: center;
    line-height: 2
}

.plan-container .plan-body.plan-option.white-bg {
    background: #fff;
}

.plan-container button.btn:not(:hover) {
    background-image: linear-gradient(to bottom, #fff, #FAFAFA);
}

.plan-container button.btn {
    width: 60%;
    text-align: left;
    font-size: 0.9em;
    position: relative;
    padding-right: 2em;
    white-space: nowrap;
}

.plan-container button.btn .caret {
    right: 1em;
    margin: 0;
    top: 45%;
    position: absolute;
}

.plan-container .dropdown-menu {
    left: 0;
    right: 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-height: 14em;
    overflow-x: hidden;
    text-align: left;
    font-size: 0.9em;
}

.plan-container .plan-body .striped:not(.no-padding) {
    padding-bottom: 1em;
}

.plan-container .dropdown {
    margin: 0 .5em;
}

.plan-container .plan-body .reg-btn {
    /*margin: 1.5em 0;*/
}

.plan-container .custom-plan .dropdown {
    margin-top: 0.25em;
    margin-bottom: 1em;
}
.plan-container .custom-extra-acc .dropdown{
    padding-top: 0.25em;
}

.plan-container .custom-plan {
    padding-top: 1em;
}

.plan-container .plan-body .price-year span.per-year {
    font-size: 1em
}

.plan-container .plan-fixed-height {
    min-height: 27.5em;
    background: #f7f7f7;
}

.plan-container .custom-header{
    padding-bottom: 0.2em;
}

.plan-container .tooltip-inner{
    border: 1px solid #ddd;
    color: #777;
    font-size: 1.25em;
    background-color: #fff;
    border-radius: 0.4em;
    box-shadow: 0px 5px 9px 0px rgba(40,40,40,0.25);
    text-align: left;
    max-width: 300px;
}

.plan-container .tooltip.top .tooltip-arrow{
    border-top-color: #fff;
    bottom: -1px;
    border-width: 8px 8px 0;
}

.plan-container [data-toggle="tooltip"]:hover{
    text-decoration: underline;
    cursor: pointer;
}

.plan-container .plan-body.start-trial {
    padding: 1.5em 1em;
}

.start-trial-btn {
    color: #6ea1e7;
    background-color: #f7f7f7;
    border: 2px solid #6ea1e7;
    font-weight: 400;
    padding: 6px 28px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-family: Roboto, san-serif, arial;
    font-size: 16px;
    text-decoration: none;
}

.start-trial-btn:hover {
    border: 2px solid #bbbbbb;
	color: #bbbbbb !important;
}

.start-trial-btn.hidden,
.reg-btn.hidden {
    display: none;
}
/*green and blue plans start*/
.plan-container .start-trial .buttons-block > div {
    float: left;
    width: 50%;
}

.green-plans .green-plan-container {
	border-radius: 5px;
	padding: 10px 25px;
	color: #fff;
	opacity: 0.95;
	min-height: 41.25em !important;
}
.green-plans .green-plan-container:hover {opacity: 1;}

.green-plans .free-plan {
	background-color: #a8cd67;
}

.green-plans .custom-plan {
	background-color: #1dc06e;
}

.green-plans .unl-personal-plan {
	background-color: #16ab62;
}

.green-plans .custom-business-plan {
	background-color: #2972b0;
}

.green-plans .unl-business-plan {
	background-color: #295786;
}

.green-plans .enterprise-plan {
	background-color: #1f3048;
}

.green-plans .green-plan-container h3.plan-title {
	text-align: center;
	color: #fff;
	font-size: 25px;
	border: none !important;
	margin: 0 !important;
	white-space: nowrap;
	position: relative;
}

.green-plans .green-plan-container .plan-title > span.unlimited {
	position: relative;
}

.green-plans .green-plan-container .plan-title .fa {
	font-size: 18px;
	opacity: .5;
	padding-right: 5px;
}

.green-plans .green-plan-container .plan-title .fa:hover {
	opacity: 1
}

.green-plans .green-plan-container.custom-plan > .plan-title > .dropdown-content {
	right: 0;
}

.green-plans .green-plan-container.custom-plan > .plan-title > .dropdown-content > li {
	text-align: center;
}

.green-plans .green-plan-container.custom-plan > .plan-title > .dropdown-content:after,
.green-plans .green-plan-container.custom-plan > .plan-title > .dropdown-content:before {
	right: 3px;
	left: auto;
}

.green-plans .green-plan-container.custom-plan .custom-plan-option > .dropdown-content:after,
.green-plans .green-plan-container.custom-plan .custom-plan-option > .dropdown-content:before {
	right: 10px;
	left: auto;
}


.green-plans .green-plan-container .plan-title > span.unlimited::after {background-color: #6ea1e7; border-radius: 0.25em; content: "Unlimited"; font-size: 40%; left: 100%; line-height: normal; padding: 0.1em 0.2em; position: absolute; top: 0; }
.green-plans .green-plan-container .plan-body {padding-bottom: 20px;}
.green-plans .green-plan-container .hr {width: 100%; height: 1px; background: #fff; opacity: 0.5;}
.green-plans .green-plan-container .plan-price {text-align: center; color: #fff; font-size: 40px; font-weight: 500;}
.green-plans .green-plan-container .plan-price > span {position: relative;}
.green-plans .green-plan-container .plan-price > span.month-price::after {bottom: 10%; content: "/month";font-size: 40%;font-weight: 300;line-height: normal;position: absolute;}
.green-plans .green-plan-container .plan-price > span.month-price::before {content: "$"; font-size: 60%; font-weight: 400; left: -15px;	line-height: normal; position: absolute; top: 3px;}
.green-plans .green-plan-container label {margin: 0px; position: relative;}
.green-plans .green-plan-container label .fa {font-size: 14px;}
.green-plans .green-plan-container .text-left {float: left;	font-size: 1em;	line-height: 2em; white-space: nowrap; width: 50%; height: 2em;}
.green-plans .green-plan-container .text-right {float: left; font-size: 1em; line-height: 2em; white-space: nowrap; width: 50%; height: 2em;}
.green-plans .green-plan-container .text-right span {position: relative;}

.green-plans .green-plan-container .text-right .price {
	padding-left: 5px;
	font-size: 22px;
}
.green-plans .green-plan-container .text-right .price::before {content: "$"; font-size: 60%; font-weight: 400; left: -5px;	line-height: normal; position: absolute; top: 3px;}
.green-plans .green-plan-container input[type="checkbox"] {	display: none;}

.green-plans .green-plan-container input[type="checkbox"] + label i::before {
	content: '\f096';
	font-family: FontAwesome;
	margin-right: 0.5em;
	margin-left: 1px;
	font-size: 22px;
}
.green-plans .green-plan-container input[type="checkbox"]:checked + label i::before {content: '\f046';	margin-right: 0.3571em;}
.green-plans .green-plan-container .users-count {opacity: 0.5;}
.green-plans .green-plan-container .users-count:hover {opacity: 1;}
.green-plans .green-plan-container .users-count span { padding: 0 0.5em;}
.green-plans .green-plan-container .dropdown.active {opacity: 1;}
.green-plans .green-plan-container .dropdown.active .dropdown-content {display: block; z-index: 999;}
.green-plans .green-plan-container .dropdown-content{display: none; position: relative; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); margin: 0px; padding: 0px; background: #fff; border: 1px solid #b5b5b5; position: absolute; color: #333; padding: 5px 0px; box-shadow: 0px 5px 10px rgba(0,​ 0,​ 0,​ 0.2);}
.green-plans .green-plan-container .dropdown-content .scrollable-content {max-height: 164px; overflow-y: auto; overflow-x: hidden; }
.green-plans .green-plan-container .upgrade-btn .dropdown-content {width: 80%; right: 3px;}
.green-plans .green-plan-container .dropdown-content li{list-style-type: none; line-height: 1.8em; padding: 0 15px;  text-align: left; font-size: 13px; font-weight: 400; white-space: nowrap; }
.green-plans .green-plan-container .dropdown-content li:hover {background: #F5F5F5;}
.green-plans .green-plan-container .dropdown-content:after, .green-plans .green-plan-container .dropdown-content:before {bottom: 100%;	left: 53px;	border: solid transparent;	content: " ";	height: 0;	width: 0;	position: absolute;	pointer-events: none;}
.green-plans .green-plan-container .dropdown-content:after {	border-color: rgba(255, 255, 255, 0);	border-bottom-color: #fff;	border-width: 6px;	margin-left: -6px;}
.green-plans .green-plan-container .dropdown-content:before {	border-color: rgba(181, 181, 181, 0);	border-bottom-color: #b5b5b5;	border-width: 7px;	margin-left: -7px;}
.green-plans .green-plan-container .upgrade-btn .dropdown-content:after, .green-plans .green-plan-container .upgrade-btn .dropdown-content:before {left: auto; right: 10px;}
.green-plans .green-plan-container .upgrade-btn {display: block; position: relative;  border: 2px solid #fff; color: #fff; text-decoration: none; width: 80%; text-align: center; margin: 8px auto 0px auto; border-radius: 5px; line-height: 30px;}

.green-plans .green-plan-container .upgrade-btn:hover {
	background: #fff;
}

.green-plans .free-plan .upgrade-btn:hover {
	color: #a8cd67;
}

.green-plans .custom-plan .upgrade-btn:hover {
	color: #1dc06e;
}

.green-plans .unl-personal-plan .upgrade-btn:hover {
	color: #16ab62;
}

.green-plans .custom-business-plan .upgrade-btn:hover {
	color: #2972b0;
}

.green-plans .unl-business-plan .upgrade-btn:hover {
	color: #295786;
}

.green-plans .enterprise-plan .upgrade-btn:hover {
	color: #1f3048;
}

.green-plans .green-plan-container {
	margin-bottom: 25px;
}

.green-plans .green-plan-container .upgrade-btn .fa-caret-down {position: absolute; opacity: 0.5; right: 16px; top: 8px; font-size: 14px;}
.green-plans .green-plan-container .upgrade-btn:hover .fa-caret-down {opacity: 1;}
.green-plans .green-plan-container .plan-options { padding-bottom: 15px; }
.green-plans .green-plan-container .plan-options .plan-feature { margin-top: 15px; color: #fff; }
.green-plans .green-plan-container .plan-options .plan-feature .fa { font-size: 14px;}
.green-plans .green-plan-container .plan-options .plan-feature strong {font-size: 15px; font-weight: normal; padding-left: 17px;}

.green-plans .green-plan-container .plan-options .plan-feature .plan-feature-description {
	font-size: 13px;
	display: block;
	padding-left: 34px;
	opacity: 0.6;
	line-height: 18px;
}

.green-plans .green-plan-container .plan-options .plan-feature .custom-plan-option {
	float: right;
	position: relative;
	font-size: 15px;
	cursor: pointer;
}

.green-plans .green-plan-container .plan-options .plan-feature .custom-plan-option-value {
	opacity: .9;
}

.green-plans .green-plan-container .plan-options .plan-feature .custom-plan-option-value:hover {
	opacity: 1;
}

@media screen and (max-width: 979px) {
	.green-plans .green-plan-container {
		min-height: auto !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.green-plans .green-plan-container h3.plan-title {
		font-size: 14px;
	}

	.green-plans .green-plan-container .plan-title .fa {
		font-size: 14px;
		padding-right: 0;
	}

	.green-plans .green-plan-container.custom-plan > .plan-title > .dropdown-content {
		right: -7px;
	}

	.green-plans .green-plan-container .plan-title > span.unlimited::after {
		font-size: 55%;
	}

	.green-plans .green-plan-container .plan-price > span {
		font-size: 23px;
	}

	.green-plans .green-plan-container label .fa {
		font-size: 12px;
	}

	.green-plans .green-plan-container .users-count span {
		padding: 0 0.15em;
	}

	.green-plans .green-plan-container .number-of-users {
		font-size: 14px;
	}

	.green-plans .green-plan-container .text-right .price {
		font-size: 16px;
	}

	.green-plans .green-plan-container .per-year {
		font-size: 7px;
	}

	.green-plans .green-plan-container .plan-options .plan-feature strong {
		padding-left: 5px;
		font-size: 13px;
	}

	.green-plans .green-plan-container .plan-options .plan-feature .plan-feature-description {
		padding-left: 22px;
	}

	.green-plans .green-plan-container .upgrade-btn {
		font-size: 14px;
		width: auto;
	}

	.green-plans .green-plan-container .upgrade-btn .fa-caret-down {
		right: 5px;
	}

	.green-plans .green-plan-container .upgrade-btn .dropdown-content {
		width: auto;
		right: -9px;
	}

	.green-plans .green-plan-container .plan-options .plan-feature .custom-plan-option {
		font-size: 13px;
	}

	.green-plans .green-plan-container {
		min-height: 57em !important;
	}
}

@media screen and (min-width: 979px) and (max-width: 1280px) {
	.green-plans .green-plan-container h3.plan-title {
		font-size: 19px;
	}

	.green-plans .green-plan-container .plan-title .fa {
		font-size: 14px;
		padding-right: 0;
	}

	.green-plans .green-plan-container.custom-plan > .plan-title > .dropdown-content {
		right: -7px;
	}

	.green-plans .green-plan-container .plan-title > span.unlimited::after {
		font-size: 50%;
	}

	.green-plans .green-plan-container .plan-price > span {
		font-size: 28px;
	}

	.green-plans .green-plan-container label .fa {
		font-size: 12px;
	}

	.green-plans .green-plan-container .text-right .price {
		font-size: 14px;
	}

	.green-plans .green-plan-container .per-year {
		font-size: 11px;
	}

	.green-plans .green-plan-container .users-count span {
		padding: 0 0.15em;
		font-size: 14px;
	}

	.green-plans .green-plan-container .plan-options .plan-feature strong {
		padding-left: 5px;
		font-size: 13px;
	}

	.green-plans .green-plan-container .plan-options .plan-feature .plan-feature-description {
		padding-left: 22px;
	}

	.green-plans .green-plan-container .upgrade-btn .fa-caret-down {
		right: 5px;
	}

	.green-plans .green-plan-container .upgrade-btn .dropdown-content {
		width: auto;
		right: -9px;
	}

	.green-plans .green-plan-container .plan-options .plan-feature .custom-plan-option {
		font-size: 13px;
	}

	.green-plans .green-plan-container .text-right .price::before {
		font-size: 70%;
	}

	.green-plans .green-plan-container {
		min-height: 1004px !important;
	}
}

@media screen and (max-width: 768px) {
	.green-plans .green-plan-container .text-right .price {
		font-size: 13px;
	}

	.green-plans .green-plan-container input[type="checkbox"] + label i::before {
		font-size: 20px;
	}
}

.plan-tabs {
	line-height: 35px;
	margin-bottom: 35px;
	text-align: center;
}

.plan-tabs > .plan-tab {
	float: left;
	opacity: .9;
	width: 50%;
	display: block;
	background-color: #F7F7F7;
	color: #444;
}

.plan-tabs > .plan-tab:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.plan-tabs > .plan-tab:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.plan-tabs > .plan-tab:hover {
	opacity: 1;
	transition: opacity .15s linear;
}

.plan-tabs > .plan-tab.active {
	background-color: #6FA1E8;
	color: #fff;
}

/*green and blue plans end*/

.storage-note {
	color: #777;
	text-align: center;
}

#signup-form input[type="text"],
#signup-form input[type="password"] {
    width: 100%;
    box-sizing: border-box;
}

/* Landing page */
.home.page .modal {
	width: auto;
}