/*
Theme Name: AICA
Theme URI: http://www.aica.co.uk
Description: AICA Wordpress Theme.
Version: 1.0
Author: Leo Matthews
Author URI: http://www.bedfordwebdesign.com
*/

@font-face {
    font-family: 'Magistral';
    src: url(./fonts/magistral-book.woff) format("woff");
    font-display: fallback;
    font-weight: 400;
}

@font-face {
    font-family: 'Magistral';
    src: url(./fonts/magistral-medium.woff) format("woff");
    font-display: fallback;
    font-weight: 500;
}

@font-face {
    font-family: 'Magistral';
    src: url(./fonts/magistral-light.woff) format("woff");
    font-display: fallback;
    font-weight: 300;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url(./fonts/suisseintl-regular.woff2) format("woff2"),
        url(./fonts/suisseintl-regular.woff) format("woff");
    font-display: fallback;
    font-weight: 400;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url(./fonts/suisseintl-light.woff) format("woff");
    font-display: fallback;
    font-weight: 300;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url(./fonts/suisseintl-medium.woff) format("woff");
    font-display: fallback;
    font-weight: 500;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url(./fonts/suisseintl-book.woff) format("woff");
    font-display: fallback;
    font-weight: 350;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url(./fonts/suisseintl-semibold.woff) format("woff"),
        url(./fonts/suisseintl-semibold.otf) format("opentype");
    font-display: fallback;
    font-weight: 600;
}

/* Main settings */
body {
	font-family: 'Suisse Intl', 'Helvetica Neue', helvetica, arial, sans-serif;
	/* font-size: 13px; */
    line-height: 1;
    margin: 0;
    padding: 0;
	/* background-image:url(images/body-bg.jpg); */
	/* background-repeat: repeat-x; */
}

#wrapper {
	padding:0 0 0 0;
	height: auto;
}

.clear{clear:both;}

a {
    color: #666666;
}

a img {
	border: 0px;
}

a:focus {
   outline:none;
}


a:hover {
    text-decoration: underline;
}


/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin:0 0 0 0;
	padding:5px 0 15px 0;
	font-family: 'Magistral', 'Helvetica Neue', helvetica, arial, sans-serif;
	color: #2a2a2c;
	font-weight: 500;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

/* DEFAULT CONTENT CSS */


p {
	padding: 0 0 15px;
	margin: 0px;
    line-height: 20px;
    font-size: 14px;
    color: #2a2a2c;
}

#content ul li {
	padding: 5px 0px 0;
    line-height: 20px;
    font-size: 14px;
    color: #2a2a2c;
}


#content ul.wp-showcase-gallery {
	padding: 0 0 0 0;
	margin:0 0 0 0;
}

#content ul li.wp-showcase-gallery {
	padding:0 0 0 0;
    line-height: 0;
}


#content ul {
	padding: 0 0 0 0;
	margin:0 0 10px 20px;
}


p a {
	text-decoration: none;
	color: #00adb3;
}

p a:hover {
	text-decoration: underline;
}

.hightlight {
	color: #00adb3;
}

.icon_left {
    float: left;
	padding-right: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner {
	height: auto;
	width: 100%;
	background-color: #00B7BD;

}

.banner__inner {
	padding: 10px 15px;
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.banner__inner p {
	color: #fff;
	font-family: 'Magistral', 'Helvetica Neue', helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
}

@media(max-width: 560px) {
	.banner__inner p {
		font-size: 14px;
	}
}

#home-header{
	width:100%;
	background-color:#666;
	padding:1px 0;
	margin:10px 0;
}

.image-left {
    float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.image-right {
    float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#header {
	max-width:900px;
	width:100%;
	height:120px;
	margin:0 auto;
	display: flex;
}

@media(max-width: 760px) {
	#header {
		display: block;
	}
}


#header-left {
	/* float:left; */
	width:260px;
	height:100px;
}

#header-right {
	/* float:right; */
	width: 100%;
	max-width:640px;
	height:100px;
	position: relative;
	padding-top: 30px;
}

@media(max-width: 760px) {
	#header-right {
		padding-top: 0;
		display: block;
		max-width: 100%;
	}
}


#logo {
	/* float: left; */
	width: 280px;
	height: 90px;
	padding-left: 15px;
}

@media(max-width: 760px) {
	#logo {
		width: 180px;
		height: 60px;
	}
}

#logo {
	float: left;
	margin-top:20px;
}

#logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

