/*
Theme Name:     Open-Classifieds Theme
Theme URI:      http://www.open-classifieds.com/
Description:    Child theme for StrapPress
Author:         Oliver
Author URI:     http://www.open-classifieds.com/
Template:       strappress
Version:        0.1.0
*/

@import url("../strappress/style.css");

body {
	font-family: 'Roboto', 'Lato', sans-serif;
	color: #333;
	font-weight: 300;
	font-size:16px;
	line-height:24px;
}

p {
	line-height:26px;
	font-weight:400;
}

img {
	max-width:100%;
}

a {
    color: #379e15;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, 
a:focus {
    color: #1570A6;
	text-decoration:none;
	outline: 0;
}

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

.margin-top {
	padding-top:110px;
}

/* HR divider */

hr {
	height:1px;
	background-color: #EEE;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', 'Lato',sans-serif;
    font-weight: 400;
}

h6 {
	font-size:16px;
}

/* Logo */

#logo {
    margin-left: 0px;
	padding-bottom:5px;
}

/* Navigation Bar */

#site-nav {
    position:fixed;
    width:100%;
    z-index:1024;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default.affix{
    top: 0;
    width: 100%;
	background-color: #F7FAF7;
	-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;
}

.navbar-default {
	font-family: 'Roboto', 'Lato' sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: transparent;
	border:none;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	z-index: 999;
	-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;
}

.navbar-default .navbar-toggle {
	border: 0;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle > .icon-bar {
	background-color: #41BB19;
}

.navbar-default .navbar-brand {
	color: #41BB19;
}

.navbar-default .navbar-nav {
	float: right;
}

.navbar-default .navbar-nav > li > a {
	font-weight:700;
}

.home .navbar-default .navbar-nav > li > a {
	color: #fff;
}

.home .affix .navbar-nav > li > a {
	color:#777;
}

.home .navbar-default .navbar-nav .btn {
	display:none;
	color:#fff;
}

.home .affix .navbar-nav .btn {
	display:inline-block;
	-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;
}

.navbar-nav > li > a {
	color:#252525;
	font-weight:700;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	color: #41BB19;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #41BB19;
}

.navbar-default .navbar-right {
	padding: 8px 0 10px 15px;
	float:right;
}

.navbar-default .navbar-right a[type="button"] {
	padding: 6px 20px 6px 20px;
	color: #FFF;
	line-height:18px;
}

.navbar-default .navbar-right a[type="button"]:hover, 
.navbar-default .navbar-right a[type="button"]:focus {
	background-color: transparent;
	color: #41BB19;
}

/* Custom Buttons */

.btn-theme {
	background-color: #41BB19;
	color: #FFF;
	border-color: #41BB19;
}

.btn-theme:hover, .btn-theme:focus {
	border-color: #41BB19;
	background-color: transparent;
	color: #41BB19;
	box-shadow: none;
}

/* Page Headers */

.page-header {
	border-bottom: none;
	margin-top:0;
	padding-bottom:0px;
}

.page-header .page-title {
	overflow: hidden;
	margin-top:0;
	color:#595959;
}

.page-header .page-title:before,
.page-header .page-title:after {
	background-color: #EEE;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.page-header .page-title:before {
	right: 0.5em;
	margin-left: -50%;
}

.page-header .page-title:after {
	left: 0.5em;
	margin-right: -50%;
}

/* Topbar */

.topbar {
	padding: 7px 0;
	position: relative;
	margin-bottom:-10px;
}

.topbar ul {
	margin: 0 15px;
}

.topbar ul > li {
	display: inline;
	list-style: none;
	position: relative;
	padding-bottom: 15px;
}

.topbar ul > li > a, 
.topbar ul > li > a:hover {
	color: #7c8082;
	font-size: 11px;
	text-transform: uppercase;
}

.topbar ul > li > a:hover, 
.topbar ul > .current-menu-item a {
	color: #41bb19;
}

.topbar ul li.topbar-devider {
	top: -1px;
	padding: 0;
	font-size: 8px;
	position: relative;
	margin: 0 9px 0 5px;
	font-family: Tahoma;
	border-right: solid 1px #eee;
}

/* Languages Menu */

#languages span {
	text-transform:uppercase;
	font-size:12px;
	color:#7c8082;
	cursor:pointer;
}

#languages span:hover {
	color:#379e15;
}

#languages .dropdown-menu {
	top: -30%;
	border:none;
	min-width: 80px;
	left:auto;
	right:0;
	float:right;
}

#languages .dropdown-menu li a {
	font-size:11px;
	text-transform:uppercase;
	color:#7c8082;
}

@media (min-width: 768px) {
#languages:hover ul.dropdown-menu {
		/*display: block;*/
	}
}

#home-video-background,
#home-static-background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('/wp-content/themes/strappress-child/img/mobile-bg.jpg') center center no-repeat;
    background-size: cover;
}

#home-static-background {
    display: none;
}

/* Homepage hero module */
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;   
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.video-container h1 {
	font-weight:700;
	font-size:70px;
}

.video-container a {
	text-decoration: none; border-bottom: 1px dotted #fff; color: #fff; 
	-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;
}

.video-container a:hover, .video-container a:focus {
	color:#32A20F;
	border-color:#32A20F;
}

.video-container h2 {
	margin-bottom:50px;
}

.video-container h4 {
	margin-top:40px;
}

.video-container h4 a {
	margin-left:-38px;
}

.video-container .cta {
	float:none;
	margin:0 20px;
	border:none;
	background:#41BB19;
	color:#fff;
	font-weight: 700;
	font-size:16px;
	padding: 10px 30px 10px 30px;
	text-transform:uppercase;
  	box-sizing:border-box;
}

.video-container .cta:hover, .video-container .cta:focus {
	background-color: #fff;
  	color: #41BB19;
}

.video-container #scrollbtn:hover, .video-container #scrollbtn:focus  {
	cursor:pointer;
}

.video-container .fa {
	position:absolute;
	color:white;
	bottom:0;
	left:50%;
	font-size:70px;
	z-index:99;
	margin-left:-42px;
}

.video-container .title-container {
  z-index: 1000;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #fff;
}

/* 404 page */

.error404 .form-search {
	margin-bottom:60px;
}

/* Widgets */

.widget-title, .widget-title-footer h3 {
	color: #999999;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	padding:0;
	margin-bottom: 10px;
}

#widgets.well {
	background-color: #FFF;
	font-size: 16px;
	padding: 0 15px 0 14px;
	border: none;
	border-left: 1px solid #EEE;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow:none;
}

#widgets ul,
.home #widgets ul {
	font-size: 13px;
	margin:0 0 10px 15px;
	padding:0;
}

.home #widgets ul, #menu-footer {
	list-style:none;
}

#widgets .textwidget,
.home #widgets .textwidget {
	margin:0 0 10px 0;
	padding:0;
}

#widgets ul li,
.home #widgets ul li {
	margin: 4px 0;
}

#widgets hr {
	margin: 20px 0;
	height:1px;
	background-color: #EEE;
}

#widgets p, 
#widgets li, 
#widgets li a {
	color: #555555;
	font-size: 14px;
	line-height: 20px;
}

#widgets li a:hover {
	color: #41bb19;
}

/* Content Blog Styles */

#content-blog .post-title {
	font-size: 20px;
	line-height: 28px;
	margin: 15px 0 10px;
}

#content-blog .post-title a {
	color: #595959;
}

#content-blog .first-post-title {
	font-size: 36px;
	line-height:40px;
}


#content-blog .post-title a:hover {
	color: #41bb19;
}

