/* Table of Content
====================
1. General
2. Page preloader
3. Headings
4. Header
5. Logo
6. Menu (Bootstrap defalt navbar)
7. Off-Canvas Menu
8. Intro
9. Photo wall
10. Page header
11. Breadcrumb
12. Album bottom nav
13. Add to favorites button
14. Content section
15. Content wrap
16. Isotope
17. Album list item
18. Album list carousel
19. Album single carousel
20. Full carousel
21. Portfolio single
22. Content carousel
23. Album single item
24. Lightgallery
25. Back to album link
26. Columns switch
27. Album attributes
28. Pagination
29. Modal
30. YTP Player
31. Blog list
32. Blog sidebar
33. Blog sidebar widgets
34. Blog single
35. Buttons
36. hr re-styled
37. Blockquote
38. Pages
39. Social icons
40. Forms
41. Select element (styled)
42. Maps
43. Thumbnail list
44. Tabs
45. Panels
46. Accordion
47. Footer
48. Scroll down arrow
49. Scroll to top button

*/




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

html, body {
	padding: 0;
	margin: 0;
}

h1{
	font-size: 2rem;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 1rem;
	margin:0;
}

body {
	position: relative;
	background-color: #F1F1F1;
	font-family: 'Roboto Mono', Helvetica, Arial, sans-serif;
	line-height: 24px;
	font-size: 13px;
	font-weight: 300;
	color: #333;
	letter-spacing: 1px;
}

.nav-font{
	 font-family: "Anton", sans-serif;
  		font-weight: 200;
	  font-style: normal;
}

#body-content {
	background-color: #F1F1F1;
}

p {
	letter-spacing: 1px;
}

.resizable_block {
	width:100%;
	height:0;
	padding-bottom:56.25%;
	position:relative;
	overflow:hidden;
}


.resizable_block .fullwidth {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

a, a:focus {
	text-decoration: none;
	color: #EC1B24;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #8d0000;
	/* color: #B79932; */
}
img {
	max-width: 100%;
	height: auto;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #000;
}
::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #000; /* Firefox */
}
::-webkit-selection {
	color: #fff;
	text-shadow: none;
	background: #000; /* Safari */
}

@media (min-width: 768px) {
	.lead {
		font-size: 17px;
	}
}

.well {
	min-height: 20px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	border: 1px solid #DDD;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.12);
}

.list-inline {
	margin-left: 0;
}
.list-inline > li {
	padding-right: 0;
	padding-left: 0;
}

address {
	margin-bottom: 30px;
	font-style: normal;
	line-height: inherit;
	font-size: x-large;
}



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

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	/* padding-top: 10px; */
	/* padding-bottom: 10px; */
	z-index: 999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
	#header {
		padding: 0;
	}
}

.header-inner {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 991px) {
	.header-inner {
		padding-left: 45px;
		padding-right: 45px;
	}
}

/* header fixed top */
#header.fixed-top {
	position: fixed;
}

/* 
@media (max-width: 767px) {
	#header.fixed-top {
		position: absolute;
	}
} 
*/

/* header show/hide on scroll */
@media (min-width: 767px) {
	#header.show-hide-on-scroll {
		position: fixed;
	}
	#header.show-hide-on-scroll.fly-up {
		margin-top: -150px !important;
	}
}
#header.show-hide-on-scroll.no-move { /* no move if fullscreen overlay menu is open */
	margin-top: 0 !important;
}

/* header filled */
#header.header-filled {
	padding-top: 0;
	padding-bottom: 0;
}

/* ------------------------------------------------------------- *
 * Logo
/* ------------------------------------------------------------- */

#logo {
	position: relative;
	float: left;
	z-index: 9;
}
#logo a {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	line-height: 64px;
	color: #333;
	text-decoration: none;
	letter-spacing: 6px;
}
#logo img {
	max-height: 60px;
}

/* Disable logo-light */
#logo .logo-light {
	display: none;
}

.caser {
	text-transform: capitalize;
	text-transform: capitalize;
}

