/* Minification failed. Returning unminified contents.
(43,1): run-time error CSS1019: Unexpected token, found '@charset'
(43,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(43,17): run-time error CSS1019: Unexpected token, found ';'
(44,1): run-time error CSS1019: Unexpected token, found '@import'
(44,9): run-time error CSS1019: Unexpected token, found 'url("reset.css")'
(44,25): run-time error CSS1019: Unexpected token, found ';'
(3510,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(3511,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3518,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3519,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3534,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(3535,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3542,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3543,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4717,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4719,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4730,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(4732,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4743,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(4745,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4769,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4771,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4782,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4784,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4793,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(4795,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4804,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(4806,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4826,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4828,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4837,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4839,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4852,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(4854,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4867,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(4869,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4897,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4899,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
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, img, ins, kbd, q, s, samp,
small, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@charset "utf-8";
@import url("reset.css");

body {
	background: #f7f7f7;
	font-family: 'Open Sans', sans-serif;
	color: #999;
	font-size:14px;
	line-height:25px;
}


/*******************************************************************************************************/
/* miscellaneous */
/*******************************************************************************************************/

.wrap {
	width:960px;
	margin:0 auto;
}
i {
	padding-right:10px;
}
#google_map {
	width:100%;
	height:300px;
}
.content_404 {
	text-align: center;
}
.content_404 .search {
	margin:0 auto;
}
.highlight {
	background: #6ab2dc;
	color: #fff;
	padding:4px;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.clear {
	clear:both;
}
.alignleft {
	float:left;
	text-align:left;
}
.alignright {
	float:right;
	text-align:right;
}
.space {
	padding:50px 0;
}
.space2 {
	padding:25px 0;
}
.divider {
	border-top:3px solid #ededed;
	border-bottom:1px solid #ededed;
	width:100%;
	margin:80px 0;
}
.divider2 {
	border-top:3px solid #ededed;
	border-bottom:1px solid #ededed;
	width:100%;
	margin:40px 0;
}
.heading {
	background: url("../images/heading.png") repeat-x center center;
	width:100%;
	margin:0 0 70px 0;
}
.heading span {
	background: #f7f7f7;
	padding:0 30px 0 0;
	font-size:20px;
	color: #333;
	text-transform: uppercase;
}
.heading em { font-weight: bold; }
.heading2 {
	background: url("../images/heading.png") repeat-x center center;
	width:100%;
	margin:0 0 20px 0;
}
.heading2 span {
	background: #f7f7f7;
	padding:0 30px 0 0;
	font-size:20px;
	color: #333;
	text-transform: uppercase;
}
.heading2 em { font-weight: bold; }


/*******************************************************************************************************/
/* columns */
/*******************************************************************************************************/

.one_half {
	float:left;
	width:47%;
	margin:0 6% 0 0;
}
.one_third {
	width:30%;
	float:left;
	margin-right:5%;
}
.two_thirds {
	float:left;
	width:65%;
	margin:0 5% 0 0;
}
.one_fourth {
	width:23%;
	float:left;
	margin-right:2.6%;
}
.one_fifth {
	float:left;
	width:18%;
	margin:0 2.5% 0 0;
}
.last {
	margin-right: 0 !important;
}
.last2 {
	margin-bottom: 0 !important;
}


/*******************************************************************************************************/
/* links */
/*******************************************************************************************************/

a {
	color: #6ab2dc;
	text-decoration:none;

	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
a:hover {
	color: #000;
	text-decoration:none;
}


/*******************************************************************************************************/
/* headings */
/*******************************************************************************************************/

h1 {
	font-size:25px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:19px;
}
h4 {
	font-size:17px;
}
h5 {
	font-size:15px;
}
h6 {
	font-size:13px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	color: #6ab2dc;
	text-transform: uppercase;
	font-weight:bold;
	margin:0 0 20px 0;
}
a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover,
a h6:hover {
	color: #0d0d0d !important;
}


/*******************************************************************************************************/
/* paragraph */
/*******************************************************************************************************/

p {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:25px;
	margin:0 0 10px 0;
	text-shadow:none;
	color: #888;
}



/*******************************************************************************************************/
/* pre */
/*******************************************************************************************************/

pre {
	background: #fff;
	border: 1px solid #eee;
	padding:10px 20px;
	color: #555;
	margin:10px 0;
	float:left;
	width:920px;
	font-size:11px;
}



/*******************************************************************************************************/
/* top */
/*******************************************************************************************************/

header#top {
	background: #fff;
	width:100%;
	color:#666;
	margin:0;
	padding:0;

	-webkit-transition:all 500ms ease-in;
	-o-transition:all 500ms ease-in;
	-moz-transition:all 500ms ease-in;
	transition:all 500ms ease-in;
}
.top_area {
	background: #ededed;
	width:100%;
}
.top_area i {
	color: #000;
	font-size: 20px;
	margin:0px 4px;
}
.top_area ul li {
	float:left;
	font-size:14px;
	padding-right:30px;
}
.top_area ul li a {
	font-size:14px;
	color: #888;
}
.top_area ul li a:hover {
	font-size:14px;
	color: #6ab2dc;
}

#top_area_links {
	/*padding:15px 0;*/
    padding: 15px 0 7px 0;
	float:right;
}
#top_area_links li {
	float:left;
/*	padding-right:0;
	padding-left:30px;*/
	padding: 4px 0px 0px 30px;
}



/*******************************************************************************************************/
/* social icons */
/*******************************************************************************************************/

.social {
	float: left;
	padding:15px 0 0 0;
}
.social i {
	padding:0;
	color: #000;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.social li {
	width: auto;
	float: left;
	margin:0 5px 0 0;
	padding-right: 0 !important;
	border: none;
}
.social li a {
	width: auto;
	text-align: center;
	border: none;
	background: transparent;
}
.social li:hover i {
	color: #6ab2dc;
}



/*******************************************************************************************************/
/* logo */
/*******************************************************************************************************/

#logo p {
	font-size:32px;
	float:left;
	margin-top:35px;
	color: #222;

	-webkit-transition:all 1s;
	-o-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}
#logo a, #logo a:hover {
	color: #222;
}



/*******************************************************************************************************/
/* logo */
/*******************************************************************************************************/

#logo p {
	font-size:32px;
	float:left;
	margin-top:52px;
	color: #222;

	-webkit-transition:all 1s;
	-o-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}
#logo a, #logo a:hover {
	color: #222;
}


/*******************************************************************************************************/
/* navigation menu */
/*******************************************************************************************************/

#toggle i {
	display:none;
	color: #000;
	text-align:center;
	font-size:30px;
	margin:0 auto;
	padding:10px 0 0 0;
}

nav { float:right !important; margin:0; }
nav ul li {
	float:left;
	display: block;
}
nav ul li a { 
	color: #000;
	border-top:3px solid transparent;
	padding:40px 30px 35px 30px;
	margin-left:1px;
	font-weight: bold;
	font-size:13px;
	display: block;
	text-transform: uppercase;
	position: relative;

	-webkit-transition:all 1s;
	-o-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}
