@charset "utf-8";

/* cyrillic-ext */
@font-face {
	font-family: '"Helvetica Neue", Helvetica, Arial, sans-serif';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/PT-Serif-nce.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: '"Helvetica Neue", Helvetica, Arial, sans-serif';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/PT-Serif-nc.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
	font-family: '"Helvetica Neue", Helvetica, Arial, sans-serif';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/PT-Serif-nle.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: '"Helvetica Neue", Helvetica, Arial, sans-serif';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/PT-Serif-nl.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
	font-family: '"Helvetica Neue", Helvetica, Arial, sans-serif';
	font-style: normal;
	font-weight: 700;
	src: url(/fonts/PT-Serif-nce2.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: '"Helvetica Neue", Helvetica, Arial, sans-serif';
	font-style: normal;
	font-weight: 700;
	src: url(/fonts/PT-Serif-nc2.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
	font-family: '"Helvetica Neue", Helvetica, Arial, sans-serif';
	font-style: normal;
	font-weight: 700;
	src: url(/fonts/PT-Serif-nle2.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: '"Helvetica Neue", Helvetica, Arial, sans-serif';
	font-style: normal;
	font-weight: 700;
	src: url(/fonts/PT-Serif-nl2.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*{
	padding:0;
	margin:0;
}
button *{
	border:none !important;
}
input{
	background-color:#fff;
}
input[type=button], input[type=submit], input[type=reset] {
	text-shadow:0 1px 0 #666;
}
select optgroup option{
	padding-left:10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td{
	margin:0;
	padding:0;
}
a{
	outline:none !important;
	cursor:pointer;
	text-decoration:none;
	color:#1a6a9a;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
fieldset{
	border:1px solid #ccc;
	border-radius: 3px;
	padding:5px;
	min-height:80px;
	margin-bottom:10px;
}
legend{
	margin-left:10px;
	padding:0 5px 0 5px;
	font-size:13px;
	font-weight:bold;
}
textarea{
	border:1px solid #bbc7de;
	background-color:#e8eefa;
	border-radius: 3px;
	overflow:auto;
	padding:1px;
	margin:1px;
	width:250px;
}

ul.normal, ul.normal li {
	margin: 0 0 0 15px !important;
	padding: 2px !important;
}

/* Global styles
================================================== */

html{
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body{
	border: 0;
	margin: 0;
	padding: 0;
	background: #fff;
}

.body-inner{
	position: relative;
	overflow: hidden;
}

a:link,
a:visited{
    text-decoration: none;
}


a:hover, a.read-more:hover{
	text-decoration: none;
	color: #2a3786;
}

a{
	color: #c2252e;
}

section{
	padding: 60px 0;
	position: relative;
}

.no-padding{
	padding: 0;
}

.gap-80 {
	clear: both;
	height: 80px;
}

.gap-40 {
	clear: both;
	height: 40px;
}

.gap-30 {
	clear: both;
	height: 30px;
}
.gap-20 {
	clear: both;
	height: 20px;
}

a:focus{
	outline: 0;
}

img.pull-left, .pull-left > img, .media>.pull-left {
	margin-right: 15px !important;
}

img.pull-right, .pull-right > img, .media>.pull-right {
	margin-left: 15px !important;
}

.img-thumbnail {
	border: 0;
}

.ts-padding{
	padding: 50px;
}

.ts-padding h3{
	margin-top: 0;
}

/* Typography
================================================== */

body, p{
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #888;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 5px 0;
}

h1{
    font-size: 36px;
    line-height: 48px;
	color: #c2252e;
}

h2{
    font-size: 32px;
    line-height: 40px;
	color: #2a3786;
}

h3{
    font-size: 24px;
    line-height: 32px;
	color: #2a3786;
}

h4{
    font-size: 18px;
    line-height: 28px;
	color: #2a3786;
}

h5{
    font-size: 14px;
    line-height: 24px;
	color: #2a3786;
}

/* Button variation */
.readmore, input[type="submit"], .btn.btn-primary{
	background: #c2252e;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	display: inline-block;
	border: 0;
	border-radius: 0;
	text-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.readmore:hover, input[type="submit"]:hover, .btn.btn-primary:hover{
	background: #DE7C68;
	color: #fff;
}

.btn.btn-primary.dark{
	background: #101010;
}

.btn.btn-primary.dark:hover{
	background: #c2252e;
}

.btn.btn-primary.color{
	color: #fff;
  	background: #ffd303;
}

.btn.btn-primary.color:hover{
	background: #DE7C68;
}

.btn-lg{
	font-size: 12px;
	padding: 13px 40px 8px;
	border-radius: 0 !important;
	line-height: 14px;
}

blockquote {
	border-left: 5px solid #c2252e;
}

/* List */
ul.arrow-right {
	margin: 0;
	padding: 0;
}

ul.arrow-right li {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 10px;
}

ul.arrow-right li a{
	color: #888;
}

ul.arrow-right li a:hover{
	color: #c2252e;
}

ul.arrow-right li::before {
	content: "\f061";
  	font-family: 'FontAwesome', sans-serif;
  	margin-left: -17px;
  	margin-right: 10px;
  	color: #888;
}


ul.circle, ul.check-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.circle li{
	position: relative;
	margin-left: 30px;
	padding-bottom: 20px;
}

ul.circle li:before{
	color: #c2252e;
	content: "\f111";
	font-family: "FontAwesome", sans-serif;
	font-size: 8px;
	line-height: 8px;
	border: 2px solid rgba(0, 0, 0,.1);
	border-radius: 100%;
	position: absolute;
	left: -33px;
	top: 5px;
}

ul.unstyled{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.check-list li{
	margin-bottom: 5px;
}

ul.check-list li i{
	color: #c2252e;
	margin-right: 10px;
	font-size: 14px !important;
}



/* Blockquote */


blockquote p{
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	font-style: italic;
	color: #959595;
}

blockquote {
	margin: 20px 0;
}



/* Common styles
================================================== */

/* Deafult title */

.title{
	margin: 0 0 20px 0;
	line-height: normal;
}

.title-big, .title-big-left{
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 40px;
	position: relative;
}

.title-big-left{
	margin-bottom: 10px;
}
.title-big:after {
	content: "";
	display: block;
	position: absolute;
	width: 80px;
	height: 1px;
	margin: -50px auto 0 auto;
	border: 2px solid #999;
	top: 0;
	bottom: -65px;
	left: 50%;
}

.title-desc{
	font-size: 18px;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 20px;
}



h3.widget-title{
	margin-bottom: 25px;
}

h2.entry-title{
	font-size: 28px;
}

h2.entry-title a{
	color: #323232;
}

/* Parallax */

/*.parallax1 {*/
	/*background: url(../images/parallax/parallax1.jpg) no-repeat;*/
/*}*/

/*.parallax2 {*/
	/*background: url(../images/parallax/parallax2.jpg) no-repeat;*/
/*}*/

.parallax {
  	background-size: cover !important;
  	background-repeat: no-repeat;
  	background-position: 50% 0;
  	background-attachment: fixed !important;
  	padding: 110px 0;
  	color: #fff;
}

.parallax h2{
	font-size: 32px;
	position: relative;
	z-index: 1;
	color: #fff;
}


/* Carousel controller */

.carousel-control{
	width: auto;
}

.ts-carousel-controller .left,
.ts-carousel-controller .right,
.owl-controls .owl-prev,
.owl-controls .owl-next,
.owl-theme .owl-controls .owl-buttons div{
	background: #c2252e;
	cursor: pointer;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	opacity: 1;
	top: auto;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.owl-controls .owl-next{
	margin-left: 10px;
}

.ts-carousel-controller .left:hover,
.ts-carousel-controller .right:hover,
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
	background: #272727;
	color: #fff;
}

.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	background: #f1f1f1;
}

.owl-theme .owl-controls .owl-page span{
	margin-top: 30px !important;
}

.owl-theme .owl-controls .owl-page.active span{
	background: #c2252e;
}

.owl-theme .owl-controls .owl-page span {
  width: 24px !important;
  height: 5px !important;
  margin: 0 2px !important;
}

/* Input form */

.form-control{
	text-shadow: none;
	color: #c2252e;
	min-height: 45px;
	padding: 5px 20px;
	box-shadow: none;
	border-radius: 0;
	background: none;
	border: 1px solid #e5e5e5;
}

#general-form .form-control:focus{
	box-shadow: none;
	border: 1px solid rgba(0,0,0,.15) !important;
}

#general-form .form-control::-webkit-input-placeholder{/* WebKit browsers */
	color:   rgba(255,255,255,.3) ;
}

#general-form .form-control:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	color:   rgba(255,255,255,.3) ;
	opacity:  1;
}

#general-form .form-control::-moz-placeholder{/* Mozilla Firefox 19+ */
	color:   rgba(255,255,255,.3) ;
	opacity: 1;
}

/*-- Flex slider --*/

.portfolio-slider .flexslider,
.ts-flex-slider .flexslider{
	border: 0;
	box-shadow: none ;
}

.portfolio-slider .flex-direction-nav a,
.ts-flex-slider .flex-direction-nav a{
	opacity: 0;
	background: #000;
	color: #fff !important;
	text-align: center;
	text-shadow: none;
	line-height: 40px;
}

.portfolio-slider .flex-direction-nav a:before{
	font-size: 32px;
}

.portfolio-slider .flex-direction-nav a:hover,
.ts-flex-slider .flex-direction-nav a:hover {
	color: #fff;
	opacity: 1;
}


/*-- Pagination --*/

.pagination li a{
	border-radius: 0 !important;
	margin-right: 8px;
	-webkit-transition: all 350ms ease-in;
	-moz-transition: all 350ms ease-in;
	transition: all 350ms ease-in;

}

.pagination>.active>a, .pagination>.active>a:hover,
.pagination>li>a:hover{
	background: #c2252e;
	color: #fff;
	border: 1px solid transparent;
}

/* Top bar
================================================== */

#top-bar {
	background: #f8f8f8;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
	line-height: 1.2em;
	z-index: 500;
	position: fixed;
	width: 100%;
}

/* Top social */

.top-social{
	display: inline-block;
	float: left;
}

.top-social a{
	color: #999;
  	margin: 0 10px;
  	-webkit-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

.top-social a.fb:hover{
	color: red;
}

.top-social a.twt:hover{
	color: red;
}

.top-social a.gplus:hover{
	color: red;
}

.top-social a.linkdin:hover{
	color: red;
}

.top-social a.pint:hover{
	color: red;
}

.top-social a.drib:hover{
	color: red;
}

.top-social a i {
	vertical-align: middle;
	text-align: center;
	display: inline-block !important;

}

.header-info{
	display: inline-block;
}

.header-info-content{
	position: relative;
	top: 3px;
}

.header-info i{
	float: left;
  	margin-right: 8px;
	margin-top: 4px;
  	color: #c2252e;
}

.header-info .info-title{
	font-size: 12px;
	color: #999;
	margin: 0;
	display: inline-block;

}

.header-info .info-sub{
	color: #c2252e;
  	font-size: 16px;
  	font-weight: 700;
  	line-height: normal;
  	display: inline-block;
}


.consult{
	background-color: #c2252e;
  	padding: 3px 10px;
  	font-size: 11px;
  	text-transform: uppercase;
  	text-align: center;
  	display: inline-block;
  	border-radius: 25px;
  	margin-left: 15px;
}

.consult a{
	font-weight: 600;
	color: #fff;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}

.consult a:hover{
	color: rgba(0,0,0,.5);
}

.consult a i{
	margin-right: 2px;
	line-height: 20px;
	font-size: 12px;
	margin-left: 0;
}



/* Header
================================================== */
.header{
	background: #fff;
	padding: 40px 0 0;
	border-bottom: 2px solid #c2252e;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.15);
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.15);
}


/*-- Logo --*/

.navbar-header{
	z-index: 498;
	display: inline-block;
}

.navbar-brand{
	padding: 0;
}


/* Main navigation */

.navbar-fixed {
	opacity: 1;
	z-index: 99999;
  	position: fixed;
  	width: 100%;
  	top: 0;
  	-webkit-animation: fadeInDown 800ms;
  	-moz-animation: fadeInDown 800ms;
  	-ms-animation: fadeInDown 800ms;
  	-o-animation: fadeInDown 800ms;
  	animation: fadeInDown 800ms;
  	-webkit-backface-visibility: hidden;
}

.navbar-toggle.menu-button{
	background: #c2252e;
}

.navbar{
	border-radius: 0;
}

.navbar-right{
	padding-right: 0;
}

.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}

.navbar-toggle{
	border-radius: 0;
	margin-right: 5px;
}

.navbar-toggle .icon-bar{
	background: #fff;
}

ul.navbar-nav > li{
	/*border-right: 1px solid rgba(0,0,0,.15);*/
}

ul.navbar-nav > li:first-child > a{

}

ul.navbar-nav > li > a{
	font-weight: 700;
	text-transform: uppercase;
	color: #999;
	padding: 16px 15px;
	line-height: 33px;
	/*font-family: 'PT Serif', serif;*/
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 20px;
}

ul.navbar-nav > li.active > a,
ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus{
	color: #c2252e;
	background: transparent;
}

ul.navbar-nav > li > a i{
	font-weight: 400;
}

.nav .open>a, .nav .open>a:hover,
.nav .open>a:focus{
	background: transparent;
	border:0;
}

/* Dropdown */

.dropdown-menu{
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
	min-width: 200px;
	margin: 0;
	padding: 0;
}

.dropdown-menu ul, ul.dropdown-menu {
	list-style: none;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	box-shadow: 0 2px 1px rgba(0,0,0,0.15);
}

.dropdown-menu ul li, ul.dropdown-menu li {
	position: relative;
	background: #2a3786;
	min-width: 200px;
	white-space: nowrap;
}

.dropdown-menu ul li > a, ul.dropdown-menu li > a{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	padding: 15px 25px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.dropdown-menu > ul > li.active > a, ul.dropdown-menu > li.active > a{
	color: #999;
}

.dropdown-menu ul li > a:hover, ul.dropdown-menu li > a:hover,
.dropdown-menu ul li > a:focus, ul.dropdown-menu li > a:focus{
	color: #999;
}

.dropdown-menu ul li:last-child > a, ul.dropdown-menu li:last-child > a{
	border-bottom: 0;
}

.dropdown-menu ul li > a:hover, ul.dropdown-menu li > a:hover,
.dropdown-menu ul li > a:focus, ul.dropdown-menu li > a:focus{
	background: none;
}

.nav>li.megamenu{
	position: static;
}

.nav>li.megamenu .dropdown-menu {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding:20px !important;
	z-index: 1000;
	border-radius: 0;
	top: auto;
}

.nav>li.megamenu .dropdown-menu ul{
	margin-top: 4px;
	padding: 20px;
}

.dropdown .caret{
	margin-top: -3px;
}

/*- Menu search -*/
#menubar-search {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 220px;
}

#menubar-search input.search-field {
  background: rgba(0, 0, 0, .07);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  height: 38px;
  min-height: 38px;
}

#searchform i {
  position: absolute;
  right: 15px;
  top: 11px;
  color: rgba(0, 0, 0, .3);
  font-size: 14px;
  text-shadow: none;
}


/* Slideshow
================================================== */

/*-- Main slide --*/


#main-slide .item > img,
#main-slide .item > a > img,
#main-slide .item{
	-webkit-backface-visibility: hidden;
	height: 100%;
	width: 100%;
	max-width: inherit !important;
	min-width: inherit !important;
	max-height: inherit !important;
	min-height: inherit !important;
}

#main-slide .item .slider-content {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 50%;
	margin-top: -125px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	color: #fff;
}
#main-slide .slider-content.top{
	top: 33%;
}