#contact {
	/* float: right; */
	/* background-image:url(/images/contact.png); */
	background-color: #02267E;
	height:auto;
	width:auto;
	padding:8px 10px;
	font-family: 'Magistral', 'Helvetica Neue', helvetica, arial, sans-serif;
	color:#fff;
	border-radius: 0 0 8px 8px;
	font-weight: 600;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;

}

@media (max-width: 760px) {
	#contact {
		position: static;
		width: 100%;
		border-radius: 0;
	}	
}

#contact a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}

#menu {
	float: right;
	width: 490px;
	height: 45px;
	padding: 0 0 0 0;
	margin:25px 0 15px 0;
	border-bottom:1px solid #d6d6d6;
}

@media (max-width: 760px) {
	#menu {
		display: none;
	}	
}

#menu ul {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 570px;
	height: 45px;
}

@media (max-width: 560px) {
	#menu ul {
		width: 100%;
	}	
}

#menu ul, #menu ul ul{
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 100;
}


#menu ul li a{
	display: block;
	padding: 0 12px;
	color: #333;
	font-family: 'Magistral', 'Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	line-height: 42px;
}

#menu ul li.current-menu-item {
	/* border-bottom:4px solid #0085CF;	 */
	border-bottom:4px solid #0085CF;	
}

#menu ul li:hover {
	/* border-bottom:4px solid #0085CF; */
	border-bottom:4px solid #0085CF;
}


#menu ul li{
	float: left;
	position: relative;
	height: 45px;
	margin-right:3px;
}

#menu ul li.menu-item-39{
	margin-left:25px;
	padding-left: 2px;
	background-image: url(/images/sep.png);
	background-repeat: repeat;
	padding-right: 2px;
}

#menu ul ul {
	position: absolute;
	display: none;
	width: 140px;
	background-color:#fff;
}

#menu ul li ul li{
	padding-right:0px;
	height: 35px;
	background-color:#fff;
	border-left:2px solid #0085CF;
	border-right:2px solid #0085CF;
}

#menu ul li ul a{
	width: 140px;
	float: left;
	display: block;
	z-index: 100;
	font-size:14px;
	line-height:35px;
	padding:0 15px;
}

#menu ul li ul li:hover{
	width: 140px;
	float: left;
	display: block;
	z-index: 100;
	font-size:14px;
	line-height:35px;
	padding:0 15px;
	border-bottom:none;
}

#menu ul ul ul{
	top: auto;
}	

#menu ul li ul ul {
	left: 100%;
	margin: 0px 0 0 0px;
}

#menu ul li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display: none;
}
#menu ul li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display: block;
}

#image-header{
	width: 100%;
	max-width:900px;
	margin:0 auto;
}

#image-header img{
	width: 100%!important;
	max-width:900px!important;
	margin:0 auto;
}

/* sidebar menu */
.sidenav {
    float: left;
	height: auto;
}

.sidenav li {
	list-style: none;
	padding: 10px 5px 10px 25px;
    background: url(/images/more.png) no-repeat 0 11px transparent;
}

.sidenav li a {
	color: #888;
	text-decoration: none;
}

.sidenav li a:hover {
	text-decoration: underline;
}

ul.sidenav {
	padding: 0px;
	margin-bottom: 20px;
}


/* HOMEPAGE CSS */

#content {
	margin:0 auto;
	width: 870px;
	margin-top:15px;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
}

@media(max-width: 760px) {
	#content {
		width: 100%;
		display: block;
	}
}

#content-left{
	width:630px;
	float:left;
	padding-right:10px;	
}

@media(max-width: 560px) {
	#content-left {
		width: 100%;
	}
}

#content-right{
	width:215px;
	float:right;
	padding-left:10px;		
}

@media(max-width: 560px) {
	#content-right {
		width: 100%;
	}
}

#content-full {
    width: 870px;
    float: left;
}

/* content column system */
.one-third {
	padding: 20px;
	width: 250px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #F1FAFF;
	border: 1px solid #F0F0F0;
}

.two-third {
	padding: 5px;
	width: 615px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.half-page {
	padding: 20px;
    width: 420px;
    float: left;
    margin-right: 20px;
	margin-bottom: 20px;
	background-color: #eee;
}

.full-page {
	padding:0 0 0 0;
    width: 900px;
    float: left;
	margin-bottom: 20px;
}

#heading {
	width: 100%;
	max-width: 850px;
	color:#555;
	padding:0 15px;
	margin:0 auto;
	background-color: #fff;
	border-bottom:1px solid #d6d6d6;
	margin-bottom:15px;
	box-sizing: border-box;
}

