/*
Theme Name: IT Company
Author: Zoviant Technology
Author URI: http://www.zoviant.com/
Version: 1.1
*/


/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #707375;
	background: #fff;
	overflow-x: hidden
}
a {
	text-decoration: underline;
	color: #0054a0;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
.ui-tabs-hide {
	display: none;
}
br.clear {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #0054A0;
	line-height: 1em;
	text-shadow: none;
	margin: 20px 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #0054A0;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	padding-bottom: 10px;
	line-height: 24px;
}
strong {
	font-weight: bold;
	color: #1c1c1c;
}
cite, em, i {
	font-style: italic;
}
pre, code {
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}
ins {
	text-decoration: none;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
}
blockquote p {
	padding-bottom: 0px;
}
input[type=text], input.text, input.title, textarea, select {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 2px;
	color: #4e4e4e;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color: #2D3940;
	color: #3e3e3e;
}
input[type=text], input.text, input.title, textarea, select {
	margin: 0.5em 0;
}
textarea {
	padding: 4px;
}
img#about-image {
	float: left;
	margin: 3px 8px 8px 0px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/* HR */
hr {
	width: 100%;
	display: block;
	margin: 30px 0px 40px 0px;
	height: 1px;
	border: none;
	border-bottom: 1px dashed #ccc;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	clear: both
}
/* CUSTOM LISTS */
ul.list-type-1, ul.list-type-2, ul.list-type-4, ul.list-type-5, ul.list-type-6, ul.list-type-7, ul.list-type-8, ul.list-type-9, ul.list-type-10, ul.list-type-11 {
	padding-left: 0;
	margin-left: 0px;
	margin-bottom: 25px;
	float: left
}
ul.list-type-1 li {
	padding-left: 35px !important;
	list-style: none;
	background: url(images/bullet-list_01.png) no-repeat 10px 6px !important;
	line-height: 20px !important;
	margin-top: 10px !important;
	display: block !important;
}
ul.list-type-2 li {
	padding-left: 35px;
	list-style: none;
	background: url(images/bullet-list_02.png) no-repeat 10px 0;
	line-height: 20px;
	margin-top: 3px;
}
ul.list-type-3 li {
	padding-left: 35px;
	list-style: none;
	background: url(images/bullet-list_03.png) no-repeat 10px 0;
	line-height: 20px;
	margin-top: 10px;
}
ul.list-type-4 li {
	padding-left: 35px;
	list-style: none;
	background: url(images/bullet-list_04.png) no-repeat 10px 0;
	line-height: 20px;
	margin-top: 10px;
	display: block;
}
ul.list-type-5 li {
	padding-left: 35px;
	list-style: none;
	background: url(images/bullet-list_05.png) no-repeat 10px 0;
	line-height: 20px;
	margin-top: 10px;
	display: block;
}
ul.list-type-6 li {
	padding-left: 35px;
	list-style: none;
	background: url(images/bullet-list_06.png) no-repeat 10px 0;
	line-height: 20px;
	margin-top: 10px;
	display: block;
}
ul.list-type-7 li {
	padding-left: 35px;
	list-style: none;
	background: url(images/bullet-list_07.png) no-repeat 10px 0;
	line-height: 20px;
	margin-top: 10px;
	display: block;
}
ul.list-type-8 li {
	padding-left: 35px;
	list-style: none;
	background: url(images/bullet-list_08.png) no-repeat 10px 0;
	line-height: 20px;
	margin-top: 10px;
	display: block;
}
ul.list-type-9 li {
	padding-left: 35px;
	list-style: none;
	background: url(images/bullet-list_09.html) no-repeat 10px 0;
	line-height: 20px;
	margin-top: 10px;
	display: block;
}
ul.list-type-10 li {
	padding-left: 35px;
	list-style: none;
	background: url(images/bullet-list_10.html) no-repeat 10px 5px;
	line-height: 20px;
	margin: 10px 0px 0px 20px;
	display: block;
}
ul.list-type-11 li {
	padding-left: 35px;
	list-style: none;
	line-height: 20px;
	margin: 10px 0px 0px 20px;
	display: block;
}
ul.cloud {
	margin: 0px;
	padding: 0px;
}
ul.cloud li {
	list-style: none;
	background: url(images/cloud-list.png) no-repeat left top;
	line-height: 20px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 45px;
}
/* Images Alignment */
img.left {
	float: left;
	margin: 0px 30px 55px 0px;
}
img.right {
	float: right;
	margin: 0px 0px 55px 30px;
}
img.center {
	margin: 0px 0px 0px 0px;
}
.fancybox-hidden {
	display: none
}
/* Buttons */
.button-green {
	padding: 0px 10px !important;
	display: inline-block !important;
	background: #689b2b !important;
	background: -moz-linear-gradient(top, #96c53f 0%, #689b2b 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96c53f), color-stop(100%, #689b2b)) !important;
	background: -webkit-linear-gradient(top, #96c53f 0%, #689b2b 100%) !important;
	background: -o-linear-gradient(top, #96c53f 0%, #689b2b 100%) !important;
	background: -ms-linear-gradient(top, #96c53f 0%, #689b2b 100%) !important;
	background: linear-gradient(to bottom, #96c53f 0%, #689b2b 100%) !important;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM5NkM1M0YiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2ODlCMkIiIG9mZnNldD0iMTAwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzczOSkiIC8+Cjwvc3ZnPg==) !important;
	border: 1px solid #8dbd52 !important;
	-moz-box-shadow: 0px 2px 0px rgba(0,0,0,0.07), 0px 1px 0px rgba(255,255,255,0.54) inset !important;
	-webkit-box-shadow: 0px 2px 0px rgba(0,0,0,0.07), 0px 1px 0px rgba(255,255,255,0.54) inset !important;
 box-shadow: 0px 2px 0px rgba(0,0,0,0.07), 0px 1px 0px rgba(255,255,255,0.54) inset !important);
	height: 32px !important;
	line-height: 32px !important;
	color: #ffffff !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	border-radius: 4px !important;
	font-weight: bold !important;
	font-size: 14px !important;
}
.button-green:hover {
	background: #96c53f !important;
	background: -moz-linear-gradient(top, #689b2b 0%, #96c53f 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #689b2b), color-stop(100%, #96c53f)) !important;
	background: -webkit-linear-gradient(top, #689b2b 0%, #96c53f 100%) !important;
	background: -o-linear-gradient(top, #689b2b 0%, #96c53f 100%) !important;
	background: -ms-linear-gradient(top, #689b2b 0%, #96c53f 100%) !important;
	background: linear-gradient(to bottom, #689b2b 0%, #96c53f 100%) !important;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyNDciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjOTZDNTNGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjNjg5QjJCIiBvZmZzZXQ9IjEwMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyNDcpIiAvPgo8L3N2Zz4=) !important;
}
.button-green span {
	border-right: 1px solid #669a2b !important;
	padding: 0px 10px 0px 0px !important;
	margin: 0px 10px 0px 0px !important;
	display: inline-block !important;
	box-shadow: 1px 0px 0px rgba(255,255,255,0.28) !important
}
/* Alignment */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/*------------------------------------------------*/
/*---------------[Login Popup]---------------*/
/*------------------------------------------------*/
#pop-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.popup {
	z-index: 999;
	display: none;
	position: absolute;
	right: 0;
	width: 300px;
	float: left;
	margin: 10px 0px 0px 0px
}
.popup span.corner-left {
	width: 10px;
	height: 10px;
	background: url(images/gray-left-corner.png) left top no-repeat;
	float: left;
}
.popup span.corner-right {
	width: 10px;
	height: 10px;
	background: url(images/gray-right-corner.png) left top no-repeat;
	float: right;
}
.close {
	color: #fff;
	cursor: pointer;
	float: right;
	position: absolute;
	bottom: -5px;
	right: 0px;
	background: #a9a9a9;
	border: none;
	width: 24px;
	height: 24px;
	border-radius: 24px;
}
.popup h2 {
	background: #a9a9a9;
	background: -moz-linear-gradient(top, #a9a9a9 0%, #a1a1a1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9a9a9), color-stop(100%, #a1a1a1));
	background: -webkit-linear-gradient(top, #a9a9a9 0%, #a1a1a1 100%);
	background: -o-linear-gradient(top, #a9a9a9 0%, #a1a1a1 100%);
	background: -ms-linear-gradient(top, #a9a9a9 0%, #a1a1a1 100%);
	background: linear-gradient(to bottom, #a9a9a9 0%, #a1a1a1 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a9a9a9, endColorstr=#a1a1a1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#a9a9a9, endColorstr=#a1a1a1)";
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 1px solid #a9a9a9;
	display: block;
}
.popup form {
	background: #ffffff;
	margin: 0px 10px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.37);
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.popup form p {
	padding: 0px 0px 10px 0px;
}
.popup form input[type=text], .popup form input[type=password] {
	width: 165px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-size: 12px;
	color: #a2a2a2;
	height: 30px;
	margin: 0px 0px 0px 30px;
	padding: 0px 20px 0px 33px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1) inset;
}
.popup form input[type=text] {
	background: #ffffff url(images/user.png) left center no-repeat;
}
.popup form input[type=password] {
	background: #ffffff url(images/password.png) left center no-repeat;
}
.popup form input[type=checkbox] {
	margin: 0px 5px 0px 30px;
}
.popup form input[type=submit] {
	padding: 0px 15px;
	margin: 0px 0px 0px 28px;
	display: inline-block;
	background: #689b2b;
	background: -moz-linear-gradient(top, #96c53f 0%, #689b2b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96c53f), color-stop(100%, #689b2b));
	background: -webkit-linear-gradient(top, #96c53f 0%, #689b2b 100%);
	background: -o-linear-gradient(top, #96c53f 0%, #689b2b 100%);
	background: -ms-linear-gradient(top, #96c53f 0%, #689b2b 100%);
	background: linear-gradient(to bottom, #96c53f 0%, #689b2b 100%);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2NzIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM5NkM1M0YiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2ODlCMkIiIG9mZnNldD0iMTAwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzY3MikiIC8+Cjwvc3ZnPg==);
	border: 1px solid #8dbd52;
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.54), 0px 2px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.54), 0px 2px 0px rgba(0,0,0,0.07);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.54), 0px 2px 0px rgba(0,0,0,0.07);
	height: 30px;
	line-height: 28px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: bold;
	cursor: pointer;
}
.popup form input[type=submit]:hover {
	background: -moz-linear-gradient(top, #689b2b 0%, #96c53f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #689b2b), color-stop(100%, #96c53f));
	background: -webkit-linear-gradient(top, #689b2b 0%, #96c53f 100%);
	background: -o-linear-gradient(top, #689b2b 0%, #96c53f 100%);
	background: -ms-linear-gradient(top, #689b2b 0%, #96c53f 100%);
	background: linear-gradient(to bottom, #689b2b 0%, #96c53f 100%);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5MTQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjOTZDNTNGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjNjg5QjJCIiBvZmZzZXQ9IjEwMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5MTQpIiAvPgo8L3N2Zz4=);
}
.popup form div.bottom {
	background: #f7f7f7;
	border: 1px solid #cfcfcf;
	height: 60px;
	width: 218px;
	border-radius: 0px 0px 5px 5px;
	padding: 0px 30px;
	line-height: 60px;
}
/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
.container {
	text-align: left;
	margin: 0 auto;
	width: 1144px
}
#top-nav {
	background: -webkit-gradient(circle, center center, 0, center center, 460, from(#0d9edd), to(#0d5f9e));
	background: -webkit-radial-gradient(circle, #0d9edd, #0d5f9e);
	background: -moz-radial-gradient(circle, #0d9edd, #0d5f9e);
	background: -ms-radial-gradient(circle, #0d9edd, #0d5f9e);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0d9edd, endColorstr=#0d5f9e);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0d9edd, endColorstr=#0d5f9e)";
	box-shadow: 0px -3px 2px rgba(0,0,0,0.13) inset;
	height: 36px;
}
#top-nav div.top-left {
	margin: 0px;
	padding: 0px;
	float: left;
}
#top-nav div.top-left ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#top-nav div.top-left ul li {
	margin: 0px 10px 0px 0px;
	padding: 7px 0px 7px 0px;
	float: left;
}
#top-nav div.top-left ul li:after {
	content: "";
	border-left: 1px solid #6eafd4;
	margin: 0px 0px 0px 10px;

}
#top-nav div.top-left ul li:first-child {
	border-right: none;
	padding: 0px !important;
	width: 26px;
	height: 26px;
	margin: 0px 10px 0px 0px;
}
#top-nav div.top-left ul li:first-child:after, #top-nav div.top-left ul li:last-child:after {
	border-left: none;
}
#top-nav div.top-left ul li:first-child a, #top-nav div.top-left ul li.current_page_item:first-child a, #top-nav div.top-left ul li.current-menu-item:first-child a {
	background: #024f82 url(images/home-icon.png) center center no-repeat;
	width: 26px;
	height: 26px;
	font-size: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: none;
	float: left
}
#top-nav div.top-left ul li:first-child a:hover {
	border: none;
}
#top-nav div.top-left ul li a {
	font-size: 12px;
	color: #c6eeff;
	text-decoration: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#top-nav div.top-left ul li a:hover {
	text-decoration: none;
	color: #fff;
}
#top-nav div.top-left ul li.current_page_item a, #top-nav div.top-left ul li.current-menu-item a {
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	background: #024f82;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 10px;
}
#top-nav div.top-right {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	float: right;
}
#top-nav div.top-right ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#top-nav div.top-right ul li {
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 23px;
	float: left;
}
#top-nav div.top-right ul li:first-child {
	background: url(images/email-icon.png) left center no-repeat;
}
#top-nav div.top-right ul li:nth-child(2) {
	background: url(images/chat-icon.png) left center no-repeat;
}
#top-nav div.top-right ul li:nth-child(3) {
	background: url(images/signup-icon.png) left center no-repeat;
}
#top-nav div.top-right ul li:last-child {
	background: url(images/login-icon.png) left center no-repeat;
	margin: 0px;
}
#top-nav div.top-right ul li a {
	font-size: 12px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#top-nav div.top-right ul li a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.8);
}
#logo {
	padding: 15px 0px 0px 0px;
	float: left
}
#slider {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
#inner-header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 121px;
	background: url(images/inner-header-bg.jpg) center top no-repeat;
	float: left
}
#inner-header h1 {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	line-height: 80px;
}
#content-area {
	background-color:transparent;
	margin: 30px 0px;
	float: left;
	width: 100%;
}
#content-area h2 {
	font-size: 30px;
	margin: 20px 0px 30px 0px;
}
#content-area div.hosting-section {
	padding: 0px 10px 43px 10px;
	background: url(images/shadow.png) bottom center no-repeat;
}
#content-area div.hosting-section h4 {
	position: absolute;
	margin: -7px 0px 0px 778px;
	z-index: 1;
	background: url(images/call-us.png) center top no-repeat;
	height: 54px;
	width: 238px;
	font-size: 28px;
	line-height: 22px;
	padding: 71px 0px 0px 0px;
	color: #ffffff;
	text-align: center;
}
#content-area div.hosting-section h4 span {
	font-size: 15px;
	font-weight: bold;
	display: block;
}
#content-area div.hosting-section div.search {
	width: 640px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#content-area div.hosting-section div.search h2 {
	margin: 0px 0px 25px 0px;
	padding: 0px;
	font-weight: normal;
	color: #383f42;
	font-size: 17px;
	border: none
}
#content-area div.hosting-section div.search div.domain-search {
	width: 621px;
	height: 63px;
	background: url(images/search-bg.png) left bottom no-repeat;
	float: left;
	margin: 0px 0px 20px -19px;
	padding: 0px 19px;
}
#content-area div.hosting-section div.search div.domain-search form {
	width: 588px;
	height: 49px;
	background: #e1e1e1;
	float: left;
	margin: 0px;
	padding: 7px;
	border-radius: 4px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.21);
}
#content-area div.hosting-section div.search div.domain-search form label {
	width: 60px;
	height: 47px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 1px solid #404040;
	background: #094f86;
	background: -moz-linear-gradient(top, #007bb2 0%, #094f86 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007bb2), color-stop(100%, #094f86));
	background: -webkit-linear-gradient(top, #007bb2 0%, #094f86 100%);
	background: -o-linear-gradient(top, #007bb2 0%, #094f86 100%);
	background: -ms-linear-gradient(top, #007bb2 0%, #094f86 100%);
	background: linear-gradient(to bottom, #007bb2 0%, #094f86 100%);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MjkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwMDdCQjIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwOTRGODYiIG9mZnNldD0iMTAwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzgyOSkiIC8+Cjwvc3ZnPg==);
	border-radius: 4px 0px 0px 4px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 47px;
}
#content-area div.hosting-section div.search div.domain-search form input[type="text"] {
	width: 292px !important;
	height: 47px;
	background: #fff;
	float: left;
	margin: 0px;
	padding: 0px 10px !important;
	border: 1px solid #c7c7c7;
	border-left: none;
	font-size: 16px !important;
	color: #999999;
	line-height: 47px;
	border-radius: 0px !important;
}
#content-area div.hosting-section div.search div.domain-search form select {
	width: 103px;
	background: #fff;
	float: left;
	margin: 0px;
	padding: 13px 10px;
	border: 1px solid #c7c7c7;
	border-left: none;
	border-right: none;
	font-size: 16px;
	color: #000;
}
#content-area div.hosting-section div.search div.domain-search form input[type="submit"] {
	width: 108px;
	height: 49px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 1px solid #404040;
	background: #094f86;
	background: -moz-linear-gradient(top, #007bb2 0%, #094f86 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007bb2), color-stop(100%, #094f86));
	background: -webkit-linear-gradient(top, #007bb2 0%, #094f86 100%);
	background: -o-linear-gradient(top, #007bb2 0%, #094f86 100%);
	background: -ms-linear-gradient(top, #007bb2 0%, #094f86 100%);
	background: linear-gradient(to bottom, #007bb2 0%, #094f86 100%);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MjkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwMDdCQjIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwOTRGODYiIG9mZnNldD0iMTAwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzgyOSkiIC8+Cjwvc3ZnPg==);
	border-radius: 0px 4px 4px 0px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 49px;
	cursor: pointer;
	text-transform: capitalize !important
}
#content-area div.hosting-section div.search ul.bulk-links {
	margin: 0px 0px 16px;
	padding: 0px 0px 16px 0px;
	border-bottom: 1px solid #e1e1e1;
	float: left;
	width: 602px;
}
#content-area div.hosting-section div.search ul.bulk-links li {
	margin: 0px 13px 0px 0px;
	padding: 0px;
	float: left;
}
#content-area div.hosting-section div.search ul.bulk-links li a {
	margin: 0px;
	padding: 4px 10px;
	float: left;
	background: #def4fe;
	border-radius: 4px;
	font-size: 12px;
	color: #0054a0;
}
#content-area div.hosting-section div.search ul.dmn-features {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	float: left;
}
#content-area div.hosting-section div.search ul.dmn-features li {
	margin: 0px 15px 0px 0px;
	padding: 0px 15px 10px 37px;
	float: left;
	border-right: 1px solid #e1e1e1;
	font-size: 12px;
	color: #545454;
}
#content-area div.hosting-section div.search ul.dmn-features li:first-child {
	width: 120px;
	background: url(images/mail-icon.png) left top no-repeat;
}
#content-area div.hosting-section div.search ul.dmn-features li:nth-child(2) {
	width: 140px;
	background: url(images/dns-icon.png) left top no-repeat;
}
#content-area div.hosting-section div.search ul.dmn-features li:nth-child(3) {
	background: url(images/sec-icon.png) left top no-repeat;
	border: none;
	padding-right: 0px;
}
#content-area div.hosting-section div.search ul.dmn-features li:nth-child(4) {
	width: 120px;
	background: url(images/mail-icon1.png) left top no-repeat;
}
#content-area div.hosting-section div.search ul.dmn-features li:nth-child(5) {
	width: 140px;
	background: url(images/domain-icon.png) left top no-repeat;
}
#content-area div.hosting-section div.search ul.dmn-features li:nth-child(6) {
	background: url(images/domain-icon1.png) left top no-repeat;
	border: none;
	padding-right: 0px;
}
#content-area div.hosting-section div.search ul.dmn-features li a {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 12px;
	color: #545454;
	text-decoration: none;
}
#content-area div.hosting-section div.search ul.dmn-features li a:hover {
	color: #0054a0;
}
#content-area div.hosting-section div.video {
	float: right;
	margin: 45px 0px 0px 0px;
}
#content-area div.hosting-section div.video img {
	width: 372px;
	/*padding: 10px;*/padding: 2px;
	background: #e1e1e1;
	border-radius: 4px; height:200px;}