.slider-content {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.slider-form {
	padding: 10px 5%;
	display: inline-block;
  	vertical-align: bottom;
	min-width: 50%;
	background: rgba(113,114,115,0.33);
}

.slider-text {
	display: inline-block;
  	vertical-align: bottom;
  	color: #fff;
  	margin-left: 30%;
  	padding-bottom: 0;
}

.slider-text p{
	margin: 20px 0 0 100px;
	font-weight: 400;
}

.slider-img, .slider-smalltext {
	display: block;
	position: absolute;
	bottom: 150px;
	left: 15%;
	width: 50%;
	max-height: 100%;
}

.slider-smalltext{
	bottom: 55px;
}

.slider-small-text-content{
	position: relative;
	text-align: left;
	left: 50%;
}

.slider-small-text-content h4{
	line-height: 34px;
	font-size: 18px;
}

.slider-small-text1, .slider-small-text2, .slider-small-text3,
.slider-small-text4{
	background: #c2252e;
	color: #fff;
	display: table;
	padding: 3px 8px;

}

.slider-small-text1{
	background: rgb(127,140,141);
}

.slider-small-text2{
	background: rgb(243,156,18);
}

.slider-small-text3{
	background: rgb(227,58,12);
}

.slider-small-text4{
	background: rgb(52,73,94);
}

.carousel-indicators li{
	width: 30px !important;
	height: 10px !important;
	margin: 1px !important;
	border-radius: 0 !important;
	background: rgba(255,255,255,.5);
}

#main-slide .carousel-indicators{
	bottom: 70px;
	display: none !important;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right,
#main-slide .carousel-indicators {
	opacity: 0;
	filter: alpha(opacity=0);
	background: none no-repeat;
	text-shadow: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right,
#main-slide:hover .carousel-indicators{
	opacity: 1;
	filter: alpha(opacity=100);
}

#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
    background-color: #c2252e;
}

#main-slide .carousel-control i{
	background: rgba(0,0,0,.5);
	color: #fff;
	line-height: 56px;
	width: 56px;
	height: 56px;
	font-size: 36px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#main-slide .carousel-control i:hover{
	background: #c2252e;
}

#main-slide:hover .carousel-control.left{
	left: 20px;
}

#main-slide:hover .carousel-control.right {
	right: 20px;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -105px;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .slider-content h2{
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

#main-slide .slider-content h3{
	font-size: 36px;
	margin-top: 30px;
	color: #fff;
	text-transform: uppercase;
}

#main-slide .slider-content .slider-desc{
	margin-right: 0;
	margin-top: 0;
	font-size: 20px;
}

#main-slide .flex-caption.slider-content h2{
	font-size: 48px;
}

#main-slide .flex-caption.slider-content h3{
	font-size: 28px;
}

.slider.btn{
	padding: 10px 35px;
	margin-top: 30px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}

.slider.btn.solid{
	margin-left: 15px;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}


/*-- Slideshow Home 3 --*/