#heading p {
	font-size:12px;
	font-weight:normal;
	padding:0 0 10px;
	line-height: 10px;
}

#heading p a {
	text-decoration:none;
	color:#555;
}

#heading p a:hover {
	text-decoration:underline;
	color:#555;
}


/* featured list */
#featured {
	width: 100%;
	max-width: 900px;
	height: 280px;
	float: left;
	padding: 0 0 0 0;
}

#feature_list {
	width: 100%;
	max-width: 900px;
	height: 280px;
	overflow: hidden;
	position: relative;
	float: left;
}

.title {
	margin: 0px 0 18px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 20px;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width:0px;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

ul#tabs li#service-1 {
	background-image: url(/images/home-header-1.png);
	background-repeat: repeat-y;
}

ul#tabs li#service-2 {
	background-image: url(/images/home-header.png);
	background-repeat: repeat-y;
}

ul#tabs li#service-3 {
	background-image: url(/images/home-header-2.png);
	background-repeat: repeat-y;
}

ul#tabs li#service-4 {
	background-image: url(/images/home-header-3.png);
	background-repeat: repeat-y;
}
		
ul#tabs li img {
	padding:0 0 0 0;
	border: none;
	float: left;
	margin:0 0 0 0;
}

ul#tabs li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-top: 15px;
	height: 55px;
	outline: none;
}

ul#tabs li a:hover {
	text-decoration: none;
}

ul#tabs li a.current {
	background: url(/images/featured%20list/feature-tab-current.png);
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 900px;
	height: 280px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 900px;
	height: 280px;
}

ul#output li a {
	position: absolute;
	bottom: 21px;
	right: 6px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}
		
ul#output li a:hover {
	background: #00adb3;
}

/*  Header thumbs */
#preview_wrap {
	width: 900px; 
	height: 350px;
	float: left;
	padding: 9px;
	border: 1px solid #ccc;
	margin-top: 20px;
}
 
#preview_outer {
	overflow: hidden;
	width: 900px;
	height: 350px;
	position: relative;
}
 
#preview_inner {
	text-align: left;
	height: 100%;
	position: relative;
}
 
#preview_inner div {
	float: left;
	width: 900px;
	height: 350px;
	position: relative;
}
 
#preview_inner div a {
	position: absolute;
	bottom: 0;
	left: 0;	
	display: block;
	width: 100%;
	text-indent: 20px;
	padding: 20px 0;
	color: #fff;
	background: url(/images/header%20thumbs/bg_trans.png);
	text-decoration: none;
	font-size: 18px;
}
 
#thumbs {
	margin-top: 20px;
	position: relative;
	width: 900px;
	text-align: center;
	float: left;
}
 
#thumbs span {
	width: 80px;
	height: 80px;
	cursor: pointer;
	display: inline-block;
	padding: 4px;
	border: 1px solid #ccc;
}


#thumbs span:hover {
	border: 1px solid #00adb3;
}
 
#arrow {
	position: absolute;
	top: -21px;
	background: url('/images/header thumbs/arrow.png') top center no-repeat;
	width: 90px;
	height: 15px;
	display: none;
}

/*  Gallery grid */
.gallery-grid-full-page {
    width: 900px;
    float: left;
}

.gallery-grid {
    width: 295px;
	height: 180px;
    float: left;
    margin-right: 22px;
	margin-bottom: 22px;
}

