/* 	Reset Styling
----------------------------------------------------------------------*/
/*Fontface*/
@font-face {
    font-family: 'gorditablack';
    src: url('../fonts/gorditablack.eot');
    src: url('../fonts/gorditablack.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gorditablack.woff2') format('woff2'),
         url('../fonts/gorditablack.woff') format('woff'),
         url('../fonts/gorditablack.ttf') format('truetype'),
         url('../fonts/gorditablack.svg#gorditablack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gorditabold';
    src: url('../fonts/gorditabold.eot');
    src: url('../fonts/gorditabold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gorditabold.woff2') format('woff2'),
         url('../fonts/gorditabold.woff') format('woff'),
         url('../fonts/gorditabold.ttf') format('truetype'),
         url('../fonts/gorditabold.svg#gorditabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gorditalight';
    src: url('../fonts/gorditalight.eot');
    src: url('../fonts/gorditalight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gorditalight.woff2') format('woff2'),
         url('../fonts/gorditalight.woff') format('woff'),
         url('../fonts/gorditalight.ttf') format('truetype'),
         url('../fonts/gorditalight.svg#gorditalight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gorditamedium';
    src: url('../fonts/gorditamedium.eot');
    src: url('../fonts/gorditamedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gorditamedium.woff2') format('woff2'),
         url('../fonts/gorditamedium.woff') format('woff'),
         url('../fonts/gorditamedium.ttf') format('truetype'),
         url('../fonts/gorditamedium.svg#gorditamedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gorditaregular';
    src: url('../fonts/gorditaregular.eot');
    src: url('../fonts/gorditaregular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gorditaregular.woff2') format('woff2'),
         url('../fonts/gorditaregular.woff') format('woff'),
         url('../fonts/gorditaregular.ttf') format('truetype'),
         url('../fonts/gorditaregular.svg#gorditaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gothambook.eot');
    src: url('../fonts/gothambook.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothambook.woff2') format('woff2'),
         url('../fonts/gothambook.woff') format('woff'),
         url('../fonts/gothambook.ttf') format('truetype'),
         url('../fonts/gothambook.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*E.O.Fontface*/
* {box-sizing:border-box;margin:0px; padding:0px;list-style:none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, 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/bg.jpg) fixed 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:'gorditaregular';
	font-size: 14px;
}
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: #f86600;
	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: 15px;
	text-align: left;
	font: 15px/22px 'gorditaregular';
}
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: #CCC;
	white-space: initial;
	border-radius: 3px;
	background: #F8F8F8;
	border-left: 8px solid #EAEAEA;
	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: #CCC;
	background: #F8F8F8;
	border-left: 8px solid #EAEAEA;
	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; 
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}

/*	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 { margin-right: -15px;	margin-left: -15px;}
.grey20 {
	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;
}

.boxed {
	margin: 0 auto;
	width: 100%;
	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;
}

/*	Header
----------------------------------------------------------------------------------------------------*/
header {position: fixed; top: 0; z-index: 1000; width: 100%; border-bottom: 1px solid #f86600;}
.home header {border-bottom: 0;}
.first-head {background: #262626; padding: 10px 0}
header  span.info {	font-size: 10px;color:#fff; padding-left: 15px;}
header  span.info a {color:#fff;}
.first-head .searchform:before {
	font-family: FontAwesome;
	content: "\f002";
	position: absolute;
	right: 12px;
	top: 6px;
	color: #677079;
}
.first-head .top-nav {padding: 0}
.first-head .searchform input {
	width: 100%;
	height: 32px;
	background: rgba(0, 0, 0, 0);
	outline: none;
	border: 0;
	padding: 0 10px;
	color: #c1c1c1;
	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;
}
.first-head .sf-menu {line-height: 32px;}
.first-head .sf-menu li {margin-right: 18px;}
.first-head .sf-menu li a {color: #fff;	font:12px/18px 'gorditaregular';-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 {color: #f86600;}

/*	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:			212px; /* 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;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-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;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-ms-keyframes lr {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-o-keyframes lr {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-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:			205px; /* 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;
}

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;
	
}
.first-head li:hover > a {
	color: #1abc9c
}

/*	Second head
----------------------------------------------------------------------*/
.post-content {padding-bottom: 25px;}
.post-content p{font:15px/22px 'gorditaregular'; color: #262626; margin-bottom: 15px;}
.second-head {background: #fff;}
.second-head .grid_3 {
	width: auto;
}
.second-head .sf-menu {float: right;margin: 42px 0 0;
}
.second-head .sf-menu li {
	margin-left: 10px;
}
.second-head .sf-menu li:first-child {
	margin-left: 0;
}
.second-head .sf-menu li a {
	font: 14px/18px 'gorditaregular';
	color: #2c3e50;
	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, .second-head .sf-menu li:hover > a {
	color: #fff;
	border-radius: 2px;
	background: #f86600;
}
.second-head .sf-menu li li.current > a {
	color: #fff;
	background: #2C3E50
}

.second-head .sf-menu > li:before {
	content: "";
	color: #2c3e50;
	background: #FAFAFA;
	width: 100%;
	height: 0px;
	left: 0;
	top: 50%;
	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 {
	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;
}
.first-head .sf-menu li li:first-child, .second-head .sf-menu li li:first-child {
	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:capitalize;
	font-size: 12px;
	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;
	line-height: 18px;
}
.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: #262626;}
.second-head .sf-menu li li a i {
	padding-right: 8px;
}

.logo {margin: 15px 0;}
.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, .menu-list ul li 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;
}

.banner-wrapper {margin: 0; padding: 139px 0 0}
.banner-wrapper .banner-block .banner-list{position: relative; overflow: hidden;}
.banner-wrapper .banner-block figure {position: relative; z-index: 1; -webkit-transition:all 10s ease; -ms-transition:all 10s ease; -o-transition:all 10s ease; transition:all 10s ease; -webkit-transform: scale(1.5,1.5); transform:scale(1.5,1.5);}
.banner-wrapper .banner-block .banner-list.slick-active figure {-webkit-transform: scale(1,1); transform:scale(1,1);}
.banner-wrapper .banner-block figure:before {content: ''; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.8); top:0; left: 0;}
.banner-wrapper .banner-block .banner-content {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; padding: 50px 30px;}
.banner-wrapper .banner-block .banner-content .banner-text {display: table; max-width: 750px;}
.banner-wrapper .banner-block .banner-content .banner-text h1, .banner-wrapper .banner-block .banner-content .banner-text h2 {color: #fff; font:46px/46px 'gorditablack'; padding-top: 70px; -webkit-transition:0.8s all 2s; -ms-transition:0.8s all 2s; -o-transition:0.8s all 2s; transition:0.8s all 2s; opacity: 0; }
.banner-wrapper .banner-block .banner-list.slick-active .banner-content .banner-text h1, .banner-wrapper .banner-block .banner-list.slick-active .banner-content .banner-text h2 {opacity: 1; padding-top: 65px;}
.banner-wrapper .banner-block .banner-content .banner-text p {color: #fff; font:18px/36px 'gorditaregular'; position: relative; right: -50px; opacity: 0; -webkit-transition:0.8s all 3s; -ms-transition:0.8s all 3s; -o-transition:0.8s all 3s; transition:0.8s all 3s;}
.banner-wrapper .banner-block .banner-list.slick-active .banner-content .banner-text p {opacity: 1; right: 0;}
.banner-wrapper .banner-block .banner-content .banner-text .btn-group {position:relative; left:100px; opacity:0; -webkit-transition:0.8s all 3.5s; -ms-transition:0.8s all 3.5s; -o-transition:0.8s all 3.3s; transition:0.8s all 3.3s;}
.banner-wrapper .banner-block .banner-list.slick-active .banner-content .banner-text .btn-group, .banner-wrapper .banner-block .banner-list.slick-active .banner-content .banner-text .btn-group {left:0; opacity:1;}
.banner-wrapper .banner-block .banner-content .banner-text .btn-group a {font: 14px/18px 'gorditaregular'; border-radius: 2px; color: #fff;  padding: 8px 25px; border:1px solid rgba(255,255,255,0.5);  display: inline-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; margin-right:15px;}
.banner-wrapper .banner-block .banner-content .banner-text .btn-group a:hover { background: #f86600; border:1px solid #f86600;}
.banner-wrapper .banner-block .slick-dots{width:100%;height:15px;text-align:center;position:absolute;left:0;bottom:6%;}
.banner-wrapper .banner-block .slick-dots li{display:inline-block;margin-left:10px;}
.banner-wrapper .banner-block .slick-dots li:first-child{margin-left:0;}
.banner-wrapper .banner-block .slick-dots li button{width:10px;height:10px;background:rgba(255,255,255,0.7);padding:0;border:0;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;border-radius:8px;display:block;text-indent:-999em;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.5);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.5);-ms-box-shadow:0 0 5px 0 rgba(0,0,0,0.5);-o-box-shadow:0 0 5px 0 rgba(0,0,0,0.5);box-shadow:0 0 5px 0 rgba(0,0,0,0.5);}
.banner-wrapper .banner-block .slick-dots .slick-active button{background:#f86600;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.5), inset 0 0 0 1px #fff;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;}
.banner-wrapper .banner-block .slick-arrow{width:21px;height:67px;background-color:transparent;background-repeat:no-repeat;background-position:0 0;padding:0;border:0;text-indent:-999em;position:absolute;top:50%;margin-top:-34px;}
.banner-wrapper .banner-block .slick-arrow.slick-prev{background-image:url("../images/osg-leftarrow.png");left:0px;}
.banner-wrapper .banner-block .slick-arrow.slick-next{background-image:url("../images/osg-rightarrow.png");right:0px;}


@-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);}
}

.landing-header {
	background: #1ABC9C;
	background: rgba(26, 188, 156, 0.85);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.landing-header .logo {
	margin: 0;
}
.landing-header .landing-menu {
	margin: 24px 0;
}
.landing-page #iview {
	max-width: 1920px;
	height: 540px;
}
.landing-page #iview .iviewSlider{
	height: 540px;
}
.landing-page .iview-caption {
	background: none;
}
.landing-page .iview-caption.caption4 {
	background: #000 !important;
	background: rgba(0, 0, 0, 0.13) !important;
	font-family: Oswald, Tahoma;
}
.landing-page .iview-caption.caption2 {
	background: none;
	line-height: 28px;
	color: #666;
	font-size: 14px;
}
.landing-title {
	text-align: center;
	padding: 160px 0 100px 0
}
.landing-title h3 {
	margin: 0 16px 0 !important;
	font-size: 24px !important;
	color: #4E4E4E;
}
.landing-page .grey20 {
	padding: 0 0 40px 0 !important
}
.landing-page #subscriptionform #subscribe-button {
	background: #354B61
}

/*	Page
----------------------------------------------------------------------*/
.page-content {padding: 0px 0 0 0;}
.breadcrumb {padding: 25px 0 0 0;}
.breadcrumb ul {display: inline-block;}
.breadcrumb ul li {color : #f86600;	font: 12px/18px 'gorditamedium';padding: 0 15px 0;display: inline-block;	white-space: nowrap;	position: relative;
}
.breadcrumb ul li:first-child {
	padding: 0 15px 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-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
	background: #FFF;
	right: -2px;
	top: 4px;
}
.breadcrumb li:last-child:before {
	content: "";
	height: 0;
	width: 0;
	border: 0;
}

/*	Posts
----------------------------------------------------------------------*/
.post {
	margin-bottom: 70px;
}

.post-title-row {
	padding: 50px 0 15px 0;
}
.post-title-row .post-title, h1.title {font: 30px/36px 'gorditablack';margin: 0; color: #262626}
h1.title {padding: 25px 0 15px;}
/*.post-title-row .post-title span, h1.title span {color: #f86600; font-family: 'gorditalight'}*/
/* 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;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
}
.pagination a {
	font-size: 14px;
	background: #2C3E50;
	color: #FFF;
	padding: 8px 14px;
	margin: 0 4px 0 0;
	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;
	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 cite {
	
}
.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;
	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;
	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;
	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 {
	margin-bottom: 10px; font-size: 14px; display: block; color: #000; font-weight: 600;
}
#contactForm #senderName, 
#contactForm #senderEmail, 
#contactForm #message, .select-box select {
	display: block;
	width: 100%;
	border: 2px solid #EAEAEA;
	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;
}
#contactForm #senderName:focus, 
#contactForm #senderEmail:focus, 
#contactForm #message:focus {
	border: 2px solid #1ABC9C
}
.radio-group{min-height: 35px; margin-left: -5px; margin-top: 22px;}
.radio-group label{display: inline-block !important; margin-right: 10px; vertical-align: middle; color: #666 !important; font-weight: 400 !important; font-size: 13px !important;}
.radio-group label input{margin:0 5px;}
.ml0{margin-left: 0;}
.mr0{margin-right: 0;}
.mb0{margin-bottom: 0 !important;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.contact-social{margin: 30px 0;}
.contact-social ul{padding: 0; margin: 0;}
.contact-social ul li{list-style: none; display: inline-block; margin-right: 15px;}
.contact-social ul li a{width: 40px; height: 40px; border-radius: 50%; display: block; color: #fff; line-height: 40px; font-size: 20px; text-align: center;}
.contact-social ul .fb a{background: #3b5a9a;}
.contact-social ul .twt a{background: #56adf2;}
.contact-social ul .linkd a{background: #007db7;}
.contact-social ul .gplus a{background: #e14b3a;}
.mandatory{color: #ED0A0A;}
textarea{resize: none;}
.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;
	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;
	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;
}
.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 { 
	font:12px/18px 'gorditaregular';
	display: inline-block;
	color: #888;
	border: 1px solid #888;
	padding: 8px 12px;
	margin-bottom: 8px;
	text-transform: uppercase;
	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: #fff;border-color: #f86600;background: #f86600;}
.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;
	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;
	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;
}
.stunning-box2 {
	background: #2c3e50;
	color: #fff;
	padding: 40px;
	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;
	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;
	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;
}


h2.title, h2 {font:26px/30px 'gorditalight'; margin: 0;  color: #f86600; padding: 20px 0 15px;}
h2.title span, h2 span {color: #f86600; font-family: 'gorditalight';}
.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;
}
.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;
	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 'Open Sans', 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 'Open Sans', 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 'Open Sans', Arial, Sans-serif;
	position:absolute;
	top:-10px;
	left:48px;
	padding:0;
}
.pricing-table .head span{
	text-align:center;
	font: normal 14px/18px 'Open Sans', 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;
	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 Helvetica, 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);
}



/*	Buttons
----------------------------------------------------------------------*/
.btn {
	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: #2C3E50;
	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: 40px;
	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 .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;
	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;
}

/*	Services
----------------------------------------------------------------------*/
.services
.services img {
	float: left;
	margin: 0 16px 20px 0;
}




.flat-icons img {
	float: left;
	margin: 0 40px 40px 0;
}

.services .services-list {margin: 0; padding: 0 25px 50px;}
.services .services-row {margin-right: -25px; margin-left: -25px;}
.services .services-list figure{margin: 0; padding: 0; float: left;}
.services .services-list h4 {float: left; min-height: 50px; display: table;  font:18px/24px 'gorditabold'; margin: 0; padding: 0 0 0 15px; width:80%;}
.services .services-list h4 span {display: table-cell; vertical-align: middle; }
.services .services-list p {display: inline-block; padding-top: 15px; margin-bottom: 15px; min-height: 125px;}
.fb-team {padding-top: 50px}
.fb-team h3.p-title {font:30px/36px 'gorditabold';}
.link-text {font:14px/22px 'gorditaregular'; color: #f86600; text-decoration: none; display: inline-block; float: right;}
.link-text:hover {color:#262626;}
.inner-page {padding-top: 139px;}
.rt-webdesign {}

.arrow {padding: 0 0 15px}
.arrow li {font:15px/22px 'gorditaregular'; background: url('../images/arrow.png') no-repeat 0px 5px; padding: 0 0 5px 12px;}

/*	Services 2
----------------------------------------------------------------------*/
.ca-menu{
	padding: 25px 0 0;
	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: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 26px;
    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
----------------------------------------------------------------------*/
.ourworks li {
	float: left;
	overflow: hidden;
	width: 25%;
}
.ourworks a {
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.showcase li {
	float: left;
	height: 170px;
	overflow: hidden;
	width: 33.333%;
}
.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 {
	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;
}
.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);
	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;
	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 {
	background: #1abc9c;
}
.showcase .color2 a p, .showcase .color2 a h3, .showcase .color2 a:hover h3 i {
	background: #3498DB;
}
.showcase .color3 a p, .showcase .color3 a h3, .showcase .color3 a:hover h3 i {
	background: #E74C3C;
}
.showcase .color4 a p, .showcase .color4 a h3, .showcase .color4 a:hover h3 i {
	background: #F1C40F;
}
.showcase .color5 a p, .showcase .color5 a h3, .showcase .color5 a:hover h3 i {
	background: #9B59B6;
}
.showcase .color6 a p, .showcase .color6 a h3, .showcase .color6 a:hover h3 i {
	background: #7F8C8D;
}
.showcase .color7 a p, .showcase .color7 a h3, .showcase .color7 a:hover h3 i {
	background: #E67E22;
}
.showcase .color8 a p, .showcase .color8 a h3, .showcase .color8 a:hover h3 i {
	background: #2C3E50;
}
.portfolio-meta li {
	margin-bottom: 10px;
}
.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;
	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;
	*zoom:1;
}
.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;
	-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;
}

/*	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: #262626;
	display: block;
	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: 40px auto 0;
	width: 1080px;
}
.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:7px !important;
	border-left: 1px solid rgba(236, 236, 236, 0.3);
}
.big-slider .flex-direction-nav .flex-prev {
	right:42px !important;
	left: auto !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;
	border-radius: 3px;
	font-weight: normal;
	text-transform: uppercase;
}
.big-slider p {
	position: absolute;
	bottom: 10%;
	left: 10%;
	background: rgba(28, 28, 28, 0.7);
	color: #D3D3D3;
	padding: 6px 10px;
	border-radius: 3px;
}

.big-slider .flex-active-slide h3 {
	-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;
		-webkit-transform: translateY(-40px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-o-keyframes lightSpeedIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes lightSpeedIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

.big-slider .flex-active-slide p {
	-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;
		-webkit-transform: translateY(40px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-o-keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}
	
	100% {
		opacity: 1;
		-webkit-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=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: 398px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
.raised {
	width: 895px;
	height: 398px;
	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: 16% !important;
	background:#000 url(images/parallax/prev.png) no-repeat center center;
}
.pxs_navigation span.pxs_next{
	right: 16% !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=.9);	
	opacity: .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;
	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;
	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;
	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: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: transparent url(images/parallax2/waves.gif) repeat 0% 0%;
	border-top: 8px solid #efc34a;
	border-bottom: 8px solid #efc34a;
	-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: 45%;
	top: 155px;
	color: #916c05;
	font-size: 18px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	font-style: italic;
	font-weight: 400;
	font-style: italic;
}
.da-slide .da-img{
	text-align: center;
	width: 30%;
	top: 70px;
	height: 256px;
	line-height: 320px;
	left: 110%; /*60%*/
}
.da-slide .da-link{
	top: 270px;
	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;
	border-radius: 50%;
	background: #e4b42d;
	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: #e4b42d;
	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: 1064px;
	height: 350px;
	overflow: hidden;
}
#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;
}
.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;
	border-radius: 3px;
	padding: 15px 20px;
	background: #fff;
	color: #000;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}



.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%;
	border-radius: 3px;
	background: #2C3E50;
	color: #fff
}
.slides-navigation a.next {
	left: 12%;
	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;
	  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 }
#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;
	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;
	border-radius: 3px;
	height: auto;
	background: #FFF;
	color: #777;
	font-family: oswald;
}

/*	Footer
----------------------------------------------------------------------*/
.widget-content p {margin-bottom: 15px;}
#footer {
	background: #262626;
	color: #bfbfbf;
	padding: 60px 0 10px;
}
#footer a {
	color: #fff
}
#footer a:hover {
	color: #1abc9c
}
#footer h4 {
	font-size: 16px;
	font-weight: normal;
	font-family: "Oswald", Tahoma, Arial;
	text-transform: uppercase;
	color: #fff;
}
#footer strong {
	color: #fff;
	font-weight: bold;
}
.footer-social{margin:0px;}
.footer-social .social-icon {margin:0px; padding: 0;}
.footer-social .social-icon li {display: inline-block; margin-bottom: 0; margin-right: 10px;}
.footer-social .social-icon li a {font-size: 13px;}
.footer-social .social-icon li .icon-name{display: inline-block; vertical-align: middle; width: 30px; height: 30px; background: url(../images/header-icon.png) no-repeat 0 0; margin-right: 5px;}
.footer-social .social-icon li.fb .icon-name {background-position: 0 0}
.footer-social .social-icon li.tw .icon-name {background-position: -27px 0}
.footer-social .social-icon li.in .icon-name {background-position: -50px 0}
.footer-social .social-icon li.gg .icon-name {background-position: -76px 0}
.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{border-top: 1px solid #454343; margin-top: 35px;}
.copyright h3 {
	color: #fff;
}

.clients .slick-arrow{width:13px;height:22px; opacity: 0.7; background-color:transparent;background-repeat:no-repeat;background-position:0 0;padding:0;border:0;text-indent:-999em;position:absolute;top:-35px;}
.clients .slick-arrow.slick-prev{background-image:url("../images/client-left.png");right:60px;}
.clients .slick-arrow.slick-next{background-image:url("../images/client-right.png");right:30px;}

/*	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 }
.three-radius { border-radius: 3px }
.four-radius { border-radius: 4px }
.five-radius { border-radius: 5px }
.six-radius { border-radius: 6px }
.ten-radius { border-radius: 10px }
.circle-radius { 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 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;
}

/* Display
----------------------------------------------------------------------*/
#mobilepro {
	display: none;
	cursor: pointer;
	float: right;
	margin: 40px 0;
}

/* #Tablet (Landscape) 1024px
----------------------------------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1092px) {
	.boxed, .blocked {width: 98% }
	.row { width: 94%; }
	.showcase li, .showcase a { width: 235px; height: 140px }
	.showcase a p { bottom: -120px }
	.showcase a:hover h3 { bottom: 84px }
	.jcarousel-clip { width: 100.7% }
	#clients .jcarousel-item-horizontal { margin-right: 10px }
	.modern-slider, .modern-slider img {width: 1004px;height: 300px;}
	.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;}
}

/* #Tablet (Portrait) 768px
----------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.boxed, .blocked {width: 97% }
	.row { width: 91%; }
	.info, .big-slider .flex-active-slide p, .grid_9 .showcase a h3, .grid_9 .showcase a p, .pxs_navigation { display: none !important }
	.first-head .grid_3 { float: right }
	.big-slider h3 { bottom: 3%; left: 4%; 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: 84px }
	.date { padding: 16px }
	.jcarousel-clip { width: 100.7% }
	#clients .jcarousel-item-horizontal { margin-right: 10px }
	#mobilepro { display: block; }
	.second-head .sf-menu { background: #2C3E50;width: 100%; border-radius: 3px }
	.smalltt {padding: 6px 20px}
	.mediumtt {padding: 10px 20px }
	.btn {padding: 14px 20px }
	.modern-slider, .modern-slider img {width: 745px;height: 280px;}
	.myslicebox, .shadow {width: 545px}
	.nav-arrows a {left: -8%}
	.nav-arrows a:first-child {right: -8%}
	.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}
	.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}
}

/* #Mobile (Landscape) 480px
----------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.boxed, .blocked {width: 96% }
	.blocked {margin: 8px auto;}
	.row { width: 94%; }
	.grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {width: 98%; margin-bottom: 40px;}
	.first-head .grid_3, .first-head .grid_6 {width: 98%; margin-bottom: 0;}
	.second-head .grid_3, .second-head .grid_6 {width: auto; margin-bottom: 0;}
	.row { padding: 0 }
	.info, .big-slider .flex-active-slide p, .first-head .grid_6, .grid_9 .showcase a h3, .grid_9 .showcase a p, .pxs_navigation, #toTop, .galleri4 p, .galleri4 h3 { 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; }
	.sf-menu {width: 100%!important;display: none; margin: 4px 0 !important }
	.second-head .sf-menu li li, .sfHover { background: none }
	.second-head .sf-menu li { margin-bottom: 10px; margin-left: 0 }
	.sf-menu.xactive { display: block !important; }
	.first-head .sf-menu ul:before, .second-head .sf-menu ul:before { content: ""; border-width: 0 0 0 0 !important }
	.second-head .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, .second-menu 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; display: none !important; width: 100%; }
	.xpopdrop ul {display: block !important; visibility: inherit !important }
	.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 !important; 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 }
	.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, .modern-slider img {width: 460px;height: 200px;}
	.myslicebox, .shadow {width: 400px;}
	.nav-arrows a {left: -10%;}
	.nav-arrows a:first-child {right: -10%;}
	.roundabout ul {width: 18%;}
	.liteAccordion.light {width: 90% !important;}
	ul.pxs_thumbnails {top: 40%;}
	.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}
}

/*  #Mobile (Portrait) 320px
----------------------------------------------------------------------*/
@media only screen and (min-width: 100px) and (max-width: 479px) {
	.boxed, .blocked {width: 94% }
	.blocked {margin: 8px auto;}
	.row { width: 94%; }
	.grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {width: 98%; margin-bottom: 40px;}
	.first-head .grid_3, .first-head .grid_6 {width: 98%; margin-bottom: 0;}
	.second-head .grid_3, .second-head .grid_6 {width: auto; margin-bottom: 0;}
	.row { padding: 0 }
	.info, .big-slider .flex-active-slide p, .first-head .grid_6, .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, .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 20px; }
	.sf-menu {width: 100%!important;display: none; margin: 4px 0 !important }
	.second-head .sf-menu li li, .sfHover { background: none }
	.second-head .sf-menu li { margin-bottom: 10px; margin-left: 0 }
	.sf-menu.xactive { display: block !important; }
	.first-head .sf-menu ul:before, .second-head .sf-menu ul:before { content: ""; border-width: 0 0 0 0 !important }
	.second-head .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, .second-menu 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; display: none !important; width: 100%; }
	.xpopdrop ul {display: block !important; visibility: inherit !important }
	.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, .modern-slider img {width: 300px;height: 100px;}
	.myslicebox, .shadow {width: 200px;}
	.nav-arrows a {left: -23%;}
	.nav-arrows a:first-child {right: -23%;}
	.roundabout ul {width: 18%;}
	.liteAccordion.light {width: 90% !important;}
	ul.pxs_thumbnails {top: 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}
	.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}
}