#main-slide .slider2-content{
	left: 12%;
	text-align: left;
	background: rgba(0,0,0,0.5);
  	color: #fff;
  	width: auto;
  	max-width: 650px;
  	padding: 15px 15px 30px;
  	margin-top: -120px;
}

.slider2-content .slider-text{
	display: block;
	vertical-align: middle;
  	color: #fff;
  	padding-right: 0;
  	padding-bottom: 0;
  	margin-left: 0;
}

.slider2-content .slider-text p{
	margin: 20px 0 20px 0;
	color: #fff;
}

#main-slide .slider2-content .slider-text h2{
	font-size: 36px ;
}

.slider2-content .slider-text .readmore:hover{
	color: #fff !important;
}

#main-slide.slide2 .carousel-control .fa-angle-left,
#main-slide.slide2 .carousel-control .fa-angle-right{
	margin-top: -35px;
}

/*-- Animation */
.carousel .item.active .animated1 {

}

.active .animated2,
 .flex-active-slide .animated2{
	-webkit-animation: lightSpeedIn 1s ease-in 1000ms both;
	animation: lightSpeedIn 1s ease-in 1000ms both;
}

.active .animated3,
.flex-active-slide .animated3 {
	-webkit-animation: bounceInRight 2s ease-in-out 1200ms both;
	animation: bounceInRight 2s ease-in-out 1200ms both;
}

.active .animated4,
.flex-active-slide .animated4 {
	-webkit-animation: flipInX 2s ease-in 800ms both;
	animation: flipInX 2s ease-in 800ms both;
}

.active .animated5,
.flex-active-slide .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.active .animated6,
.flex-active-slide .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.active .animated7,
.flex-active-slide .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.active .animated8,
.flex-active-slide .animated8{
	-webkit-animation: bounceInDown 1s ease-in 800ms both;
	animation: bounceInDown 1s ease-in 800ms both;
}

/* Facts
================================================== */

.ts_counter{
	display: block;
	padding: 0;
	opacity: 0.9;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.facts-wrapper{
	background: #c2252e;
	color: #fff;
}

.facts {
	float: left;
  	position: relative;
	padding: 20px 30px 15px;
	min-height: 96px;
  	-moz-transition: all 300ms ease;
  	-webkit-transition: all 300ms ease;
  	-ms-transition: all 300ms ease;
  	-o-transition: all 300ms ease;
  	transition: all 300ms ease;
}

.facts:hover{
	background: #2a2d32 !important;
}

.facts.one{
	background: rgba(0,0,0,.3);
}

.facts.two{
	background: rgba(0,0,0,.2);
}

.facts.three{
	background: rgba(0,0,0,.15);
}

.facts.four{
	background: rgba(0,0,0,.09);
}

.facts-icon i{
  	font-size: 42px;
  	position: relative;
  	top: -3px;
  	text-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}

.facts-num{
	display: inline-block;
  	margin-left: 20px;
  	text-align: center;
}

.facts-num span{
	font-size: 32px;
	font-weight: 700;
	display: inline-block;
}

.facts h3{
	font-size: 16px;
	line-height: normal;
	margin-top: 3px;
	color: #fff;
}


/* Welcome
================================================== */

.intro{
	/*padding: 0 30px 0 0;*/
}

.intro h3{
	font-size: 30px;
}


.intro-image{
	max-width: 340px;
  	float: right;
  	position: absolute;
  	right: 55px;
  	top: 111px;
}

/* Services
================================================== */

.service{
	background: #fff;
}

.service-box{
	padding: 25px;
  	border-right: 1px solid #eee;
  	border-bottom: 1px solid #eee;
}

.service-row .service-box:first-child{
	padding-left: 0;
}

.service-row .service-box:last-child{
	border-right: 0;
}

.service-row.last .service-box{
	border-bottom: 0;
}

.service-content {
	position: relative;
	padding: 0;
	margin-left: 85px;
	overflow: hidden;
}

.service [class*=' col-']:last-child .service-content{
	border-right: 0;
}

.service-content h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
}

.service-icon{
	margin-top: 10px;
  	float: left;
  	background: #c2252e;
  	color: #fff;
  	border-radius: 100%;
  	font-size: 24px;
  	width: 60px;
  	height: 60px;
  	line-height: 60px;
  	text-align: center;
  	display: inline-block;
  	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}

.service-box:hover .service-icon{
	background: #000;
	color: #fff;
	border-radius: 0;
}

.service-content a{
	color: #2a3786;
}

.service-content a:hover{
	color: #c2252e;
}

/*-- Service Image --*/

.service-image .service-content {
	margin-left: 0;
}

.service-image .service-content h3{
	margin-top: 20px;
    font-size: 20px;
}

/* Choose us
================================================== */
.image-block{
	background: #f4f4f4;
}

.img-block-left{
	padding-left: 140px;
}

.img-block-left h2{
	font-size: 24px;
	font-weight: 400;
}

.img-block-left h3{
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
}

.and-divider{
	font-size: 48px;
  	margin: 10px 50px 20px;
  	display: block;
}

.img-block-left .practice-content h3{
	text-transform: capitalize;
}

/* Accordion main */
.accordion-main.panel-group{
	padding-right: 80px;
	margin-top: 25px;
}

.panel-group .panel{
	border-radius: 0;
	background:none;
}

.panel-default {
  border-color: rgba(0,0,0,.1);
}
.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid rgba(0,0,0,.2)
}

.panel-default>.panel-heading{
	border-radius: 0;
}
.panel-body img{
	max-width: 130px;
}

.panel-body a{
	color: #101010;
}

.accordion-main .panel-default>.panel-heading{
	background: none;
	border-color: #e7e7e7;
}


h4.panel-title{
	position: relative;
	padding-left: 30px;
	font-weight: 700;
	font-size: 16px;
}

h4.panel-title a{
	color: #c2252e;
}

h4.panel-title a.collapsed{
	color: #2a3786;
}

h4.panel-title a:hover{
	color: #c2252e;
}

h4.panel-title a:before,
h4.panel-title a.collapsed:before{
	font-family: 'FontAwesome', sans-serif;
	position: absolute;
	z-index: 0;
	font-size: 16px;
	left: 0;
	padding: 0 5px;
	text-align: center;
}

h4.panel-title a:before {
	content: "\f056";
}

h4.panel-title a.collapsed:before {
	content: "\f055";
}


/* Accordion common */

.panel-default>.panel-heading{
	border-color: #d4d4d4;
}

.panel-heading{
	padding-top: 8px;
	padding-bottom: 8px;
}

.panel-body p{
	color: #2a3786;
}


/* Quote area
================================================== */

.quote-area{
	background: #f2f2f2;
}

.get_quote_content h3 {
  font-size: 20px;
  margin: 43px 0 10px 0;
}

.get_quote_content i {
  	font-size: 36px;
  	color: #c2252e;
  	margin-top: 25px;
}

.get_quote_content .quote_call {
  font-size: 24px;
  line-height: 40px;
}

.get_quote_content .quote_call strong {
  display: block;
  font-size: 32px;
  color: #c2252e;
}

.get_quote_form {
  position: relative;
  background: #f7f7f7;
  border: 5px solid #eaeaea;
  margin: 40px 35px 0;
  padding: 30px 20px 0;
  border-radius: 4px;
}

.get_quote_form label{
	font-weight: normal;
}


/* Action area
================================================== */

/*.action-area{*/
	/*background: #c2252e url(../images/parallax/parallax1.jpg);*/
	/*color: #fff;*/
/*}*/

.action-content{
	max-width: 700px;
	margin: 0 auto;
}

