 
@import url(../../../../fonts.googleapis.com/css-family=Open+Sans-400,600,700.css);
@import url(../../../../fonts.googleapis.com/css-family=Fira+Sans-400,500,700.css);
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat/Montserrat-Regular.otf');
	font-weight: 400;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat/Montserrat-Bold.otf');
	font-weight: 700;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat/Montserrat-Black.otf');
	font-weight: 900;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat/Montserrat-Hairline.otf');
	font-weight: 100;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat/Montserrat-Light.otf');
	font-weight: 300;
}
body {
	font-size: 14px;
	line-height: 24px;
	color: #777;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}
p {
	margin-bottom: 24px;
}
.ab {

    width: 88%; 
    margin: auto;
  font-size: 16px;
  font-weight: bolder;
      border: 1px solid #0facfe;
    border-radius: 10px;
    color: #4a4a4a;
    padding: 20px;
    padding-top: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
	
}
.ab-bg{
	    background-image: url(../images/ab-bg-skygrass.jpg);
    background-repeat: no-repeat;
    background-repeat-x: repeat; 
    background-size: cover;
    position: relative;
    background-position: center;
    text-shadow: 1px 1px 1px #fff;
	font-size: 20px;
  font-weight: bold;
}
.y-bg{
background: #ffff01;
    color: #000;
    /* border-radius: 50px; */
    line-height: 40px;
    box-shadow: 1px 2px 2px #5d5d5d;
    padding: 8px;
    text-shadow: 2px 2px 2px #ffffff;
}
.flexslider .slides .eTimer{
    color: #000000! important;
      /*background: #ffffff! important;*/
	      background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #ffff01 100%)! important;
    background: -webkit-radial-gradient(center, ellipse cover, #fff 0%,#ffff01 100%)! important;
    background: radial-gradient(ellipse at center, #fff%,#ffff01 100%)! important;
    background: radial-gradient(ellipse at center, #fff 0%,#ffff01 100%)! important;
}
.eTimer{ 
    background: #fff! important;
}
.bl{
    font-size: 42px! important;
    padding: 10px;
    font-weight: bold! important;
    color: #006b94;
}
.gift{
margin: auto;
    display: block;
    width: 200px;
}
.gift-slide{
	    width: 20%! important;
    display: inline-block! important; 
    margin-top: -60px;
    margin-left: 10px;
}
.flexslider .slides  .eTimer { 
    padding: 5px 10px! important; 
	float: left! important; 
	margin-top: 23px! important; 
	    border-radius: 5px! important; 
}
.flexslider .slides .eTimer .etUnit .etNumber {
    width: 25px;
}
.flexslider .slides .eTimer .etTitle {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: none;
}
.flexslider .slides .eTimer .etUnit .etNumber {
    display: inline-block;
    margin: 1px;
    text-align: center;
    font-family: initial! important; 
    font-size: 20px! important; 
    color: white;
    padding: 0px 8px;
    background: #ff5421;
    border: 0px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.flexslider .slides  .eTimer .etUnit .etSign {
    text-align: center;
    font-size: 12px;
    text-shadow: none;
}

#defaultCountdown {
    width: 320px;
    height: 77px;
    margin: auto;
    margin-top: 20px;
    padding-top: 10px;
    color: black;
    font-size: 26px;
    font-weight: 400;
    border-radius: 5px;
    text-shadow: 2px 2px 2px #989898;
    box-shadow: 2px 2px 8px #616161;
	    border: 1px solid #8a2e2e;
		background: #fefcea;
background: -moz-radial-gradient(center, ellipse cover,  #fefcea 0%, #f1da36 100%);
background: -webkit-radial-gradient(center, ellipse cover,  #fefcea 0%,#f1da36 100%);
background: radial-gradient(ellipse at center,  #fefcea 0%,#f1da36 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=1 );

}
.lead {
	margin-bottom: 24px;
	font-size: 23px;
	line-height: 30px;
	font-weight: 600;
	color: #222;
	font-family: 'Open Sans', sans-serif;
}
b, strong {
	font-weight: 700;
}
blockquote {
	font-size: 14px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 0;
	padding-left: 24px;
	margin-bottom: 24px;
	border-left: 3px solid #002b5e;
	margin-left: 50px;
}
.quote-icon i{
	    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.54);
		    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.quote-icon i:hover{
	    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.54);
}
.yellow-text {
	color: #ffdd00 !important;
}
.blue-text {
	color: #002b5e !important;
}
.img-responsive{
    -moz-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
}
hr.line {
	border-top: 2px solid #002b5e !important;  
	width: 154px !important;  
	margin-top: 20px  !important; 
	margin-bottom: 20px  !important;
	margin: auto;
}
hr.line-white {
	border-top: 1px solid #FFF !important;  
	width: 154px !important;  
	margin-top: 20px  !important; 
	margin-bottom: 20px  !important;
	margin: auto;
}
.blue hr.line {
	border-color: #fff;
}
hr.small-line {
	border-top: 1px solid #222;
	width: 82px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
	width: 27px;
	height: 27px;
}
/* Links
   ========================================================================== */
a {
	color: #002b5e;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	text-decoration: underline;
}
a:hover {
	opacity: .75;
	color: #002b5e;
}
a:focus {
	
}
a img {
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
a:hover img {
	opacity: .75;
}
/* Highlight
   ========================================================================== */
.highlight.yellow {
	background: #ffdd00;
	color: #222;
	padding: 0 4px;
}
.highlight.blue {
	background: #002b5e;
	color: #fff;
	padding: 0 4px;
}
/* Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.transparent h1, .transparent h2, .transparent h3, .transparent h4, .transparent h5, .transparent h6, .blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6 {
	color: #fff;
}
.transparent.yellow h1, .transparent.yellow h2, .transparent.yellow h3, .transparent.yellow h4, .transparent.yellow h5, .transparent.yellow h6 {
	color: #222;
}
h1 {
	font-size: 30px;
	line-height: 30px;
}
h2 {
	font-size: 28px;
	line-height: 28px;
}
h3 {
	font-size: 24px;
	line-height: 24px;
}
h4 {
	font-size: 20px;
	line-height: 24px;
	margin-top: 24px;
}
h5 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	font-weight: 700;
}
.heading {
	margin-bottom: 54px;
}
.heading h3 {
	margin-bottom: 0;
}
.heading span {
	font-size: 18px;
}
.main-heading {
	margin-bottom: 72px;
}
.main-heading h1 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 24px;
	font-weight: 700;
}
/* Tooltips
   ========================================================================== */
.tooltip-inner {
	border-radius: 0;
	background: #002b5e;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	padding: 6px 25px;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #002b5e;
	border-width: 7px 0 7px 7px;
	margin-top: -7px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #002b5e;
	border-width: 7px 7px 0;
	margin-left: -7px;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #002b5e;
	border-width: 7px 7px 7px 0;
	margin-top: -7px;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #002b5e;
	border-width: 0 7px 7px;
	margin-left: -7px;
}
/* Dropcap
   ========================================================================== */
.dropcap {
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 40px;
	line-height: 56px;
	text-align: center;
	font-weight: 700;
	float: left;
	margin-right: 16px;
}
.dropcap.solid.yellow {
	border: 2px solid #ffdd00;
	background: #ffdd00;
	color: #222;
}
.dropcap.solid.blue {
	border: 2px solid #002b5e;
	background: #002b5e;
	color: #fff;
}
.dropcap.border.yellow {
	border: 2px solid #ffdd00;
	background: none;
	color: #222;
}
.dropcap.border.blue {
	border: 2px solid #002b5e;
	background: none;
	color: #222;
}
/* Images
   ========================================================================== */
img.pull-left {
	margin-right: 12px;
}
img.pull-right {
	margin-left: 12px;
}

/* ==========================================================================
   02. Forms
   ========================================================================== */
input:not([type=submit]):not([type=file]), select, textarea {
	background: none;
	border: 1px solid #d3d3d3;
	border-radius: 0;
	width: 100%;
	outline: none !important;
	padding: 6px 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	border: 1px solid #00AAE8;
    border-radius: 3px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
input:not([type=submit]):not([type=file]), select {
	height: 38px;
	border: 1px solid #00AAE8;
    border-radius: 3px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
input:not([type=submit]):not([type=file]):focus, select:focus, textarea:focus {
	
	border: 1px solid #00AAE8;
    border-radius: 3px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.header-search-form {
	position: relative;
	width: 350px;
	margin-top: 17px;
}
.header-search-form input[type=search] {
	border-radius: 5px;
}
.header-search-form button {
	width: 44px;
	height: 38px;
	border-radius: 0 5px 5px 0;
	background: #ffdd00;
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}
.header-search-form button:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	width: 0;
	height: 0;
	border-bottom: 38px solid #ffdd00;
	border-left: 20px solid transparent;
}
.search-form input[type=search] {
	border-radius: 38px;
	width: 75%;
	float: left;
}
.search-form button {
	height: 38px;
	line-height: 38px;
	padding: 0;
	border-radius: 38px;
	width: 20%;
	float: right;
}
::-webkit-input-placeholder {
	color: #a2a2a2;
}
:-moz-placeholder {
	color: #a2a2a2;
}
::-moz-placeholder {
	color: #a2a2a2;
}
:-ms-input-placeholder {
	color: #a2a2a2;
}
label {
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.form-group {
	position: relative;
	margin-bottom: 20px;
}
.form-icon {
	position: absolute;
	left: 0;
	top: 6px;
	display: inline-block;
	height: 27px;
	width: 38px;
	line-height: 27px;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #cccccc;
}
label + .form-icon {
	top: 30px;
}
.form-with-icon {
	padding-left: 50px !important;
}
.newsletter-form input:not([type=submit]):not([type=file]) {
	width: 360px;
	padding: 7px 18px;
	border-radius: 40px;
	border: 1px solid #222;
	margin-right: 20px;
	
}
.newsletter-form ::-webkit-input-placeholder {
	color: #333;
}
.newsletter-form :-moz-placeholder {
	color: #333;
}
.newsletter-form ::-moz-placeholder {
	color: #333;
}
.newsletter-form :-ms-input-placeholder {
	color: #333;
}

/* ==========================================================================
   03. Buttons
   ========================================================================== */
.button, button, input[type=submit] {
	display: inline-block;
	padding: 5px 36px;
	border-radius: 4px;
	background: #ffdd00;
	
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #222;
	font-weight: 700;
	font-size: 15px;
	line-height: 30px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	outline: none !important;
	border: 1px solid #00AAE8;
    border-radius: 3px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.button:hover, button:hover, input[type=submit]:hover {
	background: #ffdd00;
	color: #222;
	text-decoration: none;
	opacity: .75;
}
.button.blue, .button.blue:hover {
	background: #002b5e;
	border: 1px solid #002b5e;
	
	color: #fff;
}
.button.dark, .button.dark:hover {
	background: #222;
	border: 1px solid #222;
	border-radius: 8px;
	color: #fff;
}
.button.white, .button.white:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #222;
}
.button.border {
	background: none;
	border: 1px solid #c9c9c9;
	color: #6c6c6c;
}
.button.border:hover {
	background: #00AAE8;
	color: #222;
	border: 1px solid #00AAE8;
	opacity: 1;
}
.button.border.blue {
	color: #002b5e;
	border: 1px solid #002b5e;
}
.button.border.blue:hover {
	background: #002b5e;
	color: #fff;
	opacity: 1;
}
.button.border.yellow {
	color: #ffdd00;
	border: 1px solid #ffdd00;
}
.button.border.yellow:hover {
	background: #ffdd00;
	color: #fff;
	opacity: 1;
}
.button.border.dark {
	color: #222;
	border: 1px solid #222;
}
.button.border.dark:hover {
	background: #222;
	color: #fff;
	opacity: 1;
}
.button.border.white {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
}
.button.border.white:hover {
	background: #fff;
	color: #222;
	opacity: 1;
}
.button.small {
	font-size: 14px;
	padding: 0 36px;
}
.button.large {
	font-size: 15px;
	padding: 10px 36px;
}
.button-list .button {
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.button-list .button:last-of-type {
	margin-right: 0;
}
.newsletter-form .button {
	padding: 4px 36px;
	border-radius: 40px;
}

/* ==========================================================================
   04. Progress Bars
   ========================================================================== */
.progress {
	height: 30px;
	margin-bottom: 30px;
	background-color: #f8f8f8;
	box-shadow: none;
	border-radius: 30px;
	position: relative;
}
.progress-bar {
	box-shadow: none;
	background-color: #ffdd00;
	text-align: right;
	line-height: 30px;
	color: #222;
	font-weight: 700;
	padding-right: 32px;
	border-radius: 30px;
}
.progress-bar-label {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 30px;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 32px;
}

/* ==========================================================================
   05. Alerts
   ========================================================================== */
.alert {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 10px 18px;
	padding-right: 32px;
	line-height: 38px;
	position: relative;
	margin-bottom: 25px;
}
.alert .icon {
	color: #fff;
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 100%;
	text-align: center;
	margin-right: 28px;
	font-size: 15px;
}
.alert .close {
	border-radius: 0 4px 0 4px;
	opacity: 1;
	float: none;
	position: absolute;
	top: -1px;
	right: -1px;
	font-size: 12px;
	padding: 7px;
	text-shadow: none;
}
.alert .close:hover {
	background: none;
	opacity: .75;
}
.alert-success {
	border: 1px solid #468847;
	background: #dff0d8;
	color: #468847;
}
.alert-success .icon {
	background: #468847;
}
.alert-success .close {
	border: 1px solid #468847;
	color: #468847;
}
.alert-danger {
	border: 1px solid #ee180d;
	background: #f2dede;
	color: #ee180d;
}
.alert-danger .icon {
	background: #ee180d;
}
.alert-danger .close {
	border: 1px solid #ee180d;
	color: #ee180d;
}
.alert-warning {
	border: 1px solid #c09853;
	background: #fcf8e3;
	color: #c09853;
}
.alert-warning .icon {
	background: #c09853;
}
.alert-warning .close {
	border: 1px solid #c09853;
	color: #c09853;
}
.alert-info {
	border: 1px solid #4853b9;
	background: #d9edf7;
	color: #4853b9;
}
.alert-info .icon {
	background: #4853b9;
}
.alert-info .close {
	border: 1px solid #4853b9;
	color: #4853b9;
}
.form-alert {
	display: none;
}

/* ==========================================================================
   06. Tabs
   ========================================================================== */
.nav-tabs {
	border-bottom: none;
}
.nav-tabs>li {
	margin-bottom: 0;
}
.nav-tabs>li>a {
	border-radius: 0;
	border: none;
	background: #f0eeee;
	font-size: 15px;
	line-height: 38px;
	font-weight: 700;
	color: #222;
	text-decoration: none;
	padding: 0 28px;
	margin-left: 20px;
	margin-right: 6px;
}
.nav-tabs>li>a:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: -20px;
	border-bottom: 38px solid #f0eeee;
	border-left: 20px solid transparent;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.nav-tabs>li>a:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -20px;
	border-top: 38px solid #f0eeee;
	border-right: 20px solid transparent;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;
	background: #ffdd00;
	opacity: 1;
	color: #222;
}
.nav-tabs>li.active>a:before {
	border-bottom-color: #ffdd00;
}
.nav-tabs>li.active>a:after {
	border-top-color: #ffdd00;
}
.tab-content {
	border: 1px solid #e8e8e8;
	padding: 35px 20px;
}
.tab-content p:last-of-type {
	margin-bottom: 0;
}

/* ==========================================================================
   07. Accordion
   ========================================================================== */
.panel {
	box-shadow: none;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-group .panel+.panel {
	margin-top: 0;
}
.panel-default {
	border-color: #e8e8e8;
}
.panel-heading {
	border-radius: 0;
	padding: 0;
}
.panel-default>.panel-heading {
	background: #fff;
	border-color: #e8e8e8;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.panel-heading.active {
	background: #002b5e;
}
.panel-title {
	font-size: 15px;
	line-height: 38px;
}
.panel-title>a {
	text-decoration: none;
	color: #222;
}
.active .panel-title>a {
	color: #fff;
}
.active .panel-title>a:hover {
	opacity: 1;
}
.panel-title span {
	background: #f0eeee;
	display: inline-block;
	min-width: 92px;
	padding: 0 16px;
	position: relative;
	margin-right: 38px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.active .panel-title span {
	background: #ffdd00;
	color: #222;
}
.panel-title span:after {
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	border-top: 19px solid transparent;
	border-left: 10px solid #f0eeee;
	border-bottom: 19px solid transparent;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.active .panel-title span:after {
	border-left-color: #ffdd00;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #e8e8e8;
}
.panel-body {
	padding: 20px;
	padding-top: 30px;
}
.panel-body p:last-of-type {
	margin-bottom: 0;
}

/* ==========================================================================
   08. Header
   ========================================================================== */
.header {
	background: #fff;
	color: #222;
}
.head-bg{
background-image: url(../images/head-skygrass.jpg);
    background-repeat: no-repeat;
    background-repeat-x: repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    height: 212px;
	}
.header .top {
	background: #ffdd00;
}
.menu-bg {
	background-image: url(../images/menu-bg.png)! important;
}
.top-nav {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.top-nav ul {
	margin: 0;
	padding: 0;
}
.top-nav li {
	display: inline-block;
	margin-right: 20px;
}
.top-nav li:last-of-type {
	margin-right: 0;
}
.top-nav li:after {
	content: '|';
	padding-left: 20px;
}
.top-nav li:last-of-type:after {
	content: '';
	padding-left: 0;
}
.top-nav li a {
	line-height: 58px;
	color: #222;
	text-decoration: none;
}
.header .social-icons {
	float: right;
}
.header .logo {
	float: left;
	margin-top: -25px;
	margin-left: -10px;
	/*height: 145px;*/
	padding: 34px 0px 20px 0px;
}
.header .logotext { 
	    padding-left: 20px;
		padding-top: 45px;
}
.header .logo img {
	    height: 120px;
    max-width: 100%;
    width: 290px;
}

.header .tagline {
    float: left;
    position: absolute;
    margin-top: 52px;
    margin-left: 216px;
    margin-bottom: -10px;
    /* height: 145px; */
    padding: 12px 0px 0px 0px;
}
.header .tagline img {
	/*height: 120px; */
    /* height: 70%; */
    max-width: 100%;
    /* width: 300px; */
	    z-index: 9999;
}

.header-contacts {
	float: right;
}
.header-contacts-m {
		display: none;
	}
	
.header-contact {
	display: inline-block;
	line-height: 34px;
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 5px;
	font-size: 18px;
	color: black ! important;
    text-shadow: 1px 1px 1px white;
	    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.bs:hover { 
    -moz-box-shadow: 4px 4px 34px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 4px 4px 34px rgba(0, 0, 0, 0.8);
    box-shadow: 4px 4px 34px rgba(0, 0, 0, 0.8);
}
.header-contact  a{
	 
	color: black ! important;
    text-shadow: 1px 1px 1px white;
}

.bs{

    margin-top: 5px;
	    background: #fff;
	border: 2px solid #ff0000;
    border-radius: 6px;
    -moz-box-shadow: 3px 4px 18px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 3px 4px 18px rgba(0, 0, 0, 0.6);
   box-shadow: 3px 4px 18px rgba(0, 0, 0, 0.6);
}
.main-header {
	/*background: #53bb5c;*/
    width: 100%;
    margin: auto;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    top: 150px;
    position: fixed;
    z-index: 1000;
}
.main-nav {
	float: left;
	margin-left: -20px;
	text-transform: uppercase;
	font-weight: 400;
}
.main-nav ul {
	margin: 0;
	padding: 0;
}
.main-nav ul>li {
	display: inline-block;
	position: relative;
}
.main-nav ul>li a {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	padding: 20px 20px;
	color: #FFF;
	text-decoration: none;
	    text-shadow: 1px 1px 1px black;
}
.main-nav ul>li.active a {
	background: #00AAE8;
	color: #FFF;
}
.main-nav ul>li.active a:hover {
	opacity: 1;
}
.main-nav ul>li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	background: #f8f8f8;
	position: absolute;
	top: 72px;
	height: auto;
	padding: 0;
	z-index: 999;
}
.main-nav ul>li ul li {
	white-space: nowrap;
	position: relative;
	display: block;
}
.main-nav ul>li ul li a {
	background: none;
	height: 48px;
	width: 100%;
	line-height: 48px;
	padding: 0 20px;
}
.main-nav ul>li.active ul li a {
	background: none;
}
.main-nav ul>li.active ul li a:hover {
	opacity: .75;
}
.main-nav ul>li ul li.active a, .main-nav ul>li ul li.active a:hover {
	background: #ffdd00;
	color: #222;
	opacity: 1;
}
.main-nav ul>li ul li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	position: absolute;
	left: 100%;
	top: 0;
}
.main-nav ul>li:hover>ul {
	opacity: 10;
	filter: alpha(opacity=100);
	visibility: visible;
}
.header .header-search-form {
	float: right;
}
.page-title {
	position: relative;
	padding: 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
.page-title .inner {
	background: #002b5e;
	padding: 88px 12px;
}
.page-title.transparent .inner {
	background: rgba(0,43,94,0.65);
}
.page-title h3 {
	margin: 0;
	font-weight: 700;
}
.breadcrumbs {
	position: relative;
	background: #00AAE8;
	text-transform: uppercase;
}
.breadcrumbs:after {
	content: '';
	position: absolute;
	bottom: -32px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	border-top: 32px solid #00AAE8;
	z-index: 9;
}
.breadcrumbs-page-title {
	font-weight: 700;
	line-height: 40px;
}
.breadcrumbs-nav {
	float: right;
	font-weight: 400;
}
.breadcrumbs-nav ul {
	margin: 0;
	padding: 0;
}
.breadcrumbs-nav li {
	display: inline-block;
	margin-right: 10px;
}
.breadcrumbs-nav li:last-of-type {
	margin-right: 0;
}
.breadcrumbs-nav li:after {
	font-family: FontAwesome;
	content: '\F105';
	padding-left: 10px;
}
.breadcrumbs-nav li:last-of-type:after {
	content: '';
	padding-left: 0;
}
.breadcrumbs-nav li a {
	display: inline-block;
	line-height: 40px;
	color: #222;
	text-decoration: none;
}
.responsive-menu-open {
	display: none;
	float: right;
	margin-top: -30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
	line-height: 120px;
	text-decoration: none;
}
.responsive-menu-open:hover {
	color: #222;
	opacity: .75;
	text-decoration: none;
}
.responsive-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	min-width: 100%;
	background: #fff;
	z-index: 999;
	padding: 24px;
	overflow-y: scroll;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.responsive-menu.open {
	left: 0;
}
.responsive-menu-close {
	position: absolute;
	top: 24px;
	right: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
	text-decoration: none;
}
.responsive-menu-close:hover {
	color: #222;
	opacity: .75;
	text-decoration: none;
}
.responsive-nav ul>li a {
	color: #222;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}
.responsive-nav ul>li.active a {
	color: #ffdd00;
}
.responsive-nav ul>li.active ul li a {
	color: #222;
}
.responsive-nav ul>li ul li.active a {
	color: #ffdd00;
}
.responsive-menu .header-search-form {
	width: 100%;
	margin-top: 24px;
}
.responsive-menu .logo {
	margin-bottom: 24px;
}
.no-scroll {
	overflow: hidden;
}
@media all and (max-width: 1024px) {
	.top-nav {
		display: none;
	}
	.header .social-icons {
		float: none;
		text-align: center;
	}
	.header-contacts {
		display: none;
	}
.header-contacts-m {
	
	display: inline-block;
}
.header-contact-m{
	display: inline-block;
	line-height: 40px;
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
	.main-header {
		display: none;
	}
	.responsive-menu-open {
		display: inline-block;
	}

.header .tagline {
    float: left;
    position: absolute;
    margin-top: 105px;
   margin-left: 0px; 
    /* margin-bottom: -10px; */
    /* height: 145px; */
    padding: 0;
}
.header .tagline img {
    height: 74px;
    /* height: 90%; */
    max-width: 110%;
    /* position: absolute; */
    /* width: 300px; */
}
	
	
}

.homeslider .caption .ph{
	    width: 100%;
}
/* ==========================================================================
   09. Icons
   ========================================================================== */
.small-round-icon {
	display: inline-block;
	width: 27px;
    height: 27px;
    line-height: 24px;
    font-size: 15px;
	border: 2px solid #00aae8;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	background: #0abef7;
	    box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.7);
}
.small-phone-icon {
	background-image: url(../images/phone.png);
    display: inline-block;
    width: 37px;
    height: 50px;
    line-height: 24px;
    color: #fff;
    /* border-radius: 100%; */
    text-align: center;
    vertical-align: middle;
    /* margin-right: 20px; */
    margin-bottom: -18px;
    /* padding-top: 10px; */
}
.header-contact a.phone-br{
	border: 2px solid #ff0000;
    padding: 4px;
    width: 50px;
    margin-right: -12px;
    border-radius: 5px;
    /* box-shadow: 1px 1px 4px #9c9c9c; */
    -webkit-box-shadow: 4px 4px 34px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.7)
}
.small-icon{
	display: inline-block; 
    vertical-align: middle; 
}
div:hover>.small-round-icon {
	background: #03d219; 
	color: #fff;
	box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.7);
}

.shape-icon-box {
	margin-top: 24px;
	color: #222;
	font-size: 36px;
}
.shape-icon-box .circle {
	width: 120px;
	height: 120px;
	border: 1px solid #ffdd00;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 24px;
	position: relative;
}
.shape-icon-box .circle .triangle {
	border-left: 68px solid transparent;
	border-right: 68px solid transparent;
	border-bottom: 118px solid #ffdd00;
	width: 136px;
	height: 118px;
	margin-left: -8px;
	margin-top: -12px;
}
.shape-icon-box .circle i {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	line-height: 120px;
}

/* ==========================================================================
   10. Sections
   ========================================================================== */
.section {
	position: relative;
	padding: 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
.section>.inner {
	padding: 72px 0;
}
.section.large>.inner {
	padding: 112px 0;
}
.section.small>.inner {
	padding: 48px 0;
	font-size: 14px;
}
.section.no-padding-bottom>.inner {
	padding-bottom: 0;
}
.section.blue>.inner {
	background: #002b5e;
	color: #fff;
}
.section.yellow>.inner {
	background: #00AAE8;
	color: #222;
}
.section.light>.inner {
	background: #fbfbfb;
}
.section.transparent.blue>.inner {
	background: rgba(0,43,94,0.9);
	color: #fff;
}
.section.transparent.blue-light>.inner {
	background: rgba(0, 43, 94, 0.19);
	color: #fff;
}
.section.transparent.lighter.blue>.inner {
	background: rgba(0,43,94,0.75);
}
.section.transparent.clear.blue>.inner {
	background: rgba(0,43,94,0.35);
}
.section.transparent.yellow>.inner {
	background: rgba(255,221,0,0.9);
	color: #222;
}
.section.transparent.lighter.yellow>.inner {
	background: rgba(255,221,0,0.75);
}
.section.transparent.clear.yellow>.inner {
	background: rgba(255,221,0,0.35);
}
@media all and (max-width: 768px) {
	.section>.inner {
		padding: 48px 0;
	}
	.section.large>.inner {
		padding: 72px 0;
	}
	.section.small>.inner {
		padding: 24px 0;
	}
}

/* ==========================================================================
   11. Call To Action
   ========================================================================== */
.call-to-action {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.call-to-action span {
	font-size: 20px;
}
.call-to-action .button {
	margin-left: 54px;
}
@media all and (max-width: 1024px) {
	.call-to-action span {
		display: block;
	}
	.call-to-action .button {
		margin-top: 24px;
		margin-left: 0;
	}
}

/* ==========================================================================
   12. Services
   ========================================================================== */
.services {
	margin-bottom: 24px;
}
.video {
	    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.services .icon {
	border: 1px solid rgba(0, 128, 0, 0.58);
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	text-align: center;
	float: left;
	padding: 3px;
	font-size: 24px;
	color: #FFF;
	margin-top: 33px;
	margin-left: 13px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

.services .profile-i {
	border: 1px solid rgba(0, 128, 0, 0.58);
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 100px; 
    float: left;
    padding: 3px;  
    margin-top: 8px;
    margin-left: -20px;
    
    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
	    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
 
.services .no-bg
{ 
 background: none;
 width: 100%;
 height: 100%;
}
.services .no-bg img{
	border-radius: 70px;
}


.profile-logo-veka{
        width: 88px;
    margin: 0px;
    float: left;
    margin-right: 15px;
}
.profile-logo-rehau{
        width: 138px;
    margin: 4px;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 15px;
}
.profile-subtitle{
	    font-size: 30px;
    font-weight: bold; 
}
.logo-subt{ 
    background-image: url('../images/logo-subt.png');
    background-repeat: no-repeat; 
    padding-bottom: 70px; 
    margin: auto; 
    background-position: center;
    color: transparent;	
}
.services .inner {
	background: #00AAE8;
	border-radius: 25px;
	width: 100%;
	height: 100%;
	line-height: 50px;
}
.services .inner i {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.services .content {
	border: 1px solid rgba(0, 128, 0, 0.58);
	padding: 26px 16px;
	padding-left: 18px;
	border-radius: 10px;
	margin-left: 42px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
-o-transition:all 0.3s ease-in;
-moz-transition:all 0.3s ease-in;
-ms-transition:all 0.3s ease-in;
}

.cont-pd ul{
padding-left: 25px;
}

.trans-box:hover { 
-moz-box-shadow: 6px 6px 26px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 6px 6px 26px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 6px 26px rgba(0, 0, 0, 0.3);
}

.services .content h5 {
	font-family: 'Montserrat', sans-serif;
}
.services .content p:last-of-type {
	margin-bottom: 0;
}
.services .content a {
	color: #222;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}

 
.wrap-ribbon {
    width: 100%;
    height: 188px;
    position: absolute;
    top: -8px;
    left: -8px;
    overflow: hidden;
}
.wrap-ribbon:before, .wrap-ribbon:after {
  content: ""; 
  position: absolute;
}
.wrap-ribbon:before {
	width: 40px;
    height: 8px;
    right: 98px;
    background: #4D6530;
    border-radius: 8px 8px 0px 0px;
}
.wrap-ribbon:after {
    width: 8px;
    height: 40px;
    right: 0px;
    top: 98px;
    background: #4D6530;
    border-radius: 0px 8px 8px 0px;
}
 
.ribbon6 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
  box-shadow:0 0 0 3px #57DD43,  0px 21px 5px -18px rgba(0,0,0,0.6);
  background: #57DD43;
  text-align: center;
      color: #000;
    text-shadow: 1px 1px 1px white;
    font-weight: bold;
}





/* ==========================================================================
   13. Instructors
   ========================================================================== */
.instructor {
	text-align: center;
	padding: 0 24px;
	margin-bottom: 24px;
}
.instructor .image {
	border: 2px solid #002b5e;
	width: 175px;
	height: 175px;
	padding: 12px;
	margin: 58px auto;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.blue .instructor .image {
	border-color: #fff;
	border-radius: 90px;
}
.instructor .image .inner {
	overflow: hidden;
	border-radius: 90px;
}
.instructor .image img {
	-ms-transform: rotate(-45deg) scale(1.45);
	-webkit-transform: rotate(-45deg) scale(1.45);
	transform: rotate(-45deg) scale(1.45);
}
.instructor .bio {
	border-top: 1px solid #002b5e;
	border-bottom: 1px solid #002b5e;
	padding: 18px 0;
}
.blue .instructor .bio {
	border-color: #fff;
}
.instructor .bio h5 {
	margin-bottom: 9px;
}
.instructor .bio span {
	color: #b0b0b0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.blue .instructor .bio span {
	color: #fff;
}
.instructor .social-icons {
	margin-top: 18px;
}

.img-info{
 
    /* float: left; */
    width: 50%;
    margin: auto;
}   
.img-info img {
 float: left;
     margin-top: 70px;
}
.img-info  h3{
 float: left;
 padding-left: 37px;
}
.window-bg{
        float: left;
    margin-top: 10px;
    background-image: url('../images/window-bg.png');
    background-repeat: no-repeat;
    background-position-x: 45px;
    background-position-y: 55px; 
    padding-bottom: 60px;
}
.window-bg-i{
    background: rgba(54, 186, 239, 0.37);
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 6px;
    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    width: 70%;
    margin-left: 33px;
    color: #fff;
    padding: 4px;
	    margin: 33px;
		    transition: all 0.3s ease-in;
			-webkit-transition:all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-moz-transition:all 0.3s ease-in;
-ms-transition:all 0.3s ease-in;
    background: rgb(135,224,253);
    background: -moz-radial-gradient(center, ellipse cover, rgba(135,224,253,0.37) 0%,rgba(83,203,241,0.37) 40%,rgba(5,171,224,37) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(135,224,253,0.37) 0%,rgba(83,203,241,0.37) 40%,rgba(5,171,224,37) 100%);
    background: radial-gradient(ellipse at center, rgba(135,224,253,0.37) 0%,rgba(83,203,241,0.37) 40%,rgba(5,171,224,37) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=1 );
}
.act-ct{ 
    font-size: 24px;
    line-height: 30px;
    font-weight: 400; 
}

/* ==========================================================================
   14. Testimonials
   ========================================================================== */
.testimonial {
	margin-top: 36px;
}
.testimonial-image {
	width: 112px;
	height: 112px;
	padding: 8px;
	border-radius: 60px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	float: left;
	margin-top: 39px;
	margin-left: 23px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	position: relative;
	z-index: 2;
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.81);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.81);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.81);
}
.testimonial:hover .testimonial-image {
	background: #19e53b;
}
.testimonial-image .inner {
	overflow: hidden;
	border-radius: 50px;
}
.testimonial-image img {
	-ms-transform: rotate(-45deg) scale(1.4);
	-webkit-transform: rotate(-45deg) scale(1.4);
	transform: rotate(-45deg) scale(1.4);
}
.testimonial-body {
	background: #fff;
	border-radius: 10px;
	padding: 30px 42px;
	padding-left: 90px;
	margin-left: 79px;
	color: #222;
	position: relative;
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.81);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.81);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.81);
}
.testimonial-body .quote-icon {
	color: #6ac5ec;
	font-size: 24px;
	position: absolute;
	bottom: 22px;
	right: 35px;
}
.testimonial-body h5 {
	color: #222;
}
.testimonial-body p:last-of-type {
	margin-bottom: 0;
}

/* ==========================================================================
   15. Pricing Tables
   ========================================================================== */
.pricing-table {
	padding: 14px;
	text-align: center;
	position: relative;
	margin-top: 96px;
}
.pricing-table.blue {
	background: #002b5e;
	color: #fff;
	border-radius: 10px;
}
.pricing-table.yellow {
	background: #ffdd00;
	color: #222;
	border-radius: 10px;
}
.pricing-table.dark {
	background: #0B730F;
	color: #fff;
	border-radius: 10px;
}
.pricing-table>.inner {
	border: 1px solid #ebebeb;
	border-radius: 10px;
}
.pricing-table-price {
	font-size: 28px;
	padding: 4px;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -46px;
	left: 0;
	right: 0;
}
.pricing-table.blue .pricing-table-price {
	background: #002b5e;
	color: #fff;
	border-radius: 60px;
}
.pricing-table.yellow .pricing-table-price {
	background: #ffdd00;
	color: #222;
	border-radius: 60px;
}
.pricing-table.dark .pricing-table-price {
	background: #161616;
	color: #fff;
	border-radius: 60px;
}
.pricing-table-price .inner {
	border: 6px solid #fff;
	border-radius: 60px;
}
.pricing-table-price .inner span {
	line-height: 100px;
	font-family: 'PT Sans', serif;
	display: inline-block;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pricing-table-heading {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 62px;
}
.pricing-table-heading small {
	display: block;
	font-size: 14px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-top: 18px;
}
.pricing-table-heading:after {
	content: '';
	display: block;
	height: 4px;
	width: 160px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 18px auto
}
.pricing-table.yellow .pricing-table-heading:after {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
.pricing-table-features ul {
	margin-bottom: 0;
}
.pricing-table-features li {
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.pricing-table-button {
	padding: 24px 0;
}

/* ==========================================================================
   16. Courses
   ========================================================================== */
.course {
	text-align: center;
	position: relative;
	margin-bottom: 24px;
	padding-top: 24px;
}
.course-icon {
	    width: 0;
    height: 0;
    /* border-left: 87px solid transparent; */
    /* border-right: 87px solid transparent; */
    /* border-bottom: 150px solid #00AAE8; */
    border-radius: 5px;
    /* margin: auto; */
    margin-bottom: 24px;
    border: 1px solid rgba(0, 128, 0, 0.58);
    background: #FFF;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    /* padding: 12px; */
    margin: auto;
	    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
.course-icon>.inner {
	    width: 0;
    height: 0;
    /* border-left: 83px solid transparent; */
    /* border-right: 83px solid transparent; */
    /* border-bottom: 143px solid #fff; */
    position: absolute;
    margin-left: auto;
    margin-top: 5px;
    border-radius: 5px;
}
.course-icon>.inner>.inner {
	width: 0;
    height: 0;
    /* border-left: 66px solid transparent; */
    /* border-right: 66px solid transparent; */
    /* border-bottom: 118px solid #00AAE8; */
    position: absolute;
    margin-left: 72px;
    margin-top: -12px;
    border-radius: 5px;
}
.i-center{
margin-left: -7px;
    font-size: 4em !important;
}
.course-icon i {
	position: absolute;
	color: #07d5f9;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 48px;
	top: 56px;
	left: -24px;
}
.course-info {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	min-height: 100%;
	border: 1px solid #0facfe;
    text-align: left;
    border-radius: 10px;
	color: #222;
	padding: 20px;
	padding-top: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	opacity: 0;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
.course:hover .course-info {
	    opacity: 1;
    background: #ffff01;
    /* font-weight: bold; */
    font-size: 18px;
    /* text-shadow: 1px 1px 1px #40da36; */
	background: #fefcea;
background: -moz-radial-gradient(center, ellipse cover,  #ffff01 0%, #f1da36 100%);
background: -webkit-radial-gradient(center, ellipse cover,  #ffff01 0%,#f1da36 100%);
background: radial-gradient(ellipse at center,  #fefcea 0%,#ffff01 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff01', endColorstr='#f1da36',GradientType=1 );

}
.course-info h5 {
	font-family: 'Montserrat', sans-serif;
}
.course-info a {
	font-size: 12px;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.course-info p:last-of-type {
	margin-bottom: 0;
}

/* ==========================================================================
   17. Process
   ========================================================================== */
.process-item {
	width: 20%;
	position: relative;
	float: left;
}
.process-item .square {
	border: 1px solid rgba(0, 128, 0, 0.58);
	background: #FFF;
	border-radius: 100px;
	width: 150px;
	height: 150px;
	padding: 12px;
	margin: 48px auto;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	z-index: 2;
	    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
-o-transition:all 0.3s ease-in;
-moz-transition:all 0.3s ease-in;
-ms-transition:all 0.3s ease-in;
}
.process-item .square:hover {
       -moz-box-shadow:  6px 6px 34px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:  6px 6px 34px rgba(0, 0, 0, 0.4);
    box-shadow: 6px 6px 34px rgba(0, 0, 0, 0.4);
}
.process-item .square .inner {
	background: rgba(4, 212, 51, 0.8);
	border-radius: 70px;
	border: 1px solid rgba(0, 128, 0, 0.58);
	width: 100%;
	height: 100%;
		transition: all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
-o-transition:all 0.2s ease-in;
-moz-transition:all 0.2s ease-in;
-ms-transition:all 0.2s ease-in;
	
}
.process-item .square .inner:hover {
    -moz-box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.2);
}
.green-bold{
    color: #03ea37 !important;
    font-weight: bold;
	    text-shadow: 1px 1px 1px black;
}
.white-bold{
    color: #FFF !important;
    font-weight: bold;
	    text-shadow: 1px 1px 1px black;
}
.black-bold{
	color: #000000 !important;
    font-weight: bold;
    text-shadow: 1px 1px 1px white;
	}
.shdw{
    text-shadow: 1px 1px 1px black;
}
.subt-test{
	font-size: 32px !important;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
        text-shadow: 2px 2px 8px #000;
}
.pdn-top{
	
	
}
.process-item .content {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-align: center;
	color: #000;
	width: 100%;
	height: 100%;
	padding-top: 24px;
}
.process-item .content i {
	font-size: 36px;
	margin-bottom: 6px;
}
.process-item .content h5 {
	margin: 0;
	font-size: 18px;
}
.process-item .line {
	width: 100%;
	height: 2px;
	background: rgba(0, 128, 0, 0.58);
	position: absolute;
	top: 122px;
	left: 0;
	    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
.process-item .sep {
	border: 1px solid rgba(0, 128, 0, 0.58);
	background: #fff;
	border-radius: 10px;
	width: 18px;
	height: 18px;
	padding: 2px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 114px;
	right: -9px;
	z-index: 3;
	    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
.process-item .sep div {
	background: rgba(11, 182, 245, 0.7);
	border-radius: 10px;
	width: 100%;
	height: 100%;
}
@media all and (max-width: 1024px) {
	.process-item {
		width: 100%;
	}
	.process-item .line {
		height: 100%;
		width: 2px;
		top: 0;
		left: 50%;
		left: calc(50% - 1px);
	}
	.process-item .sep {
		top: auto;
		bottom: -9px;
		right: 50%;
		right: calc(50% - 9px);
	}
}

/* ==========================================================================
   18. Contact
   ========================================================================== */
.full-width-map {
	width: 100%;
	height: 560px;
}
.contacts {
	width: 50%;
	margin: 0 auto;
	background: #fff;
	padding: 36px;
	position: absolute;
	border-radius: 5px;
	border: 2px solid #777777;
	top: -80%;
	left: 0;
	right: 0;
	color: #777777;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.contacts .contact {
	margin-bottom: 12px;
}
.contacts .contact .icon {
	float: left;
	font-size: 20px;
}
.contacts .contact .inner {
	margin-left: 30px;
}
.contacts a {
	color: #222;
	text-decoration: none;
	font-weight: 700;
}
.contact-heading {
	margin-bottom: 0;
	margin-top: 60px;
}
@media all and (max-width: 1024px) {
	.full-width-map {
		height: 240px;
	}
	.contacts {
		position: relative;
		width: 100%;
	}
}

/* ==========================================================================
   19. Home Slider
   ========================================================================== */
  
   
   
   
   .flexslider .slides {
   
    background: #03d219;
}
.homeslider {
	border: none;
	border-radius: 0;
	box-shadow: none; 
	    width: 100%;
    margin: auto;
}
.homeslider .slides>div {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 330px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
.homeslider .caption {
 
	background: rgba(83, 187, 92, 0.55);
	position: absolute;
	border-radius: 10px;
	bottom: 0;
	right: 1px;
	color: #fff;
	padding: 36px 20px 20px 36px;
	width: 450px;
  text-shadow: 1px 1px 1px black;
}
.homeslider .caption h4 {
	    margin-top: 0;
    margin-bottom: -11px;
        font-size: 22px;
    color: red;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}
.homeslider .caption p {
	    margin-bottom: 0px;
    width: 90%;
    font-size: 18px;
	margin-top: 23px;
}
.homeslider .caption p:last-of-type {
	margin-bottom: 0;
}
.homeslider .caption a {
	color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
    background: rgb(255, 255, 1);
    padding: 5px;
    border: 1px solid white;
    border-radius: 6px;
    font-size: 22px;
	    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
	background: -moz-radial-gradient(center, ellipse cover, #ffff01 0%, #f1da36 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffff01 0%,#f1da36 100%);
    background: radial-gradient(ellipse at center, #fefcea 0%,#ffff01 100%);
}
.prof-pdn{
padding-top: 54px;
}

.bord-i{
    background: rgb(255, 255, 1);
		background: -moz-radial-gradient(center, ellipse cover, #c1c16e 0%, #ffff01 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #c1c16e 0%,#ffff01 100%);
    background: radial-gradient(ellipse at center, #c1c16e 0%,#ffff01 100%);
	    background: radial-gradient(ellipse at center, #c1c16e 0%,#ffff01 100%);
    padding: 5px;
    border: 1px solid white;
    border-radius: 6px;
    font-size: 35px;
	    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
	    text-shadow: 2px 2px 2px black;
}
.box-sh{ 
    padding: 5px;
	    text-shadow: 1px 1px 2px white;
		color: #000;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 6px;
    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
	background: -moz-radial-gradient(center, ellipse cover, #ffff01 0%, #f1da36 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffff01 0%,#f1da36 100%);
    background: radial-gradient(ellipse at center, #fefcea 0%,#ffff01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#ffff01',GradientType=1 );
}
.flex-direction-nav a {
	bottom: 0;
	background: #53bb5c;
	width: 44px;
	text-shadow: none;
	color: #0db79c;
	height: 165px;
	line-height: 94px;
	margin: 0;
}
.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
	left: auto;
    top: auto;
    right: 0px; 
    bottom: 165px; 
    opacity: .75;
    text-align: center;
	
}
.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
	left: auto;
	top: auto;
	border-bottom-right-radius: 10px;
	bottom: 0;
	right: 0px;
	opacity: .75;
	text-align: center;
}
.flex-direction-nav a:before {
	font-family: FontAwesome;
	content: '\f060';
	font-size: 24px;
	color: #FFF;
	text-shadow: none;
}
.flex-direction-nav a.flex-next:before {
	content: '\f061 ';
}
@media all and (max-width: 768px) {
	.homeslider .slides>div {
		height: 480px;
	}
	.homeslider .caption {
		width: 100%;
		right: 0px;
		bottom: 54px;
	}
	.gift-slide{
		display: none! important;
	}
	.flexslider .slides .eTimer .etUnit .etNumber{
		width: 15px;
		padding: 0px 1px;
	}
	.flex-direction-nav a {
		width: 50%;
		height: 54px;
		line-height: 54px;
	}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
		bottom: 0;
	}
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
		bottom: 0;
	}
}

/* ==========================================================================
   20. Links
   ========================================================================== */
.link {
	background: #002b5e;
	color: #fff;
	text-align: center;
	margin-bottom: 24px;
}
.link .content {
	width: 85%;
	float: left;
	padding: 18px 0;
	position: relative;
}
.link .content i {
	display: block;
	font-size: 48px;
	margin-bottom: 8px;
}
.link .content span {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
}
.link .arrow {
	width: 15%;
	background: #ffdd00;
	color: #222;
	float: left;
	height: 120px;
	line-height: 120px;
	font-size: 20px;
}
.link .arrow a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   21. Quote
   ========================================================================== */
.quote {
	border: 2px solid #ffdd00;
	padding: 30px;
}

/* ==========================================================================
   22. About
   ========================================================================== */
.about {
	position: relative;
}
.about>.image {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	width: 830px;
	height: 500px;
	position: relative;
	margin: 0 auto;
}
.about>.image>.inner {
	width: 100%;
	height: 100%;
	background: transparent;
}
.about-icon {
	width: 200px;
	height: 200px;
	line-height: 35px;
	border: 2px solid #FFFFFF;
	border-radius: 100px;
	padding: 18px;
	-ms-transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	text-align: center;
	color: #FFF;
	margin: auto;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.about-icon>.inner {
	background: #053E7D;
	border-radius: 100px;
	width: 100%;
	height: 100%;
}
.about-icon>.inner>.text {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 100%;
}
.about>.image .top-left {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 415px 415px 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.about>.image .top-right {
	width: 0;
	height: 545px;
	border-style: solid;
	border-width: 0 415px 415px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
}
.about>.image .bottom-left {
	width: 0;
	height: 545px;
	border-style: solid;
	border-width: 415px 0 0 415px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.about>.image .bottom-right {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 415px 415px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}
.about>.left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	z-index: 9;
}
.about>.right {
	position: absolute;
	top: 0;
	right: 0;
	width: 36%;
	z-index: 9;
}
.about>.left p, .about>.right p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #222;
	font-size: 16px;
}
/* ==========================================================================
   23. Gallery Profile
   ========================================================================== */
.gallery-pro {
	margin: 0 -12px;
	text-align: center;
}
.gallery-pro >.image {
	width: 250px;
	display: inline-block;
	padding: 12px;
	position: relative;
}
.gallery-pro >.image .overlay {
	position: absolute;
	top: 12px;
	left: 12px;
	bottom: 12px;
	right: 12px;
	overflow: hidden;
    border-top: 170px solid rgba(0,42,94,0.75);
    border-right: 200px solid rgba(0,42,94,0.75);
	opacity: 0;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.gallery-pro >.image:hover .overlay {
	opacity: 1;
  border-radius: 4px; -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.nivo-lightbox-theme-default .nivo-lightbox-image img{
    border-radius: 5px;
}
.gallery-pro >.image .popup-link, .gallery-pro >.image .full-link {
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 34px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}
.gallery-pro >.image:hover .popup-link, .gallery-pro >.image:hover .full-link {
	opacity: 1;
}
.gallery-pro >.image .popup-link {
	top: 45%;
	left: 45%;
	border: 1px solid #FFF;
    color: #FFF;
    border-radius: 30px;
}
.gallery-pro >.image .popup-link i {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.gallery-pro >.image .full-link {
	bottom: 30%;
	right: 35%;
	border: 1px solid #fff;
	color: #fff;
}
.gallery-pro >.image .full-link i {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ==========================================================================
   23. Gallery
   ========================================================================== */
.gallery {
	margin: 0 -12px;
	text-align: center;
}
.gallery>.image {
	width: 250px;
	display: inline-block;
	padding: 12px;
	position: relative;
}
.gallery>.image .overlay {
	position: absolute;
	top: 12px;
	left: 12px;
	bottom: 12px;
	right: 12px;
	overflow: hidden;
	border-top: 135px solid rgba(0,42,94,0.75);
	border-right: 225px solid rgba(0,42,94,0.75);
	opacity: 0;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.gallery>.image:hover .overlay {
	opacity: 1;
  border-radius: 4px; -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.nivo-lightbox-theme-default .nivo-lightbox-image img{
    border-radius: 5px;
}
.gallery>.image .popup-link, .gallery>.image .full-link {
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 34px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}
.gallery>.image:hover .popup-link, .gallery>.image:hover .full-link {
	opacity: 1;
}
.gallery>.image .popup-link {
	top: 45%;
	left: 45%;
	border: 1px solid #FFF;
    color: #FFF;
    border-radius: 30px;
}
.gallery>.image .popup-link i {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.gallery>.image .full-link {
	bottom: 30%;
	right: 35%;
	border: 1px solid #fff;
	color: #fff;
}
.gallery>.image .full-link i {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ==========================================================================
   24. 404 Error
   ========================================================================== */
.error {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 3px solid #ffdd00;
	padding: 24px;
	width: 460px;
	height: 460px;
	border-radius: 6px;
	margin: 90px auto;
	text-align: center;
	color: #222;
	font-weight: 700;
}
.error>.inner {
	background: #ffdd00;
	width: 100%;
	height: 100%;
}
.error>.inner .text {
	position: relative;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-ms-transform: translateY(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.error>.inner .text .error-code {
	font-size: 142px;
	line-height: 142px;
	display: block;
}
.error>.inner .text .page-not-found {
	font-size: 52px;
	line-height: 62px;
}

/* ==========================================================================
   25. Widgets
   ========================================================================== */
.widget {
	margin-bottom: 36px;
}
.widget.bordered {
	border: 1px solid #e9eaee;
	padding: 18px;
}
.widget.bordered h5 {
	border-bottom: 1px solid #eff0f3;
	padding-bottom: 18px;
	margin-bottom: 24px;
	font-weight: 400;
}
.widget li {
	margin-bottom: 6px;
}
.latest-post {
	margin-bottom: 24px;
}
.widget.bordered .latest-post {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #eff0f3;
}
.widget.bordered .latest-post:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.latest-post img {
	float: left;
}
.latest-post div {
	margin-left: 96px;
	padding-top: 6px;
}
.latest-post h6 {
	margin-bottom: 8px;
}
.latest-post a {
	color: #222;
	text-decoration: none;
}
.latest-post span {
	text-transform: uppercase;
}
.flickr img {
	display: block;
	width: 80px;
	height: 80px;
	margin-bottom: 6px;
	margin-right: 6px;
	float: left;
}
.categories-widget li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eff0f3;
}
.categories-widget li:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.categories-widget a {
	color: #777;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	width: 100%;
	display: inline-block;
}
.categories-widget span {
	float: right;
	color: #00AAE8;
	background: #eaeaea;
	border-radius: 30px;
	width: 28px;
	height: 28px;
	text-align: center;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.categories-widget a:hover span {
	color: #222;
	background: #00AAE8;
}
.tag-cloud .button {
	font-size: 10px;
	padding: 5px 10px;
	border-radius: 20px;
	font-weight: 400;
	margin-bottom: 6px;
	margin-right: 6px;
}
@media all and (max-width: 768px) {
	.widget {
		margin-bottom: 0;
		margin-top: 36px;
	}
}

/* ==========================================================================
   26. Social Icons
   ========================================================================== */
.social-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 14px 0;
	margin-left: 6px;
	margin-right: 10px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	text-align: center;
}
.social-icon a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 30px;
	font-size: 14px;
	color: #fff;
}
.social-icon a:hover {
	background: #fff;
	color: #002b5e;
	opacity: 1;
}
.social-icon a i {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.social-icons.blue .social-icon a {
	border: 1px solid #002b5e;
	color: #222;
}
.social-icons.blue .social-icon a:hover {
	background: #002b5e;
	color: #fff;
}
.blue .social-icons.blue .social-icon a {
	border-color: #fff;
	color: #fff;
}
.blue .social-icons.blue .social-icon a:hover {
	background: #fff;
	color: #002b5e;
}
.social-icons.yellow .social-icon a {
	border: 1px solid #222;
	color: #222;
}
.social-icons.yellow .social-icon a:hover {
	background: #222;
	color: #ffdd00;
}
.social-icons.grey .social-icon a {
	border: 1px solid #b4b4b4;
	color: #b4b4b4;
}
.social-icons.grey .social-icon a:hover {
	background: #b4b4b4;
	color: #fff;
}
.header .social-icon {
	margin-right: 6px;
	margin-left: 10px;
}
.instructor .social-icon {
	margin-right: 4px;
	margin-left: 4px;
}
.simple-social-icons a {
	color: #b4b4b4;
	text-decoration: none;
	font-size: 14px;
	line-height: 26px;
	margin-right: 18px;
}

/* ==========================================================================
   27. Blog
   ========================================================================== */
.blog-post {
	border: 1px solid #c9c9c9;
	padding: 9px;
	margin-bottom: 56px;
}
.blog-post:last-of-type {
	margin-bottom: 0;
}
.blog-post.small-post {
	margin-bottom: 24px;
}
.blog-post-image img {
	width: 100%;
}
.blog-post-date-wrapper {
	position: relative;
	margin-bottom: 68px;
}
.blog-post-date {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	border: 2px solid #00AAE8;
	background: #fff;
	padding: 3px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	text-align: center;
	color: #222;
	margin: 0 auto;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
}
.blog-post-date>.inner {
	background: #00AAE8;
	border-radius: 30px;
	width: 100%;
	height: 100%;
}
.blog-post-date>.inner>.text {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-transform: uppercase;
	height: 100%;
	padding-top: 6px;
}
.blog-post-date>.inner>.text span {
	display: block;
}
.blog-post-title {
	margin-top: 26px;
}
.blog-post-title a {
	color: #222;
	text-decoration: none;
}
.blog-post-title:after {
	content: '';
	display: block;
	height: 5px;
	width: 108px;
	border-top: 1px solid #827c7c;
	border-bottom: 1px solid #827c7c;
	margin: 18px auto
}
.blog-post-excerpt {
	padding: 24px;
}
.blog-post.small-post .blog-post-excerpt {
	padding-top: 0;
}
.blog-post-excerpt p:last-of-type, .blog-post-content p:last-of-type {
	margin-bottom: 0;
}
.blog-post-content {
	padding: 24px;
	text-align: left;
}
.continue-reading {
	color: #666;
	text-decoration: none;
	border-top: 1px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
	padding: 8px 18px;
	display: inline-block;
	margin-top: 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
}
.continue-reading:hover {
	border-color: #222;
	color: #222;
	text-decoration: none;
}
.blog-post-share {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 10px 32px;
	margin: 48px 24px;
}
.blog-post-share h5 {
	float: left;
	margin-bottom: 0;
	line-height: 58px;
}
.blog-post-share .social-icons {
	float: right;
}
.blog-post-author {
	margin: 0 24px;
	margin-bottom: 36px;
}
.blog-post-author>h5 {
	margin-bottom: 36px;
}
.blog-post-author .image {
	width: 120px;
	height: 120px;
	overflow: hidden;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 5px solid #ffdd00;
	margin: 24px;
	float: left;
}
.blog-post-author .image img {
	-ms-transform: rotate(-45deg) scale(1.5);
	-webkit-transform: rotate(-45deg) scale(1.5);
	transform: rotate(-45deg) scale(1.5);
}
.blog-post-author .content {
	margin-left: 192px;
	margin-top: 48px;
}
.blog-post-author .content p {
	margin-bottom: 12px;
}
.blog-post-author .content h5 {
	text-transform: none;
}
.blog-post-comments {
	border: 1px solid #c9c9c9;
	padding: 24px;
}
.comment {
	margin-bottom: 36px;
}
.comment:last-of-type {
	margin-bottom: 0;
}
.comment:first-of-type {
	margin-top: 24px;
}
.comment .comment {
	margin-top: 36px;
	margin-bottom: 0;
	margin-left: 96px;
}
.comment .avatar {
	width: 72px;
	height: 72px;
	border: 1px solid #eae9ee;
	padding: 3px;
	float: left;
	background: #fff;
	margin: 14px;
	margin-top: 36px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.comment .avatar .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.comment .avatar .inner img {
	-ms-transform: rotate(-45deg) scale(1.5);
	-webkit-transform: rotate(-45deg) scale(1.5);
	transform: rotate(-45deg) scale(1.5);
}
.comment .body {
	border: 1px solid #ececf0;
	margin-left: 49.5px;
	padding: 32px;
	padding-left: 81px;
	line-height: 26px;
}
.comment .body h6 {
	margin-bottom: 8px;
}
.comment-meta {
	font-size: 12px;
	margin-bottom: 8px;
	display: inline-block;
}
.comment-meta i {
	margin-right: 6px;
}
.comment .body p:last-of-type {
	margin-bottom: 0;
}
.comment .reply {
	float: right;
	padding: 0 18px;
	border-radius: 4px;
}
.blog-post-post-comment {
	border: 1px solid #c9c9c9;
	padding: 24px;
	margin-top: 36px;
}
.blog-post-post-comment h5 {
	margin-bottom: 24px;
}
@media all and (max-width: 768px) {
	.blog-post-share h5, .blog-post-share .social-icons {
		float: none;
	}
	.blog-post-share {
		text-align: center;
	}
	.blog-post-author .image {
		float: none;
	}
	.blog-post-author .content {
		margin-left: 0;
	}
	.comment .comment {
		margin-left: 48px;
	}
	.comment .avatar {
		width: 48px;
		height: 48px;
		margin: 10px;
		margin-top: 24px;
	}
	.comment .body {
		margin-left: 33px;
		padding: 24px;
		padding-left: 57px;
	}
}
.action h2,h3{
text-transform: none;
}
.act{
	width: 50%;
    margin-left: 25%;
	    margin-top: 60px;
	}
	
.act img{
	float: left;
	}

.action-subt {
    background-image: url('../images/action-subt.png');
    background-repeat: no-repeat; 
    padding-bottom: 86px;
    margin-bottom: -77px; 
    background-position: center; 
    text-shadow: 1px 1px 1px #fff;
}

.action .eTimer .etUnit .etNumber{
	width: 35px;
}
.we{
	    width: 50%;
    margin-left: 25%;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #03d228;
    border-radius: 5px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
	    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); 
	    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
	}
.we:hover{ 
	-moz-box-shadow: 4px 4px 22px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 4px 4px 22px rgba(0, 0, 0, 0.7);
    box-shadow: 4px 4px 22px rgba(0, 0, 0, 0.7); 
	}
.we h3{
	margin-top: 5px; 
	}

.we img{
	float: left;
	    margin-top: -16px;
    margin-left: -30px;
	}    
.subtitle{
	
	    font-weight: bold;
    font-size: 28px;
    padding: 20px;
	    padding-top: 40px;
}
	
/* ==========================================================================
   28. Footer
   ========================================================================== */
.footer {
	background: rgba(54, 220, 191, 0.91);
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 32px;
}
.newsletter {
	background: #00AAE8;
	color: #222;
	padding: 0 32px;
	border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
	position: relative;
	margin-bottom: 48px;
}
.newsletter-icon {
	float: left;
	font-size: 20px;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #222;
	border-radius: 30px;
	text-align: center;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 20px;
	margin-right: 28px;
}
.newsletter-icon i {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.newsletter h3 {
	float: left;
	margin: 0;
	line-height: 86px;
	color: #222;
}
.newsletter-form {
	float: right;
	margin-top: 23px;
}
#newsletter-success, #newsletter-error, #newsletter-loading, #newsletter-info {
	float: none;
	position: absolute;
	top: -66px;
	min-width: 50%;
	right: 0;
}
.footer h5 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 11px;
    font-size: 20px;
	    text-shadow: 1px 1px 1px black;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.copyright {
	text-align: center;
	padding: 5px 0;
	border-top: 1px solid #fff;
	font-size: 13px;
}
@media all and (max-width: 768px) {
	.newsletter-icon {
		float: none;
	}
	.newsletter h3 {
		float: none;
		line-height: 24px;
		margin-top: 24px;
	}
	.newsletter-form {
		float: none;
		margin-top: 36px;
		margin-bottom: 24px;
	}
	.newsletter-form input:not([type=submit]):not([type=file]) {
		width: 100%;
		margin-bottom: 12px;
	}
}
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:1px 19px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:1px 19px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-lqy6{text-align: left;vertical-align:top}
.tg .tg-yw4l{vertical-align:top}

.scrollup{
width:40px;
height:40px;
opacity:0.3;   
position:fixed;
bottom:16px;
right:64px;
display:none;
text-indent:-9999px;
background: url(../images/scrollup.png) no-repeat;
outline:0;
}