@charset "utf-8";
 @import "font-awesome.min.css";
 @import "icons.css";
/*------------------------------------------------------------------

[Table of contents]

1. COMMON CLASSES

2. HEADER 

2. ALL SECTIONS

3. BLOG

4. EXTERNAL PLUGINS

5. FOOTER

NOTE: Every section is commented before starting.

-------------------------------------------------------------------*/

/*------------------------------------------------------------------

[Typography]

Html 		:		font-family : sans-serif; 	

Body 		:		font-family: "Montserrat",sans-serif;

Paragraph	:		font-family: "Open Sans",sans-serif; 

Input, 

textarea	:		font-family: "Open Sans",sans-serif;

# [Headings]

h1,

.h1 	font-size: 48px

h2,

.h2     font-size: 36px

h3,

.h3     font-size: 28px

h4,

.h4     font-size: 24px

h5,

.h5     font-size: 20px

h6,

.h6     font-size: 18px

h4 small,

.h4 small,

h5 small,

.h5 small,

h6 small,

.h6 small,

h4 .small,

.h4 .small,

h5 .small,

.h5 .small,

h6 .small,

.h6 .small   

		font-size: 75%

-------------------------------------------------------------------*/

/* ----------------------------------------------------------------

    common classes

-----------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
}
.clr, .clear {
	clear: both;
}
li.clr {
	clear: both;
	float: none !important;
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.no-bg-img {
	background-image: none!important;
}
.no-bg {
	background: none!important;
}
.inline {
	display: inline-block!important;
}
.relative {
	position: relative !important;
}
.absolute {
	position: absolute !important;
}
.static {
	position: static !important;
}
.display-none {
	display: none;
}
body {
	background-image: url(../images/pattern-left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: open sans;
}
.centeralign{text-align:center;}
/*body{    

 background-image: url(../images/pattern-right.jpg), url(../images/pattern-left.jpg);

    background-position: right bottom, left top;

    background-repeat: no-repeat, no-repeat;

	font-family:open sans;		

	}

*/
h1, h2, h3, h4, h5, h6 {
	font-family: Roboto;
}
.bg-blue {
	background: url(../images/parallax/4.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 260px;
	position: relative;
	max-height: 650px;
	padding: 70px 0;
}
.bg-blue .btn.btn-bordered-dark {
	color: #121212;
	border: 2px solid #121212;
	padding: 15px 42px 14px 42px;
	float: right;
}
.bg-blue .btn.btn-bordered-dark:hover {
	Background-color: #315399;
	color: #fff;
}
.bg-green {
	background: url(../images/parallax/5.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}
.bg-green h2 {
	color: #000000;/*font-size: 40px;*/
}
.bg-green h4 a {
	color: #ffffff !important;
}
.bg-green p {
	color: #ffffff !important;
}
.bg-yellow {
	/*	background: url(../images/parallax/6.jpg) no-repeat center top;

	background-size: cover; 

*/	position: relative;
}
.bg-yellow h3 {
	color: #fff !important;
	border-bottom: 3px solid rgb(255, 255, 255);
	font-size: 17px;
	text-transform: none;
	display: inline-block;
	padding-bottom: 5px;
}
.fadeInRight p {
	color: #000000 !important;
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	margin: 0 0 10px 0;
}
/*.fadeInRight h3, .fadeInRight h4{ margin-top:25px;}*/

.fadeInRight ul {
	margin: 0 0 0 10px;
}
.fadeInRight li {
	color: #000000 !important;
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
}
.fadeInRight li u {
	text-decoration: underline;
}
.bg-black {
	background: url(../images/parallax/7.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}
.bg-white {
	background: #fff !important;
}
.advisor-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 15px;
}
.advisor-overlay ul li {
	width: 214px;
	height: 214px;
	margin-right: 10px;
	color: #fff;
}
.advisor-overlay ul li p {
	margin-top: 10px;
	line-height: 23px;
}
.heading h1, .heading h2 {
	margin-bottom: 10px
}
.img-shadow {
	-webkit-box-shadow: -10px 10px 0px 0px rgba(226,228,233,1);
	-moz-box-shadow: -10px 10px 0px 0px rgba(226,228,233,1);
	box-shadow: -10px 10px 0px 0px rgba(226,228,233,1);
}
img {
	max-width: 100%;
}
.list-bullets li {
	list-style: none;
	position: relative;
	padding: 5px 0 5px 17px;/*font-family: "Open Sans",sans-serif;*/
}
.list-bullets li:before {
	position: absolute;
	left: 0;
	top: 15px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	content: "";
}
.list-bullets li strong {
	font-weight: 600;
}
.list-bullets.two li {
	padding: 9px 0 6px 17px;
}
.list-bullets.two li:before {
	top: 20px;
}
.color-white {
	color: #fff !important;
}
.animate-it {
	opacity: 0;
}
.animate-it.animated {
	opacity: 1;
}
.float-left {
	float: left;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #121212;
}
/*h1, h2, h3, h4, h5, h6 {

	font-family: 'Montserrat', sans-serif;

}

*/p {/*font-size:16px;*/
	line-height: 24px;
}
.link-grey {
	color: #929292;
	font-size: 15px;
}
.link-grey:hover {
	color: #000;
}
.link-grey i {
	margin-right: 4px;
}
.color-purple {
	color: #3a2c5f !important;
}
.height-5 {
	height: 5px;
}
.height-10 {
	height: 10px;
}
.height-20 {
	height: 20px;
}
.height-30 {
	height: 30px;
}
.height-40 {
	height: 40px;
}
.height-50 {
	height: 50px;
}
.height-60 {
	height: 50px;
}
.height-70 {
	height: 50px;
}
.height-80 {
	height: 50px;
}
.height-90 {
	height: 50px;
}
.height-100 {
	height: 50px;
}
/* ----------------------------------------------------------------

    margins

-----------------------------------------------------------------*/



.margin-0 {
	margin: 0 !important;
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-60 {
	margin-top: 60px;
}
.margin-top-70 {
	margin-top: 70px;
}
.margin-top-80 {
	margin-top: 80px;
}
.margin-top-90 {
	margin-top: 90px;
}
.margin-top-100 {
	margin-top: 100px;
}
.margin-right-5 {
	margin-right: 5px;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-20 {
	margin-right: 20px;
}
.margin-right-30 {
	margin-right: 30px;
}
.margin-right-40 {
	margin-right: 40px;
}
.margin-right-50 {
	margin-right: 50px;
}
.margin-right-60 {
	margin-right: 60px;
}
.margin-right-70 {
	margin-right: 70px;
}
.margin-right-80 {
	margin-right: 80px;
}
.margin-right-90 {
	margin-right: 90px;
}
.margin-right-100 {
	margin-right: 100px;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-60 {
	margin-bottom: 60px;
}
.margin-bottom-70 {
	margin-bottom: 70px;
}
.margin-bottom-80 {
	margin-bottom: 80px;
}
.margin-bottom-90 {
	margin-bottom: 90px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
.margin-left-5 {
	margin-left: 5px;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-left-30 {
	margin-left: 30px;
}
.margin-left-40 {
	margin-left: 40px;
}
.margin-left-50 {
	margin-left: 50px;
}
.margin-left-60 {
	margin-left: 60px;
}
.margin-left-70 {
	margin-left: 70px;
}
.margin-left-80 {
	margin-left: 80px;
}
.margin-left-90 {
	margin-left: 90px;
}
.margin-left-100 {
	margin-left: 100px;
}
/* ----------------------------------------------------------------

    Paddings

-----------------------------------------------------------------*/



.padding-0 {
	padding: 0 !important;
}
.padding-top-5 {
	padding-top: 5px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-top-70 {
	padding-top: 70px;
}
.padding-top-80 {
	padding-top: 80px;
}
.padding-top-90 {
	padding-top: 90px;
}
.padding-top-100 {
	padding-top: 100px;
}
.padding-right-5 {
	padding-right: 5px;
}
.padding-right-10 {
	padding-right: 10px;
}
.padding-right-20 {
	padding-right: 20px;
}
.padding-right-30 {
	padding-right: 30px;
}
.padding-right-40 {
	padding-right: 40px;
}
.padding-right-50 {
	padding-right: 50px;
}
.padding-right-60 {
	padding-right: 60px;
}
.padding-right-70 {
	padding-right: 70px;
}
.padding-right-80 {
	padding-right: 80px;
}
.padding-right-90 {
	padding-right: 90px;
}
.padding-right-100 {
	padding-right: 100px;
}
.padding-bottom-0 {
	padding-bottom: 0;
}
.padding-bottom-5 {
	padding-bottom: 5px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-40 {
	padding-bottom: 40px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.padding-bottom-60 {
	padding-bottom: 60px;
}
.padding-bottom-70 {
	padding-bottom: 70px;
}
.padding-bottom-80 {
	padding-bottom: 80px;
}
.padding-bottom-90 {
	padding-bottom: 90px;
}
.padding-bottom-100 {
	padding-bottom: 100px;
}
.padding-left-5 {
	padding-left: 5px;
}
.padding-left-10 {
	padding-left: 10px;
}
.padding-left-20 {
	padding-left: 20px;
}
.padding-left-30 {
	padding-left: 30px;
}
.padding-left-40 {
	padding-left: 40px;
}
.padding-left-50 {
	padding-left: 50px;
}
.padding-left-60 {
	padding-left: 60px;
}
.padding-left-70 {
	padding-left: 70px;
}
.padding-left-80 {
	padding-left: 80px;
}
.padding-left-90 {
	padding-left: 90px;
}
.padding-left-100 {
	padding-left: 100px;
}
.pagging {
	text-align: center;
}
.pagging li {
	display: inline-block;
}
.pagging li a {
	background: #f2f2f2;
	display: block;
	font-size: 11px;
	height: 24px;
	line-height: 25px;
	text-align: center;
	width: 24px;
}
.pagging li a:hover {
	background: #7f7f7f;
	color: #fff;
}
.loader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/loader.gif) no-repeat center center #fff;
	z-index: 50000;
}
.spinner {
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	width: 40px;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
 @-webkit-keyframes sk-bounce {
 0%, 100% {
 -webkit-transform: scale(0.0)
}
 50% {
 -webkit-transform: scale(1.0)
}
}
 @keyframes sk-bounce {
 0%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
 50% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}
.social li {
	display: inline-block;
	margin: 0 2px;
}
.social li a i {
	display: block;
	width: 43px;
	height: 43px;
	border: 1px solid #848484;
	background: #fff;
	text-align: center;
	border-radius: 100%;
	color: #535353;
	line-height: 42px;
}
.social li a:hover i {
	color: #fff;
}
.social li a.facebook:hover i {
	background: #3C599B !important;
	border-color: #3C599B !important;
}
.social li a.twitter:hover i {
	background: #29AAE3 !important;
	border-color: #29AAE3 !important;
}
.social li a.google-plus:hover i {
	background: #DB493A !important;
	border-color: #DB493A !important;
}
.social li a.linkedin:hover i {
	background: #5694C7 !important;
	border-color: #5694C7 !important;
}
.social-text li {
	display: inline-block;
	position: relative;
	padding: 0 9px;
}
.social-text li:before {
	content: "/";
	font-size: 12px;
	margin: 0 10px 0 -10px;
}
.social-text li:first-child {
	padding-left: 0;
	margin-left: 0;
}
.social-text li:first-child:before {
	content: "";
}
.social-text li a {
	text-transform: uppercase;
	font-size: 14px;
	color: #000000;
	text-transform: upercase;/*font-family: "Open Sans",sans-serif;*/
	font-weight: 800;
}
.social-text li a.facebook:hover {
	color: #3C599B
}
.social-text li a.twitter:hover {
	color: #29AAE3
}
.social-text li a.youtube:hover {
	color: #F92D22
}
.social-icons li {
	float: left;
	list-style: none;
}
.social-icons li a {
	font-size: 16px;
	height: 32px;
	overflow: hidden;
	text-align: center;
	width: 32px;
}
p#error {
	color: #FFFFFF;
	background-color: #EFC4C7;
	padding: 6px 18px;
	font-size: 16px;
	border: solid 1px #D48186;
	margin: 0 0 14px 0;
}
p#success {
	text-align: center;
	color: #000;
	font-size: 24px;
	margin: 25px 0 0 0;
}
p#subscribe_success {
	color: #000;
	text-align: center;
	margin: 65px 0 0 0;
}
input.error {
	border: solid 1px #FF7676 !important;
}
/*------------------------------------------------------------------

HEADER

-------------------------------------------------------------------*/

#header {
	right: 0;
	top: 0;
	z-index: 300;
	left: 0;
}
#header .top-bar {
	background: #323946;
	color: #fff;
	margin: 0 30px;
	padding: 0 20px;
	position: relative;
	height: 49px;
}
#header .top-bar:before {
	position: absolute;
	left: -30px;
	top: -33px;
	width: 35px;
	height: 79px;
	content: "";
	background: #404856;
	-ms-transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
#header .top-bar:after {
	position: absolute;
	right: -30px;
	top: -33px;
	width: 35px;
	height: 79px;
	content: "";
	background: #323946;
	-ms-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
#header .top-bar p:after {
	position: absolute;
	right: -30px;
	top: -33px;
	width: 35px;
	height: 79px;
	content: "";
	background: #404856;
	-ms-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
#header .top-bar p {
	float: left;
	background: #404856;
	font-size: 16px;
	padding: 12px 25px;
	margin: 0 0 0 -20px;
	font-weight: 300;
	position: relative;
}
#header .top-bar ul {
	float: right;
}
#header .top-bar ul li {
	float: left;
	list-style: none;
	font-size: 14px;
	margin: 15px 24px 14px;
	position: relative;
}
#header .top-bar ul li i {
	font-size: 20px;
	position: absolute;
	left: -34px;
	top: -3px;
}
#header .top-bar ul li i.icon-icons74 {
	font-size: 27px;
	top: -5px;
}
#header .top-bar ul li i.icon-icons20 {
	font-size: 27px;
	top: -5px;
}
#header .top-bar-simple {
	background: #f2f2f2;
	padding: 0 20px;
	position: relative;
}
#header .top-bar-simple p {
	float: left;
	font-size: 16px;
	padding: 9px 20px;
	margin: 0 0 0 -20px;
	font-weight: 400;
	position: relative;
}
#header .top-bar-simple ul {
	float: right;
}
#header .top-bar-simple ul li {
	float: left;
	list-style: none;
	font-size: 14px;
}
#header .top-bar-simple ul li i {
	font-size: 20px;
}
#header .top-bar-simple ul.social li a i {
	background: none;
	border: 0;
	line-height: 50px;
	height: 49px;
	border-radius: 0;
}
#header.header-two {
	position: relative;
}
#header.header-two .header {
	height: auto;
}

@media (min-width: 767px) {
#header.header-two .main-nav {
	float: none;
	width: 100%;
	background: #323946;
	text-align: center;
	margin-bottom: -40px;
}
#header.header-two .main-nav li {
	float: none;
	display: inline-block;
	margin: 0 10px;
}
#header.header-two .main-nav li a {
	color: #fff;
	padding: 10px 10px 13px;
	line-height: 50px;
	border-bottom: 0;
	border-top: 4px solid transparent;
}
}
#header.header-two .header-contact-widget {
	float: right;
}
#header.header-two .header-contact-widget li {
	float: left;
	list-style: none;
	padding: 29px 30px 0 0;
}
#header.header-two .header-contact-widget li i {
	float: left;
	font-size: 24px;
	margin: 9px 0 0 -10px;
}
#header.header-two .header-contact-widget li i.icon-telephone114 {
	margin-top: 13px;
}
#header.header-two .header-contact-widget li i.icon-icons74 {
	font-size: 32px;
}
#header.header-two .header-contact-widget li i.icon-icons20 {
	font-size: 32px;
}
#header.header-two .header-contact-widget li p span, #header.header-two .header-contact-widget li p a {
	display: block;
	color: #000;
}
#header.header-two .header-contact-widget li p {
	padding: 0 0 0 30px;
	font-weight: 600;
	line-height: normal;
}
#header.header-two .header-contact-widget li p span, #header.header-two .header-contact-widget li p a {
	font-size: 14px;
	font-weight: 400;
}
#header.header-two .search-btn {
	margin-right: 0;
}
#header.header-three {
	background: rgba(255,255,255,0.90);
	border-bottom: 1px solid #d3dadd;
}
#header.header-three .main-nav {
	float: left;
	padding: 0 0 0 30px;
}
#header.header-three .main-nav li a:hover, #header.header-three .main-nav li.active a {
	border-color: transparent;
}
#header .search-container {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .97);
	z-index: 500;
	display: none;
}
#header .search-container .search-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#header .search-container label {
	font-size: 48px;
	float: left;
	line-height: 56px;
}
#header .search-container .header-search-close {
	position: absolute;
	right: 50px;
	top: 50px;
	font-size: 30px;
	cursor: pointer;
	z-index: 500;
}
#header .search-container .search {
	background: none;
	padding: 0;
	width: 500px;
	height: 70px;
	margin: -35px 0 0 -250px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#header .search-container .search input[type="text"] {
	background: none;
	font-size: 30px;
	color: #333;
	height: 70px;
	padding: 0 40px 0 0;
	border-bottom: 5px solid #e1e1e1;
	width: 63%;
}
#header .search-container .search button {
	position: absolute;
	right: 0;
	top: 12px;
	font-size: 30px;
	background: none;
}
#header .search-container .search button:hover {
	color: #333;
}
#header .header, #header .header .logo, #header .search-btn {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#header .main-nav {
/*	float: left;
	padding: 0 0 0 280px;*/
}

@media (min-width: 767px) {
#header .main-nav li {
	margin: 0 10px;
}
#header .main-nav li a {
	display: block;
	font-size: 14px;
	padding: 5px 0 6px;
	position: relative;
	text-transform: uppercase;
	line-height: 15px;
	color: #fff;
	border-bottom: 4px solid transparent;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#header .main-nav li a:hover {
	background: none;
}
#header .main-nav li a i {
	font-size: 14px;
	margin-left: 5px;
	text-align: center;
	width: 13px;
}
#header .main-nav li.dropdown ul.dropdown-menu {
	display: none;
	padding: 0;
	margin: 0;
	min-width: 250px;
	border: 0;
	border-radius: 0;
}
#header .main-nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}
#header .main-nav li.dropdown ul.dropdown-menu li {
	margin: 0;
	display: block;
}
#header .main-nav li.dropdown ul.dropdown-menu li a {
	line-height: normal;
	color: #000;
	padding: 14px 33px;
	font-size: 12px;
	/*	font-family: "Open Sans", sans-serif;*/

	font-weight: 400;
	text-transform: none;
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: height 0.4s all 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-top: 0;
}
#header .main-nav li.dropdown ul.dropdown-menu li a:hover, #header .main-nav li.dropdown ul.dropdown-menu li.active a {
	color: #fff;
}
#header .main-nav li.dropdown ul.dropdown-menu li a i {
	margin-top: -6px;
	position: absolute;
	right: 10px;
	top: 50%;
	color: #323946;
}
#header .main-nav li.dropdown ul.dropdown-menu li a:hover i {
	color: #fff;
}
#header .main-nav li.dropdown ul.dropdown-menu li.dropdown-submenu {
	position: relative;
}
#header .main-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
	left: 100%;
	top: 0;
	background: none;
	display: none;
}
#header .main-nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
	display: block;
}
#header .main-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li {
	margin-left: 1px;
	background-color: #fff;
}
#header .main-nav li.dropdown ul.dropdown-menu li.dropdown-submenu.go-left .dropdown-menu {
	right: 100%;
	left: auto;
}
}
#header .logo {
	float: left;
	margin: 2px;
	margin-bottom: -32px;
}
#header .logo img {
	max-width: 70%;
}
.smallHeader .logo img {
	width: 80%;
}
#header .search-btn {
	float: right;
	width: 55px;
	margin: 27px 20px 0 10px;
	border-left: 1px solid #a1a1a2;
	height: 50px;
	text-align: center;
}
#header .search-btn a {
	display: block;
	padding: 9px 10px 10px;
	color: #636363;
	font-size: 28px;
}
#header.header-two .logo {
	margin-left: 0;
}
.header-links {
	float: right;
	margin-top: 30px;
}
.header-links li {
	float: left;
	margin-left: 27px;
	list-style: none;
}
.header-links li.header-number {
	margin-left: 0;
}
.header-links li.header-number a, .header-links li.header-time a {
	color: #2a2a2a;
	font-size: 17px;
	display: block;
	line-height: 42px;
}
.header-links li i {
	float: left;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	border: 1px solid #b7b7b7;
	margin-right: 10px;
	text-align: center;
	color: #666666;
	font-size: 22px;
	line-height: 40px;
}
.header-links li .btn-quote {
	position: relative;
	top: -8px;
	background: #3a2c5f;
}
.header-links li .btn-quote:hover {
	background: #2a1e4a;
}

@media (min-width: 992px) {
.fixed-header #header {
	position: absolute;
	background: #fff;
}
.fixed-header.two #header {
	position: relative;
}
.fixed-header.smallHeader #header .logo {
	margin: 10px 0 0 28px;
}
.fixed-header.smallHeader #header {
	position: fixed;
	top: -150px;
	z-index: -1;
}
.fixed-header.smallHeader.active #header {
	z-index: 1000;
	background: rgba(255,255,255,0.90);
}
.fixed-header.smallHeader #header .main-nav li a {
	line-height: 40px;
}
.fixed-header.smallHeader #header .search-btn {
	margin-top: 8px;
}
.fixed-header.smallHeader.active #header {
	top: -50px;
	-webkit-transition: top 0.4s ease 0s;
	-moz-transition: top 0.4s ease 0s;
	-ms-transition: top 0.4s ease 0s;
	-o-transition: top 0.4s ease 0s;
	transition: top 0.4s ease 0s;
}
.fixed-header.smallHeader #header.header-two {
	top: -220px;
	z-index: -1;
}
.fixed-header.smallHeader.active #header.header-two {
	top: -153px;
	z-index: 10000;
	background: #323946;
}
.fixed-header.smallHeader #header.header-two .logo {
	margin: 28px 28px 28px 0;
}
.fixed-header.smallHeader.two .main-banner {
	margin-top: 189px;
}
.fixed-header.smallHeader #header.header-two .search-btn {
	margin-top: 27px;
}
.fixed-header.smallHeader #header.header-two .main-nav {
	margin-bottom: 0;
}
.fixed-header .main-banner, .fixed-header .subpage-header, .fixed-header .cd-hero {
	/*margin-top: 115px;*/

	margin-top: 160px;
	max-heigh: 382px
}
.fixed-header.two .subpage-header, .fixed-header.two .cd-hero {
	margin-top: 0;
}
.fixed-header.two.smallHeader .subpage-header {
	margin-top: 189px;
}
.fixed-header.two .main-banner {
	margin-top: 0;
}
.header-transparent.fixed-header .cd-hero {
	margin-top: 0;
}
.header-transparent #header {
	background: rgba(255,255,255,0.90);
	position: absolute;
}
.fixed-header.smallHeader.active #header.header-three {
	top: -5px;
}
}
/*------------------------------------------------------------------



ALL SECTIONS



-------------------------------------------------------------------*/



.main-banner {
	padding: 0;
}
.video-widget {
	position: relative;
}
.video-widget img {
	width: 100%;
}
.video-widget a {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -36px 0 0 -36px;
	background: #404856;
	width: 72px;
	height: 72px;
	border: 3px solid #fff;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 23px;
	line-height: 65px;
}
.video-widget a:hover {
	color: #abb6c7;
}
.owl-item .image-and-text-box {
	padding: 0 25px;
}
.image-and-text-box .bordered-thumb {
	margin: 0 35px 35px;
	position: relative;
}
.image-and-text-box .bordered-thumb:before {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border: 1px solid #fff;
	content: "";
}
.image-and-text-box .bordered-thumb img {
	width: 100%;
}
.image-and-text-box p {
	margin-bottom: 30px;
}
.funfacts { /*background:url(../images/funfact-bg.jpg) no-repeat center 0;*/
	height: 300px;
	position: relative;
	margin-bottom: -197px;
	z-index: 100;
}
.funfacts h2 {
	margin-bottom: 0;
}
.funfacts .funfacts-inner {
	padding: 75px 40px 0;
	position: relative;
}
/*.funfacts .advisor-overlay{background:rgba(255,255,255,0.85);}*/