.action-area h2 {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.action-content .btn{
	margin: 0 10px;
}


/* Practice Area
================================================== */

/* Practice Classic */

.practice-classic{
	padding: 80px 0;
}

.practice-classic .ts-padding{
	padding: 50px 60px 60px;
	height: 300px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.practice-classic .row:last-child .ts-padding{
	border-bottom: 0;
}

.practice-classic .ts-padding:hover .practice-icon{
	color: #999;
}

.practice-icon {
  font-size: 40px;
  color: #c2252e;
  display: block;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}


/*-- Isotope Portfolio start --*/

.practice-area .grid{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#isotope .isotope-item{
	padding:0;
}

.isotope-nav{
	margin: 40px auto 50px;
	display: inline-block;
}

.isotope-nav ul{
	list-style: none;
	margin: 0;
}

.isotope-nav ul li{
	float: left;
	margin-right: 10px;
}

.isotope-nav ul li a{
	color: #DE7C68;
	border: 1px solid #e7e7e7;
	text-align: center;
  	width: auto;
  	display: inline-block;
	padding: 4px 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.isotope-nav ul a.active,
.isotope-nav ul a:hover{
	color: #fff;
	background: #c2252e;
	position: relative;
	border: 1px solid transparent;
}

.isotope-nav ul a.active:after,
.isotope-nav ul a:hover:after{
	border: 7px solid #c2252e;
  	position: absolute;
  	content: " ";
  	width: auto;
  	height: auto;
  	bottom: -13px;
  	margin-left: -8px;
  	left: 50%;
}

.practice-area .grid {
	position: relative;
	overflow: hidden;
}

.practice-area .grid:hover:after,
.practice-area .grid:hover .hover-wrapper{
	opacity: 1;
}

.practice-area .grid:after{
	position: absolute;
	content: '';
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.practice-area .hover-wrapper{
	opacity: 0;
	color: #fff;
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.practice-area .hover-content{
	padding: 20px;
	text-align: center;
	margin-top: 45px;
}

.practice-area .hover-content p{
	color: #fff;
}

.practice-area .grid h3{
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 0 0 15px;
	line-height: normal;

}

.practice-area .grid h3 a{
	color: #fff;
}

.practice-area .btn.btn-primary{
	margin-top: 5px;
	font-size: 12px;
  	padding: 8px 20px;
}


.practice-more{
	margin: 40px 0 0;
}
.practice-more .btn{
	font-size: 18px;
}

/*--- Practice area single ---*/

.practice-content h2{
	font-size: 28px;
	line-height: 28px;
}

.practice-content h3{
	margin-top: 20px;
	font-size: 18px;
	line-height: 20px;
}

.practice-content ul {
  	margin: 0 0 15px 0;
  	list-style: none;
}

.practice-content ul li {
  	position: relative;
}

.practice-content ul li::before {
  	content: "\f061";
  	font-family: 'FontAwesome', sans-serif;
  	margin-left: -17px;
  	margin-right: 10px;
}


.widget .team-classic .team-img-wrapper img{
	float: none;
}

.widget .team-classic .team-content{
	border: 0;
}


/* Attorneys
================================================== */

/* Attorney Classic */

.team-classic .team-img-wrapper img{
	float: left;
  	max-width: 260px;
  	min-height: 300px;
  	margin-right: 25px;
}

.team-classic .team-content{
	padding: 0 10px 0 0;
	border: 1px solid #eee;
	border-left: 0;
	min-height: 300px;
}

.team-content h3.ts-name {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
}

.team-content .ts-designation {
  font-size: 14px;
  color: #999;
}

p.team-info{
	margin-bottom: 5px;
}

.team-info.email{
	color: #c2252e;
	font-weight: 600;
}

.team-social{
	margin: 5px 0;
}

.team-social a {
	color: #999;
	margin-right: 5px;
	font-size: 12px;
}

.team-social a:hover{
	color: #c2252e;
}

.team-content .ts-team-desc {
  margin: 15px 0;
}

.team-content .btn.btn-primary{
	padding: 7px 15px;
	font-size: 12px;
}





.team-carousel{
	margin-top: 40px;
}

.team-carousel .team-img-wrapper {
  	position: relative;
  	text-align: center;
}
.team-wrapper{
	max-width: 260px;
  	min-height: 260px;
  	border:1px solid #e7e7e7;
	position: relative;
	text-align: center;
	margin: 0 auto;
	background: #FFFFFF;
  	padding-bottom: 20px;
  	-webkit-transition: all 0.2s ease-out;
  	-moz-transition: all 0.2s ease-out;
  	-o-transition: all 0.2s ease-out;
  	transition: all 0.2s ease-out;
}

.team-wrapper:hover{
	background: #c2252e;
	color: #fff;
}

.team-wrapper:hover .team-social a{
	color: #fff;
}

.team-wrapper:hover h3.ts-name, .team-wrapper:hover p.ts-designation {
	color: #fff;
}

.team-wrapper:hover .social-icons a{
	border: 1px solid transparent;
	background: #DE7C68;
	color: #fff;
}

.team-wrapper img{
	display: block;
	max-width: 100%;
}


.team-carousel .team-content{
	text-align: center;
}


.team-carousel .owl-controls .owl-buttons div{
	background: #c2252e !important;
	color: #fff;
	font-size: 20px !important;
	margin-top: 30px;
}

.team-carousel .owl-controls .owl-buttons div:hover,
.team-carousel.team-page .owl-controls .owl-buttons div:hover{
	color: #fff;
	background: #272727 !important;
}

.team-carousel.team-page .owl-controls .owl-buttons div{
	background: #f1f1f1;
}

/*--- Attorneys single ---*/

.attorneys-single img.img-thumbnail{
	max-width: 300px;
}

.attorney-short-desc {
	border-bottom: 2px solid #e7e7e7;
  	margin-bottom: 20px;
 	padding-bottom: 10px;
  	overflow: hidden;
}

.attorney-short-desc h2 {
	margin:0;
	line-height: normal;
	font-size: 24px;
}

.attorney-short-desc span.desg {
  font-size: 16px;
  display: block;
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.attorney-short-desc span.cont{
	margin-right: 8px;
	margin-top: 10px;
	display: inline-block;
	font-size: 16px;
	border-right: 2px solid #888;
	padding-right: 8px;
	line-height: 16px;
}
.attorney-short-desc span.cont strong{
	margin-right: 5px;
}
.attorney-short-desc span.cont:last-child{
	border-right: 0;
}

.attorney-short-desc a.readmore{
	margin-top: 10px;
	padding: 6px 15px;
	font-size: 12px;
}

.attorneys-panel{
	padding-top: 10px;
}

.attorneys-panel h4.panel-title{
	padding-left: 5px;
}

.attorneys-panel h4.panel-title a:before,
.attorneys-panel h4.panel-title a.collapsed:before{
	right: 0;
	left: auto;
	padding: 0 4px;
}

.attorneys-panel .panel-body{
	background: #f8f8f8;
}

.attorneys-panel .panel-body ul{
	margin-left: 0;
	padding-left: 25px;
}

/* Testimonials
================================================== */

/*.testimonails{*/
	/*background: #c2252e url(../images/parallax/parallax2.jpg);*/
	/*padding: 60px 0;*/
/*}*/

.testimonial-slide .testimonial-text{
	color: #2a3786;
	font-size: 16px;
	line-height: 28px;
	max-width: 950px;
	display: inline-block;
	position: relative;
	font-style: italic;
	margin-top: 35px;
	margin-bottom: 25px;
}

.testimonial-slide .testimonial-text:before{
	content: "\f10d";
	font-family: 'FontAwesome', sans-serif;
	padding-right: 10px;
	color: #c2252e;
}
.testimonial-slide .testimonial-text:after{
	content: "\f10e";
	font-family: 'FontAwesome', sans-serif;
	padding-left: 10px;
	color: #c2252e;
}

.testimonial-thumb img{
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border:3px solid #c2252e;
}

.testimonial-slide .testimonial-content h3.name{
	font-size: 16px;
	font-weight: 700;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}

.testimonial-slide .testimonial-content h3 span{
	display: block;
	font-size: 13px;
	margin-top: -10px;
	text-transform: capitalize;
	color: #555;
}

.testimonial-slide .owl-buttons{
	display: none;
}

/* Pagination */

.testimonial-slide.owl-theme .owl-controls{
	margin: 0;
}

/* Testimonials Page */

.ts-testimonial-content {
	position: relative;
  	padding: 30px 30px 5px 65px;
  	margin-bottom: 30px;
  	border: 2px solid #c2252e;
}

.ts-testimonial-content:before {
	content: '\f10d';
  	font-family: 'FontAwesome', sans-serif;
  	padding-right: 10px;
  	font-size: 28px;
  	left: 25px;
  	position: absolute;
  	top: 30px;
  	color: #c2252e;
}

.ts-testimonial-content:after {
	border-left: 25px solid transparent;
  	bottom: -25px;
  	content: "";
  	height: 0;
  	left: 20px;
  	position: absolute;
  	width: 0;
  	z-index: 1;
  	border-top: 25px solid #c2252e;
}

.ts-testimonial-thumb {
	float: left;
	padding-left: 30px;
	width: 100%;
	padding-bottom: 20px;
}

.ts-testimonial-thumb img {
	width: 80px;
	height: 80px;
}

.ts-testimonial-thumb h3.name {
	font-size: 16px;
	margin: 10px 0 0;
}

.ts-testimonial-thumb h3 span {
	display: block;
	font-size: 13px;
	margin-top: -10px;
	text-transform: capitalize;
  	color: #555;
}

/* Content area
================================================== */

.main-content {
	background: #f4f4f4;
}

.main-content .video-embed{
	margin-top: 40px;
	margin-bottom: 20px;
}

/* Video center */

.video-embed {
	position: relative;
	padding-top: 57.25%; /* 16:9 */
	height: 0;
	background-color: #000000;
}

.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 !important;
}


/* Case Results */

.feature-content {
	padding: 0 10px 25px 10px;
	margin-top: 20px;
	border: 1px solid rgba(0,0,0,.15);
	position: relative;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}
.feature-icon{
	color: #c2252e;
  	font-size: 32px;
  	display: inline-block;
  	background: #f4f4f4;
  	padding: 10px 15px;
  	top: -30px;
  	position: relative;
}

.feature-content h3 {
	font-size: 16px;
	line-height: normal;
	margin-top: -10px;
	margin-bottom: 5px;
}

.feature-content h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
  	color: #7C7C7C;
}

.feature-content a.readmore{
	margin-top: 10px;
	font-size: 12px;
  	padding: 4px 10px;
}

.feature-content a.readmore i{
	margin-left: 5px;
}

/* Clients
================================================== */

/*.clients{*/
	/*padding: 50px 0 40px;*/
/*}*/

/*.client-carousel .item a{*/
	/*margin: 0 20px;*/
	/*border-radius: 4px;*/
	/*display: inline-block;*/
	/*padding: 10px;*/
	/*-webkit-transition: all 350ms;*/
	/*-ms-transition: all 350ms;*/
	/*transition: all 350ms;*/
/*}*/

/*.client_logo img{*/
	/*-webkit-filter: grayscale(100%);*/
  	/*-moz-filter: grayscale(100%);*/
  	/*-ms-filter: grayscale(100%);*/
  	/*-o-filter: grayscale(100%);*/
  	/*filter: grayscale(100%);*/
/*}*/

/*.client_logo img:hover{*/
	/*-webkit-filter: grayscale(0%);*/
	/*filter: grayscale(0%);*/
/*}*/


/*.client-carousel.owl-theme .owl-controls{*/
	/*margin-top: 20px;*/
/*}*/




/* Footer top
================================================== */

.footer-top{
	padding: 20px 0 18px;
}

.footer-top-box{
	background: #c2252e;
	color: #fff;
	padding: 0;
}


.footer-top-box .box-content{
	min-height: 150px;
	padding: 20px 40px;
	position: relative;
}

.footer-top-box .box1{
	background: #a50203;
}

.footer-top-box .box-content.box1:after{
	border-top-color: #a50203;
}

.footer-top-box .box2{
	background: #ae0002;
}

.footer-top-box .box-content.box2:after{
	border-top-color: #ae0002;
}

.footer-top-box .box3{
	background: #ba0002;
}

.footer-top-box .box-content.box3:after{
	border-top-color: #ba0002;
}

.footer-top-box .box-content:after{
	bottom: -38px;
  	left: 50%;
  	border: 20px solid transparent;
  	border-top-color: #c2252e;
  	content: " ";
  	height: 0;
  	width: 0;
  	position: absolute;
  	pointer-events: none;
  	margin-left: -15px;
}

.footer-top-box h3{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 16px;
	color: #fff;
}

.footer-top-box p{
	color: #fff;
	margin-bottom: 0;
}

.subscribe .form-control{
	border: 1px solid rgba(0,0,0,.1);
  	color: #fff;
}

.subscribe .input-group{
	display: block;
}

.subscribe .btn.btn-primary {
	background: rgba(0,0,0,.15);
	position: relative;
  	top: -38px;
  	float: right;
  	right: 6px;
  	padding: 0 20px;
  	font-size: 12px;
  	line-height: 34px;
  	height: 32px;
}

.subscribe .btn.btn-primary:hover{
	background: #101010;
	color: #fff;
}

.footer-address{
	border-left: 1px solid rgba(255,255,255,.1);
  	padding-left: 30px;
}

.footer-social a{
	background: #101010;
	background: rgba(0,0,0,.15);
  	width: 32px;
  	height: 32px;
  	line-height: 32px;
  	border-radius: 100%;
	margin-right: 4px;
	text-align: center;
	color: #fff;
	display: inline-block;
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	transition: all 350ms;
}

.footer-social a:hover{
	background: #101010;
}

/* Footer
================================================== */

.footer{
	background: #2a2a44;
	color: #c5c5c5;
	padding: 40px 0;
	position: relative;
}


.footer-widget .widget_title{
	color: #fff;
	font-size: 20px;
}


/* Latest Post */

.latest-post-items.media{
	margin-top: 8px;
}

.latest-post-image img{
	width: 70px;
	height: 60px;
}

.footer-widget .latest-post-image img{
	border: 3px solid rgba(255,255,255,.3);
}

.latest-post-content h4{
	font-size: 14px;
	margin-top: 0;
  	line-height: 18px;
}

.latest-post-content h4 a {
  color: #DE7C68;
}

.latest-post-content h4 a:hover{
	color: #c2252e;
}


.footer-widget .latest-post-content h4 a{
	color: #fff;
}

.footer-widget .latest-post-content h4 a:hover{
	color: #c2252e;
}

.footer-widget .post-meta span{
	border-right: 1px solid #555;
}


/* Footer ul li */

.footer-widget ul.nav li {
  	line-height: 28px;
  	position: relative;
  	width: 50%;
  	float: left;
}

.footer-widget ul.nav li a:before {
  	content: "\f061";
  	font-family: 'FontAwesome', sans-serif;
  	margin-right: 10px;
  	font-size: 11px;
  	color: #fff;
}

.footer-widget ul.nav li a {
  	color: #fff;
  	position: relative;
  	font-size: 14px;
  	padding: 0 0 8px;
}

.footer-widget ul.nav li a:hover {
  	color: #c2252e;
	background: transparent;
}

/* Footer Tags */

.footer-widget .widget-tags ul > li a{
	color: #fff;
	border: 1px solid transparent;
	background: rgba(0,0,0,.3);
}


/* Footer Quick contact */

.footer-about p{
	color: #fff;
}

.qc-form{
	margin-top: 20px;
}

.qc-form .form-control{
	border: 1px solid rgba(255,255,255,.1);
	background: rgba(0,0,0,.3);
	min-height: 40px;
	color: rgba(255,255,255,.5);
}

.qc-form .form-control:focus {
	border: 1px solid rgba(255,255,255,.3); !important;
}

.qc-form textarea.form-control{
	height: auto;
}

.qc-form .form-control::-webkit-input-placeholder { /* WebKit browsers */
    text-shadow: none;
    font-weight: normal;
    font-size: 13px;
}
.qc-form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  	color:   rgba(255,255,255,.5) ;
    text-shadow: none;
    font-weight: normal;
    font-size: 13px;
   	opacity:  1;
}
.qc-form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   	color:   rgba(255,255,255,.5) ;
    text-shadow: none;
    font-weight: normal;
    font-size: 13px;
   	opacity:  1;
}
.qc-form .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
   	color:   rgba(255,255,255,.5) ;
    text-shadow: none;
    font-weight: normal;
    font-size: 13px;
}

.qc-form button{
	font-size: 12px;
	padding: 0 20px !important;
  	line-height: 40px;
  	height: 38px;
	background: #c2252e;
	border: 0 !important;
	box-shadow: none !important;
}

.qc-form button:hover{
	background: #DE7C68 !important;
}
.qc-form .form-control.form-control-warning {
	background: rgba(0,0,0,.3) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E") no-repeat center right .5625rem;
	background-size: 2.7rem 1.7rem;
}

/* Copyright
================================================== */

.copyright, .copyright:hover{
	position: relative;
	padding: 30px 0;
	color: #c5c5c5;
}

.copyright-info{
	padding-top: 8px;
}

.footer-logo{
	margin-left: -80px;
  	display: inline-block;
}

.footer-nav li{
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	margin-top: 12px;
	border-right: 1px solid #c5c5c5;
}

.footer-nav li:last-child{
	border-right: 0;
}

.footer-nav li a{
	color: #c5c5c5;
	padding: 0 8px;
}

.footer-nav li a:hover{
	color: #fff;
}

#back-to-top {
	position: fixed;
	right: 40px;
	bottom: 50px;
	z-index: 101;
	visibility: hidden;
}