/* ------------------------------------------------------------- *
 * Menu (Bootstrap defalt navbar)
/* ------------------------------------------------------------- */

.navbar {
	float: right;
	min-height: 50px;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}

/* Navbar links */
.nav > li > a {
	position: relative;
	display: block;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.navbar-nav > li + li {
		margin-left: 20px;
	}
}
.navbar-nav > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 19px;
	text-transform: uppercase;
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #888;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Navbar caret */
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -2px;
	margin-left: -4px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-left: 4px solid rgba(0, 0, 0, 0);
}

/* Navbar caret-2 (icon) */
.caret-2 {
	position: relative;
	font-size: 7px;
	margin-left: -4px;
	top: -2px;
}

/* Navbar default */
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #999;
	font-size: 14px;
	font-weight: bold;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	color: #000;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	color: #000;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
	background-color: transparent;
	color: #000;
}

/* Navbar border bottom */
.navbar-border-bottom {
	background-color: transparent;
	border-color: transparent;
}
.navbar-border-bottom .navbar-nav > li > a {
	color: #999;
}
.navbar-border-bottom .navbar-nav > li > a:focus, 
.navbar-border-bottom .navbar-nav > li > a:hover {
	color: #000;
	background-color: transparent;
}
.navbar-border-bottom .navbar-nav > .active > a, 
.navbar-border-bottom .navbar-nav > .active > a:focus, 
.navbar-border-bottom .navbar-nav > .active > a:hover {
	color: #000;
	background-color: transparent;
}
.navbar-border-bottom .navbar-nav > .open > a, 
.navbar-border-bottom .navbar-nav > .open > a:focus, 
.navbar-border-bottom .navbar-nav > .open > a:hover {
	background-color: transparent;
}