nav ul li a span {
	color: #888;
	text-align: left;
	text-transform: lowercase;
	font-weight: normal !important;
	display: block !important;
}
nav ul li a:hover { color: #000; border-top:3px solid #6ab2dc; }
nav ul li a.selected { color: #000; font-weight: bold; border-top:3px solid #6ab2dc; }
nav ul ul .selected { background: #6ab2dc; color: #fff; }
nav ul ul .selected { color: #fff !important; border-top:none !important; }

nav ul, nav ul * {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li { position: relative; }
nav ul > li { float: left; }
nav ul li a:hover > ul, nav ul li.sfHover > ul { display: block; }
nav ul { float: right !important; }
nav ul ul {
	position: absolute;
	margin: 20px 0 0 0px;
	display: none;
	top: 108px;
	width: 180px;
	padding:0px 0 0 0 !important;
	left: 1px;
	z-index: 999;
}
nav ul ul li {
	border-bottom:1px solid #111;
	border-top:none;
	padding: 0 !important;
	margin: 0 !important;
	width: 180px;
	background: #000;
}
nav ul ul li:hover { border-top:none; }
nav ul ul li:last-child { border-bottom:none; }
nav ul ul a {
	background: #000;
	margin-left:0;
	color: #fff;
	font-size:12px;
	border: none;
	padding:10px 30px !important;
}
nav ul ul a:hover { border: none; }
nav ul ul li a:hover,
nav ul ul ul li a:hover {
	color: #fff;
	background: #6ab2dc;
}
nav ul ul ul {
	top: -10px;
	z-index:9;
	left: 140px;
	padding:0 !important;
	border-top:1px solid #111;
}


/*******************************************************************************************************/
/* slider wrapper */
/*******************************************************************************************************/

#slider_wrapper {
	text-align: center;
	width:100%;
	background: #ededed;
	padding:120px 0 110px 0;
	color: #6ab2dc;
}
#slider_wrapper h2 {
	color: #6ab2dc !important;
	text-transform: uppercase;
	margin-bottom:10px;
	font-size:25px;
	padding-top:5px;
	font-weight:normal;
}
#slider_wrapper h1 {
	color: #6ab2dc;
	text-transform: uppercase;
	padding-bottom:20px;
	margin-bottom:30px;
	font-size:45px;
	padding-top:5px;
}
#slider_wrapper p {
	padding-bottom:60px;
	color: #888;
}

#slider_wrapper2 {
	text-align: center;
	width:100%;
	background: #ededed;
	padding:40px 0 20px 0;
}
#slider_wrapper2 h1 {
	color: #6ab2dc;
	z-index:1;
}
#slider .slide {
	text-align: center;
	margin:0 auto;
	width:90%;
	text-align: center;
}
.bx-prev {
	background: transparent;
	position:absolute;
	top:45%;
	left:0px;
	width: 20px;
	height: 20px;
	border-bottom:8px solid #6ab2dc;
	border-left:8px solid #6ab2dc;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.bx-prev:hover {
	background: transparent;
	position:absolute;
	top:45%;
	left:0px;
	width: 20px;
	height: 20px;
	border-bottom:8px solid #fff;
	border-left:8px solid #fff;
	opacity: 1;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.bx-next {
	background: transparent;
	position:absolute;
	top:45%;
	right:0px;
	width: 20px;
	height: 20px;
	border-top:8px solid #6ab2dc;
	border-right:8px solid #6ab2dc;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.bx-next:hover {
	background: transparent;
	position:absolute;
	top:45%;
	right:0px;
	width: 20px;
	height: 20px;
	border-top:8px solid #fff;
	border-right:8px solid #fff;
	opacity: 1;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}



/*******************************************************************************************************/
/* button */
/*******************************************************************************************************/

a.button {
	padding:20px 40px;
	background: #0d0d0d;
	color: #fff;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
a.button:hover {
	padding:20px 40px;
	background: #6ab2dc;
	color: #fff;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}


/*******************************************************************************************************/
/* button2 */
/*******************************************************************************************************/

a.button2 {
	width:150px;
	padding:20px 40px;
	color: #6ab2dc;
	font-size: 20px;
	margin:0 auto;
	text-transform: uppercase;
	text-align: center;
	background: transparent;
	border: 3px solid #6ab2dc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
a.button2:hover {
	background: #6ab2dc;
	color: #fff;
}


/*******************************************************************************************************/
/* button sizes */
/*******************************************************************************************************/
.small {
	padding:10px 20px !important;
}
.medium {
	padding:20px 40px !important;
}
.big {
	padding:30px 50px !important;
}


/*******************************************************************************************************/
/* content */
/*******************************************************************************************************/

.content {
	padding:100px 0;
}
.content i {
	color: #6ab2dc;
}
.content a h1,
.content a h2,
.content a h3,
.content a h4,
.content a h5,
.content a h6 {
	color: #6ab2dc;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.content a h1:hover,
.content a h2:hover,
.content a h3:hover,
.content a h4:hover,
.content a h5:hover,
.content a h6:hover {
	color: #000;
}



/*******************************************************************************************************/
/* icon wrapper */
/*******************************************************************************************************/

.icons_wrapper i {
	width:20px !important;
	padding:0 10px 0 0;
	display:inline-block;
	color: #6ab2dc;
	text-align:right;
}
.icons_wrapper li:hover i {
	color: #000;
	font-size:20px;
}




/*******************************************************************************************************/
/* box feature - this are for the sections with title, short paragraph and an icon in the left, placed on the homepage */
/*******************************************************************************************************/

.quick-features i {
	font-size: 30px;
	color: #222;
	vertical-align:middle;

	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.quick-features em {
	font-size: 14px;
}
.quick-features p:hover i {
  	color: #6ab2dc;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}

.box_feature_icon {
	float:left;
	height:100%;
	width:55px;
	position: relative;
}
.box_feature_icon span {
	background: #222;
	position: absolute;
	top:0;
	color: #fff;
	font-size:22px;
	margin:0px 20px 0px 0;
	padding:13px 15px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.box_feature:hover .box_feature_icon span {
	color: #6ab2dc;
}
.box_feature_text {
	float:left;
	padding-left:80px;
}
.box_feature h6 {
	font-size: 14px;
	margin:0 0 5px 0;
	font-family: 'Open Sans', sans-serif;
}
.box_feature p {
	margin:0;
}


/*******************************************************************************************************/
/* hosting boxes - the pricing */
/*******************************************************************************************************/

.pricing_wrapper {
	position:relative;
	z-index:99 !important;
}
.pricing {
	position:relative;
	background: #6ab2dc;
	border:1px solid #6ab2dc;
	text-align:center;
    overflow: hidden;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.pricing h4 {
	text-transform: capitalize;
	color: #fff;
	font-weight: normal;
	margin-bottom:10px;
}
.pricing_top {
	padding:40px 0;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.pricing i {
	color: #6ab2dc;
}
.pricing_top p {
	color: #fff;
	margin-bottom: 0;
	font-size:40px;
	font-weight:bold;
}
.pricing ul {
	padding:20px 0 0px 0;
	margin-top:-10px;
	line-height:35px;

	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.pricing ul li {
	font-size:13px;
	background: #fff;
	padding:7px 0;
	margin:1px 0 0 0;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.pricing ul li:hover {
	background: #6ab2dc;
	color: #fff;
}
.pricing ul li:hover i {
	color: #fff;
}
.pricing li.pricing_order {
	padding:0;
}
.pricing li.pricing_order a {
	font-size:17px;
	color: #6ab2dc;
	display: block;
	padding:14px 0 !important;
}
.pricing ul li:hover a {
	color: #fff;
}
.pricing ul li:last-child { margin-bottom: 0; }

.pricing_best .pricing_order a {
	background: #6ab2dc;
	color: #fff;
}
.pricing_best .pricing_order:hover a {
	background: #000;
	color: #fff;
}

.pricing_ribbon {
	background: #222;
    overflow: hidden;
    position: absolute;
    right: -70px;
    top: 10px;

    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pricing_ribbon p {
	text-transform: uppercase;
    color: #fff;
    display: block;
    margin:0;
    padding: 5px 0;
    width:200px;
    text-align: center;
    text-decoration: none;
}


/*******************************************************************************************************/
/* pagination */
/*******************************************************************************************************/

#pagination li {
	float:left;
	margin-right:10px;
}
#pagination a {
	color: #fff;
	background: #0d0d0d;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:8px 15px;
}
#pagination a.pagination-current {
	color: #fff;
	background: #6ab2dc;
}
#pagination a:hover {
	color: #fff;
	background: #6ab2dc;
}


/*******************************************************************************************************/
/* tabs - used for homepage's header */
/*******************************************************************************************************/


.tabs {
    width:100%;
    display:inline-block;
}
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}
.tab-links {
	border-top: 3px solid #dbdbdb;
	border-right: 3px solid #dbdbdb;
	width:230px;
	float:left;
}
.tab-links li {
	border-bottom: 3px solid #dbdbdb;
    width:100%;
	padding:0;
    float:left;
    list-style:none;
}
.tab-links li.active {
	border-right: 3px solid #ededed;
}
.tab-links li:last-child {
	margin-bottom: 0px;
}
.tab-links a {
    width:100%;
    display:inline-block;
    text-transform: uppercase;
    font-size:14px;
    padding:40px 0;
    color:#000;
    -webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.tab-links a:hover {
    text-decoration:none;
    color: #6ab2dc;
}
.tab-links i {
	color: #000;
	font-size:30px;
	margin:0 !important;
	padding:0 30px 5px 0 !important;
	float: left;
    -webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.tab-links li a span { margin-left:-30px; }
.tab-links li.active i {
	color: #6ab2dc;
}
.tab-links li.active a, .tab-links li.active a:hover {
    color: #6ab2dc;
}

.tab-content {
	text-align: center;
	float:right;
	width:680px;
}
.tab {
	float:right;
	text-align: center;
    display:none;
}
.tab.active {
    display:block;
}

.tab-price {
	height:230px;
	display: block;
	text-align: center;
}
.tab-price span {
	text-align: center;
	width:140px;
	height:100px;
	margin:-195px auto 0 auto;
	padding-top:70px;
	display: block;
	font-size: 14px;
	color: #6ab2dc;
}
.tab-price span em {
	display: block;
	font-weight: bold;
	font-size: 24px;
	color: #6ab2dc;
}
.tab-price i {
	text-align: center;
	font-size: 220px;
	line-height: 160px;
	margin:0 auto 0 auto;
}
.tab h1 {
	line-height: 40px;
	color: #6ab2dc;
}
.tab h1, .tab p {
	text-align: center;
	margin-top:0 !important;
	padding-bottom:0 !important;
}
a.tab-button {
	margin:40px auto 0;
	width:150px;
	padding:20px 10px;
	color: #6ab2dc;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	background: transparent;
	border: 3px solid #6ab2dc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
a.tab-button:hover {
	background: #6ab2dc;
	color: #fff;
}


/*******************************************************************************************************/
/* tabs2 */
/*******************************************************************************************************/

.tabs_panel {
	background: #222;
	padding:60px 0 60px 0;
	color: #888; 
}
.tabs_panel .etabs {
	float: left;
	width:100%;
	margin-bottom:50px;
	padding: 0 0 50px 0;
	border-bottom: 1px solid #333;
}
.tabs_panel .etabs li {
	float: left;
	margin-bottom:10px;
	margin-right:10px;
}
.tabs_panel .etabs i {
	color: #6ab2dc;
	margin-right:15px;
}
.tabs_panel .tab { 
	display: inline-block; 
	zoom:1; 
	*display:inline;
	background: #0d0d0d;
	color: #fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tabs_panel .tab a {
	display: block; 
	padding: 6px 30px; 
	color: #fff;
	outline: none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tabs_panel .tab a.active { 
	color: #fff;
	background: #6ab2dc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tabs_panel .tab a.active i { color: #fff; }
.tabs_panel .tab a:hover { background: #6ab2dc; }
.tabs_panel .tab a:hover i { color: #fff; }
.tabs_panel .tab-container > div { 
	background: transparent;
	padding:30px 0;
	border: none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tabs_panel h1 {
	font-size:20px;
	padding:0 0 10px 0;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}
.tabs_panel h1 em {
	font-weight: bold;
}
.tabs_panel .tab-container div i {
	color: #6ab2dc;
}
.tabs_panel .box_feature h6 {
	color: #fff;
}
.tabs_panel .box_feature .box_feature_icon span {
	background: #0d0d0d;
}


/*******************************************************************************************************/
/* domains */
/*******************************************************************************************************/

.domains {
	height:50px;
	width:100%;
	margin:0 auto;
}
.domains input {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	border: none;
	font-size:13px;
	padding:0 50px 0 25px;
	height:50px;
	width:500px;
	color: #999;
	float:left;
	outline: none;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.domains select {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	border: none;
	font-size:13px;
	text-indent: 10px;
	padding:15px 30px;
	vertical-align: middle;
	line-height:50px;
	height:50px;
	width:150px;
	margin:0 0 0 50px;
	color: #999;
	float:left;
	outline: none;

	-webkit-border-radius: 0;    
	-moz-border-radius: 0;
	border-radius: 0;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.domains a.button {
	padding:12px 40px !important;
	float:right;
	margin-bottom:50px;
}
.domains h1 {
	margin-bottom:0px;
	padding-bottom:0px;
}
.domains ul li {
	background: #0d0d0d;
	display: block;
	float:left;
	color: #fff;
	width:auto;
	padding: 10px;
	margin:30px 30px 0 0;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.domains ul li span {
	float:left;
	color: #6ab2dc;
	font-weight: bold;
	padding-right:10px;
	font-size: 24px;
}


/*******************************************************************************************************/
/* accordion / toggle */
/*******************************************************************************************************/

.ui-accordion {
	background: #fff;
	padding:15px 20px;
	border:1px solid #ededed;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.accordion_header {
	background: #0d0d0d;
	color: #fff;
	padding:10px 15px !important;
	font-size: 14px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.accordion_header i {
	color: #6ab2dc;
	margin: 3px 5px 4px 5px !important;
	padding: 0 15px 0 0;
	min-height: 0; /* support: IE7 */
	outline:none;
	display: inline-block;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	min-height: 0; /* support: IE7 */
	margin:0;
	outline:none;
}
.ui-accordion-header-active .accordion_header span {
	color: #6ab2dc !important;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 0px;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 15px 20px 15px 20px;
	margin:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.ui-accordion p {
	margin-bottom:2px !important;
}


/*******************************************************************************************************/
/* testimonials */
/*******************************************************************************************************/

.testimonials_wrap {
	width:100%;
	background: #6ab2dc;
	padding:90px 0 90px 0;
	color: #fff;
}
.testimonials blockquote {
	text-align: center;
	width: auto;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.testimonials_img {
	height:100px;
	width:100px;
	margin-bottom:20px;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.testimonials .icon-quote-left {
	color: #0d0d0d;
	padding-right:20px;
}
.testimonials .icon-quote-right {
	color: #0d0d0d;
	padding-left:20px;
}
.testimonials p {
	font-style:italic;
	margin:0;
	color: #fff;
}
.testimonials cite {
	display:block;
	margin-top:20px;
}
.testimonials p i {
	padding-right:10px;
	color: #0d0d0d;
}
.testimonials_author {
	font-style:normal !important;
	padding-left:0 !important;
}



/*******************************************************************************************************/
/* sidebar left & right */
/*******************************************************************************************************/

.sidebar-left {
	width:200px;
	padding-right:50px;
	border-right:3px solid #ededed;
	float:left;
}
.sidebar-right {
	width:200px;
	padding-left:50px;
	border-left:3px solid #ededed;
	float:right;
}
.content-left {
	width:660px;
	float:left;
}
.content-right {
	width:660px;
	float:right;
}

.sidebar-left ul,
.sidebar-right ul {
	border-top:1px solid #ededed;
}
.sidebar-left ul li,
.sidebar-right ul li {
	border-bottom:1px solid #ededed;
	padding:10px 0;
}
.sidebar-left ul li i,
.sidebar-right ul li i {
	color: #6ab2dc;
}
.sidebar-left .search,
.sidebar-right .search {
	width:158px;
}
.sidebar-left .search input,
.sidebar-right .search input {
	width:118px;
	padding-left:30px;
}

.sidebar-left .heading,
.sidebar-right .heading {
	margin:0 0 30px 0;
}



/*******************************************************************************************************/
/* search */
/*******************************************************************************************************/

.search {
	border:1px solid #ededed;
	background: #fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:0px 20px;
	width:200px;
}
.search input {
	background: #fff url("../images/search.png") no-repeat left center;
	border:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:20px 30px;
	color: #999;
	outline: none;
}


/*******************************************************************************************************/
/* portfolio */
/*******************************************************************************************************/

.portfolio_one img,
.portfolio_two img,
.portfolio_three img,
.portfolio_four img {
	max-width:100%;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.portfolio_img {
	margin-bottom:30px;
}
.blog_img {
	margin-bottom:30px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.blog-post ul li {
	float:left;
	margin-right:30px;
	margin-top:10px;
}
.blog-post img {
	max-width:100%;
}




/*******************************************************************************************************/
/* latest blog posts */
/*******************************************************************************************************/

.latest_post {
	background: #fff;
	border: 1px solid #ededed;
	padding:15px 20px;
	float:left;
	padding-bottom:25px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.latest_post img {
	float:left;
	width:100%;
	height:auto;
	margin-bottom:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.latest_post h6 {
	margin-bottom: 15px;
}


/*******************************************************************************************************/
/* comment */
/*******************************************************************************************************/

.comment {
	background: #fff;
	border:1px solid #ededed;
	padding:20px 30px;
	margin-bottom:50px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.comment i {
	font-size:90px;
}
.comment-body {
	width:480px;
	float:right;
}
.comment-details {
	border-top:1px solid #ededed;
	padding-top:20px;
	margin-top:20px;
}
.comment-details i {
	font-size:inherit;
}
.comment-details ul li {
	float:left;
	margin-right:30px;
	margin-top:10px;
}



/*******************************************************************************************************/
/* reply */
/*******************************************************************************************************/

#reply input {
	font:inherit;
	width:598px;
	color: #999;
	padding:15px 30px;
	border:1px solid #ededed;
	margin-bottom:4px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#reply textarea {
	font:inherit;
	width:598px;
	color: #999;
	padding:15px 30px;
	margin-top:2px;
	height:150px;
	border:1px solid #ededed;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}




/*******************************************************************************************************/
/* employee */
/*******************************************************************************************************/

.employee img {
	width:100%;
	border:none;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.employee {
	text-align:center;
}
.employee h5 {
	margin:20px 0 0 0;
}
.employee i {
	font-size:20px;
}
.employee a i {
	color: #999;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.employee a:hover i {
	color: #6ab2dc;
}


/*******************************************************************************************************/
/* contactform */
/*******************************************************************************************************/

#contactform input#name,
#contactform input#subject,
#contactform input#email,
#contactform input#phone {
	background: #fff;
	border: 1px solid #ededed;
	padding:15px 30px;
	float:left;
	width:598px;
	color: #999;
	margin:2px 0;
	font:inherit;
	text-align:left;
	outline: none;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#contactform textarea {
	background: #fff;
	border: 1px solid #ededed;
	padding:10px 30px;
	float:right;
	width:598px;
	color: #999;
	text-align:left;
	margin:2px 0;
	font:inherit;
	outline: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contactform input.button {
	padding:15px 40px;
	background: #0d0d0d;
	border:none;
	color: #fff;
	cursor:pointer;
	font:inherit;
	margin:20px 20px 0 0;
	outline: none;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
#contactform input.button:hover {
	padding:15px 40px;
	background: #6ab2dc;
	color: #fff;
	border:none;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#contactform label {
	color: #6ab2dc;
}
#contactform table {
	margin-bottom: 20px;
}
#contactform .success {
	background: #6ab2dc;
	color: #fff;
	padding:4px 4px 4px 10px;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#contactform .error {
	background: #6ab2dc;
	color: #fff;
	padding:4px 4px 4px 10px;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}


/*******************************************************************************************************/
/* footer */
/*******************************************************************************************************/


footer {
	background: #222;
	padding:30px 0;
	color: #888;
	font-size:12px;
}
footer i {
	color: #6ab2dc;
	font-size: 11px;
}
footer h3 {
	color: #fff;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
footer h3 span {
	font-weight: bold;
}
footer ul li {
	color: #888;
	padding:3px 0;
	font-size:12px;
}
footer ul li a {
	font-size:12px;
	color: #6ab2dc;
}
footer p {
	color: #D6D4D4;
	font-size:12px;
	margin: 0;
}
footer a {
	color: #D6D4D4;
}
footer a:hover {
	color: #fff;
	font-weight:500;
}
footer #footer_address li a {
	display: inline !important;
}
footer #footer_address li {
	padding:3px 0;
	text-align: right;
}
footer #footer_address span {
	font-weight: bold;
	color: #fff;
	padding-right:15px;
	float:left;
}
footer #footer_address i {
	color: #6ab2dc;
	font-size: 15px;
	float:left;
	margin-top:5px;
	width:20px;
}
.footer_nav {
	padding:60px 0 90px 0;
}



/*******************************************************************************************************/
/* copyright panel */
/*******************************************************************************************************/

.copyright_panel {
	padding:30px 0 0px 0;
	border-top:1px solid #333;
	width:100%;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.copyright_panel p {
	margin:0;
}



/*******************************************************************************************************/
/* tweets */
/*******************************************************************************************************/

.tweets_panel {
	background: #fff;
	border: 1px solid #ededed;
	padding:15px 0px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tweets i {
	vertical-align: middle;
	font-size: 14px;
	background: #6ab2dc;
	color: #fff;
	padding: 4px 8px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-right: 20px;
}
.tweets p {
	width: auto;
	display: block;
	padding:0 20px;
}
.tweets span {
	margin-right: 20px;
}



/*******************************************************************************************************/
/* carousel */
/*******************************************************************************************************/

.list_carousel {
	background: #f7f7f7;
	margin: 0;
	width: 980px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height:100%;
}
.list_carousel li {
	color: #999;
	text-align: center;
	background: #fff;
	border: 1px solid #ededed;
	width: 222px;
	padding: 0;
	height:60px;
	margin:0 21px 0 0;
	display: block;
	float: left;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.list_carousel li img {
	padding-top:10px;
	padding-bottom:10px;
	vertical-align: middle;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev, .next { display: none !important; }
.unslider-arrow.prev, .unslider-arrow.next { display: block !important; }
.prev {
	float: left;
	margin: 20px 0 0 0;
	font-size:35px;
}
.next {
	float: right;
	margin: 20px 15px 0 0;
	font-size:35px;
}
.prev i,
.next i {
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.prev i:hover,
.next i:hover {
	color: #000;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}



/*******************************************************************************************************/
/* statistics */
/*******************************************************************************************************/

.stats_wrap {
	text-align: center;
	background: #222;
	width:100%;
	margin:0;
	padding:60px 0;
	color: #6ab2dc;
}
.stats {
	margin:0 auto;
	padding:30px 0;
}
.stats p {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.stats p span {
	color: #6ab2dc;
	font-size: 50px;
	border-bottom: 3px solid #333;
	padding-bottom: 15px;

	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.stats:hover p span {
	color: #fff;
}
.stats h5 {
	color: #6ab2dc;
	font-weight: normal;
	margin:0;
}
.stats h5 span {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}



/*******************************************************************************************************/
/* message */
/*******************************************************************************************************/

.message {
	background: #fff;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:50px 0 30px;
}
.message h1 {
	font-size:20px;
	font-weight: normal;
	color: #6ab2dc;
	text-transform: uppercase;
	float:left;
}
.message span {
	float: right;
	display:inline-block;
	vertical-align:middle;
}



/*******************************************************************************************************/
/* hosting features */
/*******************************************************************************************************/

.hosting_features {
	background: #fff;
	border:1px solid #ededed;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.hosting_features ul {
	padding:15px 20px;
}
.hosting_features ul li {
	line-height: 30px;
}
.hosting_features i {
	font-size:20px;
	padding-right:15px;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.hosting_features ul li:hover i {
	color: #0d0d0d;
}
.hosting_features span {
	width:35px;
	display: inline-block;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
  height: 988px;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media screen and (max-width: 920px) {
    .we-work-with-div {
        margin: auto;
        max-width: 220px;
        width: 100%;
    }
}

.offer-txt-div {
    margin: auto;
    max-width: 800px;
    width: 90%;
    background-color: #434343;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 1152px) {
	.wrap {
		width:800px;
		margin:0 auto;
	}
	.tab-content { width: 520px !important; }
	.list_carousel {
		width: 820px;
	}
	#contactform input#name,
	#contactform input#email {
		width:438px;
	}
	#contactform textarea {
		width:438px;
	}
	#reply input {
		width:438px;
	}
	#reply textarea {
		width:438px;
	}
	iframe#google_map {
		width:100%;
		height:300px;
	}
	.portfolio_one img,
	.portfolio_two img,
	.portfolio_three img,
	.portfolio_four img {
		max-width:100%;
	}
	#slider .slide { width:100%; }
	.bx-prev, .bx-prev:hover { top:85%; left:0px; }
	.bx-next, .bx-next:hover { top:85%; right:0px; }
	.content-left {
		width:500px;
		float:left;
	}
	.content-right {
		width:500px;
		float:right;
	}
	.comment-body {
		width:330px;
		float:right;
	}
	#sequence .slide1 { width: 300px; }
	#sequence .slide2 { width: 300px; margin-left:50px; }
	#sequence .slide3 { width: 300px; }
	#sequence .server1 { left: -350px; top: -520px; }
	#sequence .server2 { right: -350px; top: -520px; }
	#sequence .server3 { left: -350px; top: -520px; }
	#sequence .animate-in .server1 { left: 520px; top: 60px; }
	#sequence .animate-in .server2 { right: 520px; top: 60px; margin-left:40px; }
	#sequence .animate-in .server3 { left: 520px; top: 60px; }
	.domains input { width: 345px; }
	.domains select { width: 150px; }
}






@media (max-width: 920px) {
	.wrap {
		width:600px;
		margin:0 auto;
	}
	.tabs { float: none; }
	.tab-links { margin:0 auto; padding-top:85px; text-align: center; width:100%; border:none; border-top:3px solid #dbdbdb; float:none !important; }
	.tab-links li, .tab-links li.active { width:auto; padding:0px !important; border:none; display: inline-block; float:none !important; }
	.tab-links li span { display: none; }
	.tab-links a { padding:0; margin:0; }
	.tab-links i { line-height: 0px !important; font-size:38px; padding:0 10px 10px !important; -webkit-padding-after: 0px !important;  }
	.tab-content { width:100% !important; padding-bottom:90px; }
	.tab { width:100% !important; }

	.list_carousel {
		width: 620px;
	}
	header#top {
		position:relative;
	}
	#slider_wrapper {
		margin-top:0px;
		padding:100px 0 75px;
	}
	#slider_wrapper2 {
		padding:30px 0 30px 0;
	}
	#toggle i {
		display:block !important;
	}
	#logo { text-align: center; }
	#logo p {
		padding:30px 0 10px 0;
		margin:0 !important;
		float:none;
		border:0;
		text-align:center;
	}
	#logo em { display: none; }
	#logo span { margin:0 auto !important; float:none; }
	#phone {
		text-align: center;
		float: none;
		padding-bottom: 30px;
	}
	#nav ul,
	#nav ul ul,
	#nav ul ul ul {
	  margin: 0;
	  padding: 0;
	  width: 100%;
	  display: block;
	  list-style: none;
	  border:0;
	}
	nav .selected, nav ul ul .selected {
		background: #fff !important;
		color: #000 !important;
		border-top: none !important;
		border-bottom: none !important;
	}
	nav ul ul li {
		border:none;
		padding: 0 !important;
		margin: 0 !important;
		width: 180px;
		background: #fff !important;
	}
	nav ul ul ul { border-top: 0 !important; }
	nav ul ul li:hover { border-top:none; }
	nav ul ul li:last-child { border-bottom:none; }
	nav ul ul a {
		background: #fff;
		margin-left:0;
		border: none;
		padding:10px 30px !important;
	}
	#nav li,
	#nav li li,
	#nav li li li {
	  width: 100%;
	  display: block;
	  padding:0px 0 !important;
	}
	#nav a {
	  border-bottom:1px solid #6e2929;
	  color: #000;
	  font-size:14px;
	  -webkit-transition:none !important;
	  -o-transition:none !important;
	  -moz-transition:none !important;
	  transition:none !important;
	}
	#nav ul li a { padding:10px 0px; border: none !important; }
	#nav ul li a:hover { color: #000; border: none !important; }
	.js #nav {
	  clip: rect(0 0 0 0);
	  max-height: 0;
	  position: relative;
	  display: block;
	  overflow: hidden;
	  zoom: 1;
	}
	#nav.opened { max-height: 9999px; }
	nav ul ul,
	nav ul ul ul {
		position: relative !important;
		margin: 0;
		top:0;
		left:0;
		display: block !important;
		box-shadow: none;
		border-bottom:none !important;
	}
	nav ul ul li a:hover,
	nav ul ul ul li a:hover {
		background: transparent;
		color: #888 !important;
	}
	#nav ul ul li { width:100%; }
	#nav ul ul ul {
		width:100% !important;
		position:relative !important;
		top:0;
		left:0;
		display: block !important;
		padding:0 !important;
		margin:0 !important;
		border-bottom:none;
	}
	#nav ul ul ul li {
		width:100% !important;
		padding:0px 0 !important;
		display: block !important;
	}
	#nav ul ul ul li a { display: block !important; }
	#nav ul li a span { display: none !important; }
	#nav > ul { margin-top: 20px !important; padding-bottom:20px; }
	#nav {
		margin: 10px auto 0 auto;
		padding: 0px 0 20px 0;
		width:100% !important;
		text-align:center;
	}


	#contactform input#name,
	#contactform input#email { width:538px; }
	#contactform textarea { width:538px; }
	#reply input { width:538px; }
	#reply textarea { width:538px; }
	iframe#google_map { width:100%; height:300px; }
	.employee img { width:50%; }
	.portfolio_one img,
	.portfolio_two img,
	.portfolio_three img,
	.portfolio_four img { max-width:100%; }
	.pricing { margin-bottom:60px; }
	.pricing:last-child { margin-bottom:0px; }
	.pricing h4 { margin-top:0px !important; }
	.one_half,
	.one_third,
	.one_fourth,
	.one_fifth,
	.two_thirds,
	.last { width:100% !important; margin-bottom:30px; }
	.last { margin-bottom:0px; }
	h1, h2, h3, h4, h5, h6 { margin-top:20px; }
	#slider .slide { width:100%; }
	.bx-prev, .bx-prev:hover { top:85%; left:0px; }
	.bx-next, .bx-next:hover { top:85%; right:0px; }
	.sidebar-left {
		width:100%;
		float:left;
		padding-right:0;
		border:none;
		border-bottom:1px solid #eee;
		padding-bottom:30px;
		margin-bottom:30px;
	}
	.sidebar-right {
		width:100%;
		float:left;
		padding-left:0;
		border:none;
		border-bottom:1px solid #eee;
		padding-bottom:30px;
		margin-bottom:30px;
	}
	.content-left { width:100%; float:left; }
	.content-right { width:100%; float:left; }
	.comment-body { width:430px; float:right; }
	#sequence .slide1 { width: 250px; margin-left:-30px; }
	#sequence .slide2 { width: 250px; margin-top:-30px; margin-left:-50px; }
	#sequence .slide3 { width: 250px; margin-left:-30px;}
	#sequence .server1 { left: -350px; top: -420px; }
	#sequence .server2 { right: -350px; top: -420px; }
	#sequence .server3 { left: -350px; top: -420px; }
	#sequence .animate-in .server1 { left: 400px; top: 60px; }
	#sequence .animate-in .server2 { left: 0px; top: 60px; }
	#sequence .animate-in .server3 { left: 400px; top: 60px; }
	.sequence-prev, .sequence-prev:hover { top:90%; left: 45%; }
	.sequence-next, .sequence-next:hover { top:90%; right: 45%; }

	.unslider-arrow.prev, .unslider-arrow.prev:hover { top:12%; left:45%; }
	.unslider-arrow.next, .unslider-arrow.next:hover { top:12%; right:45%; }

	.top_area li { width:600px; text-align: center; }
	.top_area .social {  padding-top:30px; text-align: center !important; float: none !important; }
	.top_area .social li { width:auto; display: inline-block; float: none !important; }
	.top_area #top_area_links { padding:30px 0; }
	.domains input { width: 325px; }
	.domains select { width: 150px; }
	.domains a.button { float:left; margin-top:30px; }
	.message span { float:left; display:block; padding:20px 0 40px 0; }
	.heading { margin-bottom:30px; }
	.latest_posts .one_half:last-child { margin-bottom: 70px; }
}







@media (max-width: 700px) {
	.wrap {
		width:430px;
		margin:0 auto;
	}
	.tabs { float: none; }
	.tab-links { margin:0 auto; padding-top:85px; text-align: center; width:100%; border:none; border-top:3px solid #dbdbdb; float:none !important; }
	.tab-links li, .tab-links li.active { width:auto; padding:0px !important; border:none; display: inline-block; float:none !important; }
	.tab-links li span { display: none; }
	.tab-links a { padding:0; margin:0; }
	.tab-links i { line-height: 0px !important; font-size:38px; padding:0 10px 10px !important; -webkit-padding-after: 0px !important;  }
	.tab-content { width:100% !important; padding-bottom:90px; }
	.tab { width:100% !important; }

	.list_carousel {
		width: 450px;
	}
	header#top {
		position:relative;
	}
	.box_feature {
		margin-bottom:50px;
	}
	#slider_wrapper {
		margin-top:0px;
		padding:100px 0 75px 0;
	}
	#slider_wrapper2 {
		padding:30px 0 30px 0;
	}
	#toggle i {
		display:block !important;
	}
	#logo { text-align: center; }
	#logo p {
		padding:30px 0 10px 0;
		margin:0 !important;
		float:none;
		border:0;
		text-align:center;
	}
	#logo em { display: none; }
	#logo span { margin:0 auto !important; float:none; }
	#phone {
		text-align: center;
		float: none;
		padding-bottom: 30px;
	}
	#nav ul,
	#nav ul ul,
	#nav ul ul ul {
	  margin: 0;
	  padding: 0;
	  width: 100%;
	  display: block;
	  list-style: none;
	  border:0;
	}
	nav .selected {
		background: #fff !important;
		color: #000 !important;
		border-top: none !important;
		border-bottom: none !important;
	}
	nav ul ul li {
		border:none;
		padding: 0 !important;
		margin: 0 !important;
		width: 180px;
		background: #fff !important;
	}
	nav ul ul ul { border-top: 0 !important; }
	nav ul ul li:hover { border-top:none; }
	nav ul ul li:last-child { border-bottom:none; }
	nav ul ul a {
		background: #fff;
		margin-left:0;
		border: none;
		padding:10px 30px !important;
	}
	#nav li,
	#nav li li,
	#nav li li li {
	  width: 100%;
	  display: block;
	  padding:0px 0 !important;
	}
	#nav a {
	  border-bottom:1px solid #6e2929;
	  color: #000;
	  font-size:14px;
	  -webkit-transition:none !important;
	  -o-transition:none !important;
	  -moz-transition:none !important;
	  transition:none !important;
	}
	#nav ul li a { padding:10px 0px; border: none !important; }
	#nav ul li a:hover { color: #000; border: none !important; }
	.js #nav {
	  clip: rect(0 0 0 0);
	  max-height: 0;
	  position: relative;
	  display: block;
	  overflow: hidden;
	  zoom: 1;
	}
	#nav.opened { max-height: 9999px; }
	nav ul ul,
	nav ul ul ul {
		position: relative !important;
		margin: 0;
		top:0;
		left:0;
		display: block !important;
		box-shadow: none;
		border-bottom:none !important;
	}
	nav ul ul li a:hover,
	nav ul ul ul li a:hover {
		background: transparent;
		color: #888 !important;
	}
	#nav ul ul li { width:100%; }
	#nav ul ul ul {
		width:100% !important;
		position:relative !important;
		top:0;
		left:0;
		display: block !important;
		padding:0 !important;
		margin:0 !important;
		border-bottom:none;
	}
	#nav ul ul ul li {
		width:100% !important;
		padding:0px 0 !important;
		display: block !important;
	}
	#nav ul ul ul li a { display: block !important; }
	#nav ul li a span { display: none !important; }
	#nav > ul { margin-top: 20px !important; padding-bottom:20px; }
	#nav {
		margin: 10px auto 0 auto;
		padding: 0px 0 20px 0;
		width:100% !important;
		text-align:center;
	}



	#contactform input#name,
	#contactform input#email {
		width:368px;
	}
	#contactform textarea {
		width:368px;
	}
	#reply input {
		width:368px;
	}
	#reply textarea {
		width:368px;
	}
	iframe#google_map {
		width:100%;
		height:250px;
	}
	.employee img {
		width:50%;
	}
	.portfolio_one img,
	.portfolio_two img,
	.portfolio_three img,
	.portfolio_four img {
		max-width:100%;
	}
	.pricing { margin-bottom:60px; }
	.pricing:last-child { margin-bottom:0px; }
	.pricing h4 { margin-top:0px !important; }
	.one_half,
	.one_third,
	.one_fourth,
	.one_fifth,
	.two_thirds,
	.last { width:100% !important; margin-bottom:30px; }
	.last { margin-bottom:0px; }
	h1, h2, h3, h4, h5, h6 {
		margin-top:20px;
	}
	.box_feature h4 {
		margin-top:-35px !important;
	}
	#slider .slide { width:100%; }
	.bx-prev, .bx-prev:hover { top:85%; left:0px; }
	.bx-next, .bx-next:hover { top:85%; right:0px; }
	.sidebar-left {
		width:100%;
		float:left;
		padding-right:0;
		border:none;
		border-bottom:1px solid #eee;
		padding-bottom:30px;
		margin-bottom:30px;
	}
	.sidebar-right {
		width:100%;
		float:left;
		padding-left:0;
		border:none;
		border-bottom:1px solid #eee;
		padding-bottom:30px;
		margin-bottom:30px;
	}
	.content-left {
		width:100%;
		float:left;
	}
	.content-right {
		width:100%;
		float:left;
	}
	.comment-body {
		width:260px;
		float:right;
	}
	#sequence-theme, #sequence { height:300px; }
	#sequence .slide1 { width: 200px; margin-left:110px; margin-top:-100px; }
	#sequence .slide2 { width: 200px; margin-left:-240px; margin-top:-120px; }
	#sequence .slide3 { width: 200px; margin-left:110px; margin-top:-120px; }
	#sequence .server1 { display: none; }
	#sequence .server2 { display: none; }
	#sequence .server3 { display: none; }
	.sequence-prev, .sequence-prev:hover { top:80%; left: 45%; }
	.sequence-next, .sequence-next:hover { top:80%; right: 45%; }

	.unslider p { width:430px; margin: 0 auto; }
	.unslider-arrow.prev, .unslider-arrow.prev:hover { top:12%; left:45%; }
	.unslider-arrow.next, .unslider-arrow.next:hover { top:12%; right:45%; }

	.top_area li { width:430px; text-align: center; }
	.top_area .social {  text-align: center !important; float: none !important; }
	.top_area .social li { width:auto; display: inline-block; float: none !important; }
	footer .alignleft,
	footer .alignright {
		width:430px;
		text-align: center !important;
		float: none !important;
	}
	.domains input { width: 215px; }
	.domains select { width: 120px; padding:15px; margin-left: 20px; }
	.domains a.button { float:left; margin-top:30px; }
	.message span { float:left; display:block; padding:20px 0 40px 0; }
}







