/* 	Reset Styling
----------------------------------------------------------------------*/
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, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	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;
}
* {
	outline: none;
	padding: 0px;
	margin: 0px
}

/*	General Styling
----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	background: #ddd url(images/backgrounds/8.jpg) fixed center repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	color: #7A7A7A;
	line-height: 18px;
	font-family: "Tahoma", Helvetica, Arial;
	font-size: 12px;
	overflow-x: hidden;
}
::selection{
	color:#fff;
	background:#1ABC9C;
}
::-moz-selection{
	color:#fff;
	background:#1ABC9C;
}
img {
	border: none;
	max-width: 100%;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-ms-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
a:hover {
	color: #1abc9c;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	padding: 0;
	font-family: "Oswald", Helvetica, Arial;
	margin: 0 0 16px 0;
	font-weight: bold;
}
h1 {
	line-height: 1;
	font-size: 40px
}
h2 {
	line-height: 1;
	font-size: 32px
}
h3 {
	font-size: 26px
}
h4 {
	font-size: 20px
}
h5 {
	font-size: 16px
}
h6 {
	font-size: 14px
}
p {
	margin-bottom: 32px
}
p:last-child {
	margin-bottom: 0
}
strong {
	font-weight: bold
}
em {
	font-style: italic
}
ol {
	padding: 0;
	margin: 0
}
ol li {
	list-style: decimal;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	line-height: 24px
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
cite {
	float: right;
	padding: 0 0 5px 0
}
hr {
	background: #eee;
	border: 0;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	position: relative
}
pre {
	color: #333;
	white-space: initial;
	border-radius: 3px;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	white-space: initial;
	margin: 5px 0 20px 0;
	overflow: auto;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
code {
	color: #333;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	border-radius: 3px;
	margin: 5px 0 20px 0;
	clear: both;
	display: block;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
iframe {
	max-width: 100%;
}
mark {
	padding: 3px 5px;
}
textarea { 
	white-space:pre; 
}

/*	Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

/*	Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}

/*	Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.grid_1 {
	width:6.333%;
}
.grid_2 {
	width:14.667%;
}

.grid_3 {
	width:23.0%;
}

.grid_4 {
	width:31.333%;
}

.grid_5 {
	width:39.667%;
}

.grid_6 {
	width:48.0%;
}

.grid_7 {
	width:56.333%;
}

.grid_8 {
	width:64.667%;
}

.grid_9 {
	width:73.0%;
}

.grid_10 {
	width:81.333%;
}

.grid_11 {
	width:89.667%;
}

.grid_12 {
	width:98.0%;
}
.grid_12:after {
	content: "";
	clear: both;
}
.grid_full {
	width:100%;
}
.row {
	width: 1080px;
	margin: 0 auto;
	padding: 0 30px;
}
.grey20 {
	padding-top: 30px;
	padding-bottom: 10px;
	background: #F6F6F6;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-box-shadow: inset 0px 3px 0px 0px #EBEBEB, inset 0px -3px 0px 0px #EBEBEB;
	-moz-box-shadow: inset 0px 3px 0px 0px #ebebeb, inset 0px -3px 0px 0px #ebebeb;
	box-shadow: inset 0px 3px 0px 0px #EBEBEB, inset 0px -3px 0px 0px #EBEBEB;
}
.overflow {
	width: 1140px;
	overflow: hidden
}
.full .overflow {
	width: 100%
}
.boxed {
	margin: 0 auto;
	width: 1140px;
	background: #fff;
}
.blocked {
	margin: 30px auto;
	width: 1140px;
	background: #fff;
	border-radius: 3px;
}
.full {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.tt {
	display: block;
	padding: 10px 0;
	border-bottom: 3px solid #ddd;
	text-align: center
}
.lefttt {
	float: right;
}

/*	Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	  clear: both;
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:before,
.clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

.full.landing .second-head {
	width: 100%;
}
.landing .second-head {
	background: rgba(26, 188, 156, 0.7);
	position: fixed;
	top: 0;
	z-index: 999;
}
.parallax {
	padding: 110px 0;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	background-size: 100% auto;
}
.full-width-section {
	margin: 0 -100%;
	padding-left: 100%;
	padding-right: 100%;
	display: -webkit-box;
}

/*	Header
----------------------------------------------------------------------------------------------------*/
.first-head {
	background: #2c3e50;
	color: #ccc
}
span.info {
	float: right;
	font-size: 12px;
	line-height: 32px
}
.first-head .searchform:before {
	font-family: FontAwesome;
	content: "\f002";
	position: absolute;
	right: 12px;
	top: 6px;
	color: #ccc
}
.first-head .searchform input {
	width: 100%;
	height: 32px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
	outline: none;
	border: 0;
	padding: 0 10px;
	color: #ccc;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}
.first-head .searchform input:focus {
	background: #fff;
	color: #c1c1c1;
	cursor: text
}
.first-head .sf-menu {
	line-height: 32px
}
.first-head .sf-menu li {
	margin-right: 18px
}
.first-head .sf-menu li a {
	color: #6acb04;
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}
.first-head .sf-menu li a:hover, .first-head .sf-menu li.current a {
	color: #1abc9c
}

	/* Mega Menu */
.mega {
	position:absolute;
	display:none;
	z-index: 999;
}
	ul.mega  {
		background-color:#F4F4F4;
		border: 1px solid #E0E0E0;
		top: 46px !important;
		padding: 10px 0 10px 0 !important;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	ul.mega:before { top: -8px !important }
	.col1 {width:160px !important}
	.col2 {width:320px !important}
	.col3 {width:480px !important}
	.col4 {width:640px !important}
	.col5 {width:800px !important}
	.col3 > li:hover > ul.cols1, ul.cols2, ul.col3, ul.cols4, ul.cols5 {display:block;}
	.col3 .col1, .col2, .col3, .col4, .col5 {float:left;}
	.mega h4 {
		font-size: 13px;
		color: #888;
		line-height: normal;
		margin: 5px 10px 5px;
		padding-bottom: 12px;
		border-bottom: 1px solid #e0e0e0;
		letter-spacing: 0;
		font-weight: normal;
		text-transform: uppercase;
	}
	.mega h5 {
		font-size: 13px;
		line-height: normal;
		margin: 8px 10px -3px 10px;
		font-weight: normal;
		text-transform: uppercase;
	}
	.mega ol {
		list-style:none;
		margin: 7px 10px;
		padding: 0;
	}
	.mega li a { padding: 3px 0; line-height: 15px }
	.mega p {
		font-size: 12px;
		line-height: 18px;
		margin: 10px 10px;
		padding: 0 0 10px 0 !important;
	}

/*	Superfish
----------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height: 1.0;
	float: left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			172px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0px;
	z-index:	 999;
	top: 35px;
	padding: 10px 0 0 0;
	-webkit-animation: lr .4s 1;
	-moz-animation: lr .4s 1;
	-ms-animation: lr .4s 1;
	-o-animation: lr .4s 1;
	animation: lr .4s 1;
}
@keyframes lr {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes lr {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes lr {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes lr {
	0% {
		opacity: 0;
		-ms-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@-o-keyframes lr {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
.sf-menu li:hover ul li ul,
.sf-menu li.sfHover ul li ul, 
.sf-menu li:hover ul li ul li ul,
.sf-menu li.sfHover ul li ul li ul  {
	left: 184px;
	z-index: 999;
	top: 0;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			184px; /* match ul width */
	top:			0px;
	padding: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			184px; /* match ul width */
	top:			0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width: 1px;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			8px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator { 
	border-bottom: 1px solid #FFF;
	right: auto;
	top: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
li li a .sf-sub-indicator { 
	border-bottom: 0 !important;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	border-bottom: 0;
	border-bottom: 1px solid transparent;
	top: 16px;
}
.first-head li:hover > a {
	color: #1abc9c
}

/*	Second head
----------------------------------------------------------------------*/
.second-head {
	background: #f1f1f1;
	color: #b5b5b5;
}
.second-head .grid_3 {
	width: auto;
}
.second-head .sf-menu {
	float: right;
	margin: 40px 0;
	-webkit-transition: margin 0.3s;
	-moz-transition: margin 0.3s;
	-ms-transition: margin 0.3s;
	-o-transition: margin 0.3s;
	transition: margin 0.3s;
}
.second-head .sf-menu li {
	margin-left: 10px;
}
.second-head .sf-menu li:first-child {
	margin-left: 0;
}
.second-head .sf-menu li a {
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
	padding: 10px;
	display: block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}
.second-head > ul li a:first-letter { 
	font-size: 16px;
}
.second-head .sf-menu li.current a {
	color: #2c3e50;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #FAFAFA;
}
.second-head .sf-menu li li.current > a {
	color: #fff;
	background: #2C3E50
}
.second-head .sf-menu li:hover a{
	color: #2c3e50;
}
.second-head .sf-menu > li:before {
	content: "";
	color: #2c3e50;
	background: #FAFAFA;
	width: 100%;
	height: 0px;
	left: 0;
	top: 50%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.second-head .sf-menu > li:hover:before {
	height: 100%;
}

.first-head .sf-menu ul:before, .second-head .sf-menu ul:before {
	content: "";
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #F4F4F4 rgba(0, 0, 0, 0);
	height: 0px;
	position: absolute;
	left: 14px;
	top: 2px;
	width: 0px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.first-head .sf-menu ul ul:before, .second-head .sf-menu ul ul:before {
	content: "";
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #F4F4F4 rgba(0, 0, 0, 0);
	height: 0px;
	position: absolute;
	left: -12px;
	top: 12px;
	width: 0px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
.first-head .sf-menu > ul, .second-head .sf-menu > ul {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.first-head .sf-menu li li, .second-head .sf-menu li li {
	margin: 0;
	background: #F4F4F4;
}
.first-head .sf-menu li li:last-child, .second-head .sf-menu li li:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
}
.first-head .sf-menu li li:first-child, .second-head .sf-menu li li:first-child {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-moz-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.first-head .sf-menu li li a {
	font-weight: normal;
	text-transform:uppercase;
	font-size: 11px;
	background: #FAFAFA;
	color: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	padding: 8px 10px;
	line-height: 1;
	margin: 0 3px 3px !important;
}
.second-head .sf-menu li li a {
	font-weight: normal;
	text-transform:uppercase;
	font-size: 11px;
	background: #FAFAFA;
	color: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	padding: 8px 10px;
	margin: 0 3px 3px !important;
}
.first-head .sf-menu li li:first-child a, .second-head .sf-menu li li:first-child a {
	margin-top: 3px !important;
}
.first-head .sf-menu li li a:hover, .second-head .sf-menu li li a:hover {
	color: #fff;
	background: #2c3e50
}
.second-head .sf-menu li li a i {
	padding-right: 10px;
}

.logo {
	margin: 12px 0;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.social-font a {
	float: left;
	margin: 0 4px 4px 0;
	padding: 6px 6px;
	font-size: 26px;
	color: #414141;
}
.social-font a:hover  {
	color: #1ABC9C;
	-webkit-animation: tada .8s 1;
	-moz-animation: tada .8s 1;
	-ms-animation: tada .8s 1;
	-o-animation: tada .8s 1;
	animation: tada .8s 1;
}
.social a, .social-big a {
	float: left;
	margin: 0 2px 2px 0;
}
.social a:hover, .social-big a:hover {
	-webkit-animation: tada .8s 1;
	-moz-animation: tada .8s 1;
	-ms-animation: tada .8s 1;
	-o-animation: tada .8s 1;
	animation: tada .8s 1;
}
.head-social {
	float: right;
	margin: 40px 0 40px 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}
@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}
@-o-keyframes tada {
	0% {-o-transform: scale(1);}	
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}
@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}
.sticky {
	position: fixed;
	z-index: 9999;
	top: 0;
	box-shadow: 0 4px 0px rgba(0, 0, 0, 0.1);
}
.full .sticky {
	width: 100%;
}
.small .logo {
	margin: 10px 0;
	width: 50%;
}
.small .head-social {
	margin: 12px 0 12px 20px;
}
.small .sf-menu {
	margin: 14px 0;
}

.head-two .logo {
	width: auto !important;
	margin: 20px auto;
	text-align: center;
}
.head-two .sf-menu {
	margin: 10px auto 20px;
}
.head-two nav {
	position: relative;
	display: table;
	margin: 0 auto;
}

/*	Page
----------------------------------------------------------------------*/
.page-content {
	padding: 0px 0 0 0;
}
.breadcrumb {
	padding: 60px 0 0 0;
}
.breadcrumb ul {
	display: inline-block;
}
.breadcrumb ul li {
	color : #1ABC9C;
	font-size: 16px;
	padding: 0 20px 0;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	font-family: Oswald;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}
.breadcrumb ul li:first-child {
	padding: 0 20px 0 0;
}
.breadcrumb li:before {
	content: "";
	position: absolute;
	display: block;
	-webkit-transform: rotate(-46deg);
	-moz-transform: rotate(-46deg);
	-ms-transform: rotate(-46deg);
	-o-transform: rotate(-46deg);
	transform: rotate(-46deg);
	height: 8px;
	width: 8px;
	border: 1px solid #D7D7D7;
	background: #FFF;
	right: -6px;
	top: 4px;
}
.breadcrumb li:last-child:before {
	content: "";
	height: 0;
	width: 0;
	border: 0;
}

/*	Posts
----------------------------------------------------------------------*/
.post {
	margin-bottom: 70px;
}

.post-title-row {
	padding: 40px 0 20px 0;
}
.post-title-row .post-title {
	font-size: 16px;
	margin: 8px 0 10px 20px;
	text-transform: uppercase;
	float: left;
	width: 90%;
}
/* Infinite Scroll loader */
#infscr-loading { 
	text-align: center;
	z-index: 999;
	position: absolute;
	left: 40%;
	bottom: 20px;
	padding: 15px 30px;
	font-size: 16px;
	background: #272727;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
}
.pagination a {
	font-size: 14px;
	background: #2C3E50;
	color: #FFF;
	padding: 8px 14px;
	margin: 0 4px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.pagination a:hover {
	background: #1ABC9C
}
.pagination a.current {
	background: #fafafa;
	cursor: default;
	color: #ccc;
}
.pagination i {
	margin-right: 8px
}

.meta-date {
	background: url(images/date.png) no-repeat top left;
	float: left;
	width: 7.4%;
	height: 60px;
}
.meta-date span {
	text-align: center;
	color: #BEBEBE;
	text-transform: uppercase;
	font-family: "Oswald", Tahoma, Arial;
	display: block;
}
.meta-date span.day {
	font-size: 16px;
	padding: 20px 0 0 0;
}
.meta-date span.month {
	font-size: 12px;
	padding: 0;
}

.meta-more {
	float: left;
	padding-left: 20px;
	font-family: "Oswald", Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
}
.meta-more i {
	padding-right: 8px;
}
.meta-more span {
	padding-right: 20px;
}

.read-more {
	float: right;
	padding: 12px 26px !important;
	font-size: 14px !important;
	margin: 20px 0 0 0;
}

.post .blockquote-post {
	position: relative;
	background: #2C3E50;
	color: #fff;
	padding: 32px 32px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.blockquote-post span {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 11px;
	color: #ddd;
}

.blockquote {
	font-family:'Philosopher', serif;
	font-size:16px;
	font-style:italic;
	text-align:center;
	text-shadow:1px 1px 3px transparent;
	color:#5f5f5f;
	margin:20px 0;
	overflow:hidden;
	border-left: 5px solid #1ABC9C;
	line-height: 24px;
}
.blockquote.left {
	width: 48%;
	margin-right: 20px;
	float:left;
}
div.blockquote.right {
	width: 48%;
	margin-left: 20px;
	float:right;
}
.blockquote > div {
	padding:20px;
}

.next-post {
	float: right;
	font-size: 14px;
}
.prev-post {
	float: left;
	font-size: 14px;
}

.author {
	border: 2px solid #EAEAEA;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	display: inline-block;
	width: 100%;
}
.author .fll {
	margin: 0 20px 0 0 !important;
}
.author h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	margin: 24px 0 10px 0;
	float: left;
	width: 80%;
}
.author h3 small {
	font-size: 11px;
	color: #BBB;
	text-transform: none;
}
.author p {
	margin: 0;
	float: left;
	width: 77%;
}

ul.showcomments {
	margin: 0;
}
ul.showcomments li {
	margin: 0 0 32px 0;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 32px;
}
ul.showcomments li.child {
	margin: 0 0px 32px 112px;
}
ul.showcomments li.admin-comment h4.entry-title i {
	color: #FFF;
	background: #1ABC9C;
	padding: 1px 6px;
	margin: 0 0 0 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
ul.showcomments .reply {
	position: relative;
	bottom: -10px;
	left: 0;
	font-size: 10px;
	text-align: center;
	font-style: italic;
}
ul.showcomments .reply a {
	background: #1C1C1C;
	padding: 4px 8px;
	opacity: .7;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.showcomments .reply a:hover {
	background: #1ABC9C;
	opacity: 1;
}
ul.showcomments .thumb {
	float: left;
	margin: 0 30px 0 0;
}
ul.showcomments .thumb img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
ul.showcomments h4.entry-title {
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
}
ul.showcomments h4.entry-title i {
	padding-left: 8px;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #888;
}
ul.showcomments span.date {
	float: right;
	padding: 0;
	font-size: 11px;
	color: #888;
	background: none;
	font-family: Tahoma, Arial;
	font-weight: normal;
	text-transform: none;
}
ul.showcomments .entry-meta {
	font-style: italic;
	font-size: 11px;
	margin: 0 0 6px 0;
}
ul.showcomments .social {
	margin-top: -8px;
	float: right;
}

#contactForm label {
	display: none
}
#contactForm #senderName, 
#contactForm #senderEmail, 
#contactForm #message {
	display: block;
	width: 100%;
	border: 2px solid #EAEAEA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 10px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#contactForm #senderName:focus, 
#contactForm #senderEmail:focus, 
#contactForm #message:focus {
	border: 2px solid #1ABC9C
}
.fieldtrue {
	border: 2px solid #1ABC9C !important
}
.fielderror {
	border-color: #F00 !important;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-o-animation-delay: .5s;
	-webkit-animation-name: ButtonShake;
	-moz-animation-name: ButtonShake;
	-ms-animation-name: ButtonShake;
	-o-animation-name: ButtonShake;
	-webkit-animation-iteration-count: 5;
	-moz-animation-iteration-count: 5;
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-o-animation-duration: 5s;
}
#sendMessage {
	background: #2C3E50;
	color: #FFF;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#sendMessage:hover, .load-color  {
	background: #1ABC9C !important
}
.error {
	color: red
}
#commentform textarea, #contactForm textarea {
	width: 98%;
}
#comment-button {
	background: #2C3E50;
	color: #FFF;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#comment-button:hover {
	background: #1ABC9C
}
#map {
	width: 100%;
	height: 240px;
}
#map img {
	width: auto !important;
	max-width: none !important;
}

/* 	Filters
----------------------------------------------------------------------------------------------------*/
.filterable {
	float: right;
}
.filterable span {
	padding-right: 16px;
	display: inline-block;
}
.filterable ul.filter {
	padding: 0 0 0 16px;
	display: inline-block;
}
.filterable ul.filter li {
	display: inline-block;
	color: #272727;
	margin: 0;
}
.filterable li a {
	padding: 4px 8px;
	font-size: 12px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.filterable li.current a, .filterable li a:hover  {
	background: #1ABC9C;
	padding: 4px 8px;
	color: #FFF;
	border-radius: 3px;
}
.filterable ul.filter li:last-child {
	padding-right: 0;
	margin-right: 0;
}

/*	Sidebar
----------------------------------------------------------------------*/
.widget {
	margin: 0 0 70px 0;
}
.widget-title img {
	float: left;
}
.widget-title h4 {
	float: left;
	font-size: 16px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	margin: 8px 0 0 0;
}
.widget-title h4 small {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #BBB;
}
.widget-content {
	float: none;
	display: block;
}

.tags a { 
	display: inline-block;
	color: #888;
	border: 1px solid #888;
	padding: 8px 12px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border 0.2s, color 0.3s;
	-moz-transition: border 0.2s, color 0.3s;
	-o-transition: border 0.2s, color 0.3s;
	-ms-transition: border 0.2s, color 0.3s;
	transition: border 0.2s, color 0.3s;
}
.tags a:hover { 
	color: #1ABC9C;
	border-color: #1ABC9C
}
.tags a i, .meta-links li i {
	padding-right: 8px
}
.meta-links li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}
.meta-links li.current a {
	color: #1ABC9C;
}
.buttonanim {
	-webkit-animation-delay: 5s;
	   -moz-animation-delay: 5s;
	    -ms-animation-delay: 5s;
	     -o-animation-delay: 5s;
	-webkit-animation-name: ButtonShake;
	   -moz-animation-name: ButtonShake;
	    -ms-animation-name: ButtonShake;
	     -o-animation-name: ButtonShake;
	-webkit-animation-iteration-count: 5;
	   -moz-animation-iteration-count: 5;               
	-webkit-animation-duration: 5s;
	   -moz-animation-duration: 5s;
	    -ms-animation-duration: 5s;
	     -o-animation-duration: 5s;        
}
@-webkit-keyframes ButtonShake {
	2%, 6%     {-webkit-transform: translateX(3px); }
	4%, 8%     {-webkit-transform: translateX(-3px); }
	10%, 100%  {-webkit-transform: translateX(0px); }
}
@-moz-keyframes ButtonShake {
	0%, 100%  {-moz-transform: translateX(0); }
	2%, 6%     {-moz-transform: translateX(3px); }
	4%, 8%     {-moz-transform: translateX(-3px);  }
	10%, 100%  {-moz-transform: translateX(0px); }
}
@-o-keyframes ButtonShake {
	2%, 6%     {-o-transform: translateX(3px);	 }
	4%, 8%     {-o-transform: translateX(-3px); }
	10%, 100%  {-o-transform: translateX(0px); }
}
@keyframes ButtonShake {
	2%, 6%     {transform: translateX(3px); }
	4%, 8%     {transform: translateX(-3px); }
	10%, 100%  {transform: translateX(0px);}
}
#inputer {
	display: block;
	width: 100%;
	border: 2px solid #EAEAEA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 10px;
	background: #F8F8F8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#inputer:focus {
	border: 2px solid #1ABC9C
}
#subscriptionform #subscribe-button {
	background: #2C3E50;
	color: #FFF;
	width: 100%;
	margin: 8px 0 0 0;
	padding: 10px 0;
	text-align: center;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#subscriptionform #subscribe-button:hover {
	background: #1ABC9C
}
#subscriptionform #subscribe-button:focus {
	background: #354B61
}