.funfacts .counter {
	position: relative;
}
.funfacts .counter:after {
	content: "";
	position: absolute;
	right: -34px;
	top: 23px;
	width: 24px;
	height: 72px;
	background: url(../images/slash.png) no-repeat 0 0;
}
.funfacts .counter span {
	font-size: 75px;
	font-weight: 600;
	line-height: normal;
}
.funfacts .counter-details {
	color: #131313;
	font-size: 16px;
}
.funfacts .col-md-3:last-child .counter:after, .funfacts .col-sm-6:last-child .counter:after {
	display: none;
}
.funfacts.overlap-top {
	margin: -117px 0 0 0;
}
.funfacts.two {
	height: auto;
	padding: 0;
	background: url(../images/parallax/3.jpg) no-repeat center 0;
	margin: 0;
	color: #fff;
}
.funfacts.two h2 {
	color: #fff;
}
.funfacts.two .funfacts-inner {
	padding: 110px 0;
}
.funfacts.two .counter {
	padding-top: 25px;
}
.funfacts.two .counter:after {
	right: 50px;
	top: 55px;
	background-image: url(../images/slash2.png);
}
.funfacts.two .counter span, .funfacts.two .counter-details {
	color: #fff;
}
.different-services {
	background: url(../images/parallax/1.jpg) no-repeat center top;
	background-size: cover;
	/*	height: 600px;*/

	padding-top: 200px;
	position: relative;
}
.different-services .advisor-overlay {
	background: rgba(0,0,0,0.80);
}
.services {
/*	margin: -180px -15px 70px;*/

}
.services hr {
	margin: 10px 0 10px 0;
}
.service-box {
	background: #fff;
	/*	border-top: 7px solid transparent;*/

	padding: 0px 0px;
	border: 3px solid;
}
.services h3 {
	text-align: left;
}
.services h5 {
	text-align: center;
	margin: 10px;
}
.service-box.two {
	border-top: 7px solid transparent;
}
.service-box.three {
	border-bottom: 7px solid transparent;
	border-top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.service-box i {
	font-size: 100px;
	margin-bottom: 10px;
}
.service-box h4 {
	margin-bottom: 10px;
}
.service-box h5 {
	text-align: center;
	margin: 10px;
}
.owl-item .service-box {
	margin: 0 15px;
}
.services.highlighted .owl-item .service-box {
	margin: 0;
	color: #fff;
	border: 0;
}
.services.highlighted .owl-item .service-box h4 {
	color: #fff;
}
.image-list-classic li {
	float: left;
	list-style: none;
	position: relative;
	z-index: 2;
}
.image-list-classic li:nth-child(2) {
	float: right;
	margin: -165px 0 0;
	z-index: 1;
}

@media (min-width: 992px) {
.image-list-classic li img {
	max-width: 359px;
	height: 386px;
}
.image-list-classic li:nth-child(2) img {
	max-width: 402px;
	height: 281px;
}
}
.toggle {
	margin-bottom: 12px;
}
.toggle .toggle-heading a {
	display: block;
	padding: 12px 17px 13px 55px;
	background: #fff;
	border-radius: 30px;
	color: #121212;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(199,201,205,.6);
	-moz-box-shadow: 0px 1px 2px 0px rgba(199,201,205,.6);
	box-shadow: 0px 1px 2px 0px rgba(199,201,205,.6);
	position: relative;
}
.toggle .toggle-heading a i {
	width: 23px;
	height: 23px;
	border: 2px solid transparent;
	border-radius: 100%;
	font-size: 14px;
	line-height: 21px;
	margin-right: 10px;
	text-align: center;
	position: absolute;
	left: 17px;
	top: 50%;
	margin-top: -11.5px;
	;
}
.toggle .toggle-body {
	padding: 20px 0 4px;
}
.toggle.two .toggle-heading a {
	background: #f3f5fa;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.contact-us-bar {
	padding: 27px 0;
	background: #2954a2;
}
.contact-us-bar h4 {
	margin: 14px 0 0 0;
	color: #fff;
}
.contact-us-bar.dark {
	background: #2f2f2f;
}
.contact-us-bar.dark h4 {
	color: #fff;
}
.get-directions {
	margin: 10px 30px 30px;
	position: relative;
	padding-right: 80px;
}
.get-directions input[type="text"] {
	border-radius: 5px;
	border-color: #bfbfbf;
	height: 59px;
}
.get-directions input[type="submit"] {
	border-radius: 5px;
	width: 72px;
	height: 59px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/dir-marker.png) no-repeat center center #e9b947;
}
.get-directions input[type="submit"]:hover {
	background-color: #d0a234;
}
.meet-our-advisors .heading {
	margin-bottom: 60px;
}
.meet-our-advisors .heading h2 {
	margin-bottom: 5px;
}
.meet-our-advisors img {
	width: 100%;
}
.meet-advisors-content {
	padding: 0 0 0 20px;
}
.meet-advisors-content h3, .meet-advisors-content p {
	margin-bottom: 30px;
}
.meet-advisors-content h3 span {
	display: block;
	font-size: 16px;
	color: #656565;
	padding-top: 4px;
}
.meet-our-advisors .classic-arrows .owl-nav {
	margin: -45px 0 0 47px;
}
.history-slider .classic-arrows .owl-nav {
	margin: -45px 0 0;
}
.testimonial {
	margin: 50px 0;
}
.testimonial-content {
	margin-bottom: 38px;
	padding: 65px 40px 70px;
	background: url(../images/testimonial-quote.png) no-repeat 25px 87% #fff;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #d9dbe0;
	position: relative;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);
}
.testimonial-content:before {
	position: absolute;
	left: 30px;
	bottom: -23px;
	background: url(../images/testimonial-pointer.png) no-repeat 0 0;
	width: 44px;
	height: 23px;
	content: "";
}
.testimonial-content p {
	margin: 0;
}
.testimonials-author {
	padding-left: 20px;
}
.testimonials-author img {
	float: left;
	margin-right: 13px;
}
.testimonials-author p {
	line-height: 21px;
	padding: 11px 0 0;
	color: #131313; /*font-family:"Montserrat",sans-serif;*/
	font-weight: 800;
}
.testimonials-author p span {
	display: block;
	font-size: 13px;
	color: #737373;
	font-weight: 400;/*font-family: "Open Sans", sans-serif;*/
}
.testimonial .rating {
	margin-top: 15px;
}
.testi-bg {
	background: url(../images/testi-bg.jpg) no-repeat;
	background-size: cover;
}
.testi-bg .heading h2, .testi-bg .heading p {
	color: #fff;
}
.testi-bg .testimonials-author p, .testi-bg .testimonials-author p span {
	color: #fff;
}
.rating li {
	display: inline-block;
	color: #fab637;
	list-style: none;
}
.cd-testimonials-item .testimonials-author p {
	color: #131313;
}
.cd-testimonials-item .testimonials-author p span {
	color: #737373;
}
.testimonial-2 {
	text-align: center;
	padding-top: 40px;
}
.testimonial-2 .testimonial-content {
	background: none;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	padding: 20px 0 0;
	max-width: 956px;
	margin: 0 auto;
}
.testimonial-2 .testimonial-content:before {
	display: none;
}
.testimonial-2 .testimonial-content p {
	font-style: italic;
}
.testimonial-2 .testimonials-author {
	padding: 0;
}
.testimonial-2 .testimonials-author img {
	float: none;
	margin: 0 auto;
}
.testimonial-2 .testimonials-author p span {
	padding-top: 4px;
}
.testimonial-2 .rating {
	margin: 0 0 10px;
	display: block;
}
.request-a-callback {
	background: #f5f5f5;
	padding: 7px;
}
.request-a-callback-content {
	background: url(../images/reciver-icon.png) no-repeat 90% 98% #fff;
	padding: 64px 40px;
	float: left;
	width: 50%;
	min-height: 422px;
}
.request-a-callback-form {
	padding: 60px 40px;
	float: left;
	width: 50%;
	min-height: 422px;
}
.callback-bg {
	background: url(../images/parallax/2.jpg)
}
.callback-bg .request-a-callback {
	background: rgba(0,0,0,0.50);
}
.callback-bg .request-a-callback-content {
	background: none;
}
.callback-bg .request-a-callback-content h3, .callback-bg .request-a-callback-content p {
	color: #fff;
}
.callback-bg input[type="text"], .callback-bg input[type="email"], .callback-bg input[type="number"], .callback-bg input[type="password"], .callback-bg .selectboxit-container .selectboxit {
	border-color: #fff;
}
.subpage-header {
	background: #f2f2f2;
	padding: 50px 0 30px;
	background: url(../images/pattern.jpg) repeat;
}
.subpage-header .btn {
	float: right;
}
.site-title {
	float: left;
	margin-top: 145px;
}
.site-title h2, .breadcrumbs {
	float: left;
	color: #fff;
	font-weight: 500;
}
.breadcrumbs {
	margin-top: 18px;
}
.site-title h2:after {
	content: "/";
	margin: 0 16px 0 17px;
	color: #f5f5f5;/*font-family: "Open Sans",sans-serif;*/
	font-weight: 300;
	position: relative;
	top: 0px;
}
.breadcrumbs li {
	display: inline-block;
	list-style: none;
	/*font-family: "Open Sans", sans-serif;*/

	font-size: 14px;
	color: #ffffff;
}
.breadcrumbs li:after {
	content: "/";
	margin: 0 0 0 6px;
	color: #ffffff;
}
.breadcrumbs li a {
	color: #ffffff;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.service-box i {
	background-repeat: no-repeat;
	background-position: center center;
	width: 78px;
	height: 97px;
	display: inline-block;
}
.icon-img-grid {
	background: url(../images/icon-grid.png) no-repeat center center;
	width: 13px;
	height: 13px;
	display: inline-block;
	left: -3px;
	position: relative;
	top: 1px;
}
.btn:hover .icon-img-grid {
	background-image: url(../images/icon-grid-white.png)
}
.btn-bordered-white .icon-img-grid {
	background: url(../images/icon-grid-white.png) no-repeat center center;
	width: 13px;
	height: 13px;
}
.btn-bordered-white.btn:hover .icon-img-grid {
	background-image: url(../images/icon-grid.png) !important;
}
.three-items-carousel .service-box .white {
	width: 126px;
	height: 97px;
	display: inline-block;
}
.text-box .white {
	width: 126px;
	height: 97px;
	display: inline-block;
}
.icon-img-1.white {
	background: url(../images/icon1-white.png) no-repeat center center;
}
.icon-img-2.white {
	background: url(../images/icon2-white.png) no-repeat center center;
}
.icon-img-3.white {
	background: url(../images/icon3-white.png) no-repeat center center;
}
.icon-img-4.white {
	background: url(../images/icon4-white.png) no-repeat center center;
}
.icon-img-5.white {
	background: url(../images/icon5-white.png) no-repeat center center;
}
.icon-img-6.white {
	background: url(../images/icon6-white.png) no-repeat center center;
}
.icon-img-7.white {
	background: url(../images/icon7-white.png) no-repeat center center;
}
.icon-img-8.white {
	background: url(../images/icon8-white.png) no-repeat center center;
}
.icon-img-9.white {
	background: url(../images/icon9-white.png) no-repeat center center;
}
.blog-item {
	margin-bottom: 80px;
}
.blog-item .blog-thumbnail {
	margin-bottom: 30px;
}
.blog-item .blog-thumbnail .owl-dots {
	display: none !important
}
.blog-item .blog-thumbnail .owl-nav div {
	width: 58px;
	height: 58px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -29px;
	background: url(../images/arrows.jpg) no-repeat 0 0;
	display: block !important;
}
.blog-item .blog-thumbnail .owl-nav div.owl-next {
	background-position: right;
	left: auto;
	right: 0;
}
.blog-item.bordered {
	border: 1px solid #cecece;
	padding: 30px 30px 40px;
}
.blog-item .blog-meta {
	margin-bottom: 25px;
}
.blog-item .blog-meta li {
	display: inline-block;
	list-style: none;
	font-size: 20px;
	color: #727272;
	/*font-family: "Open Sans", sans-serif;*/

	font-weight: 300;
	margin-right: 30px;
	line-height: 36px;
}
.blog-item .blog-meta li a {
	color: #727272;
}
.blog-item .blog-meta li img, .blog-item .blog-meta li i {
	float: left;
	margin-right: 10px;
}
.blog-item .blog-meta li img {
	border-radius: 100%;
}
.blog-item .blog-meta li i {
	font-size: 23px;
	margin-top: 8px;
}
.blog-item .blog-content h3 {
	font-size: 36px;
	margin-bottom: 5px;
}
.blog-item .blog-content h3 a {
	color: #121212
}
.blog-item .blog-content p {
	margin-bottom: 30px;
}
.blog-item .blog-content a.btn-link {
	border-bottom: 2px solid transparent;/*font-family: "Open Sans",sans-serif;*/
	text-transform: uppercase;
}
.blog-item .blog-content a.btn-link:hover {
	text-decoration: none;
}
.blog-item-classic {
	padding-top: 120px;
}
.blog-item-classic:nth-child(2n+2) .col-md-6:nth-child(2n+1) {
	float: right !important;
}
.blog-item-classic:first-child {
	padding-top: 0;
}
.blog-item-classic .blog-thumbnail img {
	width: 100%;
	margin-bottom: 20px;
}
.blog-item-classic .blog-content {
	text-align: center;
	padding: 100px 0 50px;
}
.blog-item-classic .blog-content .blog-date {
	font-size: 16px;
	color: #888888;
	/*	font-family: "Open Sans", sans-serif;*/

	text-transform: uppercase;
	padding-bottom: 25px;
}
.blog-item-classic .blog-content h3, .blog-item-classic .blog-content h3 a {
	color: #121212;
}
.blog-item-classic .blog-content a.btn-link {
	border-bottom: 2px solid transparent;
	/*font-family: "Open Sans", sans-serif;*/

	text-transform: uppercase;
}
.blog-item-classic .blog-content a.btn-link:hover {
	text-decoration: none;
	border-bottom: 0;
}
.commentlist {
	list-style: none;
	padding: 15px 0 0;
}
.commentlist li {
	line-height: 1.428571429;/*font-family: "Open Sans",sans-serif;*/
}
.comment {
	padding: 15px;
	margin-top: 20px;
	border: 1px solid #c8c8c8;
}
.comment-wrapper {
	position: relative;
}
.comment-avartar {
	float: left;
}
.comment-content-wrapper {
	padding-left: 96px;
}
.comment-reply {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
.comment-reply-link {
	background-color: #909090;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0;
	padding: 6px 20px 7px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	height: 33px;
	-webkit-transition: all .35s ease 0s;
	-moz-transition: all .35s ease 0s;
	-ms-transition: all .35s ease 0s;
	-o-transition: all .35s ease 0s;
	transition: all .35s ease 0s;/*font-family: "Open Sans", sans-serif;*/
}
.comment-reply-link:hover {
	line-height: 9em;
}
.comment-reply-link:hover, .comment-reply-link:focus {
	color: #fff;
	background: #434242;
}
.comment-reply-link:before {
	content: attr(data-text);
	position: absolute;
	top: -2.75em;
	-webkit-transition: all .35s ease 0s;
	-moz-transition: all .35s ease 0s;
	-ms-transition: all .35s ease 0s;
	-o-transition: all .35s ease 0s;
	transition: all .35s ease 0s;
}
.comment-reply-link:hover:before {
	top: 6px;
	line-height: 20px;
}
.comment-author {
	font-size: 20px;
	color: #222222;
	display: block;
	line-height: 22px
}
.comment-date {
	font-size: 14px;
	color: #727272;
}
.comment-message {
	padding-top: 12px;
}
.children {
	list-style: none;
}
.children .comment {
	background: #f7f7f7
}
.comment-respond {
	margin-top: 50px;
}
.comment-respond h3 {
	margin-bottom: 35px;
}
.comment-respond .row {
	margin: 0 -7px;
}
.comment-respond .col-md-4 {
	padding: 0 7px;
}
.comment-respond input[type="text"] {
	border-color: #c8c8c8;
	height: 46px;
	padding: 0 15px;
	border-radius: 5px;
}
.comment-respond textarea {
	padding: 20px 15px 20px;
	margin-bottom: 10px;
	border: 1px solid #c8c8c8;
	width: 100%;
	border-radius: 5px;
	/*font-family: "Open Sans", sans-serif;*/

	font-size: 14px;
	height: 150px;
	resize: none;
}
.comment-respond .btn {
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	border-radius: 5px;
	margin-bottom: 0;
	padding: 11px 40px 12px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.history-slider {
	float: right;
	width: 468px;
	margin-left: 40px;
	display: none !important;
}
.history-slider img {
	width: 100%;
}
.history-slider.classic-arrows .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -13px;
}
.history-slider.classic-arrows .owl-nav .owl-prev, .history-slider.classic-arrows .owl-nav .owl-next {
	border-radius: 0;
 -moz-border-radius:border-radius:0;
 -webkit-animation:border-radius:0;
	border: 0;
}
.history-slider.classic-arrows .owl-nav .owl-prev {
	float: left;
}
.history-slider.classic-arrows .owl-nav .owl-next {
	float: right;
}
.news-paggination {
	padding: 90px 0 0;
}
.news-paggination li {
	float: left;
	list-style: none;/*font-family: "Open Sans",sans-serif;*/
}
.news-paggination li a {
	color: #727272;
	line-height: 30px;
	display: block;
}
.news-paggination li a i {
	float: left;
	font-size: 30px;
	margin-right: 10px;
}
.news-paggination li:nth-child(2) {
	float: right;
}
.news-paggination li:nth-child(2) a i {
	float: right;
	margin-left: 10px;
}
.map-with-address-widget .map {
	height: 350px;
	width: 100%;
	margin: 30px 0;
}
.map-with-address-widget a {
	color: #000;
}
/*@media (min-width: 768px) {

.parallax {

	background-attachment: fixed;

	background-size: cover;

}

}*/

.company-history li {
	list-style: none;
}
.company-history li .year {
	float: left;
	width: 94px;
	font-size: 24px;
}
.company-history li .history-content {
	margin-left: 94px;
	padding: 0 0 50px 50px;
	border-left: 1px solid #90949f;
	position: relative;
}
.company-history li .history-content:before {
	position: absolute;
	left: -6px;
	top: 0;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	content: "";
}
.company-history li .history-content h4 {
	margin-bottom: 10px;
}
.company-history li:last-child .history-content {
	padding-bottom: 0;
}
.text-box img {
	margin-bottom: 35px;
}
.highlighted-sec .text-box {
	padding: 40px;
	text-align: center;
	min-height: 293px;
}
.highlighted-sec li {
	list-style: none;
	color: #fff;
	width: 33.3%;
	float: left;
}
.highlighted-sec li .text-box h4 {
	color: #fff;
	margin-bottom: 5px;
}
.highlighted-sec li .text-box i {
	font-size: 100px;
	margin-bottom: 5px;
}
.team-member {
	margin-bottom: 75px;
}
.team-member img {
	margin-bottom: 24px;
	width: 100%;
}
.team-member h4 span {
	display: block;
	font-size: 18px;
	color: #000;
	/*font-family: "Open Sans", sans-serif;*/

	padding-top: 10px;
}
.owl-item .team-member {
	margin: 0 15px;
}
.partner img {
	float: left;
}
.partner .partner-content {
	padding: 0 0 0 255px;
}
.partner h4 span {
	display: block;
	font-size: 18px;
	color: #000;
	/*font-family: "Open Sans", sans-serif;*/

	padding-top: 8px;
}
.why-people-chose-us .heading {
	margin-bottom: 60px;
}
/*------------------------------------------------------------------



BLOG



-------------------------------------------------------------------*/



.sidebar-widget {
	padding-bottom: 60px;
}
.sidebar-widget h3 {
	margin-bottom: 30px;
	text-transform: uppercase;
}
/* .... SEARCH .... */

.search {
	padding: 25px;
	position: relative;
}
.search input[type="text"] {
	border: 0;
	border-radius: 0;
	width: 100%;
	color: #989898;
	font-style: italic;
	padding: 0 15px 0;
	margin: 0;
	height: 50px;
}
.search .search-icon {
	border: 0 none;
	background: none;
	font-size: 15px;
	height: 50px;
	min-width: 0;
	padding: 0;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 49px;
}
.search .search-icon i {
	color: #525866;
	margin-top: 3px;
	font-size: 20px;
}
/* .... TAGS .... */

.tags {
	list-style: none;
}
.tags li {
	float: left;
	margin: 0 5px 5px 0;
}
.tags li a {
	border: 1px solid #c8c8c8;
	display: block;
	color: #555555;
	font-size: 14px;
	/*font-family: "Open Sans", sans-serif;*/

	padding: 11px 21px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tags li a:hover {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* .... POPULAR POST .... */

.popular-post {
	padding: 19px 0;
}
.popular-post img {
	float: left;
	width: 71px;
	margin: 0 12px 0 0;
}
.popular-post h4, .popular-post h4 a {
	font-weight: 400;
	margin: 0;
	font-size: 18px;
	color: #373737;/*font-family:"Montserrat",sans-serif;*/
	text-transform: none;
}
.best-seller h4 {
	line-height: 21px;
}
.popular-post p {
	line-height: 14px;
	margin-bottom: 0;
}
.popular-post p strong {
	font-size: 18px;
	font-weight: 600;
	font-weight: 400;
	display: block;
	margin-top: 3px;/*font-family: "Open Sans", sans-serif;*/
}
.popular-post p.popular-date {
	margin: 0;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 25px;/*font-family: "Open Sans",sans-serif;*/
}
.blog-review-border {
	border: 1px solid #c8c8c8;
	padding: 5px;
	margin-bottom: 110px;
}
.blog-review {
	border: 1px solid #c8c8c8;
	padding: 25px;
}
.blog-review img {
	float: left;
	border-radius: 100%;
}
.blog-review-content {
	padding: 10px 0 0 175px;
}
.blog-review-content h5 {
	margin-bottom: 10px;
}
.blog-review-content h5 span {
	color: #646464;
	font-size: 16px;
	display: inline-block;
	padding-left: 8px;
}
.categories li {
	list-style: none;
	/*font-family: "Open Sans", sans-serif;*/

	font-size: 18px;
	font-weight: 300;
	padding: 7px 0;
}
.categories li a {
	color: #555555;
}
.categories li i {
	float: left;
	margin: 2px 11px 0 0;
	font-size: 20px;
}
.cases-filter-nav {
	background: #f3f5fa;
	padding: 14px;
	text-align: center;
	margin-bottom: 50px;
}
.cases-filter-nav li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
}
.cases-filter-nav li a {
	font-size: 16px;
	line-height: 15px;
	/*font-family: "Open Sans", sans-serif;*/

	color: #000;
	outline: medium none;
	padding: 14px 25px 13px;
	border-radius: 30px;
	text-decoration: none;
	display: block;
}
.cases-filter-nav li a:hover, .cases-filter-nav li a.selected {
	color: #fff;
}
.cases-container li {
	text-align: center;
	width: 50%;
	list-style: none;
}
.cases-container li img {
	width: 100%;
}
.cases-item {
	position: relative;
}
.cases-item img {
	width: 100%;
}
.cases-item figcaption {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	color: #fff;
	font-size: 24px;
	line-height: 25px;
	padding: 20px;
	text-align: center;
	transform: scale(0);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.cases-item figcaption small {
	display: block;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}
.cases-item figcaption i {
	display: block;
	font-size: 30px;
	margin-bottom: 2px;
}
.cases-item div {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.cases-item:hover figcaption {
	transform: scale(1);
}
.left-nav {
	margin-bottom: 50px;
}
.left-nav li {
	list-style: none;
}
.left-nav li a {
	display: block;
	padding: 16px 26px 18px 22px;
	font-size: 16px;
	color: #1c1c1c;/*font-family: "Open Sans",sans-serif;*/
	border-top: 1px solid #dadee8;
	background: #f3f5fa;
	border-left: 5px solid transparent;
}
.left-nav li a i {
	float: right;
	font-size: 24px;
	color: #48494b;
}
.left-nav li:first-child a {
	border: 0;
}
.left-nav li a:hover, .left-nav li a.active {
	background: #fff;
	border-top-color: #fff !important;
}
.help-widget {
	padding: 42px 33px;
	background: url(../images/help-icon.png) no-repeat right bottom;
}
.help-widget h5, .help-widget p {
	color: #fff;
}
.company-presentation-link {
	display: block;
	padding: 18px 30px;
	color: #fff;
	background: #323946;
}
.company-presentation-link i {
	margin-right: 10px;
}
.company-presentation-link:hover {
	color: #fff;
	background: #20252e;
}
aside .testimonial-content {
	padding: 45px 30px 60px;
	background-repeat: no-repeat;
	background-position: 25px 91%;
}
/*------------------------------------------------------------------



SHOP



-------------------------------------------------------------------*/



.shop-list {
	margin: 0 -10px;
	padding: 0 10px;
	width: 102.3%;
}
.shop-list h2 {
/*font-size: 32px;*/

}
.shop-list li {
	display: inline-block;
	padding: 0 10px;
	width: 32.8%;
	vertical-align: top;
}
.product {
	border: 1px solid #dadada;
	display: inline-table;
	width: 100%;
	margin: 0 0 27px;
}
.product-thumb {
	position: relative;
	margin: -1px;
}
.product-thumb img {
	width: 100%;
}
.product-thumb label {
	border-radius: 100%;
	color: #fff;
	display: block;
	height: 59px;
	left: 16px;
	line-height: 61px;
	position: absolute;
	text-align: center;
	top: 16px;
	width: 59px;
}
.product-description {
	padding: 25px 20px 17px;
}
.product-description h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.product-description h3 a {
	color: #000;
}
.price {
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
.price.big {
	font-size: 26px;
	font-weight: 400;
}
.price u {
	color: #797979;
	font-size: 16px;
	text-decoration: line-through;
}
.product-description .double-border {
	margin-bottom: 13px;
}
.product-description .product-cart-btn, .product-description .product-detail-btn {
	color: #222222;
	font-weight: 400;
	font-size: 16px;
	line-height: 33px;
	font-family: "Open Sans", sans-serif;
}
.product-cart-btn i {
	font-size: 26px;
	float: left;
	margin: 3px 3px 0 0;
}
.product-detail-btn i {
	font-size: 24px;
	float: left;
	margin: 5px 9px 0 0;
}
.showing-result {
	margin: 0 0 40px 0;
}
.showing-result p {
	float: left;
	font-size: 20px;
	margin: 8px 0 0;
}
.showing-result .styled-select-small {
	float: right;
}
.top-products {
	border-bottom: 1px solid #dadada;
	padding-bottom: 27px;
	margin-bottom: 28px;
}
.top-products img {
	float: left;
}
.top-products .top-products-detail {
	padding-left: 98px;
}
.top-products .top-products-detail h4, .top-products .top-products-detail p {
	margin: 0;
}
.top-products .top-products-detail h4 { /*font-family: "Open Sans",sans-serif;*/
	font-size: 20px;
	padding-bottom: 0 !important;
}
.top-products .top-products-detail h4 a {
	color: #000;
}
.top-products .top-products-detail p {
	font-weight: 600;
}
.ratings i {
	display: inline-block;
	font-size: 16px;
}
.ratings.big i {
	font-size: 20px;
}
.ratings.big span {
	font-size: 16px;/*font-family: "Open Sans",sans-serif;*/
}
.item-counter {
	border: 1px solid #e0e0e0;
	float: left;
	height: 42px;
	margin-right: 17px;
	width: 139px;
	border-radius: 1px;
}
.item-counter span {
	cursor: pointer;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 42px;
}
.item-counter input.items-total {
	background: #ffffff;
	border: 0 none;
	cursor: default;
	display: inline-block;
	height: 39px;
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	width: 49px;
}
.item-counter span.pull-left {
	border-right: 1px solid #e0e0e0;
}
.item-counter span.pull-right {
	border-left: 1px solid #e0e0e0;
}
.product-detail-description h2 {
	margin-bottom: 25px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.product-detail-description .ratings {
	margin-bottom: 20px;
}
.product-detail-description p {
	margin-bottom: 20px;
}
.product-detail-slider img {
	border: 0 !important;
	padding: 0 !important;
}
.product-detail-slider .rslides_tabs {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
	z-index: 50;
}
.product-detail-slider .rslides_tabs li {
	display: inline-block;
	float: none;
	margin: 0 1.5px;
}
.product-detail-slider .rslides_tabs li a {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #b0b0b0;
	border-radius: 100%;
}
.resp-tab-content .comment-avartar {
	margin-right: 20px;
}
.resp-tab-content .comment-text {
	padding-left: 80px;
}
.resp-tab-content .meta {
	margin: 0;
}
.resp-tab-content .ratings {
	float: right;
}
.resp-tab-content .ratings li {
	float: left;
	margin: 0 3px;
}
.resp-tab-content .comment {
	padding: 0;
	margin: 0;
	border: 0;
}
.resp-tab-content .comment .comment_container {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.resp-tab-content .comment .comment_container:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.resp-tab-content h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.additional-detail li {
	border-bottom: 1px dotted #ccc;
	font-size: 18px !important;
	padding: 9px 0 3px;
}
.additional-detail li:last-child {
	border-bottom: 0;
}
.additional-detail li label {
	width: 28%;
}
.add-review-form {
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}
.review_form_thumb {
	padding: 50px 0 20px;
}
.add-review-form .comment-respond input[type="text"], .add-review-form .comment-respond input[type="email"], .add-review-form .comment-respond input[type="password"], .add-review-form .comment-respond input[type="number"], .add-review-form .form-widget input[type="text"], .add-review-form .form-widget input[type="email"], .add-review-form .form-widget input[type="password"], .add-review-form .form-widget input[type="number"] {
	width: 100%;
	float: none;
	margin-right: 0;
}
.review-form-close {
	background: #000;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	padding: 8px 18px 8px;
	position: absolute;
	right: -100px;
	top: 30px;
	display: block;
}
.review-form-close:hover {
	color: #fff;
}
.your-rating {
	padding: 0 0 10px;
}
.rating {
	display: inline;
	list-style: none;
	padding: 0;
}
.rating li:before {
	font-size: 20px;
	color: #f1f1f1;
}
.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	margin: 6px 0 0;
}
.rating > li {
	display: inline-block;
	position: relative;
	width: 22px;
}
.rating > li:hover:before, .rating > li:hover ~ li:before {
	color: #ffb200;
	cursor: pointer;
}
.shop .sidebar-widget {
	border-bottom: 1px solid #dadada;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.shop .sidebar-widget:last-child {
	border-bottom: 0;
}
.shop .sidebar-widget h4 {
	text-transform: none;
	padding-bottom: 20px;
}
.double-border {
	display: block;
	height: 4px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
/*------------------------------------------------------------------



FOOTER



-------------------------------------------------------------------*/



#footer {
	background: /*url(../images/colorfull-row.jpg) repeat-x 0 0*/ #f5f5f5;
	color: #333333;    /* margin-top: -155px; */
}
#footer a {
	color: #333333;
}
#footer .footer-top {
	padding: 10px 0;
}
#footer .footer-top p {
	margin: 8px 0;
}
#footer .footer-logo {
	position: relative;
}
#footer .footer-logo:after {
	width: 1px;
	content: "";
	height: 69px;
	background: #ababab;
	position: absolute;
	right: 0;
	top: 21px;
}
#footer .footer-address-widget {
	padding: 18px 32px;
	background: #fff;
}
#footer .footer-address-widget ul li {
	list-style: none;
	float: left;
	font-size: 20px;
	width: 40%;
	position: relative;
	padding-left: 60px;
}
#footer .footer-address-widget ul li:nth-child(2) {
	width: 60%;
}
#footer .footer-address-widget ul li span, #footer .footer-address-widget ul li a {
	display: block;
	font-size: 16px;
}
#footer .footer-address-widget ul li i {
	font-size: 40px;
	left: 0;
	position: absolute;
	top: 8px;
}
#footer .footer-address-widget ul li i.icon-icons74 {
	font-size: 44px;
	top: 4px;
}
#footer .usefull-links-widget {
	margin-top: 25px;
}
#footer .usefull-links-widget h4 {
	padding-bottom: 0px;
	color: #131313;
}
#footer .usefull-links-widget ul {
	width: 50%;
	float: left;
}
#footer .usefull-links-widget li {
	list-style: none;
	padding: 6px 0;
}
#footer .usefull-links-widget li a {
	font-size: 14px;
	background: url(../images/dot.png) no-repeat 0 10px;
	font-weight: 400;/*font-family: "Open Sans",sans-serif;*/
	padding-left: 14px;
}
#footer .twitter-widget {
	margin-top: 25px;
	padding-right: 40px;
}
#footer .twitter-widget h4 {
	padding-bottom: 0px;
	color: #131313;
}
#footer .twitter-widget .tweet i {
	float: left;
	font-size: 24px;
	margin-top: 15px;
	color: #818181;
}
#footer .twitter-widget .tweet p {
	padding: 10px 0 0 30px;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 24px;
}
#footer .twitter-widget .tweet p a {
	font-weight: 600;
}
#footer .twitter-widget .tweet p span {
	display: block;
	font-size: 14px;
	padding-top: 5px;
}
#footer .newsletter-widget {
	padding: 20px 29px;
	background: #e9e9e9;
}
#footer .newsletter-widget p {
	font-size: 16px;
	line-height: 21px;
	margin: 0 0 20px;
}
#footer .newsletter-widget .social {
	background: #e3e3e3;
	text-align: center;
	padding: 17px;
	margin: 10px -29px -20px;
}
#footer .footer-left {
	float: left;
	width: 100%;
}
#footer .footer-right {
	float: left;
	width: 35%;
}
#footer .footer-bottom {
	padding: 30px 0;
	background: #e9e9e9;
}
#footer .footer-bottom p {
	font-size: 14px;
	margin: 0;
	line-height: normal;
	text-align: center;
}
#footer.dark {
	background-color: #323946;
	color: #edf0f5;
}
#footer.dark .footer-logo {
	border-color: #999ca3;
}
#footer.dark .footer-address-widget {
	background-color: #383f4c;
}
#footer.dark a {
	color: #edf0f5;
}
#footer.dark .usefull-links-widget h4, #footer.dark .twitter-widget h4 {
	color: #fff;
}
#footer.dark .twitter-widget .tweet i {
	color: #fff;
}
#footer.dark .newsletter-widget {
	background: #2e3441;
}
#footer.dark .newsletter-widget h4 {
	color: #fff;
}
#footer.dark input[type="text"], #footer.dark input[type="email"], #footer.dark input[type="number"], #footer.dark input[type="password"] {
	background: #222732;
	border-color: #545a65;
}
#footer.dark .newsletter-widget .social {
	background-color: #222732
}
#footer.dark .social li a i {
	background: none;
	border-color: #525863;
	color: #fff;
}
#footer.dark .footer-bottom {
	background: #2d3440;
}
 ==================================================== /*Imran CSS*/
 ==================================================== .cd-full-width .container {
 display: none;
}
.menu-footer-menu-container {
}
.menu-footer-menu-container ul li {
	list-style: none;
	font-family: raleway;
}
.menu-footer-menu-container ul li a {
	color: #fff;
	display: block;
	line-height: 1.6;
	padding: 0 10px 0 0;
	margin-bottom: 4px;
	font-size: 14px;
}
#menu-footer-menu {
	/*width: 50%;*/

	float: left;
}
.textwidget p {
	font-family: raleway;
	display: block;
	text-align: justify;
	padding-right: 80px;
	color: #fff;
	font-size: 14px;
}
.bottom-footer .contact-details {
	color: #fff;
	font-size: 14px;
}
.bottom-footer .contact-details a {
	color: #fff;
}
.heading.animate.bounceIn {

}
.bg-blue p {
	text-align: justify;
}
.about-sec {
	max-height: 650px;
	padding: 30px 0 30px;
}
#header .top-bar:after, #header .top-bar {
	background: #315399!important;
}
#header .top-bar:before, #header .top-bar p, #header .top-bar p:after {
	background: #09a223!important;
}
#footer .twitter-widget .tweet i {
	float: left;
	font-size: 24px;
	margin-top: 15px;
	color: #29AAE3;
}
#footer .footer-address-widget ul li i {
	font-size: 40px;
	left: 0;
	position: absolute;
	top: 8px;
	color: #09a223;
}
#footer .footer-bottom {
	padding: 30px 0;
	background: #2B478C;
	color: #fff;
}
/*#footer .footer-bottom {

	padding: 10px 0;

	background: #2B478C;

	color: #fff;

}*/