#back-to-top.affix {
	visibility: visible;
}

#back-to-top .btn.btn-primary{
	border-radius: 3px;
	padding: 0;
	font-size: 18px;
	width: 36px;
	height: 36px;
	background: rgba(0,0,0,.9);
	border: 2px solid transparent;
	color: #fff;
	opacity: .5;
}

#back-to-top .btn.btn-primary:hover{
	opacity: 1;
	background: #c2252e !important;
	color: #fff !important;
}



/* Banner area
================================================== */

#banner-area{
  	background: #f2f2f2;
  	padding: 20px 0;
  	border-bottom: 1px solid #f1f1f1;
  	position: relative;
}

#banner-area:before, #banner-area:after {
  	z-index: -1;
  	position: absolute;
  	content: "";
  	bottom: 15px;
  	left: 0;
  	width: 50%;
  	top: 80%;
  	max-width: 300px;
  	background: #777;
  	-webkit-box-shadow: 0 15px 10px #777;
  	-moz-box-shadow: 0 15px 10px #777;
  	box-shadow: 0 15px 10px #777;
  	-webkit-transform: rotate(-3deg);
  	-moz-transform: rotate(-3deg);
  	-o-transform: rotate(-3deg);
  	-ms-transform: rotate(-3deg);
  	transform: rotate(-3deg);
}

#banner-area:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 0;
  left: auto;
}