#content-area div.hosting-section div.video span {
	display: block;
	margin: 10px 0px;
	text-align: center;
	font-size: 17px;
	color: #0054a0
}
#content-area div.product-services-section, #content-area div.recent-projects {
	padding: 0px;
	margin: 0px 0px 25px 0px;
}
#content-area div.product-services-section h2, #content-area div.recent-projects h2 {
	margin: 0px;
	padding: 0px 35px;
	background: #094f86;
	background: -moz-linear-gradient(top, #007bb2 0%, #094f86 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007bb2), color-stop(100%, #094f86));
	background: -webkit-linear-gradient(top, #007bb2 0%, #094f86 100%);
	background: -o-linear-gradient(top, #007bb2 0%, #094f86 100%);
	background: -ms-linear-gradient(top, #007bb2 0%, #094f86 100%);
	background: linear-gradient(to bottom, #007bb2 0%, #094f86 100%);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwMDdCQjIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwOTRGODYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MzUpIiAvPgo8L3N2Zz4=);
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
	height: 53px;
	line-height: 53px;
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border: none;
}
#content-area div.product-services-section h2 span, #content-area div.recent-projects span, #content-area div.recent-projects span a {
	font-size: 17px;
	color: #ffffff;
	font-weight: normal;
	float: right;
	text-decoration: none;
}
#content-area div.product-services-section span.left-corner, #content-area div.recent-projects span.left-corner {
	width: 10px;
	height: 10px;
	background: url(images/left-corner.png) left top no-repeat;
	float: left;
}
#content-area div.product-services-section span.right-corner, #content-area div.recent-projects span.right-corner {
	width: 10px;
	height: 10px;
	background: url(images/right-corner.png) left top no-repeat;
	float: right;
}
#content-area div.product-services-section div.wrap {
	padding: 0px 10px;
}
#content-area div.product-services-section div.block-wrapper {
	margin: 10px 50px 0px 0px;
	padding: 0px 50px;
	width: 315px;
	float: left;
	border-right: 1px solid rgba(0,0,0,0.1);
	box-shadow: 1px 0px 0px rgba(255,255,255,1);
}
#content-area div.product-services-section div.block {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 18px 0px;
	width: 315px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0px 1px 0px rgba(255,255,255,1);
	text-align: center;
	float: left;
}
#content-area div.product-services-section .no-border {
	border: none !important;
	box-shadow: none !important;
	padding: 0px !important;
}
#content-area div.product-services-section div.block img {
	margin: 0px;
}
#content-area div.product-services-section div.block h3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #383f42;
	font-size: 22px;
	font-weight: normal;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	display: block;
}
#content-area div.product-services-section div.block p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 17px;
}
#content-area div.product-services-section div.block a.button {
	margin: 10px 0px 0px 0px;
	padding: 0px 15px;
	display: inline-block;
	background: #689b2b;
	background: -moz-linear-gradient(top, #96c53f 0%, #689b2b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96c53f), color-stop(100%, #689b2b));
	background: -webkit-linear-gradient(top, #96c53f 0%, #689b2b 100%);
	background: -o-linear-gradient(top, #96c53f 0%, #689b2b 100%);
	background: -ms-linear-gradient(top, #96c53f 0%, #689b2b 100%);
	background: linear-gradient(to bottom, #96c53f 0%, #689b2b 100%);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2NzIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM5NkM1M0YiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2ODlCMkIiIG9mZnNldD0iMTAwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzY3MikiIC8+Cjwvc3ZnPg==);
	border: 1px solid #8dbd52;
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.54), 0px 2px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.54), 0px 2px 0px rgba(0,0,0,0.07);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.54), 0px 2px 0px rgba(0,0,0,0.07);
	height: 32px;
	line-height: 28px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
	font-weight: bold;
}
#content-area div.product-services-section div.block a.button:hover {
	background: -moz-linear-gradient(top, #689b2b 0%, #96c53f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #689b2b), color-stop(100%, #96c53f));
	background: -webkit-linear-gradient(top, #689b2b 0%, #96c53f 100%);
	background: -o-linear-gradient(top, #689b2b 0%, #96c53f 100%);
	background: -ms-linear-gradient(top, #689b2b 0%, #96c53f 100%);
	background: linear-gradient(to bottom, #689b2b 0%, #96c53f 100%);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5MTQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjOTZDNTNGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjNjg5QjJCIiBvZmZzZXQ9IjEwMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5MTQpIiAvPgo8L3N2Zz4=);
}
#content-area div.product-services-section div.block a.button span {
	border-right: 1px solid #669a2b;
	padding: 0px 15px 0px 0px;
	margin: 0px 15px 0px 0px;
	height: 32px;
	line-height: 28px;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	box-shadow: 1px 0px 0px rgba(255,255,255,0.28)
}
#content-area h1.heading {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 30px;
	line-height: 36px;
	display: block;
	color: #656565;
	font-weight: normal;
	border-bottom: 1px solid #efeeee;
}
#content-area h1.heading span {
	color: #99d007;
	display: block;
}
#portfolio {
	float: left;
	width: 1022px;
	border: 1px solid #dfdfdf;
	padding: 25px 50px 0px 50px;
	margin: 0px;
	position: relative;
	border-radius: 0px 0px 4px 4px;
}
#portfolio a.left-portfolio-arrow, #portfolio a.right-portfolio-arrow {
	position: absolute;
	text-indent: -9999px;
	z-index: 8;
	width: 23px;
	height: 23px;
	top: 80px;
}
#portfolio a.left-portfolio-arrow {
	background: url(images/left-arrow.png) no-repeat center center;
	left: 12px;
}
#portfolio a.right-portfolio-arrow {
	background: url(images/right-arrow.png) no-repeat center center;
	right: 12px;
}
.portfolio-slide {
	width: 1018px !important;
}
#portfolio-slides .post {
	float: left;
	width: 228px;
	margin: 0px 35px 0px 0px;
	padding: 0px 0px 28px 0px;
	background: url(images/shadow-small.png) center bottom no-repeat
}
#portfolio-slides .last {
	margin: 0px 0px 0px 0px;
}
#portfolio-slides .post a {
	float: left;
	width: 220px;
	height: 129px;
	margin: 0px;
	padding: 3px;
	color: #c81ef2;
	text-decoration: none;
	border: 1px solid #a09b9b;
}
#portfolio-slides .post h3 {
	color: #fff;
	font-size: 12px;
	margin: 103px 0px 0px 4px;
	background: rgba(0,0,0,0.85) !important;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 25px;
	position: absolute;
	width: 195px;
	z-index: 999999
}
#content-area div.expertise {
	padding: 0px 95px;
}
#expertise {
	float: left;
	width: 854px;
	padding: 0px 50px;
	margin: 25px 0px 0px 0px;
	position: relative
}
#expertise a.left-expertise-arrow, #expertise a.right-expertise-arrow {
	position: absolute;
	text-indent: -9999px;
	z-index: 8;
	width: 26px;
	height: 38px;
	top: 16px;
}
#expertise a.left-expertise-arrow {
	background: url(images/left-arrow1.png) no-repeat center center;
	left: 0px;
}
#expertise a.right-expertise-arrow {
	background: url(images/right-arrow1.png) no-repeat center center;
	right: 0px;
}
.expertise-slide {
	width: 854px !important;
}
#expertise-slides .last {
	border-right: none !important;
	margin: 0px !important
}
#expertise-slides .post {
	float: left;
	width: 71px;
	height: 80px;
	margin: 0px 35px 0px 0px;
	padding: 0px 20px 0px 20px;
	background: url(images/shadow-small1.png) center bottom no-repeat;
}
#expertise-slides .post span {
	float: left;
	width: 66px;
	height: 56px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	border-radius: 66px;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #ebe9ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ebe9ea));
	background: -webkit-linear-gradient(top, #fefefe 0%, #ebe9ea 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #ebe9ea 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #ebe9ea 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #ebe9ea 100%);
	border: 3px solid #d7d7d7;
	text-align: center;
}
#breadcrumbs {
	font-size: 11px;
	font-weight: lighter;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 0px;
	background: #f5f5f5;
	float: left;
	width: 100%;
}
#breadcrumbs a {
	color: #0054a0;
	text-decoration: none;
	border-bottom: 1px solid #0054a0;
	line-height: 25px;
}
#breadcrumbs a:hover {
	color: #0054a0;
	border-bottom: none;
}
#breadcrumbs span {
	color: #000;
	margin: 0px 10px;
}
div.share-buttons {
	float: right;
	display: inline-block;
}
div.share-buttons a {
	border-bottom: none !important;
}
p.description {
	color: #929292;
	font-size: 20px;
	font-weight: lighter;
}
#left-area {
	width: 744px;
	float: left;
}
.fullwidth #left-area {
	width: 100%;
}
#content-area div.grid-one-third {
	float: left;
	width: 30%;
}
#content-area div.grid-half {
	float: left;
	width: 65%;
	margin: 0 5% 0 0;
}
#content-area div#social-media {
	margin: 0px;
	padding: 0px;
	float: left;
}
#content-area div#social-media img {
	width: auto !important
}
#content-area div#social-media a {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
}
#content-area form {
	margin: 0px 0px 30px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid rgba(255,255,255,0.7);
	box-shadow: 0px -1px 0px rgba(0,0,0,0.1);
}
#content-area form p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#content-area form label {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-weight: bold;
	color: #484646;
	font-size: 13px;
	display: block;
}
#content-area form label span {
	color: #ff0000;
}
#content-area form input[type="text"], #content-area form textarea, #content-area form input[type="email"], #content-area form input[type="tel"] {
	font-size: 12px !important;
	padding: 12px 10px 12px 10px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	width: 40% !important;
	background: #fff;
	border: 1px solid #ccc;
}
#content-area form textarea {
	width: 60% !important;
	height: 150px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif
}
#content-area form input[type="text"]:focus, #content-area form textarea:focus, #content-area form input[type="email"]:focus, #content-area form input[type="tel"]:focus {
	border: 1px solid #b8b8b8;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.10);
	background: #f8f8f8;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	color: #484646 !important;
}
#content-area form .wpcf7-captchac {
	border-radius: 4px 4px 4px 4px;
	float: left;
	height: 42px !important;
	margin: 0 5px 0 0;
	width: auto !important;
}
#content-area form input.wpcf7-captchar {
	width: 90px !important;
	margin: 0px 0px 0px 0px;
}
#content-area form p.buttons {
	border-top: 1px solid rgba(255,255,255,0.7);
	box-shadow: 0px -1px 0px rgba(0,0,0,0.1);
	margin: 30px 0px 0px !important;
	padding: 30px 0 0 0px !important;
}
#content-area form input[type="submit"] {
	background: #689b2b;
	background: -moz-linear-gradient(top, #96c53f 0%, #689b2b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96c53f), color-stop(100%, #689b2b));
	background: -webkit-linear-gradient(top, #96c53f 0%, #689b2b 100%);
	background: -o-linear-gradient(top, #96c53f 0%, #689b2b 100%);
	background: -ms-linear-gradient(top, #96c53f 0%, #689b2b 100%);
	background: linear-gradient(to bottom, #96c53f 0%, #689b2b 100%);
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.8) !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	padding: 9px 40px;
	margin: 0px;
	border: 1px solid #689b2b;
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.54), 0px 2px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.54), 0px 2px 0px rgba(0,0,0,0.07);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.54), 0px 2px 0px rgba(0,0,0,0.07);
	text-decoration: none;
	text-align: center;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}