#footer .footer-bottom {
	padding: 10px 0;
	background: #303030;
	color: #fff;
}
#footer .text-right a {
	color: #fff;
}
.service-box1 {
	width: 360px;
	height: 235px;
	background: #fff;
	border-top: 7px solid transparent;
	padding: 38px 34px;
	background-image: url(http://server10.a2zcreatorz.com/staging/projects/tdapexport4/test/images/heighlights-imgs/kinnows.jpg);
	border-color: #09a223;
}
section {
	padding: 50px 0;
}
.img-circle {
	border-radius: 50%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.hvr-circle {
	display: block;
}
.hvr-circle .img-circle:hover {
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}
.link-boxes, .link-boxes-2, .link-boxes-3, .link-boxes-4 {
	background-color: #fff;
	/*	width: 247px;

	padding: 23px;

*/	

	width: 265px;
	padding: 23px;
	/*top: -175px;*/

	border-top: 7px solid #09A223;
	line-height: 1.9;
	box-shadow: inset 0 2px 3px rgba(255,255,255,0.3), inset 0 -2px 3px rgba(0,0,0,0.3), 0 1px 1px rgba(255,255,255,0.9);
	margin: 70px 0px 30px 20px;
	min-height: 240px;
}
.link-boxes:hover, .link-boxes-2:hover, .link-boxes-3:hover, .link-boxes-4:hover {
	background-color: #F3F5FA;
	border-top: 7px solid #315399;
	box-shadow: inset 0 0px 0px rgba(255,255,255,0.3), inset 0 0px 0px rgba(0,0,0,0.0), 0 0px 0px rgba(255,255,255,0);
}
.link-boxes h5, .link-boxes-2 h5, .link-boxes-3 h5, .link-boxes-4 h5 {
	margin-bottom: 5px;
}
/*latest css*/

.circle-background {
	background: #3b2860;
}
.bg-green .text-container {
	background: rgba(0, 0, 0, 0.78);
	padding: 20px;
}
.text-container img {
	border-radius: 10px;
	width: 60%;
}
.bg-green .text-container-2 {
	background: rgba(0, 0, 0, 0.78);
	padding: 20px;
	padding-bottom: 35px;
}
.text-container-2 img {
	border-radius: 10px;
	width: 60%;
}
.flag-image, .about-tdap {
	margin-top: -140px;
}
/*latest css*/



.sh--dark .headsearch--inp .gensearch__input {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0px;
}
.header_text {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #3264ad;
	font-size: 35px;
	margin-left: -90px;
	opacity: 0;
}
.tbk__border-helper {
	border-bottom-color: #355c8e;
}
.tbk__symbol span {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.znListItems {
	margin-left: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
}
.element-scheme--light {
	color: #535353;
}
.znListItems-item {
	display: block;
	margin: 5px;
	margin-left: 3px;
	margin-right: 3px;
}
.znListItems-icon {
	font-size: 11px;
}
.znListItems .znListItems-icon {
	display: inline-block;
	color: #333;
	width: auto;
	height: auto;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size: 14px;
	font-weight: normal;
	opacity: 1;
	vertical-align: middle;
 margin -right: 10px;
}
.eluid5194e9ca .znListItems-text {
	font-family: "Fira Sans", Helvetica, Arial, sans-serif;
}
.znListItems-item a {
	font-size: 14px;
}
.znListItems .znListItems-icon {
	display: inline-block;
	color: #333;
	width: auto;
	height: auto;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size: 14px;
	font-weight: normal;
	opacity: 1;
	vertical-align: middle;
	margin-right: 10px;
}
/*.bottom-footer {

	background: #06F;

	padding: 60px 0 10px;

	background-size: inherit;

	padding-top: 30px;

	border-top-color: #FFFFFF;

	background-color: #548b42;

	background-image: url(http://server10.a2zcreatorz.com/staging/projects/tdapmockup/wp-content/uploads/2017/06/footerbg-1.png);

	background-repeat: no-repeat;

	background-position: center center;

	background-attachment: scroll;	

	position: relative;

}*/

.bottom-footer {
	background: #06F;
	padding: 60px 0 10px;
	background-size: inherit;
	padding-top: 30px;
	border-top-color: #FFFFFF;
	/*	background-color: #1170a0;*/

	background: url(../images/logo-big.png), url(../images/pattern-2.jpg);
	/*background-image: url(http://server10.a2zcreatorz.com/staging/projects/tdapmockup/wp-content/uploads/2017/06/footerbg-1.png);*/

	background-repeat: no-repeat, repeat;
	background-position: center right, center center;
	background-attachment: scroll;
	position: relative;
}
#top-footer {
	top: -144px;
	position: relative;
}
.site-footer .widgettitle {
	border-bottom: 3px solid rgb(32, 62, 23);
	font-size: 17px;
	text-transform: none;
	display: inline-block;
	padding-bottom: 5px;
}
.site-footer {
	background: #2f2f2f;
	padding: 60px 0 20px;
	color: #d5d5d5;
	border-top: 4px solid #fff;
	position: relative
}
.site-footer a {
	color: #fff
}
.site-footer a:hover {
	color: #d5d5d5
}
.site-footer .widgettitle {
	font-size: 14px;
	color: #fff;
	text-shadow: none;
	margin: 0 0 10px;
	padding-bottom: 0;
	text-transform: none
}
.site-footer .widgettitle:after, .site-footer .widgettitle:before {
	display: none
}
.element-scheme--dark .widgettitle {
	color: #fafafa
}
.widgettitle {
	font-size: 24px !important;
	font-family: Raleway;
}
.site-footer div.widget.widget_meta>ul a, .site-footer div.widget.widget_pages>ul a, .site-footer div.widget ul.menu li a, .site-footer div.widget ul.pagenav li a {
	color: #fff;
	display: block;
	line-height: 1.6;
	padding: 0 10px 0 0;
	margin-bottom: 4px
}
.site-footer .element-scheme--dark .widget_meta>ul a, .site-footer .element-scheme--dark .widget_pages>ul a, .site-footer .element-scheme--dark div.widget ul.menu li a, .site-footer .element-scheme--dark div.widget ul.pagenav li a {
	color: #232323
}
.site-footer div.widget.widget_meta>ul a:before, .site-footer div.widget.widget_pages>ul a:before, .site-footer div.widget ul.menu li a:before, .site-footer div.widget ul.pagenav li a:before {
	display: none
}
.site-footer div.widget.widget_meta>ul a:hover, .site-footer div.widget.widget_pages>ul a:hover, .site-footer div.widget ul.menu li.active>a, .site-footer div.widget ul.menu li.current-cat>a, .site-footer div.widget ul.menu li>a:hover, .site-footer div.widget ul.pagenav li.active a, .site-footer div.widget ul.pagenav li.current-cat>a, .site-footer div.widget ul.pagenav li a:hover {
	color: #d5d5d5
}
.site-footer .element-scheme--dark .widget_meta>ul a:hover, .site-footer .element-scheme--dark .widget_pages>ul a:hover, .site-footer .element-scheme--dark .widget ul.menu li>a:hover, .site-footer .element-scheme--dark .widget ul.pagenav li a:hover {
	color: #000
}
.site-footer div.widget.widget_meta>ul a:hover:before, .site-footer div.widget.widget_pages>ul a:hover:before, .site-footer div.widget ul.menu li a:hover:before, .site-footer div.widget ul.pagenav li a:hover:before {
	display: none
}
.site-footer .latest_posts-wgt-post {
	border-bottom: 1px solid hsla(0, 0%, 100%, .05)
}
.site-footer .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden
}
.site-footer .menu a {
	padding-right: 10px
}
.site-footer .menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 15px
}
.map-link>span {
	margin-top: 2px
}
.site-footer-bottom {
	padding-top: 30px;
	border-top: 5px solid #484848;
	color: #8b8c8d
}
.footer-copyright-img {
	float: left;
	margin-right: 20px
}
.sidebar_mypse {
/*    padding-left: 20px;

*/}
.sidebar_mypse li {
	font-size: 17px;
	font-family: roboto;
	position: relative;
	font-weight: 100;
	overflow: hidden;
	margin-bottom: 13px;
	padding: 15px 0 15px 20px;
}
.sidebar_mypse li a:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 10px;
	left: 0;
	top: 0;
	-webkit-transition: width 1s;
	transition: width 1s;
}
.sidebar_mypse li:nth-child(1) a:before {
	background: #34495E;
}
.sidebar_mypse li:nth-child(2) a:before {
	background: #E74C3C;
}
.sidebar_mypse li:nth-child(3) a:before {
	background: #1ABC9C;
}
.sidebar_mypse li:nth-child(1) a, .sidebar_mypse li:nth-child(2) a, .sidebar_mypse li:nth-child(3) a {
	color: #fff;
}
.sidebar_mypse li:nth-child(1) a:before, .sidebar_mypse li:nth-child(2) a:before, .sidebar_mypse li:nth-child(3) a:before {
	width: 580px;
}
.sidebar_mypse li a span {
	z-index: 441;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
/*International Events*/

.international-evnts {
	padding-top: 0px;
	padding-bottom: 0px;
}
.international-evnts_heading {
	font-size: 26px;
	font-weight: 100;
	border-bottom: 1px solid #ddd;
}
.international-evnts .tbk__border-helper {
	border-bottom: 3px solid #548c43;
	padding-bottom: 15px;
	margin-bottom: 0px;
	display: inline-block;
}
<!--
image css--> .img_top_space {
	margin-bottom: 0 !important;
	margin-top: 6px;
}
.image-boxes-link, .image-boxes-holder {
	display: block;
	margin-bottom: 20px;
	position: relative;/*	margin-left: 29px;*/
}
.image-boxes-img-wrapper {
	display: block;
	margin-left: -22px;
	margin-top: 10px;
}
.image-boxes.image-boxes--4 .image-boxes-img {
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	-webkit-backface-visibility: hidden;
}
.event-description {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #528942;
	padding-left: 0px;
	overflow: hidden;
}
.event-description img {
	margin: 10px;
	width: 40%;
	border-radius: 10px;
	border: 3px solid #ffffff;
	z-index: 9;
	-webkit-box-shadow: -4px 25px 54px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 25px 54px -20px rgba(0,0,0,0.75);
	box-shadow: 0 5px 39px -5px rgba(0,0,0,0.75);
}
.Extra_bg .tbk__symbol {
	margin-bottom: 0 !important;
}
.Extra_bg .tbk__symbol span {
	display: block;
	width: 30%;
	height: 4px;
	background-color: #548c43;
}
.event-description .tbk__title {
	font-family: "Fira Sans", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 100;
	color: #ffffff;
	margin: 10px 5px;
}
.event-description .tbk__subtitle {
	font-family: "Fira Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 0;
}
.event-description .readmore_home_tdap {
	background: #548C43;
	color: #fff;
	padding: 1px 5px;
	display: inline-block;
	margin-top: 10px;
}
.event-description .readmore_home_tdap:hover {
	background: #355ba6;
}
/*Event Description Image*/



.event-description_img .image-boxes-img {
	width: 100%;
	height: auto;
}
/*.image-boxes-img-wrapper img{width:100%;}*/



.footer-sub-links {
	text-align: left;
}
.site-footer .contact-details {
	background-image: url(../images/say_hi.png);
}
.smallHeader #header .logo img {
	max-width: 50%;
	margin-top: 44px;
}
.social-icons {
	float: right;
	margin-top: 18px;
}
.smallHeader .social-icons {
	margin-top: 43px;
}
.menu-bar {
	background: #1e4689;
	height: 50px;
	padding: 12px 0 0 280px;
}
.smallHeader .menu-bar {
	padding: 0 0 0 280px;
}
.search-box {
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 2px 0 0;
	position: relative;
	width: 100%;
	z-index: 100;
}
.search-box:hover {
	background-color: #ddd;
}
#text-search {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	font-family: arial;
	font-size: 12px;
	height: 30px;
	line-height: 48px;
	outline: medium none;
	padding: 0 55px 0 20px;
	width: 100%;
}
#btn-search-category {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #000000;
	font-size: 20px;
	height: 48px;
	line-height: 48px;
	margin: 0;
	outline: medium none;
	padding: 0;
	position: absolute;
	right: 0 !important;
	top: -5px;
	width: 48px;
	z-index: 99;
}
.search-bar {
	float: right;
	margin-top: 34px;
}
.smallHeader .search-bar {
	margin-top: 84px;
}
/*.main-nav ul{    text-align: center;

    position: relative;

    width: 909px;

    margin: auto;}*/

#menu-footer-menu li a:hover {
	text-decoration: underline;
}
/*.smallHeader .sticky-sidebar {

	position: fixed;

	margin: auto;

	top: 185px;

	left: 150px;

	bottom: auto;

	right: auto;

	box-sizing: border-box;

	width: 360px;

}*/



#navigation li a.current {
	color: #ffffff;
	background: #f1d74c;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #00652e;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}
#myBtn:hover {
	background-color: #555;
}
.tdap_directory {
	font-size: 15px;
	line-height: 24px;
}
.tdap_directory h4 {
	background: #f5f5f5;
	padding: 10px;
	font-size: 22px;
}
.tdap_directory h3 {
	font-size: 19px;
	font-weight: bold;
	color: #0042af;
	margin-top: 10px;
}
.tdap_directory hr {
	height: 1px;
	width: 100%;
	background: url(images/horizontal_line_in_table.jpg);
	background-repeat: repeat-y;
}
.trade-sub-link {
	font-size: 13px;
	color: #36F;
}
.text-search {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: 0px !important;
	border: medium none;
	font-family: arial;
	font-size: 12px;
	height: 21px !important;
	line-height: 48px;
	outline: medium none;
	padding: 10px 55px 0 20px !important;
	width: 100% !important;
}
/*.gallery{background:#f5f5f5;}*/

/*.gallery:hover{background: #09a223; color:#fff;}*/

.gallery h3 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #09a223;
}
.gallery h3:before {
	/*content: '';*/

	background-color: #00652e;
	display: block;
	position: relative;
	height: 3px;
	bottom: 0;
	left: 0;
	right: 0;
	top: 30px;
	width: 15%;
}
.gallery a {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	padding-top: 20px;
	display: block;
}
.hotels-list img {
	width: 100%;
}
.hotels-list h4 {
	margin-bottom: 5PX;
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*pagination*/

.wp-pagenavi span.current {
	background-position: 0 -60px;
	color: #F2F2F2;
}
.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	-moz-border-radius: 5px 5px 5px 5px;
	background: url(../images/bg-tile-button.png) repeat-x scroll 0 0 transparent;
	display: block;
	float: left;
	font-size: 13px;
	margin-right: 5px;
	padding: 4px 10px 3px;
	text-decoration: none;
	text-shadow: 0 1px 0 #000000;
}
.wp-pagenavi a {
	color: #E5E5E5;
}
/*slider*/

.slider-link {
	position: absolute;
	background: #ffcc0000;
	width: 100%;
	height: 100%
}
.cart-shipping {
	height: 420px;
}
.application-form {
}
.directory_pag a {
	background: url("../images/directory_pag_ground.jpg") no-repeat scroll 0 0 transparent;
	color: #654518;
	display: block;
	float: left;
	height: 21px;
	margin: 0 2px;
	padding: 5px 0 0;
	width: 21px;
}
.directory_pag a img {
	border: medium none;
}
.directory_pag a:hover {
	background: url("../images/directory_pag_g_o.gif") no-repeat scroll 0 0 transparent;
}
.subpage-header .btn-primary {
	background: #2b478c;
	margin-top: 150px;
}
/*News updates*/

.news-updates {
	background: #09a223;
	border-radius: 20px;
	padding: 8px;
	color: #fff; /*font-size: 18px;*/
	padding-left: 10px;
	text-align: center;
}
.news-updates-lable {
	background: #09a223;
	border-radius: 20px;
	padding: 8px;
	color: #fff;
	font-size: 18px;
	padding-left: 10px;
}
.news-updates-background {
	background-color: transparent;
	color: #000;
	padding: 10px;
	float: left;
	padding-bottom: 0;
}
.language {
	float: right;
	margin-right: -205px;
	margin-top: 30px;
}
.fixed-header .language {
	margin-top: 30px !important;
}
.smallHeader .language {
	margin-top: 76px !important;
}
/*@media (min-width: 360px) {

.fixed-header .language{margin-top: 30px !important;}

.smallHeader .language{margin-top: 76px !important;}

}*/

.fixed-header {
	margin-top: -161px !important;
}

@media (max-width: 360px) {
.fixed-header {
	margin-top: 0px !important;
}
.fixed-header {
	margin-top: 0px !important;
}
.site-title {
	margin-top: 0px !important;
}
}

/*==================================================

=            Bootstrap 3 Media Queries             =

==================================================*/

 

/*==========  Mobile First Method  ==========*/

 

/* Custom, iPhone Retina */ 


@media only screen and (max-width : 360px) {
#div-mobile {
	display: block;
	margin-top: 0px !important;
}
#div-desktop {
	display: none;
}
.gov-logo {
	width: 18%;
	margin: 5px 0 0 -10px;
}
.emerging-logo {
	width: 70% !important;
}
.social-network {
	float: right;
	margin: 23px 0 0 0;
}
.menu-bar{
    padding: 12px 20px 0 20px !important;
}
}

@media only screen and (min-width : 320px) {
#div-mobile {
	display: block;
}
#div-desktop {
	display: none;
}
.gov-logo {
	width: 18%;
	margin: 5px 0 0 -10px;
}
.emerging-logo {
	width: 60% !important;
}
.social-network {
	float: right;
	margin: 23px 0 0 0;
}
}


/*@media only screen and (min-width : 375px) {

 #div-mobile{margin-top:200px;}	

.nav {background: #fff;padding: 0 0 0 20px;}

 #header .main-nav {

    width: 350px !important;

    padding: 0 0 10px !important;

	float:right !important;

}	





	}



@media only screen and (min-width : 411px) {

 #div-mobile{margin-top:200px;}

 .nav {background: #fff;padding: 0 0 0 20px;}

 #header .main-nav {

    width: 400px !important;

    padding: 0 0 10px !important;

	float:right !important;

}

}*/

 

/* Extra Small Devices, Phones */ 

@media only screen and (min-width : 480px) {
	.emerging-logo {
	width: 55% !important; 
	margin-right:20px;
}
.menu-bar {
	padding: 12px 10px 0 10px !important;
}   
}

@media only screen and (max-width : 640px) {
/*#div-mobile {
	margin-top: 200px;
}*/
.gov-logo {
	width: 10%;
	margin: 1px 0 0 -5px;
}

.social-network {
	float: right;
	margin: 23px 0 0 0;
}
}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
	.fixed-header {
	margin-top: 5px !important;
}
.advisor-overlay ul li {
    width: 127px;
	}
.smallHeader .menu-bar {
 padding: 0 0 0 0;
}	
.menu-bar {
   height: auto !important;}
   
.menu-bar {
	padding: 12px 0 0 280px;
}   
}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px) {
}

/*@media only screen and (min-width : 1024px) {

 #div-mobile{display: block;margin-top:0px;}

 #div-desktop{display: none;}

 .advisor-overlay ul li {

    width: 214px;

    height: 214px;

    margin-right: 10px;

    color: #fff;

}

}*/



/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px) {
}

@media only screen and (min-width : 1366px) {
#div-mobile {
	display: none;
}
#div-desktop {
	display: block;
}
}

/*==========  Non-Mobile First Method  ==========*/

 

/* Large Devices, Wide Screens */

@media only screen and (max-width : 1600px) {
}

@media only screen and (min-width : 1200px) {
#div-mobile {
    display: none !important;
}
#div-desktop {
    display: block !important;
}
}

/* Medium Devices, Desktops */

@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */ 

@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */ 

@media only screen and (max-width : 320px) {
}



/*@media screen and (min-width: 701px) {

  #div-mobile{

    display: none;

  }

  #div-desktop{

    display: block;

  }

}

*/

