
/* Shortcodes / Gallery - - - - - - - - - - - - - - - - - - - - - - - */

.fullWidthContentBoxes .wtrGalleryItem img{
	display: block !important;
}

.wtrGalleryNoBorder .wtrGalleryItem img{
	-webkit-border-radius: 	5px !important;
	-moz-border-radius: 	5px !important;
	border-radius: 			5px !important;
}

.wtrGalleryNoBorder .wtrGalleryItem .view .mask{
	-webkit-border-radius: 	5px !important;
	-moz-border-radius: 	5px !important;
	border-radius: 			5px !important;
}

.wtrGalleryNoBorder .wtrGalleryCol:last-child{
	margin: 0 0 3% 0 !important;
}

.wtrGalleryNoBorder .wtrGalleryCol{
	margin: 0 3% 3% 0 !important;
	width: 14.16% !important;
}

.wtrGalleryRow{
	width: 100%;
	float: left;
}

.wtrGallery{
	padding: 3% 0 0;
	margin: 0px;
}

.wtrGallery .wtrGalleryCol{
	float: left;
	width: 13.2%;
	margin: 0 0% 3% 3%;
}

.wtrGalleryItem img{
	display: block;
	width: 100%;
	-webkit-border-radius: 	3px;
	-moz-border-radius: 	3px;
	border-radius: 			3px;
}

.wtrGalleryItem .view .mask{
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	right: 0;
	-webkit-border-radius: 	3px;
	-moz-border-radius: 	3px;
	border-radius: 			3px;
}

.wtrGalleryItem .view .mask .maskReadMore{
	display:block;
	height:100%;
	width:100%;
	background: url(images/ico-porfolioWidget-hover.png) no-repeat center center;
}






/* Shortcodes / Buttons - - - - - - - - - - - - - - - - - - - - - - - */

/*.wonsterBtn:hover{ text-decoration: none !important; }
.wonsterBtn {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align:middle;
	display:inline-block;
	text-align: center;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 16px;
	padding: 11px 30px 12px;
	border-radius: 			3px;
	-moz-border-radius: 	3px;
	-webkit-border-radius: 	3px;
	cursor: pointer;
	-webkit-transition: background-color 0.1s ease-in;
	-moz-transition: 	background-color 0.1s ease-in;
	-o-transition: 		background-color 0.1s ease-in;
	transition: 		background-color 0.1s ease-in;
}

.wonsterBtn:active {
	position:relative;
	top:1px;
}

.wonsterBtn.bigBtn{
	padding:16px 30px !important;
	font-size:20px !important;
}

.wonsterBtnBor.bigBtn {
	padding:15px 40px !important;
	font-size:18px !important;
	border-radius: 			50px;
	-moz-border-radius: 	50px;
	-webkit-border-radius: 	50px;
}

.wonsterBtn.blue:hover { background-color:#00a2ca; color:#fff !important; }
.wonsterBtn.blue {
	background: #00ccff;
	border-bottom: 1px solid #00a2ca;
	color: #fff !important;
	text-shadow: 0 -1px #00a2ca;
}

.wonsterBtn.red:hover { background-color:#d6493c; color: #ffffff !important;  }
.wonsterBtn.red {
	background-color:#e75b4f;
	border-bottom:1px solid #d6493c;
	color:#fff !important;
	text-shadow: 0 -1px #d6493c;
}

.wonsterBtn.yellow:hover { background-color:#ff9f23; color:#fff !important; }
.wonsterBtn.yellow {
	background-color:#ffbe32;
	border-bottom:1px solid #ff9f23;
	color:#fff !important;
	text-shadow: 0 -1px #ff9f23;
}

.wonsterBtn.green:hover { background-color:#7bb711; color:#fff !important; }
.wonsterBtn.green {
	background-color:#a5d64f;
	border-bottom:1px solid #7bb711;
	color:#fff !important;
	text-shadow: 0 -1px #7bb711;
}

.wonsterBtn.lightBlue:hover { background-color:#0085d7; color:#fff !important; }
.wonsterBtn.lightBlue {
	background-color:#009eff;
	border-bottom:1px solid #0085d7;
	color:#fff !important;
	text-shadow: 0 -1px #0085d7;
}

.wonsterBtn.pink:hover { background-color:#b170a9; color:#fff !important; }
.wonsterBtn.pink {
	background-color:#dd96d4;
	border-bottom:1px solid #b170a9;
	color:#fff !important;
	text-shadow: 0 -1px #b170a9;
}

.wonsterBtn.darkgrey:hover { background-color:#4c4747; color:#fff !important; }
.wonsterBtn.darkgrey {
	background-color:#616161;
	border-bottom:1px solid #4c4747;
	color:#fff !important;
	text-shadow: 0 -1px #4c4747;
}

.wonsterBtn.grey:hover {
	background-color:#c5c5c5;
	text-shadow: none;
	color:#444 !important;
}

.wonsterBtn.grey {
	background-color:#e6e6e6;
	border-bottom:1px solid #c5c5c5;
	color:#444 !important;
	text-shadow: 0 -1px #e5e5e5;
}

.wonsterBtnBor {
	text-align:center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px ;
	outline:none;
	font-weight:bold;
	line-height:1em;
	padding:10px 30px;
	cursor:pointer;
	margin:0 0px 10px 0;
	vertical-align:middle;
	display:inline-block;
	border:3px solid #333;
	color:#333;
	text-decoration:none!important;
	border-radius:20px;
	-webkit-border-radius: 	20px;
	-moz-border-radius: 	20px;
	-o-border-radius: 		20px;
	-webkit-transition: border-color 0.1s ease-in;
	-moz-transition: 	border-color 0.1s ease-in;
	-o-transition: 		border-color 0.1s ease-in;
	transition: 		border-color 0.1s ease-in;
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: 	color 0.1s ease-in;
	-o-transition: 		color 0.1s ease-in;
	transition: 		color 0.1s ease-in;
}

.wonsterBtnBor:active {
	position:relative;
	top:1px !important;
}

.wonsterBtnBor.blue:hover {
	color:#00a2ca !important;
	border-color:#00a2ca;
}

.wonsterBtnBor.blue {
	color:#00ccff !important;
	border-color:#00ccff;
}

.wonsterBtnBor.red:hover {
	color:#d6493c !important;
	border-color:#d6493c;
}
.wonsterBtnBor.red {
	color:#e75b4f !important;
	border-color:#e75b4f;
}

.wonsterBtnBor.yellow:hover {
	color:#ff9f23 !important;
	border-color:#ff9f23;
}
.wonsterBtnBor.yellow {
	color:#ffbe32 !important;
	border-color:#ffbe32;
}

.wonsterBtnBor.green:hover {
	color:#7bb711 !important;
	border-color:#7bb711;
}
.wonsterBtnBor.green {
	color:#a5d64f !important;
	border-color:#a5d64f;
}

.wonsterBtnBor.lightBlue:hover {
	color:#0085d7 !important;
	border-color:#0085d7;
}
.wonsterBtnBor.lightBlue {
	color:#009eff !important;
	border-color:#009eff;
}

.wonsterBtnBor.pink:hover {
	color:#b170a9 !important;
	border-color:#b170a9;
}
.wonsterBtnBor.pink {
	color:#dd96d4 !important;
	border-color:#dd96d4;
}

.wonsterBtnBor.darkgrey:hover {
	color:#000 !important;
	border-color:#000;
}
.wonsterBtnBor.darkgrey {
	color:#616161 !important;
	border-color:#616161;
}

.wonsterBtnBor.grey:hover { border-color:#c5c5c5; }
.wonsterBtnBor.grey {
	color:#444 !important;
	border-color:#e6e6e6;
}*/