.gallery-grid-image {
	width: 295px;
	height: 180px;
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.youtube {
	background: url(/images/gallery/video.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.vimeo {
	background: url(/images/gallery/video.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.image {
	background: url(/images/gallery/photo.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.gallery-grid-image:hover {
	padding: 4px;
	border: 1px solid #00adb3;
}

.gallery-grid-image img:hover {
	-moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

/* portfolio list */
.portfolio-full-page {
    width: 940px;
    float: left;
	margin-bottom: 40px;
}

.portfolio-list-image {
	width: 300px;
	height: 200px;
	float: left;
	padding: 4px;
	margin-right: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
}


.portfolio-list-image:hover {
    padding-right: 10px;
	padding: 4px;
	border: 1px solid #00adb3;
}

.portfolio-list-text {
	width: 565px;
	padding: 20px;
	float: left;
	background-color: #eee;
}

.portfolio-list-text h3 {
	padding-top: 10px;
	
}

.portfolio-list-text p {
    padding-top: 0px;
	margin-bottom: 10px;
}

a.view-project {
	text-decoration: none;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	height: 24px;
	margin-top: 10px;
	margin-right: 20px;
    background-color: #00adb3;
	color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
	float: left;
}

a.view-project:hover {
	text-decoration: none;
    background-color: #999;
}

a.visit-project {
	text-decoration: none;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	height: 24px;
	margin-top: 10px;
	margin-right: 20px;
    background-color: #666;
	color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
	float: left;
}

a.visit-project:hover {
	text-decoration: none;
    background-color: #999;
}

.portfolio-list-thumbs {
	width: 575px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.project-list-thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.project-list-thumb:hover {
	border: 1px solid #00adb3;
}

.project-list-thumb img:hover {
	-moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

/*  Portfolio grid */
.portfolio-grid-full-page {
    width: 900px;
    float: left;
}

.portfolio-grid {
    width: 295px;
    float: left;
    margin-right: 22px;
	margin-bottom: 22px;
}

.portfolio-grid-image {
	width: 295px;
	height: 180px;
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.portfolio-grid-image:hover {
	padding: 4px;
	border: 1px solid #00adb3;
}

.portfolio-grid-text {
	float: left;
	width: 265px;
	background-color: #eee;
	padding: 20px;
	margin-top: 10px;
}

.portfolio-grid-text h3 a {
	text-decoration: none;
	color: #00adb3;
}

.portfolio-grid-text h3 a:hover {
	text-decoration: underline;
}

.portfolio-grid-text p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* portfolio  detail */
.portfolio-detail h2 {
    margin-top: 4px;
	
}

.portfolio-detail p {
    clear: both;
}

.portfolio-detail-img {
	width: 610px;
	height: 250px;
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 20px;
}

.portfolio-detail-thumbs {
	width: 640px;
	float: left;
	margin-top: 0px;
	margin-bottom: 40px;
}

.project-detail-thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.project-detail-thumb:hover {
	border: 1px solid #00adb3;
}

.project-detail-thumb img:hover {
	-moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

/* services css */

.services{float:left;}
.services h2 {
    margin-top: 5px;
}

.services p {
    clear: both;
	padding-bottom: 10px;
	height: auto;
}

/* about css */
.about h2 {
	padding-top: 5px;
}

.about p {
    clear: both;
	height: auto;
}

.more {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00adb3;
	text-decoration: none;
	padding-right: 15px;
	background-image:url(/images/more.png);
	background-repeat: no-repeat;
	background-position: right;
}

.more a{
	margin-top: 10px;
	color: #00adb3;
	text-decoration: none;
}


.more a:hover {
	color: #00adb3;
	text-decoration: underline;
}

#column {
	width: 280px;
	height: auto;
	position: relative;
}

left {
    float: left
}

.right {
    float: right;
}

.center {
    text-align: center;
}

#column h4 {
	width: 255px;
	padding: 10px;
	line-height:22px;
	padding-left: 15px;
	color: #ffffff;
	background-color: #8BBF02;
	font-size: 18px;
	margin: 0;
	height: 22px;
}

/* PAGE NAV */
#page-nav {
	width: 900px;
    clear: both;
    font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda,sans-serif, Arial, Helvetica, Garuda, sans-serif;
	padding: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 30px;
}

#page-nav li {
	list-style: none;
    float: left;
}


#page-nav a {
    display: block;
    height: 23px;
    width: 30px;
    margin-left: 10px;
    float: left;
    background-color: #ececec;
    padding: 10px 0 0 0;
    text-align: center;
    color: #252525;
    border: 1px solid #d1d1d1;
	text-decoration: none;
}


#page-nav li.current a,
#page-nav a:hover {
    background-color: #484848;
    color: #fff;
    text-decoration: none;
    border: 1px solid #393939;
}


#page-nav span.pages {
    float: left;
    margin-top: 10px;
	padding-right: 10px;
	padding-top: 15px;
	color: #666;
}


/* clients */
.clients img {
	width: 250px;
	height: 120px;
    float: left;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.clients img:hover {
    float: left;
	padding: 4px;
	border: 1px solid #00adb3;
}

.clients p {
    clear: both;
    padding-top: 10px;
	height: auto;
}

/* testimonials */
.testimonials {
	background:url(/images/quotes_testimonials.png);
	background-repeat: no-repeat;
	background-color: #eee;
}

.testimonials h3 {
    margin-top: 0px;
	padding-left: 50px;
}

.testimonial_position {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #00adb3;
	line-height: 14px;
	padding-left: 50px;
}

.testimonials p {
	padding-left: 50px;
	margin-top: 10px;
    clear: both;
	height: auto;
}

/* portfolio on main page */

.portfolio{
	background-color: #fff;
	float: inherit;
	padding: 4px;
	border: 1px solid #ccc;
}

.portfolio:hover {
	border-color: #00adb3;
}

.on-third-right h5{
	position:absolute; 
	top: 165px; 
	left:5px;;
	background:#fff; 
	padding: 7px;
	padding-left: 12px;
	padding-right: 12px;
	color:#666;
	-moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.on-third-right {
	margin-bottom: 20px;
}

/* team */
.team {
	padding: 20px;
    width: 580px;
    float: left;
  	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #eee;
}

.team_image {
	width: 200px;
	height: 160px;
	background-color: #fff;
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
}

.team_image:hover {
	border-color: #00adb3;
}

.team_text {
	width: 350px;
	padding-left: 20px;
	float: left;
}

.team_text p {
	padding-top: 10px;
}

.team_title {
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00adb3;
}

.team_position {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #00adb3;
	line-height: 14px;
}

.team_email {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

.team_email a {
	text-decoration: none;
}

.team_email a:hover {
	text-decoration: underline;
}

.member_social {
	width: auto;
	padding-top: 10px;
	float: left;
}

/* contact */
.contact_form {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
    width: 578px;
  	margin-right: 20px;
	margin-bottom: 30px;
}

.contact-img {
	width: 610px;
	height: 150px;
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 20px;
}

/* blog */
.blog {
    width: 620px;
	height: auto;
	float: left;
}

.blog h4 {
    padding: 10px;
	padding-left: 20px;
    color: #ffffff;
	background-color: #00adb3;
    font-size: 18px;
    margin: 0;
	margin-bottom: 15px;
}

.blog img {
	margin-top: 15px;
	padding: 4px;
	border: 1px solid #ccc;
}

.blog img:hover {
	border-color: #00adb3;
}

.blogpost {
	padding: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
    width: 580px;
	margin-top: 20px;
  	margin-right: 20px;
	margin-bottom: 40px;
	background-color: #eee;
}

.blogpost p {
	padding-bottom: 10px;
	padding-top: 10px;
}

.post_date {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00adb3;
}

.post_elements {
	float: right;
	padding: 0px;
	padding-top: 3px;
}

.post_author {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding-left: 25px;
	background:url(/images/blog/post_author.jpg);
	background-repeat: no-repeat;
}

.about_author h3 {
	margin: 0px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.post_about_author {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
	padding: 20px;
    width: 578px;
  	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	border: 1px solid #ccc;
	background-color: #eee;
}

.post_about_author h3 {
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 104px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.post_about_author h3 a{
	color: #00adb3;
	text-decoration: none;
}

.post_about_author h3 a:hover{
	color: #00adb3;
	text-decoration: underline;
}

.post_about_author p {
	margin: 0px;
	margin-left: 104px;
	padding: 0px;
}

.post_about_author img {
	padding: 4px;
	border: 1px solid #ccc;
	float: left;
}

.post_tags {
	margin-left: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding-left: 25px;
	background:url(../images/blog/post_tags.jpg);
	background-repeat: no-repeat;
}

.post_tags a{
	color: #00adb3;
	text-decoration: none;
}

.post_tags a:hover {
	color: #00adb3;
	text-decoration: underline;
}

.post_comments {
	margin-left: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding-left: 25px;
	background:url(../images/blog/post_comments.jpg);
	background-repeat: no-repeat;
}

.post_comments a{
	color: #00adb3;
	text-decoration: none;
}


.post_comments a:hover {
	color: #00adb3;
	text-decoration: underline;
}

.sponsors {
	margin-bottom: 20px;
}

.sponsors img {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #ccc;
}

.sponsors img:hover {
	border-color: #00adb3;
}

.recent_post_main{
	margin-bottom: 20px;
}

.recent_post{
	display: block;
    height: 53px;
    width: 300px;
    color: #252525;
	padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10px;
}

.recent_post img {
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #ccc;
	float: left;
}

.recent_post img:hover {
	border-color: #00adb3;
}

.recent_post p {
	padding-left: 10px;
}

.recent_post p a {
	color: #00adb3;
	font-size: 16px;
	text-decoration: none;
}

.recent_post p a:hover {
	text-decoration: underline;
}

.recent_post_date {
	color: #888;
	font-size: 12px;
}

.blog_comments h3 {
	margin: 0px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

.comment_block {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
	padding: 20px;
    width: 578px;
  	margin-right: 20px;
	margin-top: 20px;
	border: 1px solid #ccc;
}

.comment_block h3 {
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 104px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.comment_block h3 a{
	color: #00adb3;
	text-decoration: none;
}

.comment_block h3 a:hover{
	color: #00adb3;
	text-decoration: underline;
}

.comment_block p {
	font-size: 12px;
	margin: 0px;
	margin-left: 104px;
	padding: 0px;
}

.comment_date {
	font-size: 14px;
	margin-left: 20px;
	padding: 0px;
}

.comment_block img {
	padding: 4px;
	border: 1px solid #ccc;
	float: left;
}

a.reply {
	text-decoration: none;
	vertical-align: middle;
    padding: 6px 10px 6px 10px;
    background-color: #666;
	color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10px;
	float: right;
}

a.reply:hover {
	text-decoration: none;
    background-color: #d3f1f9;
	color: #666;
}

.comment_here {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
    width: 578px;
  	margin-right: 20px;
	margin-top: 40px;
	margin-bottom: 30px;
}

input {
	margin-bottom: 5px;
	width: 200px;
	height: 30px;
	padding:0 10px;
	background-color: #fefefe;
	color: #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d2d1cf;
}

input.wpcf7-submit	{
	width:60px;
	background-color:#0085CF;
	color:#FFF;
	border:none;
}

textarea {
	padding:5px 10px;
	width: 200px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-right: 10px;
	color: #666;
	background-color: #fefefe;
	border: 1px solid #d2d1cf;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.blog_widget {
	width: 300px;
	height: auto;
	float: left;
	padding-bottom: 20px;
}

/* footer */ 
#footer-wrapper {
	width: 100%;
	border-top:5px solid #0085CF;
	margin-top:15px;
} 

#footer {
	width: 100%;
	background-color:#02267E;
	/* margin-top:2px; */
	padding:10px 0;
} 

#footer-inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
} 

/* @media(max-width: 560px) {
	#footer-inner {
		
	}
} */

#footer-inner p, #footer-inner a{
	color:#fff;
	font-size:12px;
	font-family: 'Magistral', 'Helvetica Neue', helvetica, arial, sans-serif;
} 

#footer-inner a:hover{text-decoration:underline;}

#social {
	width: 940px;
	padding-top: 10px;
	float: left;
}

.social_icons {
	width: 16px;
	height: 16px;
	padding-right: 5px;
}

/* block quotes */
.blockquote p {
	font-style: italic;
	padding: 20px;
	padding-left: 60px;
	width: 198px;
	/* [disabled]margin-top: 10px; */
	margin-bottom: 20px;
	background:url(/images/quotes.png);
	background-repeat: no-repeat;
	background-color: #F1FAFF;
	border: 1px solid #F0F0F0;
}

.blockquote p cite {
	font-size: 16px;
    display: block;
    text-align: right;
    padding-top: 5px;
}

/* twitter right */
#twitter_right {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	color: #5d5d5d;
	float: left;
	padding: 20px;
	padding-left: 60px;
    width: 220px;
	background:url(/images/twitter_right.png);
	background-repeat: no-repeat;
	background-color: #eee;
	margin-top: 0px;
	margin-bottom: 40px;
}

#twitter_right li {
	list-style: none;
}

#twitter_right li a {
	color: #00adb3;
	border-bottom: dotted 1px;
	text-decoration: none;
}

#twitter_right li a:hover {
	color: #666;
	background: #d3f1f9;
}

#twitter {
	float: left;
}

#twitter h4 span.alltweets {
    padding: 6px 10px 3px 10px;
    margin-left: 95px;
    background-color: #d3f1f9;
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10px;
}

#twitter h4 span.alltweets a {
	text-decoration: none;
}

