@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
/* CSS Document */
#videoDiv {width: 100%; height: 350px; position: relative;  overflow: hidden;}
#videoBlock {width: 100%; height: 100%;  display: flex;  justify-content: center; align-items: center; text-align: center; background-size: cover; background-position: center bottom;}
#videoBlock video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
	background-position: 50% -40%;
/*	 margin-top: -450px;*/
}
#videoMessage {width: 100%; height:100%; position: absolute; top: 0; left: 0;}
#videoMessage *{padding:0.4em; margin:0}
#videoMessage {text-shadow: 2px 2px 2px #000000; color:white;z-index:99 }
#videoMessage .sl-title {
font-family: 'Open Sans', sans-serif;
font-size: 5em;
line-height: 1;
letter-spacing: 4px;
font-weight: 400;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
padding-bottom: 0.2em;
}
#videoMessage .caption {
font-family: 'Raleway', sans-serif;
font-size: 1.2em;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
letter-spacing: 4px;
margin-bottom: 2em;
}
#videoMessage h1{font-size: 2em;color:#ffffff;text-align:center;}
#videoMessage h2{font-size: 1.5em;color:#ffffff;text-align:center;}
#videoMessage h3{font-size: 1.2em;color:#ffffff;text-align:center;}

.videoClick {text-align:center}
.videoClick a{color:white;background-color:rgba(241, 241, 241, 0.25);font-size: 1.7em;cursor:pointer;cursor:hand}

/* Default hide the video on all devices */
#video{display:none}

/* Default display the image to replace the video on all devices */
#videosubstitute{display:block;width:100%;height:auto;max-width:100%;}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
#video{display:block;}
#videosubstitute{display:none};
}
/*  */
/* pricing tabels */
/*  */
.pricing-tables {
/*    border: 2px solid #f2b632;*/
	border: 2px solid #f2b029;
    text-align: center;
    overfolw: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-bottom: 30px;
    color: #595959;
}

.pricing-tables .header-pt {
    display: block;
/*    background: #f2b632;*/
	background:#f2b029;
    color: #ffffff;
    padding: 14px 10px 16px 10px;
}

.pricing-tables .header-pt h3 {
    color: #ffffff;
    margin: 0;
    line-height: 30px;
    font-size: 30px;
}

.pricing-tables .price-pt {
    font-size: 60px;
    line-height: 0.8;
    padding: 35px 0 40px 0;
}

.pricing-tables .price-pt sup {
    font-size: 60%;
}

.pricing-tables .price-pt sub {
    bottom: 0;
    margin-left: -43px;
    font-size: 14px;
}

.pricing-tables .pricing-list {
    margin-bottom: 30px;
}

.pricing-tables .pricing-list li {
    line-height: 18px;
    padding: 6px 20px;
}

.pricing-tables .pricing-list li .list-icon {
    padding-right: 15px;
}

.pricing-tables .pricing-list li:nth-child(2n + 1) {
    background: #fafafa;
}

.pricing-tables .pricing-list li:before {
    display: none;
}

.pricing-tables.st-color-2 {
/*    border-color: #677077;*/
	border-color: #56565a;
}

.pricing-tables.st-color-2 .header-pt {
/*    background: #677077;*/
	background: #56565a;
}

.pricing-tables.st-color-3 {
/*    border-color: #252839;*/
	border-color: #000000;
}

.pricing-tables.st-color-3 .header-pt {
/*    background: #252839;*/
	background: #000000;
}

.pricing-tables.st-color-4 {
    border-color: #43C5B8;
}

.pricing-tables.st-color-4 .header-pt {
    background: #43C5B8;
}
.pricing-list, .pricing-list ul {
	
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	font-size: 14px!important;
}
/*  */
/* button style */
/*  */
.cws-button {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    min-width: 160px;
    padding: 8px 20px;
/*    color: #f2b632;*/
	color: #f2b029;
    background: transparent;
/*    border: 2px solid #f2b632;*/
	border: 2px solid #f2b029;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cws-button:hover {
/*    background: #f2b632;*/
	background: #f2b029;
    color: #fff;
}

.cws-button.small {
    line-height: 19px;
    min-width: 120px;
    padding: 6px 20px;
}

.cws-button.mini {
    font-size: 14px;
    line-height: 16px;
    min-width: 100px;
    padding: 5px 15px;
}

.cws-button.large {
    font-size: 18px;
    line-height: 23px;
    min-width: 180px;
    padding: 9px 15px;
}

.cws-button.gray {
    border-color: #7e888c;
    color: #7e888c;
}

.cws-button.gray:hover {
    color: #ffffff;
    background: #7e888c;
}

.cws-button.color-2 {
/*
    border-color: #677077;
    color: #677077;
*/
	border-color: #56565a;
	color: #56565a;
}

.cws-button.color-2:hover {
/*    background: #677077;*/
	background: #56565a;
    color: #ffffff;
}

.cws-button.color-3 {
/*
    border-color: #252839;
    color: #252839;
*/
	border-color:#000000;
	color: #000000;
}

.cws-button.color-3:hover {
/*    background: #252839;*/
	background: #000000;
    color: #ffffff;
}

.cws-button.color-4 {
    border-color: #43C5B8;
    color: #43C5B8;
}

.cws-button.color-4:hover {
    background: #43C5B8;
    color: #ffffff;
}

.cws-button.alt {
    background: #28a6ec;
    color: #ffffff;
}

.cws-button.alt:hover {
    color: #28a6ec;
    background: transparent;
}

.cws-button.color-2.alt {
    background: #f9b91e;
    color: #ffffff;
}

.cws-button.color-2.alt:hover {
    color: #f9b91e;
    background: transparent;
}

.cws-button.color-3.alt {
    background: #F56363;
    color: #ffffff;
}

.cws-button.color-3.alt:hover {
    color: #F56363;
    background: transparent;
}

.cws-button.color-4.alt {
    background: #43C5B8;
    color: #ffffff;
}

.cws-button.color-4.alt:hover {
    color: #43C5B8;
    background: transparent;
}

.cws-button.white {
    border-color: #ffffff;
    color: #ffffff;
}

.cws-button.white.color-4:hover {
    color: #43C5B8;
}

.cws-button.white:hover {
    color: #28a6ec;
    background: #ffffff;
}

.cws-button.full-width {
    min-width: 100%;
}

.cws-button.with-icon {
    position: relative;
    z-index: 1;
    padding: 8px 70px 8px 40px;
}

.cws-button.with-icon i {
    position: absolute;
    z-index: 1;
    border-left: 2px solid;
    width: 40px;
    right: -2px;
    text-align: center;
    line-height: 40px;
    top: -1px;
    bottom: -2px;
}

.cws-button.with-icon i:before {
    margin: 0 !important;
}

.cws-button + .cws-button {
    margin-left: 10px;
}

@media (max-width: 768px) {
	.pricing-tables {
	
		margin-bottom: 25px;
	}
	.sl-title {
    padding-top: 0px !important;
    margin-top: -30px !important;
    font-size: 1.3em !important;
		letter-spacing: 2px !important;
}
	#videoMessage .caption{
		    padding-top: 0px !important;
    font-size: 1em !important;
		letter-spacing: 2px !important;
	}
	#videoDiv {
    height: 150px;
}
}