@media (max-width: 520px) {
	.wrap {
		width:300px;
		margin:0 auto;
	}
	.tabs { float: none; }
	.tab-links { margin:0 auto; padding-top:85px; text-align: center; width:100%; border:none; border-top:3px solid #dbdbdb; float:none !important; }
	.tab-links li, .tab-links li.active { width:auto; padding:0px !important; border:none; display: inline-block; float:none !important; }
	.tab-links li span { display: none; }
	.tab-links a { padding:0; margin:0; }
	.tab-links i { line-height: 0px !important; font-size:38px; padding:0 10px 10px !important; -webkit-padding-after: 0px !important;  }
	.tab-content { width:100% !important; padding-bottom:90px; }
	.tab { width:100% !important; }

	.list_carousel {
		width: 320px;
	}
	.box_feature {
		margin-bottom:50px;
	}
	header#top {
		position:relative;
	}
	#slider_wrapper {
		margin-top:0px;
		padding:100px 0 75px 0;
	}
	#slider_wrapper2 {
		padding:30px 0 30px 0;
	}
	#toggle i {
		display:block !important;
	}
	#logo { text-align: center; }
	#logo p {
		padding:30px 0 10px 0;
		margin:0 !important;
		float:none;
		border:0;
		text-align:center;
	}
	#logo em { display: none; }
	#logo span { margin:0 auto !important; float:none; }
	#phone {
		text-align: center;
		float: none;
		padding-bottom: 30px;
	}
	#nav ul,
	#nav ul ul,
	#nav ul ul ul {
	  margin: 0;
	  padding: 0;
	  width: 100%;
	  display: block;
	  list-style: none;
	  border:0;
	}
	nav .selected {
		background: #fff !important;
		color: #000 !important;
		border-top: none !important;
		border-bottom: none !important;
	}
	nav ul ul li {
		border:none;
		padding: 0 !important;
		margin: 0 !important;
		width: 180px;
		background: #fff !important;
	}
	nav ul ul ul { border-top: 0 !important; }
	nav ul ul li:hover { border-top:none; }
	nav ul ul li:last-child { border-bottom:none; }
	nav ul ul a {
		background: #fff;
		margin-left:0;
		border: none;
		padding:10px 30px !important;
	}
	#nav li,
	#nav li li,
	#nav li li li {
	  width: 100%;
	  display: block;
	  padding:0px 0 !important;
	}
	#nav a {
	  border-bottom:1px solid #6e2929;
	  color: #000;
	  font-size:14px;
	  -webkit-transition:none !important;
	  -o-transition:none !important;
	  -moz-transition:none !important;
	  transition:none !important;
	}
	#nav ul li a { padding:10px 0px; border: none !important; }
	#nav ul li a:hover { color: #000; border: none !important; }
	.js #nav {
	  clip: rect(0 0 0 0);
	  max-height: 0;
	  position: relative;
	  display: block;
	  overflow: hidden;
	  zoom: 1;
	}
	#nav.opened { max-height: 9999px; }
	nav ul ul,
	nav ul ul ul {
		position: relative !important;
		margin: 0;
		top:0;
		left:0;
		display: block !important;
		box-shadow: none;
		border-bottom:none !important;
	}
	nav ul ul li a:hover,
	nav ul ul ul li a:hover {
		background: transparent;
		color: #888 !important;
	}
	#nav ul ul li { width:100%; }
	#nav ul ul ul {
		width:100% !important;
		position:relative !important;
		top:0;
		left:0;
		display: block !important;
		padding:0 !important;
		margin:0 !important;
		border-bottom:none;
	}
	#nav ul ul ul li {
		width:100% !important;
		padding:0px 0 !important;
		display: block !important;
	}
	#nav ul ul ul li a { display: block !important; }
	#nav ul li a span { display: none !important; }
	#nav > ul { margin-top: 20px !important; padding-bottom:20px; }
	#nav {
		margin: 10px auto 0 auto;
		padding: 0px 0 20px 0;
		width:100% !important;
		text-align:center;
	}



	#contactform input#name,
	#contactform input#email {
		width:238px;
	}
	#contactform textarea {
		width:238px;
	}
	#reply input {
		width:238px;
	}
	#reply textarea {
		width:238px;
	}
	iframe#google_map {
		width:100%;
		height:200px;
	}
	.employee img {
		width:50%;
	}
	.portfolio_one img,
	.portfolio_two img,
	.portfolio_three img,
	.portfolio_four img {
		max-width:100%;
	}
	.pricing { margin-bottom:60px; }
	.pricing:last-child { margin-bottom:0px; }
	.pricing h4 { margin-top:0px !important; }
	h1, h2, h3, h4, h5, h6 {
		margin-top:20px;
	}
	.box_feature h4 {
		margin-top:-35px !important;
	}
	.one_half,
	.one_third,
	.one_fourth,
	.one_fifth,
	.two_thirds,
	.last { width:100% !important; margin-bottom:30px; }
	.last { margin-bottom:0px; }
	#slider .slide { width:100%; }
	#slider .slide h1 { line-height: 40px; }
	.bx-prev, .bx-prev:hover { top:90%; left:0px; }
	.bx-next, .bx-next:hover { top:90%; right:0px; }
	.sidebar-left {
		width:100%;
		float:left;
		padding-right:0;
		border:none;
		border-bottom:1px solid #eee;
		padding-bottom:30px;
		margin-bottom:30px;
	}
	.sidebar-right {
		width:100%;
		float:left;
		padding-left:0;
		border:none;
		border-bottom:1px solid #eee;
		padding-bottom:30px;
		margin-bottom:30px;
	}
	.content-left {
		width:100%;
		float:left;
	}
	.content-right {
		width:100%;
		float:left;
	}
	.comment-body {
		margin-top:20px;
		width:100%;
		float:right;
	}
	#sequence .slide1 { width: 200px; margin-left:30px; margin-top:-100px; }
	#sequence .slide2 { width: 200px; margin-left:-320px; margin-top:-120px; }
	#sequence .slide3 { width: 200px; margin-left:30px; margin-top:-120px; }
	#sequence .server1 { display: none; }
	#sequence .server2 { display: none; }
	#sequence .server3 { display: none; }

	.unslider p { width:300px; margin: 0 auto; }
	.unslider-arrow.prev, .unslider-arrow.prev:hover { top:12%; left:40%; }
	.unslider-arrow.next, .unslider-arrow.next:hover { top:12%; right:40%; }

	.top_area li { width:300px; text-align: center; }
	.top_area .social {  text-align: center !important; float: none !important; }
	.top_area .social li { width:auto; display: inline-block; float: none !important; }
	footer .alignleft,
	footer .alignright {
		width:300px;
		text-align: center !important;
		float: none !important;
	}
	.domains input { width: 225px; }
	.domains select { width: 300px; padding:15px 5px; margin-top: 30px; margin-left:0px; float:left; }
	.domains a.button { float:left; margin-top:30px; }
	.message span { float:left; display:block; padding:20px 0 40px 0; }
}