#twitter h4 span.alltweets a:hover {
	text-decoration: underline;
}

/* Bullets */
ul.bullets {
    list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

ul.arrow li{
	list-style: none;
	padding: 5px 5px 0px 20px;
    background: url(/images/arrow_bullet.png) no-repeat 0 11px transparent;
}

ul.black li{
	list-style: none;
	padding: 5px 5px 0px 20px;
    background: url(/images/black_bullet.png) no-repeat 0 11px transparent;
}

ul.red li{
	list-style: none;
	padding: 5px 5px 0px 20px;
    background: url(/images/red_bullet.png) no-repeat 0 11px transparent;
}

ul.blue li{
	list-style: none;
	padding: 5px 5px 0px 20px;
    background: url(/images/blue_bullet.png) no-repeat 0 11px transparent;
}

ul.yellow li{
	list-style: none;
	padding: 5px 5px 0px 20px;
    background: url(/images/yellow_bullet.png) no-repeat 0 11px transparent;
}

ul.green li{
	list-style: none;
	padding: 5px 5px 0px 20px;
    background: url(/images/green_bullet.png) no-repeat 0 11px transparent;
}

ul.square li{
	list-style: none;
	padding: 5px 5px 0px 20px;
    background: url(/images/square_bullet.png) no-repeat 0 11px transparent;
}

ul.star li{
	list-style: none;
	padding: 5px 5px 0px 20px;
    background: url(/images/star_bullet.png) no-repeat 0 11px transparent;
}


/* quote box */
.quotebox-right {
    border-right:6px solid #DDDDDD;
    float:right;
    font-size:15px;
    line-height:22px;
    margin:22px 0 22px 22px;
    padding:0 15px 0 0;
    width:22%;
}



.quotebox-left {
    border-left:6px solid #DDDDDD;
    float:left;
    font-size:15px;
    line-height:22px;
    margin:22px 22px 22px 0;
    padding:0 0 0 15px;
    width:22%;
}

/* code */
code {
    background-color: #E8EBEC;
    border: 1px dotted #BBBBBB;
    color: #333333;
    font: 13px/18px Consolas,"Courier New",Courier,monospace;
    padding: 3px 5px;
    margin-bottom: 15px;
}

/* infoboxes */
div.box-download {
    background: url("/images/icons/box-download.png") no-repeat 15px 16px #E3F4DE;
    border: 1px solid #A2D392;
    color:#599847;
    padding: 20px 15px 20px 60px;
    font-size: 11pt;
    margin: 2px 0 15px 0;
	width: 100%;
	max-width: 865px;
}

div.box-download a {
    color: #599847;
    font-weight: bold;
}

div.box-information {
    background: url("/images/icons/box-info.png") no-repeat 15px 16px #DEEEF7;
    border: 1px solid #82C3E6;
    color:#2F81B0;
    padding: 20px 15px 20px 60px;
    font-size: 11pt;
    margin: 2px 0 15px 0;
	width: 100%;
	max-width: 865px;
}

div.box-information a {
    color: #2F81B0;
    font-weight: bold;
}


div.box-notification {
    background: url("/images/icons/box-note.png") no-repeat 15px 16px #FFFBCC;
    border: 1px solid #E6DB55;
    color: #8f8838;
    padding: 20px 15px 20px 60px;
    font-size: 11pt;
    margin: 2px 0 15px 0;
	width: 100%;
	max-width: 865px;
}

div.box-notification a {
    color: #8f8838;
    font-weight: bold;
}


div.box-error {
    background: url("/images/icons/box-error.png") no-repeat 15px 16px #FFCECE;
    border: 1px solid #DF8F8F;
    color:#883333;
    padding: 20px 15px 20px 60px;
    font-size: 11pt;
    margin: 2px 0 15px 0;
	width: 100%;
	max-width: 865px;
}

div.box-error a {
    color: #883333;
    font-weight: bold;
}

/* CONTENT TOGGLE */
h6.toggle-heading {
    margin: 0 0 5px 0;
    padding: 0;
}

h6.toggle {
    position: relative;
    font-size: 13px;
    margin: 5px 0 0 0;
    padding: 0 0 0 15px;
    height: 28px;
}

h6.toggle a {
    margin: 0;
    display: block;
    background-color: transparent;
    color: #00adb3;
    font-size: 14px;
    margin-left: 15px;
	padding-top: 3px;
	text-decoration: none;
}

h6.toggle a:hover {
	text-decoration: underline;
}

h6.toggle span.indicator {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background: url(/images/icons/slider.png) no-repeat 0 0 transparent;
    cursor: pointer;
}

h6.toggle.active span.indicator {
    background: url(/images/icons/slider.png) no-repeat -20px 0 transparent;
}

div.toggle_div {
    background-color: #ffffff;
    border: 1px solid #999;
    padding: 20px;
    font-size: 11px;
    line-height: 20px;
    margin: 5px 0 20px 0;
    background-color: #eee;
	width: 100%;
	max-width: 900px;
}

div.toggle_div p  {
    padding: 0;
}

/* price table */
#price-table .pack {
    width: 188px;
    float: left;
    text-align: center;
}