@media (min-width : 767px) {
	.navbar-border-bottom .navbar-nav > li > a:before, 
	.navbar-border-bottom .navbar-nav > li > a:focus:before {
		position: absolute;
		content: "";
		bottom: 24px;
		width: 0%;
		height: 1px;
		border-bottom: 2px solid #222;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.navbar-border-bottom .navbar-nav > .active > a:before,
	.navbar-border-bottom .navbar-nav > li > a:hover:before,
	.navbar-border-bottom .navbar-nav > .open > a:before, 
	.navbar-border-bottom .navbar-nav > .open > a:focus:before, 
	.navbar-border-bottom .navbar-nav > .open > a:hover:before {
		width: 100%;
	}
}

/* Navbar toggle button */
.navbar-toggle {
	position: relative;
	float: right;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 14px;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0;
}
.navbar-toggle:focus, .navbar-toggle:hover {
	background-color: transparent !important;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 26px;
	height: 4px;
	background-color: #222 !important;
	border-radius: 2px;
}

/* Dropdown */
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 140px;
	padding: 10px 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #FFF;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0px solid #ededed;
	border: 0px solid rgba(0, 0, 0, 0.06);
	border-radius: 0;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.navbar-right .dropdown-menu {
	left: 0;
	right: auto;
}
.dropdown-menu-right .dropdown-menu { /* align dropdown menu (use class "dropdown-menu-right"). */
	right: 0;
	left: auto;
}
.dropdown-menu > li > a {
	display: block;
	margin-bottom: 1px;
	padding: 6px 30px 5px 20px;
	clear: both;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	line-height: 24px;
	color: #888;
	white-space: nowrap;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	text-decoration: none;
	background-color: #F1F1F1;
	color: #000;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	text-decoration: none;
	background-color: #F1F1F1;
	color: #000;
	outline: 0;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #F1F1F1;
	color: #000;
	border-color: transparent;
}
@media (max-width : 768px) {
	.navbar-nav .open .dropdown-menu li a {
	   padding: 12px 15px;
	}
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	color: #777;
}

.dropdown-menu .divider {
	background-color: rgba(138, 138, 138, 0.21);
}

.dropdown-menu i {
}

/* Dropdown submenu */
.dropdown-submenu > .dropdown-menu {
	left: 100%;
	right: auto;
	margin-top: -34px !important;
	margin-left: 0;
}

/* Submenu caret */
.dropdown-submenu .caret {
	position: absolute;
	right: 8px;
	top: 12px;
	border-left: 4px dashed;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
@media (max-width : 767px) {
	.dropdown-submenu .caret {
		position: relative;
		right: 0;
		top: 2px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

/* Submenu caret-2 */
.dropdown-submenu .caret-2 {
	position: absolute;
	right: 8px;
	top: 6px;
}
@media (max-width : 767px) {
	.dropdown-submenu .caret-2 {
		position: relative;
		left: 0px;
		top: 0px;
	}
	.dropdown-submenu .caret-2 > i {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

/* Dropdown dark */
.dropdown-menu-dark .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.9);
}
.dropdown-menu-dark .dropdown-menu li > a {
	color: #888;
}
.dropdown-menu-dark .dropdown-menu li > a:focus, 
.dropdown-menu-dark .dropdown-menu li > a:hover,
.dropdown-menu-dark .dropdown-menu > .active > a, 
.dropdown-menu-dark .dropdown-menu > .active > a:focus, 
.dropdown-menu-dark .dropdown-menu > .active > a:hover {
	background-color: #131313;
	color: #E2E2E2;
}
.dropdown-menu-dark > .dropdown-header {
	color: #999;
}
.dropdown-menu-dark > .dropdown-menu > .divider {
	background-color: rgba(255, 255, 255, 0.11);
}
.dropdown-menu-dark > .dropdown-menu .dropdown-header {
	color: #CACACA;
}


/* Mobile navbar */
@media (max-width : 767px) {
	.navbar {
		float: none !important;
	}
	.navbar-collapse {
		border-top: 1px solid rgba(134, 134, 134, 0.2) !important;
	}
	.navbar-collapse.in {
		overflow-y: auto;
		max-height: 410px;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-collapse.in .dropdown-menu-dark .dropdown-menu li > a:focus, 
	.navbar-collapse.in .dropdown-menu-dark .dropdown-menu li > a:hover,
	.navbar-collapse.in .dropdown-menu-dark .dropdown-menu > .active > a, 
	.navbar-collapse.in .dropdown-menu-dark .dropdown-menu > .active > a:focus, 
	.navbar-collapse.in .dropdown-menu-dark .dropdown-menu > .active > a:hover {
		background-color: #F1F1F1;
		color: #000;
	}
	.navbar-nav .open .dropdown-menu {
		padding-top: 0;
		padding-bottom: 10px;
		padding-left: 15px;
		margin-top: 5px !important;
	}
}

/* Header tools */
.header-tools {
	float: right;
	margin-left: 20px;
}
.header-tools > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-tools > ul > li {
	float: left;
}
.header-tools > ul > li + li {
	margin-left: 15px;
}
.header-tools > ul > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 19px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/* Make navigation toggle on desktop hover (use class: dropdown-hover).
======================================================================== */
@media (min-width : 767px) {
	.dropdown-hover:hover > .dropdown-menu {
		display: block;
	}
}


/* --------------------------------------------------- *
 * Intro
/* --------------------------------------------------- */

#content-section.intro-section {
	padding: 45px;
}
@media (max-width :992px) {
	#content-section.intro-section {
		padding: 15px;
	}
}

#intro-section {
	position: relative;
	height: 500px;
}
#intro-section.full-page {
	height: 100%;
}

#intro-section .intro-cover {
	background-color: rgba(0, 0, 0, 0.7);
}

/* intro caption */
.intro-caption {
	position: absolute;
	display: inline-block;
	left: 5%;
	bottom: 10%;
	max-width: 820px;
	padding: 50px 60px;
	z-index: 9;
}
@media (max-width :992px) {
	.intro-caption {
		right: 5%;
		bottom: 5%;
		padding: 20px;
	}
}
@media (max-width :768px) {
	.intro-caption {
		text-align: center;
	}
}