#content-blog .post-meta {
	margin-bottom: 20px;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 13px;
	color: #777;
}

#content-blog .post-meta-tags {
	margin-bottom:0;
	border-bottom:none;
	border-top:none;
}

#content-blog .content-blog-img {
	max-height: 150px;
	overflow: hidden;
	position: relative;
}

#content-blog .content-blog-img-large {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}

#content-blog .content-blog-img img {
	display: block;
	height: auto;
	max-width: 100%;
	margin:0;
}

/* Footer Section */

#footer {
	background:#252525;
	color:#999;
	padding:20px 0 0 0;
	font-size:13px;
	z-index:999;
}

#footer a {
	color:#999;
}

#footer a:hover, 
#footer a:focus {
	color:#666;
}

#footer .social-icons {
	text-align:left;
}

#footer .social-icons a i {
	color:#41BB19;
	font-size:30px;
	margin-right:5px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  	-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;
}

#footer .social-icons a:hover i {
	filter: none;
  	-webkit-filter: grayscale(0%);
  	-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;
}

.copyright {
	border-top: 1px solid #2e2d2d;
	padding:20px 0;

}

/* Footer Menu */

.footer-menu {
	padding:0;
}

.footer-menu li a {
	border:none;
}

/* Section Titles */

.section-title {
	font-size:30px;
	margin:0 0 30px;
	line-height:36px;
	overflow: hidden;
	text-align: center;
}

.section-title:before,
.section-title:after {
	background-color: #EEE;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.section-title:before {
	right: 0.5em;
	margin-left: -50%;
}
.section-title:after {
	left: 0.5em;
	margin-right: -50%;
}


/* Footer Get started Section */

#footer-getstarted {
	background:#41bb19;
	padding:55px 0;
	color:#FFF;
}

#footer-getstarted h3 {
	font-weight:300;
	padding-right:40px;
}

#footer-getstarted h3 {
	display:inline;
	vertical-align:middle;
}

#footer-getstarted .btn {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

#footer-getstarted .btn:hover,
#footer-getstarted .btn:active {
	border-color: #fff;
	background-color: #fff;
	color: #41bb19;
	box-shadow: none;
}

#footer-getstarted .btn-big {
	text-transform:uppercase!important;
	letter-spacing:2px!important;
	font-size:24px!important;
	font-weight:300!important;
}


/* Sponsors Section */

#sponsors {
	background:#333333; padding:30px 0;
}

#sponsors img {
	max-width:100%;
	padding:10px 30px;
}

#sponsors .section-title {
	font-size:16px;
	margin:0 0 20px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#999;
}

#sponsors .section-title:before,
#sponsors .section-title:after {
  background-color: #3C3C3C;
}

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -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;
}

.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -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;
}

/* Breadcrumbs */

.breadcrumb {
	background-color:#F7FAF7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size:14px;
}

/* Footer Widgets */

.footer-widgets {
	padding:20px 0;
}

.footer-widgets a:hover {
	color:#999999!important;
}

/* Section Welcome v2 */

#welcome2 {
	background: url("img/header-bg.jpg") no-repeat center top;
	background-size: cover;
	padding-top: 80px;
	margin-top:-60px;
	font-size:16px;
}

#welcome2 .col-lg-4 {
	padding-top: 50px;
}

#welcome2 h1 {
	margin-top: 0px;
	color:white;
	font-size: 60px;
	font-weight:300;
	line-height:82px;
}

#welcome2 h1 i {
	/*background:#547D31;
	background-color:rgba(65, 187, 25, 0.65);*/
	padding:0 10px;
	font-style:normal;
}

#welcome2 h1 b {
	font-weight:400;
}

#welcome2 h2 {
	color: white;
	font-size: 30px;
	font-weight:300;
	margin-bottom: 28px;
	line-height:42px;
}

#welcome2 h2 i {
	/*background:#547D31;
	background-color:rgba(0, 0, 0, 0.3);*/
	padding:0 10px;
	font-style:normal;
}

#welcome2 p {
	color: #fff;
	line-height:28px;
	margin-bottom:25px;
	font-weight:300;
}

#welcome2 .btn {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:14px;
}

#welcome2 .btn:hover,
#welcome2 .btn:active {
	border-color: #fff;
	background-color: #fff;
	color: #41bb19;
	box-shadow: none;
}

/* Section Proven Success */

#proven-success {
	padding-top: 100px;
	padding-bottom:40px;
	font-size:16px;
	background: #FFFFFF;
}

#proven-success h2, 
#proven-success h3 {
	font-weight:300;
}

#proven-success p {
	line-height:28px;
	margin-bottom:25px;
}

#proven-success licon {
	font-size: 60px;
	color: #379E15;
	padding: 20px;
	vertical-align: middle;
}

#proven-success .small {
	font-size:14px;
	margin:0;
}


/* Section Features */

#features {
	padding-top: 80px;
	padding-bottom: 80px;
	font-size:16px;
}

#features h2, 
#features h3 {
	font-weight:300;
}

#features p {
	line-height:28px;
	margin-bottom:25px;
}

#features .col-lg-6 img {
	display: table;
	margin: 0 auto;
}

#features .ac a {
	font-size: 20px;
}

#features .col-lg-6 h4,
#features .col-lg-6 licon {
	font-size: 20px;
	color: #06979e;
}

#features .accordion-group {
	padding-bottom:20px;
}

#features .accordion-heading {
	margin-bottom:10px;
}

#features .accordion-heading a {
	color:#333;
}

#features .accordion-heading a:hover {
	color:#379e15;
}

#features .accordion-heading a i {
	color:#379e15;
	padding-right:5px;
}

/* Section Useful Components */

#useful-components {
	padding-top: 80px;
	padding-bottom: 80px;
	font-size:16px;
}

#useful-components h2, 
#useful-components h3,
#useful-components h4 {
	font-weight:300;
}

#useful-components .col-lg-6 img {
	display: table;
	margin: 0 auto;
}

#useful-components .ac a {
	font-size: 20px;
}

#useful-components h4 {
	font-size: 20px;
}

#useful-components h4 i, 
#useful-components licon {
	padding-right:5px;
	color: #379E15;
}

#useful-components p {
	line-height:28px;
	margin-bottom:25px;
}

/* Section Testimonials */

#testimonials {
	padding: 40px 0;
	background: #FFFFFF;
}

#testimonials h2, 
#testimonials h3,
#testimonials h4 {
	font-weight:300;
}

#testimonials h3 {
	font-size: 20px;
	font-weight:400;
}

#testimonials h4 {
	padding-top: 16px;
}

/* Section Stats */

#stats {
	padding: 60px 0;
	font-size:16px;
}

#stats h2, 
#stats h3, 
#stats h4 {
	font-weight:300;
}

#stats h4 {
	font-size:16px;
}

#stats p {
	margin-bottom:30px;
}

#stats span {
	display:block;
	font-size:30px;
	font-weight:500;
	margin:15px 0;
	color:#777;
}

#stats span.counter-icon {
	font-size:30px;
}

#stats span.counter-icon i {
   color: #fff;
   padding: 16px;
   min-width: 65px;
   font-size: 30px;
   position: relative;
   background: #41BB19;
   border-radius: 4px;
   margin-bottom:10px;
}

#stats span.counter-icon i:after {
   width: 0; 
   height: 0;
   left: 38%;
   content: " "; 
   bottom: -7px;
   display: block; 
   position: absolute;
   border-top: 7px solid #41BB19;
   border-left: 7px solid transparent;
   border-right: 7px solid transparent;
   border-left-style: inset;
   border-right-style: inset;
}