#content-area form input[type="submit"]:hover {
	background: -moz-linear-gradient(top, #689b2b 0%, #96c53f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #689b2b), color-stop(100%, #96c53f));
	background: -webkit-linear-gradient(top, #689b2b 0%, #96c53f 100%);
	background: -o-linear-gradient(top, #689b2b 0%, #96c53f 100%);
	background: -ms-linear-gradient(top, #689b2b 0%, #96c53f 100%);
	background: linear-gradient(to bottom, #689b2b 0%, #96c53f 100%);
}
.post {
	padding: 0px 0px 25px 0px;
}
.post-thumbnail {
	display: block;
	margin: 0px 0px 20px 0px;
}
.post-thumb {
	margin: 0px;
}
h2.title {
	font-size: 70px;
	color: #010101;
	margin: 0px 0px 30px 0px;
	text-transform: uppercase;
}
h2.title a {
	color: #1d1d1d;
	text-decoration: none;
}
h2.title a:hover {
	color: #000;
}
.post p.meta-info {
	padding-bottom: 9px;
	padding-top: 9px;
	font-weight: lighter;
	font-size: 15px;
	color: #d0d0d0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 11px;
}
.post p.meta-info a, p.description a {
	color: #929292;
	text-decoration: none;
}
p.description a {
	color: #6e6e6e;
}
.post p.meta-info a:hover, p.description a:hover {
	color: #111;
}
a.read-more, .reply-container a, #commentform input#submit {
	border: 1px solid #eaeaea;
	float: right;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: lighter;
	font-size: 12px;
	color: #1d1d1d;
	padding: 3px 10px;
	text-decoration: none;
	display: block;
	background: #fff;
}
.post ul, .comment-content ul {
	list-style-type: disc;
	padding: 0px;
}
.post ol, .comment-content ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 0px 10px 2px;
}
.post ul li ul, .post ul li ol, .comment-content ul li ul, .comment-content ul li ol {
	padding: 2px 0px 2px 20px;
}
.post ol li ul, .post ol li ol, .comment-content ol li ul, .comment-content ol li ol {
	padding: 2px 0px 2px 35px;
}
/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/ 
/*------------------------------------------------*/
ul#top-menu {
	float: right;
}
ul#top-menu li {
	margin: 0px;
	padding: 0px;
}
ul#top-menu a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 0px 25px;
	height: 68px;
	line-height: 68px;
	transition: background 0.5s ease 0s;
}
ul#top-menu a:hover, ul#top-menu > li.sfHover > a {
	color: #000;
	background: #e7e7e7;
	text-shadow: 0px 1px 0px rgba(255,255,255,1)
}
ul#top-menu > li.current_page_item > a, ul#top-menu > li.current-menu-item > a {
	color: #fff !important;
	font-weight: normal !important;
	background: #c81ef2;
}
ul#top-menu ul {
	width: 189px;
	background: #fff;
	border: 1px solid #efefef;
	top: 34px !important;
	padding: 10px 8px 10px 20px;
	z-index: 9999px;
	display: none;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