.scroll {
    width: 803px;
    height: 348px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scroll_01 {
    width: 803px;
    height: 348px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}



@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
[Theme Plugins Stylesheet]

Project:	Advisor

-------------------------------------------------------------------*/






/* ----------------------------------------------------------------
    OWL CAROUSEL v1.3.3
-----------------------------------------------------------------*/
.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.owl-carousel .owl-animated-in { z-index: 0;}
.owl-carousel .owl-animated-out { z-index: 1;}
.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut;}
@-webkit-keyframes fadeOut { 0% { opacity: 1;} 100% { opacity: 0;}}
@keyframes fadeOut { 0% { opacity: 1;} 100% { opacity: 0;}}
.owl-height { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out;}
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1;}
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y;}
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden;  -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-carousel.owl-loaded { display: block;}
.owl-carousel.owl-loading { opacity: 0; display: block;}
.owl-carousel.owl-hidden { opacity: 0;}
.owl-carousel .owl-refresh .owl-item { display: none;}
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-carousel .owl-item img { display: block; -webkit-transform-style: preserve-3d;}
.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto;}
.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab;}
.owl-carousel.owl-rtl { direction: rtl;}
.owl-carousel.owl-rtl .owl-item { float: right;}
.no-js .owl-carousel { display: block;}
.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease;}
.owl-carousel .owl-item img { transform-style: preserve-3d; width: 350px; /*margin-left: 55px;*/}
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000;}
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease; -moz-transition: scale 100ms ease; -ms-transition: scale 100ms ease; -o-transition: scale 100ms ease; transition: scale 100ms ease;}
.owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); -moz-transition: scale(1.3, 1.3); -ms-transition: scale(1.3, 1.3); -o-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3);}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon { display: none;}
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease;}
.owl-carousel .owl-video-frame { position: relative; z-index: 1;}
.owl-dots { padding-top:40px; text-align:center;}
.owl-dots .owl-dot{ width:8px; height:8px; border-radius:100%; background:#b3b3b3; margin:0 2px; display:inline-block;}
.owl-dots .owl-dot.active{ width:12px; height:12px;position: relative;top: 2px;}
.classic-arrows .owl-dots{ display:none !important;}
.classic-arrows .owl-nav{ text-align:center; position:relative; z-index:2;}
.classic-arrows .owl-nav .owl-prev{ width:84px; height:46px; border:1px solid #d0d0d0; background: #fff url(../images/arrow-thin-left.png) no-repeat center center; display:inline-block !important;-webkit-border-top-left-radius: 30px;-webkit-border-bottom-left-radius: 30px;-moz-border-radius-topleft: 30px;-moz-border-radius-bottomleft: 30px;border-top-left-radius: 30px;border-bottom-left-radius: 30px; font-size:0;}
.classic-arrows .owl-nav .owl-next{ width:84px; height:46px; border:1px solid #d0d0d0; background: #fff url(../images/arrow-thin-right.png) no-repeat center center; display:inline-block !important; margin-left:-1px;-webkit-border-top-right-radius: 30px;-webkit-border-bottom-right-radius: 30px;-moz-border-radius-topright: 30px;-moz-border-radius-bottomright: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px; font-size:0;}
.classic-arrows2 .owl-dots{ display:none !important;}
.classic-arrows2 .owl-nav{ left: 0; position: absolute; right: 0; text-align: center; top: 50%; z-index: 2; margin-top:-23px;}
.classic-arrows2 .owl-nav .owl-prev{ width:70px; height:46px; background: #fff url(../images/arrow-thin-left.png) no-repeat center center; display:inline-block !important;-webkit-border-top-right-radius: 30px;-webkit-border-bottom-right-radius: 30px;-moz-border-radius-topleft: 30px;-moz-border-radius-bottomleft: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px; float:left;}
.classic-arrows2 .owl-nav .owl-next{ width:70px; height:46px; background: #fff url(../images/arrow-thin-right.png) no-repeat center center; display:inline-block !important; margin-left:-1px;-webkit-border-top-left-radius: 30px;-webkit-border-bottom-left-radius: 30px;-moz-border-radius-topright: 30px;-moz-border-radius-bottomright: 30px;border-top-left-radius: 30px;border-bottom-left-radius: 30px; float:right;}

.classic-arrows3 .owl-dots{ display:none !important;}
.classic-arrows3 .owl-nav{ left: 0; position: absolute; right: 0; text-align: center; top: 50%; z-index: 2; margin:-23px -100px;}
.classic-arrows3 .owl-nav .owl-prev{ width:70px; height:46px; background: #fff url(../images/arrow-thin-left.png) no-repeat center center; display:inline-block !important;-webkit-border-top-right-radius: 30px;-webkit-border-bottom-right-radius: 30px;-moz-border-radius-topleft: 30px;-moz-border-radius-bottomleft: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 30px; float:left;}
.classic-arrows3 .owl-nav .owl-next{ width:70px; height:46px; background: #fff url(../images/arrow-thin-right.png) no-repeat center center; display:inline-block !important; margin-left:-1px;-webkit-border-top-left-radius: 30px;-webkit-border-bottom-left-radius: 30px;-moz-border-radius-topright: 30px;-moz-border-radius-bottomright: 30px;border-top-left-radius: 30px;border-bottom-left-radius: 30px; float:right;}





/* ----------------------------------------------------------------
    DROPDOWN STYLING
-----------------------------------------------------------------*/
.selectboxit-container {position: relative;display: block;vertical-align: top;}
.selectboxit-container * { font: 14px Helvetica, Arial; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; -o-user-select: none; user-select: none;  outline: none;  white-space: nowrap;}
.selectboxit-container .selectboxit { width:auto !important; background: #fff; border: 1px solid #838383;border-radius: 30px; font-family: "Open Sans",sans-serif; font-size: 14px; height: 52px; margin-bottom: 10px; padding: 0 15px;width: 100%; position:relative; z-index:9999;}
.selectboxit-container span, .selectboxit-container .selectboxit-options a {height: 50px;line-height: 50px;display: block; color:#919191 !important;}
.selectboxit-container .selectboxit:focus { outline: 0;}
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {opacity: 0.65;filter: alpha(opacity=65);-webkit-box-shadow: none; -moz-box-shadow: none;  box-shadow: none; cursor: default;}
.selectboxit-text {text-indent: 5px;overflow: hidden; text-overflow: ellipsis;float: left; max-width:none !important;}
.selectboxit .selectboxit-option-icon-container { margin-left: 5px;}
.selectboxit-container .selectboxit-options {top: 0px !important; padding-top:60px !important; -moz-box-sizing: border-box; box-sizing: border-box; min-width: 100%;  *width: 100%;margin: 0;padding: 0;list-style: none;position: absolute;overflow-x: hidden;overflow-y: auto;cursor: pointer;display: none;z-index: 999;  text-align: left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none; border:2px solid #bdbdbd; max-width:none !important; width:100%;-webkit-border-radius: 30px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius: 30px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;border-radius: 30px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}
.selectboxit-option .selectboxit-option-anchor{padding: 0 2px;}
.selectboxit-option .selectboxit-option-anchor:hover {text-decoration: none;}
.selectboxit-option, .selectboxit-optgroup-header {text-indent: 5px;margin: 0;list-style-type: none;}
.selectboxit-option-first { border-top-right-radius: 6px;border-top-left-radius: 6px;}
.selectboxit-optgroup-header + .selectboxit-option-first {border-top-right-radius: 0px;border-top-left-radius: 0px;}
.selectboxit-option-last {border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;}
.selectboxit-optgroup-header {font-weight: bold;}
.selectboxit-optgroup-header:hover {cursor: default;}
.selectboxit-arrow-container {width: 60px;position: absolute;right: 0; background:url(../images/styled-select-arrow.png) no-repeat center center;}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow { margin: 0 auto; position: absolute;top: 50%;right: 0;left: 0;}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {top: 30%;}
.selectboxit-option-icon-container { float: left;}
.selectboxit-container .selectboxit-option-icon {margin: 0;padding: 0;vertical-align: middle;}
.selectboxit-option-icon-url {width: 18px;background-size: 18px 18px;background-repeat: no-repeat;height: 100%;background-position: center;float: left;}
.selectboxit-rendering {display: inline-block !important;*display: inline !important; zoom: 1 !important;visibility: visible !important; position: absolute !important;  top: -9999px !important;  left: -9999px !important;}
.jqueryui .ui-icon {background-color: inherit;}
.jqueryui .ui-icon-triangle-1-s {background-position: -64px -16px;}
.selectboxit-btn { cursor:pointer; background: #fff; border: 1px solid #838383;border-radius: 30px; font-family: "Open Sans",sans-serif; font-size: 14px; height: 52px; margin-bottom: 10px; padding: 0 25px;    width: 100%;}
.selectboxit-default-arrow {width: 0; height: 0;}
.selectboxit-list { background-color: #ffffff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.selectboxit-list .selectboxit-option-anchor { color: #fff;}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor { color: #fff !important;}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor { color: #999999;}





/* ----------------------------------------------------------------
    FANCYBOX STYLING
-----------------------------------------------------------------*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{padding: 0;margin: 0;border: 0;outline: none;vertical-align: top;}
.fancybox-wrap {position: absolute;top: 0;left: 0;z-index: 8020;}
.fancybox-skin {position: relative;background: #f9f9f9;color: #444;text-shadow: none;-webkit-border-radius: 4px;   -moz-border-radius: 4px;border-radius: 4px;}
.fancybox-opened {z-index: 8030;}
.fancybox-opened .fancybox-skin {-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.fancybox-outer, .fancybox-inner {position: relative;}
.fancybox-inner {overflow: hidden;}
.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch;}
.fancybox-error {color: #444;font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin: 0;padding: 15px;white-space: nowrap;}
.fancybox-image, .fancybox-iframe {display: block;width: 100%;height: 100%;}
.fancybox-image {max-width: 100%;max-height: 100%;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url('../images/fancybox_sprite.png');}
#fancybox-loading {position: fixed;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px;background-position: 0 -108px;opacity: 0.8;cursor: pointer;z-index: 8060;}
#fancybox-loading div {width: 44px;height: 44px;background: url('../images/fancybox_loading.gif') center center no-repeat;}
.fancybox-close {position: absolute;	top: -18px;right: -18px;width: 36px;height: 36px;cursor: pointer;z-index: 8040;}
.fancybox-nav {position: absolute;top: 0;width: 40%;height: 100%;cursor: pointer;text-decoration: none;background: transparent url('../images/blank.gif'); /* helps IE */-webkit-tap-highlight-color: rgba(0,0,0,0);	z-index: 8040;}
.fancybox-prev {left: 0;}
.fancybox-next {right: 0;}
.fancybox-nav span {position: absolute;top: 50%;width: 36px;height: 34px;margin-top: -18px;cursor: pointer;z-index: 8040;visibility: hidden;}
.fancybox-prev span {left: 10px;background-position: 0 -36px;}
.fancybox-next span {right: 10px;background-position: 0 -72px;}
.fancybox-nav:hover span {visibility: visible;}
.fancybox-tmp {position: absolute;top: -99999px;left: -99999px;visibility: hidden;max-width: 99999px;max-height: 99999px;overflow: visible !important;}
/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto;}
.fancybox-lock body { overflow: hidden !important;}
.fancybox-lock-test { overflow-y: hidden !important;}
.fancybox-overlay {position: absolute;top: 0;left: 0;overflow: hidden;display: none;z-index: 8010;background: url('../images/fancybox_overlay.png');}
.fancybox-overlay-fixed {position: fixed;bottom: 0;right: 0;}
.fancybox-lock .fancybox-overlay {overflow: auto;overflow-y: scroll;}
/* Title helper */
.fancybox-title {visibility: hidden;font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position: relative;text-shadow: none;	z-index: 8050;}
.fancybox-opened .fancybox-title {visibility: visible;}
.fancybox-title-float-wrap {position: absolute;bottom: 0;right: 50%;margin-bottom: -35px;z-index: 8050;text-align: center;}
.fancybox-title-float-wrap .child {display: inline-block;margin-right: -100%;padding: 2px 20px;background: transparent; /* Fallback for web browsers that doesn't support RGBa */background: rgba(0, 0, 0, 0.8);-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;text-shadow: 0 1px 2px #222;color: #FFF;font-weight: bold;line-height: 24px;white-space: nowrap;}
.fancybox-title-outside-wrap {position: relative;margin-top: 10px;color: #fff;}
.fancybox-title-inside-wrap {padding-top: 10px;}
.fancybox-title-over-wrap {position: absolute;bottom: 0;left: 0;color: #fff;padding: 10px;background: #000;background: rgba(0, 0, 0, .8);}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url('../images/fancybox_sprite@2x.png');background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/}
#fancybox-loading div {background-image: url('../images/fancybox_loading@2x.gif');background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/}
}




/* ----------------------------------------------------------------
    TESTIMONILAS  POPUP
-----------------------------------------------------------------*/
.cd-testimonials-all p,.cd-testimonials-wrapper{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.close-btn,.flex-direction-nav li a{text-indent:100%;white-space:nowrap}.cd-testimonials-wrapper{position:relative;width:90%;max-width:768px;background-color:#39393c;margin:2em auto;padding:20px 40px 70px;z-index:1}.cd-testimonials-wrapper::after{content:'\201C';position:absolute;top:10px;left:0;width:50px;height:50px;padding-top:8px;margin-left:-25px;background:rgba(32,32,34,.9);color:#fff;font-size:70px;font-size:4.375rem;text-align:center;display:none}@media only screen and (min-width:768px){.cd-testimonials-wrapper{margin:4em auto;padding:64px 50px 114px}.cd-testimonials p{font-size:22px;font-size:1.375rem}}@media only screen and (min-width:1170px){.cd-testimonials-wrapper::after{display:block}}.cd-testimonials{color:#fff;text-align:center}.cd-testimonials::after{clear:both;content:"";display:table}.cd-testimonials>li{position:absolute;opacity:0}.cd-testimonials>li:first-child{position:relative;opacity:1}.cd-testimonials p{font-style:italic;line-height:1.4;margin-bottom:1em;padding:0 14px}@media only screen and (min-width:1170px){.cd-testimonials p{font-size:26px;font-size:1.625rem;line-height:1.6}}.cd-author .cd-author-info,.cd-author img{display:inline-block;vertical-align:middle}.cd-author img{width:32px;height:32px;border-radius:50%;margin-right:5px;box-shadow:0 0 6px rgba(0,0,0,.3)}.cd-author .cd-author-info{text-align:left;line-height:1.2}.cd-author .cd-author-info li:first-child{font-size:14px;font-size:.875rem}.cd-author .cd-author-info li:last-child{font-size:12px;font-size:.75rem;color:#6b6b70}@media only screen and (min-width:768px){.cd-author img{width:50px;height:50px}.cd-author .cd-author-info{line-height:1.4}.cd-author .cd-author-info li:first-child{font-size:16px;font-size:1rem}.cd-author .cd-author-info li:last-child{font-size:14px;font-size:.875rem}}.flex-direction-nav li{position:absolute;height:100%;width:40px;top:0}.flex-direction-nav li:first-child{left:0}.flex-direction-nav li:last-child{right:0}.flex-direction-nav li a{display:block;height:100%;width:100%;overflow:hidden;-webkit-transition:background-color .2s;-moz-transition:background-color .2s;transition:background-color .2s}.no-touch .flex-direction-nav li a:hover{background-color:#323234}.flex-direction-nav li a::after,.flex-direction-nav li a::before{content:'';position:absolute;left:50%;top:50%;width:2px;height:13px;background-color:#fff}.flex-direction-nav li a::before{-webkit-transform:translateY(-35px) rotate(45deg);-moz-transform:translateY(-35px) rotate(45deg);-ms-transform:translateY(-35px) rotate(45deg);-o-transform:translateY(-35px) rotate(45deg);transform:translateY(-35px) rotate(45deg)}.flex-direction-nav li a::after{-webkit-transform:translateY(-27px) rotate(-45deg);-moz-transform:translateY(-27px) rotate(-45deg);-ms-transform:translateY(-27px) rotate(-45deg);-o-transform:translateY(-27px) rotate(-45deg);transform:translateY(-27px) rotate(-45deg)}.flex-direction-nav li:last-child a::before{-webkit-transform:translateY(-35px) rotate(-45deg);-moz-transform:translateY(-35px) rotate(-45deg);-ms-transform:translateY(-35px) rotate(-45deg);-o-transform:translateY(-35px) rotate(-45deg);transform:translateY(-35px) rotate(-45deg)}.flex-direction-nav li:last-child a::after{-webkit-transform:translateY(-27px) rotate(45deg);-moz-transform:translateY(-27px) rotate(45deg);-ms-transform:translateY(-27px) rotate(45deg);-o-transform:translateY(-27px) rotate(45deg);transform:translateY(-27px) rotate(45deg)}@media only screen and (min-width:768px){.flex-direction-nav li{width:50px}}@media only screen and (min-width:1170px){.flex-direction-nav li a::after,.flex-direction-nav li a::before{background-color:#5e5e63;-webkit-transition:background-color .2s;-moz-transition:background-color .2s;transition:background-color .2s}.flex-direction-nav li a:hover::after,.flex-direction-nav li a:hover::before{background-color:#fff}}.cd-testimonials-all{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#fff;z-index:20000;visibility:hidden;opacity:0;-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s}.cd-testimonials-all .cd-testimonials-all-wrapper{position:absolute;left:0;top:0;height:100%;width:100%;overflow:auto}.cd-testimonials-all .cd-testimonials-all-wrapper>ul{width:90%;max-width:1170px;margin:1em auto}.cd-testimonials-all .cd-testimonials-all-wrapper>ul::after{clear:both;content:"";display:table}.cd-testimonials-all .cd-testimonials-item{margin-bottom:0; list-style:none; opacity:0;-webkit-transform:translate3d(0,0,0) scale(.4);-moz-transform:translate3d(0,0,0) scale(.4);-ms-transform:translate3d(0,0,0) scale(.4);-o-transform:translate3d(0,0,0) scale(.4);transform:translate3d(0,0,0) scale(.4);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .3s,opacity .3s;-moz-transition:-moz-transform .3s,opacity .3s;transition:transform .3s,opacity .3s}.cd-testimonials-all .cd-author{text-align:left;margin-left:1.5em}.cd-testimonials-all .cd-author img{box-shadow:0 0 0 transparent}.cd-testimonials-all.is-visible{visibility:visible;opacity:1;-webkit-transition:opacity .3s 0s,visibility 0s 0s;-moz-transition:opacity .3s 0s,visibility 0s 0s;transition:opacity .3s 0s,visibility 0s 0s}.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper{-webkit-overflow-scrolling:touch}.cd-testimonials-all.is-visible .cd-testimonials-item{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);-moz-transform:translate3d(0,0,0) scale(1);-ms-transform:translate3d(0,0,0) scale(1);-o-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}@media only screen and (min-width:768px){.cd-testimonials-all .cd-testimonials-item{width:46%;margin:0 2% 0}.cd-testimonials-all .cd-author{margin-left:1em}}@media only screen and (min-width:1170px){.cd-testimonials-all .cd-testimonials-item{width:46%;margin:0 1.6666% 0}}.close-btn{position:fixed;display:block;width:40px;height:40px;top:10px;right:5%;overflow:hidden}.close-btn::after,.close-btn::before{content:'';position:absolute;display:inline-block;width:2px;height:24px;top:8px;left:19px;background-color:#39393c}.close-btn::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.close-btn::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.cd-testimonials-wrapper .testimonial{ margin-bottom:0;}





/*------------------------------------------------------------------

PROGRESS BAR

-------------------------------------------------------------------*/
.ui-progressbar {height: 2em;text-align: left;overflow: hidden;}
.ui-progressbar .ui-progressbar-value {margin: -1px;height: 100%;}
.ui-progressbar .ui-progressbar-overlay {background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height: 100%;filter: alpha(opacity=25);opacity: 0.25;}
.ui-progressbar-indeterminate .ui-progressbar-value {background-image: none;}
.ui-resizable {position: relative;}
.ui-resizable-handle {position: absolute;font-size: 0.1px;display: block;-ms-touch-action: none;	touch-action: none;}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {display: none;}
.ui-resizable-n {cursor: n-resize;height: 7px;width: 100%;top: -5px;left: 0;}
.ui-resizable-s {cursor: s-resize;height: 7px;width: 100%;bottom: -5px;left: 0;}
.ui-resizable-e {cursor: e-resize;width: 7px;right: -5px;top: 0;height: 100%;}
.ui-resizable-w {cursor: w-resize;width: 7px;left: -5px;top: 0;height: 100%;}
.ui-resizable-se {cursor: se-resize;width: 12px;height: 12px;right: 1px;bottom: 1px;}
.ui-resizable-sw {cursor: sw-resize;width: 9px;height: 9px;left: -5px;bottom: -5px;}
.ui-resizable-nw {cursor: nw-resize;width: 9px;height: 9px;left: -5px;top: -5px;}
.ui-resizable-ne {cursor: ne-resize;	width: 9px;height: 9px;right: -5px;top: -5px;}
.ui-slider {position: relative;text-align: left;}
.ui-slider .ui-slider-handle {position: absolute;z-index: 2;width: 23px;height: 23px;border-radius:100%;cursor: default;-ms-touch-action: none;touch-action: none;}
.ui-slider .ui-slider-range {position: absolute;z-index: 1;font-size: .7em;display: block;border: 0;background-position: 0 0;}
.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {filter: inherit;}
.ui-slider-horizontal {height: .6em;}
.ui-slider-horizontal .ui-slider-handle {top: -6px;margin-left: -.6em;cursor: pointer;}
.ui-slider-horizontal .ui-slider-range {top: 0;height: 100%;}
.ui-slider-horizontal .ui-slider-range-min {left: 0;}
.ui-slider-horizontal .ui-slider-range-max {right: 0;}
.ui-widget {font-family: Verdana,Arial,sans-serif;font-size: 1.1em;}
.ui-widget .ui-widget {font-size: 1em;}
.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {font-family: Verdana,Arial,sans-serif;font-size: 1em;}
.ui-widget-content {border:0;background: #ececec;-moz-box-shadow:    inset 0 3px 1px 0 #cbcbcb;   -webkit-box-shadow: inset 0 3px 1px 0 #cbcbcb;   box-shadow:         inset 0 3px 1px 0 #cbcbcb;color: #222222;	border-radius: 10px;}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {border:0;background: url(../images/slider-pointer.png) no-repeat;font-weight: normal;color: #555555;}
.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {color: #555555;text-decoration: none;}
.price-range{ margin:27px 0 0;}
.price-range input[type="text"], .price-range p{ max-width:138px; padding:0; height:29px; font-size:14px; color:#5e5e5e; float:right; border:1px solid #e0e0e0; border-radius:1px; text-align:center;}
.price-range p{ float:left; padding:0 30px; margin:0;}


/*------------------------------------------------------------------

RESPONSIVE SLIDES

-------------------------------------------------------------------*/
.rslides {position: relative;list-style: none; overflow: hidden;padding: 0;margin: 0;}
.rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0;}
.rslides li:first-child { position: relative; display: block; float: left;}
.rslides img {display: block;height: auto;float: left;width: 100%;max-width: 533px;border: 0;padding:5px; border:1px solid #dadada; border-radius:2px; margin-bottom:7px;}
.rslides_tabs li{ float:left; list-style:none;}
.rslides_tabs img{ padding:5px; border:1px solid #dadada; border-radius:2px;margin:0 7px 7px 0;}
.logos{padding-top: 38px;}
.logos ul.rslides img{ padding:0; border:0;width:auto; float:none; margin:0 auto;  
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
.logos ul.rslides img:hover{ filter:none;-webkit-filter:none;}
.rslides_tabs.img-slider-pager{ position:relative; bottom:0;}
.rslides_tabs.img-slider-pager li{ float:left; margin:0;}
.rslides_tabs.img-slider-pager li a, .rslides_tabs.img-slider-pager li.rslides_here a{ width:auto; height:auto; background:none;}
.fajar-digital-agency img, .fajar-digital-agency img{ background:#fff;}
.boxed-social{border:1px solid #e0e0e0;list-style:none;}
.boxed-social li{float:left; width:33.3%;font-family: "Open Sans",sans-serif;}
.boxed-social li a{display:block; padding:20px 34px 24px;color: #222222;border-right:1px solid #e0e0e0;font-size: 16px;}
.boxed-social li:last-child a{border:0;}
.boxed-social li a i{border: 1px solid #222222;border-radius: 100%; color: #222222; float:left; height: 49px;line-height: 47px;text-align: center;width: 49px;	margin-right:13px;font-size: 20px;}
.boxed-social li a.facebook:hover{color: #456098;}
.boxed-social li a.facebook:hover i{background:#456098; border-color: #456098;color: #456098; color: #fff;}
.boxed-social li a.twitter:hover{color: #2991d6;}
.boxed-social li a.twitter:hover i{background:#2991d6; border-color: #2991d6;color: #2991d6; color: #fff;}
.boxed-social li a.pinterest:hover{color: #a92020;}
.boxed-social li a.pinterest:hover i{background:#a92020; border-color: #a92020;color: #a92020; color: #fff;}


/*------------------------------------------------------------------

EASY RESPONSIVE TABS

-------------------------------------------------------------------*/
ul.resp-tabs-list {margin: 0px;padding: 0px;}
.resp-tabs-list li { font-weight: 400;display: inline-block; padding: 0;margin: 0;list-style: none;cursor: pointer;}
.resp-tab-item  a:hover, .resp-tab-active a, .resp-tab-item a:hover span{ color:#fff;}
.resp-tab-active  a, .resp-tab-active a span{ color:#fff !important;}
.resp-tabs-container {padding: 0px;background-color: #fff;clear: left;}
h2.resp-accordion {cursor: pointer;padding: 5px;display: none;}
.resp-tab-content { display: none;padding: 0;}
.resp-tab-active { border-bottom: none; padding: 0 !important;color:#fff; border-color:#2991d6}
.resp-tab-active a{ color:#fff;}
.resp-content-active, .resp-accordion-active { display: block;}
h2.resp-accordion { font-size: 20px; border-bottom: 1px solid #e3e3e3; border-top: 0px solid #e3e3e3; margin: 0px; padding: 15px;}
h2.resp-tab-active { border-bottom: 0px solid #e3e3e3 !important; margin-bottom: 0px !important; padding: 15px !important;}
h2.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important; background: blue;}
/*-----------Vertical tabs-----------*/
.resp-vtabs{ padding:120px 0 75px !important;}
.resp-vtabs ul.resp-tabs-list { float: left;width: 30%;border: 1px solid #d2d2d2;border-right:0;}
.resp-vtabs .resp-tabs-list li { display: block; padding: 19px 29px 19px !important; margin: 0; cursor: pointer;float: none;border-bottom: 1px solid #d2d2d2;}
.resp-vtabs .resp-tabs-container { padding: 0px; background-color: #fff; border: 1px solid #d2d2d2; float: left; width: 68%; min-height: 250px; clear: none;}
.resp-vtabs .resp-tab-content { border: none;padding:42px 38px;}
.resp-vtabs .resp-tab-content  h3{font-size:32px;}
.resp-vtabs li.resp-tab-active { background-color: #fff; position: relative; z-index: 1; margin-right:-1px;}
.resp-arrow { width: 0;height: 0; float: right; margin-top: 3px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 12px solid #c1c1c1;}
h2.resp-tab-active span.resp-arrow {border: none; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 12px solid #fff;}
.cart-list { border: 1px solid #d2d2d2; height: auto; padding: 30px; width: 100%;margin-bottom:30px;}
.cart-list h2{border-bottom:1px solid #d2d2d2; font-size:32px;margin-bottom: 30px; padding-bottom: 22px;}
.cart-bar { line-height: 40px; width: 100%;padding-bottom:6px;border-bottom:1px solid #d2d2d2;}
.cart-product-heading, .cart-product {float: left;font-size: 19px;font-weight: 600;width: 50%;}
.cart-price-heading, .cart-quantity-heading, .cart-total-heading, .cart-price, .cart-quantity, .cart-total {float: left;font-size: 19px;font-weight: 600;width: 13.628%;	text-align: center;}
.cart-bar-list { line-height: 128px;padding:25px 0 15px;width: 100%;border-bottom: 1px solid #d2d2d2;font-family: "Open Sans",sans-serif;}
.cart-bar-list:last-child{ border-bottom:0;}
.cart-bar-list .item-counter { width:110px;}
.cart-bar-list .item-counter span{ width:30px;font-weight: 300;}
.cart-bar-list .item-counter input.items-total{font-weight: 300;}
.cart-product{padding-top:10px;text-align:left;line-height:128px;height:128px;}
.cart-product img{margin-right:10px;	display:block;}
.cart-product h4{font-size: 16px;font-weight: 300; margin: 38px 0 0;}
.cart-price, .cart-quantity, .cart-total, .product-remove {height:128px;font-size: 16px;}
.cart-price .amount, .cart-total .amount{font-weight: 300;}
.cart-quantity .item-counter{margin:0 auto;float:none;display:inline-flex;}
.product-remove{ width:40px;float: left;height: auto;margin-top: 40px;}
.product-remove span{cursor:pointer;width:38px;height:38px; line-height: 33px;text-align:center;border:1px solid #7b7b7b;border-radius:100%;	display:block;}
.cart-buttons-widget, .enter-coupon-widget{border: 1px solid #d2d2d2;padding: 30px;margin-bottom:30px;}
.enter-coupon-widget input{ margin-bottom:0;}
.enter-coupon-widget .btn{ display:block; padding:16px 40px;}
.cart-buttons-widget .btn{ display:block; padding:16px 20px;}
.cart-shipping{padding:30px;border: 1px solid #d2d2d2;}
.cart-shipping h4{border-bottom:1px solid #d2d2d2; font-size:32px;margin-bottom: 40px; padding-bottom: 22px;}
.cart-shipping .selector{width:100% !important;margin-bottom:20px;}
.cart-shipping input[type="text"]{margin-right:0;width:100%;}
.cart-total-amount label{margin-bottom: 15px;font-family: "Open Sans",sans-serif;font-weight:600;}
.order-total{border-bottom:1px solid #d2d2d2;border-top:1px solid #d2d2d2;padding:21px 0 5px;margin-top: 15px;}
.cart-total-amount label.pull-right{font-weight:300;}
.map{ height:710px; background:#ccc;}
.contact-form input[type="text"], .contact-us input[type="email"], .contact-us input[type="number"], .contact-us input, .contact-form [type="tel"], .contact-form textarea{ border-radius:5px; border:1px solid #bfbfbf; resize:none; padding:0 10px; font-size:14px;}
.contact-form textarea{ padding:10px; height:200px; width:100%; margin-bottom:10px;}
.contact-form .btn{ border-radius:5px;}
.contact-form .row{ margin:0 -5px;}
.contact-form .col-md-6{ padding:0 5px;}





/*------------------------------------------------------------------

ANIMATIONS

-------------------------------------------------------------------*/
.animated{-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-moz-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-o-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.animated.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash}@-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)}}@-o-keyframes shake{0%,100%{-o-transform:translateX(0)}10%,30%,50%,70%,90%{-o-transform:translateX(-10px)}20%,40%,60%,80%{-o-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)}}.animated.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@-moz-keyframes bounce{0%,100%,20%,50%,80%{-moz-transform:translateY(0)}40%{-moz-transform:translateY(-30px)}60%{-moz-transform:translateY(-15px)}}@-o-keyframes bounce{0%,100%,20%,50%,80%{-o-transform:translateY(0)}40%{-o-transform:translateY(-30px)}60%{-o-transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.animated.bounce{-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce}@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(.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(.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(.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(.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)}}.animated.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada}@-webkit-keyframes swing{100%,20%,40%,60%,80%{-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 swing{20%{-moz-transform:rotate(15deg)}40%{-moz-transform:rotate(-10deg)}60%{-moz-transform:rotate(5deg)}80%{-moz-transform:rotate(-5deg)}100%{-moz-transform:rotate(0deg)}}@-o-keyframes swing{20%{-o-transform:rotate(15deg)}40%{-o-transform:rotate(-10deg)}60%{-o-transform:rotate(5deg)}80%{-o-transform:rotate(-5deg)}100%{-o-transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.animated.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes wobble{0%{-moz-transform:translateX(0)}15%{-moz-transform:translateX(-25%) rotate(-5deg)}30%{-moz-transform:translateX(20%) rotate(3deg)}45%{-moz-transform:translateX(-15%) rotate(-3deg)}60%{-moz-transform:translateX(10%) rotate(2deg)}75%{-moz-transform:translateX(-5%) rotate(-1deg)}100%{-moz-transform:translateX(0)}}@-o-keyframes wobble{0%{-o-transform:translateX(0)}15%{-o-transform:translateX(-25%) rotate(-5deg)}30%{-o-transform:translateX(20%) rotate(3deg)}45%{-o-transform:translateX(-15%) rotate(-3deg)}60%{-o-transform:translateX(10%) rotate(2deg)}75%{-o-transform:translateX(-5%) rotate(-1deg)}100%{-o-transform:translateX(0)}}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0)}}.animated.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in}}@-moz-keyframes flip{0%{-moz-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-moz-animation-timing-function:ease-out}40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-moz-animation-timing-function:ease-out}50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-moz-animation-timing-function:ease-in}80%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-moz-animation-timing-function:ease-in}100%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-moz-animation-timing-function:ease-in}}@-o-keyframes flip{0%{-o-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-o-animation-timing-function:ease-out}40%{-o-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-o-animation-timing-function:ease-out}50%{-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-o-animation-timing-function:ease-in}80%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-o-animation-timing-function:ease-in}100%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-o-animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function:ease-in}100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible!important;-webkit-animation-name:flip;-moz-backface-visibility:visible!important;-moz-animation-name:flip;-o-backface-visibility:visible!important;-o-animation-name:flip;backface-visibility:visible!important;animation-name:flip}@-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}}.animated.flipInX{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible!important;-moz-animation-name:flipInX;-o-backface-visibility:visible!important;-o-animation-name:flipInX;backface-visibility:visible!important;animation-name:flipInX}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@-moz-keyframes flipOutX{0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}}@-o-keyframes flipOutX{0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.animated.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible!important;-o-animation-name:flipOutX;-o-backface-visibility:visible!important;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}}@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-moz-transform:perspective(400px) rotateY(-10deg)}70%{-moz-transform:perspective(400px) rotateY(10deg)}100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1}}@-o-keyframes flipInY{0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-o-transform:perspective(400px) rotateY(-10deg)}70%{-o-transform:perspective(400px) rotateY(10deg)}100%{-o-transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}.animated.flipInY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInY;-moz-backface-visibility:visible!important;-moz-animation-name:flipInY;-o-backface-visibility:visible!important;-o-animation-name:flipInY;backface-visibility:visible!important;animation-name:flipInY}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}}@-moz-keyframes flipOutY{0%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}}@-o-keyframes flipOutY{0%{-o-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}.animated.flipOutY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipOutY;-moz-backface-visibility:visible!important;-moz-animation-name:flipOutY;-o-backface-visibility:visible!important;-o-animation-name:flipOutY;backface-visibility:visible!important;animation-name:flipOutY}@-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}}.animated.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}@-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)}}.animated.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}@-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)}}.animated.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-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)}}.animated.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}@-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)}}.animated.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUpBig{0%{opacity:0;-moz-transform:translateY(2000px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUpBig{0%{opacity:0;-o-transform:translateY(2000px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}.animated.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDownBig{0%{opacity:0;-moz-transform:translateY(-2000px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDownBig{0%{opacity:0;-o-transform:translateY(-2000px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}.animated.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeftBig{0%{opacity:0;-moz-transform:translateX(-2000px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeftBig{0%{opacity:0;-o-transform:translateX(-2000px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}.animated.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRightBig{0%{opacity:0;-moz-transform:translateX(2000px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRightBig{0%{opacity:0;-o-transform:translateX(2000px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}.animated.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-o-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.animated.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px)}}@-moz-keyframes fadeOutUp{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-20px)}}@-o-keyframes fadeOutUp{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}.animated.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px)}}@-moz-keyframes fadeOutDown{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(20px)}}@-o-keyframes fadeOutDown{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}.animated.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px)}}@-moz-keyframes fadeOutLeft{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-20px)}}@-o-keyframes fadeOutLeft{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}.animated.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px)}}@-moz-keyframes fadeOutRight{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(20px)}}@-o-keyframes fadeOutRight{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}.animated.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes fadeOutUpBig{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes fadeOutUpBig{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.animated.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;-moz-animation-name:fadeOutUpBig;-o-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@-moz-keyframes fadeOutDownBig{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(2000px)}}@-o-keyframes fadeOutDownBig{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}.animated.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;-moz-animation-name:fadeOutDownBig;-o-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes fadeOutLeftBig{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes fadeOutLeftBig{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.animated.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;-moz-animation-name:fadeOutLeftBig;-o-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes fadeOutRightBig{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes fadeOutRightBig{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.animated.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;-moz-animation-name:fadeOutRightBig;-o-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-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)}}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes slideInDown{0%{opacity:0;-moz-transform:translateY(-2000px)}100%{-moz-transform:translateY(0)}}@-o-keyframes slideInDown{0%{opacity:0;-o-transform:translateY(-2000px)}100%{-o-transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}100%{transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;-moz-animation-name:slideInDown;-o-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes slideInLeft{0%{opacity:0;-moz-transform:translateX(-2000px)}100%{-moz-transform:translateX(0)}}@-o-keyframes slideInLeft{0%{opacity:0;-o-transform:translateX(-2000px)}100%{-o-transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}100%{transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;-moz-animation-name:slideInLeft;-o-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes slideInRight{0%{opacity:0;-moz-transform:translateX(2000px)}100%{-moz-transform:translateX(0)}}@-o-keyframes slideInRight{0%{opacity:0;-o-transform:translateX(2000px)}100%{-o-transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}100%{transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;-moz-animation-name:slideInRight;-o-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes slideOutLeft{0%{-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes slideOutLeft{0%{-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;-moz-animation-name:slideOutLeft;-o-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes slideOutRight{0%{-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes slideOutRight{0%{-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes slideOutRight{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;-moz-animation-name:slideOutRight;-o-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes slideOutUp{0%{-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes slideOutUp{0%{-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes slideOutUp{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;-moz-animation-name:slideOutUp;-o-animation-name:slideOutUp;animation-name:slideOutUp}.animated.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInUp{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 bounceInUp{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 bounceInUp{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 bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}.animated.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp}@-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)}}.animated.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px)}80%{-webkit-transform:translateX(-10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px)}60%{opacity:1;-moz-transform:translateX(30px)}80%{-moz-transform:translateX(-10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px)}60%{opacity:1;-o-transform:translateX(30px)}80%{-o-transform:translateX(-10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.animated.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px)}80%{-webkit-transform:translateX(10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInRight{0%{opacity:0;-moz-transform:translateX(2000px)}60%{opacity:1;-moz-transform:translateX(-30px)}80%{-moz-transform:translateX(10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInRight{0%{opacity:0;-o-transform:translateX(2000px)}60%{opacity:1;-o-transform:translateX(-30px)}80%{-o-transform:translateX(10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}.animated.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1)}25%{-webkit-transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3)}}@-moz-keyframes bounceOut{0%{-moz-transform:scale(1)}25%{-moz-transform:scale(.95)}50%{opacity:1;-moz-transform:scale(1.1)}100%{opacity:0;-moz-transform:scale(.3)}}@-o-keyframes bounceOut{0%{-o-transform:scale(1)}25%{-o-transform:scale(.95)}50%{opacity:1;-o-transform:scale(1.1)}100%{opacity:0;-o-transform:scale(.3)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(.3)}}.animated.bounceOut{-webkit-animation-name:bounceOut;-moz-animation-name:bounceOut;-o-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes bounceOutUp{0%{-moz-transform:translateY(0)}20%{opacity:1;-moz-transform:translateY(20px)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes bounceOutUp{0%{-o-transform:translateY(0)}20%{opacity:1;-o-transform:translateY(20px)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}.animated.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@-moz-keyframes bounceOutDown{0%{-moz-transform:translateY(0)}20%{opacity:1;-moz-transform:translateY(-20px)}100%{opacity:0;-moz-transform:translateY(2000px)}}@-o-keyframes bounceOutDown{0%{-o-transform:translateY(0)}20%{opacity:1;-o-transform:translateY(-20px)}100%{opacity:0;-o-transform:translateY(2000px)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}.animated.bounceOutDown{-webkit-animation-name:bounceOutDown;-moz-animation-name:bounceOutDown;-o-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes bounceOutLeft{0%{-moz-transform:translateX(0)}20%{opacity:1;-moz-transform:translateX(20px)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes bounceOutLeft{0%{-o-transform:translateX(0)}20%{opacity:1;-o-transform:translateX(20px)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}.animated.bounceOutLeft{-webkit-animation-name:bounceOutLeft;-moz-animation-name:bounceOutLeft;-o-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes bounceOutRight{0%{-moz-transform:translateX(0)}20%{opacity:1;-moz-transform:translateX(-20px)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes bounceOutRight{0%{-o-transform:translateX(0)}20%{opacity:1;-o-transform:translateX(-20px)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}.animated.bounceOutRight{-webkit-animation-name:bounceOutRight;-moz-animation-name:bounceOutRight;-o-animation-name:bounceOutRight;animation-name:bounceOutRight}@-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}}.animated.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn}@-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}}.animated.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-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}}.animated.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-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}}.animated.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-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}}.animated.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0}}@-moz-keyframes rotateOut{0%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:center center;-moz-transform:rotate(200deg);opacity:0}}@-o-keyframes rotateOut{0%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:center center;-o-transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}.animated.rotateOut{-webkit-animation-name:rotateOut;-moz-animation-name:rotateOut;-o-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}}@-moz-keyframes rotateOutUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0}}@-o-keyframes rotateOutUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.animated.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;-moz-animation-name:rotateOutUpLeft;-o-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}}@-moz-keyframes rotateOutDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0}}@-o-keyframes rotateOutDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.animated.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;-moz-animation-name:rotateOutDownLeft;-o-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}}@-moz-keyframes rotateOutUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0}}@-o-keyframes rotateOutUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.animated.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;-moz-animation-name:rotateOutUpRight;-o-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}}@-moz-keyframes rotateOutDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0}}@-o-keyframes rotateOutDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.animated.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;-moz-animation-name:rotateOutDownRight;-o-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);opacity:0}}@-moz-keyframes hinge{0%{-moz-transform:rotate(0);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}20%,60%{-moz-transform:rotate(80deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}40%{-moz-transform:rotate(60deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}80%{-moz-transform:rotate(60deg) translateY(0);opacity:1;-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}100%{-moz-transform:translateY(700px);opacity:0}}@-o-keyframes hinge{0%{-o-transform:rotate(0);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}20%,60%{-o-transform:rotate(80deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}40%{-o-transform:rotate(60deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}80%{-o-transform:rotate(60deg) translateY(0);opacity:1;-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}100%{-o-transform:translateY(700px);opacity:0}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}.animated.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0deg)}}@-moz-keyframes rollIn{0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-moz-transform:translateX(0) rotate(0deg)}}@-o-keyframes rollIn{0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-o-transform:translateX(0) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0) rotate(0deg)}}.animated.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg)}}@-moz-keyframes rollOut{0%{opacity:1;-moz-transform:translateX(0) rotate(0deg)}100%{opacity:0;-moz-transform:translateX(100%) rotate(120deg)}}@-o-keyframes rollOut{0%{opacity:1;-o-transform:translateX(0) rotate(0deg)}100%{opacity:0;-o-transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}.animated.rollOut{-webkit-animation-name:rollOut;-moz-animation-name:rollOut;-o-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0deg);opacity:1}}@-moz-keyframes lightSpeedIn{0%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-moz-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-moz-transform:translateX(0) skewX(-15deg);opacity:1}100%{-moz-transform:translateX(0) skewX(0deg);opacity:1}}@-o-keyframes lightSpeedIn{0%{-o-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-o-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-o-transform:translateX(0) skewX(-15deg);opacity:1}100%{-o-transform:translateX(0) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}100%{transform:translateX(0) skewX(0deg);opacity:1}}.animated.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}}@-moz-keyframes lightSpeedOut{0%{-moz-transform:translateX(0) skewX(0deg);opacity:1}100%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0}}@-o-keyframes lightSpeedOut{0%{-o-transform:translateX(0) skewX(0deg);opacity:1}100%{-o-transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}.animated.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.25s;-moz-animation-duration:.25s;-o-animation-duration:.25s;animation-duration:.25s}






/*------------------------------------------------------------------

CANVAS JS TOOLTIP

-------------------------------------------------------------------*/
.canvasjs-tooltip{ border:0 !important;}
.canvasjs-tooltip div{ background:#000 !important; color:#fff !important;border:0 !important; padding:4px 20px!important;}
.canvasjs-tooltip div:after {top: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(0, 0, 0, 0);border-top-color: #000;border-width: 6px;margin-left: -6px;}
.chart-widget p{ font-size:16px; line-height:21px;margin-top: 10px;}
@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
[Theme Color Stylesheet]

Project:	Advisor

-------------------------------------------------------------------*/





/* ----------------------------------------------------------------
    common classes
-----------------------------------------------------------------*/
a { color: #09a223;}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{ color:#09a223;}

.color-default{ color:#09a223 !important;}
.btn-link { color: #09a223;}
#header .main-nav li a:hover, #header .main-nav li.active a{ /*border-color:#09a223*/}
#header .search-container .search button{ color:#09a223;}
#header .search-container .search input[type="text"]:focus{ border-color:#09a223;}
.no-touch .cd-slider-nav a:hover {background-color: #09a223;}
.cd-slider-nav .cd-marker {background-color: #09a223;}
#footer a:hover{ color:#09a223;}
.btn-primary { background-color: #09a223;}
.owl-dots .owl-dot.active{background-color: #09a223;}
.counter span{ color:#09a223;}
.service-box, .service-box.two:hover, .service-box.three:hover{ border-color:#09a223;}
.service-box i{ color:#09a223;}
.toggle .toggle-heading a i{ color:#09a223; border-color:#09a223;}
.meet-advisors-content h3{ color:#09a223;}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor{background-color: #09a223;}
#header .main-nav li.dropdown ul.dropdown-menu li a:hover, #header .main-nav li.dropdown ul.dropdown-menu li.active a{ background-color:#09a223;}
.cd-slider-nav li .slide-number{ background-color:#09a223;}
.cd-slider-nav li.selected .slide-number, .cd-slider-nav li:hover .slide-number{ color:#09a223;}
#header.header-two .header-contact-widget li i{ color:#09a223;}
#header.header-two .header-contact-widget li p a:hover{ color:#09a223;}
.breadcrumbs li a:hover{ color:#09a223;}
.blog-item .blog-content h3 a:hover{ color:#09a223;}
.blog-item .blog-meta li a:hover{color:#09a223;}
.categories li a:hover{color:#09a223;}
.tags li a:hover {color:#09a223; border-color:#09a223;}
.popular-post h4 a:hover {color:#09a223;}
.search {background-color: #09a223;}
.search .search-icon:hover i {color:#09a223;}
.blog-item-classic .blog-content a.btn-link, .blog-item .blog-content a.btn-link{border-color:#09a223;}
.blog-item-classic .blog-content h3 a:hover{ color:#09a223;}
.news-paggination li a:hover{ color:#09a223;}
.company-history li .year{ color:#09a223}
.company-history li .history-content:before{ background-color:#09a223}
.team-member h4{ color:#09a223}
.list-bullets li:before{ background:#09a223;}
.left-nav li a:hover, .left-nav li a.active{ border-color:#09a223;}
.help-widget{ background-color:#09a223;}
.product-description h3 a:hover{ color:#09a223;}
.product-description .product-cart-btn:hover, .product-description .product-detail-btn:hover{ color:#09a223;}
.product-thumb label{ background:#09a223;}
.ui-slider-horizontal .ui-slider-range{ background:#09a223;}
.top-products .top-products-detail i{ color:#09a223;}
.top-products .top-products-detail h4 a:hover{ color:#09a223;}
.ratings i{ color:#09a223;}
.resp-vtabs li.resp-tab-active{color:#09a223;}
.resp-tab-active { background:#09a223;}
.cart-total .amount{color:#09a223;}
.banner-btn.colored{ background:#09a223;}
.map-with-address-widget a:hover{ color:#09a223;}
blockquote{ border-color:#09a223;}
.cases-filter-nav li a:hover, .cases-filter-nav li a.selected{ background:#09a223;}
.product-detail-slider .rslides_tabs li.rslides_here a{background:#09a223}
.review-form-close:hover{ background:#09a223;}
.btn.btn-dark:hover{ background:#09a223;}

.btn-primary:hover  {background-color: #047f19;}
a:hover, a:focus, .btn-link:hover, .btn-link:focus { color:#047f19;}

.icon-img-1{ background-image:url(../images/color-scheme/green/icon1.png);}
.icon-img-2{ background-image:url(../images/color-scheme/green/icon2.png);}
.icon-img-3{ background-image:url(../images/color-scheme/green/icon3.png);}
.icon-img-4{ background-image:url(../images/color-scheme/green/icon10.png);}
.icon-img-5{ background-image:url(../images/color-scheme/green/icon5.png);}
.icon-img-6{ background-image:url(../images/color-scheme/green/icon6.png);}
.icon-img-7{ background-image:url(../images/color-scheme/green/icon7.png);}
.icon-img-8{ background-image:url(../images/color-scheme/green/icon8.png);}
.icon-img-9{ background-image:url(../images/color-scheme/green/icon9.png);}

#footer .usefull-links-widget li a:hover{ background-image:url(../images/color-scheme/green/dot-h.png)}
aside .testimonial-content{ background-image:url(../images/color-scheme/green/testimonial-pointer2.png)}

.highlighted-sec li:nth-child(1n+1) .text-box{ background:#09a223;}
.highlighted-sec li:nth-child(2n+2) .text-box{ background:#0dab28;}
.highlighted-sec li:nth-child(3n+3) .text-box{ background:#0fb52b;}
.highlighted-sec li:nth-child(4n+4) .text-box{ background:#11c02f;}
.highlighted-sec li:nth-child(5n+5) .text-box{ background:#13c932;}
.highlighted-sec li:nth-child(6n+6) .text-box{ background:#0fd330;}


.services.highlighted .owl-item:nth-child(3n+1) .service-box{ background:#09a223;}
.services.highlighted .owl-item:nth-child(3n+2) .service-box{ background:#068e1d;}
.services.highlighted .owl-item:nth-child(3n+3) .service-box{ background:#07811c;}


.cases-item figcaption{ background:rgba(9,162,35,0.80);}


#header .top-bar:after, #header .top-bar{ background:#3a2c5f;}
#header .top-bar:before, #header .top-bar p, #header .top-bar p:after{ background:#483a6d;}
#header.header-two .main-nav{ background:#3a2c5f}
.smallHeader.active #header.header-two{ background:#3a2c5f !important;}

.testimonial-2 .testimonials-author p{color:#09a223;}
#header.header-three .main-nav li a:hover, #header.header-three .main-nav li.active > a{color:#09a223;}
 /* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .cd-header {
    height: 70px;
    background-color: transparent;
  }
}

#cd-logo {
  float: left;
  margin: 13px 0 0 5%;
}
#cd-logo img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 23px 0 0 5%;
  }
}

.cd-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../assets/cd-icon-menu.svg") no-repeat center center;
}
.cd-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-primary-nav ul.is-visible {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-primary-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #21272c;
  border-top: 1px solid #333c44;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
  }
  .cd-primary-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-primary-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-primary-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-primary-nav a {
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
  }
}

/* -------------------------------- 

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  padding:0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider {
  position: relative;
  height: 360px;
  overflow: hidden;
  list-style:none;
}
.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
@media only screen and (min-width: 768px) {
  .cd-hero-slider {
/*    height: 376px;*/
	height: 535px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
   /* height: 500px; previous 680px*/
   padding-top: 160px;
  }
}

/* -------------------------------- 

Single slide style

-------------------------------- */
.cd-hero-slider li {
  background-position: center center;
/*  background-size: cover;*/
  background-repeat: no-repeat;
}
.cd-hero-slider li:first-of-type {
  background-color: #ccc;
  background-image: url("../images/main-banner/1/1.jpg");
}
.cd-hero-slider li:nth-of-type(2) {
  background-color: #ccc;
  background-image: url("../images/main-banner/1/2.jpg");
}
.cd-hero-slider li:nth-of-type(3) {
  background-color: #ccc;
  background-image: url("../images/main-banner/1/3.jpg");
}
.cd-hero-slider li:nth-of-type(4) {
  background-color: #ccc;
  background-image: url("../images/main-banner/1/TDAP-23.jpg");
}
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 100px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none;
}
.cd-hero-slider .cd-img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cd-hero-slider .cd-bg-video-wrapper video {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider h2, .cd-hero-slider p {
  margin: 0 auto 14px;
  color: #000;
  width: 100%;
}
.cd-hero-slider h2 {
  font-size: 2.4rem;
}
.cd-hero-slider p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.cd-hero-slider .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(212, 68, 87, 0.9);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-hero-slider .cd-btn.secondary {
  background-color: rgba(22, 26, 30, 0.8);
}
.cd-hero-slider .cd-btn:nth-of-type(2) {
  margin-left: 1em;
}
.no-touch .cd-hero-slider .cd-btn:hover {
  background-color: #d44457;
}
.no-touch .cd-hero-slider .cd-btn.secondary:hover {
  background-color: #161a1e;
}
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 150px;
  }
  .cd-hero-slider .cd-bg-video-wrapper {
    display: block;
  }
  .cd-hero-slider .cd-half-width {
    width: 45%;
  }
  .cd-hero-slider .cd-half-width:first-of-type {
    left: 5%;
  }
  .cd-hero-slider .cd-half-width:nth-of-type(2) {
    right: 5%;
    left: auto;
  }
  .cd-hero-slider .cd-img-container {
    display: block;
  }
  .cd-hero-slider h2 {
    font-size: 2.4em;
    font-weight: 300;
  }
  .cd-hero-slider .cd-btn {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 220px;
	display: none;
  }
  .header-transparent .cd-hero-slider .cd-full-width,
  .header-transparent .cd-hero-slider .cd-half-width {
    padding-top: 300px;
  }
  .cd-hero-slider h2, .cd-hero-slider p {
    margin-bottom: 15px;
  }
  .cd-hero-slider h2 {
    font-size: 48px;
  }
  .cd-hero-slider p {
    font-size: 18px;
	color:#121212;
	/*font-family: "Montserrat",sans-serif;*/
	margin-bottom:30px;
  }
}

/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .cd-hero-slider .move-left .cd-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }
  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected h2 {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected p {
    -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
    -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
  }
  .cd-hero-slider li.selected .cd-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
  }
}
/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 75px;
  background-color: #fff;
  border-bottom:2px solid #cdcfd3;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(230,232,236,1);
  -moz-box-shadow: 0px 1px 0px 0px rgba(230,232,236,1);
  box-shadow: 0px 1px 0px 0px rgba(230,232,236,1);
}
.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
  height: 100%;
}
.cd-slider-nav nav {
  display: inline-block;
  position: relative;
  padding:0;
}
.cd-slider-nav .cd-marker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 100%;
  color: #fff;
  -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
  -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cd-slider-nav .cd-marker.item-2 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-slider-nav .cd-marker.item-3 {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.cd-slider-nav .cd-marker.item-4 {
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%);
}
.cd-slider-nav .cd-marker.item-5 {
  -webkit-transform: translateX(400%);
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -o-transform: translateX(400%);
  transform: translateX(400%);
}
.cd-slider-nav ul::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-nav li {
  display: inline-block;
  width: 60px;
  float: left;
}
.cd-slider-nav li.selected a {
  color: #fff;
}
.no-touch .cd-slider-nav li.selected a:hover {
  background-color: transparent;
}
.cd-slider-nav a {
  display: block;
  position: relative;
  padding-top: 35px;
  font-size: 1rem;
  font-weight: 700;
  color: #a8b4be;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-slider-nav a::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 105px;
  top: 0;
  left:0;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e3dfdc;
}
.cd-slider-nav li:last-child a::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 105px;
  top: 0;
  right:0;
  left: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e3dfdc;
}
.cd-slider-nav li .slide-number{
	float:left;
	width:46px;
	height:46px;
	font-size:22px;
	line-height: 45px;
	border-radius:100%;
	color:#fff;
	margin-right:10px;
	text-align:center;
	cursor:pointer;
}
.cd-slider-nav li.selected .slide-number, .cd-slider-nav li:hover .slide-number{
	background:#fff;
}
.no-touch .cd-slider-nav a:hover {
  color: #fff;
}
.cd-slider-nav li:first-of-type a::before {
  background-position: 0 0;
}
.cd-slider-nav li.selected:first-of-type a::before {
  background-position: 0 -24px;
}
.cd-slider-nav li:nth-of-type(2) a::before {
  background-position: -24px 0;
}
.cd-slider-nav li.selected:nth-of-type(2) a::before {
  background-position: -24px -24px;
}
.cd-slider-nav li:nth-of-type(3) a::before {
  background-position: -48px 0;
}
.cd-slider-nav li.selected:nth-of-type(3) a::before {
  background-position: -48px -24px;
}
.cd-slider-nav li:nth-of-type(4) a::before {
  background-position: -72px 0;
}
.cd-slider-nav li.selected:nth-of-type(4) a::before {
  background-position: -72px -24px;
}
.cd-slider-nav li:nth-of-type(5) a::before {
  background-position: -96px 0;
}
.cd-slider-nav li.selected:nth-of-type(5) a::before {
  background-position: -96px -24px;
}
@media only screen and (min-width: 768px) {
  .cd-slider-nav {
    height: 105px;
  }
  .cd-slider-nav .cd-marker,
  .cd-slider-nav li {
    width: 25%;
  }
  .cd-slider-nav a {
    padding: 30px 20px;
    font-size: 19px;
	color:#121212;
    text-transform: none;
	text-align:left;
  }
  .cd-slider-nav a  span{
    display:block;
	font-size:14px;
	/*font-family: "Open Sans",sans-serif;*/
	font-weight: 400;
  }
  .cd-slider-nav a::before {
    top: 0;
  }
  .cd-slider-nav li:hover a, .cd-slider-nav li.selected a{ border-color:transparent;}
}

/* -------------------------------- 

Main content

-------------------------------- */
.cd-main-content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2em 0;
}
.cd-main-content p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #999999;
  margin: 2em 0;
}
@media only screen and (min-width: 1170px) {
  .cd-main-content {
    padding: 3em 0;
  }
  .cd-main-content p {
    font-size: 1.6rem;
  }
}
.cd-hero-slider .cd-full-width .btn{
	margin:0 3px;
}
/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none;
}
.no-js .cd-hero-slider li.selected {
  display: block;
}

.no-js .cd-slider-nav {
  display: none;
}

@media (min-width: 320px){
.main-text-slider{ font-size:8px;}
.sub-text-slider{ font-size:7px;}


}
@media (max-width: 360px){
.main-text-slider{ font-size:8px;}
.sub-text-slider{ font-size:7px;}
.cd-slider-nav ul li a{padding:5px; }

}
@media (min-width: 412px){
.main-text-slider{ font-size:8px;}
.sub-text-slider{ font-size:7px;}
}

@media (max-width: 640px){
.cd-hero-slider li:first-of-type {
  background-color: #ccc;
  background-image: url("../images/main-banner/1/mobile-banner-1.jpg");
}
.cd-hero-slider li:nth-of-type(2) {
  background-color: #ccc;
  background-image: url("../images/main-banner/1/mobile-banner-2.jpg");
}
.cd-hero-slider li:nth-of-type(3) {
  background-color: #ccc;
  background-image: url("../images/main-banner/1/mobile-banner-3.jpg");
}
.cd-hero-slider li:nth-of-type(4) {
  background-color: #ccc;
  background-image: url("../images/main-banner/1/mobile-banner-4.jpg");
}

}


@media (min-width: 1024px){
.main-text-slider{ font-size:19px;}
.sub-text-slider{ font-size:10px;}
}
@media (min-width: 768px) and (max-width: 991px) {
.top-bar { display:none;}
#header .logo{ margin:14px 0 10px !important; border:0;}
#header .search-btn{ height:42px;font-size: 24px;}
#header{ position:relative;}
#header .top-bar:before{ background:#323946;}
#header .main-nav li a i { width: auto; padding-left: 2px;}
.request-a-callback-content, .request-a-callback-form {float: none; min-height: 0;padding: 40px; width: auto;}
.meet-our-advisors .classic-arrows .owl-nav{ margin:20px 0 0;}
.cd-slider-nav li .slide-number{ display:none;}
.cd-slider-nav a{ padding:20px;font-size: 18px;}
.funfacts .funfacts-inner {padding: 40px;}
.image-list-classic { margin-bottom:30px;}
.image-list-classic li{ float:none !important; margin:10px 0 !important;}
.image-list-classic li img{ width:100%;}
/*#header .main-nav { float: left;}*/
#header .main-nav li{ margin:0 7px;}
#header .main-nav li a{ line-height:normal; padding:22px 0; font-size:15.5px;}
#header .search-btn{ margin-top:71px !important;}
#header .search-btn a{ padding-top:5px;}
#footer .footer-logo:after {right: -15px; top: 17px;}
#footer .footer-left, #footer .footer-right {float: none;width: auto;}
#footer .height-50{ height:20px;}
#footer .usefull-links-widget h4, #footer .twitter-widget h4 { margin-bottom: 6px;padding-bottom: 0;}
#footer .twitter-widget { padding-right: 0;}
#footer .newsletter-widget { margin-top: 40px; padding: 30px 29px 20px;}
.cd-slider-nav { height: 114px;}
.cd-slider-nav a:before{ height:114px;}
.meet-our-advisors .classic-arrows .owl-nav{ margin:20px 0 0;}
.meet-advisors-content { padding: 20px 0 0;}
.contact-us-bar, .contact-us-bar .text-right{ text-align:center;}
.contact-us-bar .btn{ margin-top:15px;}
.different-services{ padding-top:150px; height:550px;}
#header.header-two .main-nav li a{ padding-left:5px;padding-right:5px;}
#header.header-two .main-nav li { margin: 0 5px;}
#header .search-btn, #header.header-two .search-btn { margin-top: 8px !important;}
.highlighted-sec li{ width:50%;}
.cases-filter-nav li a{ padding:14px 15px 13px;}
.cases-item{ margin-bottom:20px;}
.map{ height:600px;}
.blog-item-classic .blog-content{ padding-top:0;}
.blog-item-classic .blog-content .blog-date{ padding-bottom:15px;}
.blog-item-classic { padding-top: 20px;}
.blog-item-classic:nth-child(2n+2) .col-md-6:nth-child(2n+1){ float:none !important;}
.comment-respond{ margin-top:30px;}
.sidebar-widget {padding: 30px 0 0;}
.sidebar-widget h3 {margin-bottom: 10px;}
.rslides img{ max-width:none;}
.review-form-close{ right:-20px;}
.cart-buttons-widget .btn, .enter-coupon-widget .btn{ margin:10px 0;}
.cart-product-heading, .cart-product{ width:40%;}
.cart-price-heading, .cart-quantity-heading, .cart-total-heading, .cart-price, .cart-quantity, .cart-total{ width:17%;}
#header.header-two .header-contact-widget li{ padding-top:5px;}
#header .logo, #header.header-two .logo{ float:none; display:block; text-align:center;}
.funfacts{ background-size:cover;height: 450px;}
.funfacts .col-md-3:nth-child(2n+2) .counter:after, .funfacts .col-sm-6:nth-child(2n+2) .counter:after{ display:none;}
.testimonial .rating { position: relative; top: -60px;}
.product-detail-slider{ margin-bottom:25px;}
/*#div-mobile{margin-top:170px;}*/
}

@media (min-width: 992px) and (max-width: 1199px) {
#header .top-bar p {font-size: 14px; padding: 9px 10px;}
#header .top-bar ul li { font-size: 13px; margin: 15px 20px 14px;}
#header .main-nav li {margin: 0 4px;}
#header .main-nav li a i { width: 15px;}
#header .main-nav li a{ font-size:14px;}
.cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width {padding-top: 230px;}
.meet-our-advisors .classic-arrows .owl-nav{ margin-top:30px;}
.cd-slider-nav a{ font-size:17px;}
.cd-slider-nav a span{ font-size:13px;}
#header.header-two .header-contact-widget li{ padding-right:15px;}
#header.header-two .header-contact-widget li p{ font-size:14px;}
.highlighted-sec .text-box {min-height: 355px;}
.boxed-social li a{ padding-left:15px; padding-right:15px;}
.product-detail-btn i{ margin-right:2px;}
.product-description .product-cart-btn, .product-description .product-detail-btn{ font-size:12px;}
.product-description h3 { font-size: 17px;}
.review-form-close{ right:-20px;}
.cart-buttons-widget .btn, .enter-coupon-widget .btn, .cart-shipping .btn{ font-size:12px;}
.enter-coupon-widget input.btn[type="submit"] {padding: 16px 40px 10px;}
.cart-buttons-widget .btn, .enter-coupon-widget .btn, .cart-shipping .btn{ padding-left:21px; padding-right:21px;}
#footer .footer-top .col-md-3{ width:24%;}
#footer .footer-top .col-md-9{ width:76%;}
}

@media (min-width: 1024px){
/*.menu-bar {padding: 0 0 0 150px !important; background: #2B478C !important;}*/
/*.fixed-header.smallHeader .menu-bar { padding: 0 0 0 150px !important;}*/
}

@media (min-width: 768px){
	.table-mobile-heading{ display:none;}.tp-rightarrow.default, .tp-leftarrow.default{ opacity:1 !important;}.doing-the-right-text{ font-size:33px;}
}

@media (min-width: 1170px){#footer .footer-top .col-md-3{ width:20%;}#footer .footer-top .col-md-9{ width:80%;}}

@media (max-width: 767px) {

#header { position:relative;}

#header .top-bar, #header .top-bar-simple{ display:none;}

#header .search-btn, #header .logo{ margin:10px 0 !important; border:0;}

#header .search-btn{ width:40px;}

#header .search-btn{ height:42px;font-size: 24px;}

.navbar-toggle .icon-bar{border-bottom: 3px solid #333;}

.navbar-toggle{ margin:0px 0 0;}

#header .main-nav{ width:100%;padding: 0 0 10px; background:#fff;}

#header .main-nav li{ float:none;}

#header .main-nav li a{ line-height:normal !important;font-size: 14px; padding:10px 0 !important; color:#333;border-top: 1px solid #f1f1f1 !important;}

#header .main-nav .dropdown-menu{ float:none;position: relative; border:0; margin:0; padding:0;}

#header .main-nav .dropdown-menu li a{ padding-left:20px!important; background:none !important;}

#header .main-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu{ left:0;position: relative;}

#header .main-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a{ padding-left:50px;}

#header .main-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i{ margin-top:-22px;}

#header .main-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a{ padding-left:35px!important;}

.smallHeader #header{ position:relative; top:0;}

.cd-hero-slider .btn{ height:38px; padding:8px 20px 7px; font-size:13px;}

.cd-hero-slider .btn:hover:before{ top:9px;}

#footer .footer-logo:after {right: -15px; top: 17px;}

#footer .footer-left, #footer .footer-right {float: none;width: auto;}

#footer .height-50{ height:20px;}

#footer .usefull-links-widget h4, #footer .twitter-widget h4 { margin-bottom: 6px;padding-bottom: 0;}

#footer .twitter-widget { padding-right: 0;}

#footer .newsletter-widget { margin-top: 40px; padding: 30px 29px 20px;}

.request-a-callback-content, .request-a-callback-form {float: none; min-height: 0;padding: 40px; width: auto;background-size: 90px auto;}

.meet-our-advisors .classic-arrows .owl-nav{ margin:20px 0 0;}

.meet-advisors-content { padding: 20px 0 0;}

.meet-advisors-content h3, .meet-advisors-content p { margin-bottom: 15px;}

section { padding: 30px 0;}

.cd-slider-nav a{ font-size:5px; padding-top:0;}

.cd-slider-nav li .slide-number{ background: none !important; border-radius: 0; color: #000;font-size: 15px; height: 54px; line-height: 55px; margin: 0;width: 59px;}

.cd-slider-nav li a:hover .slide-number, .cd-slider-nav li.selected .slide-number{ color:#fff;}

.cd-slider-nav a:before, .cd-slider-nav li:last-child a:after{ height:55px;}

.owl-item .image-and-text-box { padding: 0;}

.image-and-text-box .bordered-thumb{ margin-left:0; margin-right:0;}

.funfacts{ height:auto; margin:0 0 -20px; background-size:cover;}

.funfacts .counter span {font-size: 50px;}

.funfacts .funfacts-inner {padding: 40px;}

.funfacts .counter:after{ background:none;}

/*.different-services{ padding-top:100px;}*/

.funfacts.overlap-top{ margin:0;}

.different-services{ padding:135px 0; height:auto;}

.services { margin: 0;}

.image-list-classic { margin:30px 0;}

.image-list-classic li{ float:none !important; margin:10px 0 !important;}

.image-list-classic li img{ width:100%;}

.contact-us-bar, .contact-us-bar .text-right{ text-align:center;}

.contact-us-bar .btn{ margin-top:15px;}

.contact-us-bar h4 {font-size: 18px; line-height: 24px;}

.owl-item .service-box{ margin:0;}

#header.header-two .header-contact-widget{ display:none;}

#header.header-two .main-nav{ background:none;}

#header.header-two .main-nav li {display: block; margin: 0;  text-align: left;}

#header .main-nav li a i{ background: #f9f9f9;float: right;height: 27px;line-height: 27px; margin-top: -5px;text-align: center;width: 40px;}

.tp-rightarrow.default, .tp-leftarrow.default{ display:none !important;}

#header.header-two .main-nav{ margin:0;}

h1, .h1, h2, .h2, h3, .h3{ font-size:24px;}

.text-box{ margin-bottom:30px;}

.highlighted-sec li{ width:100%;}

.cases-filter-nav li{ display:block; margin:1px 0;}

.cases-container li{ width:100%;}

.cases-item figcaption{ font-size:20px;}

.cases-item{ margin-bottom:20px;}

.map{ height:400px;}

.blog-item-classic .blog-content{ padding-top:0;}

.blog-item-classic .blog-content .blog-date{ padding-bottom:15px;}

.blog-item-classic { padding-top: 20px;}

.blog-item-classic:nth-child(2n+2) .col-md-6:nth-child(2n+1){ float:none !important;}

.comment-respond{ margin-top:30px;}

.sidebar-widget {padding: 30px 0 0;}

.sidebar-widget h3 {margin-bottom: 10px;}

.shop-list li { width: 49.5%;}

.shop .sidebar-widget{ margin-bottom:0;}

.resp-tabs-list{ display:none;}

h2.resp-accordion{ display:block;}

.resp-vtabs .resp-tabs-container{ width:100%; min-height:1px;}

.review-form-close{ right:0;}

.resp-vtabs .resp-tab-content h3 { font-size: 26px;}

.resp-vtabs .resp-tab-content{ padding:20px;}

.resp-vtabs .resp-tab-content p{ font-size:14px; line-height:25px;}

.boxed-social li a{ font-size:0; text-align:center; padding:10px;}

.boxed-social li a i{ float:none; margin-right:0; display:inline-block;}

.rslides img{ max-width:none;}

.cart-list h2{ font-size:26px;}

.cart-product-heading, .cart-product, .cart-price-heading, .cart-quantity-heading, .cart-total-heading, .cart-price, .cart-quantity, .cart-total{ float:none; width:100%; text-align:center;height: auto;line-height: normal;}

.cart-product h4{ margin:0;}

.cart-bar-list{ position:relative;}

.product-remove{ position:absolute; right:0; top:60px;}

.cart-bar{ display:none;}

.cart-buttons-widget .btn, .enter-coupon-widget .btn{ margin:10px 0;}

.table-mobile-heading { background: #f9f9f9; margin: 10px 0; padding: 10px;}

.product-remove{ margin-top:48px;}

.blog-item .blog-meta li{ font-size:14px;}

.blog-item .blog-meta li img { margin-top: 3px; width: 30px;}

.blog-item .blog-content h3 { font-size: 24px;}

.blog-item .blog-thumbnail, .blog-item .blog-meta { margin-bottom: 20px;}

.owl-dots{ padding-top:20px;}

.funfacts h2{ margin-bottom:10px;}

.testimonial .rating { position: relative; top: -60px;}

.product-detail-slider{ margin-bottom:25px;}

.cart-product .pull-left{ float:none !important;}

.cart-product img{ margin:0 auto 10px;}

.quries-img{ width:150px; float:left; margin:29px 20px 0 0;}

.header-links{ display:none;}

#header.header-three .main-nav{ padding:0;}

.header .logo img{width:80%;}

}




@media (min-width: 768px) and (max-width: 991px) {

.header-links, #header.header-three .main-nav{ float:none; text-align:center; padding:0;}

.header-links li, #header.header-three  .main-nav li{ float:none; display:inline-block;}





}

/* HEADER 3 */

@media (min-width: 992px) and (max-width: 1800px) {

.header-links{ margin-top:10px;position: relative;top: 12px;}

#header.header-three  .main-nav li a{ line-height:39px;}

#header.header-three .main-nav{ float:right;}

#header.header-three .main-nav li a { font-size: 16px;}

.fixed-header.smallHeader #header.header-three .header-links { margin-top: -56px;}

}

@media (min-width: 1801px){

.fixed-header.smallHeader #header.header-three  .logo{ margin:13px 30px 0;}

.fixed-header.smallHeader #header.header-three  .main-nav{ padding-top:5px;}

.fixed-header.smallHeader #header.header-three  .header-links{ margin-top:16px;}

}


@media (min-width: 1600px) {.menu-bar{background:#1e4689; height: 50px; padding: 14px 0 0 360px !important;}
}

@media (min-width: 1366px) {.menu-bar{background:#2B478C; height: 50px; padding: 14px 0 0 350px !important;}
}

@media (min-width: 1200px) {.menu-bar{background:#2B478C; height: 50px; padding: 14px 0 0 350px !important;}
}

/*@media (min-width: 1024px) {.menu-bar{background:#1e4689; height: 50px; padding: 14px 0 0 55px;}
}*/

@media (max-width: 768px){
#header .search-btn{margin-top: 44px;}
/*.navbar-toggle{margin-top: 44px;}*/
}

@media only screen and (min-width: 635px) and (max-width: 640px){

.advisor-overlay ul li{width: 105px !important; height: 20px; margin-right:10px; color:#fff;}

.heading.animate.bounceIn{margin-top: 50px;}

.link-boxes{width: 565px!important; top: -60px;}

.link-boxes-2{width: 565px!important; top: -90px;}

.link-boxes-3{width: 565px!important; top: -120px;}

.link-boxes-4{width: 565px!important; top: -150px;}

.flag-image{margin-top: -340px;}

.about-tdap{margin-top: 40px;}

.nav{background: #fff;padding: 0 0 0 20px;}

.menu-bar {padding: 14px 0 0 50px !important;}

#header .logo img{/*margin-top: -80px;*/z-index: -999;}

.event-description .tbk__title{font-size: 20px !important;}

.event-description .tbk__subtitle{font-size: 13px !important;line-height: 20px !important;}	

.international-evnts_heading{margin-top:10px !important;}

.event-description img{margin:10px; width: 20% !important;}



}

@media (max-width: 640px){

.advisor-overlay ul li p{font-size:12px;    line-height: 18px;}

#header .search-btn{margin-top: 44px !important;}

.request-a-callback-content p, .footer-top p{text-align:justify;}

.heading.animate.bounceIn{margin-top: 50px;}

.flag-image{margin-top: -340px;}

.about-tdap{margin-top: 40px;}

}

@media (max-width: 590px) {

body{ min-width:320px; font-size:16px;}

input[type="text"], input[type="email"], input[type="number"], input[type="password"]{ height:44px;}

#footer .footer-logo { float: left;max-width: 100px; margin-right:20px;}

#footer .footer-logo:after{ display:none;}

#footer .footer-address-widget ul li, #footer .footer-address-widget ul li:nth-child(2){ float:none; width:auto; margin:10px 0;}

#footer .footer-address-widget{ padding:10px 20px;}

#footer .footer-top p { line-height: 25px;}

#footer .footer-address-widget ul li span, #footer .footer-address-widget ul li a { font-size: 15px;}

#footer .usefull-links-widget li a, #footer .twitter-widget .tweet p, #footer .footer-top p{font-size: 15px;}

#footer .footer-top {padding: 20px 0;}

.footer-bottom p{ text-align:center; padding:5px 0;}

#footer .footer-bottom{ padding:10px 0;}

#footer .newsletter-widget .social{ margin-top:30px;}

#header .logo{ max-width:150px;}

#header .logo{ margin-top:14px !important;}

/*.navbar-toggle { margin-top: 14px;}*/

#header .search-btn a{ font-size:24px;}

.partner img{ float:none; margin:0 auto 20px;}

.partner .partner-content{ padding:0; text-align:center;}

.subpage-header {padding: 40px 0;}

.subpage-header .btn.get-in-touch { font-size: 0; padding: 16px 0 11px 41px;position: relative;}

.subpage-header .btn.get-in-touch i{ border:0; padding:17px 10px;}

.site-title h2, .breadcrumbs{ float:none;}

.breadcrumbs { margin-top: 10px;}

.site-title h2:after{ content:"";}

.company-history li .year { margin-left: 20px;font-size: 20px;}

.company-history li .history-content { margin-left: 0;padding: 40px 0 10px 20px;}

.company-history li .history-content h4{ font-size:20px;}

.company-history li .history-content:before{ top:10px;}

.map, .map-with-address-widget .map{ height:250px;}

.map-with-address-widget .map{ margin-bottom:20px;}

.get-directions{ margin:10px 0;}

.comment-reply{ position:relative;}

.nav-tabs > li {float: none;margin: 4px 0;}

.shop-list{ margin:0; padding:0; width:100%;}

.shop-list li { width: 100%; padding:0}

.cart-list h2{ font-size:20px;}

#header .search-container .search {left: 30px; margin-left: 0; margin-right: 0; right: 30px; width: auto;}

#header .search-container label{ font-size:25px; line-height:normal;}

#header .search-container .search input[type="text"]{ font-size:20px; height:40px;}

#header .search-container .search button { font-size: 20px;  right: 20px;  top: 0;}

.testimonial .text-right{ text-align:left;}

.testimonial .rating { left: 95px; top: -10px;}

.rating > li{ width:auto;}

.selectboxit-container span, .selectboxit-container .selectboxit-options a, .selectboxit-container .selectboxit{ height:44px; line-height:44px;}

.btn{ height:43px;line-height: 10px;}

.btn:hover:before {line-height: 10px;}

.btn i{ top:14px;}

.btn.get-in-touch i{ line-height:9px;}

.video-widget a { height: 62px;line-height: 59px; margin: -31px 0 0 -31px; width: 62px;}

.cd-hero-slider .btn{ line-height:21px;}

.cd-hero-slider .btn:hover{ line-height:9em;}

.cd-hero-slider .btn:hover:before{ line-height:21px;}

.blog-item-classic .blog-content h3, .blog-item-classic .blog-content h3 a{ font-size:22px;}

.blog-item .blog-thumbnail .owl-nav div { height: 38px; margin-top: -18px; width: 38px;background-size: 70px auto;}

.blog-review{ text-align:center;}

.blog-review img{ float:none; margin-bottom:5px;}

.blog-review-content{ padding-left:0;}

.comment-avartar > img {height: auto;width: 40px;}

.comment-content-wrapper {padding-left: 54px;}

.comment-respond h3 { margin-bottom: 20px;}

.item-counter{ margin-bottom:20px;}

#header .search-btn{margin-top: 44px !important;}

/*.navbar-toggle{margin-top: 44px ;}*/

}

@media (max-width: 450px) {.quries-img{ width:100%; margin:0 0 15px 0;}}

@media only screen and (max-width: 414px){
/*	#div-mobile {margin-top: 170px;}	*/
}

@media only screen and (max-width: 375px){
/*	#div-mobile {margin-top: 170px;}	*/
}


@media (max-width: 360px){

.link-boxes{width: 290px;top: -58px;}

.link-boxes-2{width: 290px;top: -97px;}

.link-boxes-3{width: 290px;top: -130px;}

.link-boxes-4{width: 290px;top: -163px;}

.flag-image, .about-tdap{margin-top: -340px;}

.different-services p, .bg-yellow p{text-align:justify;}

.about-tdap{margin-top: 20px;}

.advisor-overlay ul li{width: 55px;height:20px; margin-right:10px; color:#fff;} 

.advisor-overlay ul li p{font-size:12px;line-height: 18px;}

.nav {background: #fff;padding: 0 0 0 20px;}

/*.menu-bar { padding: 14px 0 0 50px !important;}

#header .logo img{margin-top: -240px; z-index: -999;}	*/	

#header .logo img{

margin-top: 0px;

    z-index: -999;

    width: 175px;

    margin-bottom: 10px;}

.event-description .tbk__title{	 font-size: 20px !important;}	

.event-description .tbk__subtitle { font-size: 13px !important;  line-height: 20px !important;}

.international-evnts_heading{margin-top:10px !important;}

}

@media only screen and (max-width: 320px) and (max-width: 360px){

/*.advisor-overlay ul li{width: 45px !important; height: 20px; margin-right:10px; color:#fff;}

.link-boxes{width: 270px!important; top: -210px;}

.link-boxes-2{width: 270px!important; top: -250px;}

.link-boxes-3{width: 270px!important; top: -290px;}

.link-boxes-4{width: 270px!important; top: -320px;}

.cd-slider-nav li{width: 100px !important;}

.cd-slider-nav .cd-marker { width: 100px !important;}

.nav { background: #fff; padding: 0 0 0 20px;}

#header .logo img{margin-top: 0px; z-index: -999;}

.event-description .tbk__title{	font-size: 20px !important;}	

.event-description .tbk__subtitle {font-size: 13px !important;line-height: 20px !important;}	
*/
}
	

@media (min-width: 320px){
/*.about-sec{max-height:100% !important;}
.heading.animate.bounceIn{margin-top: 20px;}*/
}
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?w33dbp');
    src:    url('../fonts/icomoon.eot?w33dbp#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?w33dbp') format('truetype'),
        url('../fonts/icomoon.woff?w33dbp') format('woff'),
        url('../fonts/icomoon.svg?w33dbp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-chat-1:before {
    content: "\e900";
}
.icon-design-float-1:before {
    content: "\e901";
}
.icon-facebook-1:before {
    content: "\e902";
}
.icon-google:before {
    content: "\e903";
}
.icon-icons20:before {
    content: "\e904";
}
.icon-icons74:before {
    content: "\e905";
}
.icon-icons152:before {
    content: "\e906";
}
.icon-icons176:before {
    content: "\e907";
}
.icon-icons180:before {
    content: "\e908";
}
.icon-icons185:before {
    content: "\e909";
}
.icon-icons240:before {
    content: "\e90a";
}
.icon-settingsstreamline-1:before {
    content: "\e90b";
}
.icon-telephone114:before {
    content: "\e90c";
}
.icon-twitter-1:before {
    content: "\e90d";
}
.icon-vimeo2:before {
    content: "\e90e";
}
.icon-mobile:before {
    content: "\e000";
}
.icon-laptop:before {
    content: "\e001";
}
.icon-desktop:before {
    content: "\e002";
}
.icon-tablet:before {
    content: "\e003";
}
.icon-phone:before {
    content: "\e004";
}
.icon-document:before {
    content: "\e005";
}
.icon-documents:before {
    content: "\e006";
}
.icon-search:before {
    content: "\e007";
}
.icon-clipboard:before {
    content: "\e008";
}
.icon-newspaper:before {
    content: "\e009";
}
.icon-notebook:before {
    content: "\e00a";
}
.icon-book-open:before {
    content: "\e00b";
}
.icon-browser:before {
    content: "\e00c";
}
.icon-calendar:before {
    content: "\e00d";
}
.icon-presentation:before {
    content: "\e00e";
}
.icon-picture:before {
    content: "\e00f";
}
.icon-pictures:before {
    content: "\e010";
}
.icon-video:before {
    content: "\e011";
}
.icon-camera:before {
    content: "\e012";
}
.icon-printer:before {
    content: "\e013";
}
.icon-toolbox:before {
    content: "\e014";
}
.icon-briefcase:before {
    content: "\e015";
}
.icon-wallet:before {
    content: "\e016";
}
.icon-gift:before {
    content: "\e017";
}
.icon-bargraph:before {
    content: "\e018";
}
.icon-grid:before {
    content: "\e019";
}
.icon-expand:before {
    content: "\e01a";
}
.icon-focus:before {
    content: "\e01b";
}
.icon-edit:before {
    content: "\e01c";
}
.icon-adjustments:before {
    content: "\e01d";
}
.icon-ribbon:before {
    content: "\e01e";
}
.icon-hourglass:before {
    content: "\e01f";
}
.icon-lock:before {
    content: "\e020";
}
.icon-megaphone:before {
    content: "\e021";
}
.icon-shield:before {
    content: "\e022";
}
.icon-trophy:before {
    content: "\e023";
}
.icon-flag:before {
    content: "\e024";
}
.icon-map:before {
    content: "\e025";
}
.icon-puzzle:before {
    content: "\e026";
}
.icon-basket:before {
    content: "\e027";
}
.icon-envelope:before {
    content: "\e028";
}
.icon-streetsign:before {
    content: "\e029";
}
.icon-telescope:before {
    content: "\e02a";
}
.icon-gears:before {
    content: "\e02b";
}
.icon-key:before {
    content: "\e02c";
}
.icon-paperclip:before {
    content: "\e02d";
}
.icon-attachment:before {
    content: "\e02e";
}
.icon-pricetags:before {
    content: "\e02f";
}
.icon-lightbulb:before {
    content: "\e030";
}
.icon-layers:before {
    content: "\e031";
}
.icon-pencil:before {
    content: "\e032";
}
.icon-tools:before {
    content: "\e033";
}
.icon-tools-2:before {
    content: "\e034";
}
.icon-scissors:before {
    content: "\e035";
}
.icon-paintbrush:before {
    content: "\e036";
}
.icon-magnifying-glass:before {
    content: "\e037";
}
.icon-circle-compass:before {
    content: "\e038";
}
.icon-linegraph:before {
    content: "\e039";
}
.icon-mic:before {
    content: "\e03a";
}
.icon-strategy:before {
    content: "\e03b";
}
.icon-beaker:before {
    content: "\e03c";
}
.icon-caution:before {
    content: "\e03d";
}
.icon-recycle:before {
    content: "\e03e";
}
.icon-anchor:before {
    content: "\e03f";
}
.icon-profile-male:before {
    content: "\e040";
}
.icon-profile-female:before {
    content: "\e041";
}
.icon-bike:before {
    content: "\e042";
}
.icon-wine:before {
    content: "\e043";
}
.icon-hotairballoon:before {
    content: "\e044";
}
.icon-globe:before {
    content: "\e045";
}
.icon-genius:before {
    content: "\e046";
}
.icon-map-pin:before {
    content: "\e047";
}
.icon-dial:before {
    content: "\e048";
}
.icon-chat:before {
    content: "\e049";
}
.icon-heart:before {
    content: "\e04a";
}
.icon-cloud:before {
    content: "\e04b";
}
.icon-upload:before {
    content: "\e04c";
}
.icon-download:before {
    content: "\e04d";
}
.icon-target:before {
    content: "\e04e";
}
.icon-hazardous:before {
    content: "\e04f";
}
.icon-piechart:before {
    content: "\e050";
}
.icon-speedometer:before {
    content: "\e051";
}
.icon-global:before {
    content: "\e052";
}
.icon-compass:before {
    content: "\e053";
}
.icon-lifesaver:before {
    content: "\e054";
}
.icon-clock:before {
    content: "\e055";
}
.icon-aperture:before {
    content: "\e056";
}
.icon-quote:before {
    content: "\e057";
}
.icon-scope:before {
    content: "\e058";
}
.icon-alarmclock:before {
    content: "\e059";
}
.icon-refresh:before {
    content: "\e05a";
}
.icon-happy:before {
    content: "\e05b";
}
.icon-sad:before {
    content: "\e05c";
}
.icon-facebook:before {
    content: "\e05d";
}
.icon-twitter:before {
    content: "\e05e";
}
.icon-googleplus:before {
    content: "\e05f";
}
.icon-rss:before {
    content: "\e060";
}
.icon-tumblr:before {
    content: "\e061";
}
.icon-linkedin:before {
    content: "\e062";
}
.icon-dribbble:before {
    content: "\e063";
}
.icon-heart2:before {
    content: "\e62b";
}
.icon-cloud2:before {
    content: "\e62c";
}
.icon-star:before {
    content: "\e62d";
}
.icon-tv:before {
    content: "\e62e";
}
.icon-sound:before {
    content: "\e62f";
}
.icon-video2:before {
    content: "\e630";
}
.icon-trash:before {
    content: "\e631";
}
.icon-user:before {
    content: "\e632";
}
.icon-key3:before {
    content: "\e633";
}
.icon-search2:before {
    content: "\e634";
}
.icon-settings:before {
    content: "\e635";
}
.icon-camera2:before {
    content: "\e636";
}
.icon-tag:before {
    content: "\e637";
}
.icon-lock2:before {
    content: "\e638";
}
.icon-bulb:before {
    content: "\e639";
}
.icon-pen:before {
    content: "\e63a";
}
.icon-diamond:before {
    content: "\e63b";
}
.icon-display:before {
    content: "\e63c";
}
.icon-location:before {
    content: "\e63d";
}
.icon-eye:before {
    content: "\e63e";
}
.icon-bubble:before {
    content: "\e63f";
}
.icon-stack:before {
    content: "\e640";
}
.icon-cup:before {
    content: "\e641";
}
.icon-phone2:before {
    content: "\e642";
}
.icon-news:before {
    content: "\e643";
}
.icon-mail:before {
    content: "\e644";
}
.icon-like:before {
    content: "\e645";
}
.icon-photo:before {
    content: "\e646";
}
.icon-note:before {
    content: "\e647";
}
.icon-clock3:before {
    content: "\e648";
}
.icon-paperplane:before {
    content: "\e649";
}
.icon-params:before {
    content: "\e64a";
}
.icon-banknote:before {
    content: "\e64b";
}
.icon-data:before {
    content: "\e64c";
}
.icon-music:before {
    content: "\e64d";
}
.icon-megaphone2:before {
    content: "\e64e";
}
.icon-study:before {
    content: "\e64f";
}
.icon-lab:before {
    content: "\e650";
}
.icon-food:before {
    content: "\e651";
}
.icon-t-shirt:before {
    content: "\e652";
}
.icon-fire:before {
    content: "\e653";
}
.icon-clip:before {
    content: "\e654";
}
.icon-shop:before {
    content: "\e655";
}
.icon-calendar2:before {
    content: "\e656";
}
.icon-wallet2:before {
    content: "\e657";
}
.icon-vynil:before {
    content: "\e658";
}
.icon-truck:before {
    content: "\e659";
}
.icon-world:before {
    content: "\e65a";
}
.icon-number:before {
    content: "\e65b";
}
.icon-number2:before {
    content: "\e65c";
}
.icon-number3:before {
    content: "\e65d";
}
.icon-number4:before {
    content: "\e65e";
}
.icon-number5:before {
    content: "\e65f";
}
.icon-number6:before {
    content: "\e660";
}
.icon-number7:before {
    content: "\e661";
}
.icon-number8:before {
    content: "\e662";
}
.icon-number9:before {
    content: "\e663";
}
.icon-number10:before {
    content: "\e664";
}
.icon-number11:before {
    content: "\e665";
}
.icon-number12:before {
    content: "\e666";
}
.icon-number13:before {
    content: "\e667";
}
.icon-number14:before {
    content: "\e668";
}
.icon-number15:before {
    content: "\e669";
}
.icon-number16:before {
    content: "\e66a";
}
.icon-number17:before {
    content: "\e66b";
}
.icon-number18:before {
    content: "\e66c";
}
.icon-number19:before {
    content: "\e66d";
}
.icon-number20:before {
    content: "\e66e";
}
.icon-quote2:before {
    content: "\e66f";
}
.icon-quote3:before {
    content: "\e670";
}
.icon-tag2:before {
    content: "\e671";
}
.icon-tag3:before {
    content: "\e672";
}
.icon-link:before {
    content: "\e673";
}
.icon-link2:before {
    content: "\e674";
}
.icon-cabinet:before {
    content: "\e675";
}
.icon-cabinet2:before {
    content: "\e676";
}
.icon-calendar3:before {
    content: "\e677";
}
.icon-calendar4:before {
    content: "\e678";
}
.icon-calendar5:before {
    content: "\e679";
}
.icon-file:before {
    content: "\e67a";
}
.icon-file2:before {
    content: "\e67b";
}
.icon-file3:before {
    content: "\e67c";
}
.icon-files:before {
    content: "\e67d";
}
.icon-phone3:before {
    content: "\e67e";
}
.icon-tablet2:before {
    content: "\e67f";
}
.icon-window:before {
    content: "\e680";
}
.icon-monitor:before {
    content: "\e681";
}
.icon-ipod:before {
    content: "\e682";
}
.icon-tv2:before {
    content: "\e683";
}
.icon-camera3:before {
    content: "\e684";
}
.icon-camera4:before {
    content: "\e685";
}
.icon-camera5:before {
    content: "\e686";
}
.icon-film:before {
    content: "\e687";
}
.icon-film2:before {
    content: "\e688";
}
.icon-film3:before {
    content: "\e689";
}
.icon-microphone:before {
    content: "\e68a";
}
.icon-microphone2:before {
    content: "\e68b";
}
.icon-microphone3:before {
    content: "\e68c";
}
.icon-drink:before {
    content: "\e68d";
}
.icon-drink3:before {
    content: "\e68e";
}
.icon-drink4:before {
    content: "\e68f";
}
.icon-drink5:before {
    content: "\e690";
}
.icon-coffee:before {
    content: "\e691";
}
.icon-mug:before {
    content: "\e692";
}
.icon-icecream:before {
    content: "\e693";
}
.icon-cake:before {
    content: "\e694";
}
.icon-inbox:before {
    content: "\e695";
}
.icon-download4:before {
    content: "\e696";
}
.icon-upload4:before {
    content: "\e697";
}
.icon-inbox2:before {
    content: "\e698";
}
.icon-checkmark:before {
    content: "\e699";
}
.icon-checkmark3:before {
    content: "\e69a";
}
.icon-cancel:before {
    content: "\e69b";
}
.icon-cancel2:before {
    content: "\e69c";
}
.icon-plus:before {
    content: "\e69d";
}
.icon-plus2:before {
    content: "\e69e";
}
.icon-minus:before {
    content: "\e69f";
}
.icon-minus2:before {
    content: "\e6a0";
}
.icon-notice:before {
    content: "\e6a1";
}
.icon-notice2:before {
    content: "\e6a2";
}
.icon-cog:before {
    content: "\e6a3";
}
.icon-cogs:before {
    content: "\e6a4";
}
.icon-cog2:before {
    content: "\e6a5";
}
.icon-warning:before {
    content: "\e6a6";
}
.icon-health:before {
    content: "\e6a7";
}
.icon-suitcase:before {
    content: "\e6a8";
}
.icon-suitcase2:before {
    content: "\e6a9";
}
.icon-suitcase3:before {
    content: "\e6aa";
}
.icon-picture2:before {
    content: "\e6ab";
}
.icon-pictures2:before {
    content: "\e6ac";
}
.icon-pictures3:before {
    content: "\e6ad";
}
.icon-android:before {
    content: "\e6ae";
}
.icon-marvin:before {
    content: "\e6af";
}
.icon-pacman:before {
    content: "\e6b0";
}
.icon-cassette:before {
    content: "\e6b1";
}
.icon-watch:before {
    content: "\e6b2";
}
.icon-chronometer:before {
    content: "\e6b3";
}
.icon-watch2:before {
    content: "\e6b4";
}
.icon-alarmclock2:before {
    content: "\e6b5";
}
.icon-time:before {
    content: "\e6b6";
}
.icon-time2:before {
    content: "\e6b7";
}
.icon-headphones:before {
    content: "\e6b8";
}
.icon-wallet3:before {
    content: "\e6b9";
}
.icon-checkmark4:before {
    content: "\e6ba";
}
.icon-cancel3:before {
    content: "\e6bb";
}
.icon-eye2:before {
    content: "\e6bc";
}
.icon-position:before {
    content: "\e6bd";
}
.icon-sitemap:before {
    content: "\e6be";
}
.icon-sitemap2:before {
    content: "\e6bf";
}
.icon-cloud3:before {
    content: "\e6c0";
}
.icon-upload5:before {
    content: "\e6c1";
}
.icon-chart:before {
    content: "\e6c2";
}
.icon-chart2:before {
    content: "\e6c3";
}
.icon-chart3:before {
    content: "\e6c4";
}
.icon-chart4:before {
    content: "\e6c5";
}
.icon-chart5:before {
    content: "\e6c6";
}
.icon-chart6:before {
    content: "\e6c7";
}
.icon-location3:before {
    content: "\e6c8";
}
.icon-download5:before {
    content: "\e6c9";
}
.icon-basket2:before {
    content: "\e6ca";
}
.icon-folder:before {
    content: "\e6cb";
}
.icon-gamepad:before {
    content: "\e6cc";
}
.icon-alarm:before {
    content: "\e6cd";
}
.icon-alarm-cancel:before {
    content: "\e6ce";
}
.icon-phone4:before {
    content: "\e6cf";
}
.icon-phone5:before {
    content: "\e6d0";
}
.icon-image:before {
    content: "\e6d1";
}
.icon-open:before {
    content: "\e6d2";
}
.icon-sale:before {
    content: "\e6d3";
}
.icon-direction:before {
    content: "\e6d4";
}
.icon-map3:before {
    content: "\e6d5";
}
.icon-trashcan:before {
    content: "\e6d6";
}
.icon-vote:before {
    content: "\e6d7";
}
.icon-graduate:before {
    content: "\e6d8";
}
.icon-lab2:before {
    content: "\e6d9";
}
.icon-tie:before {
    content: "\e6da";
}
.icon-football:before {
    content: "\e6db";
}
.icon-eightball:before {
    content: "\e6dc";
}
.icon-bowling:before {
    content: "\e6dd";
}
.icon-bowlingpin:before {
    content: "\e6de";
}
.icon-baseball:before {
    content: "\e6df";
}
.icon-soccer:before {
    content: "\e6e0";
}
.icon-3dglasses:before {
    content: "\e6e1";
}
.icon-microwave:before {
    content: "\e6e2";
}
.icon-refrigerator:before {
    content: "\e6e3";
}
.icon-oven:before {
    content: "\e6e4";
}
.icon-washingmachine:before {
    content: "\e6e5";
}
.icon-mouse:before {
    content: "\e6e6";
}
.icon-smiley:before {
    content: "\e6e7";
}
.icon-sad3:before {
    content: "\e6e8";
}
.icon-mute:before {
    content: "\e6e9";
}
.icon-hand:before {
    content: "\e6ea";
}
.icon-radio:before {
    content: "\e6eb";
}
.icon-satellite:before {
    content: "\e6ec";
}
.icon-medal:before {
    content: "\e6ed";
}
.icon-medal2:before {
    content: "\e6ee";
}
.icon-switch:before {
    content: "\e6ef";
}
.icon-key4:before {
    content: "\e6f0";
}
.icon-cord:before {
    content: "\e6f1";
}
.icon-locked:before {
    content: "\e6f2";
}
.icon-unlocked:before {
    content: "\e6f3";
}
.icon-locked2:before {
    content: "\e6f4";
}
.icon-unlocked2:before {
    content: "\e6f5";
}
.icon-magnifier:before {
    content: "\e6f6";
}
.icon-zoomin:before {
    content: "\e6f7";
}
.icon-zoomout:before {
    content: "\e6f8";
}
.icon-stack2:before {
    content: "\e6f9";
}
.icon-stack3:before {
    content: "\e6fa";
}
.icon-stack4:before {
    content: "\e6fb";
}
.icon-davidstar:before {
    content: "\e6fc";
}
.icon-cross:before {
    content: "\e6fd";
}
.icon-moonandstar:before {
    content: "\e6fe";
}
.icon-transformers:before {
    content: "\e6ff";
}
.icon-batman:before {
    content: "\e700";
}
.icon-spaceinvaders:before {
    content: "\e701";
}
.icon-skeletor:before {
    content: "\e702";
}
.icon-lamp:before {
    content: "\e703";
}
.icon-lamp2:before {
    content: "\e704";
}
.icon-umbrella:before {
    content: "\e705";
}
.icon-streetlight:before {
    content: "\e706";
}
.icon-bomb:before {
    content: "\e707";
}
.icon-archive:before {
    content: "\e708";
}
.icon-battery:before {
    content: "\e709";
}
.icon-battery2:before {
    content: "\e70a";
}
.icon-battery3:before {
    content: "\e70b";
}
.icon-battery4:before {
    content: "\e70c";
}
.icon-battery5:before {
    content: "\e70d";
}
.icon-megaphone3:before {
    content: "\e70e";
}
.icon-megaphone4:before {
    content: "\e70f";
}
.icon-patch:before {
    content: "\e710";
}
.icon-pil:before {
    content: "\e711";
}
.icon-injection:before {
    content: "\e712";
}
.icon-thermometer:before {
    content: "\e713";
}
.icon-lamp3:before {
    content: "\e714";
}
.icon-lamp4:before {
    content: "\e715";
}
.icon-lamp5:before {
    content: "\e716";
}
.icon-cube:before {
    content: "\e717";
}
.icon-box:before {
    content: "\e718";
}
.icon-box2:before {
    content: "\e719";
}
.icon-diamond2:before {
    content: "\e71a";
}
.icon-bag:before {
    content: "\e71b";
}
.icon-moneybag:before {
    content: "\e71c";
}
.icon-grid2:before {
    content: "\e71d";
}
.icon-grid3:before {
    content: "\e71e";
}
.icon-list:before {
    content: "\e71f";
}
.icon-list3:before {
    content: "\e720";
}
.icon-ruler:before {
    content: "\e721";
}
.icon-ruler2:before {
    content: "\e722";
}
.icon-layout:before {
    content: "\e723";
}
.icon-layout2:before {
    content: "\e724";
}
.icon-layout3:before {
    content: "\e725";
}
.icon-layout4:before {
    content: "\e726";
}
.icon-layout5:before {
    content: "\e727";
}
.icon-layout6:before {
    content: "\e728";
}
.icon-layout7:before {
    content: "\e729";
}
.icon-layout8:before {
    content: "\e72a";
}
.icon-layout9:before {
    content: "\e72b";
}
.icon-layout10:before {
    content: "\e72c";
}
.icon-layout11:before {
    content: "\e72d";
}
.icon-layout12:before {
    content: "\e72e";
}
.icon-layout13:before {
    content: "\e72f";
}
.icon-layout14:before {
    content: "\e730";
}
.icon-tools2:before {
    content: "\e731";
}
.icon-screwdriver:before {
    content: "\e732";
}
.icon-paint:before {
    content: "\e733";
}
.icon-hammer:before {
    content: "\e734";
}
.icon-brush:before {
    content: "\e735";
}
.icon-pen2:before {
    content: "\e736";
}
.icon-chat2:before {
    content: "\e737";
}
.icon-comments:before {
    content: "\e738";
}
.icon-chat3:before {
    content: "\e739";
}
.icon-chat4:before {
    content: "\e73a";
}
.icon-volume:before {
    content: "\e73b";
}
.icon-volume2:before {
    content: "\e73c";
}
.icon-volume3:before {
    content: "\e73d";
}
.icon-equalizer:before {
    content: "\e73e";
}
.icon-resize:before {
    content: "\e73f";
}
.icon-resize2:before {
    content: "\e740";
}
.icon-stretch:before {
    content: "\e741";
}
.icon-narrow:before {
    content: "\e742";
}
.icon-resize3:before {
    content: "\e743";
}
.icon-download6:before {
    content: "\e744";
}
.icon-calculator:before {
    content: "\e745";
}
.icon-library:before {
    content: "\e746";
}
.icon-auction:before {
    content: "\e747";
}
.icon-justice:before {
    content: "\e748";
}
.icon-stats:before {
    content: "\e749";
}
.icon-stats2:before {
    content: "\e74a";
}
.icon-attachment2:before {
    content: "\e74b";
}
.icon-hourglass2:before {
    content: "\e74c";
}
.icon-abacus:before {
    content: "\e74d";
}
.icon-pencil3:before {
    content: "\e74e";
}
.icon-pen3:before {
    content: "\e74f";
}
.icon-pin:before {
    content: "\e750";
}
.icon-pin2:before {
    content: "\e751";
}
.icon-discout:before {
    content: "\e752";
}
.icon-edit2:before {
    content: "\e753";
}
.icon-scissors2:before {
    content: "\e754";
}
.icon-profile:before {
    content: "\e755";
}
.icon-profile2:before {
    content: "\e756";
}
.icon-profile3:before {
    content: "\e757";
}
.icon-rotate:before {
    content: "\e758";
}
.icon-rotate2:before {
    content: "\e759";
}
.icon-reply:before {
    content: "\e75a";
}
.icon-forward:before {
    content: "\e75b";
}
.icon-retweet:before {
    content: "\e75c";
}
.icon-shuffle:before {
    content: "\e75d";
}
.icon-loop:before {
    content: "\e75e";
}
.icon-crop:before {
    content: "\e75f";
}
.icon-square:before {
    content: "\e760";
}
.icon-square2:before {
    content: "\e761";
}
.icon-circle:before {
    content: "\e762";
}
.icon-dollar:before {
    content: "\e763";
}
.icon-dollar2:before {
    content: "\e764";
}
.icon-coins:before {
    content: "\e765";
}
.icon-pig:before {
    content: "\e766";
}
.icon-bookmark:before {
    content: "\e767";
}
.icon-bookmark2:before {
    content: "\e768";
}
.icon-addressbook:before {
    content: "\e769";
}
.icon-addressbook2:before {
    content: "\e76a";
}
.icon-safe:before {
    content: "\e76b";
}
.icon-envelope2:before {
    content: "\e76c";
}
.icon-envelope3:before {
    content: "\e76d";
}
.icon-radioactive:before {
    content: "\e76e";
}
.icon-music2:before {
    content: "\e76f";
}
.icon-presentation2:before {
    content: "\e770";
}
.icon-male:before {
    content: "\e771";
}
.icon-female:before {
    content: "\e772";
}
.icon-aids:before {
    content: "\e773";
}
.icon-heart3:before {
    content: "\e774";
}
.icon-info:before {
    content: "\e775";
}
.icon-info2:before {
    content: "\e776";
}
.icon-piano:before {
    content: "\e777";
}
.icon-rain:before {
    content: "\e778";
}
.icon-snow:before {
    content: "\e779";
}
.icon-lightning:before {
    content: "\e77a";
}
.icon-sun:before {
    content: "\e77b";
}
.icon-moon:before {
    content: "\e77c";
}
.icon-cloudy:before {
    content: "\e77d";
}
.icon-cloudy2:before {
    content: "\e77e";
}
.icon-car:before {
    content: "\e77f";
}
.icon-bike2:before {
    content: "\e780";
}
.icon-truck2:before {
    content: "\e781";
}
.icon-bus:before {
    content: "\e782";
}
.icon-bike3:before {
    content: "\e783";
}
.icon-plane:before {
    content: "\e784";
}
.icon-paperplane2:before {
    content: "\e785";
}
.icon-rocket:before {
    content: "\e786";
}
.icon-book:before {
    content: "\e787";
}
.icon-book2:before {
    content: "\e788";
}
.icon-barcode:before {
    content: "\e789";
}
.icon-barcode2:before {
    content: "\e78a";
}
.icon-expand2:before {
    content: "\e78b";
}
.icon-collapse:before {
    content: "\e78c";
}
.icon-popout:before {
    content: "\e78d";
}
.icon-popin:before {
    content: "\e78e";
}
.icon-target2:before {
    content: "\e78f";
}
.icon-badge:before {
    content: "\e790";
}
.icon-badge2:before {
    content: "\e791";
}
.icon-ticket:before {
    content: "\e792";
}
.icon-ticket2:before {
    content: "\e793";
}
.icon-ticket3:before {
    content: "\e794";
}
.icon-microphone4:before {
    content: "\e795";
}
.icon-cone:before {
    content: "\e796";
}
.icon-blocked:before {
    content: "\e797";
}
.icon-stop:before {
    content: "\e798";
}
.icon-keyboard:before {
    content: "\e799";
}
.icon-keyboard2:before {
    content: "\e79a";
}
.icon-radio2:before {
    content: "\e79b";
}
.icon-printer2:before {
    content: "\e79c";
}
.icon-checked:before {
    content: "\e79d";
}
.icon-error:before {
    content: "\e79e";
}
.icon-add:before {
    content: "\e79f";
}
.icon-minus3:before {
    content: "\e7a0";
}
.icon-alert:before {
    content: "\e7a1";
}
.icon-pictures4:before {
    content: "\e7a2";
}
.icon-atom:before {
    content: "\e7a3";
}
.icon-eyedropper:before {
    content: "\e7a4";
}
.icon-globe2:before {
    content: "\e7a5";
}
.icon-globe3:before {
    content: "\e7a6";
}
.icon-shipping:before {
    content: "\e7a7";
}
.icon-yingyang:before {
    content: "\e7a8";
}
.icon-compass3:before {
    content: "\e7a9";
}
.icon-zip:before {
    content: "\e7aa";
}
.icon-zip2:before {
    content: "\e7ab";
}
.icon-anchor2:before {
    content: "\e7ac";
}
.icon-lockedheart:before {
    content: "\e7ad";
}
.icon-magnet:before {
    content: "\e7ae";
}
.icon-navigation:before {
    content: "\e7af";
}
.icon-tags:before {
    content: "\e7b0";
}
.icon-heart4:before {
    content: "\e7b1";
}
.icon-heart5:before {
    content: "\e7b2";
}
.icon-usb:before {
    content: "\e7b3";
}
.icon-clipboard2:before {
    content: "\e7b4";
}
.icon-clipboard3:before {
    content: "\e7b5";
}
.icon-clipboard4:before {
    content: "\e7b6";
}
.icon-switch2:before {
    content: "\e7b7";
}
.icon-ruler3:before {
    content: "\e7b8";
}
.icon-glass:before {
    content: "\f000";
}
.icon-music3:before {
    content: "\f001";
}
.icon-search3:before {
    content: "\f002";
}
.icon-envelope-o:before {
    content: "\f003";
}
.icon-heart6:before {
    content: "\f004";
}
.icon-star2:before {
    content: "\f005";
}
.icon-star-o:before {
    content: "\f006";
}
.icon-user2:before {
    content: "\f007";
}
.icon-film4:before {
    content: "\f008";
}
.icon-th-large:before {
    content: "\f009";
}
.icon-th:before {
    content: "\f00a";
}
.icon-th-list:before {
    content: "\f00b";
}
.icon-check:before {
    content: "\f00c";
}
.icon-close:before {
    content: "\f00d";
}
.icon-search-plus:before {
    content: "\f00e";
}
.icon-search-minus:before {
    content: "\f010";
}
.icon-power-off:before {
    content: "\f011";
}
.icon-signal:before {
    content: "\f012";
}
.icon-cog3:before {
    content: "\f013";
}
.icon-trash-o:before {
    content: "\f014";
}
.icon-home4:before {
    content: "\f015";
}
.icon-file-o:before {
    content: "\f016";
}
.icon-clock-o:before {
    content: "\f017";
}
.icon-road:before {
    content: "\f018";
}
.icon-download7:before {
    content: "\f019";
}
.icon-arrow-circle-o-down:before {
    content: "\f01a";
}
.icon-arrow-circle-o-up:before {
    content: "\f01b";
}
.icon-inbox3:before {
    content: "\f01c";
}
.icon-play-circle-o:before {
    content: "\f01d";
}
.icon-repeat:before {
    content: "\f01e";
}
.icon-refresh2:before {
    content: "\f021";
}
.icon-list-alt:before {
    content: "\f022";
}
.icon-lock3:before {
    content: "\f023";
}
.icon-flag2:before {
    content: "\f024";
}
.icon-headphones2:before {
    content: "\f025";
}
.icon-volume-off:before {
    content: "\f026";
}
.icon-volume-down:before {
    content: "\f027";
}
.icon-volume-up:before {
    content: "\f028";
}
.icon-qrcode:before {
    content: "\f029";
}
.icon-barcode3:before {
    content: "\f02a";
}
.icon-tag4:before {
    content: "\f02b";
}
.icon-tags2:before {
    content: "\f02c";
}
.icon-book3:before {
    content: "\f02d";
}
.icon-bookmark3:before {
    content: "\f02e";
}
.icon-print:before {
    content: "\f02f";
}
.icon-camera6:before {
    content: "\f030";
}
.icon-font:before {
    content: "\f031";
}
.icon-bold:before {
    content: "\f032";
}
.icon-italic:before {
    content: "\f033";
}
.icon-text-height:before {
    content: "\f034";
}
.icon-text-width:before {
    content: "\f035";
}
.icon-align-left:before {
    content: "\f036";
}
.icon-align-center:before {
    content: "\f037";
}
.icon-align-right:before {
    content: "\f038";
}
.icon-align-justify:before {
    content: "\f039";
}
.icon-list4:before {
    content: "\f03a";
}
.icon-dedent:before {
    content: "\f03b";
}
.icon-indent:before {
    content: "\f03c";
}
.icon-video-camera:before {
    content: "\f03d";
}
.icon-image2:before {
    content: "\f03e";
}
.icon-pencil4:before {
    content: "\f040";
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-adjust:before {
    content: "\f042";
}
.icon-tint:before {
    content: "\f043";
}
.icon-edit3:before {
    content: "\f044";
}
.icon-share-square-o:before {
    content: "\f045";
}
.icon-check-square-o:before {
    content: "\f046";
}
.icon-arrows:before {
    content: "\f047";
}
.icon-step-backward:before {
    content: "\f048";
}
.icon-fast-backward:before {
    content: "\f049";
}
.icon-backward:before {
    content: "\f04a";
}
.icon-play:before {
    content: "\f04b";
}
.icon-pause:before {
    content: "\f04c";
}
.icon-stop3:before {
    content: "\f04d";
}
.icon-forward4:before {
    content: "\f04e";
}
.icon-fast-forward:before {
    content: "\f050";
}
.icon-step-forward:before {
    content: "\f051";
}
.icon-eject:before {
    content: "\f052";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-plus-circle:before {
    content: "\f055";
}
.icon-minus-circle:before {
    content: "\f056";
}
.icon-times-circle:before {
    content: "\f057";
}
.icon-check-circle:before {
    content: "\f058";
}
.icon-question-circle:before {
    content: "\f059";
}
.icon-info-circle:before {
    content: "\f05a";
}
.icon-crosshairs:before {
    content: "\f05b";
}
.icon-times-circle-o:before {
    content: "\f05c";
}
.icon-check-circle-o:before {
    content: "\f05d";
}
.icon-ban:before {
    content: "\f05e";
}
.icon-arrow-left:before {
    content: "\f060";
}
.icon-arrow-right:before {
    content: "\f061";
}
.icon-arrow-up:before {
    content: "\f062";
}
.icon-arrow-down:before {
    content: "\f063";
}
.icon-mail-forward:before {
    content: "\f064";
}
.icon-expand3:before {
    content: "\f065";
}
.icon-compress:before {
    content: "\f066";
}
.icon-plus3:before {
    content: "\f067";
}
.icon-minus4:before {
    content: "\f068";
}
.icon-asterisk:before {
    content: "\f069";
}
.icon-exclamation-circle:before {
    content: "\f06a";
}
.icon-gift2:before {
    content: "\f06b";
}
.icon-leaf:before {
    content: "\f06c";
}
.icon-fire2:before {
    content: "\f06d";
}
.icon-eye3:before {
    content: "\f06e";
}
.icon-eye-slash:before {
    content: "\f070";
}
.icon-exclamation-triangle:before {
    content: "\f071";
}
.icon-plane2:before {
    content: "\f072";
}
.icon-calendar6:before {
    content: "\f073";
}
.icon-random:before {
    content: "\f074";
}
.icon-comment:before {
    content: "\f075";
}
.icon-magnet2:before {
    content: "\f076";
}
.icon-chevron-up:before {
    content: "\f077";
}
.icon-chevron-down:before {
    content: "\f078";
}
.icon-retweet2:before {
    content: "\f079";
}
.icon-shopping-cart:before {
    content: "\f07a";
}
.icon-folder2:before {
    content: "\f07b";
}
.icon-folder-open:before {
    content: "\f07c";
}
.icon-arrows-v:before {
    content: "\f07d";
}
.icon-arrows-h:before {
    content: "\f07e";
}
.icon-bar-chart:before {
    content: "\f080";
}
.icon-twitter-square:before {
    content: "\f081";
}
.icon-facebook-square:before {
    content: "\f082";
}
.icon-camera-retro:before {
    content: "\f083";
}
.icon-key5:before {
    content: "\f084";
}
.icon-cogs2:before {
    content: "\f085";
}
.icon-comments2:before {
    content: "\f086";
}
.icon-thumbs-o-up:before {
    content: "\f087";
}
.icon-thumbs-o-down:before {
    content: "\f088";
}
.icon-star-half:before {
    content: "\f089";
}
.icon-heart-o:before {
    content: "\f08a";
}
.icon-sign-out:before {
    content: "\f08b";
}
.icon-linkedin-square:before {
    content: "\f08c";
}
.icon-thumb-tack:before {
    content: "\f08d";
}
.icon-external-link:before {
    content: "\f08e";
}
.icon-sign-in:before {
    content: "\f090";
}
.icon-trophy2:before {
    content: "\f091";
}
.icon-github-square:before {
    content: "\f092";
}
.icon-upload6:before {
    content: "\f093";
}
.icon-lemon-o:before {
    content: "\f094";
}
.icon-phone6:before {
    content: "\f095";
}
.icon-square-o:before {
    content: "\f096";
}
.icon-bookmark-o:before {
    content: "\f097";
}
.icon-phone-square:before {
    content: "\f098";
}
.icon-twitter4:before {
    content: "\f099";
}
.icon-facebook4:before {
    content: "\f09a";
}
.icon-github:before {
    content: "\f09b";
}
.icon-unlock:before {
    content: "\f09c";
}
.icon-credit-card:before {
    content: "\f09d";
}
.icon-feed:before {
    content: "\f09e";
}
.icon-hdd-o:before {
    content: "\f0a0";
}
.icon-bullhorn:before {
    content: "\f0a1";
}
.icon-bell-o:before {
    content: "\f0a2";
}
.icon-certificate:before {
    content: "\f0a3";
}
.icon-hand-o-right:before {
    content: "\f0a4";
}
.icon-hand-o-left:before {
    content: "\f0a5";
}
.icon-hand-o-up:before {
    content: "\f0a6";
}
.icon-hand-o-down:before {
    content: "\f0a7";
}
.icon-arrow-circle-left:before {
    content: "\f0a8";
}
.icon-arrow-circle-right:before {
    content: "\f0a9";
}
.icon-arrow-circle-up:before {
    content: "\f0aa";
}
.icon-arrow-circle-down:before {
    content: "\f0ab";
}
.icon-globe4:before {
    content: "\f0ac";
}
.icon-wrench:before {
    content: "\f0ad";
}
.icon-tasks:before {
    content: "\f0ae";
}
.icon-filter:before {
    content: "\f0b0";
}
.icon-briefcase2:before {
    content: "\f0b1";
}
.icon-arrows-alt:before {
    content: "\f0b2";
}
.icon-group:before {
    content: "\f0c0";
}
.icon-chain:before {
    content: "\f0c1";
}
.icon-cloud4:before {
    content: "\f0c2";
}
.icon-flask:before {
    content: "\f0c3";
}
.icon-cut:before {
    content: "\f0c4";
}
.icon-copy:before {
    content: "\f0c5";
}
.icon-paperclip2:before {
    content: "\f0c6";
}
.icon-floppy-o:before {
    content: "\f0c7";
}
.icon-square3:before {
    content: "\f0c8";
}
.icon-bars:before {
    content: "\f0c9";
}
.icon-list-ul:before {
    content: "\f0ca";
}
.icon-list-ol:before {
    content: "\f0cb";
}
.icon-strikethrough:before {
    content: "\f0cc";
}
.icon-underline:before {
    content: "\f0cd";
}
.icon-table:before {
    content: "\f0ce";
}
.icon-magic:before {
    content: "\f0d0";
}
.icon-truck3:before {
    content: "\f0d1";
}
.icon-pinterest:before {
    content: "\f0d2";
}
.icon-pinterest-square:before {
    content: "\f0d3";
}
.icon-google-plus-square:before {
    content: "\f0d4";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-money:before {
    content: "\f0d6";
}
.icon-caret-down:before {
    content: "\f0d7";
}
.icon-caret-up:before {
    content: "\f0d8";
}
.icon-caret-left:before {
    content: "\f0d9";
}
.icon-caret-right:before {
    content: "\f0da";
}
.icon-columns:before {
    content: "\f0db";
}
.icon-sort:before {
    content: "\f0dc";
}
.icon-sort-desc:before {
    content: "\f0dd";
}
.icon-sort-asc:before {
    content: "\f0de";
}
.icon-envelope4:before {
    content: "\f0e0";
}
.icon-linkedin3:before {
    content: "\f0e1";
}
.icon-rotate-left:before {
    content: "\f0e2";
}
.icon-gavel:before {
    content: "\f0e3";
}
.icon-dashboard:before {
    content: "\f0e4";
}
.icon-comment-o:before {
    content: "\f0e5";
}
.icon-comments-o:before {
    content: "\f0e6";
}
.icon-bolt:before {
    content: "\f0e7";
}
.icon-sitemap3:before {
    content: "\f0e8";
}
.icon-umbrella2:before {
    content: "\f0e9";
}
.icon-clipboard5:before {
    content: "\f0ea";
}
.icon-lightbulb-o:before {
    content: "\f0eb";
}
.icon-exchange:before {
    content: "\f0ec";
}
.icon-cloud-download:before {
    content: "\f0ed";
}
.icon-cloud-upload:before {
    content: "\f0ee";
}
.icon-user-md:before {
    content: "\f0f0";
}
.icon-stethoscope:before {
    content: "\f0f1";
}
.icon-suitcase4:before {
    content: "\f0f2";
}
.icon-bell:before {
    content: "\f0f3";
}
.icon-coffee2:before {
    content: "\f0f4";
}
.icon-cutlery:before {
    content: "\f0f5";
}
.icon-file-text-o:before {
    content: "\f0f6";
}
.icon-building-o:before {
    content: "\f0f7";
}
.icon-hospital-o:before {
    content: "\f0f8";
}
.icon-ambulance:before {
    content: "\f0f9";
}
.icon-medkit:before {
    content: "\f0fa";
}
.icon-fighter-jet:before {
    content: "\f0fb";
}
.icon-beer:before {
    content: "\f0fc";
}
.icon-h-square:before {
    content: "\f0fd";
}
.icon-plus-square:before {
    content: "\f0fe";
}
.icon-angle-double-left:before {
    content: "\f100";
}
.icon-angle-double-right:before {
    content: "\f101";
}
.icon-angle-double-up:before {
    content: "\f102";
}
.icon-angle-double-down:before {
    content: "\f103";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-desktop2:before {
    content: "\f108";
}
.icon-laptop2:before {
    content: "\f109";
}
.icon-tablet3:before {
    content: "\f10a";
}
.icon-mobile3:before {
    content: "\f10b";
}
.icon-circle-o:before {
    content: "\f10c";
}
.icon-quote-left:before {
    content: "\f10d";
}
.icon-quote-right:before {
    content: "\f10e";
}
.icon-spinner:before {
    content: "\f110";
}
.icon-circle2:before {
    content: "\f111";
}
.icon-mail-reply:before {
    content: "\f112";
}
.icon-github-alt:before {
    content: "\f113";
}
.icon-folder-o:before {
    content: "\f114";
}
.icon-folder-open-o:before {
    content: "\f115";
}
.icon-smile-o:before {
    content: "\f118";
}
.icon-frown-o:before {
    content: "\f119";
}
.icon-meh-o:before {
    content: "\f11a";
}
.icon-gamepad2:before {
    content: "\f11b";
}
.icon-keyboard-o:before {
    content: "\f11c";
}
.icon-flag-o:before {
    content: "\f11d";
}
.icon-flag-checkered:before {
    content: "\f11e";
}
.icon-terminal:before {
    content: "\f120";
}
.icon-code:before {
    content: "\f121";
}
.icon-mail-reply-all:before {
    content: "\f122";
}
.icon-star-half-empty:before {
    content: "\f123";
}
.icon-location-arrow:before {
    content: "\f124";
}
.icon-crop2:before {
    content: "\f125";
}
.icon-code-fork:before {
    content: "\f126";
}
.icon-chain-broken:before {
    content: "\f127";
}
.icon-question:before {
    content: "\f128";
}
.icon-info3:before {
    content: "\f129";
}
.icon-exclamation:before {
    content: "\f12a";
}
.icon-superscript:before {
    content: "\f12b";
}
.icon-subscript:before {
    content: "\f12c";
}
.icon-eraser:before {
    content: "\f12d";
}
.icon-puzzle-piece:before {
    content: "\f12e";
}
.icon-microphone5:before {
    content: "\f130";
}
.icon-microphone-slash:before {
    content: "\f131";
}
.icon-shield2:before {
    content: "\f132";
}
.icon-calendar-o:before {
    content: "\f133";
}
.icon-fire-extinguisher:before {
    content: "\f134";
}
.icon-rocket2:before {
    content: "\f135";
}
.icon-maxcdn:before {
    content: "\f136";
}
.icon-chevron-circle-left:before {
    content: "\f137";
}
.icon-chevron-circle-right:before {
    content: "\f138";
}
.icon-chevron-circle-up:before {
    content: "\f139";
}
.icon-chevron-circle-down:before {
    content: "\f13a";
}
.icon-html5:before {
    content: "\f13b";
}
.icon-css3:before {
    content: "\f13c";
}
.icon-anchor3:before {
    content: "\f13d";
}
.icon-unlock-alt:before {
    content: "\f13e";
}
.icon-bullseye:before {
    content: "\f140";
}
.icon-ellipsis-h:before {
    content: "\f141";
}
.icon-ellipsis-v:before {
    content: "\f142";
}
.icon-rss-square:before {
    content: "\f143";
}
.icon-play-circle:before {
    content: "\f144";
}
.icon-ticket4:before {
    content: "\f145";
}
.icon-minus-square:before {
    content: "\f146";
}
.icon-minus-square-o:before {
    content: "\f147";
}
.icon-level-up:before {
    content: "\f148";
}
.icon-level-down:before {
    content: "\f149";
}
.icon-check-square:before {
    content: "\f14a";
}
.icon-pencil-square:before {
    content: "\f14b";
}
.icon-external-link-square:before {
    content: "\f14c";
}
.icon-share-square:before {
    content: "\f14d";
}
.icon-compass4:before {
    content: "\f14e";
}
.icon-caret-square-o-down:before {
    content: "\f150";
}
.icon-caret-square-o-up:before {
    content: "\f151";
}
.icon-caret-square-o-right:before {
    content: "\f152";
}
.icon-eur:before {
    content: "\f153";
}
.icon-gbp:before {
    content: "\f154";
}
.icon-dollar3:before {
    content: "\f155";
}
.icon-inr:before {
    content: "\f156";
}
.icon-cny:before {
    content: "\f157";
}
.icon-rouble:before {
    content: "\f158";
}
.icon-krw:before {
    content: "\f159";
}
.icon-bitcoin:before {
    content: "\f15a";
}
.icon-file4:before {
    content: "\f15b";
}
.icon-file-text:before {
    content: "\f15c";
}
.icon-sort-alpha-asc:before {
    content: "\f15d";
}
.icon-sort-alpha-desc:before {
    content: "\f15e";
}
.icon-sort-amount-asc:before {
    content: "\f160";
}
.icon-sort-amount-desc:before {
    content: "\f161";
}
.icon-sort-numeric-asc:before {
    content: "\f162";
}
.icon-sort-numeric-desc:before {
    content: "\f163";
}
.icon-thumbs-up:before {
    content: "\f164";
}
.icon-thumbs-down:before {
    content: "\f165";
}
.icon-youtube-square:before {
    content: "\f166";
}
.icon-youtube:before {
    content: "\f167";
}
.icon-xing:before {
    content: "\f168";
}
.icon-xing-square:before {
    content: "\f169";
}
.icon-youtube-play:before {
    content: "\f16a";
}
.icon-dropbox:before {
    content: "\f16b";
}
.icon-stack-overflow:before {
    content: "\f16c";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-flickr:before {
    content: "\f16e";
}
.icon-adn:before {
    content: "\f170";
}
.icon-bitbucket:before {
    content: "\f171";
}
.icon-bitbucket-square:before {
    content: "\f172";
}
.icon-tumblr3:before {
    content: "\f173";
}
.icon-tumblr-square:before {
    content: "\f174";
}
.icon-long-arrow-down:before {
    content: "\f175";
}
.icon-long-arrow-up:before {
    content: "\f176";
}
.icon-long-arrow-left:before {
    content: "\f177";
}
.icon-long-arrow-right:before {
    content: "\f178";
}
.icon-apple:before {
    content: "\f179";
}
.icon-windows:before {
    content: "\f17a";
}
.icon-android2:before {
    content: "\f17b";
}
.icon-linux:before {
    content: "\f17c";
}
.icon-dribbble4:before {
    content: "\f17d";
}
.icon-skype:before {
    content: "\f17e";
}
.icon-foursquare:before {
    content: "\f180";
}
.icon-trello:before {
    content: "\f181";
}
.icon-female2:before {
    content: "\f182";
}
.icon-male2:before {
    content: "\f183";
}
.icon-gittip:before {
    content: "\f184";
}
.icon-sun-o:before {
    content: "\f185";
}
.icon-moon-o:before {
    content: "\f186";
}
.icon-archive2:before {
    content: "\f187";
}
.icon-bug:before {
    content: "\f188";
}
.icon-vk:before {
    content: "\f189";
}
.icon-weibo:before {
    content: "\f18a";
}
.icon-renren:before {
    content: "\f18b";
}
.icon-pagelines:before {
    content: "\f18c";
}
.icon-stack-exchange:before {
    content: "\f18d";
}
.icon-arrow-circle-o-right:before {
    content: "\f18e";
}
.icon-arrow-circle-o-left:before {
    content: "\f190";
}
.icon-caret-square-o-left:before {
    content: "\f191";
}
.icon-dot-circle-o:before {
    content: "\f192";
}
.icon-wheelchair:before {
    content: "\f193";
}
.icon-vimeo-square:before {
    content: "\f194";
}
.icon-try:before {
    content: "\f195";
}
.icon-plus-square-o:before {
    content: "\f196";
}
.icon-space-shuttle:before {
    content: "\f197";
}
.icon-slack:before {
    content: "\f198";
}
.icon-envelope-square:before {
    content: "\f199";
}
.icon-wordpress:before {
    content: "\f19a";
}
.icon-openid:before {
    content: "\f19b";
}
.icon-bank:before {
    content: "\f19c";
}
.icon-graduation-cap:before {
    content: "\f19d";
}
.icon-yahoo:before {
    content: "\f19e";
}
.icon-google2:before {
    content: "\f1a0";
}
.icon-reddit:before {
    content: "\f1a1";
}
.icon-reddit-square:before {
    content: "\f1a2";
}
.icon-stumbleupon-circle:before {
    content: "\f1a3";
}
.icon-stumbleupon:before {
    content: "\f1a4";
}
.icon-delicious:before {
    content: "\f1a5";
}
.icon-digg:before {
    content: "\f1a6";
}
.icon-pied-piper:before {
    content: "\f1a7";
}
.icon-pied-piper-alt:before {
    content: "\f1a8";
}
.icon-drupal:before {
    content: "\f1a9";
}
.icon-joomla:before {
    content: "\f1aa";
}
.icon-language:before {
    content: "\f1ab";
}
.icon-fax:before {
    content: "\f1ac";
}
.icon-building:before {
    content: "\f1ad";
}
.icon-child:before {
    content: "\f1ae";
}
.icon-paw:before {
    content: "\f1b0";
}
.icon-spoon:before {
    content: "\f1b1";
}
.icon-cube2:before {
    content: "\f1b2";
}
.icon-cubes:before {
    content: "\f1b3";
}
.icon-behance:before {
    content: "\f1b4";
}
.icon-behance-square:before {
    content: "\f1b5";
}
.icon-steam:before {
    content: "\f1b6";
}
.icon-steam-square:before {
    content: "\f1b7";
}
.icon-recycle2:before {
    content: "\f1b8";
}
.icon-automobile:before {
    content: "\f1b9";
}
.icon-cab:before {
    content: "\f1ba";
}
.icon-tree:before {
    content: "\f1bb";
}
.icon-spotify:before {
    content: "\f1bc";
}
.icon-deviantart:before {
    content: "\f1bd";
}
.icon-soundcloud:before {
    content: "\f1be";
}
.icon-database:before {
    content: "\f1c0";
}
.icon-file-pdf-o:before {
    content: "\f1c1";
}
.icon-file-word-o:before {
    content: "\f1c2";
}
.icon-file-excel-o:before {
    content: "\f1c3";
}
.icon-file-powerpoint-o:before {
    content: "\f1c4";
}
.icon-file-image-o:before {
    content: "\f1c5";
}
.icon-file-archive-o:before {
    content: "\f1c6";
}
.icon-file-audio-o:before {
    content: "\f1c7";
}
.icon-file-movie-o:before {
    content: "\f1c8";
}
.icon-file-code-o:before {
    content: "\f1c9";
}
.icon-vine:before {
    content: "\f1ca";
}
.icon-codepen:before {
    content: "\f1cb";
}
.icon-jsfiddle:before {
    content: "\f1cc";
}
.icon-life-bouy:before {
    content: "\f1cd";
}
.icon-circle-o-notch:before {
    content: "\f1ce";
}
.icon-ra:before {
    content: "\f1d0";
}
.icon-empire:before {
    content: "\f1d1";
}
.icon-git-square:before {
    content: "\f1d2";
}
.icon-git:before {
    content: "\f1d3";
}
.icon-hacker-news:before {
    content: "\f1d4";
}
.icon-tencent-weibo:before {
    content: "\f1d5";
}
.icon-qq:before {
    content: "\f1d6";
}
.icon-wechat:before {
    content: "\f1d7";
}
.icon-paper-plane:before {
    content: "\f1d8";
}
.icon-paper-plane-o:before {
    content: "\f1d9";
}
.icon-history:before {
    content: "\f1da";
}
.icon-circle-thin:before {
    content: "\f1db";
}
.icon-header:before {
    content: "\f1dc";
}
.icon-paragraph:before {
    content: "\f1dd";
}
.icon-sliders:before {
    content: "\f1de";
}
.icon-share-alt:before {
    content: "\f1e0";
}
.icon-share-alt-square:before {
    content: "\f1e1";
}
.icon-bomb2:before {
    content: "\f1e2";
}
.icon-futbol-o:before {
    content: "\f1e3";
}
.icon-tty:before {
    content: "\f1e4";
}
.icon-binoculars:before {
    content: "\f1e5";
}
.icon-plug:before {
    content: "\f1e6";
}
.icon-slideshare:before {
    content: "\f1e7";
}
.icon-twitch:before {
    content: "\f1e8";
}
.icon-yelp:before {
    content: "\f1e9";
}
.icon-newspaper-o:before {
    content: "\f1ea";
}
.icon-wifi:before {
    content: "\f1eb";
}
.icon-calculator2:before {
    content: "\f1ec";
}
.icon-paypal:before {
    content: "\f1ed";
}
.icon-google-wallet:before {
    content: "\f1ee";
}
.icon-cc-visa:before {
    content: "\f1f0";
}
.icon-cc-mastercard:before {
    content: "\f1f1";
}
.icon-cc-discover:before {
    content: "\f1f2";
}
.icon-cc-amex:before {
    content: "\f1f3";
}
.icon-cc-paypal:before {
    content: "\f1f4";
}
.icon-cc-stripe:before {
    content: "\f1f5";
}
.icon-bell-slash:before {
    content: "\f1f6";
}
.icon-bell-slash-o:before {
    content: "\f1f7";
}
.icon-trash2:before {
    content: "\f1f8";
}
.icon-copyright:before {
    content: "\f1f9";
}
.icon-at:before {
    content: "\f1fa";
}
.icon-eyedropper2:before {
    content: "\f1fb";
}
.icon-paint-brush:before {
    content: "\f1fc";
}
.icon-birthday-cake:before {
    content: "\f1fd";
}
.icon-area-chart:before {
    content: "\f1fe";
}
.icon-pie-chart:before {
    content: "\f200";
}
.icon-line-chart:before {
    content: "\f201";
}
.icon-lastfm:before {
    content: "\f202";
}
.icon-lastfm-square:before {
    content: "\f203";
}
.icon-toggle-off:before {
    content: "\f204";
}
.icon-toggle-on:before {
    content: "\f205";
}
.icon-bicycle:before {
    content: "\f206";
}
.icon-bus2:before {
    content: "\f207";
}
.icon-ioxhost:before {
    content: "\f208";
}
.icon-angellist:before {
    content: "\f209";
}
.icon-cc:before {
    content: "\f20a";
}
.icon-ils:before {
    content: "\f20b";
}
.icon-meanpath:before {
    content: "\f20c";
}
.icon-buysellads:before {
    content: "\f20d";
}
.icon-connectdevelop:before {
    content: "\f20e";
}
.icon-dashcube:before {
    content: "\f210";
}
.icon-forumbee:before {
    content: "\f211";
}
.icon-leanpub:before {
    content: "\f212";
}
.icon-sellsy:before {
    content: "\f213";
}
.icon-shirtsinbulk:before {
    content: "\f214";
}
.icon-simplybuilt:before {
    content: "\f215";
}
.icon-skyatlas:before {
    content: "\f216";
}
.icon-cart-plus:before {
    content: "\f217";
}
.icon-cart-arrow-down:before {
    content: "\f218";
}
.icon-diamond3:before {
    content: "\f219";
}
.icon-ship:before {
    content: "\f21a";
}
.icon-user-secret:before {
    content: "\f21b";
}
.icon-motorcycle:before {
    content: "\f21c";
}
.icon-street-view:before {
    content: "\f21d";
}
.icon-heartbeat:before {
    content: "\f21e";
}
.icon-venus:before {
    content: "\f221";
}
.icon-mars:before {
    content: "\f222";
}
.icon-mercury:before {
    content: "\f223";
}
.icon-intersex:before {
    content: "\f224";
}
.icon-transgender-alt:before {
    content: "\f225";
}
.icon-venus-double:before {
    content: "\f226";
}
.icon-mars-double:before {
    content: "\f227";
}
.icon-venus-mars:before {
    content: "\f228";
}
.icon-mars-stroke:before {
    content: "\f229";
}
.icon-mars-stroke-v:before {
    content: "\f22a";
}
.icon-mars-stroke-h:before {
    content: "\f22b";
}
.icon-neuter:before {
    content: "\f22c";
}
.icon-genderless:before {
    content: "\f22d";
}
.icon-facebook-official:before {
    content: "\f230";
}
.icon-pinterest-p:before {
    content: "\f231";
}
.icon-whatsapp:before {
    content: "\f232";
}
.icon-server:before {
    content: "\f233";
}
.icon-user-plus:before {
    content: "\f234";
}
.icon-user-times:before {
    content: "\f235";
}
.icon-bed:before {
    content: "\f236";
}
.icon-viacoin:before {
    content: "\f237";
}
.icon-train:before {
    content: "\f238";
}
.icon-subway:before {
    content: "\f239";
}
.icon-medium:before {
    content: "\f23a";
}
.icon-y-combinator:before {
    content: "\f23b";
}
.icon-optin-monster:before {
    content: "\f23c";
}
.icon-opencart:before {
    content: "\f23d";
}
.icon-expeditedssl:before {
    content: "\f23e";
}
.icon-battery-4:before {
    content: "\f240";
}
.icon-battery-3:before {
    content: "\f241";
}
.icon-battery-2:before {
    content: "\f242";
}
.icon-battery-1:before {
    content: "\f243";
}
.icon-battery-0:before {
    content: "\f244";
}
.icon-mouse-pointer:before {
    content: "\f245";
}
.icon-i-cursor:before {
    content: "\f246";
}
.icon-object-group:before {
    content: "\f247";
}
.icon-object-ungroup:before {
    content: "\f248";
}
.icon-sticky-note:before {
    content: "\f249";
}
.icon-sticky-note-o:before {
    content: "\f24a";
}
.icon-cc-jcb:before {
    content: "\f24b";
}
.icon-cc-diners-club:before {
    content: "\f24c";
}
.icon-clone:before {
    content: "\f24d";
}
.icon-balance-scale:before {
    content: "\f24e";
}
.icon-hourglass-o:before {
    content: "\f250";
}
.icon-hourglass-1:before {
    content: "\f251";
}
.icon-hourglass-2:before {
    content: "\f252";
}
.icon-hourglass-3:before {
    content: "\f253";
}
.icon-hourglass3:before {
    content: "\f254";
}
.icon-hand-grab-o:before {
    content: "\f255";
}
.icon-hand-paper-o:before {
    content: "\f256";
}
.icon-hand-scissors-o:before {
    content: "\f257";
}
.icon-hand-lizard-o:before {
    content: "\f258";
}
.icon-hand-spock-o:before {
    content: "\f259";
}
.icon-hand-pointer-o:before {
    content: "\f25a";
}
.icon-hand-peace-o:before {
    content: "\f25b";
}
.icon-trademark:before {
    content: "\f25c";
}
.icon-registered:before {
    content: "\f25d";
}
.icon-creative-commons:before {
    content: "\f25e";
}
.icon-gg:before {
    content: "\f260";
}
.icon-gg-circle:before {
    content: "\f261";
}
.icon-tripadvisor:before {
    content: "\f262";
}
.icon-odnoklassniki:before {
    content: "\f263";
}
.icon-odnoklassniki-square:before {
    content: "\f264";
}
.icon-get-pocket:before {
    content: "\f265";
}
.icon-wikipedia-w:before {
    content: "\f266";
}
.icon-safari:before {
    content: "\f267";
}
.icon-chrome:before {
    content: "\f268";
}
.icon-firefox:before {
    content: "\f269";
}
.icon-opera:before {
    content: "\f26a";
}
.icon-internet-explorer:before {
    content: "\f26b";
}
.icon-television:before {
    content: "\f26c";
}
.icon-contao:before {
    content: "\f26d";
}
.icon-500px:before {
    content: "\f26e";
}
.icon-amazon:before {
    content: "\f270";
}
.icon-calendar-plus-o:before {
    content: "\f271";
}
.icon-calendar-minus-o:before {
    content: "\f272";
}
.icon-calendar-times-o:before {
    content: "\f273";
}
.icon-calendar-check-o:before {
    content: "\f274";
}
.icon-industry:before {
    content: "\f275";
}
.icon-map-pin2:before {
    content: "\f276";
}
.icon-map-signs:before {
    content: "\f277";
}
.icon-map-o:before {
    content: "\f278";
}
.icon-map4:before {
    content: "\f279";
}
.icon-commenting:before {
    content: "\f27a";
}
.icon-commenting-o:before {
    content: "\f27b";
}
.icon-houzz:before {
    content: "\f27c";
}
.icon-vimeo:before {
    content: "\f27d";
}
.icon-black-tie:before {
    content: "\f27e";
}
.icon-fonticons:before {
    content: "\f280";
}
.icon-alert2:before {
    content: "\f03f";
}
.icon-alignment-align:before {
    content: "\f08f";
}
.icon-alignment-aligned-to:before {
    content: "\f09f";
}
.icon-alignment-unalign:before {
    content: "\f0af";
}
.icon-arrow-down3:before {
    content: "\f04f";
}
.icon-arrow-left3:before {
    content: "\f05f";
}
.icon-arrow-right3:before {
    content: "\f06f";
}
.icon-arrow-small-down:before {
    content: "\f0b3";
}
.icon-arrow-small-left:before {
    content: "\f0b4";
}
.icon-arrow-small-right:before {
    content: "\f07f";
}
.icon-arrow-small-up:before {
    content: "\f0b5";
}
.icon-arrow-up3:before {
    content: "\f0b6";
}
.icon-beer2:before {
    content: "\f0b7";
}
.icon-book4:before {
    content: "\f00f";
}
.icon-bookmark4:before {
    content: "\f0b8";
}
.icon-briefcase3:before {
    content: "\f0df";
}
.icon-broadcast:before {
    content: "\f0b9";
}
.icon-browser2:before {
    content: "\f0cf";
}
.icon-bug2:before {
    content: "\f0ba";
}
.icon-calendar7:before {
    content: "\f0bb";
}
.icon-check2:before {
    content: "\f0bc";
}
.icon-checklist:before {
    content: "\f0bd";
}
.icon-chevron-down2:before {
    content: "\f0be";
}
.icon-chevron-left2:before {
    content: "\f0bf";
}
.icon-chevron-right2:before {
    content: "\f0ef";
}
.icon-chevron-up2:before {
    content: "\f0ff";
}
.icon-circle-slash:before {
    content: "\f10f";
}
.icon-circuit-board:before {
    content: "\f116";
}
.icon-clippy:before {
    content: "\f117";
}
.icon-clock4:before {
    content: "\f11f";
}
.icon-cloud-download2:before {
    content: "\f01f";
}
.icon-cloud-upload2:before {
    content: "\f020";
}
.icon-code2:before {
    content: "\f12f";
}
.icon-color-mode:before {
    content: "\f13f";
}
.icon-comment2:before {
    content: "\f14f";
}
.icon-comment-discussion:before {
    content: "\f15f";
}
.icon-credit-card2:before {
    content: "\f16f";
}
.icon-dash:before {
    content: "\f17f";
}
.icon-dashboard2:before {
    content: "\f18f";
}
.icon-database2:before {
    content: "\f19f";
}
.icon-device-camera:before {
    content: "\f1af";
}
.icon-device-camera-video:before {
    content: "\f1bf";
}
.icon-device-desktop:before {
    content: "\f27f";
}
.icon-device-mobile:before {
    content: "\f1cf";
}
.icon-diff:before {
    content: "\f1df";
}
.icon-diff-added:before {
    content: "\f1ef";
}
.icon-diff-ignored:before {
    content: "\f1ff";
}
.icon-diff-modified:before {
    content: "\f20f";
}
.icon-diff-removed:before {
    content: "\f21f";
}
.icon-diff-renamed:before {
    content: "\f220";
}
.icon-ellipsis:before {
    content: "\f22e";
}
.icon-eye4:before {
    content: "\f22f";
}
.icon-file-binary:before {
    content: "\f23f";
}
.icon-file-code:before {
    content: "\f24f";
}
.icon-file-directory:before {
    content: "\f25f";
}
.icon-file-media:before {
    content: "\f26f";
}
.icon-file-pdf:before {
    content: "\f281";
}
.icon-file-submodule:before {
    content: "\f282";
}
.icon-file-symlink-directory:before {
    content: "\f283";
}
.icon-file-symlink-file:before {
    content: "\f284";
}
.icon-file-text3:before {
    content: "\f285";
}
.icon-file-zip:before {
    content: "\f286";
}
.icon-flame:before {
    content: "\f287";
}
.icon-fold:before {
    content: "\f288";
}
.icon-gear:before {
    content: "\f289";
}
.icon-gift3:before {
    content: "\f28a";
}
.icon-gist:before {
    content: "\f28b";
}
.icon-gist-secret:before {
    content: "\f28c";
}
.icon-git-branch:before {
    content: "\f28d";
}
.icon-git-commit:before {
    content: "\f28e";
}
.icon-git-compare:before {
    content: "\f28f";
}
.icon-git-merge:before {
    content: "\f290";
}
.icon-git-pull-request:before {
    content: "\f291";
}
.icon-globe5:before {
    content: "\f292";
}
.icon-graph:before {
    content: "\f293";
}
.icon-heart7:before {
    content: "\2665";
}
.icon-history2:before {
    content: "\f294";
}
.icon-home5:before {
    content: "\f295";
}
.icon-horizontal-rule:before {
    content: "\f296";
}
.icon-hourglass4:before {
    content: "\f297";
}
.icon-hubot:before {
    content: "\f298";
}
.icon-inbox4:before {
    content: "\f299";
}
.icon-info4:before {
    content: "\f29a";
}
.icon-issue-closed:before {
    content: "\f29b";
}
.icon-issue-opened:before {
    content: "\f29c";
}
.icon-issue-reopened:before {
    content: "\f29d";
}
.icon-jersey:before {
    content: "\f29e";
}
.icon-jump-down:before {
    content: "\f29f";
}
.icon-jump-left:before {
    content: "\f2a0";
}
.icon-jump-right:before {
    content: "\f2a1";
}
.icon-jump-up:before {
    content: "\f2a2";
}
.icon-key6:before {
    content: "\f2a3";
}
.icon-keyboard3:before {
    content: "\f2a4";
}
.icon-law:before {
    content: "\f2a5";
}
.icon-light-bulb:before {
    content: "\f2a6";
}
.icon-link3:before {
    content: "\f2a7";
}
.icon-link-external:before {
    content: "\f2a8";
}
.icon-list-ordered:before {
    content: "\f2a9";
}
.icon-list-unordered:before {
    content: "\f2aa";
}
.icon-location4:before {
    content: "\f2ab";
}
.icon-lock4:before {
    content: "\f2ac";
}
.icon-logo-github:before {
    content: "\f2ad";
}
.icon-mail5:before {
    content: "\f2ae";
}
.icon-mail-read:before {
    content: "\f2af";
}
.icon-mail-reply2:before {
    content: "\f2b0";
}
.icon-mark-github:before {
    content: "\f2b1";
}
.icon-markdown:before {
    content: "\f2b2";
}
.icon-megaphone5:before {
    content: "\f2b3";
}
.icon-mention:before {
    content: "\f2b4";
}
.icon-microscope:before {
    content: "\f2b5";
}
.icon-milestone:before {
    content: "\f2b6";
}
.icon-mirror:before {
    content: "\f2b7";
}
.icon-mortar-board:before {
    content: "\f2b8";
}
.icon-move-down:before {
    content: "\f2b9";
}
.icon-move-left:before {
    content: "\f2ba";
}
.icon-move-right:before {
    content: "\f2bb";
}
.icon-move-up:before {
    content: "\f2bc";
}
.icon-mute2:before {
    content: "\f2bd";
}
.icon-no-newline:before {
    content: "\f2be";
}
.icon-octoface:before {
    content: "\f2bf";
}
.icon-organization:before {
    content: "\f2c0";
}
.icon-package:before {
    content: "\f2c1";
}
.icon-paintcan:before {
    content: "\f2c2";
}
.icon-pencil5:before {
    content: "\f2c3";
}
.icon-person:before {
    content: "\f2c4";
}
.icon-pin3:before {
    content: "\f2c5";
}
.icon-playback-fast-forward:before {
    content: "\f2c6";
}
.icon-playback-pause:before {
    content: "\f2c7";
}
.icon-playback-play:before {
    content: "\f2c8";
}
.icon-playback-rewind:before {
    content: "\f2c9";
}
.icon-plug2:before {
    content: "\f2ca";
}
.icon-plus4:before {
    content: "\f2cb";
}
.icon-podium:before {
    content: "\f2cc";
}
.icon-primitive-dot:before {
    content: "\f2cd";
}
.icon-primitive-square:before {
    content: "\f2ce";
}
.icon-pulse:before {
    content: "\f2cf";
}
.icon-puzzle2:before {
    content: "\f2d0";
}
.icon-question2:before {
    content: "\f2d1";
}
.icon-quote4:before {
    content: "\f2d2";
}
.icon-radio-tower:before {
    content: "\f2d3";
}
.icon-repo:before {
    content: "\f2d4";
}
.icon-repo-clone:before {
    content: "\f2d5";
}
.icon-repo-force-push:before {
    content: "\f2d6";
}
.icon-repo-forked:before {
    content: "\f2d7";
}
.icon-repo-pull:before {
    content: "\f2d8";
}
.icon-repo-push:before {
    content: "\f2d9";
}
.icon-rocket3:before {
    content: "\f2da";
}
.icon-rss2:before {
    content: "\f2db";
}
.icon-ruby:before {
    content: "\f2dc";
}
.icon-screen-full:before {
    content: "\f2dd";
}
.icon-screen-normal:before {
    content: "\f2de";
}
.icon-search4:before {
    content: "\f2df";
}
.icon-server2:before {
    content: "\f2e0";
}
.icon-settings2:before {
    content: "\f2e1";
}
.icon-sign-in2:before {
    content: "\f2e2";
}
.icon-sign-out2:before {
    content: "\f2e3";
}
.icon-split:before {
    content: "\f2e4";
}
.icon-squirrel:before {
    content: "\f2e5";
}
.icon-star3:before {
    content: "\f2e6";
}
.icon-steps:before {
    content: "\f2e7";
}
.icon-stop4:before {
    content: "\f2e8";
}
.icon-sync:before {
    content: "\f2e9";
}
.icon-tag5:before {
    content: "\f2ea";
}
.icon-telescope2:before {
    content: "\f2eb";
}
.icon-terminal2:before {
    content: "\f2ec";
}
.icon-three-bars:before {
    content: "\f2ed";
}
.icon-tools3:before {
    content: "\f2ee";
}
.icon-trashcan2:before {
    content: "\f2ef";
}
.icon-triangle-down:before {
    content: "\f2f0";
}
.icon-triangle-left:before {
    content: "\f2f1";
}
.icon-triangle-right:before {
    content: "\f2f2";
}
.icon-triangle-up:before {
    content: "\f2f3";
}
.icon-unfold:before {
    content: "\f2f4";
}
.icon-unmute:before {
    content: "\f2f5";
}
.icon-versions:before {
    content: "\f2f6";
}
.icon-x:before {
    content: "\f2f7";
}
.icon-zap:before {
    content: "\26a1";
}