/* intro title */
.intro-title {
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 10px;
	margin-right: -10px;
}
@media (max-width :991px) {
	.intro-title {
		font-size: 28px;
	}
}
@media (max-width :767px) {
	.intro-title {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: 300;
		letter-spacing: 7px;
		margin-right: -7px;
	}
}

/* intro subtitle */
.intro-subtitle {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 12px;
	margin-right: -12px;
}
@media (max-width :991px) {
	.intro-subtitle {
		font-size: 14px;
		letter-spacing: 5px;
		margin-right: -5px;
	}
}

/* intro text */
.intro-text {
	font-size: 14px;
	text-align: center;
}

/* intro bottons */
.intro-button-wrap {
	margin-top: 20px;
}
.intro-caption .btn-default {
	color: #BBB;
}

/* made with love */
.made-with-love {
	position: absolute;
	right: 45px;
	bottom: 15px;
	font-size: 10px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.42);
	z-index: 3;
}

/* scrolling background */
.bg-image-scroll-horizontal, .bg-image-scroll-vertical {
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

/* --------------------------------------------------- *
 * Page header
/* --------------------------------------------------- */

#page-header-secion {
	position: relative;
	padding: 60px 20px 150px 20px;
	overflow: hidden;
}
@media (min-width: 992px) {
	#page-header-secion {
		padding: 100px 45px 150px 45px;
	}
}

#page-header-secion .page-header-cover {
	background-color: rgba(0, 0, 0, 0.50);
}


/* --------------------------------------------------- *
 * Breadcrumb
/* --------------------------------------------------- */

.breadcrumb {
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 0;
	list-style: none;
	background-color: rgba(0, 0, 0, 0);
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	color: #999;
	border-radius: 0;
}
.breadcrumb a {
	color: #999;
}
.breadcrumb a:hover {
	color: #FFF;
}
.breadcrumb > .active {
	color: #999;
}


/* ------------------------------------------------------------- *
 * Content section
/* ------------------------------------------------------------- */

#content-section {
	padding: 15px 0;
}
@media (min-width: 991px) {
	#content-section {
		padding: 45px 30px;
	}
}

/* if page-header-secion exists make top offset -100px */
#page-header-secion + #content-section {
	margin-top: -100px;
	z-index: 2;
}


/* --------------------------------------------------- *
 * Content wrap
/* --------------------------------------------------- */

.content-wrap {
	position: relative;
	background-color: #FFF;
	padding: 40px;
}
@media (max-width : 991px) {
	.content-wrap {
		padding: 20px;
	}
}

/* if page-header-secion exists add pseudo element to top */
#page-header-secion + #content-section .content-wrap:before {
	position: absolute;
	content: "";
	left: 10px;
	right: 10px;
	top: -5px;
	height: 5px;
	background-color: rgba(255, 255, 255, 0.8);
}

/* ------------------------------------------------------------- *
 * Buttons
/* ------------------------------------------------------------- */

.btn {
	position: relative;
	margin: 8px 0;
	padding: 10px 30px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 2px solid rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 0px -2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px -2px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn.active, .btn:active, .btn.focus, .btn:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	-webkit-box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.05);
	outline: none;
}

/* Button styles */
.btn-default {
	color: #000;
	background-color: rgba(189, 189, 189, 0.25);
	border-color: transparent;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #E8E7E7;
	border-color: transparent;
}

.btn-primary {
	color: #FFF;
	background-color: #EC1B24;
	border-color: #EC1B24;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
	color: #FFF;
	background-color: #AC0F16;
	border-color: #AC0F16;
}

.btn-success {
	color: #FFF;
	background-color: #5cb85c;
	border-color: #5cb85c;
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
	color: #FFF;
	background-color: #449d44;
	border-color: #449d44;
}

.btn-info {
	color: #FFF;
	background-color: #31B0D5;
	border-color: #31B0D5;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
	color: #FFF;
	background-color: #2398BB;
	border-color: #2398BB;
}