#stats:hover span.counter-icon i {
   border-color: #000;
}

/* Section Page Title */

#page-title {
	background: #f7faf7;
	padding: 110px 0 40px;
	font-size:16px;
}

#page-title h1, 
#page-title h2, 
#page-title h3,
#page-title h4 {
	font-weight:400;
}

/* Comparison Section */

#comparison table {
	font-size:14px;
	margin-top:30px;
}

#comparison table .success {
	background-color:#F7FAF7!important;
	font-weight:400;
}
#comparison table .success i {
	color:#379E15;
}

#comparison .head th {
	text-align:center !important;
}


/* Section Prices */

#prices {
	padding: 40px 0;
	margin-top:40px;
	padding-bottom: 0;
}

#prices .pricing {
	position:relative;
	border-radius:3px;
	margin-bottom:15px;
	overflow: hidden;
	box-shadow: none;
	border: 1px solid #eee;
}
#prices .pricing:hover {
	box-shadow:0 0 15px #b5b5b5;
}
#prices .pricing h3,
#prices .pricing h4 {
	margin:0;
	line-height:normal;
	font-weight:400 !important;
}
#prices .pricing:hover h4 {
	color:#41BB19;
}
#prices .pricing:hover h3 {
	color:#41BB19;
}
#prices .pricing p {
	padding-top: 10px;
	font-size: 13px;
}
#prices .pricing-head {
	text-align:center;
}
#prices .pricing-head h3 span, 
#prices .pricing-head h4 span {
	display:block;
	margin-top:5px;
	font-size:12px;
	font-style:italic;
}
#prices .pricing-head h3 {
	color:#555555;
	padding:12px 0;
	font-size:28px;
	background:#F7FAF7;
	border-radius:3px 3px 0 0;
	text-shadow:0 1px 0 #FFF;
	line-height:40px;
	font-weight:300 !important;
	padding-bottom: 80px;
	padding-top: 15px; 
}
#prices .pricing-head h4 {
	color: #555555;
	padding:5px 0;
	text-shadow:0 1px 0 #fff;
	border-bottom:solid 1px #f5f9e7;
	width: 140px;
	height: 140px;
	padding-top: 22px;
	padding-left: 6px;
	font-size: 55px;
	margin: -75px auto 20px;
	border-radius: 140px !important;
	font-weight: 300 !important;
	background: #fff !important;
}
#prices .pricing-head h4 i {
	top:-8px;
	font-size:28px;
	font-style:normal;
	position:relative;
}
#prices .pricing-head h4 span {
	top:-10px;
	font-size:14px;
	font-style:normal;
	position:relative;
	margin-right: 2px;
}
#prices .pricing-head h6 {
	color: #555;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 5px;
}
#prices .pricing-head-featured h3 {
	background:#41bb19;
	text-shadow: 0 1px 3px #32a20f;
	color:#fafafa;
	font-size:35px;
	font-weight:400 !important;
}
#prices .pricing:hover .pricing-head-featured h3 {
	color:#fafafa !important;
}
#prices .pricing-content  {
	margin-bottom: 0px;
}
#prices .pricing-content li {
	font-size:14px;
	padding:7px 15px;
	border-bottom:solid 1px #f5f9e7;
        color:#333;
}
#prices .pricing-content li i {
	color:#41BB19;
	font-size:13px;
	margin-right:5px;
	position:relative;
	text-transform:uppercase;
	font-weight:400;
	font-style:normal;
}
#prices .pricing-content li span {
	color:#41BB19;
	float: right;
}

#prices .pricing-footer {
	color:#777;
	font-size:11px;
	line-height:17px;
	text-align:center;
	padding:0 20px 19px;
	border-radius:0 0 3px 3px;
}

#prices .bg-color {
	background-color: #F7FAF7;	
}

#prices .sticker-right,
#prices .sticker-left {
  	color: #fff;
	width: 150px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	position: absolute;
	text-align: center;
}

#prices .sticker-right {
    top: 13px;
    right: -49px;
    background: rgba(55, 158, 21, 1);
    transform: rotate(45deg);   
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

#prices .sticker-left {
    top: 9px;
    left: -48px;
   	background: rgba(116, 197, 44, 1);
    transform: rotate(-45deg);   
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* General Section Style */

.section {
	padding: 80px 0;
}

.section-bg-color {
	background:#f7faf7;
}

.section-full-features {
	padding:90px 0 40px;
}

/* Box Shadows */

.shadow-wrapper {
  z-index: 1;  
  position: relative;
}

.box-shadow {
	background: #fff;
	position: relative;
}

.box-shadow:after,
.box-shadow:before {
	top: 80%;
	left: 5px;
	width: 50%;
	z-index: -1;
	content: "";
	bottom: 15px;
	max-width: 300px;
	background: #999;
	position: absolute;	
}

.shadow-effect-1 {
	box-shadow: 0 10px 6px -6px #bbb;
	-moz-box-shadow: 0 10px 6px -6px #bbb;
	-webkit-box-shadow: 0 10px 6px -6px #bbb;
	margin-bottom:30px;
}
 
.shadow-effect-2 {
	position: relative;
	margin-bottom:30px;
}

.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
	transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	box-shadow: 0 15px 10px #999;
	-moz-box-shadow: 0 15px 10px #999;
	-webkit-box-shadow: 0 15px 10px #999;
}

.shadow-effect-2:after,
.shadow-effect-4:after {
	left: auto;
	right: 5px;
  transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}

/* Responsive Video */

.responsive-video {
   height: 0;
   padding-top: 1px;
   position: relative;
   padding-bottom: 56.25%;
   margin-bottom:20px;
}

.responsive-video iframe {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   position: absolute;
}

iframe.iframe-bordered {
    border: 1px solid #eee;
    padding: 3px;
}

/* Rounded Classes */
.rounded {
	border-radius: 4px !important;
}
img.img-bordered {
    border: 1px solid #eee;
    padding: 3px;
}

/* Pagination */

.pagination {
	font-weight:300;
	font-size:14px;
	display: inline-block;
}

.pagination a {
	text-decoration:none;
	color:#379e15!important;
}

.pagination a:hover, .pagination a:active {
	background-color: #41BB19!important;
	color:#FFF!important;
}

.pagination .active a {
	background-color: #41BB19!important;
	color:#FFF!important;
	border-color:#5cb85c;
}

/* WP Socialite */

.wpsocialite {
	position: fixed;
    top: 200px;
	z-index: 1;
}

.wpsocialite.large > li {
	float:none;
	padding:0 0 10px 0;
}

/* Showcase section */

#showcase .thumbnail {
	padding:0;
	border-color:#EEE;
	min-height:255px;
	background-color: #F7FAF7;
}
#showcase .thumbnail:hover {
	box-shadow:0 0 15px #b5b5b5;
}
#showcase .thumbnail-img {
	max-height: 150px;
	overflow: hidden;
	position: relative;
	border-bottom:1px solid #EEE;
}
#showcase .caption {
	padding: 5px 20px 10px;
}
#showcase p {
	margin-bottom:30px;
}
#showcase .thumbnail h3 {
	font-size:16px;
	margin:10px 0;
	font-weight:400;
}
#showcase .thumbnail p {
	font-size:14px;
	margin-bottom:10px;
}

/* Market section */