/* Shortcodes / Client slider - - - - - - - - - - - - - - - - - - - - - - - */

.clientCarousel{ width: 100%; }

.wtr_clients .clientItem{
	padding: 0px;
	color: #FFF;
	-webkit-border-radius: 	3px;
	-moz-border-radius: 	3px;
	border-radius: 			3px;
	text-align: center;
}

.owl-item .clientItem a:hover img{ opacity: 1.0; }

.owl-item .clientItem img{ display: block; opacity: 0.8; }
.owl-item .clientItem{ margin: 10px; }






/* Shortcodes / Last news - - - - - - - - - - - - - - - - - - - - - - - */

.mainSiteWidget { margin-bottom:20px; }

.mainSiteWidget i{
	font-size: 20px;
	margin-right: 10px;
	color: #A0B8BE;
}

.widgetNag{
	margin-bottom: 20px;
}

.mainSiteWidget h6 {
	font-size:18px !important;
	color:#007390;
	margin-bottom:20px;
	display:inline;
	padding:0px 20px 20px 0px;
}

.mainSiteWidget .latestPostMain {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.mainSiteWidget .latestPostMain li:first-child {
	border:none;
	padding-top: 0px;
}

.mainSiteWidget .latestPostMain li {
	border-top:1px solid #DAE9EC;
	padding-top:30px;
	margin-bottom:20px;
}

.mainSiteWidget .latestPostMain .photo {
	float:left;
	position:relative;
	margin-right: 30px;
	margin-bottom: 10px;
}

.mainSiteWidget .latestPostMain .photo img{
	-webkit-border-radius: 	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
}

.mainSiteWidget .latestPostMain .photo img:hover {opacity:0.8; }

.mainSiteWidget .latestPostMain .photo .comm:hover{ text-decoration: none; }
.mainSiteWidget .latestPostMain .photo .comm {
	position:absolute;
	bottom:15px;
	left:10px;
	background-color:#00a2ca;
	color:#fff;
	font-size:12px;
	line-height:1.0;
	padding:3px 10px;
	font-weight: bold;
}

.mainSiteWidget .latestPostMain .desc,
.mainSiteWidget .latestPostMain .desc_no_photo {
	padding:0px;
}

.mainSiteWidget .latestPostMain .desc h4,
.mainSiteWidget .latestPostMain .desc_no_photo h4 {
	line-height:1.5;
	margin:0px 0px 5px 0px;
	padding: 0px 0px 10px 0px;
}

.mainSiteWidget .desc h4 a,
.mainSiteWidget .desc_no_photo h4 a {
	font-size:18px;
	color:#00718c;
	 -moz-transition-duration: 		0.2s;
	-webkit-transition-duration: 	0.2s;
	-o-transition-duration: 		0.2s;
	transition-duration: 			0.2s;
}

.mainSiteWidget .desc h4 a:hover,
.mainSiteWidget .desc_no_photo h4 a:hover,
.mainSiteWidget .desc p a:hover,
.mainSiteWidget .desc_no_photo p a:hover{ text-decoration: none; }

.mainSiteWidget .desc h4 a:hover,
.mainSiteWidget .desc_no_photo h4 a:hover{ color:#00ccff; }

.mainSiteWidget .latestPostMain .desc p,
.mainSiteWidget .latestPostMain .desc_no_photo p {
	line-height:1.2;
	margin:0 0 15px 0;
}

.mainSiteWidget p a,
.mainSiteWidget p a {
	font-size:16px;
	line-height:1.5;
	color:#A0B8BE;
	font-weight:normal;
}

.mainSiteWidget .latestPostMain .desc .date,
.mainSiteWidget .latestPostMain .desc_no_photo .date {
	font-size:12px;
	color:#A0B8BE;
	font-weight:bold;
	display:block;
}

.mainSiteWidget .latestPostMain .desc .date i,
.mainSiteWidget .latestPostMain .desc_no_photo .date i {
	margin-right:5px;
	font-size:15px;
	color:#A0B8BE;
	font-weight: bold;
}





/* Shortcodes / Memebers - - - - - - - - - - - - - - - - - - - - - - - */

.teamMember{
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
}

.teamMemberPic{
	width: 100%;
	text-align: center;
	padding: 5% 0;
	border-bottom: 1px solid ;
	-webkit-border-top-left-radius: 	3px;
	-webkit-border-top-right-radius: 	3px;
	-moz-border-radius-topleft: 		3px;
	-moz-border-radius-topright: 		3px;
	border-top-left-radius: 			3px;
	border-top-right-radius: 			3px;
}

.teamMemberPic img{
	width: 80%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid !important;
	display: block;
	margin: 0% auto;
	-webkit-border-radius: 	3px;
	-moz-border-radius: 	3px;
	border-radius: 			3px;
}

.teamMemberDesc{
	color: #00718c;
	padding: 20px 0px 0px;
	-webkit-border-bottom-left-radius: 	5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 		5px;
	-moz-border-radius-bottomright: 	5px;
	border-bottom-left-radius: 			5px;
	border-bottom-right-radius: 		5px;
}

.teamMemberName{
	color: #00718c;
	text-align: center;
	padding: 0px 20px 0px !important;
	margin: 0px;
	font-size: 20px !important;
}

.teamMemberContent{
	text-align: center;
	border-top: 1px solid #ddd;
	padding: 20px !important;
	margin: 0px !important;
	margin: 0px;
	font-size: 13px;
	color: #999;
}

.fullWidthContentBoxes .teamMemberPosition,
.teamMemberPosition{
	color: #689dac;
	text-align: center;
	margin: 0px;
	font-style: italic;
	font-size: 13px;
	padding-bottom: 20px;
	margin-bottom: 0px !important;
}

.teamMemberLinks{
	text-align: center;
	padding-bottom: 20px;
	padding: 10px 0px 10px 0px;
	border-top: 1px dashed #ccc;
	-webkit-border-bottom-left-radius: 	3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 		3px;
	-moz-border-radius-bottomright: 	3px;
	border-bottom-left-radius: 			3px;
	border-bottom-right-radius: 		3px;
}

.teamMemberLinks a{
	color: #ccc;
	font-weight: normal;
	padding: 10px 7px;
}

.teamMemberLinks a:hover{ color: #00ccff; text-decoration: none; }
.teamMemberLinks a i{ font-size: 20px; }





/* Shortcodes / Promo Content - - - - - - - - - - - - - - - - - - - - - - - */

.promoContent {
	background:#00ccff;
	clear:both;
	margin:20px 0px 20px 0px;
	text-align: center;
	padding: 40px 30px;
}

.promoContent .iaNag {
	padding:0px 0px 5px;
	font-weight:bold;
	font-size:22px;
	color:#fff;
}

.promoContent .iaLead{
	font-size: 16px;
	color: #cde6ec;
}

.promoContent .wonsterBtn {
	margin:0px 10px 5px 0px !important;
}

.promoContent .col-one-two,
.promoContent .col-one-three,
.promoContent .col-two-three,
.promoContent .col-one-four,
.promoContent .col-three-four,
.promoContent .col-one-five,
.promoContent .col-two-five,
.promoContent .col-three-five,
.promoContent .col-four-five,
.promoContent .col-one-six,
.promoContent .col-five-six
{
	float:left;
	margin-right:4%;
	margin-bottom: 0px;
}

.promoContent h1,
.promoContent h2,
.promoContent h3,
.promoContent h4,
.promoContent h5,
.promoContent h6{
	padding: 0px 0px 10px 0px;
}





/* Shortcodes / Pricing table - - - - - - - - - - - - - - - - - - - - - - - */

.pricingTable{
	padding: 0px 20px 10px 20px;
	margin: 0px 0px 0px 0px
}

.pricingTable .ptNag{
	text-align: center;
	padding-bottom: 40px;
}

.pricingTable .ptnHead{
	font-weight: bold;
	color: #fff;
	font-size: 25px;
}

.pricingTable .ptnLead{
	font-weight: normal;
	color: #00718c;
	font-size: 18px;
}

.tableCont{}
.pricingBox{
	padding: 20px;
	text-align: center;
}

.pbFirst{
	-webkit-border-top-left-radius: 	3px;
	-webkit-border-bottom-left-radius: 	3px;
	-moz-border-radius-topleft: 		3px;
	-moz-border-radius-bottomleft: 		3px;
	border-top-left-radius: 			3px;
	border-bottom-left-radius: 			3px;
}

.pbLast{
	-webkit-border-top-right-radius: 	3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 		3px;
	-moz-border-radius-bottomright: 	3px;
	border-top-right-radius: 			3px;
	border-bottom-right-radius: 		3px;
}

.planName{
	padding: 0px 0px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.planName,
.planName p{
	font-size: 20px !important;
	font-weight: bold;
	margin: 0px;
}

.tableCont .planPrice{
	padding: 20px 0px;
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.tableCont .planPrice,
.tableCont .planPrice p{
	font-style: italic;
	font-size: 20px;
	margin-bottom: 0px;
}

.tableCont .planPrice span{
	display: block;
	font-size: 40px;
	line-height: 36px;
	color: #93D131;
	margin-bottom: 5px;
}

.tableCont .planServiceList p{
	margin: 0px;
	padding: 0px
}

.tableCont .planServiceList{
	margin: 20px 0px 20px;
	padding-bottom: 0px;
}

.tableCont .planServiceList ul{
	margin: 0px 0px 20px 0px;
	padding: 0;
}

.tableCont .planServiceList ul li{
	line-height: 1.9;
	font-size: 15px;
	color: #767482;
}

.tableCont .PriceCol-one-four .planServiceList ul li { font-size: 14px;}
.tableCont .PriceCol-one-five .planServiceList ul li { font-size: 13px;}
.tableCont .PriceCol-one-six .planServiceList ul li { font-size: 12px;}

.tableCont .planBtn{
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

.tableCont .planBtn .wonsterBtn{ margin: 0px !important; }

.tableCont .normalCol{ margin-top: 25px; }
.tableCont .normalCol .pricingBox { padding: 20px 20px 0px 20px;}

.tableCont .normalCol .planBtn{ padding-bottom: 20px; }

.tableCont .featuredCol{
	background-color: #004f63 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tableCont .featuredCol{
	padding: 25px 0px 0px 0px;
}

.tableCont .featuredCol .planBtn,
.tableCont .featuredCol .planName,
.tableCont .featuredCol .planPrice{
	border-color: #5a95a7;
}

.tableCont .featuredCol .planName h3{
	color: #fff;
}

.tableCont .featuredCol .planServiceList ul li{
	color: #cde6ec;
}

.tableCont .featuredCol .planBtn{
	padding-bottom: 25px;
}

.tableCont .featuredCol .planPrice{
	color: #cde6ec;
}

.tableCont .featuredCol .planPrice span{
	color: #71E3FF;
}

.tableCont .PriceCol-one,
.tableCont .PriceCol-one-two,
.tableCont .PriceCol-one-three,
.tableCont .PriceCol-one-four,
.tableCont .PriceCol-one-five,
.tableCont .PriceCol-one-six{
	float:left;
	background-color: #fff;
}

.tableCont .PriceCol-one {width:100%;}
.tableCont .PriceCol-one-two {width:50%;}
.tableCont .PriceCol-one-three {width:33.33%;}
.tableCont .PriceCol-one-four {width:25%;}
.tableCont .PriceCol-one-five { width: 20%; }
.tableCont .PriceCol-one-six { width: 16.66%; }





/* Shortcodes / Extra table - - - - - - - - - - - - - - - - - - - - - - - */

.eTable .wonsterBtn{margin: 0px !important; }

.eTable {
	border-collapse: separate;
	color: #767482;
	text-align: center;
	width: 85%;
	margin: 0px auto;
}
.eTable th {
	margin: 20px;
	color: #1b6b7f;
	font-weight: bold;
	background: #f1fcff;
}

.eTable p,
.eTable th p{
	margin: 0px;
}

.eTable td { line-height: 30px; }

.eTable.bordered,
.eTable th,
.eTable td { border: 1px solid #cde6ec; }

.eTable.bordered {
	border-color: #e9e8e9;
	-webkit-border-radius: 	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
	background-clip: 			padding-box;
	-moz-background-clip: 		padding;
	-webkit-background-clip: 	padding-box;
}

.eTable th {
	border-bottom: 0;
	border-right: 0;
	padding: 25px;
}

.eTable td {
	background: #fff;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	padding: 25px;
}

.eTable tbody td:first-child,
.eTable th:first-child { border-left: 0; }

.eTable tbody:first-child tr:first-child td,
.eTable tbody:first-child tr:first-child th,
.eTable .thead th { border-top: 0; border-left: 0; }

.eTable tbody tr:first-child th:first-child,
.eTable .thead th:first-child {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 	5px;
	border-top-left-radius: 		5px;
	background-clip: 			padding-box;
	-webkit-background-clip: 	padding-box;
	-moz-background-clip: 		padding;
}

.eTable .thead th:last-child {
	-webkit-border-top-right-radius: 	5px;
	-moz-border-radius-topright: 		5px;
	border-top-right-radius: 			5px;
	background-clip: 			padding-box;
	-webkit-background-clip: 	padding-box;
	-moz-background-clip: 		padding;
}

.eTable tbody tr:last-child th:first-child,
.eTable tbody tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 	5px;
	-moz-border-radius-bottomleft: 		5px;
	border-bottom-left-radius: 			5px;
	-moz-background-clip: 		padding;
	background-clip: 			padding-box;
	-webkit-background-clip: 	padding-box;
}

.eTable tbody tr:last-child td:last-child,
.eTable tbody tr.lastRow th:last-child{
	-webkit-border-bottom-right-radius: 	5px;
	-moz-border-radius-bottomright: 		5px;
	border-bottom-right-radius: 			5px;
	background-clip: 			padding-box;
	-moz-background-clip: 		padding;
	-webkit-background-clip: 	padding-box;
}

.eTable .featuredCol{
	background-color: #1b6b7f !important;
	border-color: #1b6b7f !important;
	color: #fff !important;
}

.fullWidthContentBoxes .eTable{
	width: 100%;
}





/* Shortcodes / Table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.postInside .nTable {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin:0px 0px 20px;
}

.postInside .nTable tr.thead,
table td {
	border:1px solid #cde6ec;
	border-style:solid;
	padding:20px 10px;
	text-align:center;
}

.postInside .nTable tr.thead td {
	border:1px solid #cde6ec;
	background:#f1fcff;
	color:#1b6b7f;
	font-weight: bold;
}

.postInside .nTable td {
	color:#689dac;
	background-color: #fff;
}

.postInside .nTable tr:nth-child(2n+1) td {
	background:#f1fcff;
	border: 1px solid #cde6ec
}

.nTable .featuredCol{
	background-color: #1b6b7f !important;
	border-color: #1b6b7f !important;
	color: #fff !important;
}

.nTable p{
	margin: 0px;
}



/* Shortcodes / List with icons - - - - - - - - - - - - - - - - - - - - - - - */

.postInside .iconLIst{
	margin: 0px;
	padding: 20px 0px;
	list-style: none;
}

.postInside .iconLIst .iconListItem{
	padding: 0px;
	margin: 0px 0px 10px 0px !important;
}

.postInside .iconLIst .iconListItem i{
	float: left;
	margin: 3px 10px 5px 0px;
	width: 25px;
	height: 20px;
	font-size: 20px;
	text-align: center;
}

.postInside .iconLIst .iconListItem p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}





/* Shortcodes / Notification alert - - - - - - - - - - - - - - - - - - - - - - - */

.notifyAlert{
	padding: 15px;
	margin: 0 0 1.5em 0;
	line-height: 1.5;
	font-size: 16px;
	clear: both;
}

.notifyAlert i{
	margin-right: 10px;
}

.notifyAlert a{
	color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

.notifyAlert.red a:hover{ color: #D81700 !important; }
.notifyAlert.red a{color: #EC3D28;}
.notifyAlert.red {
	background: #FAE9E7;
	color: #EC3D28;
}

.notifyAlert.grey a:hover{ color: #333 !important; }
.notifyAlert.grey a{ color: #666; }
.notifyAlert.grey {
	background: #F5F5F5;
	color: #666;
}

.notifyAlert.white a:hover{ color: #111111 !important; }
.notifyAlert.white a { color: #373737; }
.notifyAlert.white {
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #373737;
}

.notifyAlert.yellow a:hover{ color: #8F5921 !important;}
.notifyAlert.yellow a{ color: #AA7A49;}
.notifyAlert.yellow {
	background: #FCF3CF;
	color: #AA7A49;
}

.notifyAlert.green a:hover{ color: #5A811B !important; }
.notifyAlert.green a{ color: #7A9B44; }
.notifyAlert.green {
	background: #E5F5CD;
	color: #7A9B44;
}




/* Shortcodes / Boxes - - - - - - - - - - - - - - - - - - - - - - - */

  /* Full width */

	.fullWidthContentBoxes .boxItemBg {
		background-color:#fff;
		padding:0px 0px 0px 0px;
		text-align:center;
	}

	.fullWidthContentBoxes .boxItemBg .view img{
		-webkit-border-top-left-radius: 	5px;
		-webkit-border-top-right-radius: 	5px;
		-moz-border-radius-topleft: 		5px;
		-moz-border-radius-topright: 		5px;
		border-top-left-radius: 			5px;
		border-top-right-radius: 			5px;
		display: block;
	}

	.fullWidthContentBoxes h1,
	.fullWidthContentBoxes h2,
	.fullWidthContentBoxes h3,
	.fullWidthContentBoxes h4,
	.fullWidthContentBoxes h5,
	.fullWidthContentBoxes h6{
		text-align:center;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		line-height:1.5;
		font-weight: normal;
	}

	.fullWidthContentBoxes img, .fullWidthContentBoxes a img{
		max-width: 100%;
		height: auto;
		image-rendering: optimizeQuality;
		display: block;
	}

	.fullWidthContentBoxes .boxItemBgDesc{
		padding: 20px 20px;
	}
	.fullWidthContentBoxes .boxItemBgDesc p {
		font-size:16px;
		text-align:center;
		padding:0px;
	}

	.fullWidthContentBoxes .boxItemBgDBtn {
		text-align:center;
		margin:20px 20px 0px;
		padding: 0px 0px 0px;
		border:2px solid;
	}

	.fullWidthContentBoxes .boxItemBgDBtn .wonsterBtn{ margin-bottom: 25px; }





	/* Boxed */

	.boxedContentBoxes .boxItemBgDesc{
		padding: 20px 0px;
		background-color: #F9FDFF;
		border: 1px solid #cde6ec;
		border-top: 0px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 	5px;
		-moz-border-radius-bottomright: 	5px;
		-moz-border-radius-bottomleft: 		5px;
		border-bottom-right-radius: 		5px;
		border-bottom-left-radius: 			5px;
	}

	.boxedContentBoxes .boxItemBg{
		background-color:#fff;
		padding:0px 0px 0px 0px;
		text-align:center;
	}

	.boxedContentBoxes .boxItemBg {
		background-color:#fff;
		padding:0px 0px 0px 0px;
		text-align:center;
	}

	.boxedContentBoxes .boxItemBg .view img{
		-webkit-border-top-left-radius: 	5px;
		-webkit-border-top-right-radius: 	5px;
		-moz-border-radius-topleft: 		5px;
		-moz-border-radius-topright: 		5px;
		border-top-left-radius: 			5px;
		border-top-right-radius: 			5px;
		-webkit-border-bottom-right-radius: 0px;
		-webkit-border-bottom-left-radius: 	0px;
		-moz-border-radius-bottomright: 	0px;
		-moz-border-radius-bottomleft: 		0px;
		border-bottom-right-radius: 		0px;
		border-bottom-left-radius: 			0px;
		display: block;
	}

	.boxedContentBoxes .boxItemBgDesc h1,
	.boxedContentBoxes .boxItemBgDesc h2,
	.boxedContentBoxes .boxItemBgDesc h3,
	.boxedContentBoxes .boxItemBgDesc h4,
	.boxedContentBoxes .boxItemBgDesc h5,
	.boxedContentBoxes .boxItemBgDesc h6{
		text-align:center;
		padding: 20px 20px 10px 20px;
		line-height:1.5;
	}

	.boxedContentBoxes .boxItemBgDesc p {
		font-size:16px;
		text-align:center;
		padding:0px 20px 0px 20px;
		margin: 0px;
	}

	.boxedContentBoxes .boxItemBgDBtn {
		text-align:center;
		margin:20px 20px 0px;
		padding: 0px 0px 0px;
	}

	.boxedContentBoxes .boxItemBgNoPoster .boxItemBgDesc{
		border: 1px solid;
		-webkit-border-top-left-radius: 	5px;
		-webkit-border-top-right-radius: 	5px;
		-moz-border-radius-topleft: 		5px;
		-moz-border-radius-topright: 		5px;
		border-top-left-radius: 			5px;
		border-top-right-radius: 			5px;
	}

	.boxedContentBoxes .boxItemBgDBtn .wonsterBtn{ margin-bottom: 25px; }





/* Shortcodes / Testimontial - - - - - - - - - - - - - - - - - - - - - - - */

.testimonialCont h2 {
	display:block;
	font-size:16px !important;
	font-weight:normal;
	padding:3px 0;
	padding-top:12px;
	font-style:normal;
}

.testimonialCont { padding: 30px 0px 20px; }

.testimonialCont blockquote {
	float:left;
	border-left-width:0px;
	text-align:left;
	padding:0px 0px 0px 20px;
	margin:0px !important;
	max-width:75%;
}

.blockCont {
	line-height:1.8;
	margin-bottom:0;
	font-size:16px;
	color:#999;
}

.blockCont i{
	font-size: 40px;
	float: left;
	margin: 5px 20px 0px 0px;
}

.gMark {
	margin:0px 10px 5px 0px;
	color:#666;
	font-size:20px;
}

.testiPerson {
	width:16%;
	margin-right:3%;
	margin-top:6px;
	text-align:center;
	float:left;
}

.testiPersonInfo {
	font-style:italic;
	font-size:16px;
	text-align:center;
}

.testiPersonInfo h2{
	margin-top: 10px !important;
	padding-bottom: 10px !important;
}

.testiPersonInfo a { font-size:16px; }

.testiPersonInfo span {
	display:inline-block;
}

.testiPersonImg {
	max-width:100%;
	height: auto;
}

.obverse .testimonialCont blockquote {
	padding:10px 0px 0px 0px !important;
	max-width:75% !important;
}

.obverse .testiPerson {
	width:16%;
	text-align:center;
	float:right;
	margin-right:0px !important;
	margin-left:30px;
}





/* Shortcodes / Testimontial Color - - - - - - - - - - - - - - - - - - - - - - - */

.testimontialColor {
	padding:30px;
	margin-bottom:20px;
}
.testimontialColor p{
	line-height:1.5;
	font-weight:normal;
	font-size:20px !important;
	padding: 0px;
	margin: 0px;
}
.testimontialColor .autor {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-weight: bold;
	margin:20px 0px 0px 0px;
	display: block;
}
.testimontialColorEven{ background-color:#007390; }
.testimontialColorEven p{ color:#fff; }
.testimontialColorEven .autor{ color: #00ccff; }

.testimontialColorOdd{ background-color:#00ccff; }
.testimontialColorOdd p{ color:#007390; }
.testimontialColorOdd .autor{ color: #fff; }




/* Shortcodes / Dropcaps - - - - - - - - - - - - - - - - - - - - - - - */

.drop-caps {
	top:5px;
	position:relative;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:300%;
	line-height:0.8;
	margin-right:10px;
	padding-bottom:6px;
	text-transform: uppercase;
}





/* Shortcodes / Tabs - - - - - - - - - - - - - - - - - - - - - - - */

.verticalTab .resp-tab-active{
	-webkit-border-top-left-radius: 	0px;
	-webkit-border-top-right-radius: 	0px;
	-moz-border-radius-topleft: 		0px;
	-moz-border-radius-topright: 		0px;
	border-top-left-radius: 			0px;
	border-top-right-radius: 			0px;
}

.verticalTab .resp-tabs-list li{
	-webkit-border-bottom-left-radius: 	0px;
	-moz-border-radius-bottomleft: 		0px;
	border-bottom-left-radius: 			0px;
	margin: 0px 0px -1px 0px !important;
}

.verticalTab .resp-tabs-list li:first-child{
	-webkit-border-top-left-radius: 	3px !important;
	-moz-border-radius-topleft: 		3px !important;
	border-top-left-radius: 			3px !important;
	-webkit-border-top-right-radius: 	0px !important;
	-moz-border-radius-topright: 		0px !important;
	border-top-right-radius: 			0px !important;
}

.verticalTab .resp-tabs-list li:last-child{
	-webkit-border-bottom-right-radius: 	0px !important;
	-moz-border-radius-bottomight: 			0px !important;
	border-bottom-right-radius: 			0px !important;
	-webkit-border-bottom-left-radius: 		3px !important;
	-moz-border-radius-bottomleft: 			3px !important;
	border-bottom-left-radius: 				3px !important;
	-webkit-border-top-left-radius: 		0px !important;
	-moz-border-radius-topleft: 			0px !important;
	border-top-left-radius: 				0px !important;
	-webkit-border-top-right-radius: 		0px !important;
	-moz-border-radius-topright: 			0px !important;
	border-top-right-radius: 				0px !important;
}

.verticalTab .resp-tabs-list li.resp-tab-active{
	border: 1px solid;
	border-right: 0px;
}

.verticalTab.resp-vtabs .resp-tabs-container{
	border: 1px solid ;
	-webkit-border-radius: 				0px;
	-webkit-border-top-right-radius: 	3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius: 				0px;
	-moz-border-radius-topright: 		3px;
	-moz-border-radius-bottomright: 	3px;
	border-radius: 						0px;
	border-top-right-radius: 			3px;
	border-bottom-right-radius: 		3px;
}

.verticalTab .resp-tab-content p,
.horizontalTab .resp-tab-content p{
	padding: 0px !important;
	margin: 0px !important;
}

.verticalTab .resp-tab-content{ padding: 30px 30px; }

.horizontalTab .resp-tab-content{
	border: 1px solid;
	margin-top: 30px;
	padding: 20px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.tabs { margin:20px 0px; }
.tabs p { font-size:14px; }
.tabs h4 { font-size:18px;}

ul.resp-tabs-list {
	margin:0px;
	padding:0px;
}

.resp-tabs-list li {
	font-weight:bold;
	font-size:14px !important;
	display:inline-block;
	padding:10px 20px 10px 20px;
	margin:0px 5px -1px 0px !important;
	list-style:none;
	cursor:pointer;
	float:left;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft: 	5px;
	-moz-border-radius-topright: 	5px;
	border-top-left-radius: 		5px;
	border-top-right-radius: 		5px;
}

.resp-tabs-list li i {
	font-weight:bold;
	font-size:16px;
}

.postInside .resp-tabs-container ul,
.postInside .resp-tabs-container p{
	padding: 0px 0px;
}

.resp-tabs-container {
	padding:0px;
	background-color:#fff;
	clear:left;
}

h2.resp-accordion {
	cursor:pointer;
	padding:5px;
	display:none;
}

.resp-tab-content {
	display:none;
	padding:20px 20px 0px 20px;
}

.resp-tab-active {
	border-width: 1px;
	border-style: solid;
	border-bottom:none;
	margin-bottom:-1px !important;
}

.resp-content-active,
.resp-accordion-active {
	display:block;
}

.resp-tab-content {
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

h2.resp-accordion {
	font-size:14px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
	margin:0px;
	padding:10px 15px;
}

h2.resp-tab-active {
	margin-bottom:0px !important;
	padding:10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom:12px solid !important;
	background: blue;
}

.resp-vtabs ul.resp-tabs-list {
	float:left;
	width:32%;
}

.resp-vtabs .resp-tabs-list li {
	display:block;
	padding:15px 15px 15px 25px !important;
	margin:0;
	cursor:pointer;
	float:none;
}

.resp-vtabs .resp-tabs-container {
	padding:0px;
	background-color: ;
	border: 1px solid ;
	float:left;
	width:67.5%;
	height: auto;
	border-radius:4px;
	clear:none;
}

.resp-tab-content-active { display:block; }
.resp-vtabs .resp-tab-content { border:none; }

.resp-vtabs li.resp-tab-active {
	position:relative;
	z-index:1;
	margin-right:-1px !important;
	padding:14px 15px 15px 25px !important;
}

.resp-arrow {
	width:0;
	height:0;
	float:right;
	margin-top:3px;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:9px solid ;
}

h2.resp-tab-active span.resp-arrow {
	border:none;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom: 9px solid ;
}

.resp-easy-accordion h2.resp-accordion { display:block; }
.resp-easy-accordion .resp-tab-content { border:1px solid ; }
.resp-easy-accordion .resp-tab-content:last-child { border-bottom:1px solid  !important; }

.resp-jfit {
	width:100%;
	margin:0px;
}





/* Video normalizer - - - - - - - - - - - - - - - - - - - - - - - */

.me-cannotplay {
	width: auto !important;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}




/* Mediaelements core - - - - - - - - - - - - - - - - - - - - - - - */

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #00ccff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.tparrows:before{
	margin-top: 20px !important;
}

.tparrows{
	background: rgba(255, 255, 255, 0.1) !important;
	height: 70px !important
}

.mejs-container .mejs-controls .mejs-time span{
	font-weight: bold;
}





/* Shortcodes / Youtube, Vimeo - - - - - - - - - - - - - - - - - - - - - - - */

.video-container {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}

.video-container iframe,
.video-container object,
.video-container embed
{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

.mejs-container .mejs-controls > div:last-of-type {
	position: relative;
	clear: both;
	float: right;
	top:   -31px;
}





/* Shortcodes / Accordition - - - - - - - - - - - - - - - - - - - - - - - */

.accord {
	margin:0;
	text-align: left;
}

.accordElemnt { margin:0px 0px 10px 0px }
.accordElemnt:last-child{ margin:0px; }

.collapsible,.page_collapsible,.accordion {
	margin:0;
	height:20px;
	border:1px solid #cde6ec;
	background:none;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	padding:12px 0px 15px 20px;
	cursor:pointer;
	-webkit-border-bottom-left-radius: 	3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 		3px;
	-moz-border-radius-bottomright: 	3px;
	border-bottom-left-radius: 			3px;
	border-bottom-right-radius: 		3px;
	-webkit-border-top-left-radius: 	3px;
	-webkit-border-top-right-radius: 	3px;
	-moz-border-radius-topleft: 		3px;
	-moz-border-radius-topright: 		3px;
	border-top-left-radius: 			3px;
	border-top-right-radius: 			3px;
}

.accordion-open,.collapse-open {
	background:#fff;
	color:#00ccff;
	border-bottom:1px solid #cde6ec;
	-webkit-border-bottom-left-radius: 	0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 		0px;
	-moz-border-radius-bottomright: 	0px;
	border-bottom-left-radius: 			0px;
	border-bottom-right-radius: 		0px;
}

.accordion-close span,.collapse-close span,
.accordion-open span,.collapse-open span{
	position: relative;
	display:block;
	float:left;
	padding:10px;
	margin-right: 5px;
}

.accordion-close span,.collapse-close span:before {
	content: "\f067";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	padding-right: 0.5em;
	position: absolute;
	top: 1px;
	left: 0;
}

.accordion-open span,.collapse-open span:before {
	content: "\f068";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	padding-right: 0.5em;
	position: absolute;
	top: 1px;
	left: 0;
}

.accord .container {
	padding:0;
	margin:0;
}

.accord .accord-content {
	background: #fff;
	margin:0;
	padding:20px;
	font-size:.9em;
	line-height:1.5em;
	border:1px solid #cde6ec;
	border-top:none;
	-webkit-border-bottom-left-radius: 	3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 		3px;
	-moz-border-radius-bottomright: 	3px;
	border-bottom-left-radius: 			3px;
	border-bottom-right-radius: 		3px;
}




/* Shortcodes / Quotes - - - - - - - - - - - - - - - - - - - - - - - */

blockquote{
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left: 1px solid #ddd;
	padding: 0px 30px;
	margin-bottom: 20px;
}

.postInside blockquote,
.postInside blockquote p{
	font-size: 22px;
	margin: 10px 0px;
}

.inPostQuoteColorMain{
	padding:20px 30px 30px 30px;
	-webkit-border-radius: 	3px;
	-moz-border-radius: 	3px;
	border-radius: 			3px;
	border: none;
	margin: 5px 0px 20px;
}

.inPostQuoteColorMain p{
	color:#fff;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 20px;
}

.inPostQuoteBgColorEven{ background-color:#007390; }
.inPostQuoteBgColorOdd{ background-color:#00ccff; }

.inPostQuoteColorSecond{
	background-color:#007390;
	padding:30px;
	-webkit-border-radius: 	3px;
	-moz-border-radius: 	3px;
	border-radius: 			3px;
	border: none;
}

.inPostQuoteColorSecond p{
	color:#fff;
	padding-bottom: 0px;
	margin: 0px
	font-size: 20px;
}

.inPostQuoteL{
	width: 40%;
	float: left;
	margin-right: 30px !important;
}

.inPostQuoteR{
	width: 40%;
	float: right;
	margin-left: 30px !important;
}




/* Contact form - - - - - - - - - - - - - - - - - - - - - - - */

.wtrValidate .wtrFormFieldText{ padding-left: 83px; }

.wtrEquation{
	position: absolute;
	top: 39px;
	left: 10px;
	font-weight: bold;
}




/* Google Map - - - - - - - - - - - - - - - - - - - - - - - */

.wonsterGMap {
	border-radius: 			3px;
	-moz-border-radius: 	3px;
	-webkit-border-radius: 	3px;
	padding:10px;
	border:1px solid #eee;
}

.wonsterGMap img { max-width: none !important; }




/* Section - - - - - - - - - - - - - - - - - - - - - - - */

.wtrParallax {
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: auto;
	position: relative;
	background-repeat: repeat-y;
	background-position: 0% 0;
	background-size: cover;
}

.wtrParellaxInner{
	margin: 0px auto;
	position: relative;
}


.wtrSection{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.wtrColorSection{
	height: auto;
}

.wtrSectionInner{
	margin: 0px auto;
}

.wtrImgOverlay{
	background-repeat: repeat;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.wtrVideoBgSection{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.wtrVideoBgSectionInner{
	margin: 0px auto;
}

.wtrVideoElement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -2;
	background-size: cover;
	max-width: none;
}

.wtrVideo img{
	max-width: 100%;
	display: none;
}

.wtrVideoOverlay{
	background-repeat: repeat;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	z-index: -1;
}