/*	Stunning Box
----------------------------------------------------------------------*/
.stunning-box {
	background: #2c3e50;
	text-align: center;
	color: #fff;
	padding: 40px;
	border-radius: 2px;
	font-size: 16px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
}
.stunning-box span {
	margin-right: 30px;
	vertical-align: top;
	padding-top: 20px;
	display: inline-block;
}
.stunning-box2 {
	background: #2c3e50;
	color: #fff;
	padding: 40px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
}
.stunning-box2 span {margin-right: 30px;}
.stunning-box2 a.btn {float: right;}
.stunning-box2 h3 {color: #fff;line-height: 30px;margin: 0 0 10px 0;}
.stunning-box2 .stuntext {float: left;}

.stunning-box3 {
	border: 3px solid #EAEAEA;
	color: #8D8D8D;
	padding: 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
}
.stunning-box3 span {margin-right: 30px;}
.stunning-box3 a.btn {float: right;}
.stunning-box3 h3 {color: #000;line-height: 30px;margin: 0 0 10px 0;}
.stunning-box3 .stuntext {float: left;}

.stunning-box4 {
	border: 3px solid #EAEAEA;
	color: #8D8D8D;
	text-align: center;
	padding: 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
}
.stunning-box4 a.btn {margin: 20px auto 0;}
.stunning-box4 h3 {color: #000;line-height: 30px;margin: 0 0 10px 0;}
.stunning-box4 .stuntext {text-align: center;}

.grid_9 .grid_6 .stunning-box a.btn,
.grid_9 .grid_6 .stunning-box2 a.btn,
.grid_9 .grid_6 .stunning-box3 a.btn,
.grid_9 .grid_6 .stunning-box4 a.btn,
.grid_4 .stunning-box a.btn,
.grid_4 .stunning-box2 a.btn,
.grid_4 .stunning-box3 a.btn,
.grid_4 .stunning-box4 a.btn
.grid_3 .stunning-box a.btn,
.grid_3 .stunning-box2 a.btn,
.grid_3 .stunning-box3 a.btn,
.grid_3 .stunning-box4 a.btn {
	margin: 20px 0 0 0;
}
.grid_9 .grid_4 .stunning-box a.btn,
.grid_9 .grid_4 .stunning-box2 a.btn,
.grid_9 .grid_4 .stunning-box3 a.btn,
.grid_9 .grid_4 .stunning-box4 a.btn {
	margin: 20px 0 0 0;
}
h3.p-title {
	font-size: 16px;
	margin: 0 16px 30px 0;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
}
.landing h3.p-title {
	font-size: 18px;
	margin: 0 16px 30px;
}
.landingtitle {
	text-align: center;
	padding: 160px 0 30px;
}
h3.p-title span {
	color: #1ABC9C
}
.proline {
	width: 16%;
	height: 1px;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.sqi {
	position: absolute;
	display: block;
	-webkit-transform: rotate(-46deg);
	-moz-transform: rotate(-46deg);
	-ms-transform: rotate(-46deg);
	-o-transform: rotate(-46deg);
	transform: rotate(-46deg);
	height: 8px;
	width: 8px;
	border: 1px solid #d7d7d7;
	background: #fff;
	left: 0;
	margin-top: -4px;
}
.sqi.rel_inline {
	position: relative;
	display: inline-block;
	margin: -4px 10px 0 0
}
.sqii {
	position: absolute;
	display: block;
	-webkit-transform: rotate(-46deg);
	-moz-transform: rotate(-46deg);
	-ms-transform: rotate(-46deg);
	-o-transform: rotate(-46deg);
	transform: rotate(-46deg);
	height: 9px;
	width: 9px;
	border: 1px solid #ddd;
	background: #fff;
	right: 0;
	margin-top: -4px;
}

/*	Notification Boxes
----------------------------------------------------------------------*/
.notification-box {
	position: relative;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	padding: 20px 20px;
	color:#fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Oswald;
}
.notif-anim {
	-webkit-animation: lightSpeedInLeft 1.3s 1;
	-moz-animation: lightSpeedInLeft 1.3s 1;
	-ms-animation: lightSpeedInLeft 1.3s 1;
	-o-animation: lightSpeedInLeft 1.3s 1;
	animation: lightSpeedInLeft 1.3s 1;
}
a.notification-close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #FFF;
	font-size: 12px;
}
.notification-box p {
	margin: 0;	
}
.notification-box p i {
	padding-right: 10px;
	border-right: 1px solid;
	margin-right: 10px;
}
.notification-box-info {
	background-color: #65cad3;
}
.notification-box-success {
	background-color: #1abc9c;
}
.notification-box-warning {
	background-color: #eed880;
}
.notification-box-error {
	background-color: #e06f6f;
}

/* 	Table
----------------------------------------------------------------------*/
.inner{
	overflow: hidden;
	padding: 40px 40px 30px;
	width:70%;
	margin:0 auto;
}
table{
	border-collapse:collapse;
	padding:0px;margin:0;
}
.pricing_table {
	padding: 0 0 40px;
}
.white_table table {
	width: 100%;
	background: #eeeeee;
}
.w_table_l_grey{
	background-color:#e1e1e1
}
.w_table_d_grey{
	background-color:#eeeeee
}
.white_table table th {
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
	color: #2F2F2F;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 32px 0;
}
.white_table table th span {
	color: #FD7F67;
	font-size: 14px;
}
	
.white_table table tr {
	height: 30px;
	text-align: center;
}
.white_table table .grey {
	background-color:#e9e9e9;
}
.white_table table tr td {
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	font-weight: bold;
	padding: 8px 0;
}
.white_table table .btn td {
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}
.white_table table tr .border_blue {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	background: #ededed;
}
.white_table table tr th.border_blue {
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}
.white_table table tr .border_blue_bottom {
	border-bottom: 1px solid #d7d7d7;
}
.white_table table tfoot td.border_blue{
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}
.white_table .pricing_btn {
	border-bottom: 1px solid #D5D5D5;
	text-align:center;
}
.pricing_btn .the_button{
	float: none;
	margin: 16px 0;
}
.white_table .pricing_btn .pricing_btn_orbed {
	clear: both;
	display: block;
	float: left;
	height: 44px;
	margin: 0 0 0 52px;
	padding-left: 13px;
}
.white_table .pricing_btn .pricing_btn_orbed span {
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 24px;
	height: 44px;
	line-height: 45px;
	min-width: 100px;
	padding: 0 10px 0 0
}
.black_table {margin: 0px 0px 20px 0px;}
.black_table .the_button{
	border:#1b1b1b solid 1px !important;
}
.black_table table {
	width: 100%;
	background-color: #484848;
}	
.d_table_l_grey{
	background-color:#303030
}
.d_table_d_grey{
	background-color:#3a3a3a
}
.black_table table th {
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 32px 0;
}
.black_table table th span {
	color: #a9a9a9;
	font-size: 14px;
}
.black_table table tr {
	height: 30px;
	text-align: center;
}
.black_table table .grey {
	background-color:#3a3a3a;
}
.black_table table tr td {
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 0;
}
.pricing {
	overflow:hidden;
	display: block; 
	position: static; 
	visibility: visible;	
}
.pricing-table {
	color:#222;
	margin-bottom:30px;
}
.pricing-table .price-content {
	border:solid #ecedf3;
	border-width:0 1px 1px;
	padding: 30px;
	text-align:center;
	background-color:#fff;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}
.pricing-table .head {
	color:#fff;
	padding:15px 30px 15px;
}
.pricing-table .head h4 {
	color:#fff;
	font: bold 14px/20px 'Oswald', Arial, Sans-serif;
	text-transform: uppercase;
	text-align:center;
	padding-bottom:13px;
}
.pricing-table .head h1 {
	color:#fff;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	font: bold 50px/40px 'Oswald', Arial, Sans-serif;
	position:relative;
	text-align:center;
}
.pricing-table .head h1 span {
	color:#fff;
	margin-bottom:5px;
	text-transform: uppercase;
	font: normal 20px/40px 'Oswald', Arial, Sans-serif;
	position:absolute;
	top:-10px;
	left:48px;
	padding:0;
}
.pricing-table .head span{
	text-align:center;
	font: normal 14px/18px 'Oswald', Arial, Sans-serif;
	display:block;
}
.package-content {
	margin-bottom:24px;
}
.package-content li {
	padding:9px 0 9px;
	border-bottom:1px solid #ecedf3;
	text-align:center;
}
.package-content li:first-child {
	
	padding-top:0;
}
.package-content li:last-child {
	border-bottom:none;
}
.reds{background-color:#ef4e39; color:#fff;}
.black{background-color:#3A3A3A; color:#fff;}
.yellow{background-color:#fecd3c; color:#6b5002;}
.blue{background-color:#00abfa; color:#fff;}
.charcoal{background-color:#313131;}
.red{background-color:#ef4e39;}
.grey{background-color:#ddd;}
.blacks{background-color:#000;}
.blues{background-color:#00abfa;}
.themecolor{background-color:#FD7F67;}
.whites{background-color:#eaeaea;}

.table {
	background:transparent !important;
	font-size:13px;
	text-align:center;
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.table th {
	font-size:14px;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	padding:16px 12px;
	color:#ffffff;
	background-color:#2C3E50;
	text-shadow:none;
}
.table td { 
	padding:14px 7px 14px 7px;
	text-align: center;
}
.table tr {
	border-bottom:1px solid #fff;
	background-color:#f8f8f8;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
}
.table tr:hover, tr.topic-sticky {
	background:#ddd;
	transition:all .2s;
}
.table tfoot td {
	padding:10px 16px;
	text-align: left;
	background:#2C3E50;
	color:#ffffff;
	font-size:11px;
	text-shadow:none;
}
.table tfoot tr:hover {
	background:#63b1be;
}

.tt-table {
	margin: 0 auto;
	text-align: center;
}
.head-t {
	padding: 16px 26px 0;
	border-bottom: 1px solid #5C6575;
}
.head-t img {
	display: inline-block;
}
.head-t h3 {
	color: #FFF;
	text-align: left;
	line-height: 46px;
	text-transform: uppercase;
	font-family: Oswald;
	padding: 0 17px;
	font-size: 22px;
	font-weight: normal;
	display: inline-block;
}
.pricingtable {
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #2C3E50;
	color: #CCC;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pricingtable ul {
	width: 164px;
	line-height: 30px;
	margin: 20px auto;
}
.pricingtable ul i {
	margin-right: 6px;
}
.pricingtable h1 {
	color: #FFF;
	text-align: center;
	font-size: 88px;
	margin: 0;
	line-height: 100%;
	text-transform: uppercase;
	font-family: Oswald;
}
.pricingtable h1 sup {
	font-size: 45px;
}
.pricingtable p {
	text-align: center;
	font: 400 16px/1 Tahoma, Verdana, sans-serif;
	color: #EEE;
	text-transform: uppercase;
	font-family: Oswald;
}
.pricingtable a {
	display: block;
	width: 114px;
	margin: 0 auto;
}
.pricingtable a.btn {
	margin: 0 auto 32px;
}
.tt-featured, .pricingtable:hover {
	z-index: 10;
	-webkit-transform: scale(1, 1.1);
	-moz-transform: scale(1, 1.1);
	-o-transform: scale(1, 1.1);
	-ms-transform: scale(1, 1.1);
	transform: scale(1, 1.1);
}
.tt-featured {
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff
}

/*	Buttons
----------------------------------------------------------------------*/
.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	padding: 20px 40px;
	display: inline-block !important;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.mediumtt {
	font-size: 16px;
	padding: 15px 30px;
}
.smalltt {
	font-size: 14px;
	padding: 10px 20px;
}
.minitt {
	font-size: 12px;
	padding: 8px 16px;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1 {
	background: #1abc9c;
	color: #fff;
}
.btn-1:hover {
	background: #1AA388;
	color: #fff;
}
.btn-1:active {
	background: #354B61;
	color: #fff;
	top: 2px;
}

.btn-1e {
	overflow: hidden;
}
.btn-1e:before {
	left: auto;
	right: 10px;
	z-index: 2;
}
.btn-1e:after {
	width: 20%;
	height: 200%;
	background: rgba(255,255,255,0.2);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.btn-1e:hover:after {
	width: 60%;
}

/* Button 1a */
.btn-1a:hover,
.btn-1a:active {
	color: #0e83cd;
	background: #fff;
}

/* Button 1b */
.btn-1b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #fff;
}

.btn-1b:hover,
.btn-1b:active {
	color: #0e83cd;
}

.btn-1b:hover:after,
.btn-1b:active:after {
	height: 100%;
}

/* Button 1c */
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}

.btn-1c:hover,
.btn-1c:active {
	color: #0e83cd;
}

.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1d {
	overflow: hidden;
}

.btn-1d:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-1d:hover,
.btn-1d:active {
	color: #0e83cd;
}

.btn-1d:hover:after {
	width: 90%;
	opacity: 1;
}

.btn-1d:active:after {
	width: 101%;
	opacity: 1;
}

/* Button 2 */
.btn-2 {
	background: #cb4e4e;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

/* Button 2a */
.btn-2a {
	border-radius: 0 0 5px 5px;
}

.btn-2a:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2a:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2b */
.btn-2b {
	border-radius: 0 0 5px 5px;
}

.btn-2b:hover {
	box-shadow: 0 8px #ab3c3c;
	top: -2px;
}

.btn-2b:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2c */
.btn-2c {
	border-radius: 5px;
}

.btn-2c:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
	color: #fff;
}

.btn-2c:active {
	box-shadow: 0 0 #ab3c3c;
	background: #ab3c3c;
	top: 6px;
	color: #fff;
}

/* Button 2d */
.btn-2d {
	border-radius: 5px;
}

.btn-2d:hover {
	box-shadow: 0 8px #ab3c3c;
	top: -2px;
}

.btn-2d:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2e */
.btn-2e {
	border-radius: 5px;
	box-shadow: -6px 0 #ab3c3c;
}

.btn-2e:hover {
	box-shadow: -4px 0 #ab3c3c;
	left: -2px;
}

.btn-2e:active {
	box-shadow: 0 0 #ab3c3c;
	left: -6px;
}

/* Button 2f */
.btn-2f {
	border-radius: 5px;
	box-shadow: 6px 0 #ab3c3c;
}

.btn-2f:hover {
	box-shadow: 4px 0 #ab3c3c;
	left: 2px;
}

.btn-2f:active {
	box-shadow: 0 0 #ab3c3c;
	left: 6px;
}

/* Button 2g */
.btn-2g {
	border-radius: 40px;
}

.btn-2g:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2g:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2h */
.btn-2h {
	border-radius: 20px;
}

.btn-2h:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2h:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2i */
.btn-2i {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	padding: 0;
}

.btn-2i:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2i:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2j */
.btn-2j {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	padding: 0;
}

.btn-2j:hover {
	box-shadow: 0 8px #ab3c3c;
	top: -2px;
}

.btn-2j:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 3 */
.btn-3 {
	background: #fcad26;
	color: #fff;
}

.btn-3:hover {
	background: #f29e0d;
}

.btn-3:active {
	background: #f58500;
	top: 2px;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}

/* Button 3a */
.btn-3a {
	padding: 25px 60px 25px 120px;
}

.btn-3a:before {
	background: rgba(0,0,0,0.05);
}

/* Button 3b */
.btn-3b {
	padding: 25px 60px 25px 120px;
	border-radius: 10px;
}

.btn-3b:before {
	border-right: 2px solid rgba(255,255,255,0.5);
}

/* Button 3c */
.btn-3c {
	padding: 80px 20px 20px 20px;
	border-radius: 10px;
	box-shadow: 0 3px #da9622;
}

.btn-3c:active {
	box-shadow: 0 3px #dc7801;
}

.btn-3c:before {
	height: 60px;
	width: 100%;
	line-height: 60px;
	background: #fff;
	color: #f29e0d;
	border-radius: 10px 10px 0 0;
}

.btn-3c:active:before {
	color: #f58500;
}

/* Button 3d */
.btn-3d {
	padding: 25px 60px 25px 120px;
	border-radius: 10px;
}

.btn-3d:before {
	background: #fff;
	color: #fcad26;
	z-index: 2;
	border-radius: 10px 0 0 10px;
}

.btn-3d:after {
	width: 20px;
	height: 20px;
	background: #fff;
	z-index: 1;
	left: 55px;
	top: 50%;
	margin: -10px 0 0 -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-3d:active:before {
	color: #f58500;
}

.btn-3d:active {
	top: 0;
}

.btn-3d:active:after {
	left: 60px;
}

/* Button 3e */
.btn-3e {
	padding: 25px 120px 25px 60px;
	overflow: hidden;
}

.btn-3e:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e:after {
	width: 30%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.btn-3e:hover:after {
	width: 40%;
}

/* Button 4 */
.btn-4 {
	border-radius: 50px;
	border: 3px solid #eaeaea;
	color: #000;
	overflow: hidden;
}

.btn-4:active {
	border-color: #1ABC9C;
	color: #fff;
}

.btn-4:hover {
	background: #1ABC9C;
	color: #fff;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4:active:before {
	color: #17954c;
}

/* Button 4a */
.btn-4a:before {
	left: 130%;
	top: 0;
}

.btn-4a:hover:before {
	left: 80%;
}

/* Button 4b */
.btn-4b:before {
	left: -50%;
	top: 0;
}

.btn-4b:hover:before {
	left: 10%;
}

/* Button 4c */
.btn-4c:before {
	left: 78%;
	opacity: 0;
	top: -11px;
}

.btn-4c:hover:before {
	left: 88%;
	opacity: 1;
}

/* Button 4d */
.btn-4d:before {
	left: 30%;
	opacity: 0;
	top: 0;
}

.btn-4d:hover:before {
	left: 10%;
	opacity: 1;
}

/* Button 5 */
.btn-5 {
	background: #2C3E50;
	color: #fff;
	height: 70px;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.btn-5:active {
	background: #000;
	top: 2px;
}

.btn-5 span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.btn-5:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-5:active:before {
	background: #000;
	color: #ccc;
}

/* Button 5a */
.btn-5a:hover span {
	-webkit-transform: translateY(240%);
	-moz-transform: translateY(340%);
	-ms-transform: translateY(340%);
	transform: translateY(340%);
}

.btn-5a:before {
	left: 0;
	top: -120%;
}

.btn-5a:hover:before {
	top: 0;
}

/* Button 5b */
.btn-5b:hover span {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
}

.btn-5b:before {
	left: -100%;
	top: 0;
}

.btn-5b:hover:before {
	left: 0;
}

/* Button 6 */
.btn-6 {
	color: #fff;
	background: #226fbe;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-6:active {
	top: 2px;
}

/* Button 6a */
.btn-6a {
	border: 4px solid #226fbe;
}

.btn-6a:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6b */
.btn-6b {
	border: 4px solid #226fbe;
	border-radius: 15px;
}

.btn-6b:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6c */
.btn-6c {
	border: 4px solid #226fbe;
	border-radius: 60px;
}

.btn-6c:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6d */
.btn-6d {
	border: 2px dashed #226fbe;
}

.btn-6d:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6e */
.btn-6e {
	border: 2px dashed #226fbe;
	border-radius: 15px;
}

.btn-6e:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6f */
.btn-6f {
	border: 2px dashed #226fbe;
	border-radius: 60px;
}

.btn-6f:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6g */
.btn-6g {
	border: 2px dotted #226fbe;
}

.btn-6g:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6h */
.btn-6h {
	border: 2px dotted #226fbe;
	border-radius: 15px;
}

.btn-6h:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6i */
.btn-6i {
	border: 2px dotted #226fbe;
	border-radius: 60px;
}

.btn-6i:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6j */
.btn-6j {
	border: 4px double #226fbe;
}

.btn-6j:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6k */
.btn-6k {
	border: 4px double #226fbe;
	border-radius: 15px;
}

.btn-6k:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 6l */
.btn-6l {
	border: 4px double #226fbe;
	border-radius: 60px;
}

.btn-6l:hover {
	background: transparent;
	color: #226fbe;
}

/* Button 7 */
.btn-7 {
	background: #17aa56;
	color: #fff;
	border-radius: 7px;
	box-shadow: 0 5px #119e4d;
	padding: 25px 60px 25px 90px;
}

/* Button 7a */
.btn-7a {
	overflow: hidden;
}

.btn-7a:before {
	position: absolute;
	left: 0;
	width: 40%;
	font-size: 160%;
	line-height: 0.8;
	color: #0a833d;
}

.btn-7a.btn-activated {
	-webkit-animation: fadeOutText 0.5s;
	-moz-animation: fadeOutText 0.5s;
	animation: fadeOutText 0.5s;
}

.btn-7a.btn-activated:before {
	-webkit-animation: moveToRight 0.5s;
	-moz-animation: moveToRight 0.5s;
	animation: moveToRight 0.5s;
}

@-webkit-keyframes fadeOutText {
	0% { color: transparent; }
	80% { color: transparent; }
	100% { color: #fff; }
}

@-moz-keyframes fadeOutText {
	0% { color: transparent; }
	80% { color: transparent; }
	100% { color: #fff; }
}

@keyframes fadeOutText {
	0% { color: transparent; }
	80% { color: transparent; }
	100% { color: #fff; }
}

@-webkit-keyframes moveToRight {
	80% { -webkit-transform: translateX(250%); }
	81% { opacity: 1; -webkit-transform: translateX(250%); }
	82% { opacity: 0; -webkit-transform: translateX(250%); }
	83% { opacity: 0; -webkit-transform: translateX(-50%); }
	84% { opacity: 1; -webkit-transform: translateX(-50%);  }
	100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes moveToRight {
	80% { -moz-transform: translateX(250%); }
	81% { opacity: 1; -moz-transform: translateX(250%); }
	82% { opacity: 0; -moz-transform: translateX(250%); }
	83% { opacity: 0; -moz-transform: translateX(-50%); }
	84% { opacity: 1; -moz-transform: translateX(-50%);  }
	100% { -moz-transform: translateX(0%); }
}

@keyframes moveToRight {
	80% { transform: translateX(250%); }
	81% { opacity: 1; transform: translateX(250%); }
	82% { opacity: 0; transform: translateX(250%); }
	83% { opacity: 0; transform: translateX(-50%); }
	84% { opacity: 1; transform: translateX(-50%);  }
	100% { transform: translateX(0%); }
}

/* Button 7b */
.btn-7b {
	overflow: hidden;
}

.btn-7b:before {
	position: absolute;
	left: 0;
	width: 40%;
	font-size: 160%;
	line-height: 0.8;
	color: #0a833d;
}

.btn-7b.btn-activated:before {
	-webkit-animation: scaleUp 0.5s;
	-moz-animation: scaleUp 0.5s;
	animation: scaleUp 0.5s;
}

@-webkit-keyframes scaleUp {
	80% {
		opacity: 0;
		-webkit-transform: scale(2);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
	}
}

@-moz-keyframes scaleUp {
	80% {
		opacity: 0;
		-moz-transform: scale(2);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(2);
	}
}

@keyframes scaleUp {
	80% {
		opacity: 0;
		transform: scale(2);
	}
	100% {
		opacity: 0;
		transform: scale(2);
	}
}

/* Icon only style */
.btn-icon-only {
	font-size: 0;
	padding: 25px 30px;
}

.btn-icon-only:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 26px;
	line-height: 54px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

/* Button 7c */
.btn-7c {
	overflow: hidden;
}

.btn-7c:before {
	color: #fff;
	z-index: 1;
}

.btn-7c:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
	width: 0;
	background: #0a833d;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7c.btn-activated:after {
	-webkit-animation: fillToRight 0.7s forwards;
	-moz-animation: fillToRight 0.7s forwards;
	animation: fillToRight 0.7s forwards;
}

@-webkit-keyframes fillToRight {
	to { 
		width: 100%;
	}
}

@-moz-keyframes fillToRight {
	to { 
		width: 100%;
	}
}

@keyframes fillToRight {
	to { 
		width: 100%;
	}
}

/* Button 7d */
.btn-7d {
	overflow: hidden;
}

.btn-7d:before {
	color: #fff;
	z-index: 1;
}

.btn-7d:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	z-index: 0;
	background: #21bb63;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7d.btn-activated:after {
	-webkit-animation: emptyBottom 0.7s forwards;
	-moz-animation: emptyBottom 0.7s forwards;
	animation: emptyBottom 0.7s forwards;
}

@-webkit-keyframes emptyBottom {
	to { 
		height: 100%;
	}
}

@-moz-keyframes emptyBottom {
	to { 
		height: 100%;
	}
}

@keyframes emptyBottom {
	to { 
		height: 100%;
	}
}

/* Button 7e */
.btn-7e:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 26px;
	line-height: 54px;
	color: #ea515e;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7e.btn-activated:after {
	-webkit-animation: scaleFade 0.5s forwards;
	-moz-animation: scaleFade 0.5s forwards;
	animation: scaleFade 0.5s forwards;
} 

@-webkit-keyframes scaleFade {
	50% { 
		opacity: 1;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
	}
}

@-moz-keyframes scaleFade {
	50% { 
		opacity: 1;
		-moz-transform: scale(1);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(2.5);
	}
}

@keyframes scaleFade {
	50% { 
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(2.5);
	}
}

/* Button 7f */
.btn-7f:before {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}
.btn-7f:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 26px;
	line-height: 54px;
	color: #ffe44d;
	visibility: hidden;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffe44d;
	-webkit-transform: scale(4);
	-moz-transform: scale(4);
	-ms-transform: scale(4);
	transform: scale(4);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7f.btn-activated:after {
	visibility: visible;
	-webkit-animation: dropDown 0.3s forwards;
	-moz-animation: dropDown 0.3s forwards;
	animation: dropDown 0.3s forwards;
} 

@-webkit-keyframes dropDown {
	to { 
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes dropDown {
	to { 
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@keyframes dropDown {
	to { 
		opacity: 1;
		transform: scale(1);
	}
}

/* Button 7g */
.btn-7g:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 26px;
	line-height: 54px;
	color: #0a833d;
	visibility: hidden;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-7g.btn-activated:after {
	visibility: visible;
	-webkit-animation: dropDownFade 0.5s forwards;
	-moz-animation: dropDownFade 0.5s forwards;
	animation: dropDownFade 0.5s forwards;
} 

@-webkit-keyframes dropDownFade {
	50% { 
		opacity: 1;
		-webkit-transform: scale(1);
	}
	100% { 
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes dropDownFade {
	50% { 
		opacity: 1;
		-moz-transform: scale(1);
	}
	100% { 
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes dropDownFade {
	50% { 
		opacity: 1;
		transform: scale(1);
	}
	100% { 
		opacity: 0;
		transform: scale(1.5);
	}
}

/* Button 7h */
.btn-7h {
	overflow: hidden;
}

.btn-7h span {
	display: inline-block;
	width: 100%;
}

.btn-7h:before {
	position: absolute;
	left: 0;
	width: 40%;
	font-size: 160%;
	line-height: 0.8;
	color: #0a833d;
}

/* Success and error */

.btn-success,
.btn-error {
	color: transparent;
}

.btn-success:after,
.btn-error:after {
	z-index: 1;
	color: #fff;
	left: 40%;
}

.btn-success:before {
	content: "\e001";
}

.btn-success:after {
	content: "Success!";
	-webkit-animation: moveUp 0.5s;
	-moz-animation: moveUp 0.5s;
	animation: moveUp 0.5s;
}

@-webkit-keyframes moveUp {
	0% {
		-webkit-transform: translateY(50%);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		-moz-transform: translateY(50%);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		transform: translateY(50%);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		transform: translateY(0);
	}
}

.btn-error {
	-webkit-animation: shake 0.5s;
	-moz-animation: shake 0.5s;
	animation: shake 0.5s;
}

/* From Dan Eden's animate.css: http://daneden.me/animate/ */
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.btn-error:before {
	content: "\e002";
}

.btn-error:after {
	content: "Error!";
	-webkit-animation: scaleFromUp 0.5s;
	-moz-animation: scaleFromUp 0.5s;
	animation: scaleFromUp 0.5s;
}

@-webkit-keyframes scaleFromUp {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes scaleFromUp {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@keyframes scaleFromUp {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	100% { 
		opacity: 1;
		transform: scale(1);
	}
}

/* Special trash effect */
.trash-effect {
	position: relative;
	max-width: 320px;
	margin: 60px auto 0;
} 

.trash-effect .icon-file {
	font-size: 30px;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -25px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translateX(90px) translateY(20px) scale(1);
	-moz-transform: translateX(90px) translateY(20px) scale(1);
	-ms-transform: translateX(90px) translateY(20px) scale(1);
	transform: translateX(90px) translateY(20px) scale(1);
}

.trash-effect .icon-file:nth-child(2) {
	-webkit-transform: translateX(140px) translateY(-10px) scale(1);
	-moz-transform: translateX(140px) translateY(-10px) scale(1);
	-ms-transform: translateX(140px) translateY(-10px) scale(1);
	transform: translateX(140px) translateY(-10px) scale(1);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.trash-effect .icon-file:nth-child(3) {
	-webkit-transform: translateX(140px) translateY(50px) scale(1);
	-moz-transform: translateX(140px) translateY(50px) scale(1);
	-ms-transform: translateX(140px) translateY(50px) scale(1);
	transform: translateX(140px) translateY(50px) scale(1);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.trash-effect.trash-effect-active .icon-file {
	-webkit-transform: translateX(-100px) translateY(-10px) scale(0);
	-moz-transform: translateX(-100px) translateY(-10px) scale(0);
	-ms-transform: translateX(-100px) translateY(-10px) scale(0);
	transform: translateX(-100px) translateY(-10px) scale(0);
}

/* Button 7i */
.btn-7i {
	box-shadow: none;
	border-radius: 0 0 7px 7px;
	padding: 27px 33px;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}

.btn-7i:before {
	line-height: 45px;
}

.btn-7i:after {
	height: 10px;
	width: 100%;
	background: #17aa56;
	border-radius: 7px 7px 0 0;
	left: 0;
	top: -10px;
	z-index: 1;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
}

.trash-effect-active .btn-7i:after {
	-webkit-animation: openTrash 0.5s;
	-moz-animation: openTrash 0.5s;
	animation: openTrash 0.5s;
}

@-webkit-keyframes openTrash {
	50% {
		-webkit-transform: rotate(-35deg);
	}
	100% { 
		-webkit-transform: rotate(0deg);
	}
}

@-moz-keyframes openTrash {
	50% {
		-moz-transform: rotate(-35deg);
	}
	100% { 
		-moz-transform: rotate(0deg);
	}
}

@keyframes openTrash {
	50% {
		transform: rotate(-35deg);
	}
	100% { 
		transform: rotate(0deg);
	}
}

/* Button 8 */
.perspective {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-ms-perspective: 800px;
	-o-perspective: 800px;
	display: inline-block;
}

.btn-8 {
	display: block;
	border-radius: 0 !important;
	color: #fff;
	background: #5cbcf6;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}

.btn-8:active {
	background: #55b7f3;
}

/* Button 8a */
.btn-8a:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: -40%;
	background: #49a7df;
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.btn-8a:hover {
	color: #fff;
	-webkit-transform: rotateX(-15deg);
	-moz-transform: rotateX(-15deg);
	-ms-transform: rotateX(-15deg);
	transform: rotateX(-15deg);
}

/* Button 8b */
.btn-8b:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: 100%;
	background: #49a7df;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.btn-8b:hover {
	color: #fff;
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	-ms-transform: rotateX(15deg);
	transform: rotateX(15deg);
}

/* Button 8c */
.btn-8c:after {
	width: 20%;
	height: 100%;
	left: -20%;
	top: 0;
	background: #49a7df;
	-webkit-transform-origin: 100% 0%;
	-webkit-transform: rotateY(-90deg);
	-moz-transform-origin: 100% 0%;
	-moz-transform: rotateY(-90deg);
	-ms-transform-origin: 100% 0%;
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.btn-8c:hover {
	-webkit-transform: rotateY(15deg);
	-moz-transform: rotateY(15deg);
	-ms-transform: rotateY(15deg);
	transform: rotateY(15deg);
}

/* Button 8d */
.btn-8d:after {
	width: 20%;
	height: 100%;
	left: 100%;
	top: 0;
	background: #49a7df;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateY(90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateY(90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.btn-8d:hover {
	-webkit-transform: rotateY(-15deg);
	-moz-transform: rotateY(-15deg);
	-ms-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}

/* Button 8e */
.btn-8e {
	-webkit-transform: rotateX(-15deg);
	-moz-transform: rotateX(-15deg);
	-ms-transform: rotateX(-15deg);
	transform: rotateX(-15deg);
}

.btn-8e:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: -40%;
	background: #49a7df;
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	-ms-transform-origin: 0% 100%;
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.btn-8e:active {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

/* Button 8f */
.btn-8f {
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	-ms-transform: rotateX(15deg);
	transform: rotateX(15deg);
}

.btn-8f:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: 100%;
	background: #49a7df;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.btn-8f:active {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

/* Button 8g */
.btn-8g {
	background: #fff;
	color: #999;
}

.btn-8g:active {
	background: #fff;
}

.btn-8g:after,
.btn-8g:before {
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	line-height: 70px;
}

.btn-8g:after {
	top: -100%;
	background: #7aca7c;
	color: #358337;
	content: 'It worked!';
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	-ms-transform-origin: 0% 100%;
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.btn-8g:before {
	top: 100%;
	background: #e96a6a;
	color: #a33a3a;
	content: 'Error!';
	font-weight: 700;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.btn-8g.btn-success3d {
	background: #aaa;
	-webkit-transform-origin: 50% 100%;
	-webkit-transform: rotateX(-90deg) translateY(100%);
	-moz-transform-origin: 50% 100%;
	-moz-transform: rotateX(-90deg) translateY(100%);
	-ms-transform-origin: 50% 100%;
	-ms-transform: rotateX(-90deg) translateY(100%);
	-o-transform-origin: 50% 100%;
	-o-transform: rotateX(-90deg) translateY(100%);
	transform: rotateX(-90deg) translateY(100%);
}

.btn-8g.btn-error3d  {
	background: #aaa;
	-webkit-transform-origin: 50% 0%;
	-webkit-transform: rotateX(90deg) translateY(-100%);
	-moz-transform-origin: 50% 0%;
	-moz-transform: rotateX(90deg) translateY(-100%);
	-ms-transform-origin: 50% 0%;
	-ms-transform: rotateX(90deg) translateY(-100%);
	-o-transform-origin: 50% 0%;
	-o-transform: rotateX(90deg) translateY(-100%);
	transform: rotateX(90deg) translateY(-100%);
}

/*	Support
----------------------------------------------------------------------*/
.forum h2 {
	font-size: 30px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	color: #acacac;
	margin-bottom: 30px;
}
.forum h2 small {
	font-size: 14px;
	display: block;
	margin-top: 14px;
	font-family: tahoma;
	text-transform: none;
	color: #C4C4C4
}
.forum .search {
	position: relative;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.forum .searchform {
	
}	
.forum .searchform:after {
	font-family: FontAwesome;
	content: "\f002";
	position: absolute;
	left: 20px;
	font-size: 16px;
	top: 14px;
	color: #B3B3B3;
}
.forum .searchform input {
	width: 100%;
	background: #FFF;
	outline: none;
	border: 0;
	padding: 14px 20px 14px 48px;
	color: #C1C1C1;
	border: 2px solid #EAEAEA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.forum .searchform input:focus {
	border: 2px solid #1ABC9C;
	background: #fff;
	color: #c1c1c1;
}
.forum .subscribetime:after {
	font-family: FontAwesome;
	content: "\f0f3";
	position: absolute;
	left: 20px;
	font-size: 16px;
	top: 14px;
	color: #B3B3B3;
}
.forum .subscribetime input {
	width: 100%;
	background: #FFF;
	outline: none;
	border: 0;
	padding: 14px 20px 14px 48px;
	color: #C1C1C1;
	border: 2px solid #EAEAEA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.forum .avatar {
	display: inline-block;
	margin-right: 8px;
}
.forum .table th, .forum .table td {
	text-align: left;
	padding: 16px 10px 16px 20px;
}
#loginform #inputer {
	margin: 0 0 10px 0;
}
#loginform #subscribe-button {
	background: #2C3E50;
	color: #FFF;
	margin: 8px 0 0 0;
	padding: 10px 20px;
	text-align: center;
	float: right;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#loginform #subscribe-button:hover {
	background: #1ABC9C
}
#loginform #subscribe-button:focus {
	background: #354B61
}
.login-links {
	margin: 10px 0 0 0;
	float: left;
}
.login-links a {
	display: block;
	line-height: 20px;
}
.forum-items li {
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
}
.forum-items i {
	font-size: 24px;
}
.forum-items a {
	font-size: 16px;
	margin: 0 0 6px 10px;
	display: inline-block;
}
.forum-items .topic-time {
	margin: 0 0 0 38px;
	color: #CCC;
}
.forum-topic h2 {
	font-size: 40px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	color: #acacac;
	margin-bottom: 30px;
	padding: 0;
}
.forum-topic .search {
	text-align: left;
	margin: 0
}
.mr {
	margin-right: 8px;
}
.topic-title {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #DDD;
	padding: 0 0 20px 0;
}
.topic-say {
	margin: 0 0 45px 0;
	border-bottom: 1px solid #DDD;
	padding: 0 0 45px 0;
}
.topic-say h5 {
	margin: 0 0 6px 0;
}
.topic-say .reply-time {
	margin: 0 0 14px 0;
	display: block;
	color: #CCC;
}
.topic-say .grid_2 img {
	margin: 0 auto 10px;
}
.topic-say .grid_2 span {
	display: block;
	text-align: center;
	margin: 0 0 6px 0;
	color: #CCC;
}
/*	Countdown
----------------------------------------------------------------------*/
ul#countdown li {
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 3px;
	width: 104px;
	margin-bottom: 4em;
	text-align: center;
}
ul#countdown li span {
	font-size: 3em;
	color: #1f2225;
	height: 108px;
	line-height: 108px;
	position: relative;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
	margin-top: 1em;
	color: #909091;
	text-transform: uppercase;
	font-size: .875em;
}

/*	Services
----------------------------------------------------------------------*/
.services img {
	float: left;
	margin: 0 16px 20px 0;
}
.services h4 {
	font-size: 20px;
	margin: 8px 0 2px 0;
	font-weight: normal;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	float: left;
}
.landing .services h4 {
	float: none;
	margin: 8px 0 10px 0;
}
.services small {
	font-size: 12px;
	margin: 2px 0 0 0;
	display: block;
	font-family: Tahoma;
	text-transform: none;
	color: #7A7A7A;
}
.services p {
	display: inline-block;
}
.flat-icons img {
	float: left;
	margin: 0 40px 40px 0;
}

/*	Services 2
----------------------------------------------------------------------*/
.ca-menu{
	padding: 0 0 0 24px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.ca-menu li{
	width: 230px;
	height: 230px;
	border: 10px solid #f6f6f6;
	overflow: hidden;
	position: relative;
	display: inline-block;
	background: #fff;
	margin-left:-48px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	border-radius: 125px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.ca-menu li:last-child{
	margin-right: 0px;
}
.ca-menu li a{
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
}
.ca-icon{
	font-size: 40px;
	color: #f6f6f6;
	line-height: 60px;
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 30px;
	text-align: center;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.ca-main{
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	line-height:1;
	position: absolute;
	top: 110px;
	height: 80px;
	width: 170px;
	left: 50%;
	margin-left: -85px;
	opacity: 0.8;
	text-align: center;
	color: #555;
}
.ca-sub{
	display: none;
}
.ca-menu li:hover{
	border-color: #333;
	z-index: 999;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ca-menu li:hover .ca-icon{
	color: #000;
	font-size: 60px;
	text-shadow: 0px 0px 1px #000;
	-webkit-animation: moveFromBottom 300ms ease;
	-moz-animation: moveFromBottom 300ms ease;
	-ms-animation: moveFromBottom 300ms ease;
}
.ca-menu li:hover .ca-main{
	color: #000;
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
}


/*	Services 3
----------------------------------------------------------------------*/
.catt-menu{
	padding:0;
	margin:0 auto;
	width: 100%;
}
.catt-menu li{
	height: 300px;
	overflow: hidden;
	position: relative;
	float:left;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	margin-right: 4px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.catt-menu li:last-child{
	margin-right: 0px;
}
.catt-menu li a{
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
}
.catt-icon{
	font-size: 60px;
	color: #ddd;
	text-shadow: 1px 0px 1px rgba(255,255,255,0.8);
	line-height: 150px;
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0px;
	top: 0px;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.catt-content{
	position: absolute;
	left: 4%;
	width: 96%;
	height: 50%;
	top: 50%;
	font-weight: normal;
	text-transform: uppercase;
}
.catt-main{
	font-size: 24px;
	line-height:1;
	opacity: 0.8;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.catt-sub{
	text-align:center;
	font-size: 14px;
	color: #ccc;
	text-shadow: 1px 1px 1px #fff;
	line-height: 40px;
	opacity: 0.8;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.catt-menu li:hover{
	background:#fff;
}
.catt-menu li:hover .catt-icon{
	color: #1ABC9C;
	font-size: 90px;
	opacity: 0.1;
	-webkit-animation: moveFromLeft 400ms ease;
	-moz-animation: moveFromLeft 400ms ease;
	-ms-animation: moveFromLeft 400ms ease;
}
.catt-menu li:hover .catt-main{
	color: #1ABC9C;
	-webkit-animation: moveFromRight 300ms ease;
	-moz-animation: moveFromRight 300ms ease;
	-ms-animation: moveFromRight 300ms ease;
}
.catt-menu li:hover .catt-sub{
	color: #000;
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeft{
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromLeft{
    from {
        -moz-transform: translateX(-100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

/*	Portfolio
----------------------------------------------------------------------*/
.showcase li {
	float: left;
	height: 170px;
	overflow: hidden;
	position: relative;
}
.showcase a {
	display: block;
	width: 270px;
	height: 170px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.three-columns li { height: 227px }
.three-columns a { width: 360px; height: 227px }
.three-columns a:hover h3 { bottom: 44px !important }

.two-columns li { height: 340px }
.two-columns a { width: 540px; height: 340px }
.two-columns a:hover h3 { bottom: 44px !important }

.showcase a img {
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover img {
	left: 0;
	top: -44px;
}
.showcase a p {
	height: 60px;
	width: 230px;
	background: #59A214;
	color: #fff;
	font-size: 11px;
	padding: 12px 20px;
	position:absolute;
	bottom:-100px;
	line-height: 20px;
	display: block;
	cursor: pointer;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.three-columns a p {
	height: 42px;
	width: 320px;
}
.two-columns a p {
	height: 42px;
	width: 500px;
}
.showcase a:hover p {
	bottom: 0;
	background: #3C840B;
}
.showcase a h3 {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	background: #59A214;
	padding: 8px 10px;
	position: absolute;
	left: 10px;
	bottom: -8px;
	cursor: pointer;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.16);
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	z-index: 2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover h3 {
	bottom: 64px;
	background: #3C840B;
}
.showcase a h3 i {
	width: 33px;
	height: 28px;
	position: absolute;
	right: -34px;
	top: 0;
	background: #2C3E50;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:6px 0 0 0;
}
.showcase .color1 a p, .showcase .color1 a h3, .showcase .color1 a:hover h3 i, .color1 .zoom i {
	background: #1abc9c !important
}
.showcase .color2 a p, .showcase .color2 a h3, .showcase .color2 a:hover h3 i, .color2 .zoom i {
	background: #3498DB !important
}
.showcase .color3 a p, .showcase .color3 a h3, .showcase .color3 a:hover h3 i, .color3 .zoom i {
	background: #E74C3C !important
}
.showcase .color4 a p, .showcase .color4 a h3, .showcase .color4 a:hover h3 i, .color4 .zoom i {
	background: #F1C40F !important
}
.showcase .color5 a p, .showcase .color5 a h3, .showcase .color5 a:hover h3 i, .color5 .zoom i {
	background: #9B59B6 !important
}
.showcase .color6 a p, .showcase .color6 a h3, .showcase .color6 a:hover h3 i, .color6 .zoom i {
	background: #7F8C8D !important
}
.showcase .color7 a p, .showcase .color7 a h3, .showcase .color7 a:hover h3 i, .color7 .zoom i {
	background: #E67E22 !important
}
.showcase .color8 a p, .showcase .color8 a h3, .showcase .color8 a:hover h3 i, .color8 .zoom i {
	background: #2C3E50 !important
}
.portfolio-meta li {
	margin-bottom: 10px !important
}
.one-columns li {
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	overflow: hidden;
	display: block;
	max-width: 1080px;
	border-bottom: 1px solid #CCC;
}
.one-columns h3 {
	margin: 10px 0 10px;
	text-transform: uppercase;
}
.one-columns span.port-cat {
	margin: 0 0 20px 0;
	display: block;
}
.single-pager {
	margin:0 0 40px;
	padding:0;
	border:2px solid #e4e6e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:left;
	overflow:hidden;
}
.single-pager li {
	display:block;
	line-height:54px;
}
.single-pager .previous, .single-pager .next {
	display:block;
	float:left;
}
.single-pager .previous > span, .single-pager .previous > a, .single-pager .next > span, .single-pager .next > a {
	float:none;
	border:none;
	border-right:1px solid #e4e6e8;
	padding:0;
	margin:0;
	width:54px;
	height:54px;
	line-height:54px;
	text-align:center;
	color:#b8bdc4;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.single-pager .live-version > span, .single-pager .live-version > a {
	width: 100%;
	display: block;
	padding:0;
	margin:0;
	border:none;
	color:#3f4042;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.single-pager .live-version > span:hover, .single-pager .live-version > a:hover {
	background:none;
	color:#b8bdc4;
}
.pager {
	margin: 0 0 20px 0;
	list-style:none;
	text-align:center;
}
.pager:before, .pager:after {
	display:table;
	content:"";
	line-height:0;
}
.pager:after { clear:both; }
.pager li { display:inline; }
.pager li > a, .pager li > span {
	display:inline-block;
	padding:5px 14px;
	background-color:#fff;
	border:1px solid #ddd;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration:none;
	background-color:#f5f5f5;
}
.pager .next > a, .pager .next > span { float:right; }
.pager .previous > a, .pager .previous > span { float:left; }
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
	color:#999;
	background-color:#fff;
	cursor:default;
}
.error-page i {
	font-size: 80px;
	color: #1ABC9C;
}

.zoom {
	z-index: 9999;
	padding: 8px;
	display: block;
	position: absolute !important;
	top: -100px;
	right: 6px;
	height: 26px !important;
	width: 26px !important;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.zoom i {
	color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 10px;
}
.showcase li:hover a.zoom {
	top: 6px !important;
}

/*	Blog Three
----------------------------------------------------------------------*/
.blog-three-columns .post {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #FAFAFA;
	position: relative;
	overflow: hidden;
	display: block;
}
.blog-three-columns iframe {
	width: 100%
}
.blog-three-columns .meta-date {
	width: 58px
}
.blog-three-columns .post-title {
	font-size: 14px;
	margin: 8px 0 10px 20px;
	width: 260px;
}
.blog-three-columns .div.jp-audio ul.jp-controls {
	width: 299px;
}
.blog-three-columns a.jp-play, .blog-three-columns a.jp-pause {
	width: 24px;
	padding: 5px 0 0 10px;
}
.blog-three-columns div.jp-audio div.jp-type-single div.jp-progress,
.blog-three-columns div.jp-audio div.jp-type-single div.jp-time-holder {
	left: 60px;
	width: 180px;
}
.blog-three-columns div.jp-audio div.jp-volume-bar {
	right: 14px;
}
.blog-three-columns div.jp-audio div.jp-type-single a.jp-mute, 
.blog-three-columns div.jp-audio div.jp-type-single a.jp-unmute {
	right: 68px;
}

/*	From Blog
----------------------------------------------------------------------*/
.fb-blog ul li {
	display: inline-block;
	width: 100%;
	margin: 0 0 14px 0;
}
.date {
	background: #2C3E50;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 26px;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	font-family: "Oswald", Tahoma, Arial;
	font-weight: normal;
	text-transform: uppercase;
}
.month {
	font-family: "Oswald", Tahoma, Arial;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	text-align: center;
	padding: 10px;
	color: #A7A7A7;
}
.fb-head{
	font-family: "Oswald", Tahoma, Arial;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 2px 0;
}
.fb-meta{
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 8px;
	display: block;
}

/*	Testimonials
----------------------------------------------------------------------*/
.testimonial-wrapper {
	margin-bottom: 32px;
}
.testimonial {
	color:#373737;
	background-color:#f3f3f3;
	margin-bottom:14px;
	padding: 24px 28px;
	position:relative;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	float:left;
}
.testimonial p {
	font-size:14px;
	font-style:italic;
	font-family: serif;
	text-shadow:1px 1px 3px #e4e4e4;
	margin: 0 0 40px 0;
}
.testimonial-arrow {
	border-color:#f3f3f3 transparent transparent transparent;
	border-style:solid;
	border-width:20px 20px 0 0;
	height:0;
	width:0;
	position:absolute;
	bottom:-20px;
	left: 120px;
}
.testimonial-arrow2 {
	border-color:#f3f3f3 transparent transparent transparent;
	border-style:solid;
	border-width:20px 20px 0 0;
	height:0;
	width:0;
	position:absolute;
	bottom:-20px;
	left: 20px;
}
.img-testimonials {
	position: absolute;
	bottom: -40px;
}
.testimonial-s strong {
	color:#232323;
	font-style: normal;
	font-size: 12px;
}
.testimonial-s .testimonial-details {
	margin: 0px 0px 8px 140px;
	display:block;
	float:left;
	font-style: italic;
	color: #B4B4B4;
	font-size: 11px;
}
.testimonial-s .testimonial-details2 {
	margin: 0px 0px 8px 40px;
	display:block;
	float:left;
	font-style: italic;
	color: #B4B4B4;
	font-size: 11px;
}
.dark  .testimonial {
	color:#fff;
	background-color:#272727;
}
.dark  .testimonial p {
	text-shadow: none;
}
.dark  .testimonial-arrow {
	border-color:#272727 transparent transparent transparent;
}
.dark  .testimonial-arrow2 {
	border-color:#272727 transparent transparent transparent;
}

/* 	Flex Customization
----------------------------------------------------------------------*/
.full .big-slider {
	margin: 0px auto 0;
	width: 100%;
}
.big-slider .flex-direction-nav a {
	bottom: 10% !important;
	top: auto !important;
	opacity: 1 !important;
	padding: 8px 14px;
	background-color: #1ABC9C;
	border-radius: 0 !important;
}
.big-slider .flex-direction-nav a:hover {
	background-color: #30AD95 !important;
}
.big-slider .flex-direction-nav a i {
	color: #FFF;
	font-size: 18px;
}
.big-slider .flex-direction-nav .flex-next {
	right: -10px !important;
	border-left: 1px solid rgba(236, 236, 236, 0.3);
}
.big-slider .flex-direction-nav .flex-prev {
	right: 25px !important;
	left: auto !important;
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
	border-right: 1px solid rgba(119, 119, 119, 0.3);
}
.big-slider .flex-direction-nav .flex-next:before {
	content: "";
	border-style: solid;
	border-width: 0 10px 10px 0px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #575757 rgba(0, 0, 0, 0);
	height: 0px;
	position: absolute;
	right: 0px;
	top: -10px;
	width: 0px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.big-slider h3 {
	position: absolute;
	bottom: 14%;
	left: 10%;
	font-size: 24px;
	background: rgba(28, 28, 28, 0.7);
	color: #FFF;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	text-transform: uppercase;
	display: none;
}
.big-slider p {
	position: absolute;
	bottom: 10%;
	left: 10%;
	background: rgba(28, 28, 28, 0.7);
	color: #D3D3D3;
	padding: 6px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
}
.big-slider .firstly h3,
.big-slider .firstly p {
	display: block
}
.big-slider .flex-active-slide h3.effect {
	-webkit-animation: lightSpeedIn 1.2s 1;
	-moz-animation: lightSpeedIn 1.2s 1;
	-ms-animation: lightSpeedIn 1.2s 1;
	-o-animation: lightSpeedIn 1.2s 1;
	animation: lightSpeedIn 1.2s 1;
}
@-webkit-keyframes lightSpeedIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes lightSpeedIn {
	0% {
		opacity: 0;
		-moz-transform: translateY(-40px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes lightSpeedIn {
	0% {
		opacity: 0;
		-o-transform: translateY(-40px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes lightSpeedIn {
	0% {
		opacity: 0;
		transform: translateY(-40px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.big-slider .flex-active-slide p.effectt {
	-webkit-animation: lightSpeedInLeft 1.3s 1;
	-moz-animation: lightSpeedInLeft 1.3s 1;
	-ms-animation: lightSpeedInLeft 1.3s 1;
	-o-animation: lightSpeedInLeft 1.3s 1;
	animation: lightSpeedInLeft 1.3s 1;
}
@-webkit-keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateY(40px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-o-transform: translateY(40px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 	Flex Slider
----------------------------------------------------------------------*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles */ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block; width: 100%}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px 0; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav a {margin: -20px 0 0; display: block;background-color: #272727; padding: 8px; position: absolute; top: 50%; cursor: pointer; opacity: 0; -webkit-transition: all .3s ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.flex-direction-nav a:hover {background-color: #1ABC9C;}
.flex-direction-nav a i {color: #fff;}
.flex-direction-nav a:hover i {color: #FFF;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 8px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 8px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 0.8;}
.flex-direction-nav .flex-disabled {opacity: 0.3 !important; cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute; text-align: center;right: 20px;bottom: 10px;}
.flex-control-nav li {margin: 0 6px; display: inline-block;}
.flex-control-paging li a {background-color: #BDBEC4;width: 8px; height: 8px; display: block; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.m-thumb .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background-color: #1ABC9C; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
	.flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/**	Overwrite original style     **/
.flexslider {
	margin: 0 ;
	background-color : transparent;
	border: none;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

/**	Control nav	**/
.flex-control-nav li {
	padding: 4px;
	margin: 0;
}
.flexslider.position-nav-under .flex-control-nav {
	position : absolute;
	top: 4px;
	right: 4px;
}
.testimonial-wrapper .flex-control-nav {
	position : absolute;
	bottom: 4px;
	right: 4px;
}

.flexslider.flexslider.position-nav-under {
	margin-bottom: 0px;
}
.flexslider.position-nav-bottom .flex-control-nav {
	position : absolute;
	bottom:9px;
}
.flexslider.position-nav-top .flex-control-nav {
	position : absolute;
	top:9px;
}
.color-nav-dark .flex-control-paging li a {
	background-color : #A7A7A7;
	background-color: rgba(236, 236, 236, 0.3);
	box-shadow: inset -1px 1px 1px rgba(0,0,0,0.5);
}
.color-nav-dark .flex-control-paging li a:hover, .color-nav-dark .flex-control-paging li a.flex-active {
	background-color: #618BD3
}
.color-nav-light .flex-control-paging li a {
	background-color : #999;
	background-color: rgba(255,255,255,0.55);
	box-shadow: inset -1px 1px 1px rgba(0,0,0,0.5);
}
.color-nav-light .flex-control-paging li a:hover {
	background-color: #bbb;
	background-color: rgba(255,255,255,0.70);
}
.color-nav-active-black .flex-control-paging li a.flex-active {
	background-color: #111;
}
.color-nav-active-green .flex-control-paging li a.flex-active {
	background-color: #359BED;
}
.color-nav-active-orange .flex-control-paging li a.flex-active {
	background-color: #ec6104;
}
.flex-active {
	background-color: #fff;
}
.color-nav-active-red .flex-control-paging li a.flex-active {
	background-color: #c61013;
}
.color-nav-active-white .flex-control-paging li a.flex-active {
	background-color: #fff;
}

/**	Slide theme 	**/
.flex-slide-theme-horizontal {
	margin-top:25px;
	margin-bottom:30px;
	border-left:1px solid #555;
	border-right:1px solid #555;
	border-color:rgba(0,0,0,0.6);
}
.flex-slide-theme-horizontal .slide-theme {
	display: block;
	height: 100%;
	top:0;
	left: 0;
	position: absolute;
	width:100%;
	z-index:-1;
}
.flex-slide-theme-horizontal .slide-theme-side {
	display: block;
	height: 26px;
	position: absolute;
	width: 45px;
}
.flex-slide-theme-horizontal .slide-theme-side.slide-bottom-left {
	background-position: -2px -28px;
	bottom: -26px;
	left: -1px;
}
.flex-slide-theme-horizontal .slide-theme-side.slide-top-left {
	background-position: -2px 0px;
	top: -26px;
	left: -1px;
}
.flex-slide-theme-horizontal .slide-theme-side.slide-bottom-right {
	background-position: -64px -28px;
	bottom: -26px;
	right: -2px;
}
.flex-slide-theme-horizontal .slide-theme-side.slide-top-right {
	background-position: -64px 0px;
	top: -26px;
	right: -2px;
}
.flex-slide-theme-vertical {
	margin-left:25px;
	margin-right:25px;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	border-color:rgba(0,0,0,0.6);
}
.flex-slide-theme-vertical .slide-theme {
	display: block;
	height: 100%;
	top:0;
	left: 0;
	position: absolute;
	width:100%;
	z-index:-1;
}
.flex-slide-theme-vertical .slide-theme-side {
	display: block;
	height: 40px;
	position: absolute;
	width: 25px;
}
.flex-slide-theme-vertical .slide-theme-side.slide-bottom-left {
	background-position: -111px -13px;
	bottom: -1px;
	left: -25px;
}
.flex-slide-theme-vertical .slide-theme-side.slide-top-left {
	background-position: -167px -16px;
	top: -1px;
	left: -25px;
}
.flex-slide-theme-vertical .slide-theme-side.slide-bottom-right {
	background-position: -139px -13px;
	bottom: -1px;
	right: -25px;
}
.flex-slide-theme-vertical .slide-theme-side.slide-top-right {
	background-position: -195px -16px;
	top: -1px;
	right: -25px;
}

/**	Custom theme	**/
.theme-border-radius-01, .theme-border-radius-01 ul.slides li img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.theme-border-radius-01.position-caption-bottom-left .flex-caption, .theme-border-radius-01.position-caption-bottom-right .flex-caption, .theme-border-radius-01.position-caption-bottom-centered .flex-caption {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.theme-border-radius-01.position-caption-top-left .flex-caption, .theme-border-radius-01.position-caption-top-right .flex-caption, .theme-border-radius-01.position-caption-top-centered .flex-caption {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.theme-border-radius-02, .theme-border-radius-02 ul.slides li img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.theme-border-radius-02.position-caption-bottom-left .flex-caption, .theme-border-radius-02.position-caption-bottom-right .flex-caption, .theme-border-radius-02.position-caption-bottom-centered .flex-caption {
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.theme-border-radius-02.position-caption-top-left .flex-caption, .theme-border-radius-02.position-caption-top-right .flex-caption, .theme-border-radius-02.position-caption-top-centered .flex-caption {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-o-border-radius:8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.theme-border-radius-03, .theme-border-radius-03 ul.slides li img {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.theme-border-radius-03.position-caption-bottom-left .flex-caption, .theme-border-radius-03.position-caption-bottom-right .flex-caption, .theme-border-radius-03.position-caption-bottom-centered .flex-caption {
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	-o-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}
.theme-border-radius-03.position-caption-top-left .flex-caption, .theme-border-radius-03.position-caption-top-right .flex-caption, .theme-border-radius-03.position-caption-top-centered .flex-caption {
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	-o-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}

.theme-border-radius-04, .theme-border-radius-04 ul.slides li img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
}
.theme-border-radius-04.position-caption-bottom-left .flex-caption, .theme-border-radius-04.position-caption-bottom-right .flex-caption, .theme-border-radius-04.position-caption-bottom-centered .flex-caption {
	-webkit-border-radius: 0 0 24px 24px;
	-moz-border-radius: 0 0 24px 24px;
	-o-border-radius: 0 0 24px 24px;
	border-radius: 0 0 24px 24px;
}
.theme-border-radius-04.position-caption-top-left .flex-caption, .theme-border-radius-04.position-caption-top-right .flex-caption, .theme-border-radius-04.position-caption-top-centered .flex-caption {
	-webkit-border-radius: 24px 24px 0 0;
	-moz-border-radius: 24px 24px 0 0;
	-o-border-radius: 24px 24px 0 0;
	border-radius: 24px 24px 0 0;
}


.theme-border-01 ul.slides {
	padding: 2px;
}
.theme-border-02 {
	padding: 4px;
}
.theme-border-03 ul.slides {
	padding: 7px;
}
.theme-border-04 ul.slides {
	padding: 10px;
}
.theme-shadow-normal {
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
	box-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.theme-shadow-large {
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0,0.4);
	-o-box-shadow: 0 1px 15px rgba(0,0,0,0.4);
	box-shadow: 0 1px 15px rgba(0,0,0,0.4);
	margin:10px;
}

/** Custom CSS by JoomSpirit **/
.flexslider {
	overflow:visible !important;
}
.flexslider ul.slides {
	background-color: transparent;
}
.flexslider .slides > li {
	position:relative;
}
.flexslider ul.slides li a {
	display:block;
}
.flexslider .flex-caption {
	position : absolute ;
	left:0;
	margin: 20px;
	padding:10px 10px;
	z-index:10;
}
.flexslider ul.slides li a, .flexslider ul.slides li a:hover {
	color : inherit;
}
.flexslider ul.slides li .flex-caption a {
	display:inline;
	color: #359BED;
}
.flexslider ul.slides li .flex-caption a:hover {
	color : inherit;
	text-decoration: underline;
}
.flexslider ul.slides li a .flex-caption:hover {
	text-decoration: none;
	color : inherit;
	cursor:pointer;
}
.flexslider.position-caption-bottom-left .flex-caption{
	bottom:0;
	text-align:left;
}
.flexslider.position-caption-bottom-right .flex-caption {
	bottom:0;
	text-align:right;
}
.flexslider.position-caption-bottom-centered .flex-caption {
	bottom:0;
	text-align:center;
}
.flexslider.position-caption-top-left .flex-caption {
	top:0;
	text-align:left;
}
.flexslider.position-caption-top-right .flex-caption {
	top:0;
	text-align:right;
}
.flexslider.position-caption-top-centered .flex-caption {
	top:0;
	text-align:center;
}
.flexslider.bg-caption-black-00 .flex-caption {
	background-color : #000;
	background-image : none;
}
.flexslider.bg-caption-white-00 .flex-caption {
	background-color : #fff;
	background-image : none;
}
.flexslider.bg-caption-white-09 .flex-caption, .flexslider.bg-caption-black-09 .flex-caption {
	background-color : transparent;
	background-image : none;
}
.flexslider.bg-caption-black-02 .flex-caption {
	background: black;
	opacity: 0.8;
}

/* 	Nivo Slider
----------------------------------------------------------------------*/
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 10px 20px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=0.8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* 	Roundabout Slider
----------------------------------------------------------------------*/
.roundabout ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 70%;
	max-width: 1000px;
	height: 260px;
}
.roundabout li {
	position: relative;
	height: 260px;
	width: 460px;
	background-color: #ccc;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: 0px 20px 20px -20px #000;
	-moz-box-shadow: 0px 20px 20px -20px #000;
	box-shadow: 0px 20px 20px -20px #000;
}
.roundabout li.roundabout-in-focus {
	cursor: default;
}

.facade {
	width: 895px;
	height: 388px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
.raised {
	width: 895px;
	height: 388px;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.facade img {
	width: auto !important;
	max-width: none !important;
}
.facade ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	width: 226px; 
	height: 400px; 
	position: absolute; 
	overflow: hidden; 
	top: 0px; 
	z-index: 100;
}
.facade ul.column1 { left: 0px; }
.facade ul.column2 { left: 224px; }
.facade ul.column3 { left: 448px; }
.facade ul.column4 { left: 672px; }			
.facade ul li { overflow: hidden; height: 400px; width: 225px;  }
.facade ul li img { position: absolute; top: 0; }
.facade ul.column1 img { left: 0px; }
.facade ul.column2 img { left: -225px; }
.facade ul.column3 img { left: -450px; }
.facade ul.column4 img { left: -675px; }
#advance {
	z-index: 999;
	color: #fff;
	background: #1ABC9C;
	padding: 10px 20px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* 	Modern Slider
----------------------------------------------------------------------*/
.modern-slider{position:relative;width:1140px;height:360px;}
.modern-slider img, .modern-slider iframe {width: 1140px;height:360px;}
.full .modern-slider{margin: 40px auto 0}
.mslider-view{overflow:hidden;background-color:#202020;position:relative;height:100%;}
.mslider-pages{position:relative;height:100%}
.mslider-horizontal .mslider-pages{width:9000px}
.mslider-pages > div {position:relative;height:100%}
.mslider-horizontal .mslider-pages > div {float:left}
.mslider-labels{
	position: absolute;
	bottom: 0;
	left: 13%;
}
.mslider-label2{ bottom: 80px; }
.mslider-label3{ bottom: 40px; }
.mslider-label4{ bottom: 0; }
.labele{font-size:1.2em;color:#fafafa;background-color:#000;border-left:5px solid #1ABC9C;padding:8px 10px;margin-bottom:5px;white-space:nowrap;float:left;clear:left}
.mslider-controls{position:absolute;right:14%;bottom:2px;}
.mslider-horizontal .mslider-controls{margin-top:-20px;}
.mslider-vertical .mslider-controls{margin-top:-65px}
.mslider-arrow{
	width:60px;
	height:40px;
	background-color:#fff;
	cursor:pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.mslider-arrow i{
	padding: 9px 0 0 26px;
	display: block;
	font-size: 20px;
	color: #000;
}
.mslider-arrow:hover i {
	color: #fff;
}
.mslider-horizontal .mslider-arrow{float:left}
.mslider-arrow:hover{background-color:#1ABC9C}
.mslider-next{background-repeat:no-repeat;background-position:center}

/* 	Parallax Slider
----------------------------------------------------------------------*/
.pxs_container{
	width:100%;
	height:420px;
	position:relative;
	overflow:hidden;
}
.pxs_bg{
	background:transparent url(images/parallax/bg.png) repeat top left;
}
.pxs_bg div{
	position:absolute;
	top:0px;
	left:0px;
	width:7584px; /*1264px window width times number of images*/
	height:420px;
	background-repeat:repeat;
	background-position:top left;
	background-color:transparent;
}
.pxs_bg .pxs_bg1{
	background-image:url(images/parallax/bg1.png);
	/*left negative 1/8 of ww*/
}
.pxs_bg .pxs_bg2{
	background-image:url(images/parallax/bg2.png);
	/*left negative 1/4 of ww*/
}
.pxs_bg .pxs_bg3{
	background-image:url(images/parallax/bg3.png);
	/*left negative 1/2 of ww*/
}
.pxs_slider_wrapper{
	display:none;
}
.pxs_container ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.pxs_slider{
	position:absolute;
	left:0px;
	top:0px;
	height:420px;
}
ul.pxs_slider li{
	height:420px;
	float:left;
	position:relative;
}
ul.pxs_slider li img{
	display:block;
	margin:35px auto 0px auto;
	-moz-box-shadow:0px 0px 7px #222;
	-webkit-box-shadow:0px 0px 7px #222;
	box-shadow:0px 0px 7px #222;
	border: 8px solid transparent;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
ul.pxs_thumbnails{
	height:35px;
	position:absolute;
	top:320px;
	left:50%;
}
ul.pxs_thumbnails li{
	position:absolute;
	display:block;
}
ul.pxs_thumbnails li img{
	border: 5px solid #FFFFFF;
	-moz-box-shadow:1px 1px 7px #555;
	-webkit-box-shadow:1px 1px 7px #555;
	box-shadow:1px 1px 7px #555;
	cursor:pointer;
	display:block;
	opacity:0.7;
}
ul.pxs_thumbnails li.selected img{
	opacity:1.0;
}
.pxs_navigation span{
	position:absolute;
	width:30px;
	height:60px;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
	top:145px;
	opacity:0.6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}
.pxs_navigation span:hover{
	opacity:0.9;
}
.pxs_navigation span.pxs_prev{
	left: 5% !important;
	background:#000 url(images/parallax/prev.png) no-repeat center center;
}
.pxs_navigation span.pxs_next{
	right: 5% !important;
	background:#000 url(images/parallax/next.png) no-repeat center center;
}
.pxs_loading{
	color:#fff;
	font-size:20px;
	padding:15px 15px 15px 50px;
	position:absolute;
	background:#333 url(images/parallax/ajax-loader.gif) no-repeat 10px 50%;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	opacity:0.7;
	width:180px;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-90px;
}

/* 	3D Slicebox Slider
----------------------------------------------------------------------*/
.myslicebox {
	position: relative;
	margin: 0 auto;
	width: 1140px;
}
.sb-slider {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
	z-index: 2;
}
.sb-slider li {
	margin: 0;
	padding: 0;
	display: none;
}
.sb-slider li > a {
	outline: none;
}
.sb-slider li > a img {
	border: none;
}
.sb-slider img {
	max-width: 100%;
	display: block;
}
.sb-slider h3 {
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 18px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 1000;
	position: absolute;
	background: #CBBFAE;
	background: rgba(190,176,155, 0.4);
	border-left: 4px solid rgba(255,255,255,0.7);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0.9);	
	opacity: 0.9;
	color: #fff;
	-webkit-animation: lightSpeedIn 1s 1;
	-moz-animation: lightSpeedIn 1s 1;
	-ms-animation: lightSpeedIn 1s 1;
	-o-animation: lightSpeedIn 1s 1;
	animation: lightSpeedIn 1s 1;
}
.sb-slider li.sb-current .sb-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	opacity: 1;
}
.sb-slider li.sb-current .sb-description:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);	
	background: rgba(190,176,155, 0.7);
}
.sb-perspective {
	position: relative;
}
.sb-perspective > div {
	position: absolute;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-o-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
}
.sb-side {
	margin: 0;
	display: block;
	position: absolute;
	-moz-backface-visibility : hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}
.shadow {
	width: 980px;
	height: 168px;
	margin: -110px auto 0;
	position: relative;
	background: transparent url(images/3d-slider/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: 0;
	display: none;
}
.nav-arrows {
	display: none;
}
.nav-arrows a {
	font-size: 24px;
	padding: 10px 16px;
	display: block;
	background: #E9E9E9;
	position: absolute;
	top: 50%;
	left: 2%;
	cursor: pointer;
	margin-top: -40px;
	opacity: 0.9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.nav-arrows a:first-child{
	left: auto;
	right: 2%;
}
.nav-arrows a:hover {
	opacity: 1;
	color: #fff;
	background: #2C3E50
}
.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}
.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 3px;
	background: #cbbfae;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}
.nav-dots span.nav-dot-current {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1), 
		inset 0 0 0 3px #cbbfae,
		inset 0 0 0 8px #fff;
}
.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}
.nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url(images/3d-slider/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius:50%;
	border-radius: 50%;
}
.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}
.nav-options span:hover {
	opacity: 1;
}

/* 	Rotating Slides
----------------------------------------------------------------------*/
.rotating-slider {
	position: relative;
}
.rm_container{
	width:1050px;
	overflow:hidden;
	position:relative;
	height:530px;
	margin:0 auto;
}
.rm_container h2{
	background:transparent url(images/rotating/lines.png) repeat top left;
	padding:10px 30px;
	position:absolute;
	bottom:170px;
	right:0px;
	color:#000;
	font-size:36px;
	text-transform:uppercase;
	text-shadow:1px 0px 1px #fff;
}
.rm_container ul{
	width:1170px;
}
.rm_container ul li{
	float:left;
	margin-left:-80px;
	position:relative;
	overflow:hidden;
	width:310px;
	height:465px;
	border:30px solid #F6F6F6;
	border-width:50px 30px 0px 30px;
	background-color:#F6F6F6;
}
.rm_container ul li img{
	position:absolute;
	top:0px;
	left:0px;
}
.rm_mask_right, .rm_mask_left{
	position: absolute;
	height: 110px;
	background: #F6F6F6;
	width: 530px;
	bottom: -30px;
	left: 0px;
	-moz-transform:rotate(-3deg);
	-webkit-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
.rm_mask_right{
	left:auto;
	right:0px;
	-moz-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
	transform:rotate(3deg);
}
.rm_corner_right, .rm_corner_left{
	background: #F6F6F6;
	position:absolute;
	width:200px;
	height:100px;
	bottom:0px;
	left:-65px;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.rm_corner_right{
	left:auto;
	right:-82px;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.rm_nav a{
	position:absolute;
	top:200px;
	width:38px;
	height:87px;
	cursor:pointer;
	opacity:0.7;
}
.rm_nav a:hover{
	opacity:1.0;
}
.rm_nav a.rm_next{
	background:transparent url(images/rotating/next.png) no-repeat top left;
	right:0px;
}
.rm_nav a.rm_prev{
	background:transparent url(images/rotating/prev.png) no-repeat top left;
	left:0px;
}
.rm_controls{
	position:absolute;
	top:0px;
	left:-40px;
	height:20px;
}
.rm_controls a{
	cursor:pointer;
	opacity:0.7;
	padding-left:24px;
	font-size:16px;
	text-transform:uppercase;
	height:20px;
	float:left;
	line-height:20px;
}
.rm_controls a:hover{
	opacity:1.0;
}
.rm_controls a.rm_play{
	display:none;
	background:transparent url(images/rotating/play.png) no-repeat center left;
}
.rm_controls a.rm_pause{
	background:transparent url(images/rotating/pause.png) no-repeat center left;
}

/* 	Parallax Content Slides
----------------------------------------------------------------------*/
.da-slider{
	width: 100%;
	height: 200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: transparent url(images/parallax2/waves.gif) repeat 0% 0%;
	border-top: 8px solid #e6e6e6;
	border-bottom: 8px solid #e6e6e6;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
}
.rower {

}
.da-slide-current {
	z-index: 998;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 10%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}
.da-slide h2{
	color: #fff;
	font-size: 66px;
	width: 50%;
	top: 60px;
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-weight: 700;
}
.da-slide p{
	width: 100%;
	top: 155px;
	color: #916c05;
	font-size: 18px;
	line-height: 26px;
	height: 0px;
	overflow: hidden;
	font-style: italic;
	font-weight: 400;
	font-style: italic;
}
.da-slide .da-img{
	text-align: centre;
	width: 100%;
	top: 0px;
	height: 200px;
	line-height: 0px;
	left: 100px;
}
.da-slide .da-link{
	top: 270px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border: 3px solid rgba(255, 255, 255, 0.8);
	padding: 2px 20px 0px;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
}
.da-slide .da-link:hover{
	background: rgba(255,255,255,0.3);
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fafafa;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #bdbdbd;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(images/parallax2/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 15px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	left: 10%;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 60%;
	opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
	animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
	animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 0.4s ease-in both;
	-moz-animation: toRightAnim3 0.4s ease-in both;
	-o-animation: toRightAnim3 0.4s ease-in both;
	-ms-animation: toRightAnim3 0.4s ease-in both;
	animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in both;
	-moz-animation: toRightAnim4 0.6s ease-in both;
	-o-animation: toRightAnim4 0.6s ease-in both;
	-ms-animation: toRightAnim4 0.6s ease-in both;
	animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in both;
	-moz-animation: toLeftAnim1 0.6s ease-in both;
	-o-animation: toLeftAnim1 0.6s ease-in both;
	-ms-animation: toLeftAnim1 0.6s ease-in both;
	animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 0.4s ease-in both;
	-moz-animation: toLeftAnim3 0.4s ease-in both;
	-o-animation: toLeftAnim3 0.4s ease-in both;
	-ms-animation: toLeftAnim3 0.4s ease-in both;
	animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

/*	iView Slider
----------------------------------------------------------------------*/
.iviewSlider {
	overflow: hidden;
}
#iview-timer {
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
#iview-preloader {
	position: absolute;
	z-index: 1000;
	border: #618bd3 1px solid;
	padding: 1px;
	width: 100px;
	height: 3px;
}
#iview-preloader div {
	float: left;
	height: 3px;
	background: #000;
	width: 0px;
}
.iview-strip {
	display:block;
	position:absolute;
	z-index:5;
}
.iview-block {
	display:block;
	position:absolute;
	z-index:5;
}
.iview-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.iview-prevNav {
	left:0px;
}
.iview-nextNav {
	right:0px;
}
.iview-controlNav {
	position:absolute;
	z-index:9;
}
.iview-controlNav a {
	z-index:9;
	cursor:pointer;
}
.iview-controlNav a.active {
	font-weight:bold;
}
.iview-controlNav .iview-items ul {
	list-style: none;
}
.iview-controlNav .iview-items ul li {
	display: inline;
	position: relative;
}
.iview-controlNav .iview-tooltip {
	position: absolute;
}
.iview-caption {
	position:absolute;
	z-index:4;
	overflow: hidden;
	cursor: default;
}
.iview-video-show {
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
}
.iview-video-show .iview-video-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.iview-video-show .iview-video-container a.iview-video-close {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #222;
	color: #FFF;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 29px;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.iview-video-show .iview-video-container a.iview-video-close:hover {
	background: #444;
}

#iview {
	display: block;
	margin: 0 auto;
	max-width: 1920px;
	height: 350px;
	position: relative;
	overflow: hidden;
}
#iview .iviewSlider{
	display: block;
	width: 1140px;
	height: 350px;
	overflow: hidden;
}

.landing #iview {
	height: 740px !important;
}
.landing #iview .iviewSlider{
	width: 1360px;
	height: 740px !important;
}

#iview div.iview-directionNav {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 9;
	width: 100%;
}
#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 27px;
	height: 27px;
	background-image: url(images/iview/bg_direction_nav_iview2.png);
	text-indent: -9999px;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.3s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.3s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.3s ease-in-out;
	transition-property: left,right;
}
#iview div.iview-directionNav a.iview-nextNav {
	right: -27px;
	background-position: 27px 0px;
}
#iview div.iview-directionNav a.iview-prevNav {
	left: -27px;
	background-position: 0px 0px
}
#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	right: 20px;
}
#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	left: 20px;
}
.iview-controlNav {
	position: absolute;
	bottom: 20px;
	right: 2%;
}
.iview-controlNav a {
	text-indent: -9999px;
}
.iview-controlNav a.iview-control {
	padding: 0px;
	float: left;
	width: 11px;
	height: 11px;
	background: url('images/iview/bullets_2.png') no-repeat 0px 0px;
	line-height: 0px;
	margin-right: 7px;
}
.iview-controlNav a.iview-control.active {
	background-position: 0px -11px;
}
div.iview-directionNav {
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 9;
	width: 100%;
}
div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 100px;
	background-image: url(images/iview/nav_paddles.png);
	text-indent: -9999px;
}
div.iview-directionNav a:active {
	background-image: url(images/iview/nav_paddles_down.png);
}
div.iview-directionNav a.iview-nextNav {
	right: 20px;
	background-position: 56px 0px;
}
div.iview-directionNav a.iview-prevNav {
	left: 20px;
	background-position: -16px 0px
}
.iview-caption2 {
	color: #FFF;
	padding: 16px 16px;
	font-size: 12px;
	text-shadow: #000 1px 1px 0px;
}
.iview-caption {
	background: url('images/iview/caption-bg.png');
	color: #FFF;
	padding: 16px 16px;
	font-size: 12px;
	text-shadow: #000 1px 1px 0px;
}
.landing .iview-caption {
	background: none;
	font-family: oswald;
}
.iview-caption.video-caption {
	padding: 10px;
}
.iview-caption.caption1 {
	text-shadow: none;
}
.iview-caption.caption2 {
	background: #FFF;
	color: #000;
	text-shadow: none;
}
.iview-caption.caption3 {
	background: #c4302b;
	box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
	text-shadow: none;
}
.iview-caption.caption3 div {
	line-height: 150%;
	text-align: justify;
}
.iview-caption.caption4 {
	background: #618bd3;
	font-size: 24px;
	font-weight: bold;
	text-shadow: none;
}
.iview-caption.caption5 {
	background: #FFF;
	color: #000;
	font-size: 26px;
	text-shadow: none;
}
.iview-caption.caption6 {
	background: #272727;
	font-size: 20px;
	font-weight: bold;
	text-shadow: none;
}
#iview-preloader {
	border: #666 1px solid;
	width: 150px
}
#iview-preloader div {
	background: #666;
}

/* 	Fullscreen Slides
----------------------------------------------------------------------*/
#headerab {
	position: absolute;
	z-index: 999;
	width: 100%;
}
#headerab .second-head {
	background: #1ABC9C;
	background: rgba(26, 188, 156, 0.8);
}
#slides {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
#slides .slides-control {
  position: relative;
  -webkit-transform: none;
  transform: none;
}
#slides .slides-container {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#slides .slides-container img {
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#slides .slides-container img.keep-original {
  min-width: 0;
  min-height: 0;
  position: static;
}
#slides .slides-container li {
  margin: 0;
  padding: 0;
  position: relative;
  background: none;
}
#slides .slides-container li.current {
  display: block;
  z-index: 1;
}
#slides .slides-container li h3 {
	position: absolute;
	bottom: 5.7%;
	left: 16%;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 20px;
	background: #fff;
	color: #000;
}
#slides .scrollable {
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	height: 100%;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
#slides .scrollable .container {
	overflow: hidden;
}
.slides-navigation {
	width: 85%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	top: -50%;
}
.slides-navigation a {
	position: fixed;
	display: block;
	color: #000;
	background: #FFF;
	display: block;
	padding: 14px 20px;
	font-size: 20px;
	text-align: center;
	bottom: 8%;
	-webkit-transition: padding 0.2s ease-out;
	-moz-transition: padding 0.2s ease-out;
	-ms-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
}
.slides-navigation a.prev {
	left: 8%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #2C3E50;
	color: #fff
}
.slides-navigation a.next {
	left: 12%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #2C3E50;
	color: #fff
}
.slides-navigation a.prev:hover, .slides-navigation a.next:hover {
	background: #1ABC9C;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: 6%;
	right: 8%;
}
.slides-pagination a {
	  border: 2px solid #eee;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	  border-radius: 15px;
	  width: 10px;
	  height: 10px;
	  display: inline-block;
	  margin: 2px;
}
.slides-pagination a.active {
  background: #1ABC9C;
}

/* 	Testimonials Slides
----------------------------------------------------------------------*/
#testimonials .slides img { width: auto !important; border-radius: 50%; }
#testimonials li {
	margin: 1px 16px 0 1px;
}
#testimonials .flex-direction-nav a {
	display: block;
	background: none;
	position: absolute;
	padding: 0;
	top: -24px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#testimonials .flex-direction-nav a i {
	color: #dedede;
	display: block;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#testimonials .flex-direction-nav a i:hover {
	color: #949494;
}
#testimonials .flex-direction-nav .flex-prev {
	right: 18px;
	left: auto;
}
#testimonials .flex-direction-nav .flex-next {
	right: 0px;
}

/* 	jCarousel
----------------------------------------------------------------------*/
.jcarousel-clip { overflow: hidden; direction: ltr !important }
#clients img {
	float: left;
	border: 1px solid #ddd;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.grid_12 #clients li, .grid_11 #clients li, .grid_10 #clients li, .grid_9 #clients li, .grid_8 #clients li, .grid_7 #clients li, .grid_6 #clients li, .grid_5 #clients li, .grid_4 #clients li, .grid_3 #clients li { margin: 0 5px }
#clients img:hover { border: 1px solid #000 }
#clients .jcarousel-item-horizontal { margin: 0; }

.grid_12 #galleri li, .grid_11 #galleri li, .grid_10 #galleri li, .grid_9 #galleri li, .grid_8 #galleri li, .grid_7 #galleri li, .grid_6 #galleri li, .grid_5 #galleri li, .grid_4 #galleri li, .grid_3 #galleri li { margin: 0 1px }
#galleri .jcarousel-item-horizontal { margin: 0; }
.grid_11 .galleri4 p,
.grid_10 .galleri4 p,
.grid_9 .galleri4 p,
.grid_8 .galleri4 p,
.grid_7 .galleri4 p,
.grid_6 .galleri4 p,
.grid_5 .galleri4 p,
.grid_4 .galleri4 p,
.grid_3 .galleri4 p {
	display: none
}
.galleri4 a:hover img {
	top: 0 !important;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.grid_11 .galleri4 h3, 
.grid_10 .galleri4 h3, 
.grid_9 .galleri4 h3, 
.grid_8 .galleri4 h3, 
.grid_7 .galleri4 h3, 
.grid_6 .galleri4 h3, 
.grid_5 .galleri4 h3, 
.grid_4 .galleri4 h3, 
.grid_3 .galleri4 h3 {
	margin: 0;
	bottom: -95px;
	left: 4px;
}
.grid_11 .galleri4 a:hover h3, 
.grid_10 .galleri4 a:hover h3, 
.grid_9 .galleri4 a:hover h3, 
.grid_8 .galleri4 a:hover h3, 
.grid_7 .galleri4 a:hover h3, 
.grid_6 .galleri4 a:hover h3, 
.grid_5 .galleri4 a:hover h3, 
.grid_4 .galleri4 a:hover h3, 
.grid_3 .galleri4 a:hover h3 {
	bottom: 4px;
}
.grid_12 .galleri4 a:hover img {
	top: -44px !important;
}

/* Horizontal Buttons */
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal {
	position: absolute;
	top: -52px;
	right: 5px;
	padding: 4px 6px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.jcarousel-prev-horizontal {
	right: 24px !important
}
.jcarousel-prev-horizontal:hover,
.jcarousel-next-horizontal:hover {
	color: #1ABC9C
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active,
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	opacity: 0.5;
}

/*	Accordion, Toggle
----------------------------------------------------------------------*/
.accordion-head,
.toggle-head {
	padding: 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 8px 0 0 0;
	font-size: 16px;
	font-weight: 400;
	font-family: oswald;
	cursor: pointer;
	text-transform: uppercase;
	border: 2px solid #EAEAEA;
	color: #ccc;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
}
.active .accordion-head,
.active .toggle-head {
	border-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.accordion-head i,
.toggle-head i {
	padding-right: 8px;
}
.sub-accordion:first-child .accordion-head,
.sub-toggle:first-child .toggle-head {
	margin: 0;
}
.accordion-head:hover,
.toggle-head:hover {
	border: 2px solid #ccc;
}
.active .accordion-head,
.active .toggle-head {
	color: #000;
	border: 2px solid #ccc;
	border-bottom: 0;
}
.active .accordion-content,
.active .toggle-content {
	border: 2px solid #ccc;
}
.accordion-head:hover .accordion-head-sign, .toggle-head:hover .toggle-head-sign {
	color:#ccc;
}
.accordion-content,
.toggle-content {
	padding:16px;
	overflow:hidden;
	border: 2px solid #EAEAEA;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.accordion-head-sign,
.toggle-head-sign {
	float:right;
	margin: 0;
	cursor:pointer;
}
.accordion-head-sign i,
.toggle-head-sign i {
	padding: 0;
	margin: 0;
}

/*	Tabs
----------------------------------------------------------------------*/
.tabs {
	display:block;
	padding:0;
	list-style:none;
}
.tabs li {
	display:block;
	width:auto;
	padding:0;
	float:left;
	margin: 0 3px 0 0;
}
.tabs li a {
	display: block;
	padding: 10px 20px;
	margin: 0 0 -2px -1px;
	font-size: 12px;
	cursor: pointer;
	color: #CCC;
	background: #FAFAFA;
	border: 2px solid #EAEAEA;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-transform: uppercase;
	font-family: Oswald;
}
.tabs li:first-child a {
	margin: 0 0 -2px 0;
}
.tabs li a:hover {
	background: #FFF;
}
.tabs li a.active {
	background: #FFF;
	border: 2px solid #EAEAEA;
	border-bottom: 2px solid #FFF;
	color: #000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.tabs-content {
	padding: 16px;
	display:block;
	list-style:none;
	border: 2px solid #EAEAEA;
}
.tabs-content > li {
	display:none;
}
.tabs-content > li.active {
	display:block;
	overflow:hidden;
}
.tabs:before,
.tabs:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.tabs:after {
	clear:both;
}

.vert-tab {
	border-bottom: 0px;
	text-align: right;
}
.vert-tab li {
	float: none;
}
.vert-tab a {
	padding: 8px 10px !important;
	border: 0 !important;
	border-right: 1px solid #DFDFDF !important;
	background: none !important;
	transition:all .2s;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
}
.vert-tab a:hover {
	color: #47C0FF;
}
.vert-tab a.active {
	border: 1px solid #DFDFDF !important;
	border-bottom: 1px solid #DFDFDF !important;
	border-right: 0 !important;
	box-shadow: -3px 0 5px rgba(39, 39, 39, 0.1) !important;
	color: #47C0FF;
}
.vert-content {
	padding: 0 0 0 16px !important;
	border: 0;
}


@keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
@-webkit-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
@-o-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
@-ms-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
.tabs li a:hover i {
	opacity: 1;
	animation: prot 1s 1;
	-webkit-animation: prot 1s 1;
	-moz-animation: prot 1s 1;
	-o-animation: prot 1s 1;
	-ms-animation: prot 1s 1;
	z-index: 11;
}

/*	Progress Bar
----------------------------------------------------------------------*/
.progress-bar {
	background-color: #FAFAFA;
	height: 42px;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.progress-bar span {
	display: inline-block;
	height: 100%;	
	background-color: #1ABC9C; 
}
.stripes span {
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;			
	background-image: -webkit-gradient(linear, left top, right bottom,
						color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
						color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
						color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
						to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);            
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;       		
}
@-webkit-keyframes animate-stripes { 
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@-moz-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
.progress-bar  .progress-bar-text {
	position: absolute;
	bottom: 12px;
	left: 20px;
	font-family: oswald;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(73, 73, 73, 0.66);
}
.progress-bar span.lengh {
	position: absolute;
	right: 20px;
	top: 9px;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: auto;
	background: #FFF;
	color: #777;
	font-family: oswald;
}

/*	Footer
----------------------------------------------------------------------*/
#footer {
	background: #d6d5d5;
	color: #bfbcbc;
	padding: 40px 0;
}
#footer a {
	color: #2c3e50;
}
#footer a:hover {
	color: #1abc9c
}
#footer h4 {
	font-size: 16px;
	font-weight: normal;
	font-family: "Oswald", Tahoma, Arial;
	text-transform: uppercase;
	color: #b1b1b1;
}
#footer strong {
	color: #656565;
	font-weight: bold;
}
.footer-social {
	margin: 0;
}
.footer-social a {
	float: left;
	margin: 0 2px 2px 0;
}
.footer-social a:hover {
	-webkit-animation: tada .8s 1;
	-moz-animation: tada .8s 1;
	-ms-animation: tada .8s 1;
	-o-animation: tada .8s 1;
	animation: tada .8s 1;
}
.tweet_list li {
	margin: 0 0 30px 0;
	padding: 0 0 0 30px;
}
.tweet_list .icon-twitter {
	color: #E7E7E7;
	font-size: 22px;
	position: absolute;
	left: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.tweet_list li:hover .icon-twitter {
	color: #1abc9c
}
.copyright h3 {
	color: #fff;
}

/*	More Styles
----------------------------------------------------------------------*/
.mt { margin-top: 20px !important }
.mtt { margin-top: 30px !important }
.mtf { margin-top: 40px !important }
.mts { margin-top: 70px !important }

.mb { margin-bottom: 20px !important }
.mbt { margin-bottom: 30px !important }
.mbf { margin-bottom: 40px !important }
.mbs { margin-bottom: 70px !important  }

.fll { float: left; margin: 0 20px 10px 0 !important }
.flr { float: right; margin: 0 0 10px 20px !important }
.tac { text-align: center !important }

.two-radius { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px }
.three-radius { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px }
.four-radius { border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px }
.five-radiu { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px }
.six-radius { border-radius:6px; -webkit-border-radius: 6px; -moz-border-radius: 6px }
.ten-radius { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px }
.circle-radius { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50% }

.dropcap { 
	font-size: 32px;
	margin: 0px 16px 8px 0px;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 5px;
	color: white;
	line-height: 54px;
	padding: 0px 16px;
	background: #2C3E50
}
.dropcap-border { 
	font-size: 32px;
	margin: 0px 16px 8px 0px;
	border: 1px solid #2C3E50;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 5px;
	line-height: 54px;
	padding: 0px 16px;
}
.highlight {
	padding: 1px 6px
}

.the-list li, .the-icons li {
	line-height: 24px;
}
.the-list li [class^="icon-"], .the-list li [class*=" icon-"], .the-icons li [class^="icon-"], .the-icons li [class*=" icon-"] {
	padding-right: 8px;
	font-size: 14px;
}

/*	HR Styles
----------------------------------------------------------------------*/
hr.line {
	margin-bottom: 32px;
}
hr.dotted {
	border-bottom: 1px dotted #777;
	margin-bottom: 32px;
}
hr.double {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 32px;
}	
hr.theme20-1 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	margin-bottom: 32px;
}			
hr.theme20-3 {
	padding: 0;
	border: none;
	border-top: medium double #555;
	color: #555;
	text-align: center;
	margin: 32px 0px;
}
hr.theme20-3:after {
	content: "*";
	display: inline-block;
	position: relative; 
	top: -0.7em;  
	font-size: 1.5em;
	padding: 0 0.25em;
	background: white;
}
.highlight {
	padding: 1px 8px;
}

/*	Top Scroll
----------------------------------------------------------------------*/
.hidett {
	bottom: -100px !important;
}
.showtt {
	bottom:18px !important;
}
#toTop {
	position: fixed;
	right: 32px;
	bottom: -100px;
	width: 40px;
	height: 40px;
	background: rgba(247, 247, 247, 0.36);
	color: #aaa;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	cursor:pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
#toTop i {
	padding: 10px 0 0 15px;
	display: block;
	font-size: 16px;
}
#toTop:hover i {
	-webkit-animation: lr .4s 1;
	-moz-animation: lr .4s 1;
	-ms-animation: lr .4s 1;
	-o-animation: lr .4s 1;
	animation: lr .4s 1;
}
#toTop:hover {
	opacity: 0.9;
	background: #1abc9c;
	color: #fff;
}

/* Intro Animations
----------------------------------------------------------------------*/
@-webkit-keyframes Out {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@-moz-keyframes Out {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@-o-keyframes Out {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@keyframes Out {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
.Out {
	-webkit-animation: Out 1s 1;
	-moz-animation: Out 1s 1;
	-ms-animation: Out 1s 1;
	-o-animation: Out 1s 1;
	animation: Out 1s 1;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-animation: flipInX 1s 1;
	-moz-animation: flipInX 1s 1;
	-ms-animation: flipInX 1s 1;
	-o-animation: flipInX 1s 1;
	animation: flipInX 1s 1;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation: fadeIn 1s 1;
	-moz-animation: fadeIn 1s 1;
	-ms-animation: fadeIn 1s 1;
	-o-animation: fadeIn 1s 1;
	animation: fadeIn 1s 1;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation: fadeInUp 1s 1;
	-moz-animation: fadeInUp 1s 1;
	-ms-animation: fadeInUp 1s 1;
	-o-animation: fadeInUp 1s 1;
	animation: fadeInUp 1s 1;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation: fadeInDown 1s 1;
	-moz-animation: fadeInDown 1s 1;
	-ms-animation: fadeInDown 1s 1;
	-o-animation: fadeInDown 1s 1;
	animation: fadeInDown 1s 1;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation: fadeInLeft 1s 1;
	-moz-animation: fadeInLeft 1s 1;
	-ms-animation: fadeInLeft 1s 1;
	-o-animation: fadeInLeft 1s 1;
	animation: fadeInLeft 1s 1;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation: fadeInRight 1s 1;
	-moz-animation: fadeInRight 1s 1;
	-ms-animation: fadeInRight 1s 1;
	-o-animation: fadeInRight 1s 1;
	animation: fadeInRight 1s 1;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	
	70% {
		-o-transform: scale(.9);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation: bounceIn 1s 1;
	-moz-animation: bounceIn 1s 1;
	-ms-animation: bounceIn 1s 1;
	-o-animation: bounceIn 1s 1;
	animation: bounceIn 1s 1;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation: bounceInDown 1s 1;
	-moz-animation: bounceInDown 1s 1;
	-ms-animation: bounceInDown 1s 1;
	-o-animation: bounceInDown 1s 1;
	animation: bounceInDown 1s 1;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation: rotateIn 1s 1;
	-moz-animation: rotateIn 1s 1;
	-ms-animation: rotateIn 1s 1;
	-o-animation: rotateIn 1s 1;
	animation: rotateIn 1s 1;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation: rotateInUpLeft 1s 1;
	-moz-animation: rotateInUpLeft 1s 1;
	-ms-animation: rotateInUpLeft 1s 1;
	-o-animation: rotateInUpLeft 1s 1;
	animation: rotateInUpLeft 1s 1;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation: rotateInDownLeft 1s 1;
	-moz-animation: rotateInDownLeft 1s 1;
	-ms-animation: rotateInDownLeft 1s 1;
	-o-animation: rotateInDownLeft 1s 1;
	animation: rotateInDownLeft 1s 1;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation: rotateInUpRight 1s 1;
	-moz-animation: rotateInUpRight 1s 1;
	-ms-animation: rotateInUpRight 1s 1;
	-o-animation: rotateInUpRight 1s 1;
	animation: rotateInUpRight 1s 1;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation: rotateInDownRight 1s 1;
	-moz-animation: rotateInDownRight 1s 1;
	-ms-animation: rotateInDownRight 1s 1;
	-o-animation: rotateInDownRight 1s 1;
	animation: rotateInDownRight 1s 1;
}
@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation: rollIn 1s 1;
	-moz-animation: rollIn 1s 1;
	-ms-animation: rollIn 1s 1;
	-o-animation: rollIn 1s 1;
	animation: rollIn 1s 1;
}

/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/* ----------------------------------
		Default Theme
	----------------------------------- */

	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right { height: 13px; }
	
	div.pp_default .pp_top .pp_left { background: url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url(images/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */
	
	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url(images/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url(images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; } 
	div.pp_default .pp_gallery ul li a { background: url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
	div.pp_default .pp_social { margin-top: 7px; }

	div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
	div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause { background: url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
	div.pp_default .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
	div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
	
	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url(images/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */

	
	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */


	div.light_rounded .pp_top .pp_left { background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded .pp_details { position: relative; }
	div.light_rounded .pp_description { margin-right: 85px; }
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: #000; }
	
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_expand { background: url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; }
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.dark_square .pp_arrow_previous { background: url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url(images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square .pp_details { position: relative; }
	div.light_square .pp_description { margin-right: 85px; }
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.light_square .pp_arrow_previous { background: url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.light_square .pp_loaderIcon { background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; }
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}

		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				float: left;
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0;
				}
				
				.pp_social { float: left; margin: 0; }
				.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
				.pp_social .twitter { float: left; }
				
				.pp_nav {
					clear: right;
					float: left;
					margin: 3px 10px 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
						white-space: nowrap;
					}
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		.pp_gallery {
			display: none;
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}
		
			.pp_gallery div {
				float: left;
				overflow: hidden;
				position: relative;
			}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				padding: 0;
				position: relative;
				white-space: nowrap;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
				padding: 0;
			}
			
			.pp_gallery li.default a {
				background: url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			position: absolute; right: 0; top: 0; 
			display: block;
			line-height:22px;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}
/* Display
----------------------------------------------------------------------*/
#mobilepro {
	font-size: 20px;
	font-weight: bold;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 7.5px;
	cursor: pointer;
	float: right;
	background-color: #2C3E50;
	color: #FFF;
	margin: 40px 0;
}
#firstmobilepro {
	font-size: 17px;
	font-weight: bold;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 6px;
	cursor: pointer;
	float: left;
	background-color: #FFF;
	color: #2C3E50;
	margin: 3px 0 0 10px;
}

/* #Tablet (Landscape) 1177px
----------------------------------------------------------------------*/
@media only screen and (min-width: 959px) and (max-width: 1177px) {
	body {overflow-x: hidden}
	.boxed, .blocked {width: 98% }
	.row { width: 94%; }
	.showcase li, .showcase a { width: 235px; height: 140px }
	.showcase a:hover h3 { bottom: 60px }
	.showcase a p { bottom: -120px }
	.jcarousel-clip { width: 100.7% }
	#clients .jcarousel-item-horizontal { margin-right: 10px }
	.first-head .grid_3 {width:25%}
	.first-head .grid_6 {width: 44.0%}
	.modern-slider {width: auto;height: 300px;}
	.modern-slider img {width: auto;height: 100%;}
	.myslicebox, .shadow {width: 800px;}
	.nav-arrows a {left: -8%;}
	.nav-arrows a:first-child {right: -8%;}
	.rm_container {width: 960px;}
	.slides-navigation a.next {left: 13%}
	#slides .slides-container li h3 {left: 18%; bottom: 5.1%; }
	div.jp-audio div.jp-type-single div.jp-progress, div.jp-audio div.jp-type-single div.jp-time-holder {width: 430px !important}
	.second-head .sf-menu li {margin-left: 6px;}
	.landing #iview {height: 600px !important;}
	.sticky {width: 98%}
	.first-head {margin-bottom: 0 !important}
}

/* #Tablet (Portrait) 768px
----------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	body {overflow-x: hidden}
	.boxed, .blocked {width: 97% }
	.row { width: 91%; }
	.info, .big-slider p, .grid_9 .showcase a h3, .grid_9 .showcase a p, .pxs_navigation, .head-social { display: none !important }
	.first-head .grid_3 { float: right }
	.sticky {width: 97%}
	.first-head {margin-bottom: 0 !important}
	.big-slider h3 { bottom: 4%; left: 2%; z-index: 999 }
	.stunning-box .btn { margin-top: 30px }
	.showcase li, .showcase a { width: 225px; height: 140px }
	.showcase a p { bottom: -120px }
	.showcase a:hover h3 { bottom: 62px }
	.date { padding: 16px }
	.jcarousel-clip { width: 100.7% }
	#clients .jcarousel-item-horizontal { margin-right: 10px }
	.second-head .sf-menu li {margin-left: 2px}
	.smalltt {padding: 6px 20px}
	.mediumtt {padding: 10px 20px }
	.btn {padding: 14px 20px }
	.modern-slider {width: auto;height: 280px;}
	.modern-slider img {width: auto;height: 100%;}
	.myslicebox, .shadow {width: 545px}
	.nav-arrows a {left: -12%}
	.nav-arrows a:first-child {right: -12%}
	.roundabout ul {width: 58%}
	.liteAccordion.light {width: 90% !important}
	.rm_container {width: 600px}
	.slides-navigation a.next {left: 15%}
	#slides .slides-container li h3 {left: 22%; bottom: 5% }
	.single-pager .live-version > span, .single-pager .live-version > a {display: inline-block}
	div.jp-audio div.jp-type-single div.jp-progress, div.jp-audio div.jp-type-single div.jp-time-holder {width: 240px !important}
	.services h4 {margin: 8px 0 20px; float: none;}
	.services {text-align: center}
	.services .clearfix {text-align: left !important}
	.services img {float: none;margin: 0 auto 20px;}
	.widget-title h4 {margin: 2px 0 0 0}
	.widget-title img {width: 40px}
	.meta-date {width: 11.4%}
	.post-title-row .post-title {width: 80%}
	.testimonial-s .testimonial-details {margin: 30px 0px 8px 20px}
	.blog-three-columns .post-title {margin: 0px 0 10px 20px;width: 63%}
	.author p, .author h3 {width: 60%}
	.single-pager .live-version > span, .single-pager .live-version > a {width: auto}
	.single-pager .previous > span, .single-pager .previous > a, .single-pager .next > span, .single-pager .next > a {width: 40px}
	.grid_3 .single-pager .previous > span, .grid_3 .single-pager .previous > a, .grid_3 .single-pager .next > span, .grid_3 .single-pager .next > a {width: 30px}
	.landing #iview {height: 500px !important;}
}

/* #Mobile (Landscape) 480px
----------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {overflow-x: hidden}
	.boxed, .blocked {width: 96% }
	.blocked {margin: 8px auto;}
	.row { width: 94%; }
	.sticky {position: relative}
	.first-head {margin-bottom: 0 !important}
	.grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {width: 98%; margin-bottom: 40px;margin-left: 0;margin-right: 0;}
	.first-head .grid_3 {width: 30%; margin-bottom: 0;float:right}
	.first-head .grid_6 {width: 70%; margin-bottom: 0;}
	.second-head .grid_3, .second-head .grid_6 {width: auto; margin-bottom: 0;}
	.row { padding: 0 }
	.info, .big-slider p, .grid_9 .showcase a h3, .grid_9 .showcase a p, .pxs_navigation, #toTop, .galleri4 p, .labele, .galleri4 h3, .sb-slider h3 { display: none !important }
	.big-slider h3 { bottom: 4%; left: 2%; z-index: 999 }
	.second-head .sf-menu a { color: #333 !important; background: #fff !important; border-radius: 3px }
	.second-head .sf-menu a:hover { color: #fff !important; background: #2C3E50 !important }
	#mobilepro { display: block; }
	.second-head .sf-menu {width: 100%!important;display: none; margin: 4px 0 !important }
	.second-head .sf-menu li li, .second-head .sfHover { background: none }
	.second-head .sf-menu li { margin-bottom: 10px; margin-left: 0 }
	.head-two .logo {float: left}
	.second-head .sf-menu.xactive, .second-head nav { display: block !important; }
	.second-head .sf-menu ul:before { content: ""; border-width: 0 0 0 0 !important }
	.second-head .second-head .sf-menu > li.sfHover:before {color: #000;background: none;width: 0;height: 0px;}
	.second-head .sf-menu li:hover ul, .second-head .sf-menu li.sfHover ul { padding: 0 !important }
	.second-head ul.sf-menu li:hover ul, .second-head ul.sf-menu li.sfHover ul, .second-head ul.sf-menu li ul { margin-top: 4px }
	.second-head .sf-menu li { float: none !important; display: block !important; width: 100% !important;overflow: hidden; }
	.second-head .sf-menu li a, .second-head  li:first-child a, .second-head .sf-menu ul li, .second-menu li.current { float: none !important; border: 0; }
	.second-head .sf-menu li:hover ul, .second-head .sf-menu li.sfHover ul {box-shadow: none;-webkit-animation: initial;animation: initial;-moz-animation: initial;-o-animation: initial; }
	.second-head .sf-menu li li {left: 10px;}
	.second-head .sf-menu ul {position:static !important; width: 100%; }
	.stunning-box .btn { margin-top: 30px }
	#clients .jcarousel-item-horizontal { margin-right: 10px }
	#clients img {height: auto}
	.showcase li, .showcase a, .galleri1 a, .galleri1 li { width: 433px; height: 273px !important }
	.galleri3 a, .galleri3 li { width: 140px !important; height: 88px !important }
	.galleri2 a, .galleri2 li { width: 218px !important; height: 136px !important }
	.galleri4 li, .galleri4 a {width: 109px !important;height: 68px !important }
	.showcase a:hover img {top: 0}
	.showcase a p { bottom: -120px }
	.showcase a:hover h3 { bottom: 46px }
	.showcase a p {height: 44px;width: 394px;}
	.breadcrumb ul li {font-size: 12px}
	.tabs li a {padding: 10px 12px;}
	.blockquote.left, .blockquote.right {width: 100%;margin-right: 0;float: none;}
	.breadcrumb ul li {padding: 0 10px 0}
	.breadcrumb ul li:first-child {padding: 0 10px 0 0;}
	.modern-slider {width: auto;height: 200px;}
	.modern-slider img {width: auto;height: 100%;}
	.myslicebox {width: 400px;}
	.shadow {width: 400px; height: 80px; margin: -70px auto 0;}
	.nav-arrows a {left: -16%;}
	.nav-arrows a:first-child {right: -16%;}
	.roundabout li {max-width: 100% !important}
	.liteAccordion.light {width: 90% !important;}
	ul.pxs_thumbnails {bottom: 20%;top: auto;}
	.pxs_container, ul.pxs_slider  {height: 300px}
	.rm_container {width:470px;}
	.slides-navigation a.next {left: 18%}
	#slides .slides-container li h3 {left: 28%; bottom: 3.5%; }
	div.jp-audio div.jp-type-single div.jp-progress, div.jp-audio div.jp-type-single div.jp-time-holder {width: 170px !important}
	.meta-date {width: 13.4%}
	.post-title-row .post-title {width: 80%}
	.meta-more {padding: 0 0 0 14px}
	.author, .author p {border: 0px solid #EAEAEA;width: 100%;}
	ul.showcomments li.child {margin: 0 0px 32px 30px;}
	.zoom {right: 0; width: auto !important }
	.sticky {position: relative }
	.fb-blog .grid_2 {width: 14.667%}
	.landing #iview {height: 320px !important;}
}

/*  #Mobile (Portrait) 320px
----------------------------------------------------------------------*/
@media only screen and (min-width: 100px) and (max-width: 479px) {
	body {overflow-x: hidden}
	.boxed, .blocked {width: 94% }
	.blocked {margin: 8px auto;}
	.row { width: 94%; }
	.sticky {position: relative}
	.first-head {margin-bottom: 0 !important}
	.grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {width: 98%; margin-bottom: 40px;margin-left: 0;margin-right: 0;}
	.first-head {min-height: 32px}
	.first-head .grid_3 {width: 50%;position: absolute;top: 0;right: 100px;}
	.first-head .grid_6 {width: 100%; margin-bottom: 0}
	.second-head .grid_3, .second-head .grid_6 {width: auto; margin-bottom: 0}
	.row { padding: 0 }
	.info, .big-slider p, .big-slider h3, .head-social, div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute, .sb-slider h3, .grid_9 .showcase a h3, .grid_9 .showcase a p, div.jp-audio div.jp-volume-bar, .labele, .pxs_navigation, #slides .slides-container li h3, #toTop { display: none !important }
	.sf-menu a { color: #333 !important; background: #fff !important; border-radius: 3px }
	.sf-menu a:hover { color: #fff !important; background: #2C3E50 !important }
	#mobilepro { display: block; margin: 40px 10px 40px 0 }
	#firstmobilepro { display: block }
	.sf-menu {width: 100%!important;display: none; margin: 4px 0 !important }
	.second-head .sf-menu li li, .second-head .sfHover { background: none }
	.second-head .sf-menu li { margin-bottom: 10px; margin-left: 0 }
	.sf-menu.xactive { display: block !important }
	.head-two .logo {float: left}
	.second-head .sf-menu.xactive, .second-head nav { display: block !important; }
	.sf-menu ul:before { content: ""; border-width: 0 0 0 0 !important }
	.sf-menu > li:before {background: none !important }
	.sf-menu > li.sfHover:before {color: #000;background: none;width: 0;height: 0px}
	.sf-menu li:hover ul, .sf-menu li.sfHover ul { padding: 0 !important }
	ul.sf-menu li:hover ul, ul.sf-menu li.sfHover ul, ul.sf-menu li ul { margin-top: 4px }
	.sf-menu li { float: none !important; display: block !important; width: 100% !important;overflow: hidden }
	.sf-menu li a, li:first-child a, .sf-menu ul li, .second-menu li.current { float: none !important; border: 0}
	.sf-menu li:hover ul, .sf-menu li.sfHover ul {box-shadow: none;-webkit-animation: initial;animation: initial;-moz-animation: initial;-o-animation: initial}
	.sf-menu li li {left: 10px}
	.sf-menu ul {position:static !important; width: 100% }
	.first-head .sf-menu li {margin-right: 0;margin-bottom: 4px;}
	.first-head .sf-menu li a {padding: 0 8px}
	.first-head .sf-menu li li {background: none;}
	.stunning-box .btn { margin-top: 30px }
	#clients .jcarousel-item-horizontal { margin-right: 10px }
	#clients img {height: auto}
	.breadcrumb ul li {font-size: 12px}
	.tabs li a {padding: 10px 12px}
	.blockquote.left, .blockquote.right {width: 100%;margin-right: 0;float: none}
	.breadcrumb ul li {padding: 0 10px 0}
	.breadcrumb ul li:first-child {padding: 0 10px 0 0}
	.modern-slider {width: auto;height: 120px}
	.modern-slider img {width: auto;height: 100%}
	.myslicebox {width: 200px}
	.shadow {width: 200px; height: 80px; margin: -70px auto 0}
	.nav-arrows a {left: -24%}
	.nav-arrows a:first-child {right: -24%}
	.liteAccordion.light {width: 90% !important}
	ul.pxs_thumbnails {bottom: 40%}
	.rm_container {width: 300px}
	.slides-navigation a.next {left: 24%}
	div.jp-audio div.jp-type-single div.jp-progress, div.jp-audio div.jp-type-single div.jp-time-holder {width: 140px !important}
	.showcase li, .showcase a { width: 282px; height: 182px }
	.galleri3 a, .galleri3 li { width: 136px !important; height: 86px !important }
	.galleri2 a, .galleri2 li { width: 134px !important; height: 84px !important }
	.galleri4 li, .galleri4 a { width: 68px !important;height: 42px !important }
	.showcase a:hover img {top: 0}
	.showcase a p {height: 60px;width: 242px}
	.meta-date {width: 20.4%}
	.post-title-row .post-title {width: 70%}
	.meta-more {padding: 20px 0 0 0}
	div.jp-audio ul.jp-controls {width: 238px}
	.author, .author p {border: 0px solid #EAEAEA;width: 100%}
	ul.showcomments li.child {margin: 0 0px 32px 30px}
	.zoom {right: 0}
	.sticky {position: relative }
	ul.pxs_thumbnails {bottom: 20%;top: auto}
	.pxs_container, ul.pxs_slider  {height: 270px}
	.rm_container {width:370px}
	.mslider-arrow i {padding: 2px 0 0 17px;font-size: 16px}
	.mslider-arrow {width: 40px;height: 20px}
	.mslider-controls {right: 4%}
	.ca-menu {padding: 0 0 0 36px;width: 86%}
	.fb-blog .grid_2 {width: 14.667%}
	.date {padding: 12px}
	.landing #iview {height: 200px !important;}
}