@media (max-width: 400px) {
	.wrap {
		width:250px;
		margin:0 auto;
	}
	.tabs { float: none; }
	.tab-links { margin:0 auto; padding-top:85px; text-align: center; width:100%; border:none; border-top:3px solid #dbdbdb; float:none !important; }
	.tab-links li, .tab-links li.active { width:auto; padding:0px !important; border:none; display: inline-block; float:none !important; }
	.tab-links li span { display: none; }
	.tab-links a { padding:0; margin:0; }
	.tab-links i { line-height: 0px !important; font-size:38px; padding:0 10px 10px !important; -webkit-padding-after: 0px !important;  }
	.tab-content { width:100% !important; padding-bottom:90px; }
	.tab { width:100% !important; }

	.list_carousel {
		width: 270px;
	}
	header#top {
		position:relative;
	}
	#slider_wrapper {
		margin-top:0px;
		padding:100px 0 75px 0;
	}
	#slider_wrapper2 {
		padding:30px 0 30px 0;
	}
	#toggle i {
		display:block !important;
	}
	#logo { text-align: center; }
	#logo p {
		padding:30px 0 10px 0;
		margin:0 !important;
		float:none;
		border:0;
		text-align:center;
	}
	#logo em { display: none; }
	#logo span { margin:0 auto !important; float:none; }
	#phone {
		text-align: center;
		float: none;
		padding-bottom: 30px;
	}
	#nav ul,
	#nav ul ul,
	#nav ul ul ul {
	  margin: 0;
	  padding: 0;
	  width: 100%;
	  display: block;
	  list-style: none;
	  border:0;
	}
	nav .selected {
		background: #fff !important;
		color: #000 !important;
		border-top: none !important;
		border-bottom: none !important;
	}
	nav ul ul li {
		border:none;
		padding: 0 !important;
		margin: 0 !important;
		width: 180px;
		background: #fff !important;
	}
	nav ul ul ul { border-top: 0 !important; }
	nav ul ul li:hover { border-top:none; }
	nav ul ul li:last-child { border-bottom:none; }
	nav ul ul a {
		background: #fff;
		margin-left:0;
		border: none;
		padding:10px 30px !important;
	}
	#nav li,
	#nav li li,
	#nav li li li {
	  width: 100%;
	  display: block;
	  padding:0px 0 !important;
	}
	#nav a {
	  border-bottom:1px solid #6e2929;
	  color: #000;
	  font-size:14px;
	  -webkit-transition:none !important;
	  -o-transition:none !important;
	  -moz-transition:none !important;
	  transition:none !important;
	}
	#nav ul li a { padding:10px 0px; border: none !important; }
	#nav ul li a:hover { color: #000; border: none !important; }
	.js #nav {
	  clip: rect(0 0 0 0);
	  max-height: 0;
	  position: relative;
	  display: block;
	  overflow: hidden;
	  zoom: 1;
	}
	#nav.opened { max-height: 9999px; }
	nav ul ul,
	nav ul ul ul {
		position: relative !important;
		margin: 0;
		top:0;
		left:0;
		display: block !important;
		box-shadow: none;
		border-bottom:none !important;
	}
	nav ul ul li a:hover,
	nav ul ul ul li a:hover {
		background: transparent;
		color: #888 !important;
	}
	#nav ul ul li { width:100%; }
	#nav ul ul ul {
		width:100% !important;
		position:relative !important;
		top:0;
		left:0;
		display: block !important;
		padding:0 !important;
		margin:0 !important;
		border-bottom:none;
	}
	#nav ul ul ul li {
		width:100% !important;
		padding:0px 0 !important;
		display: block !important;
	}
	#nav ul ul ul li a { display: block !important; }
	#nav ul li a span { display: none !important; }
	#nav > ul { margin-top: 20px !important; padding-bottom:20px; }
	#nav {
		margin: 10px auto 0 auto;
		padding: 0px 0 20px 0;
		width:100% !important;
		text-align:center;
	}

	
	#contactform input#name,
	#contactform input#email {
		width:188px;
	}
	#contactform textarea {
		width:188px;
	}
	#reply input {
		width:188px;
	}
	#reply textarea {
		width:188px;
	}
	iframe#google_map {
		width:100%;
		height:200px;
	}
	.employee img {
		width:50%;
	}
	.portfolio_one img,
	.portfolio_two img,
	.portfolio_three img,
	.portfolio_four img {
		max-width:100%;
	}
	.pricing { margin-bottom:60px; }
	.pricing:last-child { margin-bottom:0px; }
	.pricing h4 { margin-top:0px !important; }
	h1, h2, h3, h4, h5, h6 {
		margin-top:20px;
	}
	.box_feature h4 {
		margin-top:-35px !important;
	}
	.one_half,
	.one_third,
	.one_fourth,
	.one_fifth,
	.two_thirds,
	.last { width:100% !important; margin-bottom:30px; }
	.last { margin-bottom:0px; }
	#slider .slide { width:100%; }
	#slider .slide h1 { line-height: 40px; }
	.bx-prev, .bx-prev:hover { top:90%; left:0px; }
	.bx-next, .bx-next:hover { top:90%; right:0px; }
	.sidebar-left {
		width:100%;
		float:left;
		padding-right:0;
		border:none;
		border-bottom:1px solid #eee;
		padding-bottom:30px;
		margin-bottom:30px;
	}
	.sidebar-right {
		width:100%;
		float:left;
		padding-left:0;
		border:none;
		border-bottom:1px solid #eee;
		padding-bottom:30px;
		margin-bottom:30px;
	}
	.content-left {
		width:100%;
		float:left;
	}
	.content-right {
		width:100%;
		float:left;
	}
	.comment-body {
		margin-top:20px;
		width:100%;
		float:right;
	}
	.box_feature h4 {
		margin-top:0px !important;
	}
	#sequence .slide1 { width: 200px; margin-left:-30px; margin-top:-100px; }
	#sequence .slide2 { width: 200px; margin-left:-380px; margin-top:-120px; }
	#sequence .slide3 { width: 200px; margin-left:-30px; margin-top:-120px; }
	#sequence .server1 { display: none; }
	#sequence .server2 { display: none; }
	#sequence .server3 { display: none; }
	.sequence-prev, .sequence-prev:hover { top:80%; left: 40%; }
	.sequence-next, .sequence-next:hover { top:80%; right: 40%; }

	.unslider p { width:250px; margin: 0 auto; }
	.unslider-arrow.prev, .unslider-arrow.prev:hover { top:12%; left:35%; }
	.unslider-arrow.next, .unslider-arrow.next:hover { top:12%; right:35%; }

	.top_area li { width:250px; text-align: center; }
	.top_area .social {  text-align: center !important; float: none !important; }
	.top_area .social li { width:auto; display: inline-block; float: none !important; }
	footer .alignleft,
	footer .alignright {
		width:250px;
		text-align: center;
	}
	.domains input { width: 175px; }
	.domains select { width: 250px; padding:15px 5px; margin-top: 30px; margin-left:0px; float:left; }
	.domains a.button { float:left; margin-top:30px; }
	.message span { float:left; display:block; padding:20px 0 40px 0; }
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font-awesome/font/fontawesome-webfont.eot');
  src: url('../font-awesome/font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font-awesome/font/fontawesome-webfont.woff') format('woff'), url('../font-awesome/font/fontawesome-webfont.ttf') format('truetype'), url('../font-awesome/font/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

/*
Theme created for use with Sequence.js (http://www.sequencejs.com/)

Theme: Apple Style
Version: 1.3
Theme Author: Ian Lunn @IanLunn
Author URL: http://www.ianlunn.co.uk/
Theme URL: http://www.sequencejs.com/themes/apple-style/

This is a FREE theme and is available under a MIT License:
http://www.opensource.org/licenses/mit-license.php

Sequence.js and its dependencies are (c) Ian Lunn Design 2012 - 2013 unless otherwise stated.
*/

/* prefix declarations */
/* Keyframes */
@-webkit-keyframes paused {
  /* animate the pause button when Sequence is paused */
  0% {
    background-position: 0 0;
    opacity: 0;
  }

  100% {
    background-position: 0 0;
    opacity: .7;
  }
}

@-moz-keyframes paused {
  /* animate the pause button when Sequence is paused */
  0% {
    background-position: 0 0;
    opacity: 0;
  }

  100% {
    background-position: 0 0;
    opacity: .7;
  }
}

@-ms-keyframes paused {
  /* animate the pause button when Sequence is paused */
  0% {
    background-position: 0 0;
    opacity: 0;
  }

  100% {
    background-position: 0 0;
    opacity: .7;
  }
}

@-o-keyframes paused {
  /* animate the pause button when Sequence is paused */
  0% {
    background-position: 0 0;
    opacity: 0;
  }

  100% {
    background-position: 0 0;
    opacity: .7;
  }
}

@keyframes paused {
  /* animate the pause button when Sequence is paused */
  0% {
    background-position: 0 0;
    opacity: 0;
  }

  100% {
    background-position: 0 0;
    opacity: .7;
  }
}

@-webkit-keyframes status-bar {
  /* cause the status bar to move */
  0% {
    background-position: -119px 0;
  }

  100% {
    background-position: 0 0;
  }
}

@-moz-keyframes status-bar {
  /* cause the status bar to move */
  0% {
    background-position: -119px 0;
  }

  100% {
    background-position: 0 0;
  }
}

@-ms-keyframes status-bar {
  /* cause the status bar to move */
  0% {
    background-position: -119px 0;
  }

  100% {
    background-position: 0 0;
  }
}

@-o-keyframes status-bar {
  /* cause the status bar to move */
  0% {
    background-position: -119px 0;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes status-bar {
  /* cause the status bar to move */
  0% {
    background-position: -119px 0;
  }

  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes preload {
  /* preloader icons */
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes preload {
  /* preloader icons */
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes preload {
  /* preloader icons */
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes preload {
  /* preloader icons */
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes preload {
  /* preloader icons */
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.slider_wrapper_sequence {
  padding:50px 0 50px 0 !important;
}
.slider_wrapper_sequence h2 {
  color: #f68f8f !important;
}

/* !Keyframes */
#sequence-theme {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

/* when in fallback mode (for browsers that don't support transitions) hide anything outside of the Sequence container */
#sequence.sequence-fallback {
  overflow: hidden;
}

#sequence {
  position: relative;
  height: 400px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /* Preloader */
  /* !Preloader */
  /* Frame Animations */
  /* !Frame Animations */
}
#sequence > .sequence-canvas {
  height: 100%;
  width: 100%;
}
#sequence > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#sequence > .sequence-canvas li > * {
  position: absolute;
}
#sequence h2 {
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  margin: 0 0 30px 0;
  color: #fff;
}
#sequence p {
  color: #888;
  text-align:center;
}


.sequence-prev {
  background: transparent;
  position:absolute;
  display:block;
  z-index:9999999;
  cursor: pointer;
  top:45%;
  left:0px;
  width: 20px;
  height: 20px;
  border-bottom:8px solid #6ab2dc;
  border-left:8px solid #6ab2dc;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -webkit-transition:all 200ms ease-in;
  -o-transition:all 200ms ease-in;
  -moz-transition:all 200ms ease-in;
  transition:all 200ms ease-in;
}
.sequence-prev:hover {
  background: transparent;
  position:absolute;
  top:45%;
  left:0px;
  width: 20px;
  height: 20px;
  border-bottom:8px solid #000;
  border-left:8px solid #000;
  opacity: 1;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
}
.sequence-next {
  background: transparent;
  position:absolute;
  display:block;
  float:right;
  z-index:9999999;
  cursor: pointer;
  top:45%;
  right:0px;
  width: 20px;
  height: 20px;
  border-top:8px solid #6ab2dc;
  border-right:8px solid #6ab2dc;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -webkit-transition:all 200ms ease-in;
  -o-transition:all 200ms ease-in;
  -moz-transition:all 200ms ease-in;
  transition:all 200ms ease-in;
}
.sequence-next:hover {
  background: transparent;
  position:absolute;
  top:45%;
  right:0px;
  width: 20px;
  height: 20px;
  border-top:8px solid #000;
  border-right:8px solid #000;
  opacity: 1;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
}

#sequence .sequence-preloader {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999999;
}
#sequence .sequence-preloader img {
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  height: 12px;
  opacity: 0;
  position: relative;
  top: -50%;
  width: 12px;
  -webkit-animation: preload 1s infinite;
  -moz-animation: preload 1s infinite;
  -ms-animation: preload 1s infinite;
  -o-animation: preload 1s infinite;
  animation: preload 1s infinite;
}
#sequence .sequence-preloader .preloading {
  height: 12px;
  margin: 0 auto;
  top: 50%;
  position: relative;
  width: 48px;
}
#sequence .sequence-preloader img:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -ms-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#sequence .sequence-preloader img:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#sequence .sequence-preloader .preloading-complete {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .server1 {
  left: -450px;
  opacity: 1;
  position: absolute;
  top: -520px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