#market .thumbnail {
	padding:0;
	border-color:#EEE;
	min-height:350px;
	background-color: #F7FAF7;
}
#market .thumbnail:hover {
	box-shadow:0 0 15px #b5b5b5;
}
#market .thumbnail-img {
	max-height: 200px;
	overflow: hidden;
	position: relative;
	border-bottom:1px solid #EEE;
	background:#FFF;
	text-align:center;
}
#market .caption {
	padding: 5px 20px 10px;
}
#market p {
	margin-bottom:30px;
}
#market .text-box i {
	color:#379e15;
}
#market .thumbnail h3 {
	font-size:16px;
	margin:10px 0;
	font-weight:400;
}
#market .thumbnail p {
	font-size:14px;
	margin-bottom:10px;
}
#market #quicksand-categories {
	margin-bottom:20px;
}
#market #quicksand-categories a:hover, #market #quicksand-categories a:focus {
	background-color:#F7FAF7!important;
}

/* Text Box */

.text-box  {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  border: solid 1px #eee;
  border-left: solid 2px #379E15;
  font-size:14px;
}

.text-box h2 {
  font-size: 20px;
  line-height: 25px;
  margin:5px 0 10px;
}

.text-box p {
  margin-bottom: 0;
}

.text-box.text-text-space p {
  margin-bottom: 10px;
}

/* Hosting section */

#hosting-features h3,
#hosting-bonus h3,
#hosting-plans h3,
#hosting-faq h3 {
	margin-bottom:20px
}
#hosting-features i {
	color:#379e15;
}

/* Values section */

#values i {
	color:#379e15;
}

/* Team section */

#team h5 {
	font-size:16px;
	font-weight:400;
}

/* FAQ section */

.excerpt-dash {
	display:none;
}
.faq-empty {
	display:none;
}
.faq-toc {
	border-left:1px solid #EEE;
}
.faq-toc form {
	margin-bottom:20px;
}
.faq-toc h3 {
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
}
.faq-toc ul {
	font-size:14px;
}
.faq-toc li {
	margin:4px 0;
}
.faq-toc ul a {
	color:#555;
}
.faq-toc ul a:hover {
	color:#41bb19;
}
.faq-list li {
	margin-bottom:30px;
}




.vertical-tabs ul.nav-stacked {
  margin-right: 0;
  border-bottom: 0;
  border-right: none;
  background:#FCFCFC;
}
.vertical-tabs ul.nav-stacked li {
  margin-right: -15px;
}
.vertical-tabs ul.nav-stacked li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.vertical-tabs ul.nav-stacked li a i {
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #e6e6e6;
}
.vertical-tabs ul.nav-stacked li a small {
  display: block;
  font-weight: normal;
}
.vertical-tabs ul.nav-stacked li a:hover i {
  color: #379E15;
}
.vertical-tabs ul.nav-stacked li.active a,
.vertical-tabs ul.nav-stacked li.active a:hover {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 4px solid #379E15;
}
.vertical-tabs ul.nav-stacked li.active a i,
.vertical-tabs ul.nav-stacked li.active a:hover i {
  color: #379E15;
}
.vertical-tabs .tab-content {
  margin-left: -15px;
  margin-right: -15px;
}
.bold-tabs ul li a {
  font-weight: bold;
  font-size: 18px;
  color: rgba(27, 27, 27, 0.8);
}
.bold-tabs ul li a i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bold-tabs ul li a small {
  display: block;
  font-weight: normal;
}
.bold-tabs ul li a:hover i {
  color: #379E15;
}

@media (min-width: 768px) {

  .vertical-tabs ul.nav-tabs {
    display: block;
    border-bottom: none;
    border-right: 0px solid #e6e6e6;
  }
  .vertical-tabs ul.nav-tabs li,
  .vertical-tabs ul.nav-tabs li.open {
    float: none;
    margin-right: -15px;
  }
  .vertical-tabs ul.nav-tabs li a,
  .vertical-tabs ul.nav-tabs li.open a,
  .vertical-tabs ul.nav-tabs li a:focus,
  .vertical-tabs ul.nav-tabs li.open a:focus {
    border-right: none;
    border-top: 1px solid transparent;
    border-left: 4px solid transparent;
  }
  .vertical-tabs ul.nav-tabs li a i,
  .vertical-tabs ul.nav-tabs li.open a i,
  .vertical-tabs ul.nav-tabs li a:focus i,
  .vertical-tabs ul.nav-tabs li.open a:focus i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .vertical-tabs ul.nav-tabs li.active,
  .vertical-tabs ul.nav-tabs li.open.active {
    bottom: 0;
  }
  .vertical-tabs ul.nav-tabs li.active a,
  .vertical-tabs ul.nav-tabs li.open.active a,
  .vertical-tabs ul.nav-tabs li.active a:hover,
  .vertical-tabs ul.nav-tabs li.open.active a:hover {
    border-left: 4px solid #379E15;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: none;
  }
  .vertical-tabs ul.nav-tabs li.active {
    margin-right: -16px;
  }
  .vertical-tabs ul.nav-tabs li.dropdown .dropdown-menu {
    min-width: 100%;
    margin-top: 1px;
  }
  .vertical-tabs .tab-content {
    margin-right: auto;
    margin-left: auto;
  }
  .tab-pane {
    padding-left: 15px;
    padding-right: 15px;
  }
}




/* Timeline */

.timeline {
	padding: 20px 0;
	list-style: none;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline > li {
	margin-bottom: 40px;
	position: relative;
	width: 50%;
	float: left;
	clear: left;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 94%;
	float: left;
	border: 1px solid #d4d4d4;
	position: relative;
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #72c02c;
	width: 24px;
	height: 24px;
	line-height: 50px;
	font-size: 1.4em;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 19px;
	right: -12px;
	z-index: 9;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline .timeline-body {
    padding: 12px;
	font-size:14px;
}

.timeline .timeline-body h2 {
	font-size:16px;
	margin-top:0;
	font-weight:400;
	color:#379e15;
}

.timeline .timeline-body small {
	font-weight:400;
}

.timeline > li.timeline-inverted{
	float: right; 
	clear: right;
	margin-bottom: 40px;
}

.timeline > li:nth-child(2){
  	margin-top: 60px;
}

.timeline > li.timeline-inverted > .timeline-badge{
  	left: -12px;
}

/* Email Subscribe Section */

#email-subscribe {
	padding:55px 0;
}

#email-subscribe h3 {
	font-weight:300;
	padding-right:40px;
	margin:0;
	line-height:46px;
	color:#379e15;
}

#email-subscribe .btn {
	background-color: #41BB19;
	border-color:#379E15;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:14px;
	line-height:24px;
}

#email-subscribe .btn:hover,
#email-subscribe .btn:active {
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #41bb19;
	box-shadow: none;
}

#email-subscribe .form-control {
	height:46px;
	font-size:16px;
	border-color:#CCD7CC;
}

/* Features Tour Section */

#features-tour {
	margin-top:-0px;
}

#features-tour img {
	vertical-align: middle;
}

#features-tour h2 {
        color:#41BB19;
        font-weight:700;
}

#features-tour h3 {
	margin-bottom:20px;
	line-height:30px;
}

#features-tour h4 {
	line-height:22px;
}

#features-tour h3 img {
	padding-bottom:8px;
}

#features-tour .img-frame {
	background-color: white;
    border: 5px solid #eeeeee;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#features-tour .two-column {
}

#features-tour .features-tour-anchor {
	display: inline; position: relative; top: -200px; visibility: hidden;
}


.page-title-features {
	padding-bottom:120px!important;
}

.features-tour-icons-fix {
	min-height:145px;
}

#features-tour-icons {
	padding:0;
	margin-top:-90px;
	z-index: 998;
	margin-bottom:0px;
}