ul#top-menu ul li {
	padding: 8px 0;
}
ul#top-menu ul li a {
	padding: 0px 0px 0px 12px;
	width: 160px;
}
ul#top-menu li:hover ul ul, ul#top-menu li.sfHover ul ul {
	top: -12px !important;
	left: 197px !important;
}
/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

h3#comments {
	color: #1d1d1d;
	font-size: 28px;
	font-weight: lighter;
	margin-bottom: 20px;
}
#comment-wrap {
	margin-top: -18px;
	padding: 42px 35px 0 0;
}
.comment-body-outer {
	border: 1px solid #f0f0f0;
	margin-bottom: 25px;
	background: url(images/comment-top-bg.png) repeat-x;
}
.comment-body {
	background: #fff;
	padding: 18px 14px 12px 100px;
	position: relative;
	background: url(images/comment-bottom-bg.png) bottom left repeat-x;
}
.avatar-box {
	position: absolute;
	top: 17px;
	left: 19px;
	padding: 6px 0 0 6px;
}
.avatar-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 68px;
	height: 68px;
	background: url(images/avatar-overlay.png) no-repeat;
}
.comment-date {
	font-size: 12px;
	color: #d4d4d4;
	font-family: Georgia, serif;
	font-style: italic;
	float: right;
}
span.fn, span.fn a {
	font-family: 'Kreon', Arial, sans-serif;
	font-weight: lighter;
	font-size: 20px;
	color: #1d1d1d;
	text-decoration: none;
}
span.fn a:hover {
	color: #111;
	text-decoration: none;
}
.comment-arrow {
	position: absolute;
	bottom: -19px;
	right: 45px;
	background: url(images/comment-arrow.png) no-repeat;
	width: 18px;
	height: 19px;
}
.reply-container {
	float: right;
}
.comment ul.children {
	padding-left: 100px;
}
#commentform textarea#comment {
	width: 96%;
}
#commentform input[type=text] {
	width: 38%;
}
#commentform input, #commentform textarea {
	background: url(images/comment-inputs-bg.png) repeat-x;
	border: 1px solid #f0f0f0;
	color: #929292;
	font-size: 12px;
	padding: 12px 10px 12px 20px;
}
#commentform .hidden {
	display: none;
}
li.comment #respond textarea {
	width: 91% !important;
}
li.comment #respond input[type=text] {
	width: 48% !important;
}
#trackbacks {
	margin-bottom: 20px;
}
#trackbacks h3#comments, #respond h3#comments {
	margin-bottom: 5px;
}
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#footer {
	width: 100%;
	float: left;
	background: #164f6a url(images/footer-bg.jpg) center top no-repeat;
	padding: 0px;
}
ul#footer-widget {
	margin: 30px 0px 20px 0px;
	padding: 0px;
	float: left
}
ul#footer-widget li {
	margin: 0px;
	float: left;
	border-right: 1px solid #033850;
	box-shadow: 1px 0px 0px rgba(255,255,255,0.1);
	min-height: 225px;
}
ul#footer-widget li p {
	margin: 0px;
	padding: 0px;
}
ul#footer-widget li:first-child {
	width: 270px;
	padding: 0px 25px 0px 9px;
}
ul#footer-widget li:first-child p {
	font-size: 18px;
	color: #ffffff;
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 15px 0px
}
ul#footer-widget li:first-child p a {
	color: #ffffff !important;
	text-decoration: none !important;
}
ul#footer-widget li:first-child p.phone {
	font-size: 35px;
	line-height: 43px;
	font-weight: bold;
	background: url(images/phone-icon.png) left top no-repeat;
}
ul#footer-widget li:first-child h4 {
	display: none;
}
ul#footer-widget li:nth-child(2) {
	width: 169px;
	padding: 0px 0px 0px 30px;
}
ul#footer-widget li:nth-child(3) {
	width: 330px;
	padding: 0px 10px 0px 30px
}
#footer ul#menu-footer-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#footer ul#menu-footer-menu li {
	display: inline-block;
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
	min-height: 0 !important;
	width: auto !important;
	border: none !important;
	box-shadow: none !important;
}
#footer ul#menu-footer-menu li a {
	color: #4fb8e7;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	background: url(images/arrow.png) left center no-repeat;
	width: 145px;
	float: left;
}
#footer ul#menu-footer-menu li:hover > a {
	color: #fff;
	text-decoration: none;
}
#footer ul#menu-footer-menu li:hover > ul {
	display: block;
}
#footer ul#menu-footer-menu .current-menu-item > a, #footer ul#menu-footer-menu .current-menu-ancestor > a, #footer ul#menu-footer-menu .current_page_item > a, #footer ul#menu-footer-menu .current_page_ancestor > a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
ul#footer-widget li:nth-child(4) {
	width: 238px;
	border-right: none;
	box-shadow: none;
	padding: 0px 0px 0px 30px;
}
#footer h4 {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px 0px 25px 0px;
}
#footer div#social-media {
	margin: 0px;
	padding: 0px;
}
#footer div#social-media a {
	margin: 0px 30px 10px 0px;
	padding: 0px;
	display: inline-block;
}
#footer div.bottom-footer {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 15px 0px;
	background: #003f5b;
	background: -moz-linear-gradient(top, #003f5b 0%, #004d6f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003f5b), color-stop(100%, #004d6f));
	background: -webkit-linear-gradient(top, #003f5b 0%, #004d6f 100%);
	background: -o-linear-gradient(top, #003f5b 0%, #004d6f 100%);
	background: -ms-linear-gradient(top, #003f5b 0%, #004d6f 100%);
	background: linear-gradient(to bottom, #003f5b 0%, #004d6f 100%);
}
#footer div.bottom-footer a {
	color: #4fb8e7;
}
#footer div.bottom-footer a:hover {
	color: #4fb8e7;
}
.bottom-footer-widget {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%
}
.bottom-footer-widget h4 {
	display: none;
}
.bottom-footer-widget p.payment {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left
}
.bottom-footer-widget p.payment img {
	margin: 0px 5px 0px 0px;
}
.bottom-footer-widget p.copyright {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: right;
	font-size: 11px;
	color: #ffffff;
}
/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/
#sidebar {
	width: 325px;
	float: right;
}
.widget {
	width: 325px;
	padding-bottom: 25px;
}
.widget h3.title {
	background: #000000;
	color: #ffffff;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 20px 23px 17px;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
}
.widget ul {
	margin: 0px;
	padding: 0px;
}
.widget ul li {
	display: block;
}
.widget ul li a {
	color: #000000;
	text-decoration: none;
	background: url(images/plus-icon.html) no-repeat 15px 22px;
	padding: 17px 15px 17px 35px;
	display: block;
	width: 275px;
	transition: background 0.5s ease 0s;
}
.widget ul li a:hover {
	color: #000000;
	background-color: #ebebeb;
}
/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom: 10px;
}
.wp-caption.alignleft {
	margin: 0px 10px 10px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 10px 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/

.nav ul {
	position: absolute;
	top: -999em;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 10;
}
.nav li {
	float: left;
	position: relative;
}
.nav a {
	display: block;
	float: left;
}
.nav li:hover ul, ul.nav li.sfHover ul {
	left: 0px;
	top: 50px;
}
.nav li:hover li ul, .nav li.sfHover li ul {
	top: -999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
	left: 192px;
	top: 0px;
}
.nav li:hover ul, .nav li li:hover ul {
	top: -999em;
}
.nav li li {
	display: block;
	padding: 0px;
	float: left;
	height: auto !important;
}
.nav li ul {
	width: 191px;
	z-index: 1000;
}
.nav li li a:link, .nav li li a:visited {
	display: block;
	height: auto;
	float: left;
}
.nav li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 240px;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#wp-calendar a:hover {
	text-decoration: underline;
}
#wp-calendar caption {
	text-decoration: none;
	font: bold 13px Arial, Sans-Serif;
}
#wp-calendar td {
	padding: 3px 5px;
	color: #9f9f9f;
}
#wp-calendar td#today {
	color: #ffffff;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
	overflow: hidden;
	padding: 15px 12px 0px;
}
.wp-pagenavi {
	position: relative;
	color: #1d1d1d;
	font-size: 14px;
	text-align: right;
	padding: 15px 33px 0 0;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 5px 12px !important;
	margin: 2px;
	text-decoration: none;
	border: none !important;
	color: #fff;
	background: #000;
	font-weight: lighter !important;
	font-size: 14px;
}
.wp-pagenavi a:visited {
	padding: 5px 12px;
	margin: 2px;
	text-decoration: none;
	border: none;
	background: #000;
	color: #fff;
	font-size: 14px;
}
.wp-pagenavi span.pages {
	padding: 5px 7px 5px !important;
	margin: 2px !important;
	border: none !important;
	background-color: none;
	color: #1d1d1d;
	font-size: 14px;
	font-weight: lighter;
}
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
	padding: 5px 12px !important;
	margin: 2px;
	background: #c81ef2 !important;
	border: none !important;
	color: #000 !important;
	font-size: 14px;
	font-weight: lighter !important;
}
a.readmore:hover, #sidebar div.custom-sidebar-block ul.control li a:hover, ul#cats-menu li a:hover, ul#page-menu li a:hover {
	text-decoration: none;
}
.foursixeight {
	margin: 0px 0px 15px 84px;
}
.et_pt_blogentry {
	position: relative;
}
#comment-wrap .navigation {
	padding: 10px 0;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