#sequence .animate-in .server1 {
  left: 600px;
  opacity: 1;
  top: 60px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
#sequence .animate-out .server1 {
  left: 1100px;
  opacity: 0;
  top: -370px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .slide1 {
  position: absolute;
  left: -450px;
  top: -370px;
  width: 400px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
#sequence .animate-in .slide1 {
  left: 100px;
  top: 140px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
#sequence .animate-out .slide1 {
  left: 100px;
  opacity: 0;
  top: 220px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .server2 {
  left: -450px;
  position: absolute;
  top: 770px;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  z-index: 5;
}
#sequence .animate-in .server2 {
  left: 85px;
  top: 60px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .animate-out .server2 {
  left: -800px;
  opacity: 0;
  top: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

#sequence .slide2 {
  left: 950px;
  position: absolute;
  top: 670px;
  width: 400px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
#sequence .animate-in .slide2 {
  left: 450px;
  top: 140px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .animate-out .slide2 {
  left: 800px;
  opacity: 0;
  top: 220px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .server3 {
  left: 450px;
  top: -570px;
  position: absolute;
  z-index: 2;
}
#sequence .animate-in .server3 {
  left: 600px;
  top: 60px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#sequence .animate-out .server3 {
  left: 700px;
  top: 770px;
  -webkit-transform: rotate(100deg);
  -moz-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  -o-transform: rotate(100deg);
  transform: rotate(100deg);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .slide3 {
  position: absolute;
  left: -800px;
  opacity: 0;
  top: 150px;
  width: 400px;
}
#sequence .animate-in .slide3 {
  left: 100px;
  opacity: 1;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
#sequence .animate-out .slide3 {
  left: 900px;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}


.clearfix {
	clear: both;
}

#optwrap {
	position: fixed;
	top: 130px;
	font-family: Verdana, Arial, sans-serif;
	color: #858585;
	left: -212px;
	background-color: #0d0d0d;
	z-index: 999999999999999999999999;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
  /*-moz-box-shadow: 2px 4px 4px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 4px 4px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.1);*/
	}
	

/*==== OPTIONS CONTAINER
==============================================================*/

#options {
	float: left;
	width: 170px;
	padding: 20px 0 20px 40px;
	position: relative;
	/*background: #fff;*/
}