#price-table h2 {
    padding-top: 10px;
}

#price-table .service-list li {
    font-weight: bold;
}

ul.price {
	padding: 0px;
	margin-bottom: 20px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #666;
}

#content #price-table .service-list p {
    text-shadow: 0 0;
}

#price-table div.odd li.odd {
    background-color: #cccccc;
}

#price-table .pack p.intro_price {
    height: 65px;
    padding: 0 10px 20px 10px;
    margin-bottom: 0;
    overflow: hidden;
}

#price-table .pack li {
    height: 30px;   
    padding: 15px 0 0 0;
	list-style: none;
}

#price-table .pack li.odd {
    background-color: #dddddd;
}

#price-table .pack li.buy {
    height: 55px;
    padding-top: 15px;
}

#price-table .pack li.buy a.graph {
    float: none;
    margin: 0 auto;
}

#price-table .pack img {
    background-color: transparent;
    padding: 0;
    border: 0;
}

#price-table.v2 .service-list .pt-header,
#price-table.v2 .service-list.odd li,
#price-table.v2 .service-list h2 {
    background-color: #3a3a3a;
    color: #ffffff;
    text-shadow: 0 0;
}

#price-table.v2 .service-list p.intro_price {
    height: 61px !important;
}

#price-table.v2 .service-list li {
    font-weight: normal;
}