h3#reply-title small {
	display: block;
}
h3#reply-title small a {
	font-size: 12px;
	letter-spacing: 0px;
}
#commentform input[type=text] {
	width: 40%;
	display: block;
	padding: 5px;
}
#commentform textarea#comment {
	width: 91%;
}
.commentlist #respond textarea#comment {
	width: 91% !important;
}
.commentlist #respond input[type=text] {
	width: 40%;
	display: block;
	padding: 5px;

}
.comment_navigation_bottom, .comment_navigation_top {
	padding-bottom: 12px;
}
#fancybox {
	width: 700px;
}
#fancybox img {
	width: 100%;
}
/*------------------------------------------------*/
/*-------------------[Vertical Tabs]------------------*/
/*------------------------------------------------*/
.stMain {
	display: block;
	margin: 0;
	padding: 0;
	background: #f2f2f2;
	border: 1px solid #dfdfdf;
	position: relative;
	border-radius: 0px 0px 4px 4px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05) inset;
}
.stContainer {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.stMain div.tabContent {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
	min-height: 474px;
}
.stMain ul.tabAnchor {
	display: inline-block;
	list-style-type: none;
	position: relative;
	padding: 0;
	margin: -10px 0px 0px 0px;
	clear: both;
	z-index: 100;
	float: left;
}
.stMain ul.tabAnchor li {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dfdfdf;
	-moz-box-shadow: 0 1px 0 0 #fff;
	-webkit-box-shadow: 0 1px 0 0 #fff;
	box-shadow: 0 1px 0 0 #fff;
}
.stMain ul.tabAnchor li:last-child {
	border-bottom: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.stMain ul.tabAnchor li:last-child a {
	border-radius: 0px 0px 0px 4px;
}
.stMain ul.tabAnchor li a {
	display: block;
	margin: 0;
	height: 50px;
	width: 260px;
	height: 100%;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	outline-style: none;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #fff;
	background: #f5f5f5;
	background: -moz-linear-gradient(left, #f5f5f5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(left, #f5f5f5 0%, #ffffff 100%);
	background: -o-linear-gradient(left, #f5f5f5 0%, #ffffff 100%);
	background: -ms-linear-gradient(left, #f5f5f5 0%, #ffffff 100%);
	background: linear-gradient(to right, #f5f5f5 0%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f5f5f5, endColorstr=#ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f5f5f5, endColorstr=#ffffff)";
	padding: 20px 10px 20px 10px;
	font-weight: bold;
}
.stMain ul.tabAnchor li a img {
	float: left;
	margin-top: -13px;
}
.stMain ul.tabAnchor li a span {
	font-size: 12px;
	display: block;
	font-weight: normal;
}
.stMain ul.tabAnchor li a:hover {
	color: #000;
}
.stMain ul.tabAnchor li a.sel {
	background: #f5f5f5;
	margin-right: -2px;
	box-shadow: 10px 0px 20px 0px rgba(0,0,0,0.08) inset;
	border-right: 1px solid rgba(255,255,255,0);
	border-left: 1px solid rgba(255,255,255,0);
}
.loader {
	position: absolute;
	left: 48%;
	top: 40%;
	display: block;
	margin: 0;
	padding: 5px;
	padding-top: 35px;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	outline-style: none;
	border: 1px solid #D4D4D4;
	background: #f6f6f6 url(images/loader.html) no-repeat 10px 10px;
}
a.stLinks {
	margin: 0;
	padding: 5px;
	color: #666;
	text-decoration: none;
	outline-style: none;
	border: 1px solid #D4D4D4;
	background-color: #f6f6f6;
}
a.stLinks:hover {
	color: #FFF;
	background-color: #00A7DB;
}
/*----------------------------------------------------------*/
/* Gallery
/*----------------------------------------------------------*/
#gallery-outer-wrap {
	background: url(images/bg-gallery-wrap.png) top center no-repeat;
	clear: both;
}
#gallery-outer-wrap h4 + p {
	margin-top: 12px;
}
#iso-wrap {
	padding: 30px 0px;
}
.lightbox-zoom {
	background: url(images/lightbox-zoom.png) center center no-repeat;
	width: 100%;
	height: 100%;
}
.lightbox-linked {
	background: url(images/lightbox-linked.png) center center no-repeat;
	width: 100%;
	height: 100%;
}
#gallery-nav {
	padding: 0px 30px 30px 30px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
#gallery-nav a {
	color: #636B75;
	padding: 6px 12px;
	text-decoration: none;
}
#gallery-nav a:hover, #gallery-nav .active a {
	color: #555;
	background: #EEE;
	border-radius: 5px;
	box-shadow: inset 0 0 2px #CCC;
	text-decoration: none;
}
#gallery-nav li {
	display: inline;
	margin-right: 10px;
}
#gallery-nav li:last-child {
	margin-right: 0;
}
#gallery-wrap p {
	font-size: 13px;
}
#gallery-wrap h3 {
	font-size: 18px;
}
#gallery-wrap h3 + p {
	margin-top: 10px;
}
.fourth {
	float: left;
	width: 260px;
}
.isotope-item {
	z-index: 2;
	margin: 5px !important;
}
.iso-space .isotope-item {
	margin: 10px !important;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.img-frame {
	margin-bottom: 20px;
	width: 260px
}
.img-frame img {
	margin: 0px;
	padding: 10px;
	background: #ffffff;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
/*----------------------------------------------------------*/
/* PrettyPhoto Styles
/*----------------------------------------------------------*/
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
	height: 13px
}
div.pp_default .pp_top .pp_left {
	background: url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}
div.pp_default .pp_top .pp_middle {
	background: url(images/prettyPhoto/default/sprite_x.png) top left repeat-x
}
div.pp_default .pp_top .pp_right {
	background: url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}
div.pp_default .pp_content .ppt {
	color: #f8f8f8
}
div.pp_default .pp_content_container .pp_left {
	background: url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px
}
div.pp_default .pp_content_container .pp_right {
	background: url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;
	padding-right: 13px
}
div.pp_default .pp_next:hover {
	background: url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;
	cursor: pointer
}
div.pp_default .pp_previous:hover {
	background: url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
	cursor: pointer
}
div.pp_default .pp_expand {
	background: url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	height: 28px;
	width: 28px
}
div.pp_default .pp_expand:hover {
	background: url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
	cursor: pointer
}
div.pp_default .pp_contract {
	background: url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	height: 28px;
	width: 28px
}
div.pp_default .pp_contract:hover {
	background: url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
	cursor: pointer
}
div.pp_default .pp_close {
	background: url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor: pointer;
	height: 30px;
	width: 30px
}
div.pp_default .pp_gallery ul li a {
	background: url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
	border: 1px solid #aaa
}
div.pp_default .pp_social {
	margin-top: 7px
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
	left: auto;
	position: static
}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
	background: url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height: 30px;
	width: 30px
}
div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
	background: url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height: 20px;
	margin: 4px 0 0;
	width: 20px
}
div.pp_default a.pp_arrow_next {
	background-position: -82px -3px;
	left: 52px
}
div.pp_default .pp_content_container .pp_details {
	margin-top: 5px
}
div.pp_default .pp_nav {
	clear: none;
	height: 30px;
	position: relative;
	width: 110px
}
div.pp_default .pp_nav .currentTextHolder {
	color: #999;
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	left: 75px;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 10px;
	position: absolute;
	top: 2px
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
	opacity: 0.7
}
div.pp_default .pp_description {
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	margin: 5px 50px 5px 0
}
div.pp_default .pp_bottom .pp_left {
	background: url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}
