/*--------------------------------------------------------------
Respublica
General
--------------------------------------------------------------*/




/*--------------------
1. General
--------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	background-color: #f2f2f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.2px;
	color: #232323;
	margin: 0px;
}

p {
	font-family: 'Karma', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
	color: #46464c;
}
* > p:first-child {
	margin-top: 0;
}

* > p:last-child {
	margin-bottom: 0;
}

input, textarea {
	padding: 13px 15px;
	border-radius: 2px;
	border: none;
	border-bottom: 1px solid #bdbfc5;
	background-color: #f9f9fb;
}

.text-light p {
	color: #B1B1B1;	
}

a {
	color: #2d2b2b;
}
a:hover, a:focus, a:active, a.active {
	color: #c3c4ca;
	text-decoration: none;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}

::selection {
	text-shadow: none;
	background-color: #fbcc3f;
}

ul {
	padding: 0px;	
	margin: 0px;
}

ul li {
	list-style: none;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0.2px;
	color: #1a1a1a;
}

/*** reset ***/

figure {
	margin: 0;
}
img {
	vertical-align: middle;
}

.clearfix:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

/*** customizer ***/

article .customize-partial-edit-shortcut button, article .widget .customize-partial-edit-shortcut button {
	left: -35px !important;
	top: -2px !important;
}

/*--------------------
General
--------------------*/

/*** OT Framework ***/

.ot-headline:after, .ot-boxed:after, .ot-section:after, .ot-row:after, .ot-modules-container:after, .ot-container-fluid:after, .ot-container:after, .ot-page-wrapper:after, .menu:after, nav:after, .navbar:after, .navbar-header:after, .row:after, .site-content:after {
	clear: both;
}

.ot-headline:before, .ot-headline:after, .ot-boxed:before, .ot-boxed:after, .ot-section:before, .ot-section:after, .ot-row:before, .ot-row:after, .ot-modules-container:before, .ot-modules-container:after, .ot-container-fluid:before, .ot-container-fluid:after, .ot-page-wrapper:before, .ot-page-wrapper:after, .site-content:before, .site-content:after, .ot-container:before, .ot-container:after, .menu:before, .nav:after , nav:before, nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .row:before, .row:after {
	display: table;
	content: " ";
}