.banner-title-content{
	position: relative;
	vertical-align: middle;
}
.banner-title-content h2{
	font-size: 24px;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.banner-title-content .breadcrumb{
	background: none;
	font-weight: 400;
	padding: 2px 0;
}

.breadcrumb{
	margin-bottom: 0;
}

/* Case Results
================================================== */

/* Table */

.table-cases tr>td{
	vertical-align: middle !important;
	padding: 25px !important;
	font-size: 15px;
}

.table-cases thead th{
	background: #c2252e;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
  	padding: 10px 15px !important;
  	border-bottom: 0 !important;
  	vertical-align: middle !important;
}

.table-cases .case-amount{
	font-size: 24px;
	color: #c2252e;
}

.table-cases tr>td strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

table>thead>tr>th, table>tbody>tr>th,
table>tfoot>tr>th, table>thead>tr>td,
table>tbody>tr>td, table>tfoot>tr>td{
	padding: 10px 20px;
}

/* News
================================================== */


/*-- Categories --*/

.featured-image img{
	max-width: 100%;
}

.post-entry{
	padding-bottom: 40px;
}

h3.post-title{
	font-size: 18px;
	line-height: normal;
	margin-bottom: 5px;
}

.post-thumb{
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.post-thumb:hover a img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.post-thumb img{
	max-width: 360px;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	-ms-transition: -ms-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.post-meta{
	color: #6A6A6A;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 0 7px;
}
.post-meta span{
	padding-right: 7px;
	margin-right: 5px;
	border-right: 1px solid #e5e5e5;
	line-height: 12px;
	display: inline-block;
}

.post-meta span.post-meta-comments{
	border-right: 0;
}

.post-meta a{
	color:#6A6A6A;
}

.entry-content{
	padding: 20px 0 10px;
}

.entry-footer a.readmore{
	padding: 4px 10px;
	font-size: 12px;
}

.post-entry .video-embed{
	margin-top: 0;
}

.post-meta a:hover{
	color: #c2252e;
}

.author-url span a:hover{
	color: #c2252e;
}

.comments-counter a:hover{
	color: #c2252e;
}

.comments-list .comment-reply:hover{
	color: #c2252e;
}


/*-- Single post --*/

.single-post .post-media{
	padding-bottom: 20px;
}

.single-post .post-meta{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.single-post h2.post-title{
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 0;
	line-height: normal;
}


/*-- Author info --*/

.author-box{
	background: #f2f2f2;
	padding: 0 20px 0 0;
	margin: 40px 0;
}

.author-img img{
	margin-right: 30px !important;
	width: 150px;
}

.author-url span a{
	color: #959595;
}

.author-info h3{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 16px;
}

/* Blog post comments */

.comments-counter{
	font-size: 24px;
}
.comments-counter a{
	color: #DE7C68;
}

.comments-list{
	list-style: none;
	margin: 0;
	padding: 20px 0;
}

.comments-list .comment{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.comments-list .comment.last{
	border-bottom: 0;
}
.comments-list img.comment-avatar{
	width: 84px;
	height: 84px;
}

.comments-list .comment-body{
	margin-left: 120px;
}

.comments-list .comment-author{
	margin-bottom: 0;
	font-weight: 400;
}

.comments-list .comment-date{
	font-style: italic;
	color: #6A6A6A;
	margin-bottom: 20px;
}

.comments-list .comment-reply{
	text-transform: uppercase;
	color: #DE7C68;
}

.comments-reply{
	list-style: none;
	margin: 0 0 0 70px;
}

.comments-form .btn.btn-primary{
	padding: 10px 20px;
}

.comments-form h3{
	margin-bottom: 20px;
}

.comments-form label{
	font-weight: normal;
	color: #6A6A6A;
}


/* Sidebar
================================================== */

.sidebar .widget{
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
}

.sidebar h3.widget-title{
	font-size: 18px;
	line-height: normal;
	margin-top: 0;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
	position: relative;
}

.sidebar h3.widget-title:before{
	content: "";
	position: absolute;
	display: inline-block;
	top: 36px;
	left: 0;
	width: 30%;
	height: 2px;
	background: #c2252e;
}

.sidebar .widget {
	margin-bottom: 40px;
}


.widget-tab h4.entry-title a:hover,
.widget-categories ul.category-list  li a:hover,
.archive-list li a:hover{
	color: #c2252e;
}

.widget-tags ul > li a:hover{
	background: #c2252e;
}

.sidebar-left .nav-tabs>li>a:hover,
.sidebar-left .nav-tabs>li.active>a,
.sidebar-left .nav-tabs>li.active>a:focus{
	color: #c2252e;
}

.sidebar-left .nav-tabs>li.active>a:after,
.sidebar-left .nav-tabs>li>a:hover:after{
	background: #c2252e;
}


/* Sidebar left */

.sidebar-left .nav-tabs>li>a{
	position: relative;
	border-radius: 0;
	font-weight: 400;
	color: #DE7C68;
	margin: 0;
	font-family: 'Droid Serif', serif;
}

.sidebar-left .nav-tabs>li>a:after{
	content: "\f105";
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	font-family: 'FontAwesome', sans-serif;
	color: #DE7C68;
	position: absolute;
	width: 22px;
	height: 22px;
	line-height: 20px;
	right: 10px;
	top: 50%;
	margin-top: -11px;
	border-radius: 100%;
	text-align: center;
}

.sidebar-left .nav-stacked>li{
	border: 1px solid #e5e5e5;
	margin-bottom: -3px;
}

.nav-tabs{
	border: 0;
}

.sidebar-left .nav-tabs>li>a:hover{
	background: #f9f9f9;
}

.sidebar-left .nav-tabs>li.active>a,
.sidebar-left .nav-tabs>li.active>a:focus{
	background: #f9f9f9;
}

.sidebar-left .nav-tabs>li.active>a:after,
.sidebar-left .nav-tabs>li>a:hover:after{
	color: #fff;
	border: 1px solid rgba(0,0,0,.3);
}


/* Search */

#search .input-group-btn button{
	margin: 0;
	padding: 10px 15px;
	border-radius: 0;
}

/*--  Facts --*/
ul.facts-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.facts-list li{
	margin-bottom: 15px;
	padding-bottom: 15px;
}

ul.facts-list .facts-number{
	font-size: 32px;
	margin-right: 5px;
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}

ul.facts-list .facts-number strong{
	display: block;
	margin-right: 20px;
}

ul.facts-list .facts-title{
	display: table-cell;
	vertical-align: top;
}


/*--  Category widget --*/

.widget-categories ul.category-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-categories ul.category-list  li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.widget-categories ul.category-list  li:hover{
	padding-left: 10px;
}
.widget-categories ul.category-list  li a{
	color: #DE7C68;
}

.widget-categories ul.category-list  li:last-child{
	border-bottom: 0;
}

.widget-categories ul.category-list  li .posts-count{
}

/*-- Tags widget --*/

.widget-tags ul > li {
	float: left;
}

.widget-tags ul > li a{
	padding: 4px 10px;
	float: left;
	display: block;
	font-size: 13px !important;
	margin: 4px;
	border-radius: 2px;
	color: #DE7C68;
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.widget-tags ul > li a:hover{
	color: #fff;
}

/*-- Archive --*/

.archive-list li a{
	color: #DE7C68;
}

/* Photo Gallery */

.img-gallery a.thumb-holder{
	overflow: hidden;
	position: relative;
}

.img-gallery a.thumb-holder img {
	margin: 10px;
	display: inline-block;
	width: 260px;
	height: 260px;
	border-radius: 2px;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.img-gallery a.thumb-holder:hover img{
	opacity: 0.7;
}


/* Contact
================================================== */

/* Contact info */

.contact-info-box{
	margin-top: 30px;
}

.contact-info-box h3{
	font-size: 14px;
	line-height: normal;
}

.contact-form{
	margin-top: 40px;
}
.contact-form label{
	font-weight: normal;
}

.map-wrapper{
	position: relative;
}

.map {
	height: 400px;
	z-index: 0;
}

.content.container {
	padding: 15px;
}

.content.container:has(.page.gallery) {
	width: 90%;
}

.consult{
	position: relative;
}

#consultation-dialog {
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	padding: 20px;
	font-size: 18px;
	box-shadow: 0 0 3px #323232;
	background: #fff;
	z-index: 999;
}
#consultation-overlay {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	z-index: 998;
}

#consultation-dialog .fa-close {
	color: #DE7C68;
	cursor: pointer;
	margin-top: -10px;
    margin-right: -10px;
}
#consultation-dialog .fa-close:hover {
	color: #c2252e;
}

#consultation-dialog ul.consultation-tabs li {
	list-style: none;
	display: inline-block;
	width: 32%;
	cursor: pointer;
	vertical-align: middle;
}
#consultation-dialog ul.consultation-tabs li:hover,
#consultation-dialog ul.consultation-tabs li.active{
	background: rgba(42,55,134, 0.3);
	border-radius: 8px;
}
#consultation-dialog ul.consultation-tabs li:hover {
	-webkit-animation: fadeIn .1s;
	animation: fadeIn .1s;
}

#consultation-dialog ul.consultation-tabs li:hover h4,
#consultation-dialog ul.consultation-tabs li.active h4{
	color: #c2252e;
	text-decoration: underline;
}

#consultation-dialog ul.consultation-tab li {
	list-style: none;
	display: none;
}
#consultation-dialog ul.consultation-tab li.active {
	display: block;
}
#consultation-dialog ul.consultation-tab img {
	width: 100%;
	box-shadow: 0 0 3px #323232;
}

/* Video and video background */
.video-background-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

iframe{
	border: 0;
	width: 100%;
}

@media ( min-width : 1200px ) {
	.content.container {
		min-height: 500px;
	}

	#consultation-dialog {
		width: 1140px;
	}

	.page-header-image {
		background-size: 100% auto;
	}
}

@media ( max-width : 1199px ) {
	.page-header-image {
		min-height: 30vh !important;
	}
}

@media ( min-width: 768px ) {
	.video-section {
		padding: 100px 0;
	}
}
@media ( min-width: 992px ) {
	.video-section {
		padding: 120px 0;
	}
}


/* Buttons */

.btn.btn-default{
	background: #DE7C68;
	color: #fff;
}

/* Forms */

.quote-form-wrapper.features{
	margin-top: 0 !important;
}

/* Carousel */

.slide-carousel .item img{
	padding: 5px;
}

.languages {
	width: 150px;
	padding: 5px 20px;
}
.languages ul {
	width: 100%;
	margin: 0;
	padding: 0 5px;
}
.languages ul li {
	text-align: center;
	padding: 0 10px;
	border-right: 1px solid #ddd;
}
.languages ul li:last-child {
	border: 0;
}