.btn-warning {
	color: #FFF;
	background-color: #ECC71F;
	border-color: #ECC71F;
}
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
	color: #FFF;
	background-color: #EC971F;
	border-color: #EC971F;
}

.btn-danger {
	color: #FFF;
	background-color: #EC3A35;
	border-color: #EC3A35;
}
.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
	color: #FFF;
	background-color: #C9302C;
	border-color: #C9302C;
}

.btn-link {
	padding-left: 10px !important;
	padding-right: 10px !important;
	color: #EC1B24;
}
.btn-link:focus, .btn-link:hover {
	color: #EC1B24;
}

/* Button dark */
.btn-dark {
	color: #FFF;
	background-color: #313131;
	border-color: #313131;
	-webkit-box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.09);
}
.btn-dark.active, .btn-dark.focus, .btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open > .dropdown-toggle.btn-dark {
	color: #FFF;
	background-color: #111;
	border-color: #111;
}
.btn-dark-bordered {
	color: #333;
	background-color: transparent;
	border: 2px solid #313131;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-dark-bordered.active, .btn-dark-bordered.focus, .btn-dark-bordered:active, .btn-dark-bordered:focus, .btn-dark-bordered:hover, .open > .dropdown-toggle.btn-dark-bordered {
	color: #FFF;
	background-color: #313131;
	border-color: #313131;
}

/* Button white */
.btn-white {
	color: #333;
	background-color: #FFF;
	border-color: #FFF;
}
.btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus, .btn-white:hover, .open > .dropdown-toggle.btn-white {
	color: #FFF !important;
	background-color: transparent;
	border-color: #FFF;
}
.btn-white-bordered {
	color: #FFF;
	background-color: transparent;
	border: 2px solid #FFF;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-white-bordered.active, .btn-white-bordered.focus, .btn-white-bordered:active, .btn-white-bordered:focus, .btn-white-bordered:hover, .open > .dropdown-toggle.btn-white-bordered {
	color: #333;
	background-color: #FFF;
	border-color: #FFF;
}

/* Button with dropdown */
.btn-group > .btn + .dropdown-toggle {
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.06);
}

/* Button social */
.btn-social {
	position: relative;
	padding-left: 55px;
	text-align: left;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn-social > .btn-social-icon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 42px;
	line-height: 40px;
	font-size: 1.4em;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.12);
}
.btn-social > .btn-social-icon > i {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	padding-right: 0;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-social.btn-xs { padding-left: 55px; }
.btn-social.btn-sm { padding-left: 55px; }
.btn-social.btn-lg { padding-left: 60px; }
.btn-social.btn-xlg { padding-left: 65px; }

/* Button social min */
.btn-social-min {
	position: relative;
	width: 46px;
	height: 46px;
	line-height: 42px;
	padding: 0 !important;
	text-align: center;
	font-size: 16px;
}
.btn-social-min.btn-xs { 
	width: 26px;
	height: 26px;
	line-height: 24px; 
}
.btn-social-min.btn-sm { 
	width: 35px;
	height: 35px;
	line-height: 33px; 
}
.btn-social-min.btn-lg { 
	width: 55px;
	height: 55px;
	line-height: 53px; 
}
.btn-social-min.btn-xlg { 
	width: 69px;
	height: 69px;
	line-height: 67px; 
}

/* Button facebook */
.btn-facebook { 
	background-color: #3b5998;
	color: #fff; 
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
	color: #fff;
	background-color: #2d4373;
}

/* Button twitter */
.btn-twitter { 
	background-color: #55acee;
	color: #fff; 
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
	color: #fff;
	background-color: #2795e9;
}

/* Button dropbox */
.btn-dropbox { 
	background-color: #1087dd;
	color: #fff; 
}
.btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
	color: #fff;
	background-color: #0d6aad;
}

/* Button linkedin */
.btn-linkedin { 
	background-color: #007bb6;
	color: #fff; 
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
	color: #fff;
	background-color: #005983;
}

/* Button pinterest */
.btn-pinterest { 
	background-color: #cb2027;
	color: #fff; 
}
.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
	color: #fff;
	background-color: #9f191f;
}