#features-tour-icons ul {
	margin-bottom:0;
margin-left:0;
}
#features-tour-icons li {
	padding:0 10px;
	text-align:center;
float:left;
width:130px;
}

#features-tour-icons h4 {
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:20px;
	font-size:13px;
	margin-bottom:0;
}

#features-tour-icons .icon-holder {
    background-color: #bad8ba;
    border: 10px solid #fff;
    display:inline-block;
    border-radius: 50%;
    width:110px;
    height:110px;
}

.icon-holder-full {
  	display: block;
  	text-align:center;
  	margin: 0 0 10px;
}

.icon-holder-full span {
  	background-color: #bad8ba;
  	border: 10px solid #fff;
  	display: inline-block;
  	border-radius: 50%;
  	width: 105px;
  	height: 105px;
}


.icon-holder-full span img {
	min-width: 45px;
 	min-height: 45px;
  	width: 45px;
  	height: 45px;
  	margin: 20px;
}

#features-tour-icons .icon-holder img {
	min-width:45px;
	min-height:45px;
    width:45px;
    height:45px;
    margin:20px;
}

#features-tour-icons.affix {
    top: 90px;
    width: 100%;
	background-color: #FFFFFF;
	margin-top:0;
	box-shadow: 0 0 15px #cccccc;
}

#features-tour-icons.affix ul {
	padding-top:7px;
}

#features-tour-icons.affix li {
	padding:0 7px;
}

#features-tour-icons.affix h4 {
	font-size:10px;
	margin-top:5px;
	margin-bottom:5px;
}

#features-tour-icons.affix .icon-holder {
    background-color: #bad8ba;
    border: 0;
    width:65px;
    height:65px;
	margin:0 auto;
}

#features-tour-icons.affix .icon-holder img {
	  min-width: 32px;
  min-height: 32px;
  padding: 0px;
  margin: 17px;
  width: 24px;
  height: 24px;
}

#features-tour-icons .tour-bar{
    position: absolute;
    background-color:#FFF;
    width:100%;
    height:2px;
	top:40px;
	z-index: -1;
	padding-right:85px;
}

#features-tour-icons #tour-progress{
    background-color:#1472aa;
    height:2px;
}

.section-full-features h3 {
	font-size:16px;
	color:#379e15;
	font-weight:400;
	line-height:22px;
}

.support-icons {
	min-height:145px;
}

#support-icons {
	padding:0;
	margin-top:-80px;
	z-index: 998;
	margin-bottom:0px;
}

#support-icons ul {
	margin-bottom:0;
}
#support-icons li {
	padding:0 30px;
	text-align:center;
}

#support-icons h4 {
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:20px;
	font-size:13px;
	margin-bottom:0;
}

#support-icons .icon-holder {
    background-color: #BAD8BA;
    border: 10px solid #fff;
    display:block;
    border-radius: 50%;
    width:160px;
    height:160px;
}

#support-icons .icon-holder img {
	min-width:64px;
	min-height:64px;
	padding:38px;
}

.margin-bottom-30 {
	margin-bottom:40px;
}

#hosted-yclas .modal-content {
	background: url("//cdn.yclas.com/themes/default/images/background/bg-header-1.jpg") no-repeat scroll 50% top / cover #253340;
	min-height:200px;
	color:#FFF;
}
#hosted-yclas .modal-content form label {
	text-align: center;
}
#hosted-yclas .btn-yclas {
	background: #497cb1;
	border: 2px solid #497cb1;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:1px;
}
#hosted-yclas .btn-yclas:hover {
	background: #426F9F;
	border: 2px solid #426F9F;
}
#hosted-yclas .yclas-txt {
	font-family: "Roboto Slab",arial,sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
}
#hosted-yclas .yclas-logo {
	margin-top:-4px;
	margin-right:5px;
}
#hosted-yclas .yclas-intro {
	padding: 40px 0 20px;
	font-weight: 700;
	opacity:0.95;
	font-size: 20px;
}

/* Custom css */
/* General styling of landingspage */
#landingspage ul {margin:0; padding:0; list-style-type:none;}
.generic-text {background:#e9e9e9; padding:0px 30px 40px; margin:20px 0; border-radius:5px; display:inline-block;}
.for-who-text {margin:20px 0;}
.specific {text-align:center;}

/* Text styling */
#landingspage #page-title h1 {color:#41BB19; padding:25px 20px; line-height:40px; font-weight:900; margin:0;}
#landingspage #page-title h1:before, #landingspage #page-title h1:after {display:none;}
#landingspage h2 {color:#41BB19; font-weight:700; line-height:40px; margin:0 0 20px 0;}
#landingspage h3 {color:#666; font-weight:300; line-height:30px; margin-top:30px; font-size:26px;}

/* Links styling */
.cta {float:left; display:inline; font-size:16px; line-height:26px; margin-top:20px; font-weight:700; margin-right:20px; border:1px solid #41BB19; border-radius:5px;}
.cta:hover, .cta:focus {color:#fff; background:#41BB19}
.cta .fa {margin-left:10px;}

/* Featured images */
#landingspage .featured-images {margin:20px 0; display:inline-block; width:100%;}
#landingspage .featured-images img {border:1px solid #41BB19;}
#landingspage .modal-header {border-bottom:0;}

/* For who UL */
.for-who-text ul {margin:20px 0;}
.for-who-text ul li {margin-bottom:30px; padding-left:40px;}
.for-who-text ul li i {color:#41BB19; font-size:30px; margin-left:-40px; float:left;}
.for-who-text ul li strong {display:block; font-weight:700; font-size:18px; margin-bottom:5px; line-height:30px;}

/* Specific features */
.specific ul li {margin-bottom:20px;}
.specific ul li h4 {font-weight:700; font-size:20px; line-height:30px; color:#000; min-height:60px;}
.specific ul li p {font-style:italic; min-height:60px;}
.specific ul li i {font-size:50px; color:#fff; background:#41BB19; border-radius:60px; width:100px; height:100px;}
.specific ul li i:before {height:60px; width:60px; display:block; margin:25px 20px 20px 20px;}

/* Homepage */
#welcome2 p {
	font-weight:500;
}

/* Contact page */
#contactus h2 {color: #41BB19; font-weight: 700;}
#contactus h3 {margin-bottom: 20px; line-height: 30px;}
#contactus .contact-image {margin:50px 0 0 0; float:right;}

#welcome2 .btn-getstarted {
	border-color: #ffffff;
	background-color: rgba(65,187,25,0.9);
	color: #ffffff;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:14px;
	border-width: 2px;
	font-weight: bold;
}

#welcome2 .btn-getstarted:hover,
#welcome2 .btn-getstarted:active {
	border-color: #fff;
	background-color: #fff;
	color: #41bb19;
	box-shadow: none;
}

#welcome2 .btn-demo {
    border-color: #ffffff;
    background-color: rgba(254,57,57,0.8);
    color: #ffffff;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:14px;
    border-width: 2px;
    font-weight: bold;
}

#welcome2 .btn-demo:hover,
#welcome2 .btn-demo:active {
    border-color: #fff;
    background-color: #fff;
    color: rgba(254,57,57,1);
    box-shadow: none;
}

#quicksand-themes .list-inline.themes-filter {
	margin: 30px -30px;
}

#quicksand-themes .list-inline.themes-filter > li {
	padding-left: 30px;
	padding-right: 30px;
}