/*------------------------Jayaram-Start-------------------------------*/

.rt-title .post-title{margin:0px;}

.RT-second-head{}


.RT-second-head .row{
	width:100%;
	padding:0px;
}


.rt-social-ico {}
.rt-social-ico .head-social{margin:0px;}
.rt-social-ico .head-social .social-icon {margin:0px; padding: 0;}
.rt-social-ico .head-social .social-icon li {float: left; margin: 0 10px}
.rt-social-ico .head-social .social-icon li a {display: block; width: 28px;  height: 25px; background: url(../images/header-icon.png) no-repeat 0 0; margin: 0;}
.rt-social-ico .head-social .social-icon li.fb a {background-position: 0 0}
.rt-social-ico .head-social .social-icon li.tw a {background-position: -44px 0}
.rt-social-ico .head-social .social-icon li.in a {background-position: -93px 0}
.rt-social-ico .head-social .social-icon li.gg a {background-position: -140px 0}
.rt-tagline{background:#f86600;	padding:25px 15px;}
.rt-tagline p{ color: #fff; font: 20px/24px 'gorditalight'; padding:0;  letter-spacing: 0px; text-align: center;}
.rt-tagline p span {font-family:'gorditabold'}
.jx-headline {
  color: #fff;
  font-size: 36px;
  font-family: raleway;
  font-weight: 300;
  margin-bottom: 22px;
}

.jx-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.jx-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.jx-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
  filter: alpha(opacity=0);
 /* IE 5-7 */
  -moz-opacity: 0;
 /* Netscape */
  -khtml-opacity: 0;
 /* Safari 1.x */;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 /* IE 8 */
  filter: alpha(opacity=100);
 /* IE 5-7 */
  -moz-opacity: 1;
 /* Netscape */
  -khtml-opacity: 1;
 /* Safari 1.x */;
}

.jx-headline.rotate-1 .jx-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.jx-headline.rotate-1 b {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
  filter: alpha(opacity=0);
 /* IE 5-7 */
  -moz-opacity: 0;
 /* Netscape */
  -khtml-opacity: 0;
 /* Safari 1.x */
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.jx-headline.rotate-1 b.is-visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 /* IE 8 */
  filter: alpha(opacity=100);
 /* IE 5-7 */
  -moz-opacity: 1;
 /* Netscape */
  -khtml-opacity: 1;
 /* Safari 1.x */
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: jx-rotate-1-in 1.2s;
  -moz-animation: jx-rotate-1-in 1.2s;
  animation: jx-rotate-1-in 1.2s;
}

.jx-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: jx-rotate-1-out 1.2s;
  -moz-animation: jx-rotate-1-out 1.2s;
  animation: jx-rotate-1-out 1.2s;
}