#price-table.v2 .service-list.odd li.odd {
    background-color: #5c5c5c;
}

.button {
	display: inline-block;
    padding: 10px 15px 10px 15px;
    background-color: #00adb3;
	color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
}

.buy a {
	text-decoration: none;
}

.buy a:hover {
	text-decoration: underline;
}

/* IE7 margin-bottom fix */

.bottom {
	height: 20px;
}

.e-menu-mobile {
	display: none;
}

@media(max-width: 760px) {
	.e-menu-mobile {
		display: block;
        position: fixed;
        z-index: 100;
        width: 50vw;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #02267E;
        color: #fff;
        transform: translateX(100%);
        visibility: hidden;
        transition: transform 0.3s ease-in-out;            
		width: 100vw;
	}

	.mobile-nav-primer .e-menu-mobile {
		visibility: visible;
	}

	.mobile-nav-open .e-menu-mobile {
		transform: translateX(0);
	}
    
	.e-menu-mobile__items,
	.sub-menu {
		list-style: none;
		padding: 0;
		margin: 0;
	}
    
	.e-menu-mobile__inner {
		height: 100%;
		padding-top: 160px;
	}
    
	.e-menu-mobile__primary {
		height: calc(100% - 120px);
		overflow-y: scroll;
	}

	.menu-main-menu-container {
		padding-bottom: 80px;
	}

	.menu-main-menu-container .menu {
		list-style: none;
		padding: 0 20px;
		margin: 0;
	}

	.menu-main-menu-container .menu-item a {
		color:#fff;
		text-decoration: none;
		font-family: 'Magistral', 'Helvetica Neue', helvetica, arial, sans-serif;
		display: block;
		padding: 4px 0;
		font-weight: 600;
	}

	.menu-main-menu-container .menu .sub-menu {
		padding-left: 20px;
	}

	.menu-main-menu-container .menu .sub-menu .menu-item a {
		font-weight: 400;
	}
}