/* Button google */
.btn-google { 
	background-color: #dd4b39;
	color: #fff; 
}
.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
	color: #fff;
	background-color: #c23321;
}

/* Button instagram */
.btn-instagram { 
	background-color: #3f729b;
	color: #fff; 
}
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
	color: #fff;
	background-color: #305777;
}

/* Button tumblr */
.btn-tumblr { 
	background-color: #2c4762;
	color: #fff; 
}
.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
	color: #fff;
	background-color: #1c2d3f;
}

/* Button vk */
.btn-vk { 
	background-color: #587ea3;
	color: #fff; 
}
.btn-vk:hover, .btn-vk:focus, .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
	color: #fff;
	background-color: #466482;
}

/* Button flickr */
.btn-flickr { 
	background-color: #ff0084;
	color: #fff; 
}
.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
	color: #fff;
	background-color: #cc006a;
}

/* Button soundcloud */
.btn-soundcloud { 
	background-color: #f50;
	color: #fff; 
}
.btn-soundcloud:hover, .btn-soundcloud:focus, .btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
	color: #fff;
	background-color: #c40;
}

/* Button yahoo */
.btn-yahoo { 
	background-color: #720e9e;
	color: #fff; 
}
.btn-yahoo:hover, .btn-yahoo:focus, .btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
	color: #fff;
	background-color: #500a6f;
}

