/* BRANDING START */

body{
    min-height: 100%;
    font-family: 'Arial Black', arial;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.dark-green { background: #20b07a; }
.mid-green { background: #4bff86; }
.light-green { background : #d7fad8; }
.light-blue { background: #6fc3ff; }
.dark-blue { background: #194569; }
.dark-green-h3 { color: #0c6342; }
.mid-green-h3 { color: #1d9243; }
.light-green-h3 { color: #637563; }
.light-blue-h3 { color: #3c6785; }
.dark-blue-h3 { color: #102a40; }
.read-more.dark-green-button > a { background: #10533a; }
.read-more.light-blue-button > a { background: #6fc3ff; }
.read-more.dark-blue-button > a { background: #314658; }
.read-more.dark-blue-button-shop > a { background: #ffa668; }
.read-more.dark-blue-button-shop > a:hover { background: #c56420; }
.read-more .dark-blue-button-shop, .fa.fa-caret-right {color:#fff!important;}


h1, h2, h3, h4, h5{
	text-transform: uppercase;
	margin: 0 0 1em;
	color: #194569;
}

h1{ font-size: 24px; }
h2{ font-size: 22px;}
h3{ font-size: 16px;}
h4{ font-size: 14px;}
h5{ }

p, li{
	/* font-family: 'Georgia', serif; */
	font-family: arial;
	font-size: 13px;
	line-height: 165%;
	color: #444444;
	margin: 0 0 2em;
}

ul, ol{
	margin: 0 0 1em;
    padding: 0 0 0 25px;
}

li{
    margin: 0 0 0.7em;
}

a, a:visited, a:hover, a:focus{
    text-decoration: none;
    color: inherit;
    outline: none !important;
    cursor: pointer;
}

.read-more > a{
	font-size: inherit;
	background: #ccc;
	padding: 10px 15px;
	display: inline-block;
}

#main{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 0;
}

.hentry{
	margin: 0;
}

/* BRANDING END */

/* HEADER START */
header {
	position: relative;
	overflow: hidden;
}
.container {
	display:block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.site-header .container {
	position: relative;
	z-index: 11;
}
.page-template-page-home .site-header {
	background-position: center;
}
.site-header {
	display:block;
	height: auto;
	background-image: url('/wp-content/uploads/2015/10/header-background.jpg');
	background-size: cover;
    background-position: center -80px;
    background-repeat: no-repeat;
}
.ie .site-header{
    background-image: url('/wp-content/uploads/2015/11/ie-header-background.png');
    background-color: #112f48;
}
.site-header h2 {
    font-size:36px;
    width: 560px;
    text-align: right;
    line-height: 115%;
    float: right;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
}
.top-header {
	display: inline-block;
	width: 100%;
}

.home .logo, .landing .logo {
	padding: 50px 20px 0 0;
}

.logo {
	width: 240px;
    text-align: center;
    float: left;
    padding: 50px 30px 50px 0;
}
.logo a {
	text-decoration: none;
	line-height:140%;
}
.logo-top{
    display: block;
    font-family: 'Arial Black', arial;
    color: #ffffff;
    font-size: 30px;
    float: left;
}
.logo-bottom {
    display: block;
    font-size: 12px;
    color: #6fc3ff;
    letter-spacing: 1.2px;
    font-family: 'Arial', arial;
    float: left;
}
.top-header-right {
	display: inline-block;
    float: right;
    padding: 30px 0 0 20px;
}
.top-menu-container {
 	float: right;
 }
.header-contact-details {
    height: 28px;
    display: inline;
    margin: 0 0 10px;
    float: right;
}
.header-contact-details li {
	display: inline-block;
}
.header-contact-details a {
	font-size: 14px;
	/* font-family: 'Georgia', serif; */
	font-family: 'Arial Black', arial;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.header-contact-details a:hover {
	color: #6fc3ff;
}
.header-contact-details li:first-child {
	padding-right: 18px;
}
.header-contact-details i {
	color: #4bff86;
}

.header-contact-details .fa-phone {
	-ms-transform: rotate(70deg); /* IE 9 */
    -webkit-transform: rotate(70deg); /* Chrome, Safari, Opera */
    transform: rotate(70deg);
}

.sc-read-more-content {
	display: none;
}

.sc-read-more-toggle {
	font-size: 12px;
}

nav div ul li {
	padding-right: 35px;
}
nav div ul li:last-child {
	padding-right: 0;
}
nav div ul li a {
	/* font-family: 'Georgia', serif; */
	font-family: 'Arial Black', arial;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
nav div ul li a:visited {
	color: #ffffff;
}
nav div ul li a:hover,
nav div ul li.current-menu-item a{
	color: #6fc3ff;
}
#primary-menu,
.menu-header-main-menu-container{
    display: inline-block;
    width: 100%;
}
.ie #menu-item-57{
    padding-right: 0;
}
.banner {
	display: inline-block;
	width: 100%;
	padding: 45px;
}
.white-shape {
	position: absolute;
	z-index: 8;
	opacity: 0.02;
	top: 0;
	right: 0;
}
.blue-triangle {
    position: absolute;
    z-index: 9;
    right: -130px;
    opacity: 0.15;
    top: -10px;
}
.green-triangle {
	position: absolute;
    z-index: 10;
    top: -170px;
    right: -280px;
    opacity: 0.3;
}
#primary-menu .menu-item a{
	font-size: 14px;
}
/* HEADER END */

/* CONTENT START */
.content-part{
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 45px;
}
.content-part:first-of-type{
	padding: 0;
}
.content-part.first-of-type{
    padding: 0;
}
.parts-1-2{
	width: 50%;
}
.parts-1-3{
	width: 33.3%;
}

#child-products{
	display: inline-block;
	width: 100%;
	margin: 30px 0;
}

#child-products .product{
	padding: 0 0 40px 0;
    display: inline-block;
    width: 100%;
}

#child-products .product .prod-img{
    width: 15%;
    float: left;
    min-height: 1px;
}

#child-products .product img{

}

#child-products .product .info{
	display: inline-block;
	width: 55%;
	padding: 0 0 0 25px;
}

#child-products .product .info .product-content{
    border-right: 1px solid #e8ecf0;
    padding: 0 15px 0 0;
}

#child-products .product .info ul{
	font-size: 0;
	padding: 0;
    display: inline-block;
    width: 100%;
}

#child-products .product .info li{
	width: 50%;
	display: table;
	vertical-align: top;
    float: left;
    padding: 0 15px 0 0;
    line-height: 150%
}

#child-products .product .info li:before{
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 5px 0 0;
    display: table-cell;
    width: 10px;
}

#child-products .product h3{
	color: #6fc3ff;
	font-size: 16px;
}

#child-products .product .actions{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	padding: 40px 0 0 15px;
}

#child-products .product .actions .read-more{
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	width: 100%;
	margin: 0 0 7px;
}

#child-products .product .actions .no-file{
    opacity: 0.9;
    pointer-events: none;
}

#child-products .product .actions .read-more > a{
	width: 100%;
	font-size: 15px;
}

#child-products .product .actions .read-more i{
	margin: 0 5px 0 0;
	vertical-align: middle;
}

/* CONTENT END */

/* HOME START */
#secondary,
#main article{
	display: inline-block;
	vertical-align: top;
}

#secondary{
	width: 25%;
	margin: 0 5% 0 0;
	padding: 0 0 3% 0;
	float: left;
}
#main article{
	width: 70%;
}
#main article h1{
	padding: 0 0 10px;
}
#text-2 h3.widget-title{
	font-size: 20px;
	padding: 0 0 16px;
    border-bottom: 1px solid #e8ecf0;
    margin: 0 0 10px;
}
#text-2{
	margin: 0 0 25px;
	padding: 0 0 15px;
	border-bottom: 1px solid #e8ecf0;
}
#black-studio-tinymce-4{
	background-image: url('../img/sidebar-specialists-bg.png');
    background-color: #194569;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 25px 30px;
}
#black-studio-tinymce-4 h3.widget-title{
	margin: 0;
	font-size: 19px;
	color: #6fc3ff;
	border: 0;
	padding: 0;
}
#black-studio-tinymce-4 h3{
	font-size: 26px;
	color: #fff;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e8ecf0;
}

