/*-----------------------------------------------------------------------------------*/
/*	00. RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:focus {
	outline: 0 !important
}

.fit-vids-style {
	display: none
}

figure {
	margin: 0;
	padding: 0;
}

figure img {
	width: 100%;
	height: auto;
}

iframe {
	border: none
}

::selection {
	background: #fefac7; /* Safari */
	color: #555555;
}

::-moz-selection {
	background: #fefac7; /* Firefox */
	color: #555555;
}

/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/
body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	background-color: #f9f9f9;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}

.container {
	padding-right: 0;
	padding-left: 0;
}

body,
li,
address {
	line-height: 22px
}

input,
button,
select,
textarea {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 14px;
	font-weight: normal;
}

p {
	margin: 0 0 15px
}

a {
	color: #2980b9;
	/*
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	*/
}

a:hover,
a:focus {
	color: #232323;
	text-decoration: none;
}

.colored {
	color: #2980b9
}

.light-wrapper {
	margin-top: 30px;
	background: #f9f9f9;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.dark-wrapper {
	background: #f2f2f2;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.black-wrapper {
	background: #2980b9;
	color: #a6a6a6;
}

.color-wrapper {
	background: #2980b9;
	font-size: 22px;
	line-height: 27px;
	color: #fff;
	display: block;
	width: 100%;
	padding: 70px 0;
	font-weight: 300;
}

.color-wrapper:hover {
	background: #1f618c;
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: #444;
	margin-bottom: 10px;
	font-weight: 700;
}

.black-wrapper h1,
.black-wrapper h2,
.black-wrapper h3,
.black-wrapper h4,
.black-wrapper h5,
.black-wrapper h6 {
	color: #d5d5d5
}

h1 {
	font-size: 28px;
	line-height: 35px;
}

h2 {
	font-size: 22px;
	line-height: 30px;
}

h3 {
	font-size: 18px;
	line-height: 22px;
}

h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 8px;
}

h5 {
	font-size: 13px;
	line-height: 17px;
}

h6 {
	font-size: 12px;
	line-height: 16px;
}

h1.post-title,
h2.post-title {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 30px;
}

h3.post-title {
	font-size: 17px
}

.post-title a {
	color: #444
}

.post-title a:hover {
	color: #2980b9
}

.section-title {
	margin-bottom: 25px
}

.section-title h3 {
	position: relative;
	display: inline-block;
	/*text-transform: uppercase;*/
	margin-bottom: 0;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
}

.section-title.text-center h3:before,
.section-title h3:after {
	display: inline-block;
	content: "";
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	height: 4px;
	position: absolute;
	width: 80px;
}

.section-title.text-center h3:before {
	left: -100px;
	top: 9px;
}

.section-title h3:after {
	right: -100px;
	top: 9px;
}

.widget .section-title {
	margin-bottom: 15px
}

.widget .section-title h3 {
	font-size: 16px;
	margin-bottom: 0;
}

.widget .section-title h3:after {
	top: 9px
}

.black-wrapper .section-title h3 {
	color: #d5d5d5
}

.black-wrapper .section-title.text-center h3:before,
.black-wrapper .section-title h3:after {
	border-color: #535353
}

.inner {
	padding-top: 20px;
	padding-bottom: 15px;
}

.intro {
	font-weight: 300;
	font-size: 30px;
	line-height: 32px;
	color: #444;
}

.lead {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
}

ul {
	padding: 0 0 0 18px
}

ol {
	padding: 0 0 0 20px
}

ul,
ol {
	margin-bottom: 15px
}

ul.circled {
	padding: 0;
	list-style: none;
}

ul.circled li:before {
	content: '\e800';
	margin-right: 10px;
	font-weight: normal;
	vertical-align: top;
	padding-top: 1px;
	display: inline-block;
	font-family: 'fontello-circle';
	color: #2980b9;
	font-size: 8px;
}

.thin {
	width: 70%;
	margin: 0 auto;
}

.dropcap {
	font-weight: 800;
	display: block;
	float: left;
	font-size: 49px;
	padding: 0;
	margin: 0;
	margin: 12px 8px 0 0;
	/*text-transform: uppercase;*/
}

hr {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 40px;
	margin-bottom: 70px;
}

.alert-custom {
	color: #fff;
	font-size: 25px;
	line-height: 36px;
	background: #2980b9;
	padding: 30px 35px 26px 35px;
	font-weight: 300;
	border: 0;
}

/*blockquote small {*/
/*	line-height: inherit;*/
/*	color: #fff;*/
/*	font-size: 12px;*/
/*	text-transform: uppercase;*/
/*	font-weight: 400;*/
/*	margin-top: 5px;*/
/*}*/

/*-----------------------------------------------------------------------------------*/
/*	02. FOOTER
/*-----------------------------------------------------------------------------------*/
.footer {
	background: #1e1e1e;
	color: #cacaca;
}

.footer a {
	color: #cacaca
}

.footer a:hover {
	color: #2980b9
}

.footer .inner {
	padding-top: 35px;
	padding-bottom: 35px;
}

.footer p {
	padding: 0;
	margin: 0;
}

.footer p.pull-left {
	margin-top: 3px
}

.footer.widget-footer {
	background: #232323
}

.footer.widget-footer .inner {
	padding-top: 70px;
	padding-bottom: 70px;
}

.footer.widget-footer p {
	margin: 0 0 15px
}

.sub-footer {
	background: #1e1e1e;
	padding-top: 35px;
	padding-bottom: 35px;
}

.sub-footer p {
	padding: 0 !important;
	margin: 0 !important;
}

.sub-footer p.pull-left {
	margin-top: 3px !important
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color: #f0f0f0;
	font-family: 'Roboto Condensed', sans-serif;
}