div.pp_default .pp_bottom .pp_middle {
	background: url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}
div.pp_default .pp_bottom .pp_right {
	background: url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}
div.pp_default .pp_loaderIcon {
	background: url(images/prettyPhoto/default/loader.gif) center center no-repeat
}
div.pp_pic_holder a:focus {
	outline: none
}
div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000
}
.pp_content {
	height: 40px;
	min-width: 40px
}
* html .pp_content {
	width: 40px
}
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%
}
.pp_content_container .pp_left {
	padding-left: 20px
}
.pp_content_container .pp_right {
	padding-right: 20px
}
.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px
}
.pp_description {
	display: none;
	margin: 0
}
.pp_social {
	float: left;
	margin: 0
}
.pp_social .facebook {
	float: left;
	margin-left: 5px;
	overflow: hidden;
	width: 55px
}
.pp_social .twitter {
	float: left
}
.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0
}
.pp_nav p {
	float: left;
	margin: 2px 4px;
	white-space: nowrap
}
.pp_nav .pp_play, .pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px
}
a.pp_arrow_previous, a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px
}
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000
}
.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000
}
.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative
}
.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	white-space: nowrap
}
.pp_gallery ul a {
	border: 1px rgba(0,0,0,0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden
}
.pp_gallery ul a img {
	border: 0
}
.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0
}
.pp_gallery li.default a {
	background: url(../images/prettyPhoto/facebook/default_thumbnail.html) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
	margin-top: 7px!important
}
a.pp_next {
	background: url(../images/prettyPhoto/light_rounded/btnNext.html) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%
}
a.pp_previous {
	background: url(../images/prettyPhoto/light_rounded/btnNext.html) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%
}
a.pp_expand, a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000
}
a.pp_close {
	display: block;
	line-height: 22px;
	position: absolute;
	right: 0;
	text-indent: -10000px;
	top: 0
}
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px
}
#pp_full_res {
	line-height: 1!important
}
#pp_full_res .pp_inline {
	text-align: left
}
#pp_full_res .pp_inline p {
	margin: 0 0 15px
}
div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	margin: 0 0 5px 15px;
	z-index: 9999
}
div.pp_default .pp_content, div.light_rounded .pp_content {
	background-color: #fff
}
div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
	color: #000
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
	border-color: #fff
}
div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
	position: relative
}
div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
	background: #fff
}
.pp_top, .pp_bottom {
	height: 20px;
	position: relative
}
* html .pp_top, * html .pp_bottom {
	padding: 0 20px
}
.pp_top .pp_left, .pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px
}
.pp_top .pp_middle, .pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px
}
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
	left: 0;
	position: static
}
.pp_top .pp_right, .pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}
.pp_fade, .pp_gallery li.default a img {
	display: none
}
.pagination a:link, .pagination a:visited {
	color: #717171;
}
.meta, .pagination {
	color: #636b73;
}
/*------------------------------------------------*/
/*---------------[Domains Drop Down]---------------*/
/*------------------------------------------------*/
.domains {
	width: 80px;
	background: #fff;
	float: left;
	margin: 0px;
	padding: 13px 10px 14px 10px;
	border: 1px solid #c7c7c7;
	border-left: none;
	border-right: none;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
#domain-wrapper {
	width: 100%;
	float: left;
	position: relative;
	top: 0px;
}
.drop-down {
	z-index: 9999!important;
	display: none;
	position: absolute;
	right: 113px;
	width: 460px;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 2px solid #c5c5c5;
	background: #fff;
	padding: 20px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	box-shadow: -2px 3px 3px rgba(0,0,0,.50);
}
.drop-down p a.view-more {
	float: right !important;
	margin: 0px !important;
	padding: 0px !important;
}
.drop-down p {
	margin: 10px 0px 0px 0px !important;
	display: block;
	float: left;
	width: 100%;
}
.drop-down h2 {
	padding: 0px;
	margin: 0px 0px 15px 0px !important;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold !important;
	display: block !important;
	float: none !important;
	clear: both !important
}
.drop-down ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
.drop-down ul li {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;

	float: left;
	width: 75px;
}
.drop-down input[type="checkbox"] {
	margin: 0px 7px 0px 0px;
	padding: 0px;
	float: left;
}
.drop-down ul li input[type="checkbox"] {
	margin: 2px 4px 0px 0px;
	padding: 0px;
	float: left;
}
.drop-down ul li label, .drop-down label {
	margin: 0px !important;
	padding: 0px !important;
	float: left !important;
	border: none !important;
	background: none !important;
	width: auto !important;
	height: auto !important;
	color: #515252 !important;
	font-size: 15px !important;
	line-height: 15px !important;
	font-weight: normal !important;
}
.shutdown {
	color: #fff;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 20px;
	right: 20px;
	border: none;
	font-size: 0px;
	width: 17px;
	height: 16px;
	background: url(images/close.png) left top no-repeat;
}
/* by Areeb */
#top-nav {
	background: -webkit-gradient(circle, center center, 0, center center, 460, from(#0d9edd), to(#0d5f9e));
	background: -webkit-radial-gradient(circle, #0d9edd, #0d5f9e);
	background: -moz-radial-gradient(circle, #0d9edd, #0d5f9e);
	background: -ms-radial-gradient(circle, #0d9edd, #0d5f9e);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0d9edd, endColorstr=#0d5f9e);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0d9edd, endColorstr=#0d5f9e)";
	box-shadow: 0px -3px 2px rgba(0,0,0,0.13) inset !important;
	 
	height: 36px;
}
#top-nav div.top-left {
	margin: 0px;
	padding: 0px;
	float: left;
}
#top-nav div.top-left ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#top-nav div.top-left ul li {
	margin: 0px 10px 0px 0px;
	padding: 7px 0px 7px 0px;
	float: left;
}
#top-nav div.top-left ul li:after {
	content: "";
	border-left: 1px solid #6eafd4;
	margin: 0px 0px 0px 10px;
}
#top-nav div.top-left ul li:first-child {
	border-right: none;
	padding: 0px !important;
	width: 26px;
	height: 26px;
	margin: 0px 10px 0px 0px;
}
#top-nav div.top-left ul li:first-child:after, #top-nav div.top-left ul li:last-child:after {
	border-left: none;
}
#top-nav div.top-left ul li:first-child a, #top-nav div.top-left ul li.current_page_item:first-child a, #top-nav div.top-left ul li.current-menu-item:first-child a {
	background: #024f82 url(images/home-icon.png) center center no-repeat;
	width: 26px;
	height: 26px;
	font-size: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: none;
	float: left
}
#top-nav div.top-left ul li:first-child a:hover {
	border: none;
}
#top-nav div.top-left ul li a {
	font-size: 12px;
	color: #c6eeff;
	text-decoration: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#top-nav div.top-left ul li a:hover {
	text-decoration: none;
	color: #fff;
}
#top-nav div.top-left ul li.current_page_item a, #top-nav div.top-left ul li.current-menu-item a {
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	background: #024f82;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 10px;
}
#top-nav div.top-right {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	float: right;
}
#top-nav div.top-right ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#top-nav div.top-right ul li {
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 23px;
	float: left;
}
#top-nav div.top-right ul li:first-child {
	background: url(images/email-icon.png) left center no-repeat;
}
#top-nav div.top-right ul li:nth-child(2) {
	background: url(images/chat-icon.png) left center no-repeat;
}
#top-nav div.top-right ul li:nth-child(3) {
	background: url(images/signup-icon.png) left center no-repeat;
}
#top-nav div.top-right ul li:last-child {
	background: url(images/login-icon.png) left center no-repeat;
	margin: 0px;
}
#top-nav div.top-right ul li a {
	font-size: 12px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#top-nav div.top-right ul li a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.8);
}

/******************* images responsive *****************/
#teasercenter {

margin-left: auto;
margin-right: auto;
position: relative;
z-index: 1000;
    text-align:center; height:100px;
}
teaserfotolc {
    padding-right:0px;
}
#teasercenter ul li {
    display:inline-block;
    margin: 0;
    float:left; width:25%;
}