#black-studio-tinymce-4 h3 i{
	color: #4bff86;
	margin-right: -3px;
}

.sidebar-specialists h4{
	color: #fff;
	font-size: 19px;
	margin: 0 0 0.3em;
}

.sidebar-specialists p{
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.sidebar-specialists p.read-more{
	margin: 20px 0 0;
}

.sidebar-specialists p.read-more > a{
	padding: 5px 15px;
}

/* CONTENT END */

/* HOME START */
.home #main article{
	width: 100%;
}

.featured-products{
	font-size: 0;
	position: relative;
}

.home .featured-products:after{
	content: '';
	background: url('../img/wave.png') center no-repeat;
	background-size: 100% 114px;
	position: absolute;
	width: 100%;
	height: 114px;
	left: 0;
	top: 50%;
	margin-top: -57px;
	z-index: 9;
}
.ie8 .home .featured-products .featured-block a:after{
    content: '';
    background: url('../img/mobile-wave.png');
    height: 120px;
    z-index: -9;
    }
.home .featured-products .featured-block{
	width: 20%;
	display: inline-block;
	text-align: center;
	height: 250px;
	background: #ccc;
	position: relative;
	overflow: hidden;
}

.featured-products .featured-block{
	width: 100%;
	display: inline-block;
	text-align: left;
	min-height: 85px;
	background: #ccc;
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
}