.widget-title {
	font-size: 16px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

footer .post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .post-list li {
	margin-top: 15px
}

footer .post-list li:first-child {
	margin: 0
}

footer .post-list li h6 {
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	margin: 0;
	color: #cacaca;
}

footer .post-list li em {
	color: #838383;
	font-size: 12px;
	font-style: normal;
}

.tagcloud {
	line-height: 25px
}

.contact-info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-info i {
	margin-right: 7px
}

.footer .contact-info i {
	color: #f0f0f0
}

.footer .widget.single .contact-info li {
	display: inline;
	margin: 0 15px;
}

.footer hr {
	border-color: #535353;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

/*-----------------------------------------------------------------------------------*/
/*	03. HEADER
/*-----------------------------------------------------------------------------------*/
.navbar-header {
	float: none !important
}

.navbar .container {
	padding: 0
}

.navbar {
	margin: 0;
	border-radius: 0;
	border: none;
	position: relative;
	z-index: 8000;
	min-height: inherit;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar-brand {
	padding: 0;
	padding-top: 8px;
	font-size: 28px;
}

.navbar-brand a:hover {
	color: #34c0df;
}

.navbar-brand img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	height: 25px;
	width: inherit;
}

.navbar-header {
	background: rgba(21, 21, 21, 0.6);
	padding: 0;
}

.no-page-title .navbar-header {
	background: rgba(21, 21, 21, 0.9)
}

.navbar-collapse {
	width: auto;
	padding: 0;
	border: none;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.top-menu .bar-nav {
	margin: 0
}

.top-menu .navbar-nav > li {
	/*margin-left: 15px*/
}

.top-menu .navbar-nav > li > a {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-size: 16px;
	/*font-weight: 700;*/
	/*text-transform: uppercase;*/
	color: #f5f5f5;
	/*padding: 50px 14px 10px 14px;*/
}

.top-menu  > li > a:focus {
	background: none;
	color: #f5f5f5;
}

.top-menu .nav > li > a:hover {
	background: none;
	color: #2980b9;
}

.top-menu  > li.current > a {
	background: none;
	color: #2980b9;
}

.top-menu.navbar .dropdown-menu {
	padding: 0;
	margin: 0;
	min-width: 190px;
	background: #454545;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.top-menu.navbar .dropdown-menu li {
	background: transparent;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.top-menu.navbar .dropdown-menu li:first-child {
	border: none
}

.top-menu.navbar .dropdown-menu li a {
	padding: 13px 15px;
	line-height: 1;
	color: #e9e9e9;
	font-size: 13px;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-weight: 700;
}

.top-menu.navbar .dropdown-menu li a:hover,
.top-menu.navbar .dropdown-menu li a.active {
	padding: 13px 15px;
	filter: none;
	line-height: 1;
	background: #414141;
	color: #e9e9e9;
}

.top-menu.navbar .nav .open > a,
.top-menu.navbar .nav .open > a:hover,
.top-menu.navbar .nav .open > a:focus {
	background: none;
	color: #2980b9;
}

.top-menu.navbar .nav > li > .dropdown-menu:after {
	display: none
}

.top-menu.navbar .nav > li > .dropdown-menu:before {
	display: none
}

.top-menu.navbar .dropdown-menu > li > a:hover,
.top-menu.navbar .dropdown-menu > li > a:focus,
.top-menu.navbar .dropdown-submenu:hover > a,
.top-menu.navbar .dropdown-submenu:focus > a,
.top-menu.navbar .dropdown-menu > .active > a,
.top-menu.navbar .dropdown-menu > .active > a:hover,
.top-menu.navbar .dropdown-menu > .active > a:focus {
	background: none;
	color: #2980b9;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn.responsive-menu {
	padding: 7px 12px;
	margin: 0;
	display: none;
	font-size: 15px;
}

.btn.responsive-menu i {
	margin: 0
}

/*-----------------------------------------------------------------------------------*/
/*	04. FIXED HEADER
/*-----------------------------------------------------------------------------------*/
.offset {
	display: block
}

.top-menu.navbar.fixed {
	width: 100%
}

.top-menu.navbar.fixed .navbar-header {
	background: rgba(21, 21, 21, 0.9);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.top-menu.navbar.fixed .dropdown-menu {
	background: rgba(21, 21, 21, 0.9)
}

.top-menu.navbar.fixed .navbar-brand {
	padding-top: 19px
}

.top-menu.navbar.fixed .navbar-brand img {
	height: 20px !important;
	width: auto !important;
}

.top-menu.navbar.fixed .navbar-nav > li > a {
	padding: 19px 14px
}

.top-menu.navbar .navbar-collapse {
	max-height: inherit
}

/*-----------------------------------------------------------------------------------*/
/*	05. DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
	width: 100%;
	height: 0px;
}

.divide2 {
	width: 100%;
	height: 2px;
}

.divide3 {
	width: 100%;
	height: 3px;
}

.divide5 {
	width: 100%;
	height: 5px;
}

.divide10 {
	width: 100%;
	height: 10px;
}

.divide15 {
	width: 100%;
	height: 15px;
}

.divide20 {
	width: 100%;
	height: 20px;
}

.divide25 {
	width: 100%;
	height: 25px;
}

.divide30 {
	width: 100%;
	height: 30px;
}

.divide35 {
	width: 100%;
	height: 35px;
}

.divide40 {
	width: 100%;
	height: 40px;
}

.divide45 {
	width: 100%;
	height: 40px;
}

.divide50 {
	width: 100%;
	height: 50px;
}

.divide55 {
	width: 100%;
	height: 55px;
}

.divide60 {
	width: 100%;
	height: 60px;
}

.divide65 {
	width: 100%;
	height: 65px;
}

.divide70 {
	width: 100%;
	height: 70px;
}

.divide75 {
	width: 100%;
	height: 75px;
}

.divide80 {
	width: 100%;
	height: 80px;
}

.divide85 {
	width: 100%;
	height: 85px;
}

.rm0 {
	margin-right: 0px
}

.rm1 {
	margin-right: 1px
}

.rm2 {
	margin-right: 2px
}

.rm5 {
	margin-right: 5px
}

.rm10 {
	margin-right: 10px
}

.rm15 {
	margin-right: 15px
}

.rm20 {
	margin-right: 20px
}

.rm25 {
	margin-right: 25px
}

.rm30 {
	margin-right: 30px
}

.rm40 {
	margin-right: 40px
}

.rm50 {
	margin-right: 50px
}

.lm0 {
	margin-left: 0px
}

.lm1 {
	margin-left: 1px
}

.lm5 {
	margin-left: 5px
}

.lm7 {
	margin-left: 7px
}

.lm10 {
	margin-left: 10px
}

.lm15 {
	margin-left: 15px
}

.lm20 {
	margin-left: 20px
}

.lm25 {
	margin-left: 25px
}

.lm30 {
	margin-left: 25px
}

.lm40 {
	margin-left: 40px
}

.rp5 {
	padding-right: 5px
}

.rp10 {
	padding-right: 10px
}

.rp15 {
	padding-right: 15px
}

.rp20 {
	padding-right: 20px
}

.rp30 {
	padding-right: 30px
}

.rp50 {
	padding-right: 50px
}

.lp0 {
	padding-left: 0px
}

.lp10 {
	padding-left: 10px
}

.lp20 {
	padding-left: 20px
}

.lp30 {
	padding-left: 30px
}

.tp0 {
	padding-top: 0 !important
}

.tp3 {
	padding-top: 3px
}

.tp5 {
	padding-top: 5px
}

.tp10 {
	padding-top: 10px
}

.tp20 {
	padding-top: 20px
}

.tp30 {
	padding-top: 30px
}

.tm4 {
	margin-top: 4px
}

.tm5 {
	margin-top: 5px
}

.tm7 {
	margin-top: 7px
}

.tm10 {
	margin-top: 10px
}

.tm15 {
	margin-top: 15px
}

.tm20 {
	margin-top: 20px
}

.mbm1 {
	margin-bottom: -1px
}

.bp0 {
	padding-bottom: 0 !important
}

.bp10 {
	padding-bottom: 10px !important
}

.bp20 {
	padding-bottom: 20px !important
}

.bm0 {
	margin-bottom: 0 !important
}

.bm5 {
	margin-bottom: 5px !important
}

.bm6 {
	margin-bottom: 6px !important
}

.bm10 {
	margin-bottom: 10px !important
}

.bm15 {
	margin-bottom: 15px !important
}

.bm20 {
	margin-bottom: 20px !important
}

.bm30 {
	margin-bottom: 30px !important
}

.bm50 {
	margin-bottom: 50px !important
}

.bp50 {
	padding-bottom: 50px !important
}

/*-----------------------------------------------------------------------------------*/
/*	06. BUTTON
/*-----------------------------------------------------------------------------------*/
/*.btn,*/
/*.btn-submit {*/
/*	color: #fff !important;*/
/*	background: #2980b9;*/
/*	margin-bottom: 10px;*/
/*	margin-right: 4px;*/
/*	!*padding: 11px 20px 10px 20px;*!*/
/*	font-weight: 500;*/
/*	font-size: 13px;*/
/*	text-shadow: none;*/
/*	border: none;*/
/*	!*text-transform: uppercase;*!*/
/*	!**/
/*	-webkit-transition: all 200ms ease-in;*/
/*	-o-transition: all 200ms ease-in;*/
/*	-moz-transition: all 200ms ease-in;*/
/*	*!*/
/*	-webkit-box-shadow: none;*/
/*	-moz-box-shadow: none;*/
/*	box-shadow: none;*/
/*	display: inline-block;*/
/*}*/

/*.userdata .btn,*/
/*.btn-template {*/
/*	-webkit-border-radius: 0;*/
/*	border-radius: 0;*/
/*}*/

.btn-large {
	padding: 13px 23px 13px 23px
}

.btn.btn-aqua {
	background: #2980b9
}

.btn.btn-red {
	background: #d82845
}

.btn.btn-pink {
	background: #d447a4
}

.btn.btn-purple {
	background: #865acf
}

.btn.btn-navy {
	background: #4265ab
}

.btn.btn-green {
	background: #65c4b8
}

.btn.btn-lime {
	background: #afd358
}

.btn.btn-orange {
	background: #f58e1f
}

.btn.btn-yellow {
	background: #ffc90f
}

/*.btn:hover,*/
/*.btn:focus,*/
/*.btn:active,*/
/*.btn.active,*/
.parallax .btn-submit:hover {
	background: #1f618c;
	color: #fff !important;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	/*-webkit-box-shadow: none;*/
	/*-moz-box-shadow: none;*/
	/*box-shadow: none;*/
}

.btn-aqua:hover,
.btn-aqua:focus,
.btn-aqua:active,
.btn-aqua.active {
	background: #1f618c !important
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
	background: #c5243f !important
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
	background: #c44498 !important
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
	background: #7953b8 !important
}

.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active,
.btn-navy.active {
	background: #3e5c99 !important
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
	background: #5eb2a7 !important
}

.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active,
.btn-lime.active {
	background: #9fbf52 !important
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
	background: #e98010 !important
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active {
	background: #f1bd09 !important
}

.share {
	margin-bottom: 15px
}

.share .btn {
	background: none;
	padding: 8px 17px;
}

.share .btn:hover {
	color: #fff !important
}

.btn.share-facebook {
	color: #3d5b9b !important;
	border: 1px solid #3d5b9b !important;
}

.btn.share-facebook:hover {
	background: #334c8e !important;
	border: 1px solid #334c8e !important;
}

.btn.share-twitter {
	color: #5aa8cd !important;
	border: 1px solid #5aa8cd !important;
}

.btn.share-twitter:hover {
	background: #499ac8 !important;
	border: 1px solid #499ac8 !important;
}

.btn.share-googleplus {
	color: #3b3b3b !important;
	border: 1px solid #3b3b3b !important;
}

.btn.share-googleplus:hover {
	background: #2e2e2e !important;
	border: 1px solid #2e2e2e !important;
}

.btn.share-pinterest {
	color: #c53942 !important;
	border: 1px solid #c53942 !important;
}

.btn.share-pinterest:hover {
	background: #bc2d32 !important;
	border: 1px solid #bc2d32 !important;
}

.black-wrapper .btn {
	border: 1px solid #797979;
	background: none;
	color: #a6a6a6 !important;
}

.black-wrapper .btn:hover {
	border: 1px solid #2980b9;
	color: #2980b9 !important;
	background-color: white !important;
}

/*-----------------------------------------------------------------------------------*/
/*	07. SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
	padding: 0;
	margin: 0 0 -5px 0;
	font-size: 0;
	line-height: 1;
}

.social li {
	display: inline-block;
	/*font-family: 'fontello-social';*/
	margin-right: 5px;
	margin-bottom: 5px;
}

.text-center .social li {
	margin: 0 2px
}

.social.pull-right li {
	margin: 0 0 0 5px
}

.social li a {
	display: table
}

.social li a i {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #f5f5f5;
	background: none;
	line-height: 1;
	border: 1px solid #aaa;
	width: 28px;
	height: 28px !important;
	line-height: 1;
	font-size: 12px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	border-radius: 3px;
}

.social .fa-pinterest {
	border-color: #d8545d;
	color: #d8545d;
}

.social .fa-rss {
	border-color: #faaa5e;
	color: #faaa5e;
}

.social .fa-facebook {
	border-color: #677fb5;
	color: #677fb5;
}

.social .fa-twitter {
	border-color: #70c2e9;
	color: #70c2e9;
}

.social .fa-linkedin {
	border-color: #3daccf;
	color: #3daccf;
}

.social .fa-vimeo {
	border-color: #42b5d4;
	color: #42b5d4;
}

.social .fa-youtube {
	border-color: #d5615c;
	color: #d5615c;
}

.social .fa-500px {
	border-color: #3bbbe6;
	color: #3bbbe6;
}

.social .fa-github {
	border-color: #6c93bb;
	color: #6c93bb;
}


.social .fa-instagram {
	border-color: #926d53;
	color: #926d53;
}

.social .fa-paypal {
	border-color: #5b85a8;
	color: #5b85a8;
}

.social a:hover .fa-pinterest {
	background-color: #d8545d
}

.social a:hover .fa-rss {
	background-color: #faaa5e
}

.social a:hover .fa-facebook {
	background-color: #677fb5
}

.social a:hover .fa-twitter {
	background-color: #70c2e9
}

.social a:hover .fa-flickr {
	background-color: #ff3ba4
}

.social a:hover .fa-linkedin {
	background-color: #3daccf
}

.social a:hover .fa-vimeo {
	background-color: #42b5d4
}

.social a:hover .fa-youtube {
	background-color: #d5615c
}

.social a:hover .fa-skype {
	background-color: #5ecbf3
}

.social a:hover .fa-github {
	background-color: #6c93bb
}

.social a:hover .fa-instagram {
	background-color: #926d53
}

.social a:hover .fa-paypal {
	background-color: #5b85a8
}

.social a:hover a:hover i {
	background-color: #fff
}

.social a:hover i {
	color: #fff
}

.navbar .social {
	height: 30px;
	padding: 8px 0 0 10px;
	margin-left: 10px;
	margin-top: 25px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar.fixed .social {
	margin-top: 14px
}

.navbar .social li {
	margin: 0;
	margin-left: 12px;
	position: relative;
}

.navbar .social li a i {
	color: #f5f5f5;
	background: none;
	border: 0;
	height: auto !important;
	width: auto;
	font-size: 14px;
}

.navbar .social a:hover i {
	background: none
}

.navbar .social a:hover .fa-pinterest {
	color: #d8545d;
	border: 0;
}

.navbar .social a:hover .fa-rss {
	color: #faaa5e
}

.navbar .social a:hover .fa-facebook {
	color: #677fb5
}

.navbar .social a:hover .fa-twitter {
	color: #70c2e9
}

.navbar .social a:hover .fa-flickr {
	color: #ff3ba4
}

.navbar .social a:hover .fa-linkedin {
	color: #3daccf
}

.navbar .social a:hover .fa-vimeo {
	color: #42b5d4
}

.navbar .social a:hover .fa-youtube {
	color: #d5615c
}

.navbar .social a:hover .fa-500px {
	color: #3bbbe6
}

.navbar .social a:hover .fa-github {
	color: #6c93bb
}

.navbar .social a:hover .fa-instagram {
	color: #926d53
}

.navbar .social a:hover .fa-paypal {
	color: #5b85a8
}

/*-----------------------------------------------------------------------------------*/
/*	08. FORMS
/*-----------------------------------------------------------------------------------*/
/*.forms {*/
/*	position: relative;*/
/*	padding: 0;*/
/*	width: 100%;*/
/*}*/

/*.form-container .response {*/
/*	display: none*/
/*}*/

/*.forms ol {*/
/*	margin: 0;*/
/*	padding: 0;*/
/*}*/

/*.forms ol li {*/
/*	line-height: auto;*/
/*	list-style: none;*/
/*}*/

/*.forms li.hidden-row {*/
/*	display: none*/
/*}*/

/*input,*/
/*textarea,*/
/*.uneditable-input {*/
/*	width: 100%*/
/*}*/

/*select,*/
/*textarea,*/
.userdata input[type="text"],
.userdata input[type="password"] {
	/*input[type="datetime"],*/
	/*input[type="datetime-local"],*/
	/*input[type="date"],*/
	/*input[type="month"],*/
	/*input[type="time"],*/
	/*input[type="week"],*/
	/*input[type="number"],*/
	/*input[type="email"],*/
	/*input[type="url"],*/
	/*input[type="search"],*/
	/*input[type="tel"],*/
	/*input[type="color"],*/
	/*.uneditable-input {*/
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*height: 40px;*/
	padding: 0 10px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 25px;
	color: #737373;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	resize: none;
	vertical-align: baseline;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}

/*textarea:focus,*/
.userdata input[type="text"]:focus,
.userdata input[type="password"]:focus {
	/*input[type="datetime"]:focus,*/
	/*input[type="datetime-local"]:focus,*/
	/*input[type="date"]:focus,*/
	/*input[type="month"]:focus,*/
	/*input[type="time"]:focus,*/
	/*input[type="week"]:focus,*/
	/*input[type="number"]:focus,*/
	/*input[type="email"]:focus,*/
	/*input[type="url"]:focus,*/
	/*input[type="search"]:focus,*/
	/*input[type="tel"]:focus,*/
	/*input[type="color"]:focus,*/
	/*.uneditable-input:focus {*/
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*textarea {*/
/*	height: 100%;*/
/*	padding: 5px 10px;*/
/*	margin-bottom: 15px;*/
/*	min-height: 150px;*/
/*	resize: vertical;*/
/*}*/

/*.btn-submit {*/
/*	-webkit-font-smoothing: antialiased;*/
/*	-webkit-text-size-adjust: 100%;*/
/*	width: auto;*/
/*}*/

/*.forms li.error input,*/
/*.forms li.error textarea {*/
/*	border: 1px solid #b54d4d*/
/*}*/

/*.forms span.error {*/
/*	display: none*/
/*}*/

/*.forms .button-row span.error {*/
/*	padding: 0;*/
/*	display: none;*/
/*}*/

/*.forms .button-row p.forgot {*/
/*	padding: 6px 0 0 10px;*/
/*	overflow: hidden;*/
/*	display: inline-block;*/
/*}*/

/*.forms label {*/
/*	display: block;*/
/*	float: left;*/
/*	width: 95px;*/
/*	padding-top: 7px;*/
/*	font-size: 13px;*/
/*	clear: both;*/
/*}*/

/*.comment-form div label {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*}*/

.form-container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.searchform {
	position: relative
}

.searchform .btn {
	position: absolute;
	top: 0;
	right: -5px;
	height: 40px !important;
	padding: 0 15px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	09. BORDERED BOX
/*-----------------------------------------------------------------------------------*/
.bordered {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 15px 5px 15px;
	background: #fff;
}

.bordered figure {
	margin-bottom: 20px
}

figure.bordered {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 7px;
}

figure {
	position: relative
}

/*-----------------------------------------------------------------------------------*/
/*	10. BLOG
/*-----------------------------------------------------------------------------------*/
.meta,
.meta a {
	color: #999;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
}

.meta span:before {
	display: inline-block;
	content: "/";
	padding: 0 7px;
	color: #9f9f9f;
}

.meta span:first-child:before {
	display: none;
	padding: 0;
}

.footer-meta:after,
.meta:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.footer-meta,
.footer-meta a {
	font-size: 11px;
	color: #999;
	/*text-transform: uppercase;*/
}

.meta a:hover,
.footer-meta a:hover {
	color: #2980b9
}

.more {
	border-bottom: 1px solid #2980b9
}

.meta.tags {
	margin-bottom: 10px !important
}

.meta.tags a:before {
	content: "#";
	display: inline-block;
}

.format-chat ul {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}

.format-chat ul li {
	margin-bottom: 5px
}

.format-chat ul li strong {
	text-transform: uppercase;
	color: #616161;
}

.format-link .post-title a:after {
	display: inline-block;
	content: "→";
	padding-left: 10px;
}

.post.format-quote blockquote {
	margin: 35px -35px 30px
}

.no-sidebar {
	width: 770px;
	margin: 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*	11. TOOLTIP
/*-----------------------------------------------------------------------------------*/
.tooltip-inner {
	color: #fff;
	background-color: #2980b9;
	padding: 5px 12px;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	border-top-color: #2980b9
}

.tooltip.right .tooltip-arrow {
	border-right-color: #2980b9
}

.tooltip.left .tooltip-arrow {
	border-left-color: #2980b9
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #2980b9
}

/*-----------------------------------------------------------------------------------*/
/*	12. OVERLAY
/*-----------------------------------------------------------------------------------*/
figure {
	display: block;
	overflow: hidden;
	position: relative;
}

.items li figure img {
	display: block;
	width: 100%;
}

figure a,
figure a img {
	display: block;
	position: relative;
}

figure img {
	display: block;
	max-width: 100%;
}

figure a .text-overlay {
	opacity: 0;
	height: 100%;
	position: absolute;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	padding: 20px;
	background: #2980b9;
	background: rgba(40, 184, 216, 0.90);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

figure a:hover .text-overlay {
	opacity: 1
}

figure a .text-overlay:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

figure a .text-overlay .info {
	text-align: center;
	top: 50%;
	width: 100%;
	left: 0;
	position: absolute;
	margin-top: -11px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.icon-overlay {
	display: block;
	overflow: hidden;
	position: relative;
}

.icon-overlay img {
	display: block;
	max-width: 100%;
}

.icon-overlay a .icn-more {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	height: 100%;
	position: absolute;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	background: #2980b9;
	background: rgba(40, 184, 216, 0.93);
	overflow: hidden;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.icon-overlay a:hover .icn-more {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon-overlay a .icn-more:before {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	position: absolute;
	text-align: center;
	content: '\f517';
	line-height: 1;
	color: #fff;
	top: 50%;
	left: 50%;
	z-index: 2;
	font-size: 15px;
	top: 50%;
	margin: -8px 0 0 -6px;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	-moz-transition: -moz-transform 0.25s ease-in-out;
	-o-transition: -o-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
}

.icon-overlay a:hover .icn-more:before {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.icon-overlay a:hover .icn-more:before {
	top: 50% !important
}

/*-----------------------------------------------------------------------------------*/
/*	15. ACCORDION / TOGGLE
/*-----------------------------------------------------------------------------------*/
.panel-group .panel {
	margin-bottom: 10px;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-heading {
	padding: 0;
	background: none !important;
	border: 0 !important;
}

.panel-heading .panel-title {
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #444;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
}

.panel-title > a {
	display: block;
	color: #444;
	padding: 15px 20px;
}

.panel-title > a:hover {
	color: #2980b9
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	border: 0
}

.panel-default > .panel-heading + .panel-collapse {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: none;
	background: #fff;
}

.panel-body {
	padding: 20px
}

/*-----------------------------------------------------------------------------------*/
/*	16. PROGRESS BAR
/*-----------------------------------------------------------------------------------*/
.progress-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.progress-list p {
	margin-bottom: 5px
}

.progress-list li {
	margin-bottom: 20px
}

.progress-list li em {
	padding-left: 8px;
	color: #2980b9;
	font-style: normal;
}

.progress-list li em:before {
	content: "-";
	padding-right: 10px;
	display: inline-block;
}

.progress.plain {
	height: 15px;
	margin-bottom: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background: none;
	border: 1px solid #2980b9;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.progress.plain .bar {
	float: left;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-shadow: none;
	background: #2980b9;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/*	17. BASIC GALLERY
/*-----------------------------------------------------------------------------------*/
.basic-gallery {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}

.basic-gallery li {
	display: block;
	width: 100%;
	margin-top: 50px;
}

.basic-gallery li:first-child {
	margin-top: 0
}

.basic-gallery li img {
	display: inline;
	max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	22. SERVICES ICONS
/*-----------------------------------------------------------------------------------*/
.services-1 .row {
	text-align: left
}

.services-1 .icon {
	display: table
}

.services-1 .row .icon {
	float: left;
	margin-right: 20px;
}

.services-1 .row .text {
	overflow: hidden
}

.services-1 .icon i.icn {
	color: #2980b9;
	line-height: 1;
	font-size: 40px;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}

.services-2 i {
	font-size: 50px;
	color: #2980b9;
}

/*-----------------------------------------------------------------------------------*/
/*	24. TABS
/*-----------------------------------------------------------------------------------*/
.tabs-top .etabs {
	margin: 0;
	padding: 0;
	overflow: inherit;
}

.tabs-top.center .etabs {
	text-align: center
}

.tabs-top .tab {
	margin: 0;
	padding: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: none;
	top: 1px;
	position: relative;
	z-index: 1;
	margin-right: 3px;
}

.tabs-top .tab a {
	padding: 13px 25px;
	display: block;
	background: #f9f9f9;
	color: #444;
	font-size: 14px;
	font-weight: 700;
}

.tabs-top.left .tab a {
	padding: 10px 20px
}

.tabs-top .tab i {
	margin-right: 5px
}

.tabs-top .tab.active {
	position: relative;
	z-index: 3;
}

.tabs-top .tab a:hover,
.tabs-top .tab.active a {
	background: #fff
}

.tabs-top .tab a:hover,
.tabs-top .tab.active a {
	color: #2980b9
}

.tabs-top.tab-container .panel-container {
	border: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
	display: block;
	background: #fff;
}

.tabs-top.tab-container .panel-container p {
	margin: 0;
	padding-bottom: 10px;
}

.tabs-top.tab-container .panel-container .tab-block {
	padding: 20px;
	padding-bottom: 5px;
}

.page-title {
	height: 300px;
	background: url(style/images/art/page-title-1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.page-title h1 {
	text-align: center;
	top: 57.5%;
	vertical-align: middle;
	width: 100%;
	left: 0;
	position: absolute;
	font-weight: 300;
	font-size: 40px;
	margin: 0;
	color: #f5f5f5;
}

.page-title .overlay {
	background: rgba(0, 0, 0, 0.45);
	height: 100%;
	position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*	26. PAGINATION
/*-----------------------------------------------------------------------------------*/
.pagination {
	display: block
}

.pagination ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 40px;
}

.pagination ul > li {
	display: inline-block;
	margin-right: 2px;
}

.pagination ul > li > a,
.pagination ul > li > span {
	float: none;
	border: none;
	background: #2980b9;
	color: #fff;
	font-weight: 500;
	/*text-transform: uppercase;*/
	padding: 9px 15px;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background: #1f618c;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	27. SIDEBAR
/*-----------------------------------------------------------------------------------*/
.sidebar {
	padding-left: 25px !important
}

.sidebar.left-sidebar {
	padding: 15px !important;
	padding-top: 0 !important;
}

.sidebox {
	margin-top: 50px;
	display: block;
}

.sidebox:first-child {
	margin: 0
}

.sidebox .post-list {
	padding: 0;
	margin: 0;
}

.sidebox .post-list:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sidebox .post-list li {
	clear: both;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}

.sidebox .post-list h6 {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	text-transform: none;
	letter-spacing: normal;
	font-weight: 400;
}

.sidebox .post-list h6 a {
	font-size: 14px;
	line-height: 22px;
}

.sidebox a {
	color: #666
}

.sidebox a:hover {
	color: #2980b9
}

.sidebox .post-list .icon-overlay {
	float: left;
	width: 70px;
	height: 70px;
}

.sidebox .post-list .meta {
	margin-left: 85px;
	margin-bottom: 0;
}

.sidebox .post-list .meta em {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
}

.sidebox .post-list .meta em:before {
	display: none
}

.sidebox.widget form {
	margin: 0
}

.sidebox.widget .searchform input {
	margin: 0
}

.widget .list {
	list-style: none;
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	32. FEATURES
/*-----------------------------------------------------------------------------------*/
.font-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.font-icons li {
	display: inline-block;
	font-size: 25px;
	margin-bottom: 10px;
	padding: 0 10px;
}

.alert .close {
	line-height: 28px
}

.retina-icons-code i {
	font-size: 18px
}

.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
	text-align: center
}

.retina-icons-code code {
	color: #888;
	background: none;
	white-space: normal;
}

.table-bordered {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-left: none;
	background: #fff;
}

.table-bordered th,
.table-bordered td {
	border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.retina-icons-code td {
	vertical-align: middle !important
}

.table th,
.table td {
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.budicons-list .font-icons li {
	font-size: 40px;
	margin-bottom: 40px;
	padding: 0 20px;
}

.budicons-list .retina-icons-code i {
	font-size: 30px;
	line-height: 1;
	margin-top: 5px;
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	33. RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	.swiper-container.gallery,
	.swiper-container.gallery img {
		height: 500px;
		width: auto;
	}
}

@media (max-width: 1300px) {
	.swiper-container.gallery,
	.swiper-container.gallery img {
		height: 450px;
		width: auto;
	}
}

@media (min-width: 1200px) {
	.fix-portfolio .items {
		margin-left: -9px;
		margin-bottom: -9px;
	}

	.fix-portfolio .items li {
		width: 384px;
		margin-left: 9px;
		margin-bottom: 9px;
	}

	.sidebar {
		padding-left: 35px !important
	}

	.no-sidebar {
		width: 770px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar .container,
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.navbar-nav > li {
		margin-left: 5px
	}

	.classic-blog .post {
		margin-bottom: 30px
	}

	[class*="col-md-"] {
		margin-bottom: 30px
	}

	[class*="col-md-"].lp30 {
		padding-left: 15px
	}

	.blog-posts [class*="col-md-"] {
		margin-bottom: 0
	}

	.thin {
		width: 100%
	}

	.services-3 .icon:before {
		width: 50%;
		left: -70%;
	}

	.services-3 .icon:after {
		width: 50%;
		right: -70%;
	}

	.fix-portfolio .items {
		margin-left: -6px;
		margin-bottom: -6px;
	}

	.fix-portfolio .items li {
		width: 236px;
		margin-left: 6px;
		margin-bottom: 6px;
	}

	.navbar .social {
		display: none
	}

	.blog-posts .bordered {
		padding: 15px 15px 5px 15px
	}

	.blog-posts figure.full {
		margin: 0 -15px 15px
	}

	.blog-posts.classic-blog .bordered {
		padding: 20px 25px 25px 25px
	}

	.blog-posts.classic-blog figure.full {
		margin: 0 -25px 20px
	}

	.no-sidebar {
		width: 100%
	}

	.post-gallery-wrapper {
		margin: 0 -31px 14px -25px
	}

	.post.format-quote blockquote {
		margin: 25px -25px 20px
	}

	#instawidget li {
		width: 50%
	}
}

@media (min-width: 768px) {
	.open > .dropdown-menu,
	.open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
		animation-name: slidenavAnimation;
		animation-duration: .3s;
		animation-iteration-count: 1;
		animation-timing-function: ease;
		animation-fill-mode: forwards;
		-webkit-animation-name: slidenavAnimation;
		-webkit-animation-duration: .3s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease;
		-webkit-animation-fill-mode: forwards;
		-moz-animation-name: slidenavAnimation;
		-moz-animation-duration: .3s;
		-moz-animation-iteration-count: 1;
		-moz-animation-timing-function: ease;
		-moz-animation-fill-mode: forwards;
	}

	@keyframes slidenavAnimation {
		from {
			opacity: 0
		}
		to {
			opacity: 1
		}
	}
	@-webkit-keyframes slidenavAnimation {
		from {
			opacity: 0
		}
		to {
			opacity: 1
		}
	}
	.nav.navbar-nav > li:last-of-type > ul {
		left: auto;
		right: 0;
	}

	.nav.navbar-nav > li:last-of-type > ul ul {
		left: auto;
		right: 100%;
		margin-top: -1px;
		margin-right: -1px;
		border-right: 1px solid rgba(255, 255, 255, 0.06) !important;
	}

	.navbar .dropdown-submenu > a:after {
		display: none
	}

	.navbar .dropdown-submenu > .dropdown-menu {
		margin-top: 0
	}

	.dropdown-submenu {
		position: relative
	}

	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -1px !important;
		margin-left: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.06) !important;
	}

	.dropdown-submenu:hover > .dropdown-menu {
		display: block
	}

	.dropdown-submenu > a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		margin-top: 5px;
		margin-right: -10px;
	}

	.dropdown-submenu:hover > a:after {

	}

	.dropdown-submenu.pull-left {
		float: none
	}

	.dropdown-submenu.pull-left > .dropdown-menu {
		left: -100%;
		margin-left: 10px;
	}

	.open > .dropdown-menu,
	.open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
		animation-name: slidenavAnimation;
		animation-duration: .3s;
		animation-iteration-count: 1;
		animation-timing-function: ease;
		animation-fill-mode: forwards;
		-webkit-animation-name: slidenavAnimation;
		-webkit-animation-duration: .3s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease;
		-webkit-animation-fill-mode: forwards;
		-moz-animation-name: slidenavAnimation;
		-moz-animation-duration: .3s;
		-moz-animation-iteration-count: 1;
		-moz-animation-timing-function: ease;
		-moz-animation-fill-mode: forwards;
	}

	@keyframes slidenavAnimation {
		from {
			opacity: 0
		}
		to {
			opacity: 1
		}
	}
	@-webkit-keyframes slidenavAnimation {
		from {
			opacity: 0
		}
		to {
			opacity: 1
		}
	}
}

@media (max-width: 767px) {
	.inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.no-sidebar {
		width: 100%
	}

	.btn.responsive-menu {
		display: block
	}

	.navbar .social {
		display: none
	}

	.navbar .nav,
	.navbar .dropup,
	.navbar .dropdown,
	.navbar .collapse {
		position: relative
	}

	.navbar .dropdown-menu {
		position: relative;
		left: inherit;
		top: inherit;
		float: none;
		width: auto;
		display: block !important;
		background: none;
	}

	.navbar-nav > li > a,
	.navbar-nav > li:first-child > a,
	.navbar .dropdown-menu li {
		border: none
	}

	.navbar-nav > li > a,
	.navbar .dropdown-menu li a {
		border-bottom: 1px solid rgba(0, 0, 0, 0.13) !important
	}

	.navbar .nav .open > a,
	.navbar .nav .open > a:hover,
	.navbar .nav .open > a:focus {
		background: none;
		border: none;
	}

	.navbar-nav > li > a,
	.navbar .dropdown-menu li a,
	.navbar .dropdown-menu li a:hover,
	.navbar .dropdown-menu li a.active {
		padding: 12px 0 !important
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 1
	}

	.navbar-nav > li > a,
	.navbar-nav > li > a:focus {
		color: #2980b9
	}

	.navbar .dropdown-menu li a {
		color: #cacaca
	}

	.navbar .dropdown-menu {
		padding-left: 20px
	}

	.navbar .dropdown-menu a {
		text-transform: none !important;
		font-size: 13px !important;
	}

	.navbar .btn.responsive-menu {
		margin: 20px 0
	}

	.navbar-header {
		float: left;
		width: 100%;
	}

	.navbar-header:after {
		content: '';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.navbar .container {
		width: 100%;
		padding: 0;
	}

	.navbar .navbar-collapse {
		width: 100%;
		float: none !important;
		margin: 0;
		background: none;
	}

	.navbar .navbar-nav {
		width: 720px;
		margin: 0 auto;
		padding: 0;
	}

	.navbar .basic-wrapper {
		width: 720px;
		margin: 0 auto;
		display: block;
	}

	.navbar,
	.navbar.fixed {
		position: relative
	}

	.navbar.fixed .navbar-header,
	.navbar .navbar-header {
		background: rgba(21, 21, 21, 0.94)
	}

	.navbar.fixed .dropdown-menu,
	.navbar .dropdown-menu {
		background: none
	}

	.navbar .navbar-brand,
	.navbar.fixed .navbar-brand {
		padding-top: 10px;
		font-size: 18px;
	}

	.navbar.fixed .navbar-brand img {
		height: 25px !important;
		width: inherit !important;
	}

	.navbar.fixed .navbar-nav > li > a {
		padding: 30px 14px
	}

	.navbar .container,
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}

	[class*="col-"] {
		margin-bottom: 30px
	}

	.navbar .navbar-nav {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}

	.navbar .basic-wrapper {
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.navbar .navbar-nav > li {
		margin-left: 0
	}

	.swiper-container.instagram {
		height: 250px
	}

	.swiper-container.instagram img {
		height: 250px;
		width: 250px;
	}

	.swiper-container.gallery,
	.swiper-container.gallery img {
		height: 250px;
		width: auto;
	}

	.swiper .item .details .content .wrap {
		padding: 30px
	}

	.swiper .item .details .content .wrap .text h2 {
		font-size: 20px;
		margin-bottom: 0;
	}

	.swiper .item .details .content .wrap .text .info {
		display: none
	}

	section.inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.services-1 .divide30 {
		display: none
	}

	.services-3 .col .icon:before,
	.services-3 .col .icon:after {
		display: none
	}

	.footer .inner {
		padding-bottom: 40px
	}

	.footer p.pull-left,
	.footer ul.pull-right {
		float: none !important;
		text-align: center;
	}

	.footer p {
		margin-bottom: 20px
	}

	.sub-footer p {
		margin-bottom: 20px !important
	}

	.page-title h1 {
		font-size: 24px;
	}

	.filter {
		text-align: left
	}

	.filter ul li a {
		padding: 0 12px
	}

	.filter ul li:first-child a {
		padding-left: 0
	}

	.fix-portfolio .items {
		margin-left: 0;
		margin-bottom: -10px;
	}

	.fix-portfolio .items li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.thin {
		width: 100%
	}

	.share.pull-left {
		float: none !important
	}

	.sidebar {
		margin-top: 70px;
		padding-left: 15px !important;
	}

	.pagination ul > li {
		margin-bottom: 20px
	}

	.post-gallery li {
		width: 50%
	}

	#comments .user {
		display: none
	}

	#comments ul.children {
		padding: 0 0 0 20px
	}

	#comments .arrow-box {
		margin-left: 0
	}

	.about-author .author-image {
		display: none
	}

	.tab {
		display: block !important;
		margin: 0 !important;
	}

	.footer .widget.single .contact-info li {
		display: block
	}

	.section-title.text-center h3:before,
	.section-title h3:after {
		display: none
	}

	.blog-posts [class*="col-"] {
		margin-bottom: 0
	}

	.offset {
		display: none
	}

	.mode-xs .sticky-wrapper {
		display: none
	}
}

/* start back to top */
a.go-top {
	color: #fff;
}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index: 9999;
}

/* end back to top */
/* start menu dropdowns / hover / multyiple depth */
.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu li:hover ul {
	visibility: hidden;
}

.dropdown:hover .dropdown-menu ul {
	display: none;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
	margin-top: 0;
}

.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}

.navbar .sub-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	top: 11px;
	left: -6px;
}

.dropdown-submenu {
	position: relative;
}

.nav-justified > .dropdown > ul.nav-child.dropdown-menu {
	margin-top: 0;
	margin-left: 0;
	top: auto;
	left: 0;
	width: 100%;
}

.nav-justified > .dropdown .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

ul li.dropdown-submenu:hover ul.dropdown-menu {
	display: block !important;
}

ul li.dropdown-submenu:hover ul ul.dropdown-menu {
	display: none !important;
}

ul li.dropdown-submenu ul li.dropdown-submenu:hover ul.dropdown-menu {
	display: block !important;
}

ul li.dropdown-submenu .caret {
	margin-left: 5px;
	vertical-align: middle;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #16a085;
	color: #ffffff;
	outline: 0 none;
	text-decoration: none;
}

.nav > li span.separator {
	display: block;
	padding: 15px;
	line-height: 20px;
}

.navbar-toggle .icon-bar {
	background-color: darkgray;
}

#sidebar .mm-current .mm-list > li {
	width: 100%;
}

@media (max-width: 991px) {
	.caret {
		display: none;
	}
}

/* end menu dropdowns / hover / multyiple depth */

.nav.menu.navbar-nav.mm-list {
	margin-left: 15px;
}

a:hover .navbar-toggle {
	color: #2980b9;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.pull-left.item-image {
	padding-right: 20px;
}

.googlemap {
	margin-top: 80px;
}

a.dont-display {
	display: none !important;
}

@media (max-width: 767px) {
	.tp-caption.excerpt1,
	.tp-caption.medium_light_white {
		font-size: 18px;
	}

	.googlemap {
		margin-top: 0;
	}
}

.page-header {
	margin: 0 0 20px;
}

/* style colours */
.tp-loader.spinner0,
#fancybox-loading div {
	border-left: 3px solid rgba(40, 184, 216, .15);
	border-right: 3px solid rgba(40, 184, 216, .15);
	border-bottom: 3px solid rgba(40, 184, 216, .15);
	border-top: 3px solid rgba(40, 184, 216, .8);
}

a {
	color: #2980b9;
}

.colored {
	color: #2980b9
}

.color-wrapper {
	background: #2980b9;
}

.color-wrapper:hover {
	background: #1f618c;
}

.post-title a:hover {
	color: #2980b9
}

ul.circled li:before {
	color: #2980b9;
}

blockquote {
	/*background: #2980b9;*/
	border-left: 0;
}

.footer a:hover {
	color: #3caaf2
}

.top-menu .nav > li > a:hover {
	color: #2980b9;
}

.top-menu .nav > li.current > a {
	color: #2980b9;
}

.top-menu.navbar .nav .open > a,
.top-menu.navbar .nav .open > a:hover,
.top-menu.navbar .nav .open > a:focus {
	color: #2980b9;
}

.top-menu.navbar .dropdown-menu > li > a:hover,
.top-menu.navbar .dropdown-menu > li > a:focus,
.top-menu.navbar .dropdown-submenu:hover > a,
.top-menu.navbar .dropdown-submenu:focus > a,
.top-menu.navbar .dropdown-menu > .active > a,
.top-menu.navbar .dropdown-menu > .active > a:hover,
.top-menu.navbar .dropdown-menu > .active > a:focus {
	color: #2980b9;
}

.btn-submit {
	background: #2980b9;
}

.parallax .btn-submit:hover {
	background: #1f618c;
}

.black-wrapper .btn:hover {
	border: 1px solid #2980b9;
	color: #2980b9 !important;
	background: none;
}

.meta a:hover,
.footer-meta a:hover {
	color: #2980b9
}

.more {
	border-bottom: 1px solid #2980b9
}

.tooltip-inner {
	background-color: #2980b9;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	border-top-color: #2980b9
}

.tooltip.right .tooltip-arrow {
	border-right-color: #2980b9
}

.tooltip.left .tooltip-arrow {
	border-left-color: #2980b9
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #2980b9
}

figure a .text-overlay {
	background: #2980b9;
	background: rgba(40, 184, 216, 0.90);
}

.icon-overlay a .icn-more {
	background: #2980b9;
	background: rgba(40, 184, 216, 0.93);
}

.filter ul li a:hover,
.filter ul li.current a,
.filter ul li a.active {
	color: #2980b9
}

.panel-title > a:hover {
	color: #2980b9
}

.progress-list li em {
	color: #2980b9;
}

.progress.plain {
	border: 1px solid #2980b9;
}

.progress.plain .bar {
	background: #2980b9;
}

.tp-caption a {
	color: #2980b9
}

.services-1 .icon i.icn {
	color: #2980b9;
}

.services-2 i {
	color: #2980b9;
}

.tabs-top .tab a:hover,
.tabs-top .tab.active a {
	color: #2980b9
}

.pagination ul > li > a,
.pagination ul > li > span {
	background: #2980b9;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background: #1f618c;
}

.sidebox a:hover {
	color: #2980b9
}

#comments .info h2 a:hover {
	color: #2980b9
}

#comments a.reply-link:hover {
	color: #2980b9
}

.pricing .plan h4 span {
	color: #2980b9
}

@media (max-width: 767px) {
	.navbar-nav > li > a,
	.navbar-nav > li > a:focus {
		color: #2980b9
	}
}

/* Sigsiu.NET modifications
--------------------------- */
.x-small {
	font-size: 70%;
}

.light-wrapper {
	padding-top: 40px;
	background-color: rgba(213, 239, 255, 0.97);
	margin-top: 0;
}

.breadcrumb {
	margin-bottom: 15px;
	background-color: inherit;
	padding: 0;
}

.top-menu .navbar-header {
	background-color: #2980b9;
}

.top-menu .navbar-brand a:hover,
.top-menu .nav > li.current > a:hover,
.top-menu .nav > li > a,
.top-menu .nav > li > a:hover {
	color: #d2e5e9;
}

.top-menu .navbar-brand a,
.top-menu .nav > li.current > a {
	color: #ffffff;
}

.divider img {
	display: none;
}

.logout-button input {
	width: inherit;
}

.footer {
	background-color: #454545;
	font-size: 15px;
}

.moduletable.about {
	margin-bottom: 30px;
}

ul.newsfeed {
	list-style-type: none;
	padding-left: 0;
}

div.alert-custom {
	padding-top: 10px;
	border-radius: 4px;
}

.alert-custom .header {
	font-size: 17px;
	line-height: 24px;
	padding: 0;
	font-family: inherit;
	margin: 0;
}

.alert-custom .header h1 {
	color: #ffffff;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 5px;
}

.alert-custom .header .text {
}

.alert-custom .header .image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -35px;
	margin-top: -10px;
	padding: 10px;
	background-color: #ffffff;
	border-top-left-radius: 4px;
}

.alert-custom .header a {
	color: #b8def7;
	font-weight: 400;
}

.custom.ads {
	margin-top: -40px;
}

.distance-big {
	margin-top: 10px;
	margin-bottom: 10px;
}

.google-ad {
	height: 250px;
}

.footer-ad {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.footer-ad img {
	border-radius: 4px;
}

.moduletable.about a {
	padding: 0;
}

.moduletable.about .nav > li > a {
	color: #cacaca !important;
}

.moduletable.about .nav > li > a:hover {
	color: #2980b9 !important;
}

.text-lightblue {
	color: #b8def7;
	font-weight: 400;
}

.text-aqua {
	color: #2980b9;
	font-weight: 400;
}

.text-red {
	color: #d82845;
	font-weight: 400;
}

.text-pink {
	color: #d447a4;
	font-weight: 400;
}

.text-purple {
	color: #865acf;
	font-weight: 400;
}

.text-navy {
	color: #4265ab;
	font-weight: 400;
}

.text-green {
	color: #65c4b8;
	font-weight: 400;
}

.text-lime {
	color: #afd358;
	font-weight: 400;
}

.text-orange {
	color: #f58e1f;
	font-weight: 400;
}

.text-yellow {
	color: #ffc90f;
	font-weight: 400;
}

.distance-top {
	margin-top: 25px;
}

.alert-custom .header a {
	text-decoration: underline;
	font-weight: 400;
}

/*Werbung*/
/*-------------------------*/
div.relevantData {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 5px;
}

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

div.relevantData.small {
	margin-bottom: 0;
	margin-top: 0;
}

div.relevantData p {
	font-size: 0.84em;
	margin: 0 0 2px 0;
	color: #2e6da4;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.footer-ad {
		width: 100%;
	}

	.google-ad,
	.footer-ad ins,
	.footer-ad img {
		height: 200px !important;
		max-height: 200px !important;
	}
}

@media (max-width: 991px) {
	.footer-ad {
		text-align: center;
		float: none;
		padding: 0;
	}

	.custom.ads {
		margin-top: 0;
	}

	.custom.footer {
		float: none;
	}

	.custom.footer p {
		margin-bottom: 0;
	}

	div.socials {
		float: none;
		text-align: left !important;
	}

	.footer p.pull-left, .footer ul.pull-right {
		float: none !important;
		text-align: left;
	}

	.social.pull-right li,
	.distance-big {
		margin: 0;
	}

	.socials .btn-footer {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.alert-custom .header .image {
		float: none;
		margin: 0;
	}

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

	.btn-wrap {
		white-space: normal;
		width: 250px;
	}

	.light-wrapper {
		padding-top: 5px;
	}
}