.nav-tabs-v2 {
  border: none;
  margin: 0 auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
  position: relative;
}
.nav-tabs-v2:before {
  content: "";
  display: block;
  border-bottom: 1px solid #efefef;
  position: absolute;
  bottom: 0;
}
.nav-tabs-v2 > li {
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #efefef;
  border-right: none;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.nav-tabs-v2 > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 0px;
  color: #999999;
  padding: 15px 30px;
  font-size: 14px;
  background: #fafafa;
  border: none;
}
.nav-tabs-v2 > li h4 {
	letter-spacing: 1px;
}
.nav-tabs-v2 > li > a .fa {
  font-size: 20px;
}
.nav-tabs-v2 > li > a:hover {
  background: #f5f5f5;
}
.nav-tabs-v2 > li.active {
  border-top-color: #41bb19;
  border-bottom-color: #fff;
}
.nav-tabs-v2 > li.active > a {
  color: #41bb19;
  background: #fff;
  -webkit-box-shadow: inset 0 3px 0 #41bb19;
  -moz-box-shadow: inset 0 3px 0 #41bb19;
  box-shadow: inset 0 3px 0 #41bb19;
  border: none;
}
.nav-tabs-v2 > li.active:hover > a {
  border-top: 0;
  border: none;
  color: #41bb19;
}
.nav-tabs-v2 > li.last {
  border-right: 1px solid #efefef;
}
.tab-content ul {
  padding-bottom: 15px;
  padding-left: 30px;
}
.tab-content ul li {
    margin-bottom: 10px;
}
.tab-content ul li:before {
  content: '\f192';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #41bb19;
}

.pricing-features {
	padding-bottom: 0;
}

.pricing-features .features-list > li {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.pricing-features .features-list > li .img-container {
  padding:0 30px;
  display:block;
  margin-bottom: 15px;
}
.pricing-features .features-list > li .img-circle {
  border:4px solid #F2F2F2;
}
.pricing-features .features-list > li > img {
  display: block;
}

@media (max-width: 992px) {
	.timeline > li > .timeline-panel:before {
		top: 31px;
		right: -11px;
		border-top: 11px solid transparent;
		border-left: 11px solid #ccc;
		border-bottom: 11px solid transparent;
	}

	.timeline > li > .timeline-panel:after {
		top: 32px;
		right: -10px;
		border-top: 10px solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 10px solid transparent;
	}
	.timeline > li.timeline-inverted > .timeline-panel:before {
		border-right-width: 11px;
		left: -11px;
	}
	.timeline > li.timeline-inverted > .timeline-panel:after {
		border-right-width: 10px;
		left: -10px;
	}

}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
    	top: 27px;
		right: -12px;
		border-top: 12px solid transparent;
		border-left: 12px solid #ccc;
		border-bottom: 12px solid transparent;
	}

	ul.timeline > li > .timeline-panel:after {
		top: 28px;
		right: -11px;
		border-top: 11px solid transparent;
		border-left: 11px solid #fff;
		border-bottom: 11px solid transparent;
	}

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 12px;
        left: -12px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 11px;
        left: -11px;
        right: auto;
    }
    
	.timeline > li.timeline-inverted{
		float: left; 
		clear: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.timeline > li.timeline-inverted > .timeline-badge{
		left: 28px;
	}

	#home-video-background {
	    display: none;
	}

	#home-static-background {
	    display: block;
	}
}


/* Small devices (phones, 480px and smaller) */
@media (max-width: 480px) {
	#logo img {
		max-width:220px!important;
		padding:4px 0;
	}
	.video-container .title-container {top:20%;}
	.video-container h1 {font-size:20px;}
	.video-container h2 {font-size:14px;}
	.video-container .cta {font-size:10px; padding:5px 15px;}
	.video-container h4 {
		margin-top:20px;
	}
	.video-container h4 a {
		margin-left:0;
		font-size:14px;
	}
	.video-container .fa {
		margin-left:-23px;
	}
	.navbar-collapse {
		background-color: rgba(0, 0, 0, 0.9);
	}
}

/* Between small and big */
@media (min-width: 480px) and (max-width: 767px) {
	.video-container h1 {font-size:24px;}
	.video-container h2 {font-size:18px;}
	.video-container .cta {font-size:14px;}
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	#logo {
		margin-left:15px;
	}
	#site-nav {
		min-height:102px!important;
	}
	.navbar-default .navbar-nav {
		float: left;
		clear:left;
	}
	.navbar-default .navbar-right {
		float: left;
		padding-bottom:0;
		margin-bottom:0;
	}
	#footer-getstarted {
		padding:25px 0;
	}
	#footer-getstarted h3 {
		display:block;
		margin-top:0;
	}
	.pricing-features .features-list > li {
	    margin-top: 25px;
	    margin-bottom: 25px;
	    padding-left: 45px;
	    padding-right: 45px;
	    width: 100%;
	    font-size: 15px;
	    text-transform: uppercase;
	    font-weight: 500;
	}
	.pricing-features .features-list > li > .img-container {
	    margin: 0 auto 15px;
	}
	.pricing-features .features-list > li .img-circle {
	    margin: 0 auto 15px;    
	}
}

/* Large devices (large desktops, 1200px and up) */
@media(max-width:1200px){
	#features-tour-icons.affix {
		display:none;
	}
}

/* Large devices (large desktops, 1320px and up) */
@media (max-width: 1320px) {
	.wpsocialite.large {
		display:none;
	}
}

/* Medium devices (medium desktops, between 768-1200px) */
@media (max-width: 1200px) and (min-width: 768px) {
  #market .readmore {
      min-height:80px!important;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #market .readmore {
      min-height:60px!important;
  }
}

/* ======= Mobile apps landing styles ======= */