/* Button rounded */
.btn-rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn-rounded-2x {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.btn-rounded-3x {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.btn-rounded-4x {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.btn-rounded-5x {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.btn-rounded-full {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* Button bordered */
.btn-default-bordered {
	color: #333;
	background-color: transparent;
	border-color: rgba(189, 189, 189, 0.25);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default-bordered.active, .btn-default-bordered.focus, .btn-default-bordered:active, .btn-default-bordered:focus, .btn-default-bordered:hover, .open > .dropdown-toggle.btn-default-bordered {
	color: #333;
	background-color: #F1F1F1;
	border-color: #ECECEC;
}

.btn-primary-bordered {
	color: #EC1B24;
	background-color: transparent;
	border-color: #EC1B24;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-primary-bordered.active, .btn-primary-bordered.focus, .btn-primary-bordered:active, .btn-primary-bordered:focus, .btn-primary-bordered:hover, .open > .dropdown-toggle.btn-primary-bordered {
	color: #FFF;
	background-color: #EC1B24;
	border-color: #EC1B24;
}

.btn-success-bordered {
	color: #5CB85C;
	background-color: transparent;
	border-color: #5CB85C;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-success-bordered.active, .btn-success-bordered.focus, .btn-success-bordered:active, .btn-success-bordered:focus, .btn-success-bordered:hover, .open > .dropdown-toggle.btn-success-bordered {
	color: #FFF;
	background-color: #5CB85C;
	border-color: #5CB85C;
}

.btn-info-bordered {
	color: #5BC0DE;
	background-color: transparent;
	border-color: #5BC0DE;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-info-bordered.active, .btn-info-bordered.focus, .btn-info-bordered:active, .btn-info-bordered:focus, .btn-info-bordered:hover, .open > .dropdown-toggle.btn-info-bordered {
	color: #FFF;
	background-color: #31B0D5;
	border-color: #31B0D5;
}

.btn-warning-bordered {
	color: #ECC71F;
	background-color: transparent;
	border-color: #ECC71F;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-warning-bordered.active, .btn-warning-bordered.focus, .btn-warning-bordered:active, .btn-warning-bordered:focus, .btn-warning-bordered:hover, .open > .dropdown-toggle.btn-warning-bordered {
	color: #FFF;
	background-color: #ECC71F;
	border-color: #ECC71F;
}

.btn-danger-bordered {
	color: #EC3A35;
	background-color: transparent;
	border-color: #EC3A35;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-danger-bordered.active, .btn-danger-bordered.focus, .btn-danger-bordered:active, .btn-danger-bordered:focus, .btn-danger-bordered:hover, .open > .dropdown-toggle.btn-danger-bordered {
	color: #FFF;
	background-color: #EC3A35;
	border-color: #EC3A35;
}

/* Button sizes */
.btn-group-xs > .btn, .btn-xs {
	padding: 2px 15px;
	font-size: 11px;
}
.btn-group-sm > .btn, .btn-sm {
	padding: 5px 20px;
	font-size: 12px;
}
.btn-group-lg > .btn, .btn-lg {
	padding: 15px 40px;
}
.btn-group-xlg > .btn, .btn-xlg { /* Extra size */
	padding: 20px 50px;
	font-size: 14px;
}


/* ------------------------------------------------------------- *
 * hr re-styled
/* ------------------------------------------------------------- */

hr.hr-short {
	display: inline-block;
	width: 28px;
	height: 7px;
	background-image: url(../img/hr-dark.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 0;
	margin-bottom: 20px;
	border: none;
}
hr.hr-short.hr-light {
	background-image: url(../img/hr-light.png);
}

/* ------------------------------------------------------------- *
 * Blockquote
/* ------------------------------------------------------------- */

blockquote {
	position: relative;
	padding: 10px 20px;
	margin: 30px 0;
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	border: none;
}
blockquote:before {
	position: absolute;
	content: open-quote;
	top: 0;
	left: -5px;
	font-size: 28px;
}


/* ------------------------------------------------------------- *
 * Pages
/* ------------------------------------------------------------- */

#content-section.page {
	padding-left: 0;
	padding-right: 0;
}

/* page-404 */
.page-404 .content-wrap {
	z-index: 9;
}


/* ------------------------------------------------------------- *
 * Social icons
/* ------------------------------------------------------------- */

.social-icons {
}
.social-icons .head {
	margin: 0 0 15px 0;
}
.social-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-icons ul > li {
	display: inline-block;
	margin: 2px 
}
.social-icons ul > li:first-child {
	margin-left: 0; 
}
.social-icons ul > li > a {
	font-size: 16px;
	color: #666;
}
.social-icons ul > li > a:hover {
	color: #000;
}


/* ------------------------------------------------------------- *
 * Tabs
/* ------------------------------------------------------------- */

.tabs-wrap {
}

/* Tabs - nav tabs */
.nav-tabs {
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
}
.nav-tabs > li {
	display: inline-block;
	float: none;
}
.nav-tabs > li > a {
	background-color: rgba(115, 115, 115, 0.09);
	margin-left: -5px;
	padding: 10px 24px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	color: #333;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0 !important;
}
.nav-tabs > li:first-child > a {
	margin-left: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #333;
	cursor: default;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-bottom-color: rgba(0, 0, 0, 0);
}

/* Tabs - nav pills */
.nav-pills {
	margin-bottom: 20px;
	font-size: 0;
}
.nav-pills > li {
	display: inline-block;
	float: none;
}
.nav-pills > li > a {
	background-color: #f1f1f1;
	margin-right: 3px;
	padding: 8px 20px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 11px;
	color: #333;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 50px;
}
.nav-pills > li > a:focus, .nav-pills > li > a:hover {
	text-decoration: none;
	background-color: #eee;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #EC1B24;
}

/* Tabs - nav justified */
.nav-justified > li {
	display: table-cell;
	width: 1%;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		margin-left: 0;
		margin-right: 2px;
	}
	.nav-pills.nav-justified > li > a {
		margin-left: 0;
		margin-right: 5px;
	}
}

.nav-justified > li:last-child > a {
	margin-right: 0;
}
.nav-justified > .dropdown > .dropdown-menu {
	width: 100%;
}
.nav-justified .dropdown-submenu > .dropdown-menu {
	left: 100%;
}

/* Tabs - nav stacked */
.nav-tabs.nav-stacked {
	border-bottom: none;
}
.nav-stacked > li {
	display: block;
}
.nav-stacked > li + li {
	margin: 3px 0 0 0 !important;
}
.nav-tabs.nav-stacked > li.active > a, .nav-tabs.nav-stacked > li.active > a:focus, .nav-tabs.nav-stacked > li.active > a:hover {
	border-bottom-color: #DDD;
}

/* Tabs on small screens */
@media (max-width: 768px) {
	.nav-tabs {
		border-bottom: none;
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
		border-bottom-color: #DDD;
	}
	.nav-tabs > li > a:hover {
		border-color: transparent;
	}

	.nav-tabs > li, .nav-pills > li, .nav-justified > li {
		display: block;
		width: 100%;
		margin-bottom: 3px;
		text-align: center;
	}
	.nav-tabs > li > a, .nav-pills > li > a, .nav-justified > li > a {
		margin-right: 0;
	}
	.nav-pills > li + li {
		margin-left: 0;
	}

	.tabs-wrap .dropdown > .dropdown-menu {
		width: 100%;
		text-align: center;
	}
	.dropdown-submenu > .dropdown-menu {
		left: 0 !important;
		margin-top: 0 !important;
	}
}



/* ------------------------------------------------------------- *
 * Footer
/* ------------------------------------------------------------- */

#footer {
	background-color: #FFF;
	font-weight: 400;
}
.footer-inner {
	padding-top: 17px;
	padding-bottom: 17px;
}
@media (min-width : 991px) {
	.footer-inner {
		padding-left: 40px;
		padding-right: 40px;
	}
}

/* Footer copyright */
#footer .copyright {
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 10px;
}

/* Footer social icons */
#footer .social-icons {
	margin-top: 7px;
	text-align: right;
}
@media (max-width : 992px) {
	#footer .social-icons {
		padding-right: 30px;
	}
}
@media (max-width : 767px) {
	#footer .social-icons {
		text-align: left;
	}
}