.languages ul li span {
	display: none;
}

.languages ul li i {
	box-shadow: 0 0 3px #666;
}

.administration_panel {
	margin: 0 15px;
}

.page-header-image {
	min-height: 460px;
	background: center center repeat-x #eee;
}

.alert{
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 900;
}

#general-form input,
#general-form textarea{
	background: rgba(100,100,100,0.4);
	color: #fff;
}
#general-form .form-control:focus {
	border: 1px solid #c2252e !important;
}

.edit-mode {
	position: fixed;
	background: #FFF;
	border-bottom: 2px solid #c2252e;
	width: 100%;
	height: 50px;
	overflow: hidden;
	padding: 5px;
	top: 0;
	left: 0;
	z-index: 800;
}
.edit-mode .btn {
	margin: 0 5px;
}
.edit-mode .col-xs-6 {
	min-width: 630px !important;
}
.edit-mode-space {
	height: 50px;
	padding: 5px;
}
.administration_panel {
	line-height: 40px;
}
.mce-content-body {
	-moz-box-shadow: inset 0 0 10px #888;
	-webkit-box-shadow: inset 0 0 10px #888;
	box-shadow: inset 0 0 5px #c2252e;
    background: rgba(42, 55, 134, 0.1) !important;
}

.carousel-multiple-items {
	min-height: 300px;
}

.carousel-multiple-items .news-col-item {
	padding: 10px;
}

.carousel-multiple-items.ec .news-col-item {
	display: block !important;
}
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Responsive styles
================================================== */

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {

	/* Heade Box */

	.header-box.right{
		padding-left: 18px;
	}

	/* Navbar */
	.ts-mainnav .navbar-collapse{
		padding-left: 0;
	}

	.navbar-brand{
		float: none;
	}

	/* Dropdown animation */
	.navbar-nav {
		margin-top: 10px;
	}
	.navbar-nav .dropdown-menu,
	.navbar-nav .menu_level_2,
	.navbar-nav .dropdown.megamenu .dropdown-menu{
		border: 0;
		box-shadow: none;
		display: block;
		opacity: 0;
		z-index:1;
		visibility:hidden;
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8);
		-webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(.43, .26, .11, .99);
		-moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(.43, .26, .11, .99);
		-o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(.43, .26, .11, .99);
		-ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(.43, .26, .11, .99);
		transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(.43, .26, .11, .99);
	}

	.navbar-nav .dropdown:hover > .dropdown-menu,
	.navbar-nav .dropdown-menu li:hover > .menu_level_2,
	.navbar-nav .dropdown.megamenu:hover > .dropdown-menu{
		opacity: 1;
		visibility:visible;
		color: #2a3786;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	 }
	 .navbar-nav .dropdown-backdrop {
		visibility: hidden;
	}
	
	ul.navbar-nav > li > a i{
		display: none;
	}

	.dropdown-menu .menu_level_2 {
		top: 0;
		left: 100%;
		position: absolute;
	}

	#back-to-top{
		right: 20px;
	}

	li.nav-header > a:after{
		display: inline-block;
		content: '';
		position: absolute;
		right: 10px;
		top: 40%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #ffffff;
	}

	.carousel-inner img {
		min-height: 800px;
	}

	.news .news-full-content .main-image {
		float: left;
		max-width: 50%;
		margin-top: 0 !important;
		height: 300px;
	}
}

/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width: 1199px) {
	#consultation-dialog {
		width: 770px;
	}
	#consultation-dialog .col-md-4,
	#consultation-dialog .col-md-8{
		width: 50%;
	}
	#consultation-dialog h4 {
		font-size: 12px;
	}

	/* Header */
	.navbar-header{
		padding: 5px 10px;
	}	

	/*--- Navigation-- */
	
	ul.navbar-nav > li > a{
		padding: 8px;
		font-size: 12px;
	}

	/* Dropdown animation */
	.navbar-nav .dropdown-menu,
	.navbar-nav .menu_level_2,
	.navbar-nav .dropdown.megamenu .dropdown-menu{
		background: none;
		border: 0;
		box-shadow: none;
		display: block;
		opacity: 0;
		z-index:1;
		visibility:hidden;
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8);
		-webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(.43, .26, .11, .99);
		-moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(.43, .26, .11, .99);
		-o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(.43, .26, .11, .99);
		-ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(.43, .26, .11, .99);
		transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(.43, .26, .11, .99);
	}

	.navbar-nav .dropdown:hover > .dropdown-menu,
	.navbar-nav .dropdown-menu li:hover > .menu_level_2,
	.navbar-nav .dropdown.megamenu:hover > .dropdown-menu{
		opacity: 1;
		visibility:visible;
		color: #777;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	 }
	 .navbar-nav .dropdown-backdrop {
		visibility: hidden;
	}

	 .dropdown-menu .menu_level_2 {
		top: 0;
		left: 100%;
		position: absolute;
	}

	 li.nav-header > a:after{
		display: inline-block;
		content: '';
		position: absolute;
		right: 10px;
		top: 40%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #ffffff;
	}

	/* Slideshow */

	#main-slide .item img, #main-slide .item{
		height: auto;
	}

	#main-slide .slider-content{
		margin-top: -60px;
	}

	#main-slide .carousel-control .fa-angle-left, 
	#main-slide .carousel-control .fa-angle-right{
		margin-top: -25px;
	}

	.slider-img img{
		width: 80%;
	}

	.slider-img{
		left: 10%;
	}

	.slider-text.italic h2{
		font-size: 26px !important;
	}

	.slider-smalltext{
		bottom: 25px;
	}

	.slider-small-text-content{
		left: 30%;
	}

	#main-slide .slider-content h2{
		font-size: 32px;
	}
	#main-slide .slider-content h3{
		font-size: 18px;
		margin: 0;
	}
	#main-slide .slider-content .slider-desc{
		font-size: 14px;
		line-height: normal;
	}
	#main-slide .slider-content.top {
		top:20%
	}
	#main-slide .form-control {
		min-height: 35px;
	}

	.slider.btn{
		padding: 5px 25px;
		margin-top: 5px;
		font-size: 16px;
	}

	#main-slide .carousel-indicators {
		bottom: 20px;
	}

	.facts{
		width: 24%;
		min-height: 90px;
		padding: 15px 10px;
	}
	.facts-icon i{
		font-size: 20px;
	}
	.facts-num span {
		font-size: 20px;
	}

	/* Intro */
	.intro{
		padding-bottom: 80px;
	}

	.intro .title-desc{
		max-width: 450px;
	}

	.intro-image{
		top: -40px;
  		right: 30px;
  		max-width: 250px;
	}

	/* Service box */

	.service-row .service-box:first-child{
		padding-left: 15px;
	}

	/* Portfolio */

	.practice-area .grid h3{
		font-size: 12px;
	}

	/* Content */
	.video-desc{
		margin-bottom: 30px;
	}

	/* Footer */
	.footer-nav li{
		font-size: 12px;
	}
	.footer-logo{
		margin-left: -45px;
	}

	/* Back to top */

	#back-to-top.affix {
		left: 30px;
		bottom: 30px;
	}

	#back-to-top{
		right: 25px;
	}


	/* Attoneys */

	.team-classic{
		margin-bottom: 30px;
	}
	.team-carousel .team-img-wrapper img {
		width: 230px;
		height: 230px;
	}

	/* About */
	.inside-circle{
		margin-bottom: 30px;
	}

	/* Faq */
	#accordion{
		margin-bottom: 30px;
	}

	/* Sidebar */
	.sidebar .latest-post img{
		float: none !important;
		margin-bottom: 10px;
	}

	/* Home 3 */

	#main-slide .slider2-content .slider-text h2{
	  font-size: 28px;
	}
	
	.service-img{
		display: inline-block;
	}

	.slider-content {
		display: none;
	}

	.news .news-full-content .main-image {
		float: left;
		max-width: 50%;
		margin-top: 0 !important;
		height: 300px;
	}
}