.landing-mobile-apps a:active,
.landing-mobile-apps a:focus,
.landing-mobile-apps a:hover,
.landing-mobile-apps a:visited,
.landing-mobile-apps {
  color: #222
}
.landing-mobile-apps,
.landing-mobile-apps p {
  line-height: 1.9em
}
.landing-mobile-apps {
  background-color: #fff;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden
}
.landing-mobile-apps a,
.landing-mobile-apps a:active,
.landing-mobile-apps a:focus,
.landing-mobile-apps a:hover,
.landing-mobile-apps a:visited {
  text-decoration: none;
  outline: 0
}
.landing-mobile-apps img {
  max-width: 100%
}
.landing-mobile-apps .margin-top-40 {
  margin-top: 40px!important
}
.landing-mobile-apps h1,
.landing-mobile-apps h2,
.landing-mobile-apps h3,
.landing-mobile-apps h4,
.landing-mobile-apps h5,
.landing-mobile-apps h6 {
  margin-top: 0;
  text-transform: uppercase;
  color: #222;
  letter-spacing: .05em;
  font-weight: 400
}
.landing-mobile-apps h1,
.landing-mobile-apps h2,
.landing-mobile-apps p a {
  font-weight: 700
}
.landing-mobile-apps h1 {
  font-size: 30px
}
.landing-mobile-apps h2 {
  font-size: 24px
}
.landing-mobile-apps h3 {
  font-size: 21px;
  line-height: 30px
}
.landing-mobile-apps h4 {
  font-size: 18px;
  line-height: 26px
}
.landing-mobile-apps h5 {
  font-size: 16px;
  line-height: 24px
}
.landing-mobile-apps h6, .landing-mobile-apps p {
  font-size: 14px
}
.landing-mobile-apps h6 {
  line-height: 20px
}
.landing-mobile-apps p {
  margin-bottom: 24px;
  cursor: default
}
.landing-mobile-apps .uppercase {
	text-transform: uppercase;
}
.landing-mobile-apps p:last-child {
  margin-bottom: 0
}
.landing-mobile-apps p a {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease
}
.landing-mobile-apps p.text-white a {
  color: #fff
}
.landing-mobile-apps .section {
  padding: 45px 0 40px
}
.landing-mobile-apps .section-heading {
  margin-bottom: 50px;
  font-size: 30px
}
.landing-mobile-apps {
  height: 100%
}
.landing-mobile-apps li,
.landing-mobile-apps ul {
  list-style: none
}
.landing-mobile-apps .features-section .section-title:after,
.landing-mobile-apps .features-section .section-title:before {
  display: none;
}
.landing-mobile-apps .promo-area .section-title span {
  font-size: 16px
}
.landing-mobile-apps .promo-feature-area {
  padding-bottom: 60px
}
.landing-mobile-apps .promo-icon .icon {
  font-size: 60px;
  line-height: 130px;
  color: #222
}
.landing-mobile-apps .promo-icon-box p {
  font-size: 14px;
  margin: 1em 0
}
.landing-mobile-apps .promo-inner-area-gym h4 {
  margin-top: 20px;
  margin-bottom: 0
}
.landing-mobile-apps .promo-inner-area-gym p {
  margin: 1em 0
}
.landing-mobile-apps .page-title span {
  font-size: 16px
}
.landing-mobile-apps #features {
  padding: 90px 0 40px !important;
}
.landing-mobile-apps .featured-content .features-icon-box:first-child {
  margin-top: 60px
}
.landing-mobile-apps .features-icon-box {
  display: table;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  padding: 15px;
  cursor: pointer
}
.landing-mobile-apps .features-content, .landing-mobile-apps .features-content-phone, .landing-mobile-apps .features-icon {
  display: table-cell;
}
.landing-mobile-apps .features-icon {
  font-size: 40px;
  width: 40px;
  text-align: center;
  color: #41BB19;
}
.landing-mobile-apps .features-icon .icon {
  width: 44px
}
.landing-mobile-apps .features-content {
  padding-left: 30px;
  vertical-align: top;
  font-size: 14px
}
.landing-mobile-apps .features-content p {
  font-size: 14px;
  margin: 1em 0
}
.landing-mobile-apps .features-content-phone {
  padding-right: 30px;
  vertical-align: top
}
.landing-mobile-apps .features-content-phone p {
  font-size: 14px;
  margin: 1em 0
}
.landing-mobile-apps .iphone-image {
  margin: 2px 27px
}
.landing-mobile-apps .why-you-love {
  background: #fff;
  padding-bottom: 60px
}
.landing-mobile-apps .why-you-love-heading h2 {
  color: #222;
  padding-bottom: 30px
}
.landing-mobile-apps .why-you-love-content p {
  font-size: 14px;
  margin: 1em 0
}
.landing-mobile-apps .why-you-love-icon .icon {
  font-size: 80px;
  line-height: 130px;
  color: #41BB19
}
.landing-mobile-apps .carousel-indicators li {
  background: #ccc
}
.landing-mobile-apps #myCarousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -40px;
  margin-right: -19px
}
.landing-mobile-apps .screenshot-carousel .carousel {
  padding: 25px 40px 50px
}
.landing-mobile-apps .our-pricing-plan .pricing-table-heading h3 {
  margin-bottom: 0;
  line-height: 30px
}
.landing-mobile-apps .our-pricing-plan .pricing-table-heading p {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #696969;
  margin: 1em 0
}
.landing-mobile-apps .our-pricing-plan .pricing-body {
  padding: 25px 119px 0
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan {
  border: 2px solid #222;
  border-radius: 4px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-heading {
  padding-top: 45px;
  padding-bottom: 20px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-heading h3 {
  font-size: 22px;
  font-weight: 400;
  color: #222;
  margin-bottom: 30px;
  text-transform: uppercase
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan-active .plan-feature p,
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan-active .plan-feature p strong,
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan-active .plan-heading h3,
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan-active .plan-heading p {
  color: #fff!important
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-heading p {
  font-size: 14px;
  font-weight: 400;
  margin: 1em 0
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-heading p .price-digit {
  font-family: Montserrat, sans-serif;
  font-size: 40px
}
.landing-mobile-apps .btn-business {
  text-transform: uppercase;
  color: #fff!important;
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .btn-default {
  text-transform: uppercase;
  background-color: #222!important;
  color: #fff
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .btn-professional {
  text-transform: uppercase;
  background-color: #fff!important
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-feature {
  padding-top: 30px;
  padding-bottom: 30px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-feature p {
  font-size: 14px;
  color: #696969;
  font-weight: 300;
  margin: 1em 0
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-feature p strong {
  color: #222;
  font-weight: 600
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan:hover {
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan-active {
  color: #fff!important;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear
}
.landing-mobile-apps .faq-area.section {
  padding-bottom: 0
}
.landing-mobile-apps .faq-inner-area {
  padding: 40px 0 0
}
.landing-mobile-apps .faq-inner {
  margin-bottom: 80px
}
.landing-mobile-apps h2.section-title {
  padding-bottom: 40px
}
.landing-mobile-apps .margin-bottom20 {
  margin-bottom: 20px
}
.landing-mobile-apps .faq-icon {
  font-size: 24px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  padding: 15px 20px;
  position: relative
}
.landing-mobile-apps .faq-inner h3 {
  font-size: 22px;
  line-height: 30px
}
.landing-mobile-apps .faq-inner p {
  margin: 1em 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
.landing-mobile-apps .our-pricing-plan {
  padding-bottom: 0;
  margin-top: 40px
}
.landing-mobile-apps .our-pricing-plan .pricing-table-heading {
  padding: 0
}
.landing-mobile-apps .our-pricing-plan .pricing-table-heading h1 {
  font-size: 28px
}
.landing-mobile-apps .our-pricing-plan .pricing-table-heading p {
  font-size: 18px;
  line-height: 25px;
  padding: 0 20px
}
.landing-mobile-apps .our-pricing-plan .pricing-body {
  margin-top: 20px;
  padding: 0
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan {
  margin-bottom: 30px;
  border: 2px solid #696969;
  border-radius: 4px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-heading {
  padding-top: 10px;
  padding-bottom: 10px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-heading h3 {
  font-size: 21px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-heading p {
  font-size: 17px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-feature {
  padding-top: 25px;
  padding-bottom: 15px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-feature p {
  font-size: 18px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan-active {
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear
}
.landing-mobile-apps .features-icon-box {
  width: 100%
}
.landing-mobile-apps .featured-content .features-icon-box:first-child {
  margin-top: 0
}
.landing-mobile-apps .iphone-image {
  margin: 2px 203px;
  padding-bottom: 40px
}
.landing-mobile-apps .carousel-img {
  margin-bottom: 30px
}
.landing-mobile-apps .faq-inner h3 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -1px
}
}

@media only screen and (min-width:320px) and (max-width:479px) {
.landing-mobile-apps .faq-inner h3, h2 {
  letter-spacing: -1px;
  font-weight: 400
}
.landing-mobile-apps .our-pricing-plan {
  padding-bottom: 0;
  margin-top: 30px
}
.landing-mobile-apps .our-pricing-plan .pricing-table-heading {
  padding: 0
}
.landing-mobile-apps .our-pricing-plan .pricing-table-heading h1 {
  font-size: 25px
}
.landing-mobile-apps .our-pricing-plan .pricing-table-heading p {
  font-size: 15px;
  line-height: 22px;
  padding: 0
}
.landing-mobile-apps .our-pricing-plan .pricing-body {
  padding: 12px 0
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan {
  margin-bottom: 20px;
  border: 2px solid #222;
  border-radius: 4px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-heading {
  padding-top: 10px;
  padding-bottom: 10px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-heading h3 {
  font-size: 19px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-heading p {
  font-size: 15px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .btn-danger {
  font-size: 14px;
  padding: 9.5px 21.1px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-feature {
  padding-top: 25px;
  padding-bottom: 15px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-feature p {
  font-size: 15px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan-active {
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear
}
.landing-mobile-apps .carousel-indicators {
  top: 100px
}
.landing-mobile-apps h2 {
  font-size: 21px;
  line-height: 30px
}
.landing-mobile-apps .iphone-image {
  margin: 2px 0;
  padding-bottom: 40px
}
.landing-mobile-apps .promo-area.section {
  padding: 65px 0 90px
}
.landing-mobile-apps .why-you-love-icon-box {
  padding-bottom: 20px
}
.landing-mobile-apps #myCarousel .item img {
  padding: 5px
}
.landing-mobile-apps .faq-inner h3 {
  font-size: 20px;
  line-height: 54px
}
.landing-mobile-apps .features-icon-box h4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #fff
}
.landing-mobile-apps #Carousel .item img {
  padding: 10px 0
}
.landing-mobile-apps .featured-content .features-icon-box:first-child {
  margin-top: 0
}
}

@media only screen and (min-width:480px) and (max-width:599px) {
.landing-mobile-apps .our-pricing-plan {
  padding-bottom: 0;
  margin-top: 30px
}
.landing-mobile-apps .our-pricing-plan .pricing-table-heading {
  padding: 0
}
.landing-mobile-apps .our-pricing-plan .pricing-table-heading h1 {
  font-size: 25px
}
.landing-mobile-apps .our-pricing-plan .pricing-table-heading p {
  font-size: 15px;
  line-height: 22px;
  padding: 0
}
.landing-mobile-apps .our-pricing-plan .pricing-body {
  padding: 15px 15%
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan {
  margin-bottom: 20px;
  border: 2px solid #222;
  border-radius: 4px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-heading {
  padding-top: 10px;
  padding-bottom: 10px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-heading h3 {
  font-size: 22px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-feature p,
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-heading p {
  font-size: 15px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .plan-feature {
  padding-top: 25px;
  padding-bottom: 15px
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan-active {
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear
}
.landing-mobile-apps .carousel-indicators {
  right: 50%;
  top: auto;
  top: 160px;
  margin-right: -19px
}
.landing-mobile-apps .iphone-image {
  margin: 2px 69px;
  padding-bottom: 40px
}
.landing-mobile-apps #Carousel .item img {
  padding: 10px 0
}
.landing-mobile-apps .promo-area.section {
  padding: 65px 0 90px
}
.landing-mobile-apps #myCarousel .item img {
  padding: 5px 0
}
}

@media only screen and (min-width:600px) and (max-width:767px) {
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan {
  margin-bottom: 30px
}
.landing-mobile-apps .carousel-indicators {
  top: 174px
}
.landing-mobile-apps .iphone-image {
  margin: 2px 134px;
  padding-bottom: 40px
}
.landing-mobile-apps #Carousel .item img,
.landing-mobile-apps #myCarousel .item img {
  padding: 10px 0
}
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan .btn-professional,
.landing-mobile-apps a,
.landing-mobile-apps p a {
  color: #41BB19
}
.landing-mobile-apps .btn-business {
  background-color: #41BB19!important
}
.landing-mobile-apps .btn-color,
.landing-mobile-apps .btn.green,
.landing-mobile-apps .faq-icon {
  background-color: #41BB19;
  color: #fff
}
.landing-mobile-apps .carousel-indicators .active {
  background: #41BB19
}
.landing-mobile-apps li.active span.round-tabs.five,
.landing-mobile-apps li.active span.round-tabs.four,
.landing-mobile-apps li.active span.round-tabs.one,
.landing-mobile-apps li.active span.round-tabs.three,
.landing-mobile-apps li.active span.round-tabs.two {
  background: #41BB19!important;
  border: 2px solid #41BB19
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan-active,
.our-pricing-plan .pricing-body .price-plan:hover {
  border: 2px solid #41BB19
}
.landing-mobile-apps .our-pricing-plan .pricing-body .price-plan-active {
  background: #41BB19
}
.overflow {
  overflow:hidden;
}

// Modalslide
#modalslide {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgb(240, 240, 240);
  visibility: hidden;
  z-index:9999;
  text-align: center;
  padding: 0!important;
}

.slidedown {
  animation-name: slidedown;
  -webkit-animation-name: slidedown;	
  animation-duration: 1s;	
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;	
  -webkit-animation-timing-function: ease;	
  visibility: visible !important;						
}

@keyframes slidedown {
  0% {
    transform: translateY(-100%);
  }			
  100% {
    transform: translateY(0%);
  }		
}

@-webkit-keyframes slidedown {
  0% {
    -webkit-transform: translateY(-100%);
  }		
  100% {
    -webkit-transform: translateY(0%);
  }	
}

.slideup {
	animation-name: slideup;
	-webkit-animation-name: slideup;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	visibility:visible !important;					
}

@keyframes slideup {
	0% {
		transform: translateY(0%);
	}			
	100% {
		transform: translateY(-100%);
	}		
}

@-webkit-keyframes slideup {
	0% {
		-webkit-transform: translateY(0%);
	}		
	100% {
		-webkit-transform: translateY(-100%);
	}	
}

.hide {
	visibility:hidden !important;
}

/* Modal on homepage referring to Yclas */

#modalslide .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:1200px;
}

#modalslide button.close {
  font-size:45px;
  padding:5px 20px;
}

#modalslide .modal-content {
  border:none;
  background:none;
  box-shadow:none;
}

#modalslide .modal-dialog {
  margin:0;
}

#modalslide .modal-dialog .modal-header {
  text-align:center;
  border:none;
}

#modalslide .modal-dialog .modal-header .modal-title img {
  margin-top:-2px;
  display:inline-block;
  max-height:40px;
}

#modalslide .modal-dialog .modal-header .modal-title {
  font-size:30px;
  font-weight:700;
}

#modalslide .modal-dialog .modal-header .modal-title img.yclas-logo {
  margin:-2px 3px 0;
}

#modalslide .modal-dialog .modal-body {
  text-align:center;
  padding-bottom:0;
}

#modalslide .modal-dialog .modal-body p {
  font-size:17px;
  margin-bottom:30px;
}

#modalslide .modal-dialog .modal-footer {
  text-align:center;
  border-top:0;
  padding:0 0 30px 0;
}

#modalslide .modal-dialog .btn {
  margin-top:15px;
  font-size:18px;
  font-weight:700;
  padding:20px 40px;
}

#modalslide .modal-dialog .btn-primary {
  background:#497cb1;
  display:block;
  clear:both;
  width:280px;
  margin:15px auto;
}

#modalslide .modal-dialog .btn-close-small {
  color:#41BB19;
  border-bottom:2px dotted #41BB19;
  background:none;
  padding:5px 0;
  font-size:14px;
}

.yclasalert {
  border-style:dashed;
  z-index:999;
  text-align:center;
  left:50%;
  transform: translate(-50%, 0);
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;
  visibility: hidden;
  opacity:0;
  position:fixed;
  bottom:0;
}

.in {
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.admin-bar .yclasalert {
  top:130px;
}

.yclasalert i {
  margin-right:5px;
}