@-webkit-keyframes jx-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }

  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }

  65% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }

  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 /* IE 8 */
    filter: alpha(opacity=100);
 /* IE 5-7 */
    -moz-opacity: 1;
 /* Netscape */
    -khtml-opacity: 1;
 /* Safari 1.x */;
  }
}

@-moz-keyframes jx-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }

  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }

  65% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }

  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 /* IE 8 */
    filter: alpha(opacity=100);
 /* IE 5-7 */
    -moz-opacity: 1;
 /* Netscape */
    -khtml-opacity: 1;
 /* Safari 1.x */;
  }
}

@keyframes jx-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }

  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }

  65% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }

  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 /* IE 8 */
    filter: alpha(opacity=100);
 /* IE 5-7 */
    -moz-opacity: 1;
 /* Netscape */
    -khtml-opacity: 1;
 /* Safari 1.x */;
  }
}

@-webkit-keyframes jx-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 /* IE 8 */
    filter: alpha(opacity=100);
 /* IE 5-7 */
    -moz-opacity: 1;
 /* Netscape */
    -khtml-opacity: 1;
 /* Safari 1.x */;
  }

  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 /* IE 8 */
    filter: alpha(opacity=100);
 /* IE 5-7 */
    -moz-opacity: 1;
 /* Netscape */
    -khtml-opacity: 1;
 /* Safari 1.x */;
  }

  65% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }

  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }
}