#options h5 {
	font-family: Bebas, Arial, sans-serif !important;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 20px;
}

#options strong	{
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 14px;
	clear: both;
}

#options p {
	font-size: 9px;
	line-height: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#options li {
	font-size: 10px;
}


/*==== OPEN / CLOSE
==============================================================*/

#closer { 
	float: left;
	background-color: #0d0d0d;
	position: relative;
}

.opener {
	background: url("../images/config-2.png") center center no-repeat #0d0d0d;
	display: block;	
}

.closerer {
	display: none;
	background: url("../images/config-2.png") center center no-repeat #0d0d0d;
}

.opener, .closerer {
	
	top: 60px;
	position: absolute;
	width: 48px;
	height: 48px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;	
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	
	/*	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	*/
}


.opener:hover {
	background-color: #111;
}

.closerer:hover {
	background-color: #111;
}




/*==== BUTTON
==============================================================*/

.btn {
	background: #656565;
	padding: 3px 10px;
	font-size: 11px;
	color: #f7f7f7;	
	display: inline-block;
}

.btn:hover {
	background: #323232;
	text-decoration: none;
}

.colorpicker {
	z-index: 105 !important;
}


/*==== OPTIONS - DROPDOWNS
==============================================================*/

select, #options input {
	width: 100%;
	padding: 3px;
	margin: 10px 0 15px 0;	
	color: #888;
	font-size: 11px;
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #d5d5d5;
}