/* Small Devices Potrait */
@media (max-width : 767px){
	#consultation-dialog {
		width: 750px;
	}
	#consultation-dialog h4 {
		font-size: 12px;
	}

	section, .practice-classic{
		padding: 40px;
	}

	/* Header */
	.header{
		padding-top: 0;
		/*height: 72px;*/
	}

	.navbar-header{
		margin-left: 30px;
		padding: 7px 5px;
	}

	.navbar-toggle{
		margin-top: 15px;
	}

	.navbar-collapse{
		background: #333333;
		z-index: 9999;
  		position: relative;
  		margin-top: -3px;
	}

	.navbar-collapse ul.navbar-nav > li > a{
		padding: 0 15px;
		color: #fff;
	}

	/* Slideshow */
	#main-slide .item img, #main-slide .item{
		height: auto;
	}
	#main-slide .slider-content{
		margin-top: -60px;
	}
	#main-slide .slider-content h2{
		font-size: 18px;
		line-height: normal;
	}
	#main-slide .slider2-content .slider-text h2{
		font-size: 18px;
		margin: 5px 0;
		padding: 0;
		line-height: normal;
	}
	#main-slide .slider-content h3{
		font-size: 12px;
		margin: 2px 0;
		padding: 0;
		line-height: normal;
	}
	#main-slide .slider-content.top {
		top:20%
	}
	#main-slide .form-control {
		min-height: 35px;
	}

	.slider-text{
		padding: 0;
	}

	#main-slide .slider-content .slider-desc{
		font-size: 12px;
	}

	.slider-img img{
		max-width: 250px;
	}

	.slider-img{
		bottom: 50px;
		left: 10%;
	}

	#main-slide .carousel-control .fa-angle-left, 
	#main-slide .carousel-control .fa-angle-right{
		margin-top: -25px;
  		width: 32px;
  		font-size: 18px;
  		height: 32px;
  		line-height: 32px;
	}

	.slider.btn{
		padding: 5px 25px;
		margin-top: 5px;
		font-size: 16px;
	}

	/* Intro */
	.intro-image {
	  max-width: 280px;
	  float: none;
	  position: relative;
	  right: 0;
	  top: 0;
	}

	h2{
		font-size: 28px;
	}

	/* Service */

	.service-row .service-box:first-child{
		padding-left: 20px;
	}

	/* Image block */

	.img-block-left {
  		padding-left: 50px;
	}

	/* Practice Classic */

	.practice-classic .ts-padding{
		height: auto;
		padding: 40px 20px 40px;
	}

	/* Attorney Classic */

	.team-classic .team-img-wrapper img{
		float: none;
	}

	.team-classic .team-content{
		border: 0;
	}

	/* Title */

	.title-big, h3{
		font-size: 24px;
	}


	/* Action */
	.action-content{
		padding: 0 20px;
	}


	/* Portfolio */
	.isotope-nav{
		margin: 20px auto;
	}

	.isotope-nav ul li a{
		display: inline-block;
		margin: 5px 0;
		padding: 5px 10px;
	}

	#isotope .isotope-item {
  		left: 50% !important;
  		margin-left: -150px;
	}

	/* Testimonial */
	.testimonial-slide .testimonial-text{
		font-size: 14px;
		padding: 0 20px;
	}

	/* Accordion */
	.accordion-main.panel-group{
		padding: 0;
	}

	.video-desc{
		margin-bottom: 30px;
	}

	/* Content */
	.content .video-embed{
		margin-bottom: 30px;
	}

	/* Facts */
	.facts{
		width: 24%;
		min-height: 100px;
		padding: 30px 10px;
	}
	.facts-icon i{
		font-size: 20px;
	}
	.facts-num span {
		font-size: 20px;
	}

	/* Footer top */
	.footer-top-left{
		padding-left: 50px;
		height: auto;
	}

	/* Copyright */
	.copyright, .copyright .text-right{
		text-align: center;
	}

	.footer-logo{
		margin-left: 0;
		padding: 5px 0;
	}
	/* Back to top */

	#back-to-top.affix {
		left: 20px;
		bottom: 20px;
	}
	

	/* Attorneys single */

	.team-wrapper{
		text-align: center;
	}

	.attorney-short-bio{
		border: 0;
		margin-bottom: 30px;
		text-align: left;
	}

	.attorneys-single img.img-thumbnail{
		float: none !important;
	}

	/* Sidebar */

	.sidebar.sidebar-right{
		margin: 0;
		border-left: 0;
	}

	.sidebar .widget {
		padding-left: 0;
		margin-left: 0;
	}

	/* News */
	.post-thumb, 
	.post-entry .video-embed{
		margin-top: 20px;
	}

	/* Home 2 */

	.service-image .service-content{
		margin-bottom: 30px;
	}

	#main-slide .slider2-content{
		  margin-top: -65px;
		  max-width: 400px;
	}

	#main-slide .slider2-content p.desc{
		display: none;
	}

	#main-slide .slider2-content .readmore{
		font-size: 12px;
		padding: 3px 10px;
		margin-top: 10px;
	}

	.service-img{
		display: inline-block;
	}

	.get_quote_form{
		margin-left: 0;
		margin-right: 0;
	}
	
	.languages {
		width: 100px;
		padding: 5px 0;
	}

	.slider-content {
		display: none;
	}

	.ts_counter {
		position: relative;
	}

	.facts-num {
		display: block;
		margin: 0;
	}

}

/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
	.navbar-collapse {
		max-height: inherit;
	}

	.navbar-nav .dropdown-menu > li > a,
	.navbar-nav .dropdown-menu .menu_level_2 > li > a{
		padding:5px 15px 5px 25px;
	}

	.dropdown-menu .menu_level_2 {
		position: relative;
		margin: 2px 20px;
	}

	.dropdown-menu .menu_level_2 li {
		background: #ccc;
	}

	/* Slideshow */

	.slider-img img{
		max-width: 180px;
	}

	.slider-img{
		bottom: 0;
		left: 20px;
	}
	.slider.btn{
		display: none;
	}

	#main-slide .slider2-content {
  		max-width: 320px;
	}

	.navbar-header {
		display: block;
		clear: both;
		text-align: center;
	}
	.navbar-header .navbar-brand {
		float: none;
	}
}

/* Custom, iPhone Retina */ 
@media (min-width : 320px) and (max-width: 478px)  {
	.slider-content {
		display: none;
	}

	.ts_counter {
		position: relative;
	}

	.facts-num {
		display: block;
		margin: 0;
	}
}


/* clear */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clear-both { clear:both; }
.clear-left { clear: left; }
.clear-right { clear: right; }

/* border */
.no_border { border: 0 !important; }
.no_border_top { border-top: 0 !important; }
.no_border_bottom { border-bottom: 0 !important; }
.no_border_left { border-left: 0 !important; }
.no_border_right { border-right: 0 !important; }

/* margin */
.no_margin { margin: 0 !important; }
.no_margin_top { margin-top: 0 !important; }
.no_margin_right { margin-right: 0 !important; }
.no_margin_bottom { margin-bottom: 0 !important; }
.no_margin_left { margin-left: 0 !important; }
.auto_margin { margin: auto; }

/* padding */
.no_padding { padding: 0 !important; }
.no_padding_top { padding-top: 0 !important; }
.no_padding_right { padding-right: 0 !important; }
.no_padding_bottom { padding-bottom: 0 !important; }
.no_padding_left { padding-left: 0 !important; }

.p-5 { padding: 5px; }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-20 { padding: 20px; }

/* float */
.fl { float: left !important; }
.fr { float: right !important; }
.no_float { float: none !important; }

/* background */
.no_bg { background: none !important; }

/* vertical alignment */
.vertical_top { vertical-align: top; }
.vertical_middle { vertical-align: middle; }
.vertical_bottom { vertical-align: bottom; }

/* text alignments and decorations */
.text_left { text-align: left !important; }
.text_center { text-align: center !important; }
.text_right { text-align: right !important; }
.text_justify { text-align: justify !important; }
.text_uppercase { text-transform: uppercase !important; }
.text_no_uppercase { text-transform: none !important; }
.text_underline { text-decoration: underline; }
.text_no_underline { text-decoration: none !important; }
.text_strike_through { text-decoration: line-through !important; }
.text_normal { font-style: normal !important; }
.text_bold { font-weight: bold !important; }

.site_width { max-width: 1170px; }

.ul-inline, .ul-inline li{ display: inline-block; list-style: none; }

.color.red {
	color: #c2252e;
}
.color.grey {
	color: #AAA;
}

.slider-counter-wrapper {
	position: relative;
}

.tooltip-error {
	position: absolute;
	top: -35px;
	left: 15px;
	padding: 5px;
	border: 1px solid #c2252e;
	background: #f2f2f2;
	color: #c2252e;
	border-radius: 3px;
	text-transform: none;
}

.pagination-items {
	text-align: center;
}

.pagination-items ul li {
	display: inline-block;
	list-style: none;
	cursor: pointer;
}

.pagination-items ul li a {
	padding: 10px;
	border: 1px solid transparent;
}

.pagination-items ul li a:hover {
	font-weight: bold;
	background-color: whitesmoke;
	border-color: lightgray;
}

.pagination-items ul li.pagination-active a {
	font-weight: bold;
	color: white !important;
	background-color: #1a6a9a;
	border-color: #1a6a9a;
}

.news h3 a {
	color: #1a6a9a !important;
}
.news .news-container {
	margin: 1rem 0;
}
.news .news-container > .row {
	min-height: 240px;
	padding: 0 15px;
}

.news .news-content {
	min-height: 200px;
	display: flex;
	flex-direction: column;
}

.news .news-short {
	max-height: 200px;
	overflow: hidden;
	flex-grow: 1;
}
.news .details {
	align-self: flex-end;
}

.news .news-line {
	padding-top: 1rem;
	border-bottom: 1px solid lightgray;
}
.news .news-image img {
	max-width: 100%;
	height: 200px;
}
.news .news-date {
	text-align: right;
	font-style: italic;
}
.news .news-short, .news .news-full-content {
	color: #000000;
}
.news .news-full-content .main-image {
	width: 90%;
	margin-top: 0 !important;
	height: auto;
}
.news-col-item .row {
	display: flex;
    margin: .5rem 2rem;
}
.news-col-item .row .news-image-box,
.news-col-item .row .news-content {
	margin: .5rem 1rem;
}
.news-col-item .row .news-image-box img.news-image {
	max-width: 250px;
	max-height: 200px;
}
@media (min-width: 992px) {
	.news-col-item .row {
		flex-direction: row;
	}
}

@media (max-width: 991px) {
	.news-col-item .row {
		flex-direction: column;
	}
}