@-moz-keyframes jx-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 /* IE 8 */
    filter: alpha(opacity=100);
 /* IE 5-7 */
    -moz-opacity: 1;
 /* Netscape */
    -khtml-opacity: 1;
 /* Safari 1.x */;
  }

  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 /* IE 8 */
    filter: alpha(opacity=100);
 /* IE 5-7 */
    -moz-opacity: 1;
 /* Netscape */
    -khtml-opacity: 1;
 /* Safari 1.x */;
  }

  65% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }

  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }
}

@keyframes jx-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 /* IE 8 */
    filter: alpha(opacity=100);
 /* IE 5-7 */
    -moz-opacity: 1;
 /* Netscape */
    -khtml-opacity: 1;
 /* Safari 1.x */;
  }

  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 /* IE 8 */
    filter: alpha(opacity=100);
 /* IE 5-7 */
    -moz-opacity: 1;
 /* Netscape */
    -khtml-opacity: 1;
 /* Safari 1.x */;
  }

  65% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }

  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    -moz-opacity: 0;
 /* Netscape */
    -khtml-opacity: 0;
 /* Safari 1.x */;
  }
}
.RT-Head{
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}


h1.p-title{
	font-size: 24px;
	display:inline-block;
	margin: 0 16px 30px 0;
}