option {
	padding: 3px 0;
	background: #fff;
}

#options ul li {
	display: block;
}


/*==== COLOR STYLES
==============================================================*/

#color_scheme {
	list-style: none;
	margin-top: 10px;
	padding-bottom: 10px;
}

#color_scheme li {
	display: inline-block;
	float: left;
	padding: 2px;
	border: 1px solid #b5b5b5;
	margin: 0 8px 6px 0;
	height: 30px;
	border-radius:50%;
}
#color_scheme li:hover {
	border: 1px solid #858585;
}

#color_scheme li a {
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius:50%;
}

.color-switcher {
	margin-bottom: 10px;
}

.red { background: #f68f8f;}
.blue { background: #6ab2dc;}
.green { background: #7bee77;}
.purple { background: #fe93ff;}
.brown { background: #e6a58b;}
.black { background: #cecece;}


#bg-patt {
	list-style: none;
	margin-top: 10px;	
}

#bg-patt li {
	display: inline-block;
	float: left;
	padding: 2px;
	border: 1px solid #b5b5b5;
	margin: 0 6px 6px 0;
	height: 20px;
}

#bg-patt li:hover {
	border: 1px solid #858585;
}

#bg-patt li a {
	display: inline-block;
	height: 20px;
	width: 20px;
}


#dataEntryServices.container-fluid {
    padding: 100px 10px;
}

#dataEntryServices .title {
    text-align: center;
    font-size: 20px;
    padding: 8px;
    text-align: center;
}