.featured-products .featured-block a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.featured-products .featured-block:nth-child(1){ background: #20b07a; color: #0c6342; }
.featured-products .featured-block:nth-child(2){ background: #4bff86; color: #1d9243; }
.featured-products .featured-block:nth-child(3){ background: #d7fad8; color: #637563; }
.featured-products .featured-block:nth-child(4){ background: #6fc3ff; color: #3c6785; }
.featured-products .featured-block:nth-child(5){ background: #194569; color: #102a40; }

.featured-products .featured-block:nth-child(1) > a > div > div > h4 {color: #0c6342; }
.featured-products .featured-block:nth-child(2) > a > div > div > h4 {color: #1d9243; }
.featured-products .featured-block:nth-child(3) > a > div > div > h4 {color: #637563; }
.featured-products .featured-block:nth-child(4) > a > div > div > h4 {color: #3c6785; }
.featured-products .featured-block:nth-child(5) > a > div > div > h4 {color: #304556; }

.ie .featured-products .featured-block > a > div > div > h4{ color: #fff; }
.ie .featured-products .featured-block{ background: #20b07a; color: #0c6342; }
.ie .featured-products .featured-block + .featured-block{ background: #4bff86; color: #1d9243; }
.ie .featured-products .featured-block + .featured-block + .featured-block{ background: #d7fad8; color: #637563; }
.ie .featured-products .featured-block + .featured-block + .featured-block + .featured-block{ background: #6fc3ff; color: #3c6785; }
.ie .featured-products .featured-block + .featured-block + .featured-block + .featured-block + .featured-block{ background: #194569; color: #102a40; }

.featured-products .v-middle,
.featured-products .v-bottom{
	display: table;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.featured-products .v-bottom{
	position: relative;
	display: block;
}

.featured-products .desc h4{
	margin: 0;
    font-size: 18px;
    line-height: 20px;
}

.featured-products .v-middle .desc{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: inherit;
	z-index: 999;
	padding: 0 50px;
	margin: 0;
}

.featured-products .v-bottom .desc{
	position: absolute;
	bottom: 0;
	left: 0;
	color: inherit;
	z-index: 999;
	padding: 10px 15px;
	margin: 0;
	background: rgba(255,255,255,0.7);
	width: 100%;
	font-size: 14px;
}
.featured-products .v-bottom .desc h4:after{
	float: right;
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
}
.featured-products img{
	z-index: 9;
	width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
   	backface-visibility: hidden;
}

.ie .featured-products img{
    top: 0;
    left: 0;
}

.featured-products .featured-block:hover img{
	opacity: 0.4;
}
.customers{
	padding: 40px 0;
}
.customers h3{
	font-size: 24px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e8ecf0;
}
.customers .logos{
	font-size: 0;
}
.customers .logos div{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.customers .logos div img{
	max-height: 80px;
}
.we-blocks{
	display: inline-block;
	width: 100%;
	font-size: 0;
}
.we-blocks > div{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	background-size: cover;
	background-position: center;
	padding: 120px 45px 30px;
}
.we-blocks > div:first-child{
	background-image: url('../img/worldwide-bg.png');
	background-color: #20b07a;
	text-align: right;
}
.we-blocks > div:last-child{
	background-image: url('../img/specialists-bg.png');
	background-color: #194569;
	background-position: center bottom;
}
.we-blocks > div.last-child{
    background-image: url('../img/specialists-bg.png');
    background-color: #194569;
    background-position: center bottom;
}
.we-blocks > div h3{
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
.we-blocks > div p{
	color: #fff;
	max-width: 400px;
	font-size: 14px;
	display: inline-block;
	margin: 0 0 1.2em;
	min-height: 46px;
}
.we-blocks > div p.read-more{
	width: 100%;
	max-width: 100%;
	margin: 0;
	font-size: 16px;
}
.light-blue-button > a,
.dark-green-button > a,
.dark-blue-button > a {
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;	
} 
.dark-green-button > a:hover {
	background: #4bff86;
	color: #10533a;
}
.light-blue-button > a:hover {
	background: #194569;
}
.dark-blue-button > a:hover {
	background: #294E6D;
}
/* HOME END */

/* DISTRIBUTORS START */
.dist-location {
	clear: none;
	margin-right: 10px;
}
.distributors {
	display: inline-block;
	width: 100%;
    vertical-align: top;
}
.distributors-posts {
    display: inline-block;
    margin: 0 5% 5% 0;
    width: 28%;
    vertical-align: top;
}
.distributors-posts p{
    margin: 0 0 0.5em;
    line-height: 150%;
}
.distributors-posts img{
	width: 36px;
    float: left;
    margin: 0 10px 0 0;
}
.distributors-details {
	list-style: none;
	padding: 0;
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
}
.distributors-details li{
	margin:  0 0 20px 0;
}
.distributors-details i{
	font-size: 16px;
	color: #194569;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
/* DISTRIBUTORS END */

/* CONTACT PAGE START*/
.entry-content iframe{
    float: right;
}

.form-row{
    width: 47.5%;
    display: inline-block;
    margin: 0 0 15px;
}

.form-row:nth-child(even){
    margin: 0 5% 15px 0;
}

.form-row.even{
    margin: 0 5% 15px 0;
}

.form-row.full-width{
    width: 100%;
    text-align: right;
    margin: 0 0 15px;
}

.form-row .wpcf7-form-control-wrap{
    display: inline-block;
    width: 100%;
    /* font-family: 'Georgia', serif; */
	font-family: 'Arial Black', arial;
}

.form-row label{
    color: #194569;
    font-size: 16px;
    width: 100%;
    text-align: left;
    display: inline-block;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.form-row input,
.form-row textarea{
    background: #ecf0f1;
    resize: none;
    border-radius: 0;
    border: none;
    outline: none;
    width: 100%;
    padding: 5px 7px;
    font-size: 16px;
    /* font-family: 'Georgia', serif; */
	font-family: 'Arial Black', arial;
}

.form-row input[type="submit"] {
    color: #fff;
    background: #6fc3ff;
    padding: 10px 15px;
    text-shadow: none;
    width: auto;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.form-row input[type="submit"]:hover {
    background: #194569;
}

div.wpcf7 img.ajax-loader{
    float: left;
    margin: 15px 0;
}

.form-row .wpcf7-not-valid-tip{
    font-size: 14px;
}

#wpcf7-f5-p13-o1 > form > div.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	float: right;
    padding: 0;
    margin: 10px 0 0 0;
    border:none;
    color: #398f14;
    /* font-family: 'Georgia', serif; */
	font-family: 'Arial Black', arial;
}
#wpcf7-f5-p13-o1 > form > div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	float: right;
    padding: 0;
    margin: 10px 0 0 0;
    border:none;
    color: #f00f00;
    /* font-family: 'Georgia', serif; */
	font-family: 'Arial Black', arial;
}

.wpcf7-response-output {
		font-size: 	16px;
		text-align:  center;	
}
.popup-contact-form .wpcf7-response-output {
	color: #ffffff;
}

.popup-wrapper{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);    
    display: none;
    z-index: 999;
}

.close-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup-contact-form {
	padding: 30px;
	position: fixed;
	display: block;
    z-index: 9999;
    top: 10%;
    background: #314658;
    left: 50%;
    margin-left: -200px;
	width: 100%;
	max-width: 400px;
}

.popup-contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    padding: 0;
    margin: 10px 0 0 0;
    border:none;
    color: #f00f00;
    /* font-family: 'Georgia', serif; */
	font-family: 'Arial Black', arial;
}
.popup-contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    padding: 0;
    margin: 10px 0 0 0;
    border:none;
    color: #398f14;
    /* font-family: 'Georgia', serif; */
	font-family: 'Arial Black', arial;
}
.popup-contact-form label { 
	color: #fff; 
}
.popup-contact-form textarea {
	resize: none;
	width: 100%;
}
.close-button {
    font-size: 38px;
    position: absolute;
    top: -24px;
    right: -8px;
    cursor: pointer;
    color: #4bff86;
}
/* CONTACT PAGE END*/

/* PRODUCTS START*/
.page-template-page-products #main article{
	width: 100%;
}
.page-template-page-products .featured-products .featured-block {
	min-height: 155px;
	margin: 0 0 30px;
}
.page-template-page-products .featured-block {
	width: 49%;
}
.page-template-page-products .featured-block:first-child {
	width: 100%;
}
.page-template-page-products .featured-block:nth-child(even){
	margin-right: 2%;
}
.page-template-page-products .featured-block.even{
    margin-right: 2%;
}
.page-template-page-products .featured-block .desc p {
	opacity: 0;
	margin: 10px 0 0 0;
}
.page-template-page-products .featured-block .desc{
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 46px;
}
.page-template-page-products .featured-products > .featured-block:hover p {
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-out 0.2s;
    -moz-transition: opacity 0.4s ease-out 0.2s;
    -ms-transition: opacity 0.4s ease-out 0.2s;
    -o-transition: opacity 0.4s ease-out 0.2s;
    transition: opacity 0.4s ease-out 0.2s;
}
.page-template-page-products .featured-products .featured-block h4:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}
.page-template-page-products .featured-products > .featured-block:hover h4:after {
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.page-template-page-products .featured-products > .featured-block:hover .desc {
	height: 100%;
}
.collapseomatic_excerpt, .collapseomatic_content{
	margin:0;
}

.collapseomatic:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
	margin-left: 10px;
}
.collapseomatic {
   	padding: 5px 10px;
   	background: #6fc3ff;
   	font-size: 15px;
   	width: 120px;
	text-align: center;
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.collapseomatic:hover {
	background: #194569;
	text-decoration: none;
}
.collapseomatic.colomat-close:after {
	-ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#post-9 > div.entry-content > div > div:nth-child(2) > div {
	/* font-family: 'Georgia', serif; */
	font-family: 'Arial Black', arial;
    font-size: 13px;
    line-height: 165%;
    color: #444444;
    margin: 0 0 2em;
}
.button-disabled {
   	pointer-events: none;
   	cursor: default;	
}
.button-disabled a {
	background: #6C7A89!important;
    color: #ECECEC!important;	
}
.button-disabled i {
	color: #ECECEC!important;
}
/* PRODUCTS END*/

/* FOOTER START */
.footer-top-half {
	height: auto;
	background: #304f68;
}
.footer-bottom-half {
	background: #223749;
	height: auto;
	padding: 10px;
}
.footer-bottom-container {
	text-align: center;
	margin: 0 auto;
}
.footer-bottom-container li a {
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.footer-bottom-container li a:hover {
	color: #ffffff;
}
.menu-footer-copyright-menu-container {
	display: inline-block;
}
.menu-footer-copyright-menu-container ul {
	margin: 0;
	padding: 0;
}
.menu-footer-copyright-menu-container ul li {
	display: inline;
}

.top-half-inline {
	display: inline-block;
}
.menu-footer-copyright-menu-container  a {
	/* font-family: 'Georgia', serif; */
	font-family: 'Arial Black', arial;
	font-size: 12px;
	color: #6fc3ff;
	text-decoration: none;
	padding-left: 17px;
}
.menu-footer-copyright-menu-container  li:first-child a{
	padding: 0;
}
.footer-top-half .widget {
	padding: 40px 0 20px 0;
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.footer-top-half .widget li,
.footer-top-half .widget p{
	color: #ffffff;
}
#black-studio-tinymce-2 li {
	display: inline-block;
}
.footer-top-half .widget h3 {
	color: #ffffff;
	margin-top: 0;
}
#black-studio-tinymce-2 i {
	color: #4bff86;
}
#black-studio-tinymce-2 a {
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#black-studio-tinymce-2 a:hover {
	color: #6fc3ff;
}
.menu-useful-links-container ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
}
.menu-useful-links-container ul li{
	display: inline-block;
	width: 50%;
	padding: 0 30px 0 0;
}
.menu-useful-links-container a {
	/* font-family: 'Georgia', serif; */
	font-family: 'Arial Black', arial;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.menu-useful-links-container a:hover{
	color: #6fc3ff;
}
.footer-top-half .textwidget ul {
	margin: 0;
	padding: 0;
}
.footer-top-half .textwidget i {
	margin-right: 10px;
}
.read-more .fa-arrow-circle-o-down,
.read-more .fa-envelope, .read-more .fa-caret-right {
	font-size: 25px;
	color: #4bff86;
}
.read-more .fa-envelope{
	font-size: 21px;
}
.copyright {
	/* font-family: 'Georgia', serif; */
	font-family: 'Arial Black', arial;
	font-size: 15px;
	color: #ffffff;
	width: 100%;
    display: inline-block;
}
#black-studio-tinymce-3 {
	margin: 0;
}
#black-studio-tinymce-3 a{
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#black-studio-tinymce-3 .textwidget a:hover {
	color: #6fc3ff;
}
/* FOOTER END */

/*For Home Header Logo*/
.home .entry-header {
	border-bottom: 1px solid #e8ecf0;
	margin-bottom: 20px;
}
.home .entry-image {
	width: 150px;
	float: right;
}
.home .entry-title {
	width: 70%;
	display: inline-block;
	margin: 0;
}
@media only screen and (max-width: 550px) {
	.home .entry-header {
		display: flex;
		flex-direction: column;
	}
	.home .entry-image {
		order: 1;
		margin: auto;
	}
	.home .entry-title {
		order: 2;
		width: 100%;
		text-align: center;
	}
}
/*END*/

/*For Service Section On Each Category Page*/
.Service-Includes {
	margin: 40px 0 10px;
}
.Service-Row {
	max-width: 40rem;
	margin: auto;
}
.home .Home-Service-Row {
	max-width: none;
}
.Service-Single {
	width: 47%;
	display: inline-block;
}
.home .Service-Single {
	width: 24%;
	text-align: center;
	vertical-align: top;
}
.Service-Text {
	float: right;
	width: 80%;
	color: rgb(1, 33, 105);
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
}
.home .Service-Text {
	float: none;
	width: 100%;
}
.Service-Break {
	width: 6%;
	display: inline-block;
}
@media only screen and (max-width: 510px) {
	.Service-Single {
		width: 100% !important;
		text-align: center;
	}
	.Service-Text {
		width: 100%;
		float: none;
	}
}
/*-- Extra Content Link Colour --*/
div#additional-product-info a {color:#0000ff;}
/*END*/