.tab-wrapper { margin-bottom:50px; overflow:hidden;}

.intro-content {padding:25px 0; text-align:left; margin:0 auto; font: 24px/32px 'gorditalight'; color:#222;}
.intro-content span, .intro-content span a{color: #f86600}

ul.tabs{margin: 0px; padding: 0px; list-style: none; width:300px; float:left; }
ul.tabs li{background: none; color: #222; display: block; padding: 15px 15px; cursor: pointer; width:100%; position:relative; margin-bottom:10px;}
ul.tabs li span {position:relative; z-index:1;}
ul.tabs li:after { position: absolute; top: 0;  right: 0;  bottom: 0;  left: 0;   z-index: 0; outline: 1px solid transparent;  border-radius: 5px 5px 0 0;  background: rgba(0,0,0,0.03);    content: '';  -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px); transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);  -webkit-transform-origin: 0 0;  transform-origin: 0 0;    -webkit-backface-visibility: hidden;  backface-visibility: hidden;}
ul.tabs li.current{color: #fff; }
ul.tabs li.current:after { background: #f86600;}
.tab-content-block {float:left; width:1000px; margin-left:40px;}
.tab-content{display: none;padding: 0;}
.tab-content.current{display: inherit;}
.tab-content figure {width:42%; float:left}
.tab-content .service-content {float:left; padding:0 0 0 40px; width:55%}
.tab-content .service-content h3 {color:#f86600; font-size:22px;}
.tab-content .service-content p {}
.tab-content .service-content .read-more {margin:0; border:1px solid #eee; padding:7px 15px !important; border-radius:3px;}

/*------------------------Anand-Started-------------------------------*/
body{background: #fff;}
header{/*position: relative; */border-bottom: 1px solid #f1f1f1; left: 0px; right: 0px;}
#mobilepro i {font-size: 20px;}
/*.banner-wrapper{padding: 0px;}*/
.second-head .sf-menu{margin: 30px 0 0;}
.banner-wrapper .banner-block .banner-content{left: 50%; transform:translateX(-50%); -webkit-transform:translateX(-50%);}
.banner-wrapper .banner-block .banner-content .banner-text{text-align: center; margin: 0 auto;}
.banner-wrapper .banner-block .banner-list.slick-active .banner-content .banner-text p{text-align: center;}
/*ul.tabs {width: 100%; display: table;}
ul.tabs li{display: table-cell; float: none; width: auto; padding: 15px 0px; text-align: center; font-size: 14px;}*/
.tab-content-block{width: auto;}
.tab-content-block figure img{border: 1px solid #f1f1f1;}
.read-more{float: left; margin-top: 15px;}
.sec_head{text-align: center; padding: 30px 0px 16px 0px;}
.sec_head h2{color: #303030;padding: 0;text-transform: uppercase; padding-bottom: 25px; font-size: 25px; font-family: "gorditamedium";}
.sec_head h2::after{content: ""; position: absolute; width: 50px; height: 2px; background: #303030; display: block; left: 50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); margin-top: 15px;}
.grey-bg{background-color: #f3f3f3;}
.technology-section{background: url(../images/stripe.png) repeat; padding: 60px 0;}
.technology-section .slick-slide img{ border: 1px solid #ddd;}
.clients .slick-arrow.slick-next{right: 0px; cursor: pointer;}
.clients .slick-arrow.slick-prev{right: 30px; cursor: pointer;}
.blog-section{padding-bottom: 30px;}
#toTop{background-color: rgba(248, 102, 0, 1); color: #fff;}
#toTop:hover{background-color: rgba(000, 000, 000, 1); }
/*.inner-page{padding-top: 0px;}*/
/*.post-title-row .post-title, h1.title{color: #303030;padding: 0;text-transform: uppercase; padding-bottom: 25px; font-size: 18px; font-family: "gorditamedium";}
.post-title-row .post-title, h1.title::after{content: ""; position: absolute; width: 30px; height: 2px; background: #303030; display: block;}*/
.breadcrumb{padding: 20px 0px; }
/*h2.title{position: relative; padding-left: 35px; font-family: "gorditamedium"; font-size: 18px; text-transform: uppercase;}
h2.title::before{content: "\f10d";font-family: 'FontAwesome';font-size: 25px;color: #c1c0c0;position: absolute;top: 20px;left: 0px;font-style: normal;}*/
.sf-sub-indicator{right: 2px;top: 10px;width: 10px;height: 17px;text-indent: 0;}
.rt-social-ico .head-social .social-icon li{margin: 0 7px;}
.rt-social-ico .head-social .social-icon li a{height: 26px; width: 26px;}
.rt-social-ico .head-social .social-icon li.fb a {    background-position: 2px 0px;}
.rt-social-ico .head-social .social-icon li.tw a {    background-position: -27px 0px;}
.rt-social-ico .head-social .social-icon li.in a {    background-position: -51px 0px;}
.rt-social-ico .head-social .social-icon li.gg a {    background-position: -79px 0px;}
.first-head .sf-menu {margin-top: 4px;}
header span.info {font-size: 12px; margin-top: 4px; display: inline-block;}
.second-head .sf-menu li a{padding: 10px 15px 10px 10px }
.fb-team h3.p-title{font-size: 25px;}
.widget-content p{font-size: 14px; margin-bottom: 10px;}
.copyright {padding-top: 20px;}
#footer  a{color: #bfbfbf;}
#footer  a:hover{color: rgba(248, 102, 0, 1);}
.who_we_are p{line-height: 25px;}
.footer-social{display: inline-block;}
.footer-social .social-icon li.fb a {    background-position: 2px 0px;}
.footer-social .social-icon li.tw a {    background-position: -27px 0px;}
.footer-social .social-icon li.in a {    background-position: -51px 0px;}
.footer-social .social-icon li.gg a {    background-position: -79px 0px;}
.service-sections{display: inline-block; padding: 50px 0px; width: 100%}
.service-sections ul{margin: 0px; padding:0px;}
.service-sections ul li{float:left; width: 24%; margin: 0px 0px 20px 0px; position: relative;}
.service-sections ul li span{width: 80px; height: 80px; border: 2px solid #f1f1f1; border-radius: 50%; float:left;text-align: center; position: relative; -webkit-transition: -webkit-transform .8s ease-in-out;transition:transform .8s ease-in-out;}
.service-sections ul li span img{width: 40px; height: 40px; position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.service-sections ul li a{position: absolute; top: 50%; margin-left: 15px; transform:translateY(-50%); -webkit-transform:translateY(-50%); font-family: "gorditamedium"; font-size: 16px; }
.service-sections ul li:hover span{transform: rotateY(180deg);  -webkit-transform: rotateY(180deg); background: #f1f1f1; border: 2px solid #f1f1f1;}
h1.title {    padding: 0px 0 15px;}
#contactForm #message{width: 98% !important;}
#sendMessage:hover, .load-color {    background: #f86600 !important;}
.contact-right-side ul li{color: #7A7A7A; padding-bottom: 15px; line-height: 25px;}
.contact-right-side ul li a{color: #7A7A7A;}
.contact-right-side ul li a:hover{color: #f86600;}
.contact-right-side ul li span img{width: 25px; height: 25px; float: left; margin-right: 10px; margin-top: 1px;}
.contact-right-side ul li div{display: inline-block;}
.ourworks img{width: 100%;}
ul.tabs li div.tab-icon{z-index: 1;width: 30px; height: 30px; display: inline-block;position: absolute;top: 10px; display: none; left: 50%; transform:translateX(-50%); -webkit-transform:translateX(-50%);}
/**text roating*/
.rt-tagline h1{color: #fff; text-align: center; margin-bottom: 0px;font-size: 27px;}
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

/*end*/
.sitemap-links{position: relative;}
.sitemap-links li{line-height: 2.5; padding-left: 30px; position: relative;}
.sitemap-links li::before{content: ''; position: absolute; left: 0; top:17px; height: 1px; width: 31px; background: #ddd;}
.sitemap-links::before{content: ''; position: absolute; left: 0; height: 100%; width: 1px; background: #ddd;}
.sitemap-links li ul{position: relative;}
.sitemap-links li ul::before{content: ''; position: absolute; left: 0; height: 100%; width: 1px; background: #ddd;}

/*new style*/
header .flr{float: right; margin-bottom: 0 !important;}
.orange-txt{color: #f86600 !important;}
.menu-list ul li{float: left; width: 100%; margin-bottom: 15px;}
.menu-list ul li a{font-size: 13px;}
.copyright p{font-size: 12px; margin: 0;}
.copyright ul li{display: inline-block;}
.copyright ul li:last-child a{margin-right: 0;}
.copyright ul li a{font-size: 12px; line-height: 15px; margin: 0 10px;}
footer .widget-content p{font-size: 13px;}
header nav ul .no-arrow .sf-sub-indicator{display: none;}
.contact i{margin-right: 10px;}
.about_short p{font-size: 13px; line-height: 22px;}
.mt20{margin-top: 20px;}
.pb60{padding-bottom: 60px;}
.img-center img{margin: 0 auto 15px;}
.mt40{margin-top: 40px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}

/*Shopify Table*/
.marketing-table {
 width:100%;
 margin:30px 0;
 border-spacing:0;
 border-collapse:collapse;
 -webkit-text-size-adjust:100%
}
.marketing-table th,.marketing-table td {
 padding:10px 15px;
 border:1px solid #dfe3e8
}
.marketing-table th {
 background-color:#f4f6f8;
 font-weight:400
}
.marketing-table th[scope='row'] {
 background-color:transparent
}
.marketing-table thead th {
 vertical-align:top;
 padding-top:20px;
 padding-bottom:20px
}
.marketing-table tbody th,.marketing-table tbody td {
 text-align:left
}
.marketing-table tbody tr:hover th:not([scope='col']),.marketing-table tbody tr:hover td {
 background-color:#f4f6f8
}
.marketing-table p {
 margin:0
}
.pricing-plan {
 position:relative;
 border:1px solid #dfe3e8;
 text-align:center;
 border-radius:5px;
 -webkit-transition:border-color 300ms;
 transition:border-color 300ms
}
.pricing-plan__superhead {
 position:absolute;
 top:-22px;
 left:-1px;
 right:-1px;
 height:44px;
 background:#ffffff;
 border:1px solid #dfe3e8;
 border-radius:5px 5px 0 0;
 line-height:44px
}
.pricing-plan__header {
 padding:2.8125em 1.875em 1.875em;
 background:#f4f6f8
}
.pricing-plan__price {
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 font-family:ShopifySans, Helvetica, Arial, sans-serif;
 font-weight:700;
 font-size:4.5em;
 line-height:1em;
 color:#000000
}
.pricing-plan__price>sup {
 font-weight:500;
 font-size:0.30556em;
 line-height:2.04545em;
 vertical-align:top
}
.pricing-plan__price>abbr {
 font-weight:300;
 font-size:0.6em;
 margin-right:-0.25em
}
.pricing-plan__price>span {
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 font-family:ShopifySans, Helvetica, Arial, sans-serif;
 font-weight:500;
 font-size:0.33333em
}
.pricing-plan__rates {
 font-size:0.875em
}
.pricing-plan__rates>li {
 margin-bottom:0.53333em
}
.pricing-plan--addon {
 text-align:center
}
.pricing-disclaimer {
 margin:0.9375em 0 0;
 text-align:center;
 color:#454f5b;
 font-size:0.875em
}
.pricing-plan__disclaimer {
 margin-bottom:0
}
.pricing-plan__more {
 padding:0.9375em;
 border-top:1px solid #dfe3e8
}
.pricing-plan__more>p {
 margin-bottom:5px
}
.pricing-table caption {
 position:static
}
.pricing-table tbody a {
 border-bottom:1px dotted
}
.pricing-table tbody a:hover,.pricing-table tbody a:focus {
 color:#000000
}
.pricing-table tbody td {
 text-align:center;
 width:45%
}
.pricing-table tfoot td {
 padding:15px 0 0;
 border:0;
 text-align:center
}
.pricing-table .pricing-table__section-heading,.pricing-table p {
 margin:0
}
.pricing-table th p:not(.heading--4),.pricing-table tfoot p,.pricing-table .pricing-table__feature-name,.pricing-table .pricing-table__feature-value {
 font-size:0.8em
}
.pricing-table .pricing-table__feature-name .popover-trigger {
 text-align:left
}
.pricing-table .icon--not-in-plan {
 opacity:0.5
}
.pricing-table .icon--in-plan {
 width:25px;
 height:25px;
 margin:-6px 0 -7px
}
.pricing-table .price {
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 font-family:ShopifySans, Helvetica, Arial, sans-serif;
 font-weight:700;
 font-size:3.33333em;
 color:#30373b;
 white-space:nowrap
}
.pricing-table .price::after {
 content:'';
 display:table;
 clear:both
}
.pricing-table .price sup,.pricing-table .price .price__number {
 display:inline-block;
 vertical-align:top
}
.plan-tabs {
 display:table;
 width:100%;
 border-collapse:collapse
}
.plan-tabs li {
 display:table-cell;
 border-left:1px solid #dfe3e8;
 border-right:1px solid #dfe3e8
}
.plan-tabs__tab {
 display:block;
 width:100%;
 padding:1.25em 1em;
 border-top:1px solid #dfe3e8;
 border-bottom:1px solid #dfe3e8;
 font-size:0.78571em;
 font-weight:700;
 text-align:center;
 white-space:nowrap
}
.plan-tabs__tab.js-is-active {
 color:#000000;
 background-color:#f4f6f8
}
.plan-tabs__tab:focus {
 outline:0
}
.plan-arrows {
 margin-bottom:30px
}
.plan-arrows::after {
 content:'';
 display:table;
 clear:both
}
.plan-arrow {
 font-size:0.8em;
 font-weight:700;
 color:#5c6ac4
}
.plan-arrow::before,.plan-arrow::after {
 display:inline-block;
 vertical-align:middle;
 width:1em;
 height:0.7em;
 background-repeat:no-repeat;
 background-size:contain
}
.plan-arrow::before {
 margin-right:0.5em;
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2024%2011%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23000000%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M5.5%200c.1%200%20.3%200%20.4.1.1.2.1.6-.1.8L1.2%205.5l4.6%204.6c.2.2.2.5%200%20.7-.2.2-.5.2-.7%200l-5-5c-.1-.2-.1-.5%200-.7l5-5c.1-.1.3-.1.4-.1z%22/%3E%3Cpath%20d=%22M.5%205h23c.2%200%20.5.2.5.5s-.3.5-.5.5H.5C.2%206%200%205.8%200%205.5S.2%205%20.5%205z%22/%3E%3C/svg%3E")
}
.plan-arrow::after {
 margin-left:0.5em;
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2024%2011%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23000000%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M18.5%2011c-.1%200-.3%200-.4-.1-.2-.2-.2-.5%200-.7l4.6-4.6L18.1%201c-.2-.2-.2-.5%200-.7.2-.2.5-.2.7%200l5%205c.2.2.2.5%200%20.7l-5%205c-.1-.1-.2%200-.3%200z%22/%3E%3Cpath%20d=%22M23.5%206H.5C.2%206%200%205.8%200%205.5S.2%205%20.5%205h23c.2%200%20.5.2.5.5s-.3.5-.5.5z%22/%3E%3C/svg%3E")
}
.plan-arrow--prev {
 float:left
}
.plan-arrow--prev::before {
 content:''
}
.plan-arrow--next {
 float:right
}
.plan-arrow--next::after {
 content:''
}
.pricing-plan--addon__plus {
 width:127px;
 height:22px;
 margin-bottom:0.75em
}
.monthly-price {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:baseline;
 -ms-flex-align:baseline;
 align-items:baseline;
 padding-top:20px;
 padding-bottom:20px
}
.monthly-price .monthly-price__currency,.monthly-price .monthly-price__billing-period,.monthly-price .monthly-price__price {
 display:inline-block;
 line-height:1
}
.monthly-price .monthly-price__currency {
 padding-top:0.2em;
 padding-right:4px;
 -ms-flex-item-align:start;
 align-self:flex-start
}
.monthly-price__price {
 letter-spacing:-1px
}
.monthly-price__price sup {
 padding-right:3px;
 margin-top:0.3em;
 font-size:0.3em
}
.pricing-table__feature-name {
 color:#212b35
}
.grid_res{margin: 0 auto; display: block; float: none;}
.center-text{text-align: center;}
.icon-minus{font-weight: 400; color: #666;}
.icon-tick img{width: 20px; margin: 0 auto;}
table .head-row .heading--4{font-weight: 600; font-size: 15px !important; color: #212b35 !important; margin-bottom: 10px;}
table .head-row p{font-size: 13px !important; color: #637381; line-height: 20px;}
table .head-row th{vertical-align: top !important;}
table .center-text p{text-align: center !important;}
table p, table th, table td{font-size: 16px;}
table td, table th{vertical-align: middle !important;}
table sup{position: relative; top: 3px; font-size: 16px font-weight: 400;}
.heading--5{font-weight: 600;} 


/*Tooltip*/
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -100px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}