.sub-title, #tabs {
    text-align: justify;
    padding: 0px 16px;
    font-size: 16px;
}

#dataEntryServices .one_third {
    background-color: #6ab2dc;
    border-radius: 25px;
    text-align: center;
}

#dataEntryServices .box_feature {
    margin: 40px 0px;
}

    #dataEntryServices .box_feature h2 {
        text-align: center;
        margin: 16px 0px;
        font-size: 30px;
    }

    #dataEntryServices .box_feature p {
        font-size: 16px;
    }

    #dataEntryServices .box_feature h2, #dataEntryServices .box_feature p {
        color: #fff;
    }


#dataEntryServices .forms {
    width: 100%;
    float: left;
}

    #dataEntryServices .forms p {
        text-align: center;
        font-size: 14px;
    }

    #dataEntryServices .forms img {
        width: 100%;
    }




#dataEntryServices table tbody tr td i {
    color: #6ab2dc
}



.sub-title.m-b-40 {
    margin-top: 40px;
}

.stateweserve {
    text-align: center;
}

    .stateweserve img, table tbody tr td img {
        width: calc(100% - 10%);
    }

#dataEntryServices .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    padding: 0px 15px;
    border-collapse: separate;
}

#dataEntryServices .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

#dataEntryServices tbody {
    border: 1px solid #dee2e6
}

#dataEntryServices .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    white-space: nowrap;
}

#dataEntryServices .last {
    margin-bottom: 30px;
}

#dataEntryServices .space2 {
    display: none;
}

#dataEntryServices .state-table {
    overflow-y: hidden;
}

.tab-container .title {
    color: #888;
    font-weight: 800;
}

.our-services {
    background-color: #69B2DC;
    padding: 20px;
}

    .our-services .title h2 {
        color: #fff;
        text-align: center;
        font-size: 16px;
        margin: 0px 0px 8px 0px;
    }

    .our-services .title p {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .our-services .service-btn {
        text-align: center;
    }

        .our-services .service-btn button {
            padding: 12px;
            color: #69B2DC;
            text-transform: uppercase;
            border: none;
            font-weight: bold;
            background: #fff;
            cursor: pointer;
        }

            .our-services .service-btn button i {
                border: 2px solid #6ab2dc;
                padding: 0px 4px;
                margin: 0px 12px;
                font-weight: bold;
            }

@media only screen and (min-width:576px) {
    #dataEntryServices .one_third {
        width: 45% !important;
        margin: 10px;
    }
}

@media only screen and (min-width:768px) {
    #dataEntryServices .title {
        font-size: 20px;
    }

    #dataEntryServices .last {
        margin-bottom: 0px;
    }

    #dataEntryServices .space2 {
        display: block
    }

    .stateweserve img, table tbody tr td img {
        width: calc(100% - 20%);
    }

    #dataEntryServices .forms {
        width: 45%;
        float: left;
        margin: 0px 16px;
    }
}


@media only screen and (min-width:992px) {

    .our-services {
        overflow: hidden;
        padding: 48px 40px;
    }

        .our-services .title {
            width: 60%;
            float: left;
        }

            .our-services .title h2, .our-services .title p {
                text-align: left;
            }

            .our-services .title h2 {
                font-size: 30px;
                line-height: 36px;
            }

            .our-services .title p {
                font-size: 16px;
            }

        .our-services .service-btn {
            width: 40%;
            float: left;
        }

            .our-services .service-btn button {
                margin: 40px;
            }
}

@media only screen and (min-width:1200px) {
    #dataEntryServices {
        width: 960px;
        margin: 0 auto;
    }

        #dataEntryServices .one_third {
            width: 22% !important;
            min-height: 210px;
        }

        #dataEntryServices .box_feature.alignment {
            margin: 56px 0px;
        }

        #dataEntryServices .box_feature .alignment2 {
            margin: 56px 0px 40px;
        }

        #dataEntryServices .box_feature h2 {
            font-size: 45px;
            margin: 20px 0px 40px 0px;
        }

        #dataEntryServices .box_feature p {
            font-size: 18px;
            margin: 20px;
        }

        #dataEntryServices .title, #dataEntryServices .sub-title {
            text-align: left;
            text-align: justify;
        }


        #dataEntryServices .forms {
            margin: 12px 20px;
        }

            #dataEntryServices .forms p {
                font-size: 18px;
            }


    .stateweserve img, table tbody tr td img {
        width: calc(100% - 25%);
    }

    table tbody tr .hding {
        width: 30%;
        vertical-align: middle !important;
        text-align: center;
    }
}