.ot-boxed {
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.ot-container, .ot-page-wrapper {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.ot-page-wrapper {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.ot-section {
	padding: 60px 0;
}
.ot-section:first-child {
	padding: 0 0 60px 0;
}

body.no-sidebar .content-area {
	width: 100%;
}

body.left-sidebar .ot-sidebar {
	padding-left: 0px;
	padding-right: 50px;
}

.ot-container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1200px) {
	.ot-boxed {
		width: 1200px;
	}
	.ot-container {
		width: 1170px;
	}
	.content-area {
		float: left;
		width: 810px;
	}
	.ot-sidebar {
		float: left;
		width: 330px;
		position: relative;
		min-height: 1px;
		padding-left: 30px;
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

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

body.page-template-template-homepage-php .otg-item {
	margin-left: -15px;
	margin-right: -15px;	
}

/*** Widgets Grid ***/

.ot-widget {
	padding: 0px;
}

.widget-count-2 .ot-widget, .per-row-2 .ot-grid {
	float: left;
	width: 50%;
}

.widget-count-3 .ot-widget, .per-row-3 .ot-grid {
	float: left;
	width: 33%;
}

.widget-count-4 .ot-widget, .per-row-4 .ot-grid {
	float: left;
	width: 25%;
}

/*** .content-area .ot-row {
	margin-left: -15px;
	margin-right: -15px;
} ***/

/*** adverts ***/
.ot-modules-container .ot-advert {
	text-align: center;
	padding: 30px 0;
}
.ot-modules-container .ot-advert img {
	width: inherit;
}

/*--------------------
Orange Navigation
--------------------*/

.navbar {
	position: relative;
	margin-bottom: 0px;
}

.navbar .ot-head-logo, .navbar .ot-head-socials {
	display: none;
}

.navbar-fixed-top {
	margin-bottom: 20px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-fixed-top {
	top: 0;
}

.navbar-fixed-bottom {
	bottom: 0;
}

.container-fluid>.navbar-header, .ot-container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

.navbar nav ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

.menu > li > a {
	position: relative;
	line-height: 20px;
	display: block;
	padding: 10px 15px;
}

.menu > li {
    position: relative;
    display: block;
}

.navbar .menu li.menu-item-has-children i {
	display: none;
}

.navbar .menu ul.sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	position: absolute;
	z-index: 1;
	min-width: 180px;
	white-space: nowrap;
	background-color: #fff;
	-webkit-box-shadow: -1px 2px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 2px 8px 0px rgba(0,0,0,0.2);
	box-shadow: -1px 2px 8px 0px rgba(0,0,0,0.2);
	text-align: left;
}

.navbar .menu li:hover > ul.sub-menu {
	display: block;
}

.sub-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.site-navigation-toggle {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 30px;
	cursor: pointer;
	border-right: 1px solid #dcdcdc;
}

.site-navigation-toggle i {
	color: #1a1a1a;
}

.respublica-top-offcanvas-wrap .close {
	cursor: pointer;
	font-size: 22px;
	display: block;
	padding: 20px 30px;
	border-bottom: 1px solid #dcdcdc;
}

.respublica-top-offcanvas-wrap {
	background-color: #fff;
	color: #000;
	position: fixed;
	width: 100%;
	left: -100%;
	height: 100%;
	z-index: 99999;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
	overflow-y: scroll;
}

.respublica-top-offcanvas-wrap ul.sub-menu {
	display: none;
}

.respublica-top-offcanvas-wrap nav ul li.menu-item-has-children i {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #000;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	transition: transform 0.2s;
}

.respublica-top-offcanvas-wrap nav ul li.show-sub-menu > i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.respublica-top-offcanvas-wrap.active {
	left: 0;
}

/*** navbar customization ***/

.admin-bar .navbar-fixed-top {
	margin-top: 32px;
}
.admin-bar .navbar-fixed-top.navbar-shrink {
	margin-top: 32px;
}

.ot-main-menu {
	border-bottom: 1px solid #e2e2e6;
	border-top: 2px solid #272729;	
}
.admin-bar .ot-main-menu {
	top: 46px;
}
@media (min-width: 783px) {
	.admin-bar .ot-main-menu {
		top: 32px;
	}
}
.navbar {
	background-color: #fff;
	border-color: transparent
}
.navbar .navbar-header {
	padding: 13px 15px;
	transition: all ease-in-out .3s;
}

.menu li a {
	font-family: "Roboto",sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 15px 15px 15px 30px;
	transition: all ease-in-out .3s;
	color: #1a1a1a;
}

.navbar .menu li a {
	padding: 14px 15px;
	color: #161617;
}

.ot-top-menu .navbar .menu li a {
	padding: 4px 15px;
	color: #ababb1;
	font-weight: 400;
	font-size: 10px;
}

.navbar .menu li a:hover,.navbar .menu li a:focus {
	color: #ffffff;
	outline: 0;
	background-color: #1a1a1a;
}

.ot-dark-text .navbar .nav li a:hover,.ot-dark-text .navbar .nav li a:focus {
	color: #1a1a1a;
	outline: 0
}

.navbar .sub-menu {
	background-color: #fff;
	border: none;
	padding: 0px;
	margin: 0px;
}

.navbar .sub-menu {
	background-color: rgba(37, 37, 37, 0.9);
}

.sub-menu>li>a {
	padding: 15px 15px 15px 45px;
}

.navbar .sub-menu>li>a {
	padding: 15px 20px;
	color: #1a1a1a;
}

.nav ul {
	padding: 0px
}

.nav ul li {
	padding: 0px;
}

.navbar .navbar-nav>.open>a, .navbar .navbar-nav>.open>a:focus, .navbar .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
}

.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
}

.ot-dark-text .navbar .navbar-nav>.active>a, .ot-dark-text .navbar .navbar-nav>.active>a:focus, .ot-dark-text .navbar .navbar-nav>.active>a:hover {
	color: #1a1a1a;
}
/*** headline ***/

.ot-headline {
	padding: 0 15px;
	margin-bottom: 50px;
}
.ot-section .ot-headline {
	margin-bottom: 0px;
}
.ot-haedline-blocks {
	position: relative;
	padding: 0px;
	float: left;
	overflow: hidden;
	background-color: #fafafa;
}
.ot-headline-large {
	width: 50%;
	height: 500px;
}
.ot-headline-tall {
	width: 25%;
	height: 500px;
}
.ot-headline-small {
	width: 25%;
	height: 250px;
}
.ot-headline-image {
    background-size: cover;
    background-position: center center;
    top: 0px;
    z-index: 1;
    bottom: 2px;
    left: 0px;
    position: absolute;
    right: 2px;
}
.ot-headline-small .ot-headline-image:odd {
    bottom: 2px;
}
.ot-headline-image:after {
	content: '';
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	display: block;
	will-change: opacity;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: -webkit-linear-gradient(top,transparent 0,#000 99%,#000 100%);
	background: linear-gradient(to bottom,transparent 0,#000 99%,#000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
	opacity: .8;
}

.ot-headline-link {
	display: block;
	z-index: 5;
	bottom: 4px;
	left: 4px;
	position: absolute;
	right: 4px;
	top: 4px;
}
.ot-headline-header {
	position: absolute;
	bottom: 4px;
	left: 4px;
	padding: 16px;
	z-index: 3;
}
.ot-headline-header h2 {
	color: #fff;
	margin: 10px 0;
}
.ot-headline-small h2 {
	font-size: 18px;
	margin: 7px 0;
}

.ot-headline-cats {
	display: inline-block;
}
.ot-headline-cats span {
	display: inline-block;
	background-color: #ab61da;
	color: #fff;
	padding: 2px 10px;
	margin: 0px 2px 2px 0px;
	font-size: 12px;
	text-transform: uppercase;
}
.ot-headline-cats span a {
	color: #fff;
}
.ot-headline-small .ot-headline-cats span {
	font-size: 11px;
	padding: 1px 8px;
}
.ot-headline-meta {
	color: #fff;
	font-size: 14px;
	opacity: 0.6;
}
.ot-headline-meta i { margin-right: 5px; }
.ot-headline-meta span { margin-right: 15px; }

.otg-u-3.ot-half .ot-headline-large, .otg-u-3.ot-half .ot-headline-tall,
.otg-u-3.ot-half .ot-headline-small {
	width: 100%;
}

/*--------------------
Header
--------------------*/

header {
	margin-bottom: 0px;
}

.custom-logo {
	margin: 10px 0;
}

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

.ot-head-left {
	float: left;
	width: 30%;
}

.ot-head-logo h1 {
	margin: -4px 0 0 8px;
	letter-spacing: 1.0px;
	font-size: 38px;
	font-weight: 500;
	color: #3a3a86;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-ms-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-o-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
}

.ot-head-logo .description {
	margin: -11px 0 0 2px;
	padding: 2px 10px;
	font-size: 11px;
	color: #6d6d73;
	text-transform: uppercase;
	letter-spacing: 1px;
	/* background-color: #ececec; */
	display: inline-block;
	border-top: 1px solid #808080;
}

.ot-head-right {
	float: right;
	width: 70%;
	text-align: right;
}
.ot-head-contacts {
	display: inline-block;
	width: 750px;
}
.ot-title {
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	color: #4a4a56;
}.ot-head-contacts p {
	margin: 0;
}
.ot-head-phone {
	font-size: 14px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #dfdfdf;
	display: inline-block;
	vertical-align: top;
}
.ot-page-wrapper .ot-head-phone {
	display: none;
}
.ot-phone i {
	margin-right: 5px;
}
.ot-phone {
	font-weight: bold;
	font-size: 12px;
}
.ot-head-advert {
	display: inline-block;
	vertical-align: top;
}
.ot-head-socials {
	display: inline-block;
	vertical-align: top;
	display: inline-block;
	vertical-align: top;
	margin-left: 35px;
}
.ot-head-socials a {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-left: 5px;
	background-color: #ffffff;
	border: 1px solid #70708e;
	text-align: center;
	border-radius: 50%;
}
.ot-head-socials a i {
	font-size: 13px;
	color: #171717;
}

/* Author
---------------------------------- */
.ot-author {
	background-color: #f2f2f5;
	margin-bottom: 30px;
	overflow:auto;
}

.ot-dark .ot-author {
	background: #2A2A2A;	
}

.author-image {
	float: left;
	width: 140px;
	margin: 30px 30px;
	background: #3498db;
	vertical-align:middle;
	position: relative;
	overflow:hidden;
}

.author-text-body {
	padding: 18px 35px 20px 0px;
	overflow: hidden;
}

.author-text-body h3 {
	text-align:left;
	padding:0;
	margin-bottom:8px;
	margin-top: 10px;
}

.author-text-body h3 a {
	margin-top: 0px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.author-text-body h3 a:hover {
	opacity: 0.8;
}

.author-text-body h3 span {
	font-size: 11px;
	font-weight: 400;
	color: #A6A6A6;
	padding-left: 10px;
}

.ot-author p {
	font-size: 14px;
	color: #646464;
}

/** Social Icons **/
.author-social {
	text-align:left;
}

.author-social a:first-child {
	margin-left:0;
	padding-left:0;
}
.author-social a:last-child {
	margin-right:0;
}

.author-social a i {
	text-align: center;
	line-height: 27px;
	color: #999999;
	margin: 0 15px 6px 0;
	font-size: 14px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.author-social a:hover > i {
	opacity: 0.7;
}

/*** posts general ***/

.post-cat {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #63626d;
}
.post-cat a {
    background-color: #3f52ad;
    padding: 3px 10px;
    color: #ffffff;
    margin-right: 15px;
}
.post-cat a:hover {
	border-bottom: 1px solid;
	border-color: #d6004f;
	padding-bottom: 2px;
}

.ot-post-meta {
	color: #a3a4a9;
	letter-spacing: 0.5px;
	font-size: 10px;
	text-transform: uppercase;
}
.ot-post-meta span {
	margin-right: 15px;
}
.ot-post-meta span b {
	color: #1a1a1a;
}
.ot-post-meta span i {
	font-size: 11px;
	color: #3e3d42;
	text-transform: initial;
	font-style: normal;
}

.entry-content p {
	margin-bottom: 25px;
	font-size: 17px;
	font-weight: 500;
	color: #39383e;
}

.entry-content a {
	color: #cb0000;
	border-bottom: 1px solid #cb0000;
}

.entry-content a:hover {
	color: #000;
	border-bottom: 1px solid #cb0000;
}

.ot-modules-container {
	margin-left: -15px;
	margin-right: -15px;	
}

body.page-template-template-homepage-php .otg-item .ot-modules-container {
	margin-left: 0px;
	margin-right: 0px;	
}

.ot-modules-container.ot-half {
	max-width: 50%;
	float: left;
}

/*** module titles ***/

.ot-module-title, .ot-header-title, .ot-widget-title {
	position: relative;
	margin-bottom: 30px;
	line-height: 1;
}

.ot-module-title h2, .ot-header-title h2, .ot-widget-title h2 {
	border-bottom: 2px solid;
	border-color: #3f52ad;
	font-size: 13px;
	line-height: 1;
	margin-top: 0;
}

.ot-module-title span, .ot-header-title span, .ot-widget-title span {
	display: inline-block;
	background-color: #3f52ad;
	padding: 10px 20px 7px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.ot-module-title .ot-title-cats {
	display: inline-block;
	position: absolute;
	min-height: 30px;	
	bottom: 0;
	right: 0;
	z-index: 2;
}

.ot-module-title .ot-title-cats ul {
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
}

.ot-module-title .ot-title-cats li {
	display: inline-block;
	line-height: 1;
	margin-left: 20px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0px;
}

.ot-module-title .ot-title-cats li a {
	color: #a5a5a7;
}

/*** module a - large image with article list on right side ***/

.ot-module-a, .ot-module-b-item, .ot-module-c {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 50px;
}

.ot-module-a .ot-featured-article {
	float: left;
	width: 50%;
	padding-right: 15px;
}

.ot-module-a .ot-articles {
	float: left;
	width: 50%;
	padding-left: 15px;
}

.ot-module-b .ot-featured-article {
	margin-bottom: 5px;
}
.ot-articles li:last-child {
	border-bottom: none;
}

.ot-articles li {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.ot-featured-article .ot-post-body {
	padding: 20px 0px 0px 0px;
}

.ot-module-b .ot-featured-article .ot-post-body {
	padding: 20px 0px;
}

.ot-featured-article h3 {
	margin-bottom: 10px;
}

.ot-featured-article p {
	color: #ababab;
	font-size: 15px;
}

.ot-article-post {
	position: relative;
	margin-bottom: 25px;
}
.ot-article-post:last-child {
	margin-bottom: 0px;
}
.ot-article-post .ot-article-thumb {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100px;
}

.ot-article-post .ot-article-title {
	margin-left: 120px;
	min-height: 67px;
}

.ot-article-post.no-image .ot-article-thumb {
	width: 0px;
}
.ot-article-post.no-image .ot-article-title {
	margin-left: 0px;
}

.ot-article-post .ot-article-title h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

.otg-u-3.ot-half .ot-module-a .ot-featured-article {
	margin-bottom: 30px;
}

.otg-u-3.ot-half .ot-module-a .ot-featured-article, .otg-u-3.ot-half .ot-module-a .ot-articles {
	width: 100%;
	padding-left: 0px;
}

/*** ot-module-c ***/

.ot-list-post h2 {
	font-weight: normal;
	letter-spacing: 0px;
}
.ot-list-post h2 a {
	color: #1f2021;
}

.ot-list-post.style-a {
	display: table;
	margin: 0 0 20px 0;
	border-bottom: 1px solid;
	border-color: #dfe0e8;
	padding-bottom: 20px;
	width: 100%;	
}
.ot-list-post.style-a:last-child {
	border-bottom: none;
}
.ot-list-post.style-a .ot-post-img {
	float: left;
	position: relative;
	margin-right: 20px;
	width: 250px;
	vertical-align: middle;
}
.ot-list-post.style-a .ot-post-body h2 {
	font-size: 18px;
	margin: 0px 0 5px;
}
.ot-list-post.style-a p {
	color: #9d9da5;
}

/*** single post ***/

.ot-article-content {
	background: #fff;
	padding: 50px 0px;
	margin-bottom: 40px;
}

.ot-entry-container {
	position: relative;
}

.ot-entry-header, .entry-content {
	padding-bottom: 17px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e6e7ea;
}

.entry-title {
	font-size: 40px;
	margin: 25px 0 5px;
	line-height: 130%;
}
.ot-entry-share {
	border-bottom: 1px solid #dfdfdf;
	padding: 0px 0px 20px;
	margin: -15px 0 40px;
}
.ot-entry-share a {
	padding: 9px 20px;
	margin-bottom: 5px;
	display: inline-block;
	color: #fff;
	border-radius: 2px;
	font-size: 14px;
}
.ot-entry-tags {
	float: left;
	margin-top: 5px;
}

.ot-entry-tags a {
	margin-left: 10px;
}

/*** 404 ***/

.big-error-message {
	display: block;
	text-align: center;
	padding: 20px 0 50px 0;
	color: #949494;
}

.big-error-message h3 {
	display: block;
	padding-top: 0px;
	font-size: 70px;
	font-weight: 700;
	margin-bottom: 0;
	color: #949494;
}

.big-error-message strong {
	display: block;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -.4px;
	margin-bottom: 30px;
}

.big-error-message p {
	display: block;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #949494;
}

.big-error-message p a {
	font-weight: bold;
}

/*** about socials ***/

.ot-about-socials a {
	color: #1e1e1f;
	margin: 0 20px;
}

.ot-about-socials i {
	font-size: 18px;
}

/*--------------------
OT Features widget
--------------------*/

.widget_ot_widgets_features {
	display: inline-block;
	vertical-align: top;
}

.widget_ot_widgets_features .ot-features-title {
	font-size: 16px;
	font-weight: 500;	
}

.widget_ot_widgets_features p {
	font-size: 15px;
}

/*** post navigation ***/
.post-navigation {
	margin-bottom: 30px;
	overflow: hidden;
}

.post-navigation .nav-links .meta-nav {
	font-size: 14px;
	font-weight: bold;
	color: #131212;
}

.post-navigation .nav-links a {
	color: #1a1a1a;
}

.post-navigation .nav-links a:hover {
	color: #777777;
}

.post-navigation .nav-links .meta-nav span {
	font-style: normal;
	display: block;
	font-size: 11px;
	font-weight: 600;
	color: #b3b3bb;
	padding-bottom: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.post-navigation .nav-links .meta-nav-left {
	width: 50%;
	float: left;
	padding-right: 15px;
}

.post-navigation .nav-links .meta-nav-right {
	width: 50%;
	float: left;
	text-align: right;
	padding-left: 15px;
}

.post-navigation.full-wide .meta-nav-right {
	width: 100%;
	float: left;
	text-align: left;
	padding-left: 0px;
}

/*** Pagination ***/
.page-links span {
	display: inline-block;
	color: #fff;
	background-color: #00afa4;
	border: 1px solid #00afa4;
	padding: 5px 10px;
	margin-left: 2px;
}
.page-links a span {
	background-color: #FFFFFF;
	border: 1px solid #DEDEDE;
	color: #333333;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.page-links a:hover span {
	background-color: #00afa4;
	border: 1px solid #00afa4;
	color: #fff;
}

.pagination {
	display: block;
	text-align: center;
	margin: 0;
}

.page-numbers
{
	margin: 0;
	padding: 15px 20px;
	list-style-type: none;
	text-align: center;
	display: inline-block;
}

.page-numbers li {
	display: inline-block;
	margin-right: 5px;
}

.page-numbers li a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 16px;
	color: #4E4E4E;
	background-color: #FFF;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid;
	border-color: #e5e5e5;
    margin: 0px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.page-numbers li a:hover {
	transform: scale(1.04);
}

.page-numbers .dots {
	padding: 10px 14px;
}

.page-numbers .current
{
	text-decoration: none;
	text-transform: uppercase;
	transform: scale(1.04);
	color: #FFFFFF;
	background-color: #1f2023;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid;
	border-color: #1f2023;
}

.page-numbers li a:hover {
	color: #fff;
	background-color: #1f2023;
	border-color: #1f2023;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*--------------
Sidebar
--------------*/

.ot-sidebar .widget {
	position: relative;
	margin-bottom: 50px;
}
.ot-footer .ot-widget-title {
	color: #fff;
}
.ot-footer .ot-widget-title:after {
	background: #929292;
}

.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_categories ul li {
	font-style: normal;
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 10px 0;
	font-weight: 500;
	font-size: 14px;
	border-bottom: 1px dotted;
	border-color: #D8D8D8;
}

.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child {
	margin: 0px;
	padding: 10px 0 0 0;
	border-bottom: none;
}


.ot-sidebar .widget ul {
	padding: 0;
}

.ot-sidebar .widget ul li a {
	font-size: 14px;
	color: #141414;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.ot-sidebar .widget ul li a:hover {
	color: #fbcc3f;
}

.ot-widget-about img {
	border-radius: 50%;

}

.widget_categories li span {
	float: right;
}

/* jetpack */

.widget_wpcom_social_media_icons_widget .genericon {
	font-size: 21px !important;
	margin: 5px 15px 0px 0;
	color: #a9a9b1 !important;
}

/* search widget */

.ot-widget .input-group {
	margin-top: 10px;
}

.form-search .form-control {
	padding: 10px 20px 9px;
	height: auto;
	font-size: 15px;
	background-color: #f4f5f7;
	border: 0px solid #dfdfdf;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 13px;
	line-height: 1.42857143;
	box-shadow: inset 0 -1px 0 0 #cbced4;
}
.form-search .form-control:focus {
	outline: none;
	box-shadow: inset 0 -1px 0 0 #868686;
}

.form-search .btn {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.form-search .glyphicon-search {
	font-family: FontAwesome;
}

.form-search .glyphicon-search:before {
	content: "\f002";
}

/* OT posts widget */
.ot-widget-post .post-image {
	width: 80px;
}
.ot-widget-post h2 {
	font-size: 13px;
	font-weight: 400;
}

.ot-widget-post h2 a {
	color: inherit;
}
.ot-widget-post h2 a:hover {
	opacity: 1;
	color: #1D1D1D;
	border-bottom: 1px solid;
	border-color: #c3c4ca;
}

.ot-widget-post .post-meta {
	color: #b9b9bf;
}

/* Restyle selects */
.ot-widget select {
	margin-top: 10px;
	width: 100%;
	padding: 5px 10px;
	font-size: 15px;
	background-color: #f4f5f7;
	border: 1px solid #dfdfdf;
	border-radius: 5px;	
}

.ot-widget select:focus {
	background-color: #f4f5f7;
	border: 1px solid #808080;
	outline: none;
}

/* WP default calendar */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: right;
	color: #636E88;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#wp-calendar thead {
	font-size: 10px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}
#wp-calendar tbody {
	color: #676767;
}
#wp-calendar tbody td {
	border: 1px solid #ECECEC;
	text-align: center;
	padding: 8px;
}
#wp-calendar tbody td a {
	color: #131313;
	font-weight: 800;
}
#wp-calendar tbody td:hover {
	background: #fff;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
	text-align: left;
}

/*** Tag Cloud widget ***/

.widget_tag_cloud a {
	padding: 6px 12px;
	display: inline-block;
	font-size: 15px !important;
	color: #141414;
	font-weight: 600;
}

.ot-footer .widget_tag_cloud a {
	padding: 0px;
	display: inline-block;
	font-size: 15px !important;
	color: #ffffff;
	font-weight: 300;
	padding: 0 0 4px 0px;
	margin: 0px 10px 2px 0;
	line-height: 20px;
	transition: all ease-in-out .3s;
}

.ot-footer .widget_tag_cloud a:hover {
	-moz-box-shadow: inset 0px -1px 0px 0px #fff;
	-webkit-box-shadow: inset 0px -1px 0px 0px #fff;
	box-shadow: inset 0px -1px 0px 0px #fff;
	background-color: rgba(0, 175, 164, 0);
}

.widget_tag_cloud a:hover {
	background-color: #00afa4;
	border-color: #7DC07B;
	color: #fff;
}

/* widget_recent_entries */
.widget_recent_entries a {

}

/* latest articles widget */
.widget-post {
	display: table;
	margin: 0 0 20px 0;
	width: 100%;
}
.widget-post .post-image {
	float: left;
	width: 90px;
	vertical-align: middle;
	position: relative;
	margin-right: 20px;
}
.widget-post .post-body {
	overflow: hidden;
	text-align: left;
}
.widget-post h2 {
	font-size: 14px;
	font-weight: 600;
}
.widget-post a {
	color: #141414;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.widget-post a:hover {
	color: #00afa4;
}
.widget-post .post-meta {
	margin-top: 10px;
	color: #B1B1B1;
	font-size: 12px;
}
.widget-post .post-meta span {
	margin-right: 10px;
}

/* wordpress styling */

blockquote {
	position: relative;
	border: 0;
	padding: 0 0 0 50px;
	font-style: italic;
	line-height: 1.6;
}
blockquote:before {
	content: "\201D";
	color: #00afa4;
	font-size: 80px;
	position: absolute;
	left: -15px;
	top: 0;
	line-height: 1;
}
blockquote p {
	margin: 0;
}

/*--------------------------------------------------------------
	Post Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	background-color: #fff;
	padding: 20px 0px;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.comment-respond label {
	color: #4A4A4A;
	font-size: 16px;
}

.comment-respond p {
	margin: 10px 0;
}

.comment-respond .form-submit {
	margin: 30px 0 50px;
	text-align: center;
}

.comments-title {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 0px 0px 25px;
	margin: 25px 0;
	border-bottom: 1px solid #000;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comment-list .children {
	margin: 0 0 0 40px;
}

.comment-body {
	padding: 25px 0;
	position: relative;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
}

.comment-content p {
	font-size: 14px;
	line-height: 20px;
}

.comment-author .avatar {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	width: initial;
}

.comment-author .fn {
	word-wrap: break-word;
	font-size: 15px;
	color: #333335;
}

.comment-reply-link,
.comment-reply-login {
	color: #b92020;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comment-author .url {
	color: #838388 !important;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	margin: 0px;
}

.comment-list .reply {
	text-align: right;
}

.comment-metadata {
	margin: 20px 0;
}

.comment-meta {
	overflow: auto;
	color: #CACACA;
}
.comment-meta a {
	color: #CACACA;
}

.comment-meta a:hover {
	color: #555555;
}

.comment-metadata {
	margin: 5px 0 10px;
	font-weight: 300;
	font-size: 13px;
	color: #CCCCCC;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f021";
	margin-right: 10px;
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f122";
	margin-right: 10px;
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
}

/*** Comment form ***/
.comment-respond {
	margin: 30px 0;
}

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

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 20px;
	overflow: hidden;
	width: 20px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f05c";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 30px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0px 0px 0px;
	width: 100px;
}

.comment-form .required {
	color: #FF8778;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 100%;
	width: 100%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 14px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
	white-space: pre-wrap;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	border-bottom: 1px solid #E7E7E7;
	font-weight: normal;
	font-size: 14px;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
}

.comment-navigation a {

}

.no-comments {
	background-color: #eeeeee;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}

.comment-reply-title {
	margin-top: 0;
}

/*--------------------------------------------------------------
	Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/*--------------------------------------------------------------
	Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
	Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
	Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
	Error box
--------------------------------------------------------------*/
.error-box {
	margin: 30px 0;
}

.error-box h1 {
	margin: 30px 0;
}

/*--------------------------------------------------------------
	Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	margin: 0 4px 4px 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 32.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.password-form {
	text-align: center;
}

/*--------------------
5. Footer
--------------------*/

.ot-footer {
	padding: 30px 0;
	background-color: #171719;
	color: #dfdfdf;
}

.ot-footer.ot-footer-widgets {
	padding: 30px 0;
	background-color: #202021;
}

.ot-footer p {
	color: #dfdfdf;

}

.ot-footer a span {
	color: #23AD21;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}

.ot-footer .site-info {
	color: #dfdfdf;
}

.ot-footer-container {
	margin-left: -15px;
	margin-right: -15px;
}

.ot-footer .ot-widget {
	padding-left: 15px;
	padding-right: 15px;
}

.ot-footer .ot-widget ul {
	padding: 0px;
}

.ot-footer .ot-widget li a {
	font-weight: 300;
	font-size: 13px;	
	color: #dfdfdf;
}

.ot-copyright {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.ot-footer a {
	color: #fff;
}

.ot-footer a:hover {
	-moz-box-shadow: inset 0px -1px 0px 0px #fff;
	-webkit-box-shadow: inset 0px -1px 0px 0px #fff;
	box-shadow: inset 0px -1px 0px 0px #fff;
}

.ot-copyright i {
	font-size: 13px;
	color: #cb0000;
}

.ot-footer-container .ot-widget-post h2 a {
	font-weight: 300;
	font-size: 14px;
	color: #dfdfdf;
}

.ot-footer-container .widget_nav_menu ul li {
	margin: 0px 10px 2px 0;
	padding: 0px 0;
	border-bottom: none;
}

.ot-footer-container .widget_nav_menu ul li a {
	padding: 0 0 3px 0px;
	display: inline-block;
}

.ot-footer-container .widget_nav_menu .sub-menu {
	padding: 0 0 0 10px;
}

.ot-footer-container .ot-widget-post {
	border-color: #696969;
}

.ot-footer-container .ot-widget-post .post-meta {
	color: #7b7b7b;
}

/*--------------------
Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #fbcc3f;
	border-color: #f6bf01;
	box-shadow: none;
}

.btn:hover, .wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active, .btn:focus, .btn:active, .btn.active {
	color: #fff;
	background-color: #505050;
	border-color: #505050;
	box-shadow: none;
}

.btn, .btn-xl, html input[type=button], input[type=reset], input[type=submit] {
	display: inline-block;
	color: #403838;
	background-color: #f4f5f7;
	padding: 11px 35px 9px 35px;
	margin-bottom: 0;
	font-family: "Hind",sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 40px;
	border: none;
	box-shadow: inset 0 -1px 0 0 #cbced4;
}

.btn-xl {
	font-weight: 800;
	font-size: 14px;
	padding: 15px 60px 13px 60px;
}

/*** Back to top button ***/
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 15px;
	right: 25px;
}
#back-top a {
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	background-color: #202021;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	opacity: 0.7;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 8px;
	font-size: 28px;
}

.customizer-display-none {
	display: none;
}

/* Slick Slider */
.slick-slider
{
	position: relative;
	margin-bottom: 30px;
	display: block;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/* Slick Slider Theme */
.slick-loading .slick-list
{
	background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 40px;
	height: 40px;
	padding: 0;
	margin-top: -10px\9; /*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 100;

	cursor: pointer;

	color: transparent;
	border: 2px solid #EFEFEF;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
	opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 1;

	opacity: .75;
	color: #DEDEDE;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
	left: 10px;
	padding: 10px 0px;
}
[dir='rtl'] .slick-prev
{
	right: -25px;
	left: auto;
}
.slick-prev:before
{
	content: "\f053";
}
[dir='rtl'] .slick-prev:before
{
	content: "\f053";
}

.slick-next
{
	right: 10px;
	padding: 10px 13px;
}
[dir='rtl'] .slick-next
{
	right: auto;
	left: -25px;
}
.slick-next:before
{
	content: "\f054";
}
[dir='rtl'] .slick-next:before
{
	content: "\f054";
}

.facebook {
	background-color: #3b5998 !important
}
.twitter {
	background-color: #55acee !important
}

.linkedin {
	background-color: #007bb5 !important
}
.pinterest {
	background-color: #cb2027 !important
}
.vk {
	background-color: #45668e !important
}

.wpcf7 input, textarea {
	width: 100%;
}

.wpcf7 input[type=submit] {
	width: initial;
}