/* ------------------------------------------------------------- *
 * Scroll down arrow
/* ------------------------------------------------------------- */

.scroll-down-arrow {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	z-index: 3;
}
.scroll-down-arrow span {
	position: relative;
	font-size: 28px;
	color: #FFF;
	-webkit-animation: mymove 1.4s infinite ease;
	animation: mymove 1.4s infinite ease;
}
@-webkit-keyframes mymove { /* Chrome, Safari, Opera */
	0% { top: 0; opacity: 0; }
	50% { opacity: 1; }
	100% { top: 7px; opacity: 0; }
}
@keyframes mymove { /* Standard */
	0% { top: 0; opacity: 0; }
	50% { opacity: 1; }
	100% { top: 7px; opacity: 0; }
}


/* ------------------------------------------------------------- *
 * Scroll to top button
/* ------------------------------------------------------------- */

.scrolltotop {
	position: fixed;
	display: none;
	bottom: 18px;
	right: 15px;
	width: 28px;
	height: 28px;
	line-height: 22px;
	background-color: rgba(0, 0, 0, 0);
	padding-left: 2px;
	text-align: center;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	z-index: 999;
	border-radius: 50%;
	border: 2px solid #000;
}
.scrolltotop:hover, .scrolltotop:focus {
	background-color: #000;
	color: #FFF;
}






/* ------------------------------------------------------------- *
 * Other
/* ------------------------------------------------------------- */

.fa-wrap {
	float: left;
	width: 25%;
	margin: -1px 0 0 -1px;
	padding: 15px;
	box-shadow: inset 0 0 0 1px rgba(140, 140, 140, 0.2);
}
.fa-wrap > i {
	font-size: 16px;
}

.bs-glyphicons > ul > li {
	float: left;
	margin: -1px 0 0 -1px;
	padding: 10px;
	width: 12.5%;
	min-height: 160px;
	text-align: center;
	line-height: 21px;
	vertical-align: top;
	box-shadow: inset 0 0 0 1px rgba(140, 140, 140, 0.2);
}
.bs-glyphicons .glyphicon {
	display: block;
	margin-bottom: 15px;
	font-size: 24px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


.text-container{
	padding: 0 2rem;
}