.e-hamburger {
    display: none;
}

@media(max-width: 760px) {
	.e-hamburger {
		display: block;
		width: 40px;
		height: 40px;
		padding: 0;
		border: none;
		background-color: #0085CF;
		border-radius: 50%;
		cursor: pointer;
		position: absolute;
		z-index: 101;
		transition: top 0.3s ease-in-out;
		top: 80px;
		right: 20px;
	}

	.e-hamburger span {
		width: 23px;
		height: 2px;
		background-color: #fff;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	}

	.e-hamburger span:nth-child(1) {
		top: 50%;
		transform: translate(0, calc((50% + 8px) * -1));
	}

	.e-hamburger span:nth-child(2),
	.e-hamburger span:nth-child(4) {
		top: 50%;
		transform: translate(0, -50%);
	}

	.e-hamburger span:nth-child(3) {
		top: 50%;
		transform: translate(0, calc((50% - 8px) * -1));
	}

	.mobile-nav-open .e-hamburger span:nth-child(1),
	.mobile-nav-open .e-hamburger span:nth-child(3) {
		opacity: 0;
	}

	.mobile-nav-open .e-hamburger span:nth-child(2) {
		transform: translate(0, -50%) rotate(45deg);
	}

	.mobile-nav-open .e-hamburger span:nth-child(4) {
		transform: translate(0, -50%) rotate(-45deg);
	}


}
    



