/* -------------------------------------------------------------
	
    Minth's Main Style Sheet
    Version: 1.4
	Created By: Amazyne Themes
    
---------------------------------------------------------------- */

/* -------------------------------------------------------------
	
Custom CSS
    
---------------------------------------------------------------- */
.fliegen {
	float: right; 
 	
}

.production {

	
	text-transform:uppercase;
	font-size:13px;
	left:0;
	right:0;


}

.schwarzeschrift {
	color: black;
}



/* -------------------------------------------------------------
	
  Ende Custom CSS
    
---------------------------------------------------------------- */

@charset "utf-8";

html {
	max-width:100%;
	overflow-y: scroll;
    -ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Lato',sans-serif;
	font-weight:300;
	color: #000;
	max-width:100%;
	overflow:hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	color:#000;	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}

i {
	font-family: 'Shadows Into Light', cursive;
}

a,
.tp-caption a {
	color: #555;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
}

a:hover, a:focus, a:active,
.tp-caption a:hover, .tp-caption a:focus, .tp-caption a:active {
	text-decoration: none;
	color: #000;
}

.wow {
	visibility:hidden;
}

iframe {
	border:none;
}

small {
	font-weight: inherit !important;
    color: inherit !important;
}

*:focus {
	outline-style:none !important;
}

button:focus {
	outline:0 !important;
}

/* Some Custom Styles */

.font-normal {
	font-weight: 400 !important;
}

span.seperator {
	padding-bottom: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	display: inline-block;
}
span.seperator.dark {
	border-bottom: 1px solid #333;
}



/* ==========================================================================
   Page Content Selection Style
============================================================================= */

::-moz-selection{ 
	color: #fff; 
	background:#000; 
}
::-webkit-selection{ 
	color: #fff;	
	background:#000; 
}
::selection{ 
	color: #fff;	
	background:#000; 
}

/* ==========================================================================
   Page Loader
============================================================================= */

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: #fff;
}

@keyframes page-loader {
    to {transform: rotate(360deg);}
}
 
@-webkit-keyframes page-loader {
    to {-webkit-transform: rotate(360deg);}
}
 
.spinner {
    min-width: 24px;
    min-height: 24px;
}
 
.spinner:before {
    content: 'Loading…';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}
 
.spinner:not(:required):before {
    content: '';
    border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-top: 2px solid #333;
    border-right: 2px solid transparent;
    animation: page-loader .6s linear infinite;
    -webkit-animation: page-loader .6s linear infinite;
}

/* ==========================================================================
   Bootstrap
============================================================================= */

/*Border Radius*/

.img-thumbnail,
.panel,
.form-control,
.modal-content,
.panel-group .panel,
.dropdown-menu,
.alert,
.label,
.well,
.nav > li > a,
code,
kbd,
pre {
	border-radius: 0;
}

label {
	font-weight:normal;
}

/*Panel*/

.panel-heading {
	border-top-left-radius: 0px; 
	border-top-right-radius: 0px;
}

/*Modal*/

.modal {
	z-index: 10000;
}

.modal-open {
	padding-right: 0 !important;
}

/*Pagination*/

.pagination>li>a, 
.pagination>li>span,
.pagination>.disabled>span, 
.pagination>.disabled>span:hover, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>a, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>a:focus {
	border-color: #eee;
}
.pagination>li>a ,
.pagination>li>span {	
	background-color: #transparent;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
	background-color: #f6f6f6;
	color:#000;
	border-color: #eee;
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #000;
	border-color: #000;
	font-weight:bold;
}
.pagination > li > a,
.pagination > li > span {
	color: #000;
}
.pagination>li>a, 
.pagination>li>span {
	padding: 12px 20px;
}
.pagination-lg>li>a, 
.pagination-lg>li>span {
	padding: 16px 25px;
}
.pagination-sm>li>a, 
.pagination-sm>li>span {
	padding: 10px 16px;
}
.pagination>.disabled.pagination-between>span, 
.pagination>.disabled.pagination-between>span:hover, 
.pagination>.disabled.pagination-between>span:focus, 
.pagination>.disabled.pagination-between>a, 
.pagination>.disabled.pagination-between>a:hover, 
.pagination>.disabled.pagination-between>a:focus {
	border-color: transparent;
	cursor: default;
	margin-left: 0;
	margin-top: -3px;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
}
.pagination-lg>.disabled.pagination-between>span, 
.pagination-lg>.disabled.pagination-between>span:hover, 
.pagination-lg>.disabled.pagination-between>span:focus, 
.pagination-lg>.disabled.pagination-between>a, 
.pagination-lg>.disabled.pagination-between>a:hover, 
.pagination-lg>.disabled.pagination-between>a:focus {
	margin-top: -5px;
}

/*Label*/

.label {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}

.label-theme{
	background-color: #000;
}

.form-horizontal.form-horizontal-small .control-label {
	padding-top: 10px;
	margin-bottom: 0;
	text-align: left;
	font-size: 12px;
}

.form-horizontal.form-horizontal-align-left .control-label {
	text-align: left;
}

/* ==========================================================================
   Revolution Slider
============================================================================= */

.tp-loader {
	z-index:auto;
}
.tp-static-layers {
	z-index:10000;
	transform: none !important;
}

/* ==========================================================================
   Font Awesome
============================================================================= */

.fa-border {
	border-radius:0;
}

/* ==========================================================================
   Nivo-Lightbox
============================================================================= */

.nivo-lightbox-theme-default .nivo-lightbox-title {
	border-radius: 0;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: transparent;
	border: 1px solid #fff;
}
.nivo-lightbox-theme-default a.nivo-lightbox-close {
	background:none;
	padding:0;
}
.nivo-lightbox-theme-default a.nivo-lightbox-close {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
}
.nivo-lightbox-theme-default a.nivo-lightbox-close:hover {
	opacity: 1;
}
.nivo-lightbox-theme-default a.nivo-lightbox-close:before, .nivo-lightbox-theme-default a.nivo-lightbox-close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}
.nivo-lightbox-theme-default a.nivo-lightbox-close:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nivo-lightbox-theme-default a.nivo-lightbox-close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nivo-lightbox-theme-default .nivo-lightbox-next,
.nivo-lightbox-theme-default .nivo-lightbox-prev {
	background-image: none;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
	position:absolute;
	top:50%;
	right: 25px;
	margin-top:-25px;
    border-right: 2px solid #fff; 
	border-bottom: 2px solid #fff;
    width: 50px; 
	height: 50px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
	position:absolute;
	top:50%;
	left: 25px;
	margin-top:-25px;
    border-left: 2px solid #fff; 
	border-top: 2px solid #fff;
    width: 50px; 
	height: 50px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
	background-color:transparent;
}

/********************************************************************
 Header
********************************************************************/

.navigation {
	min-height:80px;
}
.main-nav {
	border-bottom: 1px solid #161616;	
	background-color: #000;
    height: 80px;
    display:block;
    -webkit-transition: height .3s  cubic-bezier(0,0,1,1), background .3s  cubic-bezier(0,0,1,1);
	-moz-transition: all .3s  cubic-bezier(0,0,1,1);
	-o-transition: all .3s  cubic-bezier(0,0,1,1);
    -ms-transition: all .3s  cubic-bezier(0,0,1,1);
    transition: all .3s  cubic-bezier(0,0,1,1);
}
.navigation .main-nav {
	border-bottom: 1px solid #111;	
	background-color: #000;
}
.navigation.light .main-nav {
	border-bottom: 1px solid #f1f1f1;	
	background-color: #fff;
}
.main-nav > .navbar-default .container .nav, .main-nav > .navbar-default > .container {
	background-color: transparent;
	border: none;
}	
.main-nav.shrink {
	position:fixed;
    height: 60px;
    width: 100%;
    background-color: #000;
    z-index: 500;
    top: 0;
}
.main-nav.shrink .navbar-container {
	height: 60px;
}
.main-nav .navbar.navbar-default {
	border-radius: 0;
	margin-bottom:0;
	border:0;
    height: 80px;
	background-color:transparent;
    -webkit-transition: all .3s  cubic-bezier(0,0,1,1);
	-moz-transition: all .3s  cubic-bezier(0,0,1,1);
	-o-transition: all .3s  cubic-bezier(0,0,1,1);
    -ms-transition: all .3s  cubic-bezier(0,0,1,1);
    transition: all .3s  cubic-bezier(0,0,1,1);
}
.main-nav.shrink .navbar.navbar-default {
	height: 60px;
    z-index:501;
}
.main-nav a.logo {
	position: absolute;
    height: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: all .3s  cubic-bezier(0,0,1,1);
	-moz-transition: all .3s  cubic-bezier(0,0,1,1);
	-o-transition: all .3s  cubic-bezier(0,0,1,1);
    -ms-transition: all .3s  cubic-bezier(0,0,1,1);
    transition: all .3s  cubic-bezier(0,0,1,1);
}
.main-nav.shrink a.logo {
	height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-nav a.logo img {
	height: 30px;
    vertical-align: top;
}
.main-nav .navbar-nav .dropdown-menu {
	border: 1px solid #f1f1f1;
	border-radius: 0px;
	padding:0;
	text-transform:uppercase;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.main-nav .navbar-nav .dropdown-menu.animated {
	-webkit-animation-duration: .5s;
    animation-duration: .5s;
}
.main-nav .navbar-nav li a {
	color: #333;	
    font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
    font-weight: 400;
}
.main-nav .navbar-nav > li > a {
	color: #333;	
}
.main-nav .dropdown-menu > li > a {
	padding: 0 20px;
	height:40px;
	line-height:40px;
	color:#000;
	font-weight: 300;
}
.main-nav .dropdown-menu > li > a:focus {
	background-color: transparent;
}
.main-nav .navbar-nav .dropdown:hover > a[data-toggle=dropdown] + .dropdown-menu { 
	display: none;
}
.main-nav .navbar-nav .dropdown.open > a[data-toggle=dropdown] + .dropdown-menu { 
	display: block; 
	padding-bottom: 10px;
}
.main-nav .dropdown-submenu {
	position: relative;
}
.main-nav .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0px;
	margin-left: -1px;
}
.main-nav .dropdown-submenu > a:focus {
	background-color: transparent;
}
.main-nav .dropdown-submenu>a:after {
	float: right;
	font-family:'FontAwesome';
  	content:"\f105";
	color:inherit;
  	position: absolute;
	right: 20px;
}
.main-nav .dropdown-submenu>a:hover:after {
	border-left-color: #fff !important;
}
.main-nav .nav .dropdown-submenu:hover >a:after {
	border-left-color: #fff !important;
}
.main-nav .menu-large {
	position:static!important;  
}
.main-nav .megamenu{
	padding: 20px 0px;
}
.main-nav .megamenu> li > ul {
	padding: 0;
	margin: 0;
}
.main-nav .megamenu> li > ul > li {
	list-style: none;
}
.main-nav .megamenu> li > ul > li > a {
	display: block;
	padding: 10px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #000;
	white-space: normal;
}
@media (max-width: 991px) {
    .main-nav {
        padding: 0;
		top:0;
		left:0;
		right: 0;
		-webkit-transition: background .3s  cubic-bezier(0,0,1,1);
		-moz-transition: background .3s  cubic-bezier(0,0,1,1);
		-o-transition: background .3s  cubic-bezier(0,0,1,1);
		-ms-transition: background .3s  cubic-bezier(0,0,1,1);
		transition: background .3s  cubic-bezier(0,0,1,1);
	}
	
	.main-nav .navbar-header {
        float: none;
        height: 80px;
        -webkit-transition: height .3s  cubic-bezier(0,0,1,1);
        -moz-transition: height .3s  cubic-bezier(0,0,1,1);
        -o-transition: height .3s  cubic-bezier(0,0,1,1);
        -ms-transition: height .3s  cubic-bezier(0,0,1,1);
        transition: height .3s  cubic-bezier(0,0,1,1);
    }
    .main-nav.shrink .navbar-header {
        float: none;
        height: 60px;
    }
	.main-nav.nav-icons-right .navbar-header {
        text-align: center;
		width: 100%;
    }
	.main-nav.nav-icons-right.header-icons .navbar-header {
        text-align: inherit;
    }
	.main-nav.nav-icons-right.header-icons a.logo {
		position: absolute;
		height: 80px;
		padding-top: 25px;
		padding-bottom: 25px;
		-webkit-transition: all .3s  cubic-bezier(0,0,1,1);
		-moz-transition: all .3s  cubic-bezier(0,0,1,1);
		-o-transition: all .3s  cubic-bezier(0,0,1,1);
		-ms-transition: all .3s  cubic-bezier(0,0,1,1);
		transition: all .3s  cubic-bezier(0,0,1,1);
	}
    .navbar-left,.navbar-right {
        float: none !important;
    }
	.main-nav .navbar-icons {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: 15px;
	}
	.header-icons .navbar-right li {
		margin-right:0px !important;
	}
	.main-nav .navbar-icons > ul.navbar-nav > li {
		float:left;
		height: 65px;
		margin-left: 0;
		margin-right: 0;
        -webkit-transition: all .3s  cubic-bezier(0,0,1,1);
        -moz-transition: all .3s  cubic-bezier(0,0,1,1);
        -o-transition: all .3s  cubic-bezier(0,0,1,1);
        -ms-transition: all .3s  cubic-bezier(0,0,1,1);
        transition: all .3s  cubic-bezier(0,0,1,1);
	}
    .main-nav.shrink .navbar-icons > ul.navbar-nav > li {
		height: 45px;
	}
	.main-nav .navbar-icons > ul.navbar-nav > li:last-child {
		margin-right:15px!important;
	}
	.main-nav .navbar-icons > ul.navbar-nav > li.menu-icon > a {
		padding-top: 24.5px;
        -webkit-transition: all .3s  cubic-bezier(0,0,1,1);
        -moz-transition: all .3s  cubic-bezier(0,0,1,1);
        -o-transition: all .3s  cubic-bezier(0,0,1,1);
        -ms-transition: all .3s  cubic-bezier(0,0,1,1);
        transition: all .3s  cubic-bezier(0,0,1,1);
	}
    .main-nav.shrink .navbar-icons > ul.navbar-nav > li.menu-icon > a {
		padding-top: 14.5px;
	}
	.main-nav .navbar-icons > ul.navbar-nav > li.nav-shop > a {
		padding-top: 21px;
		border:1px solid transparent;
        -webkit-transition: all .3s  cubic-bezier(0,0,1,1);
        -moz-transition: all .3s  cubic-bezier(0,0,1,1);
        -o-transition: all .3s  cubic-bezier(0,0,1,1);
        -ms-transition: all .3s  cubic-bezier(0,0,1,1);
        transition: all .3s  cubic-bezier(0,0,1,1);
	}
    .main-nav.shrink .navbar-icons > ul.navbar-nav > li.nav-shop > a {
		padding-top: 11px;
	}
    .main-nav .navbar-toggle {
        display: block;
		margin-left: 15px;
    }
	.main-nav .navbar-toggle.navbar-toggle-centred {
        float: none;
		left: 50%;
		margin-left: -19px;
    }
    .main-nav .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .main-nav .navbar-collapse.in {
		overflow-y: auto!important;
	}
    .main-nav .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .main-nav .navbar-collapse.collapse {
        display: none!important;
    }
    .main-nav .navbar-nav {
        float: none!important;
		margin: 8.5px -15px;
	}
	.main-nav .navbar-nav > li {
        float: none;
    }
    .main-nav .navbar-nav> li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-nav .collapse.in{
  		display:block !important;
	}
	.main-nav > .navbar-default > .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.main-nav > .navbar-default > .container > .navbar-header {
		margin-left: 0px;
		margin-right: 0px;
	}
	.main-nav a.logo,
	.main-nav.nav-icons-right.header-icons a.logo{
		padding-left: 25px;
	}
	.main-nav.nav-icons-right.header-icons a.logo{
		top:-25px;
		left: 44px;
	}
	.main-nav.nav-icons-right a.logo {
		padding-left: 0px; 
		position: relative;
	}
    .main-nav.nav-icons-right a.logo img {
		margin-top: 25px;
		margin-bottom: 25px;
         -webkit-transition: all .3s  cubic-bezier(0,0,1,1);
        -moz-transition: all .3s  cubic-bezier(0,0,1,1);
        -o-transition: all .3s  cubic-bezier(0,0,1,1);
        -ms-transition: all .3s  cubic-bezier(0,0,1,1);
        transition: all .3s  cubic-bezier(0,0,1,1);
	}
	.main-nav.nav-icons-right.shrink a.logo img {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.main-nav .navbar-toggle {
		margin-top: 24px;
		margin-bottom: 3px;
		border-radius:0;
        -webkit-transition: all .3s  cubic-bezier(0,0,1,1);
        -moz-transition: all .3s  cubic-bezier(0,0,1,1);
        -o-transition: all .3s  cubic-bezier(0,0,1,1);
        -ms-transition: all .3s  cubic-bezier(0,0,1,1);
        transition: all .3s  cubic-bezier(0,0,1,1);
	}
	.main-nav.nav-icons-right .navbar-toggle {
		float: left;
		position: absolute;
	}
	.main-nav.shrink .navbar-toggle {
		margin-top: 14px;
		margin-bottom: 3px;
	}
	.main-nav .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.main-nav .navbar-toggle, 
	.main-nav .navbar-toggle:focus, 
	.main-nav .navbar-toggle:active  {
		background-color: transparent;	
		border: 0;
	}
	.main-nav .navbar-toggle:hover {
		background-color: transparent;	
		border: 0;
	}
	.main-nav .navbar-container {
		background-color: #222;
		height: auto;
	}
	.main-nav.shrink .navbar-container {
		height: auto;
	}
	.main-nav .collapsing-nav {
		max-height: 300px;	
		padding-right: 17px;
		position:relative;
		z-index: 999;
        background-color: #222;
		border: transparent !important;
	}
	.main-nav .navbar-nav > li {
		border-bottom: 1px solid #333;	
		margin-left:15px;
		margin-right:15px;
	}
	.main-nav .nav li a {
		font-size:10px;
        letter-spacing: 2px;
		text-transform: uppercase;
		color: #bbb !important;
        font-weight: 400;
		background-color: transparent;
		-webkit-transition: color .3s ease;
		-moz-transition: color .3s ease;
		-o-transition: color .3s ease;
		transition: color .3s ease;
	}
	.main-nav .nav li a:hover {
		background-color: transparent;
	}
	.main-nav .navbar-nav > .dropdown > a:focus{
		color: #bbb;
	}
	.main-nav .navbar-nav > .dropdown > a:hover, 
	.main-nav .navbar-nav > .dropdown.open > a{
		color: #fff;
	}
	.main-nav .navbar-nav > .active > a, 
	.main-nav .navbar-nav > .active > a:hover, 
	.main-nav .navbar-nav > .active > a:focus {
		background-color: transparent;
		color: #fff;		
	}
	.main-nav .nav > li.dropdown.open > a, 
	.main-nav .nav > li.open:hover > a, 
	.main-nav .nav > li.open:focus > a,
	.main-nav .nav .open > a, 
	.main-nav .nav .open > a:focus {
		background-color: transparent;
	}
	.main-nav .nav.navbar-nav > li.dropdown > a:after,
	.main-nav .nav.navbar-nav > li.with-dropdown > a:after {
		font-family:'FontAwesome';
		content:"\f105";
		position: absolute;
		right: 15px;		
	}
	.main-nav .navbar-nav .open .dropdown-menu {
		padding-bottom:15px;
	}
	.main-nav .navbar-nav .open .dropdown-menu > li {
		border-bottom:1px solid #333;
		margin-left:15px;
	}
	.main-nav .navbar-nav .open .dropdown-menu > li:last-child {
		border-bottom:0;
	}
	.main-nav .navbar-nav .open .dropdown-menu > li > a, 
	.main-nav .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 0 10px;
		line-height: 40px;
	}
	.main-nav .navbar-nav .open .dropdown-menu > li > a {
		color: #bbb;
	}
	.main-nav .navbar-nav > .open .dropdown-menu > li > a:hover, 
	.main-nav .navbar-nav > .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color:transparent;
	}
	.main-nav .navbar-nav .dropdown.open > a[data-toggle=dropdown] + .dropdown-menu { 
		display: block; 
		padding-bottom: 0px;
	}
	.main-nav .nav ul.dropdown-menu {
		padding-left: 15px;
	}
	.main-nav .dropdown-submenu>a:after {
		font-family:'FontAwesome';
		content:"\f107";
		margin-top: 1px;
		margin-right: -6px;
	}
	.main-nav .megamenu {
		padding: 0;
	}
	.main-nav .navbar-nav .open .dropdown-menu.megamenu > li {
		border-bottom: 0;
		margin-left:0;
	}
	.main-nav .navbar-nav .open .dropdown-menu.megamenu > li.col-sm-3 {
		padding: 0;
		margin-left:15px;
	}
	.main-nav .megamenu > li:last-child {
		padding-bottom: 15px;
	}
	.main-nav .megamenu > li:hover {
		background-color: transparent;
	}
	.main-nav .megamenu > li > ul > li {
		font-size: 11px;
	}
	.main-nav .megamenu > li > ul > li > a {
		text-decoration: none;
	}
	.main-nav .megamenu > li > ul > li > a:hover {
		color: #fff;
	}
	.main-nav .megamenu> li > ul > li > a {
	  height: 40px;
      padding-top: 15px;
      color: #bbb;
	  margin-left: 10px;
      border-bottom:1px solid #333;
    }
	.main-nav .megamenu> li:last-child > ul > li:last-child > a {
	  border-bottom:none;
    }
	.main-nav .megamenu> li ul > li > a >.fa {
		padding-right:25px;
	}
	.main-nav .navbar-nav .open .dropdown-menu .dropdown-header {
		padding-top: 15px;
		font-size: 11px;
		color: #eee;
		text-transform: uppercase;
		letter-spacing:1px;
	}
	.main-nav .navbar-icons > ul > li {
		border: 0;
	}
	.main-nav .navbar-icons > ul > li > a:hover {
		border: 0;
		background-color: transparent;
	}
}

@media (min-width: 992px) {
	
	.main-nav .navbar-container {
		float: right;
        height: 80px;
        -webkit-transition: all .3s  cubic-bezier(0,0,1,1);
        -moz-transition: all .3s  cubic-bezier(0,0,1,1);
        -o-transition: all .3s  cubic-bezier(0,0,1,1);
        -ms-transition: all .3s  cubic-bezier(0,0,1,1);
        transition: all .3s  cubic-bezier(0,0,1,1);
	}
	.main-nav .collapsing-nav {
		padding-left:0;
		padding-right:0;	
        height: 80px !important;
        -webkit-transition: all .3s  cubic-bezier(0,0,1,1);
        -moz-transition: all .3s  cubic-bezier(0,0,1,1);
        -o-transition: all .3s  cubic-bezier(0,0,1,1);
        -ms-transition: all .3s  cubic-bezier(0,0,1,1);
        transition: all .3s  cubic-bezier(0,0,1,1);
	}
    .main-nav.shrink .collapsing-nav {
		height: 60px !important;
	}
    .main-nav .navbar-nav .dropdown:hover {
		cursor: pointer;
	}
	.main-nav .navbar-nav .dropdown-menu {
		min-width:200px;
		padding:0;	
	}
	.main-nav  .navbar-nav > li > .dropdown-menu.menu-left {
		margin-left:160px;	
	}
	.main-nav .dropdown-menu > .dropdown-submenu:hover > a {
		background-color: #f8f8f8;
		color:#333;
	}
	.main-nav .dropdown-submenu:hover> a:after {
		border-left-color: #555;
	}
	.main-nav .dropdown-menu > li > a:hover {
		background-color: #f8f8f8;
		color:#333;
	}
    .main-nav .navbar-nav > li {
		height: 80px;
        padding-top: 20px;
	}
	.main-nav .navbar-nav li a {
		font-size: 10px;
		letter-spacing: 2px;
        font-weight: 400;
	}
	.main-nav .nav-links li a {
		font-size: 11px;
	}
	.main-nav .navbar-nav .dropdown:hover > .dropdown-menu { 
		display: block;
	}
	.main-nav .dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
	.main-nav .dropdown-submenu > .dropdown-menu.menu-left {
		margin-left:-320px;
	}
	.main-nav .navbar-nav.navbar-right:last-child {
		margin-right:0;	
		padding-right:0;
	}
	.header-search-box .navbar-nav.nav-search .dropdown > a {
		padding-right:0;
	}
	.header-account .navbar-nav.nav-account .dropdown > a {
		padding-right:0;
	}
	.main-nav .navbar-nav.navbar-right {
		margin-left:5px;	
	}
	.main-nav.nav-pill .navbar-nav.navbar-right {
		margin-left:10px;	
	}
	.main-nav .navbar-nav li:hover > .megamenu {
		padding:0;
		visibility:visible;
 	}
	.main-nav .navbar-nav .megamenu {
		display:table!important;
		visibility:hidden;
    }
   .main-nav .megamenu > li {
		display:table-cell;	
		height:100%;
		min-height:100%;
		float:none;
		padding: 20px 0;
		vertical-align:top;
		max-width: 228.25px;
        min-width: 228.25px;
		width: 228.25px;
	}
	.main-nav .megamenu> li > ul {
		padding: 0 20px;
	}
	.main-nav .megamenu> li ul > li > a {
		font-size:10px;
		font-weight:400;
	}
	.main-nav .megamenu> li ul > li > a >.fa {
		padding-right:25px;
	}
	.main-nav .megamenu> li ul > li > a:hover {
		text-decoration: none;
		background-color: #f8f8f8;
		color:#333;
	}
	.main-nav .megamenu.disabled > a,
	.main-nav .megamenu.disabled > a:hover,
	.main-nav .megamenu.disabled > a:focus {
		color: #999999;
	}
	.main-nav .megamenu.disabled > a:hover,
	.main-nav .megamenu.disabled > a:focus {
	    text-decoration: none;
	    cursor: not-allowed;
	}
	.main-nav .navbar-nav .nav-account .dropdown-menu,
	.main-nav .navbar-nav .nav-shop .dropdown-menu,
	.main-nav .navbar-nav .nav-search .dropdown-menu {
		cursor:auto;
	}
    .main-nav .megamenu .dropdown-header {
		color: #000;
		font-size:12px;
		width:100%;
		margin-bottom:5px;
		margin-top:25px;
		padding:5px 10px;
		text-transform:uppercase;
		font-weight:600;
		letter-spacing:3px;
	}
	.main-nav .megamenu li:first-child.dropdown-header {
		margin-top:0;	
	}
	.main-nav .megamenu .dropdown-header i {
		float:right;
	}
}

/* Safari Styles */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media
{
    .main-nav {
        -webkit-transition: background .3s  cubic-bezier(0,0,1,1) !important;
		-moz-transition: background .3s  cubic-bezier(0,0,1,1) !important;
		-o-transition: background .3s  cubic-bezier(0,0,1,1) !important;
		-ms-transition: background .3s  cubic-bezier(0,0,1,1) !important;
		transition: background .3s  cubic-bezier(0,0,1,1) !important;
	}
}}

/********************************************************************
 Header - Dark Dropdowns
********************************************************************/

@media (min-width: 992px) {
	.navigation.dark-dropdown .main-nav  .navbar-nav .dropdown-menu {
		background-color: #222;
		border:1px solid #292929;
	}
	.navigation.dark-dropdown .main-nav  .navbar-nav li a {
		color: #ccc;	
	}
	.navigation.dark-dropdown .main-nav .dropdown-menu > .dropdown-submenu:hover > a {
		background-color: #141414;
		color:#fff;
	}
	.navigation.dark-dropdown .main-nav .dropdown-submenu:hover> a:after {
		border-left-color: #ccc;
	}
	.navigation.dark-dropdown .main-nav .dropdown-menu > li > a:hover {
		background-color: #141414;
		color:#fff;
	}
	.navigation.dark-dropdown .main-nav .navbar-nav .dropdown:hover > .dropdown-menu { 
		color: #fff;
	}
	.navigation.dark-dropdown .main-nav .navbar-nav .dropdown:hover > .dropdown-menu > .dropdown-submenu > .dropdown-menu { 
	}
	.navigation.dark-dropdown .main-nav .megamenu .dropdown-header {
		color: #ccc;
	}
	.navigation.dark-dropdown .main-nav .megamenu> li ul > li > a:hover {
		text-decoration: none;
		background-color: #141414;
		color:#fff;
	}
}
.menu-dropdown-link {
	position: relative;
}
.menu-dropdown {
	padding-left: 0;
	padding-top: 15px;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}
.menu-dropdown > li {
	list-style: none;
	padding-bottom: 15px;
}
.menu-dropdown > li:last-child {
	padding-bottom: 0px;
}
.menu-dropdown > li > a {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ccc;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.menu-dropdown > li > a:hover {
	color: #fff;
}
.navigation.light .menu-dropdown > li > a {
	color: #666;
}
.navigation.light .menu-dropdown > li > a:hover {
	color: #000;
}

/********************************************************************
 Header - Bar Icon
********************************************************************/

.main-nav .bar-icon-wrapper {
	padding: 0;
    margin:0;
	z-index:999;
	color: #fff;
	z-index:111;
	color: #333;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.navigation.light .main-nav .bar-icon-wrapper {
	color: #333;
}
.main-nav .bar-icon {
	height: 2px;
	width: 19px;
	background: #fff;
	display: block;
	opacity: 1;
	margin-top: 4px;
	-webkit-transition: -webkit-transform 0.15s linear;
	-o-transition: -o-transform 0.15s linear;
	-moz-transition: -moz-transform 0.15s linear;
	transition: transform 0.15s linear;
	-webkit-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.navigation.light .main-nav .bar-icon { 
	background: #333;
}
.main-nav .bar-icon:nth-child(1){
	margin-top:0;
}
.main-nav .bar-icon:nth-child(2) {
	-webkit-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
.main-nav .nav > li.menu-icon > a.active .bar-icon:nth-child(1), 
.main-nav .navbar-toggle.active .bar-icon:nth-child(1) {
	-webkit-transform: rotate(45deg) translate3d(3.5px, 3.5px, 0);
	-o-transform: rotate(45deg) translate3d(3.5px, 3.5px, 0);
	-ms-transform: rotate(45deg) translate3d(3.5px, 3.5px, 0);
	-moz-transform: rotate(45deg) translate3d(3.5px, 3.5px, 0);
	transform: rotate(45deg) translate3d(3.5px, 3.5px, 0);
}
.main-nav .nav > li.menu-icon > a.active .bar-icon:nth-child(2), 
.main-nav .navbar-toggle.active .bar-icon:nth-child(2) {
	opacity: 0;
}
.main-nav .nav > li.menu-icon > a.active .bar-icon:nth-child(3), 
.main-nav .navbar-toggle.active .bar-icon:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
	-o-transform: rotate(-45deg) translate3d(5px, -5px, 0);
	-ms-transform: rotate(-45deg) translate3d(5px, -5px, 0);
	-moz-transform: rotate(-45deg) translate3d(5px, -5px, 0);
	transform: rotate(-45deg) translate3d(5px, -5px, 0);
}


/********************************************************************
 Header - Link Styles
********************************************************************/

@media (min-width: 992px) {
	
	/* Highlight */
	
    .main-nav.nav-highlight .nav > li > a {
		color: #ccc;
		background-color: transparent;
		-webkit-transition: color .3s ease;
		-moz-transition: color .3s ease;
		-o-transition: color .3s ease;
		transition: color .3s ease;
		text-transform:uppercase;
		font-size: 11px;
	}
	.header-centred.main-nav.nav-highlight .nav > li:first-child > a {
		padding-left: 0;
	}
	.header-centred.main-nav.nav-highlight .nav.navbar-right > li:first-child > a {
		padding-left: 15px;
	}
	.main-nav.nav-highlight .nav > li.active > a {
		color: #fff;
		background-color: transparent;
	}
	.main-nav.nav-highlight .nav > li > a:hover,
	.main-nav.nav-highlight .nav > li:hover > a {
		color: #fff !important;
		background-color: transparent;
	}
    body:not(.one-page) .main-nav.nav-highlight .nav > li > a:focus {
        color: #ccc;
        background-color: transparent;
    }
    
	/* Pill */
	
	.main-nav.nav-pill .nav > li {
		margin-right:10px;
	}
	.main-nav.nav-pill .nav > li:last-child {
		margin-right:0px;
	}
	.main-nav.nav-pill .nav > li > a {
		height: 32px;
		border: 1px solid transparent;
		color: #ccc;
		background-color: transparent;
		text-transform:uppercase;
		-webkit-transition: color .3s ease, border .3s ease;
		-moz-transition: color .3s ease, border .3s ease;
		-o-transition: color .3s ease, border .3s ease;
		transition: color .3s ease, border .3s ease;
		font-size: 11px;
	}
	.main-nav.nav-pill .nav > li.active > a {
		color: #fff;
		border: 1px solid #fff;
	}
	.main-nav.nav-pill .nav > li > a:hover,
	.main-nav.nav-pill .nav > li:hover > a	{
		color: #fff;
		border: 1px solid #fff !important;
		background-color: transparent;
	}
	.main-nav.nav-pill .nav > li.nav-shop > a:hover,
	.main-nav.nav-pill .nav > li.nav-shop:hover > a	{
		border: 1px solid transparent !important;
	}
    body:not(.one-page) .main-nav.nav-pill .nav > li > a:focus {
        border: 1px solid transparent;
		background:transparent;
    }
	
	/* Pill - Full */
	
	.main-nav.nav-pill.nav-pill-full .nav > li.active > a {
		color: #000;
		border: 1px solid transparent;
		background-color:#fff;
	}
	.main-nav.nav-pill.nav-pill-full .nav > li > a:hover,
	.main-nav.nav-pill.nav-pill-full .nav > li:hover > a	{
		color: #000;
		border: 1px solid transparent !important;
		background-color: #fff;
	}
	.main-nav.nav-pill.nav-pill-full .nav > li.nav-shop > a:hover,
	.main-nav.nav-pill.nav-pill-full .nav > li.nav-shop:hover > a	{
		border: 1px solid transparent !important;
		background-color:transparent;
	}
    body:not(.one-page) .main-nav.nav-pill.nav-pill-full .nav > li > a:focus {
        border: 1px solid transparent;
		background:transparent;
		color: #ccc;
    }
	
   
	/* Border */
	
	.main-nav.nav-border .nav > li {
		margin-right:10px;
	}
	.main-nav.nav-border .nav > li:last-child {
		margin-right:0px;
	}
	.main-nav.nav-border .nav > li > a {
		height: 32px;
		border-bottom: 1px solid transparent;
		color: #ccc;
		background-color: transparent !important;
		text-transform:uppercase;
		-webkit-transition: color .3s ease, border .3s ease;
		-moz-transition: color .3s ease, border .3s ease;
		-o-transition: color .3s ease, border .3s ease;
		transition: color .3s ease, border .3s ease;
		font-size: 11px;
		padding-left: 0;
		padding-right: 0;
		margin-left: 5px;
		margin-right: 5px;
	}
	.main-nav.nav-border .nav > li.active > a {
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	.main-nav.nav-border .nav > li > a:hover,
	.main-nav.nav-border .nav > li:hover > a {
		color: #fff !important;
		border-bottom: 1px solid #fff !important;
		background-color: transparent;
	}
	.main-nav.nav-border .nav > li.nav-shop > a:hover,
	.main-nav.nav-border .nav > li.nav-shop:hover > a {
		border-bottom: 1px solid transparent !important;
	}
	body:not(.one-page) .main-nav.nav-border .nav > li > a:focus {
        color: #ccc;
        border-bottom: 1px solid transparent;
    }
   
	/* Light Color */
	
	.navigation.transparent.light .main-nav.shrink {
		position:fixed; 
		background-color: rgba(255,255,255,1); 
	}
	
	/* Highlight */
	
    .navigation .main-nav.nav-highlight .nav > li {
		padding-top: 25px;
        padding-bottom: 25px;
        height: 80px;
        -webkit-transition: all .3s  cubic-bezier(0,0,1,1);
        -moz-transition: all .3s  cubic-bezier(0,0,1,1);
        -o-transition: all .3s  cubic-bezier(0,0,1,1);
        -ms-transition: all .3s  cubic-bezier(0,0,1,1);
        transition: all .3s  cubic-bezier(0,0,1,1);
	}
    .navigation .main-nav.nav-highlight.shrink .nav > li {
		padding-top: 15px;
        padding-bottom: 15px;
        height: 60px;
	}
	.navigation.light .main-nav.nav-highlight .nav > li > a {
		color: #888;
	}
	.navigation.light .main-nav.nav-highlight .nav > li.active > a {
		color: #000;
	}
	.navigation.light .main-nav.nav-highlight .nav > li > a:hover,
	.navigation.light .main-nav.nav-highlight .nav > li:hover > a {
		color: #000 !important;
	}
    body:not(.one-page) .navigation.light .main-nav.nav-highlight .nav > li > a:focus {
        color: #777;
    }
	 
	/* Pill & Pill - Full */
    
	.navigation .main-nav.nav-pill .nav > li {
		padding-top: 24px;
        padding-bottom: 24px;
        height: 80px;
        -webkit-transition: all .3s  cubic-bezier(0,0,1,1);
        -moz-transition: all .3s  cubic-bezier(0,0,1,1);
        -o-transition: all .3s  cubic-bezier(0,0,1,1);
        -ms-transition: all .3s  cubic-bezier(0,0,1,1);
        transition: all .3s  cubic-bezier(0,0,1,1);
	}
	.navigation.light .main-nav.nav-pill.nav-pill-full .nav > li > a {
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
    .navigation .main-nav.nav-pill.shrink .nav > li {
		padding-top: 14px;
        padding-bottom: 14px;
        height: 60px;
	}
	.navigation.light .main-nav.nav-pill .nav > li > a {
		color: #333;
	}
	.navigation.light .main-nav.nav-pill .nav > li.active > a {
		color: #000;
		border: 1px solid #000;
	}
	.navigation.light .main-nav.nav-pill .nav > li > a:hover,
	.navigation.light .main-nav.nav-pill .nav > li:hover > a {
		color: #000 !important;
		border: 1px solid #000 !important;
	}
	.navigation.light .main-nav.nav-pill.nav-pill-full .nav > li.active > a {
		color: #fff;
		border: 1px solid transparent;
		background-color:#000;
	}
	.navigation.light .main-nav.nav-pill.nav-pill-full .nav > li > a:hover,
	.navigation.light .main-nav.nav-pill.nav-pill-full .nav > li:hover > a {
		color: #fff !important;
		border: 1px solid transparent !important;
		background-color:#000;
	}
	.navigation.light .main-nav.nav-pill .nav > li.nav-shop > a:hover,
	.navigation.light .main-nav.nav-pill .nav > li.nav-shop:hover > a,
	.navigation.light .main-nav.nav-pill.nav-pill-full .nav > li.nav-shop > a:hover,
	.navigation.light .main-nav.nav-pill.nav-pill-full .nav > li.nav-shop:hover > a{
		color: #000 !important;
		border: 1px solid transparent !important;
		background-color:transparent;
	}
    body:not(.one-page) .navigation.light .main-nav.nav-pill .nav > li > a:focus,
	body:not(.one-page) .navigation.light .main-nav.nav-pill.nav-pill-full .nav > li > a:focus{
        border: 1px solid transparent;
		background:transparent;
		color: #333 !important;
    }
	 
	/* Border */
	
    .navigation .main-nav.nav-border .nav > li {
		padding-top: 25px;
        padding-bottom: 23px;
        height: 80px;
        -webkit-transition: all .3s  cubic-bezier(0,0,1,1);
        -moz-transition: all .3s  cubic-bezier(0,0,1,1);
        -o-transition: all .3s  cubic-bezier(0,0,1,1);
        -ms-transition: all .3s  cubic-bezier(0,0,1,1);
        transition: all .3s  cubic-bezier(0,0,1,1);
	}
    .navigation .main-nav.nav-border.shrink .nav > li {
		padding-top: 14px;
        padding-bottom: 14px;
        height: 60px;
	}
	.navigation.light .main-nav.nav-border .nav > li > a {
		color: #333;
	}
	.navigation.light .main-nav.nav-border .nav > li.active > a {
		color: #000;
		border-bottom: 1px solid #000;
	}
	.navigation.light .main-nav.nav-border .nav > li > a:hover,
	.navigation.light .main-nav.nav-border .nav > li:hover > a {
		color: #000 !important;
		border-bottom: 1px solid #000 !important;
	}
	.navigation.light .main-nav.nav-border .nav > li.nav-shop > a:hover,
	.navigation.light .main-nav.nav-border .nav > li,nav-shop:hover > a {
		border-bottom: 1px solid transparent !important;
	}
    body:not(.one-page) .navigation.light .main-nav.nav-border  .nav > li > a:focus {
		color: #333;
	}
	
	/* Menu Icon */
	
	.navigation.light .main-nav.nav-pill .navbar-icons .nav > li.menu-icon > a, 
	.navigation.light .main-nav.nav-pill .navbar-icons .nav > li.menu-icon > a {
		border: 1px solid transparent !important;
	}
	.navigation.light .main-nav.nav-border .navbar-icons .nav > li.menu-icon > a:hover,
	.navigation.light .main-nav.nav-border .navbar-icons .nav > li.menu-icon:hover > a {
		border-bottom: 1px solid transparent !important;
	}
}

/********************************************************************
 Header - Action Button
********************************************************************/

@media (max-width: 991px) {
	.main-nav .nav > li.nav-action > a {
		color: #ccc;
	}
	.main-nav li.nav-action:hover > a {
		color: #fff !important;
	}
}
@media (min-width: 992px) {
	
	.main-nav .nav > li.nav-action > a,
	.main-nav .nav > li.nav-action:hover > a{
		background-color: #eee;
		color: #000 !important;
		border: 1px solid transparent;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-nav li.nav-action > a:hover,
	.main-nav li.nav-action > a:focus,
	.main-nav .nav > li.nav-action:hover > a:hover{
		background-color: #fff !important;
		color: #000 !important;
		border: 1px solid transparent !important;
	}
	.navigation.light .main-nav .nav > li.nav-action > a,
	.navigation.light .main-nav .nav > li.nav-action:hover > a{
		background-color: #000;
		color: #ccc !important;
	}
	.navigation.light .main-nav .nav > li.nav-action > a:hover,
	.navigation.light .main-nav li.nav-action > a:focus,
	.navigation.light .main-nav .nav > li.nav-action:hover > a:hover {
		background-color: #000 !important;
		color: #fff !important;
	}

}

/********************************************************************
 Header - Social Icons
********************************************************************/

.main-nav .social-nav .social-icons-nav {
	list-style:none;
	padding-left: 0;
}
.main-nav .social-nav .social-icons-nav li{
	padding: 0;
	font-size: 14px;
	display: inline-block;
}
.main-nav .social-nav .social-icons-nav li {
	margin: 0;
	padding: 0;
}
.main-nav .social-nav .social-icons-nav li a {
	display: block;
	text-align: center;
	color: #ccc;
	font-size: 13px !important;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	margin-right: 15px;
}
.main-nav .social-nav .social-icons-nav li:last-child a {
	margin-right:0;
}
@media (max-width: 991px) {
	.main-nav .social-nav {
		text-align:center;
		height: 40px;
		padding: 7.5px 0 15px;
	}
	.main-nav .social-nav ul.social-icons-nav li a {
		color: #aaa;
		width:25px;
		margin-right:0;
	}
	.main-nav ul.social-icons-nav li a:hover {
		color: #fff;
	}
}
@media (min-width: 992px) {
	.main-nav .social-nav {
		height: 80px;
		padding-top: 30px !important;
        padding-bottom: 30px !important;
		text-align:right;
		padding-left:20px;
	}
	.main-nav.shrink .social-nav {
		padding-top: 20px !important;
        padding-bottom: 20px !important;
	}
	.main-nav .social-nav .social-icons-nav li a:hover {
		color: #fff;
	}
	.navigation.light .main-nav .social-nav .social-icons-nav li a {
		color: #999;
	}
	.navigation.light .main-nav .social-nav .social-icons-nav li a:hover {
		color: #000;
	}
}

/********************************************************************
 Header - Menu Trigger Icon
********************************************************************/

@media (min-width: 992px) {
.main-nav .nav > li.menu-icon {
	padding-top: 0px !important;
}
.navigation .main-nav .nav > li.menu-icon > a {
	padding: 32px 0 32px 15px;
	border: 0px !important; 
	height: auto;
    -webkit-transition: all .3s  cubic-bezier(0,0,1,1);
	-moz-transition: all .3s  cubic-bezier(0,0,1,1);
	-o-transition: all .3s  cubic-bezier(0,0,1,1);
    -ms-transition: all .3s  cubic-bezier(0,0,1,1);
    transition: all .3s  cubic-bezier(0,0,1,1);
}
.navigation .main-nav.shrink .nav > li.menu-icon > a {
	padding: 22px 0 22px 15px;
}
.main-nav .nav.navbar-left > li.menu-icon > a {
	padding-left: 0 !important;
}
.main-nav .nav > li.menu-icon > a:hover {
	border: 0px !important;
}
}

	
/********************************************************************
 Header - Full Screen
********************************************************************/

.full-screen-header {
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 50;
	display:none;
    -webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.navigation.light .full-screen-header {
	background: rgba(255,255,255,0.95);
}
.full-screen-header.active {
	display: block;
}
.full-screen-header .full-screen-nav {
	list-style:none;
	display:inline-block;
	padding: 0;
	margin:0;
}
.full-screen-header .full-screen-nav > li {
	padding: 10px 0;
    width: 250px;
    margin-bottom: 5px;
}
.full-screen-header .full-screen-nav > li.with-dropdown  > a {
    padding-bottom: 10px;
}
.full-screen-header .full-screen-nav > li > a {
	font-size: 18px;
	text-transform:uppercase;
	color: #ccc;
	letter-spacing: 3px;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    
}
.full-screen-header .full-screen-nav > li.active > a,
.full-screen-header .full-screen-nav > li:hover > a,
.full-screen-header .full-screen-nav > li:active > a,
.full-screen-header .full-screen-nav > li > a.active-dropdown {
    border-bottom: 1px solid #fff;
}

.navigation.light .full-screen-header .full-screen-nav > li.active > a,
.navigation.light .full-screen-header .full-screen-nav > li:hover > a,
.navigation.light .full-screen-header .full-screen-nav > li:active > a,
.navigation.light .full-screen-header .full-screen-nav > li > a.active-dropdown {
    border-bottom: 1px solid #000;
}

.navigation.light .full-screen-header .full-screen-nav > li > a {
	color: #666;
}
.full-screen-header .full-screen-nav > li > a:hover {
	color: #fff;
}
.navigation.light .full-screen-header .full-screen-nav > li > a:hover {
	color: #000;
}
.full-screen-header .menu-dropdown > li {
	list-style: none;
	padding: 5px;
    margin-bottom: 0px;
}
.full-screen-header .menu-dropdown > li > a {
    font-size: 14px;
    letter-spacing: 2px;
}
.full-screen-header .menu-dropdown > li:last-child {
	padding-bottom: 5px;
}

.full-screen-header .nav-container {
	display: table;
	width: 100%;
	height: 100%;
    
}
.full-screen-header .nav-holder {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
.full-screen-header .nav-holder .inner-content {
	max-height: 400px;
	overflow-y: auto;
	margin-right: -17px;
    
     -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.full-screen-header .menu-dropdown-link.active-dropdown {
	color: #fff;
}
.navigation.light .full-screen-header .menu-dropdown-link.active-dropdown {
	color: #000;
}
.full-screen-header .menu-dropdown-link .dropdown-icon { 
	margin-bottom: 0; 
	display:inline-block; 
	position:relative;  
	top:0; 
	height:14px;
	width:14px;
} 
.full-screen-header .menu-dropdown-link .dropdown-icon::before { 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 14px; 
	height: 1px; 
	background: #ccc; 
	content: ''; 
	-webkit-transition: -webkit-transform 0.35s; 
	-moz-transition: -moz-transform 0.35s; 
	-o-transition: -o-transform 0.35s; 
	transition: transform 0.35s; 
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0); 
} 
.navigation.light .full-screen-header .menu-dropdown-link .dropdown-icon::before { 
	background: #333;
}
.full-screen-header .menu-dropdown-link .dropdown-icon::after {	
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 1px; 
	height: 14px; 
	background: #ccc; 
	content: ''; 
	-webkit-transition: -webkit-transform 0.35s;
	-moz-transition: -moz-transform 0.35s; 
	-o-transition: -o-transform 0.35s; 
	transition: transform 0.35s; 
	-webkit-transform: translate3d(-50%,-50%,0); 
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0); 
} 
.full-screen-header .credits {
    position: fixed;
    bottom: 40px;
    width: 100%;
    left: 0;
    text-align: center;
    letter-spacing: 2px;
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: -17px;
    font-weight: 400;
}
.navigation.light .full-screen-header .credits {
    color: #000;
}
.navigation.light .full-screen-header .menu-dropdown-link .dropdown-icon::after {	
	background: #333;
}
.full-screen-header .menu-dropdown-link.active-dropdown .dropdown-icon {
	margin-bottom:1px;
}
.full-screen-header .menu-dropdown-link:hover .dropdown-icon::after,
.full-screen-header .menu-dropdown-link:hover .dropdown-icon::before,
.full-screen-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.full-screen-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
	background: #fff;
}
.navigation.light .full-screen-header .menu-dropdown-link:hover .dropdown-icon::after,
.navigation.light .full-screen-header .menu-dropdown-link:hover .dropdown-icon::before,
.navigation.light .full-screen-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.navigation.light .full-screen-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
	background: #000;
}
.full-screen-header .menu-dropdown-link.active-dropdown .dropdown-icon::before { 
	top:50%; 
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	-moz-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	-ms-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	-o-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	transform: translate3d(-50%,-50%,0) rotate(45deg); 
} 
.full-screen-header .menu-dropdown-link.active-dropdown .dropdown-icon::after { 
	top:50%; 
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	-moz-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	-ms-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	-o-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	transform: translate3d(-50%,-50%,0) rotate(45deg); 
}
.full-screen-header .menu-dropdown {
	padding-top:25px;
    padding-bottom: 0px;
}
.navigation .full-screen-menu-trigger {
    z-index: 9999;
}
@media (min-width: 992px) {
	.full-screen-header .full-screen-nav > li > a {
        font-size: 24px;
        letter-spacing: 5px;
        padding-bottom: 10px;
        text-transform:uppercase;
        color: #ccc;
    }
}
@media (max-width: 500px) {
	.full-screen-header .nav-holder .inner-content {
		max-height: 250px;
	}
}

/********************************************************************
 Header Search
********************************************************************/

.main-nav .nav.navbar-right .nav-search {
	padding-left:10px;
}
.main-nav .nav.navbar-right .nav-search > a {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	height:32px;
    padding-left: 4.5px;
}
.main-nav .nav.navbar-right .nav-search > a > i.search-close {
	position:absolute;
	left: 0px;
	top: 5px;
	font-size: 18px;
}
.main-nav .nav.navbar-right .nav-search > a.active > i.search-icon, .main-nav .nav.navbar-right .nav-search > a > i.search-close {
	visibility:hidden;
}
.main-nav .nav.navbar-right .nav-search > a.active > i.search-close, .main-nav .nav.navbar-right .nav-search > a > i.search-icon {
	visibility:visible;
}
.main-nav.nav-pill .nav.navbar-right .nav-search > a,
.main-nav.nav-border .nav.navbar-right .nav-search > a ,
.main-nav.nav-highlight .nav.navbar-right .nav-search > a{
	color: #ccc;
	z-index:999;
	border: none !important;
}
.navigation.light .main-nav.nav-pill .nav.navbar-right .nav-search > a,
.navigation.light .main-nav.nav-border .nav.navbar-right .nav-search > a {
	color: #333;
	z-index:999;
	border: none !important;
}
.navigation .main-nav.nav-pill .nav.navbar-right .nav-search > a,
.navigation .main-nav.nav-highlight .nav.navbar-right .nav-search > a {
	padding-right:0 !important;
}
.main-nav.nav-pill .nav.navbar-right .nav-search:hover > a, 
.main-nav.nav-pill .nav.navbar-right .nav-search > a:focus, 
.main-nav.nav-pill .nav.navbar-right .nav-search > a:hover {
	border:1px solid transparent !important;
}
.main-nav.nav-border .nav.navbar-right .nav-search:hover > a, 
.main-nav.nav-border .nav.navbar-right .nav-search > a:focus, 
.main-nav.nav-border .nav.navbar-right .nav-search > a:hover {
	border-bottom:1px solid transparent !important;
}
.full-screen-search {
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.98);
	z-index: 50;
	display:none;
    -webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.navigation.light .full-screen-search {
	background: rgba(255,255,255,0.98);
}
.full-screen-search.active {
	display: block;
}
.full-screen-search .full-screen-nav {
	list-style:none;
	display:inline-block;
	padding: 0;
	margin:0;
}
.full-screen-search .search-container {
	display: table;
	width: 100%;
	height: 100%
}
.full-screen-search .search-holder {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
.full-screen-search .search-holder input {
	width: 500px;
	height: 50px;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #aaa;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.navigation.light .search-holder input {
	border-bottom: 1px solid #666;
	color: #666;
}
@media (max-width: 991px) {
	.main-nav .nav.navbar-right .nav-search > a {
		height: auto;
		border-bottom:1px solid transparent !important;
        -webkit-transition: all .3s  cubic-bezier(0,0,1,1);
        -moz-transition: all .3s  cubic-bezier(0,0,1,1);
        -o-transition: all .3s  cubic-bezier(0,0,1,1);
        -ms-transition: all .3s  cubic-bezier(0,0,1,1);
        transition: all .3s  cubic-bezier(0,0,1,1);
        padding-right: 22px;
	}
	.main-nav.nav-border.header-icons .nav.navbar-right .nav-search > a {
		margin-top: 13px !important;
		padding-right: 0 !important;
		margin-right: -5px !important;
	}
	.main-nav.nav-pill.header-icons .nav.navbar-right .nav-search > a,
	.main-nav.nav-highlight.header-icons .nav.navbar-right .nav-search > a{
		margin-top: 2px !important;
		margin-right: -5px !important;
	}
	.main-nav.nav-border.header-icons.shrink .navbar-icons > ul.navbar-nav > li.nav-search {
		margin-top:-10px;
	}
	.main-nav.shrink .nav.navbar-right .nav-search > a {
        padding-right: 10px;
    }
	.main-nav .nav.navbar-right .nav-search > a > i.search-icon {
		font-size: 13px;
	}
	.main-nav.shrink .nav.navbar-right .nav-search > a {
		padding-right: 10px;
	}
	.main-nav .nav.navbar-right .nav-search > a > i.search-close {
		left: -3px;
		top: 4px;
		font-size: 25px;
	}
	.main-nav.nav-border.header-icons .nav.navbar-right .nav-search > a > i.search-close{
		left:-1px;
	}
	.main-nav.nav-pill.header-icons .nav.navbar-right .nav-search > a > i.search-close{
		left:-2px;
	}
	.main-nav.nav-pill .navbar-icons > ul.navbar-nav > li.nav-search,
	.main-nav.nav-highlight .navbar-icons > ul.navbar-nav > li.nav-search {
		margin-right:26px !important;
		margin-top:11px;
	}
	.main-nav.nav-pill.header-icons .navbar-icons > ul.navbar-nav > li.nav-search,
	.main-nav.nav-highlight.header-icons .navbar-icons > ul.navbar-nav > li.nav-search {
		margin-right:0px !important;
	}
	.main-nav.shrink.nav-pill .navbar-icons > ul.navbar-nav > li.nav-search,
	.main-nav.shrink.nav-highlight .navbar-icons > ul.navbar-nav > li.nav-search {
		margin-top:0px;
	}
}
@media (max-width: 550px) {
	.full-screen-search .search-holder input {
		width: 80%;
		font-size: 11px;
		letter-spacing: 1px;
	}
}

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

@media (max-width: 991px) {
	.header-left-side .navbar-toggle {
		right: 0;
		margin-right: 15px;
	}
	.header-left-side .navbar-icons {
		right: auto;
		left: 0;
		margin-left: 25px;
	}	
	.side-header-top {
		display:table;
		width:100%;
		height:100%;
		padding: 40px 10px 40px 40px;
	}
	.side-header-top-content {
		display:table-cell;
		vertical-align: middle;
	}
	.side-header-logo {
		padding-right:15px;
		max-width:150px;
	}
	a.side-header-close span {
		padding-top:4px;
	}
}
@media (min-width: 992px) {
	.header-left-side .main-nav > .navbar-default > .container {
		position: relative;
	}
	.header-left-side .main-nav a.logo {
		left: 70px;
	}
	.header-left-side .main-nav .nav > li {
		height: 60px;
		padding-top: 15px;
	}	
	.side-header-secondary-nav.side-header-bottom {
		position:absolute;
		bottom:0;
	}
	.side-header-close {
		display:none;
	}
	.side-header-logo {
		padding: 40px 40px 30px;
	}
}
.side-header {
	position:fixed;
	top:0;
	height:100%;
	width: 250px;
	background-color: #000;
	z-index: 999;
	overflow: hidden;
    -webkit-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
	-moz-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
	-o-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
    -ms-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
    transition: all .3s  cubic-bezier(0.42,0,0.58,1);
}
a.side-header-close {
		color: #fff;
}
.navigation.light a.side-header-close {
		color: #000;
}
.navigation.light .side-header {
	background-color: #fafafa;
}
.side-header.right {
	right:-250px;
}
.side-header.right.active {
	right: 0;
}
.header-right-side .page-content {
	position: relative;
	right: 0;
	-webkit-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
	-moz-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
	-o-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
    -ms-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
    transition: all .3s  cubic-bezier(0.42,0,0.58,1);
}
.header-right-side.in .page-content {
	right: 250px;
}
.header-right-side .main-nav {
	right: 0px !important;
	left:0px !important;
	-webkit-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
	-moz-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
	-o-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
    -ms-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
    transition: all .3s  cubic-bezier(0.42,0,0.58,1);
}
.header-right-side.in .main-nav {
	right: 250px !important;
	left: -250px !important;
}
.header-right-side.in .main-nav.shrink {
	right: 250px;
	left: -250px;
}

.side-header.left {
	left: -250px;
}
.header-left-side .main-nav {
	left: 0px;
	-webkit-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
	-moz-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
	-o-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
    -ms-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
    transition: all .3s  cubic-bezier(0.42,0,0.58,1);
}

/* Firefox Styles */

@-moz-document url-prefix() { 
	.header-right-side .navigation.transparent .main-nav {
		position: fixed !important;
	}
	.header-left-side .navigation.transparent .main-nav {
		position: fixed !important;
		width: 100% !important;
	}
}

@media screen and (min-width:0\0) {
	.header-left-side .main-nav {
		-webkit-transition: left .3s  cubic-bezier(0.42,0,0.58,1) !important;
		-moz-transition: left .3s  cubic-bezier(0.42,0,0.58,1) !important;
		-o-transition: left .3s  cubic-bezier(0.42,0,0.58,1) !important;
		-ms-transition: left .3s  cubic-bezier(0.42,0,0.58,1) !important;
		transition: left .3s  cubic-bezier(0.42,0,0.58,1) !important;
	}
	.header-right-side .main-nav {
		-webkit-transition: left .3s  cubic-bezier(0.42,0,0.58,1),right .3s  cubic-bezier(0.42,0,0.58,1) !important;
		-moz-transition: left .3s  cubic-bezier(0.42,0,0.58,1),right .3s  cubic-bezier(0.42,0,0.58,1) !important;
		-o-transition: left .3s  cubic-bezier(0.42,0,0.58,1),right .3s  cubic-bezier(0.42,0,0.58,1) !important;
		-ms-transition: left .3s  cubic-bezier(0.42,0,0.58,1),right .3s  cubic-bezier(0.42,0,0.58,1) !important;
		transition: left .3s  cubic-bezier(0.42,0,0.58,1),right .3s  cubic-bezier(0.42,0,0.58,1) !important;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .header-left-side .main-nav {
		-webkit-transition: left .3s  cubic-bezier(0.42,0,0.58,1) !important;
		-moz-transition: left .3s  cubic-bezier(0.42,0,0.58,1) !important;
		-o-transition: left .3s  cubic-bezier(0.42,0,0.58,1) !important;
		-ms-transition: left .3s  cubic-bezier(0.42,0,0.58,1) !important;
		transition: left .3s  cubic-bezier(0.42,0,0.58,1) !important;
	}
	::i-block-chrome, .header-right-side .main-nav {
		-webkit-transition: left .3s  cubic-bezier(0.42,0,0.58,1),right .3s  cubic-bezier(0.42,0,0.58,1) !important;
		-moz-transition: left .3s  cubic-bezier(0.42,0,0.58,1),right .3s  cubic-bezier(0.42,0,0.58,1) !important;
		-o-transition: left .3s  cubic-bezier(0.42,0,0.58,1),right .3s  cubic-bezier(0.42,0,0.58,1) !important;
		-ms-transition: left .3s  cubic-bezier(0.42,0,0.58,1),right .3s  cubic-bezier(0.42,0,0.58,1) !important;
		transition: left .3s  cubic-bezier(0.42,0,0.58,1),right .3s  cubic-bezier(0.42,0,0.58,1) !important;
	}
}

.header-left-side.in .main-nav {
	left: 250px;
}
.side-header.left.active {
	left: 0;
}
.header-left-side .page-content {
	position: relative;
	z-index: 2;
	left: 0;
	-webkit-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
	-moz-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
	-o-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
    -ms-transition: all .3s  cubic-bezier(0.42,0,0.58,1);
    transition: all .3s  cubic-bezier(0.42,0,0.58,1);
}
.header-left-side.in .page-content {
	left: 250px;
}
.side-header .side-header-nav .menu-dropdown a {
	font-family: 'Lato', sans-serif;
	padding-left:15px;
	font-weight:400;
}
.side-header .side-header-nav, .side-header .side-header-secondary-nav {
	list-style: none;
	padding: 0;
}
.side-header .side-header-container {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
}
.side-header.right .side-header-container {
	margin-right: -20px;
}
.side-header.left .side-header-container {
	width: 267px;
}
.side-header.right .side-header-container {
	width: 267px;	
}
.side-header .side-header-nav {
	padding: 0 0 40px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #191919;
}
.navigation.light .side-header .side-header-nav {
	border-bottom: 1px solid #eee;
}
.side-header .side-header-secondary-nav {
	padding: 40px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #191919;
}
.navigation.light .side-header .side-header-secondary-nav {
	border-bottom: 1px solid #eee;
}
.side-header .side-header-nav > li {
	padding: 7px 40px;
	
}
.side-header .side-header-nav > li:last-child {
	padding: 7px 40px 1px;
}
.side-header .side-header-secondary-nav > li {
	padding: 2px 40px;
}
.side-header .side-header-nav > li > a{
	font-family: 'Lato', sans-serif;
    text-transform: uppercase;
	font-weight: 400;
	color: #aaa;
	font-size: 12px;
	letter-spacing: 2px;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.side-header .side-header-nav > li > a.menu-dropdown-link.active-dropdown {
	color: #fff;
}
.navigation.light .side-header .side-header-nav > li > a {
	color: #777;
}
.navigation.light .side-header .side-header-nav > li > a.menu-dropdown-link.active-dropdown {
	color: #000;
}
.side-header .side-header-secondary-nav > li > a{
	font-family: 'Lato', sans-serif;
    color: #aaa;
	font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.navigation.light .side-header .side-header-secondary-nav > li > a{
	color: #999;
}
.side-header .side-header-secondary-nav > li.title{
	padding: 7px 40px;
	margin-bottom: 20px;
}
.side-header .side-header-secondary-nav > li.title > span{
	font-family: 'Lato', sans-serif;
    color: #ccc;
	font-size: 14px;
    font-weight: 400;
	text-transform: uppercase;
	letter-spacing:1px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.navigation.light .side-header .side-header-secondary-nav > li.title > span{
	color: #333;
    border: 1px solid #333;
}
.navigation.light .side-header {
	background-color: #fafafa;
}
.side-header .side-header-nav > li > a:hover, .side-header .side-header-secondary-nav > li > a:hover{
	color: #fff;
}
.navigation.light .side-header .side-header-nav > li > a:hover, .navigation.light .side-header .side-header-secondary-nav > li > a:hover{
	color: #000;
}
p.side-header .side-header-nav > li:first-child{
	padding-top: 40px;
}
.side-header .menu-dropdown-link .dropdown-icon { 
	padding: 7.5px 15px; 
	display:inline-block; 
	position:absolute; 
	right:-30px; 
	top:0; 
} 
.side-header .menu-dropdown-link .dropdown-icon::before { 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 10px; 
	height: 1px; 
	background: #ccc; 
	content: ''; 
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s; 
	-moz-transition: opacity 0.35s, -moz-transform 0.35s; 
	-o-transition: opacity 0.35s, -o-transform 0.35s; 
	transition: opacity 0.35s, transform 0.35s; 
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0); 
} 
.side-header .menu-dropdown-link .dropdown-icon::after {	
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 1px; 
	height: 10px; 
	background: #ccc; 
	content: ''; 
	-webkit-transition: -webkit-transform 0.35s;
	-moz-transition: -moz-transform 0.35s;
	-o-transition: -o-transform 0.35s;
	transition: transform 0.35s; 
	-webkit-transform: translate3d(-50%,-50%,0); 
	-moz-transform: translate3d(-50%,-50%,0); 
	-ms-transform: translate3d(-50%,-50%,0); 
	-o-transform: translate3d(-50%,-50%,0); 
	transform: translate3d(-50%,-50%,0); 
} 
.side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before { 
	top:50%; 
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	-moz-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	-ms-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	-o-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	transform: translate3d(-50%,-50%,0) rotate(45deg); 
} 
.navigation.light .side-header .menu-dropdown-link .dropdown-icon::after,
.navigation.light .side-header .menu-dropdown-link .dropdown-icon::before {
	background: #777; 
}
.side-header .menu-dropdown-link:hover .dropdown-icon::after,
.side-header .menu-dropdown-link:hover .dropdown-icon::before,
.side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
	background: #fff;
}
.navigation.light .side-header .menu-dropdown-link:hover .dropdown-icon::after,
.navigation.light .side-header .menu-dropdown-link:hover .dropdown-icon::before,
.navigation.light .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.navigation.light .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
	background: #000;
}
.side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after { 
	top:50%; 
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	-moz-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	-ms-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	-o-transform: translate3d(-50%,-50%,0) rotate(45deg); 
	transform: translate3d(-50%,-50%,0) rotate(45deg); 
}
.side-header-secondary-nav.side-header-bottom {
	border-bottom:none;
	padding:40px;
}
.side-header-copyright {
	text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 400;
	color:#aaa;
}
.navigation.light .side-header-copyright {
	color:#333;
}
@media (max-width: 991px) {
	.header-right-side .navigation, 
    .header-right-side .main-nav,
    .header-left-side .navigation, 
    .header-left-side .main-nav    {
        top: auto !important;
    }
    .header-right-side.nav-icons-right .navbar-header, 
    .header-left-side.nav-icons-right .navbar-header {
        text-align: center;
    }
}

/********************************************************************
 Shopping Cart Link
********************************************************************/

.main-nav .nav.navbar-right .nav-shop  a .shop-icon {
	font-size: 16px;
}
.main-nav .nav.navbar-right .nav-shop a {
	font-size:12px;
	padding-right:0;
    color: #ccc;
}
.main-nav .nav.navbar-right .nav-shop a:hover,
.main-nav .nav.navbar-right .nav-shop a:active {
	 color: #fff;
}
.navigation.light .main-nav .nav.navbar-right .nav-shop a {
	 color: #333;
}
.navigation.light .main-nav .nav.navbar-right .nav-shop a:hover,
.navigation.light .main-nav .nav.navbar-right .nav-shop a:active {
	 color: #000;
}
.main-nav .nav.navbar-right .nav-shop span.product-num {
	position: absolute;
	top: -10px;
	right: 0;
	background-color: #444;
	color: #fff;
	padding: 1px 6px;
	font-weight: bold;
	font-size: 9px;
}
.navigation.light .main-nav .nav.navbar-right .nav-shop span.product-num {
	background-color: #222;
	color: #fff;
}
.main-nav.nav-pill .nav.navbar-right .nav-shop:hover > a, 
.main-nav.nav-pill .nav.navbar-right .nav-shop > a:focus, 
.main-nav.nav-pill .nav.navbar-right .nav-shop > a:hover {
	border:1px solid transparent !important;
}
.main-nav.nav-border .nav.navbar-right .nav-shop:hover > a, 
.main-nav.nav-border .nav.navbar-right .nav-shop > a:focus, 
.main-nav.nav-border .nav.navbar-right .nav-shop > a:hover,
.navigation.light .main-nav.nav-border .nav > li.nav-shop:hover > a {
	border-bottom:1px solid transparent !important;
}

@media (max-width: 991px) {
	.navigation .main-nav .nav.navbar-right .nav-shop a .shop-icon{
		font-size:12px;
	}
	.navigation .main-nav .nav.navbar-right .nav-shop.nav-shop-fullscreen a .shop-icon{
		font-size:16px;
		margin-right:10px;
	}
	.navigation.light .navbar-icons > ul.navbar-nav > li.nav-shop.nav-shop-fullscreen > a {
		color:#000;
	}
}


/********************************************************************
 Header - Right Links
********************************************************************/

.main-nav .nav-links ul {
	list-style:none;
	padding-left: 0;
	
}
@media (max-width: 991px) {
	.main-nav .nav-links ul {
		border-bottom: 1px solid #333;
		margin-bottom:7.5px;
	}
	.main-nav .nav-links ul:last-child {
		border-bottom: none;
		margin-bottom:0;
	}
	.main-nav .nav-links ul  li{
		padding: 0;
		font-size: 14px;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #333;
	}
	.main-nav .nav-links ul  li:first-child{
		padding-top: 7.5px;
	}
	.main-nav .nav-links ul  li:last-child{
		border-bottom: 0;
	}
	.main-nav .nav-links ul  li a {
		display: block;
		color: #ccc;
		width: auto;
		padding: 0 15px;
		text-transform: uppercase;
		-webkit-transition: color .3s ease;
		-moz-transition: color .3s ease;
		-o-transition: color .3s ease;
		transition: color .3s ease;
	}
	.main-nav .nav-links ul  li a:hover {
		color: #fff;
	}
}
@media (min-width: 992px) {
	.main-nav .nav-links ul {
		list-style:none;
		padding-left: 0;
		display: inline-block;
		margin-right: 15px;
	}
	.main-nav .nav-links ul:last-child {
		margin-right:0;
	}
	.main-nav .nav-links ul  li{
		padding: 0;
		font-size: 14px;
		display: inline-block;
		margin: 0;
		padding-top: 7.5px;
	}
	.main-nav .nav-links ul  li a {
		display: block;
		text-align: center;
		color: #ccc;
		width: auto;
		padding: 0 15px;
		text-transform: uppercase;
		-webkit-transition: color .3s ease;
		-moz-transition: color .3s ease;
		-o-transition: color .3s ease;
		transition: color .3s ease;
	}
	.main-nav .nav-links ul  li a:hover,
    .main-nav .nav-links ul  li.active a    {
		color: #fff;
	}
    .main-nav .nav-links ul  li.links-group a {
		padding: 0;
		padding-left: 5px;
	}
	.main-nav .nav-links ul  li.links-group a:after {
		content: "/";
		padding-left: 5px;
	}
	.main-nav .nav-links ul  li.links-group:last-child a:after {
		display:none;
	}
	.navigation.light .main-nav .nav-links ul  li a {
		color: #666;
	}
	.navigation.light .main-nav .nav-links ul  li a:hover,
    .navigation.light .main-nav .nav-links ul  li.active a    {
		color: #000;
	}
}

/********************************************************************
 Transparent Header
********************************************************************/

.navigation.transparent {
    z-index: 500;
    position:fixed; 
}
.navigation.transparent .main-nav {
    background-color:transparent;	
    border-bottom: 0;
    
}
.navigation.transparent .main-nav.shrink {
	background-color: #000;
}
.navigation.transparent.light .main-nav.shrink {
	background-color: #fff;
}

.navigation.transparent .main-nav .navbar-default {
	/*position: inherit;*/
}
.navigation:not(.transparent):not(.light){
    background: #000;
}
@media (max-width: 991px) {
	.navigation.transparent {
		background-color: transparent;
		top:0; 
		width:100%;
	}
	.navigation.transparent .main-nav {
		padding: 0;
	}
	.navigation.transparent .navbar-collapse {
		border-top:0;	
	}
}

@media (min-width: 992px) {
	.navigation.transparent {
		background-color: transparent;
		width:100%;
	}
	.navigation.transparent .main-nav .collapsing-nav {
		height: inherit !important;
	}
}

/********************************************************************
 Header - Full Width
********************************************************************/

@media (min-width: 992px) {
	.main-nav.full-width > .navbar-default > .container {
		width: 100%;
		padding-left:30px;
		padding-right:30px;
	}
}

/********************************************************************
Header Alignment
********************************************************************/

@media (min-width: 992px) {
	.header-right .navbar-default {
		height: 60px;
	}
	.header-right .collapsing-nav {
		float: right;
	}
	.header-right .nav > li {
		height: 60px;
		padding-top: 15px;
	}
	.header-right .nav > li > a {
		height: 30px;
		padding-top: 5px;
		padding-bottom:5px;
		border-radius: 0px;
		color: #000;
	}
	.header-centred.main-nav .navbar-container {
		width: 100%;
	}
	.header-centred.main-nav .collapsing-nav {
		float: none;
		width:100%;
		text-align: center;
		clear:both;
	}
	.header-centred.main-nav .nav.navbar-nav {
		text-align: center;
		float:none;
		display:inline-block;
	}
	.header-centred.main-nav .nav.navbar-right {
		width:auto;
		text-align: none;
		position:absolute;
		right: 30px;
	}
	.header-centred .nav > li > a {
		height: 30px;
		padding-top: 5px;
		padding-bottom:5px;
		border-radius: 0px;
		color: #000;
	}
	.navigation:not(.transparent) .header-centred .navbar-nav.nav .megamenu {
		top: 80px;
	}
    .navigation .header-centred.shrink .navbar-nav.nav .megamenu {
		top: 60px;
	}
}

/********************************************************************
	Theme Background Section
********************************************************************/

.theme-background-section {
	background-size: cover;
	background-position: top left;
	position:relative;
    background-repeat; no-repeat;
}
.theme-background-section .video-bg-div {
	display:table-row-group;
}
.theme-background-section .video-bg {
	position: absolute; 
    right: 0; 
    bottom: 0;
	top: inherit;
	min-width: 100%; 
    min-height: 100%;
	width: auto; 
    height: auto;
	background-size: cover;
}
.theme-background-section .map {
	position: absolute; 
    right: 0; 
    bottom: 0;
	min-width: 100%; 
    min-height: 100%;
	width: auto; 
    height: auto; 
    z-index: -100;
	background-size: cover;
}
.theme-background-section.parallax {
	background-attachment: fixed;
}
.theme-background-section.fs-overlay:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	content:'';
	background: rgba(0,0,0,0.6);
	z-index:1;
}
.theme-background-section.fs-overlay.light:before {
	background: rgba(255,255,255,0.75);
}
.theme-background-section .content-container {
	display: table; 
	table-layout: fixed;  
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index:2;
} 
.theme-background-section .content-inner-container {
	display: table-cell; 
    vertical-align: middle;  
    max-width: 450px;
	margin: -150px auto 0 auto;
	display: table-cell;
	vertical-align: middle;
	padding: 100px 8%;
}
.theme-background-section .content-inner-container.top {
    vertical-align: top;
}
.theme-background-section .content-inner-container.bottom {
    vertical-align: bottom;
}

/********************************************************************
	Sliding Shopping Cart
********************************************************************/


.shopping-cart-slide {
	position: fixed; 
	right: -400px;
	top:0;
	z-index: 9999;
	height: 100%;
	width: 400px;
	background: #fff;
	-webkit-transition: right .3s cubic-bezier(0.42,0,0.58,1);
	-moz-transition: right .3s cubic-bezier(0.42,0,0.58,1);
	-o-transition: right .3s cubic-bezier(0.42,0,0.58,1);
	transition: right .3s cubic-bezier(0.42,0,0.58,1);
	font-family: 'Roboto Condensed' sans-serif;	
}
.shopping-cart-slide .title {
	font-size: 18px;
	letter-spacing: 1px;
	padding: 25px;
	text-transform: uppercase;
	background-color:#fafafa;
	color:#000;
	text-align: center;
}
.shopping-cart-slide.active {
	right: 0;
	-webkit-box-shadow: 10px 0px 20px 0px rgba(0,0,0,1);
	-moz-box-shadow: 10px 0px 20px 0px rgba(0,0,0,1);
	box-shadow: 10px 0px 20px 0px rgba(0,0,0,1);
}
.shopping-cart-slide .cart-items {
	overflow: auto;
	max-height: 580px;
	margin-right: -15px;
}
.shopping-cart-slide .cart-item {
	padding: 25px;
	margin: 0;
	border-bottom: 2px solid #fafafa;
	display:table;
	width:100%;
	height:100%;
}
.shopping-cart-slide .cart-item:last-child {
	border-bottom:none;
}
.shopping-cart-slide .cart-item .cart-item-image{
	float:left;
}
.shopping-cart-slide .cart-item .cart-item-image img{
	width: 50px;
	height: auto;
}
.shopping-cart-slide .cart-item .cart-item-info{
	margin-left: 10px;
	float: left;
}
.shopping-cart-slide .cart-item .cart-item-info > p{
	margin-bottom: 0;
}
.shopping-cart-slide .cart-item .cart-item-info .item-name{
	width:100%;
	font-size: 11px;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing:1px;
}
.shopping-cart-slide .cart-item .item-quantity {
	margin-top:10px;
}
.shopping-cart-slide .cart-item .item-quantity input.qtyminus {
	font-size:18px;
	line-height:0;
}
.shopping-cart-slide .cart-item .cart-item-price{
	margin-right: 0px;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	background: transparent;
	font-size: 13px;
	color:#000;
	letter-spacing:1px;
}
.shopping-cart-slide .cart-item .cart-item-remove{
	display:table-cell;
	vertical-align:middle;
	font-size: 13px;
	margin-right: 10px;	
}
.shopping-cart-slide .cart-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	color:#000;
	font-weight:400;
}
.shopping-cart-slide .cart-footer .text {
	color:#000;
}
.shopping-cart-slide .cart-footer .cart-sub {
	width: 100%;
	padding: 20px 40px 40px;
	background: #fafafa;
	border-bottom: 1px solid #eee;
}
.shopping-cart-slide .cart-footer .cart-sub.grand-total {
	border-bottom: none;
}
.shopping-cart-slide .cart-footer .cart-sub > div {
	width: 50%;
	float: left;
	font-size:13px;
	letter-spacing:1px;
}
.shopping-cart-slide .cart-footer .cart-order-links > button, .shopping-cart-slide .cart-footer .cart-order-links > a {
	width: 50%;
	float: left;
	padding: 15px 40px;
}
.shopping-cart-slide .cart-footer .cart-order-links > a.btn.shopping-cart-trigger {
	background-color: #eee !important;
	color: #000 !important;
	text-transform: uppercase;
	border-color: #eee !important;
}
.shopping-cart-slide .cart-footer .cart-order-links > a.btn.button-checkout {
	background-color: #000 !important;
	color: #fff !important;
	text-transform: uppercase;
	border-color: #000 !important;
}
.shopping-cart-slide .cart-footer .cart-sub-amount {
	text-align: right;
}
.shopping-cart-slide .cart-footer .cart-coupon input {
	background: transparent;
	border: 0;
	padding: 1px;
	height: 18px;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.shopping-cart-slide .cart-footer .cart-coupon input:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.shopping-cart-slide .cart-footer .cart-coupon .btn {
	background-color: transparent!important;
	border: 0 !important;
	padding: 0;
	height: 18px;
	font-size:16px;
	color:#000;
}	
.shopping-cart-slide .cart-footer .cart-sub.grand-total > div {
	color: #000;
}
@media (max-height: 600px) {
	.shopping-cart-slide .cart-items {
		max-height: 162px;
	}
	.shopping-cart-slide .cart-sub:not(.grand-total) {
		display:none;
	}
}



/* Footer CTA */
.footer.footer-no-copyright {
	padding: 20px 0 30px;;
}
.footer-cta > .container {
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
}
.footer-cta h3 {
	font-family: 'Roboto Condensed' sans-serif;
	text-transform: uppercase;
	color: #eee;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 30px;
}
.footer-centred img.footer-logo {
	width: 90%;
	height: 22px;
}
.footer-centred .col-md-2 .row-1 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	min-height: 24px;
}
.footer-centred .col-md-2.social-icons i {
	margin-right: 5px;
}
.footer-centred .col-md-2 .row-2 {
	margin-top: 15px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-centred .col-md-2 .page-links {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
}
.footer-centred {
	color: #aaa;
}


/********************************************************************
 One Pager
********************************************************************/
.one-page-menu .section {
	padding-top: 50px;
}
a.jump.jump-slider {
	font-size:50px;
	background-color: #fff; 
	padding: 0 20px;
	opacity: 0.7;
	color: #333;
}
a.jump.jump-slider-dark {
	font-size:50px;
	background-color: #000; 
	padding: 0 20px;
	opacity: 0.7;
	color: #fff;
}
a.jump.jump-slider:hover,
a.jump.jump-slider-dark:hover {
	opacity: 1;
}
.one-pager.push {
	padding-top: 100px;
}
.one-page-intro-jump {
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	text-align:center;
	animation: bobble 2s infinite;
	-webkit-animation: bobble 2s infinite;
}
.one-page-intro-jump .intro-center {
	display:inline-block;
}
@keyframes bobble {
    0% {
        bottom:15px;
        animation-timing-function: ease-in;
		-webkit-animation-timing-function: ease-in;
    }
    50% {
        bottom:25px;
        animation-timing-function: ease-out;
		-webkit-animation-timing-function: ease-out;
    }
    100% {
        bottom:15px;
        animation-timing-function: ease-in;
		-webkit-animation-timing-function: ease-in;
    }
}

/* ==========================================================================
   Page Top - Breadcrumbs
============================================================================= */

.page-top-dark,
.page-top-light {
	background-color: #000;
	margin-bottom: 200px;
	padding: 100px 0;
	position: relative;
	text-align: left;
}
.page-top-big {
	padding:200px;
}
.page-top-light {
	background-color: #fafafa;
}
.page-top-dark.no-breadcrumb-top,
.page-top-light.no-breadcrumb-top {
	border-bottom: none;
	margin-bottom: 0;
}
.page-breadcrumb-light,
.page-breadcrumb-dark {	
	padding: 20px 0;
}
.page-breadcrumb-light.pbc-bottom,
.page-breadcrumb-dark.pbc-bottom {
	margin-bottom: 200px;
}
.page-breadcrumb-light {
	background-color: #f6f6f6;
}
.page-breadcrumb-dark {
	background-color: #222;
}
.no-page-top {
	margin-bottom: 100px;
}
.page-breadcrumb-light ul.breadcrumb,
.page-breadcrumb-dark ul.breadcrumb,
.page-top-light ul.breadcrumb,
.page-top-dark ul.breadcrumb {
	background: none;
	margin: 3px 0;
	padding: 0;
	font-size:12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed' sans-serif;
}
.page-top-dark ul.breadcrumb a,
.page-breadcrumb-dark ul.breadcrumb a {
	color:#ccc;
}
.page-top-dark ul.breadcrumb > .active,
.page-breadcrumb-dark ul.breadcrumb > .active {
	color:#999;
}
.page-top-light  ul.breadcrumb a,
.page-breadcrumb-light  ul.breadcrumb a {
	color:#000;
}
.page-top-dark ul.breadcrumb > li,
.page-top-light ul.breadcrumb > li,
.page-breadcrumb-light ul.breadcrumb > li, 
.page-breadcrumb-dark ul.breadcrumb > li {
	text-shadow: none;
	font-weight:400;
	letter-spacing: 2px;
}
.page-top-dark .page-title,
.page-top-light .page-title {
	color: #FFF;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 80px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.page-subtitle {
	margin:10px 0 0;
	letter-spacing:1px;
}
.page-top-dark .page-subtitle {
	color: #999;
}
.page-top-light .page-subtitle,
.page-top-light .page-title {
	color: #000;
}
.header-inline {
	display: table;
	width:100%;
	height:100%;
}
.header-inline-content {
	display: table-cell;
	vertical-align: middle;
	padding-right:25px;
}
.header-inline-content.header-inline-breadcrumb {
	width:30%;
}
.header-inline-content:last-child {
	text-align: right;
	padding-right:0;
}
.header-inline-content:last-child .page-subtitle {
	margin: 0;
}

/* ==========================================================================
   Page Custom Headers
============================================================================= */

section.page-custom-header {
	padding: 100px 0;
	margin-top: 0;
}
section.page-custom-header.page-top-big {
	padding: 200px 0;
	margin-top: 0;
}
section.page-custom-header.with-overlay {
	padding: 0;
}
section.page-custom-header.with-overlay .section-overlay,
section.page-custom-header.with-overlay .section-overlay-light {
	padding: 100px 0;
}
section.page-custom-header.page-top-big.with-overlay .section-overlay,
section.page-custom-header.page-top-big.with-overlay .section-overlay-light {
	padding: 200px 0;
}


/* ==========================================================================
   Sidebars
============================================================================= */

ul.category-list {
	margin:0px; 
	padding-left: 0px;
}	
ul.category-list li {
	border-bottom: 1px solid #f6f6f6;
	padding:10px 0;
}
ul.category-list-dark li {
	border-color:#222;
}
ul.category-list li a {
	font-size:12px;
	text-transform:uppercase;
}
ul.category-list li a:before {
	font-family:'ElegantIcons';
	content: "\35";
	margin-right: 10px;
}
ul.category-list li:first-child { 
	padding-top: 0px; 
}
ul.category-list li:last-child { 
	padding-bottom: 0px; 
	border-bottom:none; 
}
ul.category-list li i {
	padding-right: 5px; 
}
ul.category-list-dark a {
	color:#ddd;
}
ul.category-list-dark a:hover {
	color:#fff;
}
.theme-form .form-control{
	border-radius: 0px;
}

/*Sidebar Links*/

.sidebar-border-right {
	border-right: 1px solid #f6f6f6;
}
.sidebar-border-left {
	border-left: 1px solid #f6f6f6;
	text-align: right;
	padding-left: 0;
}
.sidebar-links ul.category-list li a:before {
	display:none;
}
.sidebar-links ul li {
	border-bottom: 1px solid #f6f6f6;
}
.sidebar-links ul li:first-child {
	border-top: 1px solid #f6f6f6;
	padding-top: 10px;
}
.sidebar-links ul li:last-child {
	border-bottom: 1px solid #f6f6f6;
	padding-bottom: 10px;
}
.sidebar-links ul li a {
	color: #aaa;
	font-size:12px;
	text-transform:uppercase;
}
.sidebar-links ul li a:hover,
.sidebar-links ul li.active a{
	color: #000;
}
.sidebar-border-right.sidebar-links-dark,
.sidebar-border-left.sidebar-links-dark,
.sidebar-border-left.sidebar-links-dark,
.sidebar-links-dark ul.category-list li a:before,
.sidebar-links-dark ul li,
.sidebar-links-dark ul li:first-child,
.sidebar-links-dark ul li:last-child {
	border-color: #191919;
}
.sidebar-links-dark ul li a {
	color:#ddd;
}
.sidebar-links-dark ul li a:hover,
.sidebar-links-dark ul li.active a{
	color: #fff;
}

/* ==========================================================================
   Sticky Element
============================================================================= */

.stickTop {
	position:fixed;
	top:80px;
	z-index:9999;
}
.main-nav label.menu-label {
	float:right;
	color:#fff;
	text-transform: uppercase;
	font-size: 11px;
	padding-left:5px;
	padding-right:5px;
	height:20px;
	line-height:22px;
	margin: -3px 0 0;
}
.main-nav.nav-highlight label.menu-label {
	margin-top:-2px;
}

/********************************************************************
 SiteMap
********************************************************************/

.sitemap-container {
	margin:0 -50px 0;
	padding:0;
	list-style:none;
	display:table;
}
.sitemap-container .sitemap-cell {
	width:24.8%;
	padding:50px;
	display:inline-block;
	vertical-align:top;
}
.sitemap-container .sitemap-cell .heading {
	letter-spacing:5px;
	line-height:200%;
	text-transform:uppercase;
	font-weight:400;
	margin: 0 0 50px;
}
.sitemap-container .sitemap-cell li>a {
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #f6f6f6;
}
.sitemap-container .sitemap-cell li:last-child>a {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

/********************************************************************
 Custom Form Validation
********************************************************************/

#errors {
   padding:0;
}
#errors p {
	margin:0;
}
#errors li {
    list-style-type: none;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
#error {
    border-left: 5px solid #a94442;
    padding-left: 15px;
}
#error li {
    list-style-type: none;
}
#error li:before {
    content: '\b7\a0';
}

/*Footer Help Blocks*/

.footer form .form-group.has-error .help-block {
	color: #f07373;
}
.footer.footer-theme form .form-group.has-error .help-block {
	color: #ae0000;
}
.footer.footer-light form .form-group.has-error .help-block {
	color: #a94442;
}

/*form-md & form-big Feedback Icons*/

.form-md .has-feedback .form-control-feedback {
    right: 0;
}
.form-big .has-feedback .form-control-feedback {
    right: 0;
}
.form-md .feedback-text-area.has-feedback .form-control-feedback,
.form-big .feedback-text-area.has-feedback .form-control-feedback {
    right: 0;
}
.form-md .feedback-text-area.has-feedback.has-success .form-control-feedback,
.form-big .feedback-text-area.has-feedback.has-success .form-control-feedback {
    right: 0;
}

.form-group.captcha label {
    margin-top: 10px;
}
.form-group.captcha i.form-control-feedback {
    margin-right: 15px;
}
.form-group.captcha i.form-control-feedback.glyphicon-ok {
    top: 0px;
}


/*Form Response Message*/

.form-response {
	display:none;
	padding:15px;
}
.form-response.success {
	color: #468847;
	border: 1px solid #468847;
}
.form-response.error {
	color: #b94a48;
	border: 1px solid #b94a48;
}
/*Form Loader*/
.form-loader {
	display:none;
	padding-left: 10px;
}

/********************************************************************
 Vertically Centred Divs
********************************************************************/

@media (min-width:992px) {
	.vertical-center-box {
		display: -webkit-box;
		-webkit-box-align: center;
		display: flex;
		-moz-box-align: center;
		display: -ms-flexbox;
		-ms-flex-align: center;
		display: box;
		box-align: center;
		-webkit-align-items: center;
		align-items: center;	
	}
}
@media (min-width:768px) and (max-width:991px) {
	.vertical-center-box-tablet {
		display: -webkit-box;
		-webkit-box-align: center;
		display: flex;
		-moz-box-align: center;
		display: -ms-flexbox;
		-ms-flex-align: center;
		display: box;
		box-align: center;
		-webkit-align-items: center;
		align-items: center;	
	}
}

/********************************************************************
 Parallax Full-Screen Image + Video + Content
********************************************************************/

.parallax-bg .bg {
	background-image:url(../images/nyc.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	position:fixed;
	z-index:-1;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.full-screen-page .parallax-bg .bg {
	position: inherit;
}
.parallax-bg .parallax-container {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.parallax-bg .parallax-content {
	max-width: 450px;
	margin: -150px auto 0 auto;
	display: table-cell;
	vertical-align: middle;
	color: #ebebeb;
	padding: 0 8%;
}
.bg-overlay {
	background-color: rgba(0,0,0,0.6);
}

/*Full-Screen Video Background*/

.video-background video#video-background {
	position: fixed;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto; 
	background-position:center;
	z-index:-1;
}

.parallax-bg.video-background .parallax-container {
	position: absolute;
}

/********************************************************************
 Widgets
********************************************************************/

/*Contact*/

.contact {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:13px;
}
.contact li {
	margin-bottom:15px;
}
.contact li:last-child {
	margin-bottom:0;
}
.contact i {
	display: block;
	float: left;
	font-size: 1.2em;
	width: 16px;
}
.contact span {
	display: block;
	padding-left: 25px;
	font-size:14px;
}

/*Spam*/

.spam {
	font-size: 12px;	
}

/*Flickr*/

.flickr_badge_image {
	margin:0px;
	display:inline;
}
.flickr_badge_image img {
	width: 33.33%;
	height: auto;
}
#flickr_badge_wrapper {
	width:100%;
}

/*Instagram*/

#widget-instagram img {
	width:33.33%;
}

/*Dribbble*/

ul.shots {	list-style:none;		padding:0;		margin:0;}ul.shots li{	display:inline;}ul.shots img {	width:33.33%;}

/* Latest Projects */

.latest-projects li {
	width:33.33%;
	display:block;
	float:left;
}
.latest-projects li:hover {
	opacity:0.5;
}

/*Popular Posts & Comments*/

.popular-posts, .popular-comments { 
	margin: 0px; 
	padding: 0px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.popular-posts li, .popular-comments li {
	list-style: none; 
	margin: 0 0 30px; 
	clear: both;
	display: block;
	min-height: 60px;
}
.popular-posts li:last-child, .popular-comments li:last-child {
	margin:0;
}
.popular-posts li p{
	font-style: italic;
	font-size: 10px;
	font-weight:400;
}
.popular-posts li img, .popular-comments li img {
	float: left; 
	margin-right: 10px; 
	width: 60px; 
	height: 60px;
}
.popular-comments a {
	color: #000;
	font-size: 12px;
}
.popular-comments p {
	font-style: italic;
	font-size:10px;
}
.popular-posts.popular-dark, .popular-comments.popular-dark {
	color:#fff;
}
.popular-posts.popular-dark a, .popular-comments.popular-dark a {
	color:#ddd;
}
.popular-posts.popular-dark a:hover, .popular-comments.popular-dark a:hover {
	color:#fff;
}

/*Tags*/

.page-tags {
	border: 1px solid #eee;
	line-height:3.3;
	color:#000;
	padding:7.5px;
	letter-spacing:1px;
	font-weight:400;
}
a:hover .page-tags {
	background-color:#000;
	border-color:#000;
	color:#fff;
}

/*Dark Theme Tags*/

.page-tags-dark {
	border: 1px solid #fff;
	line-height:3.3;
	padding:7.5px;
	letter-spacing:1px;
	color:#fff;
	font-weight:400;
}
a:hover .page-tags-dark {
	background-color:#fff;
	border-color:#fff;
	color:#000;
}

/* ==========================================================================
   FullPage Jquery Scroll
============================================================================= */

.fp-section {
	background-size:cover !important;
	padding:50px;
}
.fp-tooltip {
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif !important;
	letter-spacing:1px;
	font-size:13px !important;
	color:#000 !important;
}
.fullpage-light  #fp-nav ul li a span,
.fullpage-light .fp-slidesNav ul li a span {
   background-color: #eee !important;
}
.fullpage-light .fp-tooltip {
	color:#eee !important;
}

/* ==========================================================================
   Portfolio
============================================================================= */

/*Filter Style*/

.portfolioFilter {
	margin-bottom:40px;
}
.portfolioFilter a {
	margin: 10px;
	display: inline-block;
	padding: 5px 10px;
	color: #999;
	font-size:13px;
	border-bottom: 1px solid transparent;
	text-transform:uppercase;
	letter-spacing:1px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.portfolioFilter a:hover,
.portfolioFilter a:active,
.portfolioFilter a:focus {
	border-bottom:1px solid #999;
}
.portfolioFilter a.current {
	color:#000;
	border-bottom: 1px solid #000;
}
.text-light .portfolioFilter a,
.text-light.portfolioFilter a {
	color:#ccc;
}
.text-light .portfolioFilter a:hover,
.text-light .portfolioFilter a:active,
.text-light .portfolioFilter a:focus,
.text-light.portfolioFilter a:hover,
.text-light.portfolioFilter a:active,
.text-light.portfolioFilter a:focus {
	color:#ccc;
	border-bottom-color: #ccc;
}
.text-light .portfolioFilter a.current,
.text-light.portfolioFilter a.current {
	color: #fff;
	border-bottom-color: #fff;
}
.col-2 figure,
.col-3 figure,
.col-4 figure {
	margin-bottom: 30px;
}

/* Common style */

ul.portfolio {
	margin:0;
}
.portfolio figure {
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
	text-align: center;
	cursor: pointer;
	letter-spacing:1px;
}
.portfolio figure img {
	position: relative;
	display: block;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility:hidden;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	filter:none;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
.portfolio figure figcaption {
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: 'Roboto Condensed', sans-serif;
}
.portfolio figure figcaption::before,
.portfolio figure figcaption::after {
	pointer-events: none;
}
.portfolio figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.portfolio figure h3,.portfolio figure h4,
.portfolio figure h5 {
	word-spacing: -3.6px;
	font-weight: 300;
}
.portfolio figure h1,
.portfolio figure h2,
.portfolio figure h3,
.portfolio figure h4,
.portfolio figure h5,
.portfolio figure p {
	margin: 0;
}
.portfolio figure .text {
	letter-spacing: 1px;
}
.portfolio figure a.portfolio-icon,
.portfolio figure .text,
.portfolio figure .tags,
.portfolio figure .title,
.portfolio figure .title a {
	color: #000;
}
.portfolio figure .effect-icon {
	font-size: 200%;
	color: #000;
	display: block;
	margin-top: 5px;
}
.fig-caption-center {
	display: table;
	width: 100%;
	height: 100%;
}
.fig-content-center {
	display: table-cell;
	vertical-align: middle;
}
.portfolio.portfolio-dark figure {
	background: #000;
}
.portfolio.portfolio-dark figure a,
.portfolio.portfolio-dark figure a.portfolio-icon,
.portfolio.portfolio-dark figure .text,
.portfolio.portfolio-dark figure .tags,
.portfolio.portfolio-dark figure .title,
.portfolio.portfolio-dark figure .title a,
.portfolio.portfolio-dark figure .effect-icon {
	color: #fff;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure figcaption > a {
	z-index: 100;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

/* Effect 1 - Light */

.portfolio.effect-1 figure figcaption {
	background-color: transparent;	
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}
.portfolio.effect-1 figure figcaption::before,
.portfolio.effect-1 figure p {
	opacity: 0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.portfolio.effect-1 figure p {
	display: table-cell;
	vertical-align: middle;
	font-size:80%;
}
.portfolio.effect-1 figure:hover figcaption {
	background-color: rgba(255,255,255,0.8);
}
.portfolio.effect-1 figure:hover figcaption::before,
.portfolio figure:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);	
}
.portfolio.effect-1 figure span a.portfolio-icon {
	font-size: 200%;
	display: inline-block;
	margin: 10px 5px;
}
.portfolio.effect-1 figure span.tags {
	display: inline-block;
	margin: 10px 5px;
}
.portfolio.effect-1 figure span.title,
.portfolio.effect-1 figure span.title a {
	display: block;
	margin: 10px 5px;
	font-size: 115%;
	font-weight: bold;
}

/* Effect 1 - Dark */

.portfolio-dark.portfolio.effect-1 figure:hover figcaption {
	background-color: rgba(0,0,0,0.7);
}

/* Effect-2 */

.portfolio.effect-2 figure img {
	max-width: none;
	width: 100%;
}
.portfolio.effect-2 figure figcaption {
	text-align: left;
	background-color:rgba(255,255,255,0.4);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.portfolio.effect-2 figure:hover figcaption {
	background-color:transparent;
}
.portfolio.effect-2 figure figcaption > div {
	position: absolute;
	bottom: 1em;
	left: 0;
	padding: 2em;
	width: 100%;
}
.portfolio.effect-2 figure .title {
	position:absolute;
	bottom:10px;
}
.portfolio.effect-2 figure .title {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	font-size:170%;
}
.portfolio.effect-2 figure .text {
	font-size: 100%;
	font-weight: bold;
	letter-spacing:2px;
	opacity: 0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	position:absolute;
	bottom:0;
}
.portfolio.effect-2 figure:hover .text {
	opacity: 1;
}
.portfolio.effect-2 figure:hover .title {
	bottom:30px;
}
.container .portfolio.effect-2.grid-5 figure:hover .title {
	bottom:50px;
}
.portfolio.effect-2 figure:hover .text {
	-webkit-transition-delay: 0.05s;
	-moz-transition-delay: 0.05s;
	-0-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	bottom:10px;
}

/* Grid-4, Grid-5 */

.grid-4.portfolio.effect-2 figure .title,
.grid-5.portfolio.effect-2 figure .title {
	font-size:120%;
}
.grid-4.portfolio.effect-2 figure .text,
.grid-5.portfolio.effect-2 figure .text {
	font-size: 80%;
}

/* Effect 2 - Dark */

.portfolio-dark.portfolio.effect-2 figure figcaption {
	background-color:transparent;
}
.portfolio-dark.portfolio.effect-2 figure:hover figcaption {
	background-color:transparent;
}

/* Effect-3 */

.portfolio.effect-3 figure img {
	width:100%;
	height:100%;	
}
.portfolio.effect-3 figure figcaption {
	padding: 3em;
	background-color: rgba(255,255,255,0.6);
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.portfolio.effect-3 figure.effect-3-hover figcaption {
	background-color: transparent;
}
.portfolio.effect-3 figure:hover figcaption {
	background-color: rgba(255,255,255,0.9);
}
.portfolio.effect-3 figure figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #000;
	content: '';
}
.portfolio.effect-3 figure .title {
	font-size: 150%;
	letter-spacing: 1px;
}
.portfolio.effect-3 figure .text {
	font-size: 80%;
	position: absolute;
	left:3em;
	right:3em;
}
.portfolio.effect-3 figure figcaption::before,
.portfolio.effect-3 figure .text,
.portfolio.effect-3 figure.effect-3-hover .title {
	opacity: 0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.portfolio.effect-3 figure:hover figcaption::before,
.portfolio.effect-3 figure:hover .text,
.portfolio.effect-3 figure.effect-3-hover:hover .title {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.portfolio.effect-3 figure.effect-3-hover .text {
	position: inherit;
}

/* Grid-4, Grid-5 */

.portfolio.effect-3.grid-4 figure .title,
.portfolio.effect-3.grid-5 figure .title {
	font-size:100%;
}
.portfolio.effect-3.grid-4 figure .text,
.portfolio.effect-3.grid-5 figure .text {
	font-size:65%;
}
.portfolio.effect-3.grid-4 figure figcaption::before,
.portfolio.effect-3.grid-5 figure figcaption::before {
	top:15px;
	bottom:15px;
	left:15px;
	right:15px;
}

/* Effect 3 - Dark */

.portfolio.effect-3.portfolio-dark figure figcaption::before {
	border: 1px solid #fff;
}
.portfolio-dark.portfolio.effect-3 figure figcaption {
	background-color: rgba(0,0,0,0.4);
}
.portfolio-dark.portfolio.effect-3 figure.effect-3-hover figcaption {
	background-color: transparent;
}
.portfolio-dark.portfolio.effect-3 figure:hover figcaption {
	background-color: rgba(0,0,0,0.8);
}

/* Effect 4 */

.portfolio.effect-4 figure {
	overflow:hidden;
}
.portfolio.effect-4 figure img {
	max-width: none;
	width: 115%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	position:relative;
	left:-30px;
}
.portfolio.effect-4 figure:hover img {
	left:0;
}
.portfolio.effect-4 figure .title {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
	font-size: 200%;
	text-align: right;
}
.portfolio.effect-4 figure .text {
	padding: 0 10px 0 0;
	margin: 20px 0 0 20px;
	width: 50%;
	border-right: 1px solid #000;
	text-align: right;
	opacity: 0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	position:absolute;
	left:-40px;
}
.portfolio.effect-4 figure:hover .text {
	opacity: 1;
	left:0;
}
.portfolio.effect-4 figure figcaption {
	background-color: transparent;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.portfolio.effect-4 figure:hover figcaption {
	background-color: rgba(255,255,255,0.7);
}

/* Grid-4, Grid-5 */

.portfolio.effect-4.grid-4 figure .title,
.portfolio.effect-4.grid-5 figure .title {
	padding:0.5em;
	font-size: 150%;
}
.portfolio.effect-4.grid-4 figure .text,
.portfolio.effect-4.grid-5 figure .text {
	font-size:85%;
}

/* Grid-4, Grid-5 - Gutters */

.portfolio.effect-4.grid-4.grid-gutter figure .title,
.portfolio.effect-4.grid-5.grid-gutter figure .title,
.portfolio.effect-4.grid-4.grid-gutter-big figure .title,
.portfolio.effect-4.grid-5.grid-gutter-big figure .title {
	padding:0.5em;
	font-size: 130%;
}
.portfolio.effect-4.grid-4.grid-gutter figure .text,
.portfolio.effect-4.grid-5.grid-gutter figure .text,
.portfolio.effect-4.grid-4.grid-gutter-big figure .text,
.portfolio.effect-4.grid-5.grid-gutter-big figure .text {
	font-size:75%;
}

/* Effect 4  - Dark */

.portfolio.effect-4.portfolio-dark figure .text {
	border-right: 1px solid #fff;
}
.portfolio-dark.portfolio.effect-4 figure:hover figcaption {
	background-color: rgba(0,0,0,0.6);
}

/* Portfolio Grids */

.portfolio.grid-2 .item {
	width: 50%;
}
.portfolio.grid-3 .item {
	width: 33.33%;
}
.portfolio.grid-4 .item {
	width: 25%;
}
.portfolio.grid-5 .item {
	width: 20%;
}
.portfolio.grid-2.grid-gutter,
.portfolio.grid-3.grid-gutter,
.portfolio.grid-4.grid-gutter,
.portfolio.grid-5.grid-gutter {
	margin: -5px;
}
.portfolio.grid-2.grid-gutter li.item,
.portfolio.grid-3.grid-gutter li.item,
.portfolio.grid-4.grid-gutter li.item,
.portfolio.grid-5.grid-gutter li.item {
	padding: 5px;
}
.portfolio.grid-2.grid-gutter-big,
.portfolio.grid-3.grid-gutter-big,
.portfolio.grid-4.grid-gutter-big,
.portfolio.grid-5.grid-gutter-big {
	margin: -15px;
}
.portfolio.grid-2.grid-gutter-big li.item,
.portfolio.grid-3.grid-gutter-big li.item,
.portfolio.grid-4.grid-gutter-big li.item,
.portfolio.grid-5.grid-gutter-big li.item {
	padding: 15px;
}

/* Single Portfolio Page */

.project-single h2 {
	padding-top: 15px;
	color: #497ad2;
}
.project-info {
	padding-top: 15px;
}
.project-info h5 {
	padding-top: 10px;
}
.project-info p {
	font-size: 13px;
	color: #497ad2;
}
.project-info .btn {
	margin-top: 10px;
}
.project-info li {
	font-size: 13px;
	color: #497ad2;
}
.project-info hr {
	margin-bottom: 5px;
	margin-top: 20px;
}
.project-info-box {
	 background-color:#f9f9f9; 
	 border:1px solid #eee; 
	 padding: 15px; 
	 margin-top:20px;	
}

/* ==========================================================================
   Blog
============================================================================= */

.item:hover .blog-item img {
	opacity: 1;
}
.blog-item {
	margin: 100px 0 0;
}
.blog-item .blog-content,
.blog-item .blog-image {
	margin: 0;
}
.blog-item .blog-info {
	margin: 0 7.5px;
	display: inline-block;
	line-height: 150%;
}
.blog-item .blog-info .icon {
	margin-right: 5px;
}
img.blog-author {
	margin-bottom:30px;
}

/* Style 1 */

.blog-item.style-1 .blog-content .date {
	border-left: 3px solid #000;
	padding-left: 10px;
}
.blog-item.style-1 .blog-content .date,
.blog-item.style-1 .blog-content .title,
.blog-item.style-1 .blog-content .info {
	margin:0 0 25px;
}

/* Style 2 */

.blog-item.style-2 {
	overflow:hidden;
	margin: 100px 0 0;
}
.blog-item.style-2 .blog-content,
.blog-item.style-2 .blog-image {
	margin-bottom: -99999px;
    padding-bottom: 99999px;
} 
.blog-item.style-2 .blog-content {
	background-color: #fff;
}
.blog-item.style-2 .blog-content .blog-infos,
.blog-item.style-2 .blog-content .blog-title {
	margin: 0 0 25px;
}
.blog-item.style-2 .blog-inner-content {
	padding: 30px;
}
.blog-item.style-2 .blog-title {
	background-color: #000;
	padding: 15px;
	color: #fff;
	display:inline-block;
}

/* Style 3 */

.blog-item.style-3 {
	margin:0;
}
.blog-item.style-3 .blog-image {
	margin: 0;
}
.blog-item.style-3 .blog-content {
	background-color: #fff;
	border-color:#fff;
	margin:0;
	padding: 50px;
	position: relative;
}
.blog-item.style-3 .blog-content:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: inherit;
	border-width: 15px;
	margin-left: -15px;
}
.blog-item.style-3 .blog-content.content-top:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: inherit;
	border-width: 15px;
	margin-left: -15px;
}
.blog-item.style-3 .blog-infos,
.blog-item.style-3 .blog-title {
	margin: 0 0 25px;
}

/*Blog Feature - Stacked Icons*/

.blog-feature {	
	margin: 10px;
}	
.blog-feature .blog-feature-text {
	padding-left: 90px;	
	top: 0;
	text-align: left;
	color: #333;
}
.blog-feature.blog-feature-small .blog-feature-text {
	padding-left: 80px;
}
.blog-feature.blog-feature-large .blog-feature-text {
	padding-left: 110px;
}
.blog-feature .post-title {
	margin-top: 0;
	padding-bottom: 0;
}
.calendar-text { 
	margin-top: 4px; 
}
.stacked-title {
	font-weight:600;
}
.stacked-icons {
 	text-align: center;
  	color: #fff;
  	float: left;
  	background-color: #497ad2;
  	display: inline-block;
  	padding: 20px 10px 15px;
}
.stacked-icons-dark {
	background-color:#222;
}
.stacked-title-dark a {
	color:#333;
}
.stacked-icons-light {
	background-color:#eee;
	color:#333;
}
.blog-feature-small .stacked-icons {
	padding-bottom: 0;
}
.blog-feature-large .stacked-icons {
	padding: 20px 10px 25px;
}
.fa-stack { 
	margin-bottom: 40px; 
}

/* ==========================================================================
   Shop
============================================================================= */

body.shop-body {
	background-color: #fafafa;
}

/*Shop View Selection*/

.shop-view {
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 100px;
}
.shop-view ul.view-list {
	margin: 0;
	text-align: center;
	padding: 0;
}
.shop-view ul.view-list li {
	display: inline-block;
	list-style: none;
	font-style: 'Roboto Condensed', sans-serif !important;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px; 
	font-weight:bold;
	margin: 5px 0;
}
.shop-view ul.view-list li .title {
	color: #000;
	font-size: 13px;
	padding-right:10px;
	margin: 0;
}
.shop-view ul.view-list li a {
	color: #000;
	padding: 5px 10px 5px 11px;
	text-align: center;
}
.shop-view ul.view-list li a.active {
	color: #fff;
	background-color: #000;	
	font-weight:normal;
}
.shop-view.dark {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	background-color: #000;
}
.shop-view.dark ul.view-list li .title {
	color: #ddd;
}
.shop-view.dark ul.view-list li a {
	color: #fff;
}
.shop-view.dark ul.view-list li a.active {
	color: #000;
	background-color: #fff;	
}

/*Front Page*/

.product .product-thumbnail {
	border:none;
	margin: 50px auto 20px;
	width:100%;
	height:auto;
	overflow:hidden;
}
.product .product-thumbnail .product-info {
	padding: 0 15px;
} 
.product-info {
	margin-bottom: 50px;
	text-align: center
}
.product-info h3 {
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 15px;
}
.product-info h6 {
	margin:0;
	font-style: 'Roboto Condensed', sans-serif;
}
.product-info .price {
	font-size:15px;
}
.product-info .label {
	font-size: 11px;
	font-weight:bold;
	padding:5px 10px;
}
strike.sale-strike {
	color: #999;
	font-size: 14px;
}
.product a {
	color: #000;
}
.product-image {
	position: relative;
}
.product-image img {
	opacity:1;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility:hidden;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	filter:none;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
.product-image:hover img,
.content-grid.grid-hover.product > li:hover .product-image img {
	opacity: 0.5;
}
.product-image img.out-of-stock {
	opacity:0.5;
}
.thumbnail-btns {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: table;
	overflow:hidden;
}
.product-image .thumbnail-btns a {
	opacity:0;
	color: #fff;
	display:table-cell;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	position:relative;
	bottom:-30px;
	width:50%;
}
.product-image:hover .thumbnail-btns a {
  	opacity: 1;
	bottom:0;
}

/*Sale, New, Top Labels*/

.label-tags {
	position: absolute;
	left:15px;
	top: 15px;
	padding: 10px;
	font-size: 11px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	z-index: 10;
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
}
.label-out-of-stock {
	color: #999;
	border: 1px solid #999;
}

/* Product - Version 2*/

.product-v2 .product-thumbnail {
	position:relative;
}
.product-v2 .label-tags {
	left:inherit;
	right:15px;
}
.product-v2 .label-price {
	position:absolute;
	font-size:20px;
	color:#000;
	z-index:10;
	left: 15px;
	top: 15px;
	letter-spacing: 1px;
	line-height:1;
	font-family: 'Roboto Condensed', sans-serif;
	display:table;
}
.product-v2 .label-price .currency {
	font-size:15px;
	display:table-cell;
	vertical-align:top;
}
.product-v2 .label-price.price-out-of-stock {
	color:#999;
}
.product-v2 .product-thumbnail img {
	display:block;
	position:relative;
}
.product-v2 .product-image:hover img {
	opacity: 0.3;
}
.product-v2 .product-image img.out-of-stock {
	opacity:0.3;
}
.product-v2 .product-more {
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-moz-transition: opacity 0.35s, transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.product-v2 .product-thumbnail:hover .product-more {
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.product-v2 .product-link {
	display:table;
	width:100%;
	height:100%;
}
.product-v2 .link-content {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

/*Filters*/

.showing-title {
	color: #777;
}
.showing-num {
	position:absolute;
	top:0;
	right:15px;
}
.shop .no-color.panel-group .panel-heading+.panel-collapse>.panel-body {
	padding: 0 15px 20px;
	letter-spacing: 1px;
}
.shop .no-color.panel-group .panel-heading+.panel-collapse>.panel-body a {
	color: #000;
}
.shop .no-color.panel-group .panel-heading+.panel-collapse>.panel-body .selection-active a {
	font-weight: bold;
}

.shop .checkbox label {
	font-size: 12px;
}
.shop .radio label {
	font-size: 12px;
}
.offers {
	border: 1px solid #497ad2;
	padding: 5px 10px 5px 10px;
	background-color: #497ad2;
}
.shop p {
	font-size: 12px;
}
.filters-colors {
	margin-bottom: 10px;
}
.filters-colors span {
	box-shadow: 1px 1px 1px #CCC;
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	margin-top: 10px;
	vertical-align: top;
	width: 20px;
	background-size: cover;
}
.multicolor-code {
	background: -moz-linear-gradient(-45deg, #f79999 0%, #9f98f7 17%, #f49af4 35%, #99edf7 50%, #99f59e 68%, #f5f49a 84%, #f7bb99 100%);
	background: -webkit-gradient(
					linear, left top, right bottom, 
					color-stop(0%,#f79999), color-stop(17%,#9f98f7), color-stop(35%,#f49af4), color-stop(50%,#99edf7), color-stop(68%,#99f59e), color-stop(84%,#f5f49a), color-stop(100%,#f7bb99));
	background: -webkit-linear-gradient(-45deg, #f79999 0%, #9f98f7 17%, #f49af4 35%, #99edf7 50%, #99f59e 68%, #f5f49a 84%, #f7bb99 100%);
	background: -o-linear-gradient(-45deg, #f79999 0%, #9f98f7 17%, #f49af4 35%, #99edf7 50%, #99f59e 68%, #f5f49a 84%, #f7bb99 100%);
	background: -ms-linear-gradient(-45deg, #f79999 0%, #9f98f7 17%, #f49af4 35%, #99edf7 50%, #99f59e 68%, #f5f49a 84%, #f7bb99 100%);
	background: linear-gradient(135deg, #f79999 0%, #9f98f7 17%, #f49af4 35%, #99edf7 50%, #99f59e 68%, #f5f49a 84%, #f7bb99 100%);
}
.filters-size a{
	display: inline-block;
	font-size: 11px;
	margin: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
}
.shop .no-color.panel-group .panel-heading+.panel-collapse>.panel-body .filters-size a.selection-active {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

/*Shop - Inner Page*/

.product-header {
	margin-bottom: 20px;
}
.thumbnail.shop .filters-colors {
	padding-bottom: 15px;
}
.thumbnail.shop .cart-btn, .thumbnail.shop .save-btn {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
.thumbnail.shop .save-btn {
	font-weight: normal;
}

/* Shop - Lightbox */ 

.shop-body .nivo-lightbox-theme-default .nivo-lightbox-image img {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.shop-body .nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: #fafafa;
}
.shop-body .nivo-lightbox-theme-default a.nivo-lightbox-close:before, .shop-body .nivo-lightbox-theme-default a.nivo-lightbox-close:after {
	background-color: #000;
}
.shop-body .nivo-lightbox-theme-default .nivo-lightbox-next {
    border-right: 2px solid #000; 
	border-bottom: 2px solid #000;
}
.shop-body .nivo-lightbox-theme-default .nivo-lightbox-prev {
    border-left: 2px solid #000; 
	border-top: 2px solid #000;
}

/*Shop Carousel*/

ul.shop-thumbnails {
	padding:0;
}
ul.shop-thumbnails li{
	display: inline-block;
	margin: 10px 5px;
}
ul.shop-thumbnails li a.thumb{
	display: block;
}
ul.shop-thumbnails li a.thumb img{
	opacity: 0.6;
	width:60px;
	height: auto;
}
ul.shop-thumbnails li:hover a.thumb img,
ul.shop-thumbnails li a.thumb.thumb-active img{
	opacity: 1;
}

/*Counter Button*/
#myform .btn {
	padding: 1px 6px;
}
.qty {
	width: 40px;
	height: 31px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif; 
	border:1px solid #eee;	
}
input.qtyminus,
input.qtyplus {  
	background-color: #eee;
	color: #000;
	border: 1px solid #e6e6e6;
	width:31px;
	height:31px;
}
input.qtyminus {
	margin-right:-3.5px;
	margin-top:-1px;
	border-right:none;
	font-size:18px;
	line-height:0;
}
input.qtyplus {
	margin-left:-3.5px;
	margin-top:-1px;
	border-left:none;
	font-size:14px;
	line-height:0;
}
.table-cart input.qtyminus,
.table-cart input.qtyplus {
	margin-top:-3px;
}
input.qtyminus:hover,
input.qtyplus:hover { 
	background-color: #000;
	border-color: #000;
	color:#fff;
}

/*Product Information*/

tr.shop-first-row td:first-child, tr.shop-first-row td:last-child{
	border-top: none;
}
.shop-table tr td:last-child {
	width: 100%;
	padding-left: 20px;
}
.table.shop-table {
	width: auto;
	max-width: auto;
}

/*Sidebar Products*/
.sidebar-products .owl-carousel .item {
	color: #333;
}
.sidebar-products h5 {
	margin-top: 20px;
}
.sidebar-products .name a{
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
.sidebar-products .name{
	margin: 5px 0;
}
.sidebar-products h5.price {
	margin: 5px 0 20px;
}
.sidebar-products h5.price > span {
	color: #497ad2;
	font-weight: bold;
	padding-left: 2px;
}

/*Shopping Cart*/

.cart .btn.btn-back i {
	font-size:14px;	
}
.table-responsive.cart-responsive {
	overflow-x:inherit;
}
table.table-cart {
	border-collapse: collapse;
	text-align:center;
	border: 1px solid #eee;
}
table.table-cart > tbody > tr:first-child {
	border-bottom:1px solid #eee;
}
table.table-cart > tbody > tr:first-child > th {
	padding: 15px 15px 15px 30px;
}
table.table-cart > tbody > tr > th {
	text-align:center;
	border-top:none;
	text-transform:uppercase;  
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 13px
}
table.table-cart > tbody > tr > td {
	vertical-align:middle;
	font-size:13px;
	border-top:none;
	font-weight: 400;
}
table.table-cart {
	margin-bottom:0;
}
table.table-cart > tbody > tr > th:first-child {
	text-align:left;
}
.cart-item-details {
	max-width: 150px;
	margin-right: 7px;
}
.cart-item {
	overflow: hidden;
	zoom: 1;
	margin: 25px;	
	text-align:left;
}
.cart-item .item.thumbnail {
	width: 56px;
	height: 72px;
	margin-right: 10px;
	border: 0;
	padding:0;	
}
.cart-item .item.thumbnail img {
	height: 100%;
	width: auto;
}
.cart-item-container {
	overflow: hidden;
	text-transform:uppercase;
	letter-spacing:1px;
}
.cart-item-name {
	margin: 0 0 5px;
	font-size:12px;
	font-weight: 400;
}
.cart-item-brand {
	margin: 0 0 5px;
	font-size:11px;	
	font-weight: 400;
}
.cart-item-size {
	margin: 0 0 5px;	
	color: #666;
	font-size:10px;
	font-weight:400;
	font-weight: 400;
}
.cart-item-size span{
	font-weight: 600;
	color: #333;
}
.cart-item-price {
	background: #fafafa;
}
.table-bottom {
	margin: 0; 
	border: 1px solid #eee; 
	border-top:none;
	text-align:right;
}
.cart-review {
	padding:50px; 
	margin-top:-20px; 
	background-color:#fafafa;	
}
.cart-review .inner {
	padding: 20px;	
}
.cart-review .coupon {
	margin:0;
	color: #000; 
	font-size:14px; 
	text-transform:uppercase;
}
.cart-review a.coupon-close {
	display:none;	
}
.cart-review .inner.coupon-code {
	display:none;	
}
.coupon-input {
	border-radius:0; 
	font-size:13px;	
}
.cart-review .rows {
	display:inline-block; 
	margin-bottom: 25px;
	width: 100%	; 
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:400;
}
.cart-review .rows.shipping-cost {
	color: #2EB031;	
	font-weight:bold;
	text-transform:uppercase;
}
.cart-review .btn.btn-cart {
	width: 100%; 
	font-size:13px;
	border-radius: 0;
	margin-top: 10px; 	
}

/*Shop Checkout*/

.checkout .panel-icon {
	padding-right: 8px; 
	color:#497ad2;	
}
.checkout .card-type {
	width: 29.6%;
}
.checkout .btn-submit {
	width: 150px;
}
.checkout .btn-margin {
	margin-left: 12.5%;	
}
.checkout .btn-left {
	text-align:left;	
}

/* Order Review */

.review-cart-heading  {
	margin: 0;
}
.review-cart-heading span {
	width: 100%;
	text-align: center;
	background-color: #000;
	text-transform: uppercase;
	letter-spacing:1px;
	font-family: 'Roboto Condensed', sans-serif; 
}
.cart-review.checkout-review {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	border:1px solid #eee;
}
.cart-review.checkout-review {
	padding-top: 20px;
	background-color:transparent;
	padding:0;
}
.cart-review.checkout-review .inner {
	padding:0;
}
.cart-review.checkout-review .cart-item{
	border-bottom:1px solid #eee;
	padding: 25px 50px;
	margin: 0;
	font-size: 12px;
	display:table;
	width:100%;
}
.cart-review.checkout-review .cart-item .cart-info {
	display:table;
	margin-right:25px;
}
.cart-review.checkout-review .cart-item .cart-item-container {
	display:table-cell;
	vertical-align:middle;
}
.cart-review.checkout-review .cart-item .cart-price {
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	font-weight: 400;
}
.cart-review.checkout-review .cart-item p {
	margin-bottom: 0;
}
.cart-review.checkout-review .cart-item .cart-item-name {
	font-size: 12px;
}
.cart-review.checkout-review .cart-item .cart-item-brand {
	font-size: 12px;
	margin-bottom: 10px;
}
.cart-review.checkout-review .cart-item .item.thumbnail {
	width: auto;
	height: 100px;
	margin-bottom: 0;
	margin-top: 0;
}
.cart-review.checkout-review .checkout-total {
	padding: 25px 50px;
}
.cart-review.checkout-review .checkout-total .rows:last-child {
	margin-bottom:0;
}

/*Continue Shopping*/

.continue-shopping .icon {
	padding-right: 5px;
	position:relative;
	top:2px;
}

/* ==========================================================================
   Comments
============================================================================= */

.comments ul {
	padding: 0px;
	margin-top: 40px;
}
.comments ul li {
	list-style: none;
	margin-bottom: 50px;
}
.comments ul li:last-child {
	margin-bottom:0;
}
.comments ul li.reply {
	margin-left: 50px;
	padding:50px;
	background-color: #f9f9f9;
}
.comments ul li img {
	height: 60px;
	width: 60px;	
	margin-right:10px;
	border-radius:50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.comment-name, .comment-title { 	
	font-weight: bold;
	text-transform:uppercase; 
}
.comment-name {
	padding-right: 5px;	
}
.comment-date {
	clear: both;
	color:#777;
	font-size: 12px;
	font-weight:400;
}
.comment-reply {
	float:right;
	margin-top:15px;
}
.comment-content { 
	clear:both; 
	padding-top:10px; 
}

/* ==========================================================================
   Rating
============================================================================= */

.rating {
	display:table;
}
.rating.text-center,
.text-center .rating {
	margin: 0 auto;
}
.rating:not(:checked) > input {
   display: none;
}
.rating:not(:checked) > label {
	float:right;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size:14px;
	margin-right:2px;
	line-height:1.2;
	color:#ddd;
}
.rating:not(:checked) > label:before {
	font-family: 'ElegantIcons';
	content: "\e033";
}
.rating > input:checked ~ label {
	color: #000;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
	color: #000;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
	color: #000;
}

/* ==========================================================================
   Headings
============================================================================= */

.fancy-heading {
	margin: 0 0 20px;
}

/*Small Line*/

.small-line:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 2px;
	left: 0;
	background-color: #000;
}
.text-center.small-line {	
	margin-left:auto;
	margin-right:auto;
}
.text-center.small-line:after {	
	margin-left: -25px;
	left:50%!important;
}
.text-right.small-line {
	margin-left: auto;
}
.text-right.small-line:after {
	margin-left: -50px;	
	left: 100%!important;
}
.small-line {
	position: relative;
	padding-bottom: 50px;
	margin-bottom:50px;
	display:block;
}

/*Bordered*/

.bordered {
	display: inline-block;
	min-height: 37px;
	line-height: 46px;
	padding: 5px 20px;
	border: 4px solid #000;
}

/*Double Bordered*/

.double.bordered {
	border: 4px double #000;
}

/*Block*/

.blocked {
	color: #fff;
	background-color: #000;
	display: inline-block;
	min-height: 37px;
	line-height: 46px;
	padding: 5px 20px 5px 20px;
}

/*Light Heading - Common*/

.heading-light {
	color:#fff;
}
.heading-light.small-line:after {
	background-color: #fff;
}
.heading-light .bordered,
.heading-light .double.bordered {
	border-color: #fff;
}
.heading-light .blocked {
	background-color: #fff;
	color: #000;
}

/* ==========================================================================
   Vertical Dividers
============================================================================= */

.vertical-divider-left {
	border-left: 1px solid #eee;
}
.vertical-divider-right {
	border-right: 1px solid #eee;
}
.vdl-light,
.vdr-light {
	border-color: #333;
}

/* ==========================================================================
   Horizontal Rules
============================================================================= */
	
hr{
	margin-bottom: 200px;
	margin-top: 200px;
}	
hr.light {
	border-color: #333;
}

/*Faded*/
	
hr.faded {
	clear: both; 
  	float: none; 
  	width: 100%; 
  	height: 1px;
  	border: none; 
  	background: #ddd;
  	background-image: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
  		color-stop(0, rgb(255,255,255)),
  		color-stop(0.1, rgb(221,221,221)),
  		color-stop(0.9, rgb(221,221,221)),
  		color-stop(1, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
  		left center,
     rgb(255,255,255) 0%,
     rgb(221,221,221) 10%,
     rgb(221,221,221) 90%,
     rgb(255,255,255) 100%
	);
}
hr.faded.light {
	background: #333;
  	background-image: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
  		color-stop(0, rgb(0,0,0)),
  		color-stop(0.1, rgb(51,51,51)),
  		color-stop(0.9, rgb(51,51,51)),
  		color-stop(1, rgb(0,0,0))
	);
	background-image: -moz-linear-gradient(
  		left center,
     rgb(0,0,0) 0%,
     rgb(51,51,51) 10%,
     rgb(51,51,51) 90%,
     rgb(0,0,0) 100%
	);
}

/*Colored*/

hr.colored {
	height: 1px;
	background: #ddd;
	border-top: none;
	margin-bottom:0;
}
.colored-extend {
	border: 2px solid #000;
	width:30%;
	margin: -2.2px auto 200px;
}
.colored-extend.small {
	width:5%;
}
hr.colored.light {
	background: #333;
}
.colored-extend.light {
	border-color: #333;
}

/*Double*/

hr.double {
	padding: 0;
	border: none;
 	border-top: 4px double #000;;
}
hr.double.light {
	border-color: #333;
}

/*With Icon*/

.symbol {
	position:relative;
}
.symbol span {
	display: inline-block;
	position: absolute;
  	top: 0;
	left:50%;
	margin-top:-0.5em;
	margin-left:-1.5em;
  	font-size: 1.5em;
  	background: #fff;
  	padding: 0 1em;
  	color: #e1e1e1;
}
.symbol span.pe-7s-icon {
	font-size: 2em;
	font-weight:normal;
}
.symbol span.symbol-text {
	margin-top:-0.75em;
	margin-left: -1.53em;
}
.symbol.symbol-left span {
	padding: 0 1em 0 0;
	left:0;
	margin-left:0;
}
.symbol.symbol-left hr {
	margin-left:0;
}
.symbol.symbol-right span {
	padding: 0 0 0 1em;
	left:inherit;
	right:0;
	margin-left:0;
}
.symbol.symbol-right hr {
	margin-right:0;
}
.symbol.symbol-left.symbol-center.small span {
	left: 37.5%;
}
.symbol.symbol-left.symbol-center hr {
	margin-left:auto;
}
.symbol.symbol-right.symbol-center.small span {
	left: inherit;
	right:37.5%;
}
.symbol.symbol-right.symbol-center hr {
	margin-right:auto;
}
.symbol hr {
	border-top: 1px solid #e1e1e1;
}
.symbol-theme hr {
	border-color: #333;
}
.symbol.symbol-theme span {
  	background: #000;
	color: #444;
	font-weight: bold;
}
.symbol.symbol-theme span.pe-7s-icon {
	font-weight:normal;
}

/*Small Horizontal Rules*/

hr.small {
	width: 25%;
}

/********************************************************************
 Modal
********************************************************************/

.modal-content.modal-background {
	border-radius:0;
}
.modal-close {
	position:absolute; 
	top:5px; 
	background-color:transparent; 
	border:none; 
	right:0; color:#333	
}
button.modal-close i {
	font-size:20px;	
}
.modal-heading {
	font-size:24px; 
	font-weight:900; 
	text-transform:uppercase;	
}

/* Modal Centred*/

.modal-dialog-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}
.modal-body {
    overflow-y: auto;
}
.modal-footer {
    margin-top: 0;
}

/* Portfolio Modal */

.modal-portfolio .modal-dialog {
	width:75%;
}

/* Modal Backdrop and Body */

.modal-bg-dark.modal {
	opacity: 1;
	z-index:100000;
	background-color:#000;
}
.modal-bg-light.modal {
	opacity: 1;
	background-color: #fff;
	z-index:100000;
}
.modal-bg-dark .modal-content,
.modal-bg-light .modal-content,
.modal-bg-transparent .modal-content  {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border: none;
}

/********************************************************************
 Google Maps
********************************************************************/

.map {
	width: 100%;
	height: 350px;
	margin-bottom: 20px;	
}

/********************************************************************
 Form Styles
********************************************************************/

.form-theme input, 
.form-theme textarea, 
.form-theme select {
	border-radius:0;	
}
.form-theme .input-group-btn:last-child>.btn, 
.form-theme .input-group-btn:last-child>.btn-group {
	z-index:0;
}
.form-control,
.form-theme select {
	border-radius: 0;
	font-size:13px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
}
.form-theme select {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
}
#footerNewsletterForm .form-control-feedback {
    top: 0;
    right: 55px;
}
.popover {
	border-radius:0 !important;
}
.input-group-addon {
	border-radius: 0;
}
.input-group-btn>.btn:hover, dinput-group-btn>.btn:focus, .input-group-btn>.btn:active {
	z-index: 1;
}
.form-theme .form-text-area {
	height: 83px;
}
.form-theme .form-submit {
	height: 34px;
	font-size: 13px;
	line-height: 23px;
	font-weight: 300;
}
.form-theme .form-control,
.form-theme select {
	box-shadow:none;
	border-color: #eee;
}
.form-theme .form-control:focus,
.form-theme select:focus {
	border-color: #000;
}
.has-error .form-control:focus,
.has-error .form-theme select:focus {
	border-color: #843534;
}
.has-success .form-control:focus,
.has-success .form-theme select:focus {
	border-color: #2b542c;
}
.form-theme input[type="checkbox"], .form-control input[type="checkbox"] {
	height: auto;
}

/*White Form*/

.form-white .form-control,
.form-theme.form-white select {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
}
.form-white .form-control:focus,
.form-theme.form-white select:focus {
	border-color: #fff;
}

/*Grey Form*/

.form-grey .form-control,
.form-theme.form-grey select {
	background-color: #f6f6f6;
	color: #000;
	border: 1px solid #f6f6f6;
}

/*Dark Form*/

.form-dark .form-control,
.form-theme.form-dark select {
	background-color: #000;
	color: #eee;
	border: 1px solid #000;
}
.form-theme.form-dark select option {
	background-color:#000;
}

/*Line Form*/

.form-line .form-control,
.form-theme.form-line select {
	background-color: transparent;
	border-bottom: 1px solid #eee;
	border-top:transparent;
	border-left:transparent;
	border-right:transparent;
}
.form-line .has-error .form-control:focus, .form-line .has-success .form-control:focus {
    border-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}
.form-line-light .form-control{
	color:#fff;
}
.form-line-light .form-control:focus {
	border-color: #fff;
}

/*Form With Icons*/

.form-theme-icons .input-group-addon{
	background-color: #fff;
	color: #000;
	border: 1px solid #eee;
}
.form-light-icons .input-group-addon {
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
}
.form-dark-icons .input-group-addon {
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
}

/*Big From*/

.form-big .form-control,
.form-theme.form-big select{
	height: 55px;
	font-size:14px;
}
.form-big .input-group-addon {
	font-size: 18px;
	padding: 6px 20px;
}
.form-big .input-group-btn .btn {
	padding: 17px 20px;
	height: 55px;
}
.form-big .form-text-area {
	height:125px;
}
.form-big .form-submit {
	height: 55px;
	font-size: 14px;
	line-height: 46px;
	padding: 6px 20px;
}

/* Form Large Gap */

.form-lg-gap input, .form-lg-gap select, .form-lg-gap textarea {
    margin-bottom: 25px;
}
.form-lg-gap textarea {
    height: 170px !important;
}

/*Medium Form*/

.form-md .form-control,
.form-theme.form-md select{
	height: 40px;
}
.form-md .input-group-btn .btn {
	padding: 9px 12px;
	height: 40px;
}
.form-md .form-text-area {
	height: 95px;
}
.form-md .form-submit {
	height: 40px;
	font-size: 13px;
	line-height: 29px;
}

/*Transparent Form*/

.form-transparent .form-control,
.form-theme.form-transparent select, 
.form-transparent .input-group-addon {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	box-shadow: none;
}
.form-theme.form-transparent .form-control:focus,
.form-theme.form-transparent select:focus {
	border-color: #fff;
}
.form-theme.form-transparent select,
.form-theme.form-line-light select {
	color:#fff;
}
.form-theme.form-transparent select option,
.form-theme.form-line-light select option {
	background-color:#000;
}
.form-transparent input::-webkit-input-placeholder, 
.form-transparent textarea::-webkit-input-placeholder,
.form-transparent select::-webkit-input-placeholder,
.form-line-light input::-webkit-input-placeholder, 
.form-line-light textarea::-webkit-input-placeholder, 
.form-line-light select::-webkit-input-placeholder {
  color: #fff;
}
.form-transparent input:-moz-placeholder, 
.form-transparent textarea:-moz-placeholder,
.form-transparent select:-moz-placeholder,
.form-line-light select:-moz-placeholder, 
.form-line-light input:-moz-placeholder, 
.form-line-light textarea:-moz-placeholder {
  color: #fff;
}
.form-transparent input::-moz-placeholder, 
.form-transparent textarea::-moz-placeholder,
.form-transparent select::-moz-placeholder,
.form-line-light select::-moz-placeholder, 
.form-line-light input::-moz-placeholder, 
.form-line-light textarea::-moz-placeholder {
  color: #fff;
}
.form-transparent input:-ms-input-placeholder, 
.form-transparent textarea:-ms-input-placeholder, 
.form-transparent select:-ms-input-placeholder,
.form-line-light select:-ms-input-placeholder,
.form-line-light input:-ms-input-placeholder, 
.form-line-light textarea:-ms-input-placeholder {
  color: #fff;
}
.form-transparent-dark .form-control, 
.form-theme.form-transparent-dark select,
.form-transparent-dark .input-group-addon {
	background-color: transparent;
	border: 1px solid #333;
	color: #000;
	box-shadow: none;
} 
.form-theme.form-transparent .fc-right, 
.form-theme.form-transparent .iga-right,
.form-theme.form-transparent-dark .fc-right, 
.form-theme.form-transparent-dark .iga-right,
.form-theme .fc-right, 
.form-theme .iga-right {
	border-right-color: transparent;
}
.form-control.text-area-normal {
	height: auto;
}

/* Button Inside Form */

.form-btn-in {
	position:relative;
}
.form-btn-in .btn-in {
	position: absolute; 
	right: 4px; 
	top: 4px;
}
.form-theme.form-btn-in .form-submit {
    height: 26px;
    line-height: 13px;
}
.form-theme.form-md.form-btn-in .form-submit {
    height: 32px;
}
.form-theme.form-big.form-btn-in .form-submit {
	height: 47px;
    line-height: 14px;
}

/* Subscription Form */

.form-subscribe input {
    border-color: #444;
}

.form-subscribe .subscribe-btn {
    position: absolute; 
    right: 20px; 
    top: 5px;
}

/* Form Responses */

.fv-form-bootstrap .help-block {
	letter-spacing: 1px;
	font-weight: 400 !important;
}

/* ==========================================================================
   Mailchimp Form
============================================================================= */

#mc_embed_signup{background:transparent; clear:left; }
#mc_embed_signup .button {
	margin-top:15px;
}
#mc_embed_signup .mc-field-group input {
	font-size:13px;
	padding: 7px 13px;
	width:100%;
	border: 1px solid #ddd;
}
#mc_embed_signup .response {
	margin: 10px 0 5px 0;
}
#mc_embed_signup #mce-success-response {
	color: #2b542c;
}
#mc_embed_signup #mce-error-response {
	color: #843534;
}

/* ==========================================================================
   Dropcaps
============================================================================= */

/*Simple*/
		
.dropcap {
	display: block;
	float: left;
	font-size: 38px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 32px;
	margin: 4px 8px 0 0;
	color: #000;
}

/*Square*/

.dropcap.dropcap-square {
	color: #fff;
	background-color: #000;
	height: 35px;
	width: 35px;
	text-align: center;
	font-size: 24px;
	line-height: 35px;
}

/* ==========================================================================
   Service Boxes
============================================================================= */

.tile {
	background-color: transparent;
  	position: relative;
	margin-top: 100px;
}
.tile.hover-box {
	padding: 50px;
}
.tile p {
  	margin: 30px auto;
}
.tile-title {
  	margin: 0;
  	text-transform: uppercase;
	letter-spacing: 1px;
}
.tile i, .tile img {
	margin-bottom: 30px;
}
.tile .icon-clear,
.tile .icon-square,
.tile .icon-circular {	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tile .icon-square,
.tile .icon-circular {
	color: #fff;
	font-size: 50px;
	height: 115px;
	width: 115px;
	line-height: 115px;
	text-align: center;
	background-color: #333;
}
.tile .icon-square.icon-hollow,
.tile .icon-circular.icon-hollow {
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
}
.tile .icon-circular {
	border-radius: 100%;
	-moz-border-radius: 10%;
    -webkit-border-radius: 100%;
}
.tile:hover .icon-circular, .tile:hover .icon-square,
.tile.active-tile .icon-circular, .tile.active-tile .icon-square {
	text-decoration:none;
	background:#000;
	color: #fff;
}
.tile .icon-clear {
	font-size: 60px;
	color:#777;
}
.tile:hover .icon-clear,
.tile.active-tile .icon-clear {
	color: #000;
}
.tile.hover-box {
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tile.hover-box:hover,
.tile.hover-box.active-tile {
	background-color: #000;
	color: #fff;
}
.tile.hover-box:hover .tile-title,
.tile.hover-box.active-tile .tile-title{
	color: #fff;
}
.tile.hover-box .icon-clear {
	color: #000;
}
.tile.hover-box:hover .icon-clear,
.tile.hover-box.active-tile .icon-clear  {
	color: #fff;
}
.tile.hover-box:hover .btn-hollow-dark,
.tile.hover-box.active-tile .btn-hollow-dark {
	border: 1px solid #fff !important;	
	color: #fff !important;
}
.tile.hover-box:hover .btn-hollow-dark:hover,
.tile.hover-box:hover .btn-hollow-dark:focus,
.tile.hover-box:hover .btn-hollow-dark:active,
.tile.hover-box:hover .btn-hollow-dark.active,
.tile.hover-box.active-tile .btn-hollow-dark:hover,
.tile.hover-box.active-tile.btn-hollow-dark:focus,
.tile.hover-box.active-tile .btn-hollow-dark:active,
.tile.hover-box.active-tile .btn-hollow-dark.active  {
	color: #000 !important;
	border: 1px solid #fff !important;
	background-color: #fff !important;
}
.tile.tile-top img {
	margin-bottom:0;
}
.tile.tile-top .tile-content {
	position:relative;
	top:-65px;
	padding:25px 25px 0;
	margin-bottom:-65px;
}
.tile.tile-top .tile-content .tile-title {
	font-weight:500;
	word-spacing:10000px;
}
.tile.tile-top .tile-content p {
	border-left: 3px solid #000;
    padding-left: 25px;
}
.tile.tile-top .tile-content p {
	border-left: 3px solid #000;
    padding-left: 25px;
}
.tile.tile-top .tile-content p.tile-border-none {
	border-left: none;
    padding-left: 0;
}
.tile.tile-top .tile-content p.tile-border-right {
	border-right: 3px solid #000;
	border-left:none;
    padding-left: 0;
	padding-right:25px;
}

/* Tile - Light */

.tile.tile-light,
.tile.tile-light .tile-title {
  	color: #fff;
}
.tile.tile-light .icon-clear {
	color: #ccc;
}
.tile.tile-light:hover .icon-clear,
.tile.tile-light.active-tile .icon-clear {
	color: #fff;
}
.tile.tile-light .icon-square,
.tile.tile-light .icon-circular {
	color: #000;
	background-color:#ddd;
}
.tile.tile-light .icon-square.icon-hollow,
.tile.tile-light .icon-circular.icon-hollow {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.tile.tile-light:hover .icon-circular, .tile.tile-light:hover .icon-square,
.tile.tile-light.active-tile .icon-circular, .tile.tile-light.active-tile .icon-square {
	background:#fff;
	color: #000;
}
.tile.tile-light.hover-box:hover,
.tile.tile-light.hover-box.active-tile {
	background-color: #fff;
	color: #000;
}
.tile.tile-light.hover-box:hover,
.tile.tile-light.hover-box.active-tile,
.tile.tile-light.hover-box:hover .tile-title,
.tile.tile-light.hover-box.active-tile .tile-title{
	color: #000;
}
.tile.tile-light.hover-box .icon-clear {
	color: #fff;
}
.tile.tile-light.hover-box:hover .icon-clear,
.tile.tile-light.hover-box.active-tile .icon-clear  {
	color: #000;
}
.tile.tile-light.hover-box:hover .btn-hollow,
.tile.tile-light.hover-box.active-tile .btn-hollow {
	border: 1px solid #000 !important;	
	color: #000 !important;
}
.tile.tile-light.hover-box:hover .btn-hollow:hover,
.tile.tile-light.hover-box:hover .btn-hollow:focus,
.tile.tile-light.hover-box:hover .btn-hollow:active,
.tile.tile-light.hover-box:hover .btn-hollow.active,
.tile.tile-light.hover-box.active-tile .btn-hollow:hover,
.tile.tile-light.hover-box.active-tile.btn-hollow:focus,
.tile.tile-light.hover-box.active-tile .btn-hollow:active,
.tile.tile-light.hover-box.active-tile .btn-hollow.active  {
	color: #fff !important;
	border: 1px solid #000 !important;
	background-color: #000 !important;
}
.tile.tile-light.tile-top .tile-content p {
	border-left-color:#fff;
}
.tile.tile-light.tile-top .tile-content p.tile-border-right {
	border-right-color:#fff;
}

/* ==========================================================================
   Feature Boxes
============================================================================= */

.feature-box {
	clear: both;
	margin-bottom:30px;
}
.feature-box .feature-box-icon {
	background: #000;
	border: 50px;
	color: #FFF;
	font-size: 20px;
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
	position: relative;
	text-align: center;
	top: 2px;
	width: 50px;
}
.feature-box .feature-box-icon i {
	padding-top: 15px;
}
.feature-box .feature-box-icon.no-bg i {
	padding-top: 0;
	font-size: 30px;
}

/*Big*/

.feature-box.big {
	margin-bottom:50px;
}
.feature-box.big .feature-box-icon {
	font-size: 35px;
	background: #000;
	border: 75px;
	color: #FFF;
	display: inline-block;
	float: left;
	height: 75px;
	line-height: 75px;
	margin-right: 20px;
	position: relative;
	text-align: center;
	top: 2px;
	width: 75px;
}

/*Right*/

.feature-box.right .feature-box-icon,
.feature-box.big.right .feature-box-icon {
	float: right;
	margin-right:0;
}

/*No Background*/

.feature-box .feature-box-icon.no-bg {
	background-color: transparent;
	border: 0;
	color: #000;
	line-height: 14px;
}
.feature-box.big .feature-box-icon.no-bg {
	font-size: 40px;
	line-height: 0px;
}

/*Circle*/

.feature-box .feature-box-icon.bg-circle {
	border-radius: 35px;	
	-moz-border-radius: 35px;
    -webkit-border-radius: 35px;
}
.feature-box.big .feature-box-icon.bg-circle {
	border-radius: 75px;
	-moz-border-radius: 75px;
    -webkit-border-radius: 75px;
	font-size: 30px;
}

/*Border*/

.feature-box .feature-box-icon.bg-border {
	background-color: transparent; 
	color: #000; 
	border: 1px solid #000;	
}

/*Feature Box Info*/

.feature-box .feature-box-info {
	padding-left: 80px;
}
.feature-box.big .feature-box-info {
	padding-left: 100px;
}
.feature-box.big.right .feature-box-info {
	padding-left: 0px;
	padding-right: 110px;
}
.feature-box.right .feature-box-info {
	padding-left: 0;
	padding-right: 80px;
}
.feature-box-info > h4 {
	font-weight: bold;
	text-transform: uppercase;
	margin-top:0;
}

/* Linked Feature Boxes */

.feature-box-line .feature-box .feature-box-icon.no-bg {
	line-height:50px;
}
.feature-box-line .feature-box{
	position: relative;
	min-height: 100px;
}
.feature-box-line .feature-box.big{
	min-height: 150px;
}
.feature-box-line .feature-box:after {
	position: absolute;
	bottom: -14px;
	left: 25px;
	height: 40px;
	content: "";
}
.feature-box-line .feature-box.right:after {
	left: inherit;
	right: 24px;
}
.feature-box-line .feature-box.big:after {
	bottom: -25px;
	left: 37px;
	height: 65px;
}
.feature-box-line .feature-box.big.right:after {
	left: inherit;
	right: 36px;
	height: 65px;
}
.feature-box-line.fbl-theme .feature-box:after {
	border-left: 1px solid #747474;
}
.feature-box-line.fbl-light .feature-box:after {
	border-left: 1px solid #eee;
}
.feature-box-line .feature-box:last-child:after {
	border-left: none;
}

/* ==========================================================================
   Lists
============================================================================= */

ul.list {
	margin:0;
	padding: 0;
}
ul.list li {
	padding: 10px 0;
	display: table;
	list-style: none;
}
ul.list li > i {
	color: #000;
	font-size: 18px;
	display: table-cell;
}
ul.list li > .list-text {
	display: table-cell;
	margin:0;
	padding-left: 15px;
	vertical-align: middle;
	width: 100%;
} 
ul.list.square li > i {
	color: #fff;
	font-size: 16px;
	background: #000;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}
ul.list.circle li > i {
	color: #fff;
	font-size: 16px;
	background: #000;
	border-radius: 35px;
	-moz-border-radius: 35px;
    -webkit-border-radius: 35px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}
ul.list.square.hollow li > i, ul.list.circle.hollow li > i {
	background: transparent;
	color: #000;
	border: 1px solid #000;
}
ul.list.solid-border li{
	border-bottom: 1px solid #f1f1f1;
	padding: 15px 0;
}
ul.list.padding-big li {
	padding: 30px 0;
}

/*List Box*/

ul.list.list-box {
	background-color: #000;
	color: #fff;
	padding: 20px 30px;
	margin: 0;
}
ul.list.list-box.solid-border {
	padding: 5px 30px;
}
ul.list.list-box.light {
	background-color: #f9f9f9;
	color: #000;
}
ul.list.list-box.padding-big {
	padding: 30px 50px;
}
ul.list.list-box.list-box-no-padding {
	padding:0;
}
ul.list.list-box.list-box-no-padding li {
	padding:30px;
}
ul.list.list-box.list-box-no-padding.padding-big li {
	padding:50px;
}
ul.list-box li {
	width:100%;
}
ul.list-box li > i {
	color: #fff;
}
ul.list-box.light li > i {
	color: #000;
}
ul.list-box.square li > i, ul.list-box.circle li > i {
	color: #000;
	background-color: #fff;
}
ul.list-box.square.hollow li > i, ul.list-box.circle.hollow li > i {
	border-color: #fff;
	color: #fff;
	background-color:transparent;
}
ul.list-box.light.square li > i, ul.list-box.light.circle li > i {
	color: #fff;
	background-color: #000;
}
ul.list-box.light.square.hollow li > i, ul.list-box.light.circle.hollow li > i {
	border-color: #000;
	color: #000;
	background-color:transparent;
}
ul.list-box.solid-border li{
	border-bottom: 1px solid #222;
}
ul.list-box.light.solid-border li{
	border-bottom: 1px solid #eee;
}
ul.list-box.solid-border li:last-child {
	border-bottom: none;
}

/* ==========================================================================
   Accordion
============================================================================= */

.panel-heading {
	cursor: pointer;
}

.panel-icon-right .panel-title {
	padding-right: 25px;
}

.panel-icon-left .panel-title {
	padding-left: 25px;
}

/*Directional Icons*/
/* CSS Method for adding Font Awesome Chevron Icons */

.chevron.accordion-toggle:after,
.chevron-left.accordion-toggle:after {
	/* symbol for "closed" panels */
	font-family:'FontAwesome';
	content:"\f106";
	position: absolute;
	right: 15px;
	color: inherit;
	font-size:15px;
	margin-top:-1.5px;
}
.no-border.no-color .chevron.accordion-toggle:after,
.no-border.no-color .chevron-left.accordion-toggle:after {
	right: 0px;
}
.panel-heading.collapsed .chevron.accordion-toggle:after,
.panel-heading.collapsed .chevron-left.accordion-toggle:after {
   /* symbol for "open" panels */
	content:"\f107";
}

/* CSS Method for adding Font Awesome Plus-Minus Icons */

.plus.accordion-toggle:after,
.plus-left.accordion-toggle:after  {
  /* symbol for "close" panels */
	font-family:'ElegantIcons';
	content: "\4b";
	position: absolute;
	right: 15px;
	color: inherit;
	font-size: 15px;
	margin-top: -1.5px;
}
.panel-heading.collapsed .plus.accordion-toggle:after,
.panel-heading.collapsed .plus-left.accordion-toggle:after {
  /* symbol for "open" panels */
	content: "\4c";
}

/*Left Directional Icons*/

.chevron-left.accordion-toggle:after,
.plus-left.accordion-toggle:after {	 	
	position: absolute;
	right: inherit;
	left:15px;
}
.no-border.no-color .chevron-left.accordion-toggle:after,
.no-border.no-color .plus-left.accordion-toggle:after {	 	
	left:0px;
}

/*Directional Icons For Borderless & Transparent Accordion*/

.no-border.no-color.panel-icon-left .panel-heading .panel-title {
	padding-left: 30px;
}

.no-border.no-color.panel-icon-right .panel-heading .panel-title {
	padding-right: 20px;
}

/*Default Accordion*/

.panel-default > .panel-heading {
	padding: 15px;
}
.panel-heading {
	color: #000;
}
.panel-heading a:hover {
	text-decoration: none;
}
.panel-title{
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.panel-default {
	background-color: transparent;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	padding: 20px 15px;
}
.theme-panel .panel {
	border-color: #eee;
}	
.theme-panel-dark .panel {
	border-color: transparent;
}	
.theme-panel .panel-heading {
	background-color: transparent;
}
.theme-panel-dark .panel-heading {
	background-color: #000;
	color: #fff;
}
.panel-group {
	position:relative;
	margin:0;
}
.panel-group .panel {
	-webkit-box-shadow: none;
   box-shadow: none;
}
.theme-panel .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #eee;
}
.theme-panel-dark .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 1px solid #eee;
	border-top: none;
	color:#000;
}

/*Borderless Panel Body*/

.no-border .panel-default {
	border:none;
	-webkit-box-shadow: none;
  	box-shadow: none;
}
.no-border .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}
.no-border.theme-panel-dark .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
}

/*Borderless + Transparent Background*/

.no-color .panel-heading {
	background-color: transparent !important;
	padding-left: 0px;
	border-bottom: none;
}
.no-color .panel-heading.collapsed {
	border-bottom: 1px solid #eee;
	background-color: transparent !important;
	padding-left: 0px;
	color: #000;
}
.no-color.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
	border-bottom: 1px solid #eee;
	padding-right: 0;
	padding-left: 0;
}

/* ==========================================================================
   Tabs
============================================================================= */

.tab-theme .tab-content > .active {
	padding: 30px 15px 0;
	border: none;
}
ul.tab-theme > li  {
	display: inline-block;
}
ul.tab-theme > li > a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	margin-bottom: 5px;
}
ul.tab-theme > li:last-child > a {
	margin-bottom:0;
}
.tab-theme.tab-bg,
.tab-theme.tab-border,
.tab-theme.tab-highlight,
.tab-theme.tab-underline,
.tab-theme.tab-lined {
	padding-top:100px;
}

/*Tabs Background*/

.tab-bg > li.active > a,
.tab-bg > li.active > a:hover,
.tab-bg > li.active > a:focus,
.tab-bg > li.active > a,
.tab-bg > li.active > a:hover,
.tab-bg > li.active > a:focus,
.tab-bg> li > a:hover,
.tab-bg > li > a:focus {
	color: #ffffff;
	background-color: #000;
}

/*Tabs Border*/

.tab-border > li > a {
	border: 1px solid transparent;
}
.tab-border > li.active > a,
.tab-border > li.active > a:hover,
.tab-border > li.active > a:focus,
.tab-border > li.active > a,
.tab-border > li.active > a:hover,
.tab-border > li.active > a:focus,
.tab-border> li > a:hover,
.tab-border > li > a:focus {
	border: 1px solid #000;
	background-color: transparent;
}

/*Tabs Highlight*/

.tab-highlight > li > a {
	background-color: transparent;
	padding: 0 20px 0 0;
}
.tab-highlight > li:last-child > a {
	padding-right:0;
}
.tab-highlight > li.active > a,
.tab-highlight > li.active > a:hover,
.tab-highlight > li.active > a:focus,
.tab-highlight > li.active > a,
.tab-highlight > li.active > a:hover,
.tab-highlight > li.active > a:focus,
.tab-highlight> li > a:hover,
.tab-highlight > li > a:focus {
	font-weight: bold;
	background-color: transparent;
}

/*Tabs Icons*/

ul.tab-icons {
	text-align: center;
	padding-top:75px;
}
.tab-icons > li > a {
	background-color: transparent;
	padding: 25px 50px;
	text-align: center;
}
.tab-icons > li > a > span.icon-tab {
	font-size: 50px;
}
.tab-icons > li > a > .icon-text {
	margin: 30px 0 0;
	font-size:18px
}
.tab-icons > li > a > .icon-text,
.tab-icons > li > a > .icon-tab {
	color: #bbb;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tab-icons > li.active > a > .icon-text,
.tab-icons> li > a:hover> .icon-text,
.tab-icons > li > a:focus > .icon-text,
.tab-icons > li.active > a > .icon-tab,
.tab-icons> li > a:hover > .icon-tab,
.tab-icons > li > a:focus> .icon-tab{
	color: #000;
}
.tab-icons > li.active > a,
.tab-icons > li.active > a:hover,
.tab-icons > li.active > a:focus,
.tab-icons > li.active > a,
.tab-icons > li.active > a:hover,
.tab-icons > li.active > a:focus,
.tab-icons> li > a:hover,
.tab-icons > li > a:focus {
	background-color: transparent;
}

/*Tabs Icons - Version 2*/

.tab-icons-v2 {
	z-index:1;
    position:relative;
    margin:100px 0;
}
.tab-icons-v2 .tab-icons {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:2;
	padding-top:0;
}
.tab-icons-v2 .tab-icons > li > a {
	padding: 0 50px;
}
.tab-icons-v2 .tab-theme .tab-content > .active {
	padding: 100px;
    background-color: #fafafa;
    background-size:cover;
}
.tab-icons-v2 .tab-theme .tab-content > .tab-pane.tab-pane-pattern.active {
    background-size:inherit;
    background-repeat:repeat;
}
.tab-icons-v2 .tab-theme .tab-content > .tab-pane {
	position:relative;
	top:65px;
}

/*Tabs Icons - Version 2 - Extended*/

.tab-icons-v2.tab-icons-v2-ext ul.tab-theme.tab-icons > li {
    padding-right:50px;
	display:inline-table;
}
.tab-icons-v2.tab-icons-v2-ext ul.tab-theme.tab-icons > li:last-child {
    padding-right:0;
}
.tab-icons-v2.tab-icons-v2-ext .tab-icons > li > a {
    padding: 50px;
    background-color:#000;
}
.tab-icons-v2.tab-icons-v2-ext .tab-icons > li.active > a > .icon-text, 
.tab-icons-v2.tab-icons-v2-ext .tab-icons> li > a:hover> .icon-text, 
.tab-icons-v2.tab-icons-v2-ext .tab-icons > li > a:focus > .icon-text, 
.tab-icons-v2.tab-icons-v2-ext .tab-icons > li.active > a > .icon-tab, 
.tab-icons-v2.tab-icons-v2-ext .tab-icons> li > a:hover > .icon-tab, 
.tab-icons-v2.tab-icons-v2-ext .tab-icons > li > a:focus> .icon-tab {
    color:#fff;
}
.tab-icons-v2.tab-icons-v2-ext .tab-icons > li > a > .icon-text,
.tab-icons-v2.tab-icons-v2-ext .tab-icons > li > a > .icon-tab {
    color:#999;
}
.tab-icons-v2.tab-icons-v2-ext .tab-theme .tab-content {
	padding-bottom:100px;
}
.tab-icons-v2.tab-icons-v2-ext .tab-theme .tab-content > .tab-pane {
	top:115px;
}
.tab-icons-v2.tab-icons-v2-ext .tab-theme .tab-content > .active {
	padding-top: 185px;
}

/*Tabs Icons - Version 3*/

.tab-icons-v3 {    
	display: table;
    width: 100%;
    height: inherit;
}
.tab-icons-v3 .tab-theme.tab-icons {
	padding:0;
	width:50%;
	display: table-cell;
    vertical-align: middle;
    height: 100%;
	background-color:transparent;
	padding:75px 0;
}
.tab-icons-v3 .tab-icons > li > a > span.icon-tab {
	font-size:40px;
}
.tab-icons-v3 .tab-icons > li > a > .icon-text {
	font-size:16px;
}
.tab-icons-v3 .tab-icons > li > a > .icon-subtext {
	font-size:14px;
	color:#ddd;
	text-transform:none;
	margin-bottom:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tab-icons-v3 .tab-icons > li.active > a > .icon-subtext,
.tab-icons-v3 .tab-icons> li > a:hover > .icon-subtext,
.tab-icons-v3 .tab-icons > li > a:focus> .icon-subtext {
	color:#aaa;
}
.tab-icons-v3 .tab-theme {
	display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 50%;
	background-color:#fcfcfc;
}
.tab-icons-v3 ul.tab-theme > li {
	width:33%;
}
.tab-icons-v3 .tab-icons > li > a {
	padding:25px;
}
.tab-icons-v3 .tab-theme .tab-content > .active {
	padding:100px;
}

/* Tab  Icons - Version 3 - Extended */

.tab-icons-v3.tab-icons-v3-ext .tab-icons {
	padding:50px 0;
	position:relative;
	z-index:1;
}
.tab-icons-v3.tab-icons-v3-ext .tab-icons > li > a {
    padding: 50px 15px;
    margin: 0;
}
.tab-icons-v3.tab-icons-v3-ext .tab-icons > li > a > span.icon-tab {
    font-size: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -35px;
    z-index: -1;
    color: #eee;
    opacity: 0.6;
}
.tab-icons-v3.tab-icons-v3-ext .tab-icons > li > a > .icon-text {
    font-size: 18px;
    margin-top: 0;
    letter-spacing: 3px;
	color:#bbb;
	font-weight:500;
}
.tab-icons-v3.tab-icons-v3-ext .tab-icons > li > a > .icon-subtext {
    font-size: 16px;
}
.tab-icons-v3.tab-icons-v3-ext .tab-icons > li.active > a > .icon-tab, 
.tab-icons-v3.tab-icons-v3-ext .tab-icons> li > a:hover > .icon-tab, 
.tab-icons-v3.tab-icons-v3-ext .tab-icons > li > a:focus> .icon-tab {
	color:#ddd;
}
.tab-icons-v3.tab-icons-v3-ext .tab-icons > li.active > a > .icon-text, 
.tab-icons-v3.tab-icons-v3-ext .tab-icons> li > a:hover > .icon-text, 
.tab-icons-v3.tab-icons-v3-ext .tab-icons > li > a:focus> .icon-text {
	color:#000;
}
.tab-icons-v3.tab-icons-v3-ext .tab-icons > li.active > a > .icon-subtext, 
.tab-icons-v3.tab-icons-v3-ext .tab-icons> li > a:hover > .icon-subtext, 
.tab-icons-v3.tab-icons-v3-ext .tab-icons > li > a:focus> .icon-subtext {
    color: #777;
}

/*Tabs Underline*/

.tab-underline > li > a {
	background-color: transparent;
	padding: 0 15px 10px;
	border-bottom: 1px solid transparent;
}
.tab-underline > li.active > a,
.tab-underline > li.active > a:hover,
.tab-underline > li.active > a:focus,
.tab-underline > li.active > a,
.tab-underline > li.active > a:hover,
.tab-underline > li.active > a:focus,
.tab-underline> li > a:hover,
.tab-underline > li > a:focus {
	border-bottom: 1px solid #000;
	background-color: transparent;
}

/*Tabs Lined*/

ul.tab-lined:after {
	border-bottom: 1px solid #000;
	width: 100%;
	margin-top: -7px;
}
.tab-lined > li > a {
	background-color: transparent;
	padding: 0 15px 10px;
	border-bottom: 3px solid transparent;
}
.tab-lined > li.active > a,
.tab-lined > li.active > a:hover,
.tab-lined > li.active > a:focus,
.tab-lined > li.active > a,
.tab-lined > li.active > a:hover,
.tab-lined > li.active > a:focus,
.tab-lined> li > a:hover,
.tab-lined > li > a:focus {
	border-bottom: 3px solid #000;
	background-color: transparent;
}

/*Tabs Simple*/

ul.nav-tabs.tab-theme {
	border-color: #eee;
	padding-top: 50px;
}
ul.nav-tabs.tab-theme > li {
	float: none;
}
ul.nav-tabs.tab-theme > li > a {
	margin-bottom: 0;
}
.nav-tabs.tab-theme > li.active > a,
.nav-tabs.tab-theme > li.active > a:hover,
.nav-tabs.tab-theme > li.active > a:focus,
.nav-tabs.tab-theme > li.active > a,
.nav-tabs.tab-theme > li.active > a:hover,
.nav-tabs.tab-theme > li.active > a:focus {
	border-color: #eee;
	border-bottom-color: #fff;
}
.nav-tabs.tab-theme > li > a:hover,
.nav-tabs.tab-theme > li > a:focus {
	border-color: transparent;
	background-color: transparent;
}

/*Tabs Light*/

ul.tab-theme.tab-light > li > a {
	color: #fff;
}
.tab-light.nav-tabs.tab-theme > li.active > a,
.tab-light.nav-tabs.tab-theme > li.active > a:hover,
.tab-light.nav-tabs.tab-theme > li.active > a:focus,
.tab-light.nav-tabs.tab-theme > li.active > a,
.tab-light.nav-tabs.tab-theme > li.active > a:hover,
.tab-light.nav-tabs.tab-theme > li.active > a:focus,
.tab-light.nav-tabs.tab-theme > li > a:hover,
.tab-light.nav-tabs.tab-theme > li > a:focus {
	background-color: #000;
	color: #fff;
	border-bottom-color: #000;
}
.tab-light.nav-tabs.tab-theme > li > a:hover,
.tab-light.nav-tabs.tab-theme > li > a:focus {
	border-bottom-color: transparent;
	background-color: transparent;
}
.tab-light.tab-bg > li.active > a,
.tab-light.tab-bg > li.active > a:hover,
.tab-light.tab-bg > li.active > a:focus,
.tab-light.tab-bg > li.active > a,
.tab-light.tab-bg > li.active > a:hover,
.tab-light.tab-bg > li.active > a:focus,
.tab-light.tab-bg> li > a:hover,
.tab-light.tab-bg > li > a:focus {
	color: #000;
	background-color: #fff;
}
.tab-light.tab-border > li.active > a,
.tab-light.tab-border > li.active > a:hover,
.tab-light.tab-border > li.active > a:focus,
.tab-light.tab-border > li.active > a,
.tab-light.tab-border > li.active > a:hover,
.tab-light.tab-border > li.active > a:focus,
.tab-light.tab-border> li > a:hover,
.tab-light.tab-border > li > a:focus,
.tab-light.tab-underline > li.active > a,
.tab-light.tab-underline > li.active > a:hover,
.tab-light.tab-underline > li.active > a:focus,
.tab-light.tab-underline > li.active > a,
.tab-light.tab-underline > li.active > a:hover,
.tab-light.tab-underline > li.active > a:focus,
.tab-light.tab-underline> li > a:hover,
.tab-light.tab-underline > li > a:focus,
.tab-light.tab-lined > li.active > a,
.tab-light.tab-lined > li.active > a:hover,
.tab-light.tab-lined > li.active > a:focus,
.tab-light.tab-lined > li.active > a,
.tab-light.tab-lined > li.active > a:hover,
.tab-light.tab-lined > li.active > a:focus,
.tab-light.tab-lined> li > a:hover,
.tab-light.tab-lined > li > a:focus,
ul.tab-light.tab-lined:after {
	border-color: #fff;
}

.tab-light.tab-icons > li > a > .icon-text,
.tab-light.tab-icons > li > a > .icon-tab {
	color: #777;
}
.tab-light.tab-icons > li.active > a > .icon-text,
.tab-light.tab-icons> li > a:hover> .icon-text,
.tab-light.tab-icons > li > a:focus > .icon-text,
.tab-light.tab-icons > li.active > a > .icon-tab,
.tab-light.tab-icons> li > a:hover > .icon-tab,
.tab-light.tab-icons > li > a:focus> .icon-tab{
	color: #fff;
}
.tab-light.tab-icons-v2 .tab-theme .tab-content > .active {
    background-color: #161616;
}
.tab-light.tab-icons-v2.tab-icons-v2-ext .tab-icons > li > a {
    background-color:#fff;
}
.tab-light.tab-icons-v2.tab-icons-v2-ext .tab-icons > li.active > a > .icon-text, 
.tab-light.tab-icons-v2.tab-icons-v2-ext .tab-icons> li > a:hover> .icon-text, 
.tab-light.tab-icons-v2.tab-icons-v2-ext .tab-icons > li > a:focus > .icon-text, 
.tab-light.tab-icons-v2.tab-icons-v2-ext .tab-icons > li.active > a > .icon-tab, 
.tab-light.tab-icons-v2.tab-icons-v2-ext .tab-icons> li > a:hover > .icon-tab, 
.tab-light.tab-icons-v2.tab-icons-v2-ext .tab-icons > li > a:focus> .icon-tab {
    color:#000;
}
.tab-light.tab-icons-v2.tab-icons-v2-ext .tab-icons > li > a > .icon-text,
.tab-light.tab-icons-v2.tab-icons-v2-ext .tab-icons > li > a > .icon-tab {
    color: #bbb;
}
.tab-light.tab-icons-v3 .tab-icons > li > a > .icon-text, 
.tab-light.tab-icons-v3 .tab-icons > li > a > .icon-tab {
	color:#aaa;
}
.tab-light.tab-icons-v3 .tab-icons > li.active > a > .icon-text, 
.tab-light.tab-icons-v3 .tab-icons> li > a:hover> .icon-text, 
.tab-light.tab-icons-v3 .tab-icons > li > a:focus > .icon-text, 
.tab-light.tab-icons-v3 .tab-icons > li.active > a > .icon-tab, 
.tab-light.tab-icons-v3 .tab-icons> li > a:hover > .icon-tab, 
.tab-light.tab-icons-v3 .tab-icons > li > a:focus> .icon-tab {
    color:#fff;
}
.tab-light.tab-icons-v3 .tab-icons > li > a > .icon-subtext {
	color:#888;
}
.tab-light.tab-icons-v3 .tab-icons > li.active > a > .icon-subtext, 
.tab-light.tab-icons-v3 .tab-icons> li > a:hover> .icon-subtext, 
.tab-light.tab-icons-v3 .tab-icons > li > a:focus > .icon-subtext {
	color: #bbb;
}
.tab-light.tab-icons-v3 .tab-theme {
	background-color:#161616;
}
.tab-light.tab-icons-v3 .tab-theme.tab-icons {
	background-color:transparent;
}
.tab-light.tab-icons-v3.tab-icons-v3-ext .tab-icons > li > a > span.icon-tab {
	color:#666;
}
.tab-light.tab-icons-v3.tab-icons-v3-ext .tab-icons > li.active > a > .icon-tab, 
.tab-light.tab-icons-v3.tab-icons-v3-ext  .tab-icons> li > a:hover > .icon-tab, 
.tab-light.tab-icons-v3.tab-icons-v3-ext  .tab-icons > li > a:focus> .icon-tab {
	color: #999;
}

/* ==========================================================================
   Alerts
============================================================================= */

.alert {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:400;
}

/*Theme*/

.alert-theme {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

/*Double Border*/

.alert-double-border {
	padding:5px;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 20px;
}
.alert-double-border.db-theme {
	border-color: #000;
}
.alert-double-border.db-info {
	border-color: #a6daef;
}
.alert-double-border.db-success {
	border-color: #adddcf;
}
.alert-double-border.db-warning {
	border-color: #ffd76d;
}
.alert-double-border.db-danger {
	border-color: #de6868;
}
.alert-double-border .alert {
	margin-bottom: 0;
}

/*Big*/

.alert-big {
	padding-top:30px;
	padding-bottom: 30px;
}

/*Theme Alert Colors*/

.alert-theme-success {
	background-color: #adddcf;
	border-color: #adddcf;
	color: #fff;
}
.alert-theme-danger {
	background-color: #de6868;
	border-color: #de6868;
	color: #fff;
}
.alert-theme-warning {
	background-color: #ffd76d;
	border-color: #ffd76d;
	color: #fff;
}
.alert-theme-info {
	background-color: #a6daef;
	border-color: #a6daef;
	color: #fff;	
}
.alert-icon i.fa {
	float: left;
	margin-right: 15px;
	padding-top: 5px;
}

/*Content*/

.alert-content {
	margin-left: 35px;
}
.alert-theme .close {
	opacity: 1;
}
.alert-theme .close:hover {
	color: #000;
	opacity: 0.5;
}

/* ==========================================================================
   Owl Carousel
============================================================================= */

/*Dark/Default Pagination*/

.owl-theme .owl-controls .owl-page span,
.owl-theme .owl-controls .owl-page.active span {
	background-color: #000;
	opacity: 0.2;
	width: 25px;
	height: 3px;
	margin: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.owl-theme .owl-controls .owl-page.active span {
	opacity: 1;
}
.owl-theme.owl-arrows .owl-controls .owl-buttons div {
	opacity: 0;
	position: absolute;
	top: 50%;
	background: #333;
	color: #fff;
	padding: 0;
	height: 70px;
	width: 40px;
	border-radius: 0;
	line-height: 70px;
	font-size: 18px;
	margin-top: -35px;	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.owl-theme.owl-arrows .owl-controls .owl-buttons div:hover {
	background: #000;
}
.owl-theme.owl-arrows .owl-controls .owl-buttons .owl-prev {
	left:-40px;
}
.owl-theme.owl-arrows .owl-controls .owl-buttons .owl-next {
	right:-40px;
}
.owl-theme.owl-arrows:hover .owl-controls .owl-buttons div {
	opacity: 1;
}
.owl-theme.owl-arrows:hover .owl-controls .owl-buttons .owl-prev {
	left:0;
}
.owl-theme.owl-arrows:hover .owl-controls .owl-buttons .owl-next {
	right:0;
}

/*Light Pagination*/

.owl-theme-light.owl-theme .owl-controls .owl-page span,
.owl-theme-light.owl-theme .owl-controls .owl-page.active span {
	background-color: #fff;
	opacity: 0.4;
	width: 25px;
	height: 3px;
	margin: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.owl-theme-light.owl-theme .owl-controls .owl-page.active span {
	opacity: 1;
}
.owl-theme-light.owl-arrows .owl-controls .owl-buttons div {
	background: #eee;
	color: #000;
}
.owl-theme-light.owl-arrows .owl-controls .owl-buttons div:hover {
	background: #fff;
}

/* Arrow On View */

.owl-theme.owl-arrows.owl-arrows-view .owl-controls .owl-buttons div {
	opacity: 1;
}
.owl-theme.owl-arrows.owl-arrows-view .owl-controls .owl-buttons .owl-prev {
	left:0;
}
.owl-theme.owl-arrows.owl-arrows-view .owl-controls .owl-buttons .owl-next {
	right:0;
}

/* Plain Arrows */

.owl-theme.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons div {
	background: transparent;
	color: #999;
	width:auto;
	font-size:50px;
}
.owl-theme.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons div:hover {
	color: #000;
	background:transparent;
}
.owl-theme-light.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons div {
	color: #ccc;
	background:transparent;
}
.owl-theme-light.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons div:hover {
	background:transparent;
}

.owl-theme.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .fa {
	display:none;
}
.owl-theme.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-next {
	position:absolute;
	top:50%;
	margin-top:-15px;
    border-right: 1.5px solid #999; 
	border-bottom: 1.5px solid #999;
    width: 30px; 
	height: 30px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.owl-theme.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-next:hover {
    border-right: 1.5px solid #000; 
	border-bottom: 1.5px solid #000;
}
.owl-theme-light.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-next {
    border-right: 1.5px solid #aaa; 
	border-bottom: 1.5px solid #aaa;
}
.owl-theme-light.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-next:hover {
    border-right: 1.5px solid #fff; 
	border-bottom: 1.5px solid #fff;
}
.owl-theme.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-prev {
	position:absolute;
	top:50%;
	margin-top:-15px;
    border-left: 1.5px solid #999; 
	border-top: 1.5px solid #999;
    width: 30px; 
	height: 30px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.owl-theme.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-prev:hover {
    border-left: 1.5px solid #000; 
	border-top: 1.5px solid #000;
}
.owl-theme-light.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-prev {
    border-left: 1.5px solid #aaa; 
	border-top: 1.5px solid #aaa;
}
.owl-theme-light.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-prev:hover {
    border-left: 1.5px solid #fff; 
	border-top: 1.5px solid #fff;
}
.owl-theme.owl-arrows.owl-arrows-plain.owl-arrows-view .owl-controls .owl-buttons .owl-next,
.owl-theme.owl-arrows.owl-arrows-plain:hover .owl-controls .owl-buttons .owl-next {
	right:10px;
}
.owl-theme.owl-arrows.owl-arrows-plain.owl-arrows-view .owl-controls .owl-buttons .owl-prev,
.owl-theme.owl-arrows.owl-arrows-plain:hover .owl-controls .owl-buttons .owl-prev {
	left:10px;
}

/* Owl Slider */

.owl-theme.owl-slider .item,
.owl-theme.owl-slider.owl-arrows {
	padding:0;
}
.owl-theme.owl-slider .owl-pagination {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0;
	z-index:1;
	cursor:auto;
}
.owl-theme.owl-slider.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-prev,
.owl-theme.owl-slider.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-next {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform:none;
	border:none;
	margin:0;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: url('../images/owl-carousel-prev.png'), pointer;
}
.owl-theme.owl-slider.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-next {
	left:inherit;
	right:0;
	cursor:url('../images/owl-carousel-next.png'), pointer;
}
.owl-theme.owl-theme-light.owl-slider.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-prev {
	cursor: url('../images/owl-carousel-prev-light.png'), pointer;
}
.owl-theme.owl-theme-light.owl-slider.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-next {
	left:inherit;
	right:0;
	cursor:url('../images/owl-carousel-next-light.png'), pointer;
}

/* Full Screen Owl Slider */

.slider-item {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position:fixed;
}
.owl-theme.full-width {
padding: 0;
}
.owl-theme.full-width .item {
padding: 0;
}
.owl-theme.full-width.owl-arrows.owl-arrows-plain.owl-arrows-view .owl-controls .owl-buttons .owl-prev, 
.owl-theme.full-width.owl-arrows.owl-arrows-plain:hover .owl-controls .owl-buttons .owl-prev {
	left:50px;
}
.owl-theme.full-width.owl-arrows.owl-arrows-plain.owl-arrows-view .owl-controls .owl-buttons .owl-next, 
.owl-theme.full-width.owl-arrows.owl-arrows-plain:hover .owl-controls .owl-buttons .owl-next {
	right:50px;
}

/*Default Theme Settings*/

.owl-carousel .item{
	padding: 0 10px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
}
.owl-arrows.owl-carousel {
	padding: 0 80px;
}
.owl-theme .owl-controls {
	margin-top:50px;
}
.owl-theme.owl-arrows .owl-controls {
	margin-top:0px;
}
.owl-theme .item:hover > img {
	opacity: 1;
}
.owl-theme.pagination-left .item,
.owl-theme.pagination-right .item {
	padding:0;
}
.owl-theme.pagination-left .owl-controls .owl-pagination {
	text-align:left;
}
.owl-theme.pagination-left .owl-controls .owl-page span, .owl-theme.pagination-left .owl-controls .owl-page.active span {
	margin-right:10px;
	margin-left:0;
}
.owl-theme.pagination-right .owl-controls .owl-pagination {
	text-align:right;
}
.owl-theme.pagination-right .owl-controls .owl-page span, .owl-theme.pagination-right .owl-controls .owl-page.active span {
	margin-right:0;
	margin-left:10px;
}

/* ==========================================================================
  Featured Items
============================================================================= */

/*Featured - Style 1*/

.featured-owl .owl-arrows.owl-carousel {
	margin-bottom: 70px;
	padding:0;
}
.featured-owl .owl-arrows.owl-carousel .item {
	padding: 350px 100px 0;
}
.featured-owl .owl-arrows.owl-carousel .item:hover img {
	opacity:1;
}
.featured-owl .featured-heading {
	position: absolute;
	top: 200px;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.featured-owl .owl-theme.owl-arrows .owl-controls .owl-pagination {
	position: absolute;
	top: 250px;
	left: 0;
	right: 0;
}
.featured-owl .owl-theme.owl-arrows .owl-controls .owl-buttons div {
	opacity: 1;
	position: absolute;
	top: 100%;
	background: #000;
	color: #fff;
	padding: 0;
	height: 70px;
	width: 47.5%;
	margin-top: 0;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top: 1px solid #161616;
	border-bottom: 1px solid #161616;
	margin:0;
}
.featured-owl .owl-theme-light.owl-theme.owl-arrows .owl-controls .owl-buttons div {
	background: #fff;
	color: #000;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}
.featured-owl .owl-theme.owl-arrows .owl-controls .owl-buttons .owl-prev {
	left:0;
	margin-left:0;
}
.featured-owl .owl-theme.owl-arrows .owl-controls .owl-buttons .owl-prev:after {
	content:'PREV';
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 2px;
	margin-left:10px;
}
.featured-owl .owl-theme.owl-arrows .owl-controls .owl-buttons .owl-prev:hover {
	padding-right: 30px;
}
.featured-owl .owl-theme.owl-arrows .owl-controls .owl-buttons .owl-next {
	right:0;
	margin-right:0;
}
.featured-owl .owl-theme.owl-arrows .owl-controls .owl-buttons .owl-next:before {
	content:'NEXT';
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 2px;
	margin-right: 10px;
}
.featured-owl .owl-theme.owl-arrows .owl-controls .owl-buttons .owl-next:hover {
	padding-left: 30px;
}
.featured-owl .btn-featured {
	position: absolute;
	bottom: 0;
	left:47.5%;
	height: 70px;
	width: 5%;  
	font-size: 20px;
	line-height: 60px;
	border: 1px solid #262626 !important;
	background-color:#000;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featured-owl .btn-featured:hover {
	background-color:#262626;
}
.featured-owl .btn-featured.btn-featured-light {
	border: 1px solid #f6f6f6 !important;
	background-color: #fff;
	color:#000;
}
.featured-owl .btn-featured.btn-featured-light:hover {
	background-color:#fafafa;
}

/*Featured - Style 2*/

.featured-owl-side .owl-arrows.owl-carousel {
	padding: 0;
}
.featured-owl-side .owl-theme.owl-arrows .owl-controls .owl-buttons div {
	opacity: 1;
	top:inherit;
	bottom: 25px;
	background: transparent;
	border: 2px solid #000;
	color: #000;
	font-weight: bold;
	height: 50px;
	width: 50px;
	line-height: 50px;
}
.featured-owl-side .owl-theme.owl-arrows .owl-controls .owl-buttons div:hover {
	background: #000;
	color: #fff;
}
.featured-owl-side .owl-theme-light.owl-theme.owl-arrows .owl-controls .owl-buttons div {
	border: 2px solid #fff;
	color: #fff;
}
.featured-owl-side .owl-theme-light.owl-theme.owl-arrows .owl-controls .owl-buttons div:hover {
	background: #fff;
	color: #000;
}
.featured-owl-side .owl-theme.owl-arrows .owl-controls .owl-buttons .owl-prev {
	right: 55px;
	left: inherit;
}
.featured-owl-side .owl-theme.owl-arrows .owl-controls .owl-buttons .owl-next {
	right:0;
}

/* Full Width */

.owl-carousel.full-width {
	padding: 0;
}
.owl-carousel.full-width .item {
	padding: 0;
}

/* ==========================================================================
   Steps
============================================================================= */

/*Process Tabs*/

.process-tab .nav-tabs> li {
	padding: 0 10px 50px;
}
.process-tab .nav-tabs > li > a {
	font-size: 28px;
	padding-top:0;
	width:100%;
}
.process-tab .nav-tabs>li>a, 
.process-tab .nav-tabs>.active>a, 
.process-tab .nav-tabs>.active>a:hover, 
.process-tab .nav-tabs>.active>a:focus {
	border:none;
}
.process-tab .nav-tabs>li>a:hover, 
.process-tab .nav-tabs>li>a:focus {
	background-color: transparent;
}
.process-tab .nav-tabs>li>a, .process-tab .nav-tabs>li>a:hover {
	display: inline-block;
}
.process-tab .nav-tabs>li>a span.steps-block {
	height:80px;
	width:80px;
	text-align:center;
	line-height:80px;
	padding:0;
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.process-tab .nav-tabs>li.active>a span.steps-block,
.process-tab .nav-tabs>li:hover>a span.steps-block,
.process-tab .nav-tabs.nav-justified> .active> a span.steps-block, 
.process-tab .nav-tabs.nav-justified > .active> a:hover span.steps-block, 
.process-tab .nav-tabs.nav-justified > .active> a:focus span.steps-block {
	background-color: #000;
	color: #fff;
	border:1px solid #000;
}
.process-tab .nav-tabs li a span.steps-block,
.process-tab .nav-tabs li a span.steps-text {
	display:block;
	text-transform:uppercase;
	margin-left:auto;
	margin-right:auto;
}
.process-tab .nav-tabs li a span.steps-text {
	font-size:13px;
	margin-top:15px;
	position:absolute;
	left:0;
	right:0;
}
.process-tab .nav-tabs>li:hover {
	cursor: pointer;
}
.process-tab .nav-tabs>li.active:hover {
	cursor: auto;
}
.process-tab .nav-tabs>li>a i,
.nav-tabs>li>a:hover i {
	padding: 10px 0;
}
.process-tab .nav-tabs>li>h5 {
	margin:30px 0 0;
	text-transform: uppercase;
	letter-spacing:1px;
}
.process-tab .nav-tabs li:after {
	left: auto;
	right: 0;
	margin: 0 -26px 0 0;
}
.process-tab .nav-tabs li:before {
	content: '';
	position: absolute;
	top: 41px;
	left: 0;
	width: 40%;
	margin-left: -20%;
	border-top: 1px solid #eee;
}
.process-tab .nav-tabs li:first-child:before{
	display: none;
}

/* ==========================================================================
   Team
============================================================================= */

.team-item {
	margin: 100px auto 0;
}
.team-item.team-large {
	max-width: 900px;
}	
.team-item.team-large .social-icons {
	float: right;
	margin-top: 30px;	
}
.team-item .team-name,
.team-item .team-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
}	
.team-item .team-name {
	font-size: 13px;
	font-weight: bold;
	margin:30px 0 5px;
}
.team-item .team-title {
	font-size: 15px;
}
.team-item .team-info {
	margin-top: 30px;
	display: block;
	font-size: 14px;
}
.team-item .social-icons {
	margin-top: 30px;
}
.team-item img {
	margin-left: auto;
	margin-right: auto;
}

/* Common style */

.team-overlay {
	margin:100px 0 0;
}
.team-overlay .team-item {
	margin: 0;
}
.team-overlay figure {
	position: relative;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
}
.team-overlay.overlay-light figure {
	background: #fff;
}

.team-overlay figure img {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

.team-overlay figure figcaption {
	padding: 2em;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.team-overlay figure figcaption::before,
.team-overlay figure figcaption::after {
	pointer-events: none;
}

.team-overlay figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------------*/
/***** Social Overlay *****/
/*---------------*/

.team-overlay figure.social-overlay:hover img {
	opacity: 0.4;
}
.team-overlay.overlay-light figure.social-overlay:hover img {
	opacity: 0.2;
}
figure.social-overlay figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #000;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	position:absolute;
	bottom:-100%;
}
.team-overlay.overlay-light figure.social-overlay figcaption {
	background: #fff;
}

figure.social-overlay figcaption .social-icons {
	margin:0;
}
figure.social-overlay .team-center-content {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
figure.social-overlay .team-center-content .team-content {
	display: table;
	width: 100%;
	height: 100%;
}
figure.social-overlay .team-description {
	display: table-cell;
	vertical-align: middle;
	padding:  0 20px 66px;
}
figure.social-overlay .team-description p {	
	font-size: 75%;
	font-family:'Roboto Condensed', sans-serif;
}
figure.social-overlay .team-description p,
figure.social-overlay .team-description h1,
figure.social-overlay .team-description h2,
figure.social-overlay .team-description h3,
figure.social-overlay .team-description h4,
figure.social-overlay .team-description h5,
figure.social-overlay .team-description h6,
figure.social-overlay .team-description span{
	color: #fff;
	letter-spacing:1px;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}
.team-only-content figure.social-overlay .team-description {
	padding-bottom: 0;
}
figure.social-overlay .team-description .social-icons {
	margin: 10px 0 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.team-overlay.overlay-light figure.social-overlay .team-description p,
.team-overlay.overlay-light figure.social-overlay .team-description h1,
.team-overlay.overlay-light figure.social-overlay .team-description h2,
.team-overlay.overlay-light figure.social-overlay .team-description h3,
.team-overlay.overlay-light figure.social-overlay .team-description h4,
.team-overlay.overlay-light figure.social-overlay .team-description h5,
.team-overlay.overlay-light figure.social-overlay .team-description h6,
.team-overlay.overlay-light figure.social-overlay .team-description span {
	color: #000;
}

figure.social-overlay:hover .team-description p,
figure.social-overlay:hover .team-description .social-icons,
figure.social-overlay:hover .team-description h1,
figure.social-overlay:hover .team-description h2,
figure.social-overlay:hover .team-description h3,
figure.social-overlay:hover .team-description h4,
figure.social-overlay:hover .team-description h5,
figure.social-overlay:hover .team-description h6,
figure.social-overlay:hover .team-description span {
	opacity: 1;
}
figure.social-overlay:hover figcaption {
	bottom:0;
}

/* ==========================================================================
   Progress Bars
============================================================================= */

.progress {
	height:25px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow:none;
	font-family:'Roboto Condensed', sans-serif;
}
.progress-label, span.percentage-left {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family:'Roboto Condensed', sans-serif;
}
.progress-thin {
	height:10px;
}
.progress-thinner {
	height: 5px;
	background-color: transparent;
	border-bottom: 1px solid #eee;
}
.progress-bar {
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #000;
	-webkit-box-shadow: none;
	box-shadow:none;
}
.progress .progress-bar.two-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}
span.percentage-left {
	position:absolute;
	right: 15px;	
}
.no-padding-side span.percentage-left,
.no-padding-right span.percentage-left {
	right: 0;
}

/*Progress Bar Styles : ps-1, ps-2 & ps-3*/

.ps-1 span.percentage,
.ps-2 span.percentage {
	float: right;
	display: inline-block;
	background-color: #ddd;
	color: #000;
	opacity: 0.6;
	padding: 0 10px;
}
.ps-2 span.percentage {
	position: absolute;
	right: 15px;
	line-height: 25px;
}
.ps-2 span.text, .ps-3 span.text {
	float: left;
	display: inline-block;
	background-color: #ddd;
	font-size: 12px;
	color: #000;
	opacity: 0.6;
	padding: 0 10px;
	text-transform: uppercase;
}

/* Light Progress Bars */

.progress-light {
	background-color: #262626;
}
.progress-light .progress-bar {
	background: #f6f6f6;
	color: #000;
}
.progress-light.progress-thinner {
	background-color:transparent;
	border-bottom: 1px solid #262626;
}
.progress-light.ps-1 span.percentage,
.progress-light.ps-2 span.percentage,
.progress-light.ps-2 span.text, .ps-3 span.text {
	background-color: #333;
	color: #f6f6f6;
}

/* ==========================================================================
   Testimonials
============================================================================= */

.testimonial {
	margin: 100px 0 0;
}
.testimonial span.quote {
	font-size: 60px;
	line-height: 100%;
	float: left;
	color: #000;
	margin-top: -10px;
	font-weight: bold;
}
.testimonial i.testimonial-icon {
	font-size: 25px;
	float: left;
	margin-right: 20px;
	margin-left: 45px;
}
.testimonial img {
	width: 65px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-left: 45px;
	margin-top:-10px;
}
.testimonial blockquote {
	margin-bottom: 50px;
	margin-top:0;
	border: none;
	padding: 10px 0 0 45px;
	font-size:14px;
}
.testimonial .client-name {
	margin: 65px 0 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
.testimonial .client-name a {
	font-weight: 300;
	letter-spacing:2px;
}
.testimonial-no-icon .client-name {
	padding-left: 45px;
}
.testimonial-center {
	text-align: center;
}
.testimonial-center span.quote {
	font-size: 60px;
	line-height: 67%;
	float: none;
	color: #000;
	margin: 0;
	font-weight: bold;
}
.testimonial-center blockquote {
	padding:0;
}
.testimonial-center i.testimonial-icon,
.testimonial-center img {
	float: none;
	margin:0;
}
.testimonial-center .client-name {
	margin:20px 10px 0;
}
.testimonial-light blockquote p,
.testimonial-light .client-name a,
.testimonial-light i.testimonial-icon{
	color: #ddd;
}
.testimonial-light .client-name,
.testimonial-light span.quote {
	color: #eee;
}
.testimonial-carousel.owl-carousel .item .testimonial {
	margin: 0;
}
.testimonial-carousel.owl-carousel .item .testimonial .client-name {
	margin-bottom:0;
}

/* ==========================================================================
   Blockquotes
============================================================================= */
blockquote {
	margin: 20px 0;
}
.blockquote-theme {
	border-left: 5px solid #000;
}
.blockquote-reverse.blockquote-theme {
	border-right: 5px solid #000;
	border-left: none;
}

/* ==========================================================================
   Promo Boxes
============================================================================= */

.promo-box {
	padding:100px 0;
	margin:200px 0;
	letter-spacing:1px;
	background-color: #f6f6f6;
}
.promo-border {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.promo {
	display:table;
	width:100%;
	height:100%;
}
.promo-col {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.promo-heading,
.promo-heading{
	text-transform: uppercase;
	margin: 0;
}
.promo-subtitle,
.promo-subtitle {
	margin-top:10px;
	font-weight: normal;
}
.btn-promo {
	width:100%;	
}
.pb-icon { 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
	border: 1px solid #eee;
	margin: -150px auto 0;
	background: #fff;  
	width: 100px; 
	line-height: 100px;
	font-size: 40px;
	color: #000;
	height: 100px;  
	text-align: center;
}
.promo-icon-left,
.promo-icon-right {
	margin:0;
	font-size:60px;
}
.promo-icon-right {
	float:right;
}
.promo-parallax { 
	background-size: 100%;
	background-attachment: fixed;
}
.promo-dark {
	background-color: #000;
}
.promo-dark.promo-border {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.cta-image-up {
	margin-top:-150px;
}
.cta-image-bottom {
	margin-bottom:-150px;
}
.cta-image-top-bottom {
	margin-bottom:-150px;
	margin-top:-150px;
}
.cta-image-side-right {
	float:right;
}
	
/* ==========================================================================
   Sections
============================================================================= */

.section-video {
	background-repeat: no-repeat;
	background-color: #000;
	background-position: center 0;
	width: 100%;
	margin: 200px 0;
	padding: 200px 0;
	overflow: hidden;
	position: relative;
}
.section-video.video-lg {
	padding: 400px 0;
}
.section-video .embed, .section-video object, .section-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.section-video .video-overlay {
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.section-video .video-overlay.video-overlay-dark {
	background: rgba(0,0,0,0.5);
}
.video-content {
	z-index: 1;
}
.section-colored {
	padding-top: 200px;
	padding-bottom: 200px;
	margin: 200px 0;
	background-color: #000;
}
.section-pattern {
	padding-top: 200px;
	padding-bottom: 200px;
	margin: 200px 0;
}
.section-parallax {
	background-size: 100%;
	background-attachment: fixed;
	padding-top: 200px;
	padding-bottom: 200px;
	margin: 200px 0;
}
.section-img {
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 200px;
	margin: 200px 0;
}
.section-hover-img {
	overflow: hidden;
	position:relative;
	padding: 200px 0;
	margin: 200px 0;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.section-hover-img.section-hover-light {
	background-color: rgba(255,255,255,0);
}
.section-hover-img:hover {
	background-color: rgba(0,0,0,1);
}
.section-hover-img.section-hover-light:hover {
	background-color: rgba(255,255,255,1);
}
.section-hover-img .hover-img-content {
	position: relative;
}
.section-hover-img > img.hovered-img {
	position: absolute;
	top:0;
	left:0;
	min-height:100%;
	width:100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.section-hover-img:hover> img.hovered-img {
	opacity: 0.4;
}
.section-side-image {
	padding: 0px;
	position: relative;
	margin: 200px 0;
}
.section-grid {
	width:100%;
	height:100%;
}
.section-grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height:100%;
	text-align: center;
	cursor: pointer;
}
.section-side-hover:hover figure.section-effect {
	background-color: rgba(0,0,0,0.5);
}
.section-side-hover.section-hover-light:hover figure.section-effect {
	background-color: rgba(255,255,255,0.5);
}
.section-grid figure figcaption,
.section-grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section-grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.section-side-hover figure.section-effect {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
figure.section-effect figcaption {
	padding: 50px;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:hidden;
	backface-visibility: hidden;
}
figure.section-effect figcaption::before,
figure.section-effect figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
	pointer-events: none;
}
figure.section-effect figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-o-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
figure.section-effect figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.section-side-hover.section-hover-light figure.section-effect figcaption::before,
.section-side-hover.section-hover-light figure.section-effect figcaption::after {
	border-color:#000;
}
.section-grid .section-grid-center {
	display: table;
	width:100%;
	height:100%;
}
.section-grid .section-grid-center .section-grid-content {
	display: table-cell;
	vertical-align:middle;
}
.section-grid figure h2,
.section-grid figure p {
	margin: 0;
	padding: 0 65px;
	color:#fff;
	opacity: 0;
}
.section-hover-light .section-grid figure h2,
.section-hover-light .section-grid figure p {
	color:#000;
}
figure.section-effect h2 {
	font-size:200%;
	position:absolute;
	top:-30px;
	left:0;
	right:0;
}
figure.section-effect p {
	font-size: 90%;
	font-weight:300;
	letter-spacing:2px;
	position:absolute;
	top:-10px;
	left:0;
	right:0;
}
figure.section-effect figcaption::before,
figure.section-effect figcaption::after,
figure.section-effect h2,
figure.section-effect p {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.section-side-hover:hover figure.section-effect figcaption::before,
.section-side-hover:hover figure.section-effect figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.section-side-hover:hover figure.section-effect h2 {
	opacity: 1;
	top:45%;
}
.section-side-hover:hover figure.section-effect p {
	opacity: 1;
	top:55%;
}
.section-side-hover:hover figure.section-effect figcaption::after,
.section-side-hover:hover figure.section-effect h2,
.section-side-hover:hover figure.section-effect p {
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.section-side-image .image-container {
	overflow: hidden;
	position: absolute;
	height: 100%;
	padding: 0px;
	top: 0px;
}
.image-holder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	z-index: 0;
}
.section-side-image .image-container.pull-right{
	right: 0;
}
.side-image-content {
	padding-top: 200px;
	padding-bottom: 200px;
}
.section-border-image {
	position: absolute;
	top: 20px;
	left: 20px; 
	right: 20px;
	bottom: 20px;
	border: 1px solid #fff;
	z-index: 1;
}
.section-border-image-dark {
	border: 1px solid #000;
}
.with-overlay {
	padding: 0;
}
.with-overlay .section-overlay {
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: rgba(0, 0, 0, 0.3);
}
.with-overlay .section-overlay-light {
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: rgba(255, 255, 255, 0.3);
}

/* Common style for pseudo-elements */

section.ss-style-triangles::before,
section.ss-style-triangles::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

/* Section With Triangles */

.ss-style-triangles::before,
.ss-style-triangles::after {
	left: 50%;
	margin-left:-25px;
	width: 50px;
	height: 50px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ss-style-triangles::before {
	top: -25px;
	background: inherit;
}
.ss-style-triangles::after {
	bottom: -25px;
	background: inherit;
}
.ss-style-triangles.top::after {
	width: 0;
	height: 0;
}
.ss-style-triangles.bottom::before {
	width: 0;
	height: 0;
}
section.ss-style-triangles{
	position: relative;
	padding: 200px 0;
	margin: 200px 0;
	background-color:#000;
}

/*Expandable Section*/

.expansion-text.cls,
.expansion-trigger.up,
.section-expand {
	display: none;	
}

/* Side By Side Sections */

.section-side-by-side {
	margin:100px 0;
}
.section-side-by-side section {
	margin-bottom:0 !important;
	margin-top:0 !important;
}
	
/* ==========================================================================
   Pricing Tables
============================================================================= */


.plan{
	background-color: transparent;
	text-align: center;
	margin: 100px 0 0;
	border:1px solid #eee;
	padding:5px;
}
.plan.popular {
	margin: 55px 0 0;
	border:none;
	background-color:#000;
}
.plan .content{
	border: 1px solid #eee;
	padding: 0px;
	margin: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.plan.popular .content {
	border:none;
}
.plan .content ul {
	list-style:none;
	font-size:15px;
	padding:50px 0 0;
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing:3px;
}
.plan .content li{
	padding: 0px;
	margin: 0px 30px;
	text-align: center;
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing: 2px;
	font-weight:300;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.plan .content li:last-child {	
	border-bottom: none;
}
.plan .type {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	font-family:'Roboto Condensed', sans-serif;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
}
.plan .plan-header{
	padding: 30px;
	background-color: #000;
	color: #fff;
}
.plan.popular .plan-header {
	padding: 52.5px 30px;
}
.plan .price {
	margin-top: -15px;
	font-size:80px;
}
.plan .plan-header .timeframe{
	font-size: 18px;
	font-family:'Roboto Condensed', sans-serif;
}
.plan .plan-header .currency {
	position:relative;	
	font-family:'Roboto Condensed', sans-serif;
	top:-45px;
	font-size: 20px;
}
.plan .text {
	font-size: 14px;
	margin:0;
	padding: 0px;
	color: #aaa;
}
.plan .buy{
	height:150px;
	line-height:125px;
}
.plan.popular .buy {
	height:190px;
	line-height:165px;
}
.plan:hover .content,
.plan:hover .content li {
	border-color: #aaa;
	color: #000;
}
.plan.popular .content li {
    border-color: #444;
    color: #ccc;
    margin: 0;
    padding: 0 15px;
}

/* Plan - Light */

.plan.plan-light {
	border-color:#333;
}
.plan.plan-light .content{
	border: 1px solid #333;
}
.plan.plan-light .content li{
	border-bottom: 1px solid #333;
	color: #aaa;
}
.plan.plan-light .content li:last-child {	
	border-bottom: none;
}
.plan.plan-light .type {
	color: #000;
}
.plan-light .plan-header{
	background-color: #fff;
	color: #000;
}
.plan.plan-light .text {
	color: #666;
}
.plan.plan-light:hover .content,
.plan.plan-light:hover .content li {
	border-color: #999;
	color: #fff;
}
.plan.plan-light.popular {
	background-color:#fff;
}
.plan.plan-light.popular .content {
	border:none;
}
.plan.plan-light.popular .content li {
    border-color: #eee;
    color: #999;
}

/* ==========================================================================
   Clients
============================================================================= */

.clients img{
	margin-left: auto;
	margin-right: auto;
}
.clients-opacity img {
	opacity: 0.5;
}
.clients-opacity  img:hover {
	opacity: 1;
}
.client-block img {
	background-color: #f6f6f6;
	padding:25px;
}
.client-block-dark img {
	background-color: #000;
	padding:25px;
}

/* ==========================================================================
   Content Grid
============================================================================= */

table.content-grid {
	width:100%;
}
table.content-grid tr {
	border-bottom: 1px solid #eee;
	width:100%;
}
table.content-grid-dark tr {
	border-bottom: 1px solid #333;
}
table.content-grid tr:last-child{
	border-bottom: none;
}
table.content-grid tr td {
	padding:25px;
	border-right: 1px solid #eee;
	background-color:transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
table.content-grid-dark tr td {
	border-right: 1px solid #333;
}
table.content-grid tr td:last-child{
	border-right: none;
}
table.content-grid.grid-hover tr td:hover {
	background-color:#fcfcfc;
}
table.content-grid-dark.grid-hover tr td:hover {
	background-color:#111;
}
table.content-grid.content-grid-5 tr td {
	width:20%;
}
table.content-grid.content-grid-4 tr td {
	width:25%;
}
table.content-grid.content-grid-3 tr td {
	width:33.33%;
}
table.content-grid.content-grid-2 tr td {
	width:50%;
}

/* ==========================================================================
   Counters
============================================================================= */

.nc-simple {
	color: #000;
}
.nc-simple.text-light,
.text-light .nc-simple {
	color: #fff;
}
.nc-simple span.counter-icon {
	font-size: 50px;
	margin-bottom:30px;
}
.nc-simple span.counter, .nc-simple span.counter-extend {
	font-size: 30px;
	font-weight: bold;
}
.nc-simple h3 {
	margin: 5px 0 0;
	text-transform: uppercase;
}
span.nc-text {
	font-size: 16px;
	font-weight: bold;
}
.nc-lined {
	padding: 0;
}
.nc-style-4 span, 
.nc-lined span {
	font-size: 50px;
	font-weight: bold;
}
.nc-lined span.counter-icon {
	font-weight: normal;
	border-bottom: 3px solid #000;
	min-width: 30%;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.nc-lined.text-light span.counter-icon,
.text-light .nc-lined span.counter-icon,
.nc-lined .text-light span.counter-icon {
	border-color: #fff;
}
.nc-lined h1,
.nc-lined h2,
.nc-lined h3,
.nc-lined h4,
.nc-lined h5,
.nc-lined h6 {
	margin: 0;
}
.nc-style-4 h5, .nc-lined h5 {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.counter-border {
	border-right: 1px solid #e6e6e6;
}

/* ==========================================================================
   Tooltip
============================================================================= */

.tooltip-inner {
	border-radius: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	letter-spacing: 1px;
	padding: 7px 8px 7px 10px;
}
.clients .tip-top, 
.content-grid .tip-top,
.tile .tip-top,
.clients .tip-right, 
.content-grid .tip-right,
.tile .tip-right,
.clients .tip-bottom, 
.content-grid .tip-bottom,
.tile .tip-bottom,
.clients .tip-left, 
.content-grid .tip-left,
.tile .tip-left {
	display: block;
}

/* ==========================================================================
   Bootstrap Slider
============================================================================= */

.carousel {
	margin: 20px 0;
	overflow:hidden;
}
.carousel-indicators li {
	border-radius:0;
}
.carousel-inner .item:hover img {
	opacity: 1;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-caption {
	text-shadow:none;
}
.carousel-caption.big-caption {
	right: 70%;
	top: 0;
	left: 0;
	padding: 40px;
	height: 100%;
	z-index: 0;
	background-color: rgba(0,0,0,0.7);
	text-align: left;
}
.carousel-caption.small-caption {
	right: inherit;
	bottom: 20%;
	left: 0;
	z-index: 0;
	background-color: rgba(0,0,0,0.7);
	text-align: left;
	padding: 0 5px;
	text-align: center;
}
.carousel-control .fa {
	position: absolute;
	top: 50%;
	margin-top:-35px;
	z-index: 5;
	display: inline-block;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
	height: 70px;
	width: 40px;
	line-height: 70px;
	text-align: center;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}
.carousel:hover .carousel-control .fa {
	opacity: 1;
}
.right.carousel-control .fa {
	right: -50px;
}
.left.carousel-control .fa {
	left: -50px;
}
.carousel:hover .right.carousel-control .fa {
	right: 0px;
}
.carousel:hover .left.carousel-control .fa {
	left: 0px;
}
.carousel-caption.big-caption h4 {
	padding-bottom: 20px;
	line-height: 23px;
	color:#fff;
}
.carousel-caption.small-caption h4 {
	padding:5px;
	color:#fff;
}
.carousel-caption.big-caption p {
	font-size: 13px;
}

/* ==========================================================================
   Trailer Images
============================================================================= */

.trailer {
	margin: 100px 0 0;
}
.trailer figure {
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
	cursor: pointer;
}
.trailer-dark figure {
	background-color: #000;
}
.trailer figure img {
	position: relative;
	display: block;
	height: inherit;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility:hidden;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	filter:none;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
figure.trailer-image:hover img,
.trailer-active figure.trailer-image img {
	opacity: 0.2;
}
.trailer-dark figure.trailer-image:hover img,
.trailer-active.trailer-dark figure.trailer-image img {
	opacity: 0.5;
}
.trailer figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.trailer figure figcaption,
.trailer figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.trailer figure figcaption > a {
	z-index: 1;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
figure.trailer-image figcaption::before,
figure.trailer-image figcaption::after {
	pointer-events: none;
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
figure.trailer-image figcaption::before {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-o-transform: scale(0,1);
	transform: scale(0,1);
}
figure.trailer-image figcaption::after {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);
}
.trailer-dark figure.trailer-image figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-o-transform: scale(0,1);
	transform: scale(0,1);
}
.trailer-dark figure.trailer-image figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);
}
figure.trailer-image .trailer-center {
	display:table;
	width:100%;
	height: 100%;
}
figure.trailer-image .trailer-center .trailer-heading {
	display:table-cell;
	vertical-align: top;
	padding:30px 10px 0;
}
figure.trailer-image .trailer-center .trailer-heading.trailer-heading-center {
	vertical-align:middle;
	padding:30px 10px;
}
figure.trailer-image .trailer-center .trailer-center-hover-content {
	display:table-cell;
	vertical-align:middle;
	opacity:0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	position:relative;
	bottom:20px;
}
.trailer-dark figure.trailer-image .trailer-center .trailer-center-hover-content h1,
.trailer-dark figure.trailer-image .trailer-center .trailer-center-hover-content h2,
.trailer-dark figure.trailer-image .trailer-center .trailer-center-hover-content h3,
.trailer-dark figure.trailer-image .trailer-center .trailer-center-hover-content h4,
.trailer-dark figure.trailer-image .trailer-center .trailer-center-hover-content h5,
.trailer-dark figure.trailer-image .trailer-center .trailer-center-hover-content h6 {
	color:#fff;
}
figure.trailer-image .trailer-center .trailer-center-hover-content p {
	position:inherit;
}
figure.trailer-image h2 {
	margin: 0;
	color: #000;
	font-size: 150%;
}
.trailer-dark figure.trailer-image h2 {
	color: #fff;
}
figure.trailer-image p {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	opacity: 0;  
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 50px 50px;
	letter-spacing: 2px;
	font-size: 68.5%;
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.trailer-dark figure.trailer-image p {
	color: #fff;
}
figure.trailer-image .content-background {	
	color: #fff;
	background-color: #000;
	padding: 5px 10px;
	display: inline-block;
}
.trailer-dark figure.trailer-image .content-background {
	background-color: #fff;
	color: #000;
}
figure.trailer-image p.content-background {
	display: inline-table;
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
}

figure.trailer-image:hover figcaption::before,
figure.trailer-image:hover figcaption::after,
.trailer-active figure.trailer-image figcaption::before,
.trailer-active figure.trailer-image figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
figure.trailer-image:hover h2,
figure.trailer-image:hover p,
figure.trailer-image:hover .trailer-center .trailer-center-hover-content,
.trailer-active figure.trailer-image h2,
.trailer-active figure.trailer-image p,
.trailer-active figure.trailer-image .trailer-center .trailer-center-hover-content {
	opacity: 1;
	bottom:0;
}

/* Trailer Sides */

.trailer-left-side,
.trailer-right-side {
	position:relative;
	margin: 100px 0 0;
}
.trailer-left-side .title,
.trailer-right-side .title {
	text-transform:uppercase;
	position: absolute;
	bottom: -25px;
	margin: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	font-size: 22px;
}
.trailer-right-side .title {
	bottom: 0;
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	transform: rotate(-270deg);
	-webkit-transform-origin: right bottom 0;
	-moz-transform-origin: right bottom 0;
	-ms-transform-origin: right bottom 0;
	-o-transform-origin: right bottom 0;
	transform-origin: right bottom 0;
	right: 23px;
}
.trailer-left-side img {
	padding-left:40px;
}
.trailer-right-side img {
	padding-right: 40px;
}

/* Trailer Cross */

.trailer-cross {
	position:relative;
	width:100%;
	height:inherit;
	margin:100px 0 0;
}
.trailer-cross-left {
	position: relative;
	width:65%;
}
.trailer-cross-right {
	position: relative;
	margin-left: 60%;
	margin-top: -15%;
	width: 40%;
}
.trailer-cross-right-top .trailer-cross-left {
	margin-top: -15%;
}
.trailer-cross-right-top .trailer-cross-right {
	margin-top:0;
}
.trailer-cross-right-large .trailer-cross-left {
	width:40%;
}
.trailer-cross-right-large .trailer-cross-right {
	width:65%;
	margin-left:35%;
}
.trailer-cross-above {
	z-index: 1;
}
.trailer-cross-content {
	padding: 15%;
	border: 1px solid #000;
}
.trailer-cross-content.trailer-cross-double-border {
	border: 4px double #000;
}

/* ==========================================================================
  Tables
============================================================================= */

.table-theme thead > tr> th{
	background-color:#000;
	color:#fff;
	font-size: 12px;
	padding: 15px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	border-color:#333;
}
.table-theme {
	border-top-color:#333;
}
.table-theme>tbody>tr>td {
	border-color: #eee;
	padding: 10px 15px;
}
.table-theme.table-hover>tbody>tr:hover {
	background-color: #fbfbfb; 
}

/* ==========================================================================
   404 Error
============================================================================= */

p.error{
	font-size: 200px;
	color:#000;
	text-shadow: 0 1px 0 #ccc,
				 0 2px 0 #c9c9c9,
				 0 3px 0 #bbb,
				 0 4px 0 #b9b9b9,
				 0 5px 0 #aaa,
				 0 6px 1px rgba(0,0,0,.1),
				 0 0 5px rgba(0,0,0,.1),
				 0 1px 3px rgba(0,0,0,.3),
				 0 3px 5px rgba(0,0,0,.2),
				 0 5px 10px rgba(0,0,0,.25),
				 0 10px 10px rgba(0,0,0,.2),
				 0 20px 20px rgba(0,0,0,.15);
}
p.error.white{
	color: #fff;
}

/* ==========================================================================
   Coming Soon
============================================================================= */

.coming-soon .sub-heading {
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	padding: 40px 0;
}
.coming-soon #countdown {
	letter-spacing: 2px;
	font-weight: bold;
	display: inline-table;
	text-align:center;
}
.coming-soon-sections.about, .coming-soon-sections.contact-section, .coming-soon-sections.login {
	display: none;
}
.coming-soon .countdown-ticker {
	max-width: 150px; 
    padding-right: 20px; 
    display: inline-block; 
    font-size: 40px; 
    padding-top: 20px; 
    padding-bottom: 20px;
	width: 150px !important;
	line-height: 40px;
	font-weight: 500;
}
.countdown-ticker > i {
	font-size: 20px;
	font-weight: 300;
	font-style: normal !important;
}
.countdown-timer {
    font-size: 34px;
    font-weight: 500;
    font-style: italic;
    font-family: 'Shadows Into Light', cursive;
    letter-spacing: 5px !important;
}
.coming-soon-social {
	position: fixed;
	bottom: 50px;
	left:0;
	width: 100%;
	text-align: center;
}

/* ==========================================================================
   Footer
============================================================================= */

.footer {
	background: #000;
	clear: both;
	font-size: 13px;
	margin-top: 200px;
	color: #fff;
}
.footer > .container,
.footer > .row {
	padding-top:100px;
	padding-bottom:100px;
}
.footer > .row {
	padding-left:50px;
	padding-right:50px;
}
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color: #fff;
	margin: 0;
}
.footer p {
	font-weight:400;
}
.footer-title {
	text-transform: uppercase;
	margin-bottom:50px !important;
}
.footer-light .footer-title {
	font-weight: 400 !important;
}
.footer .fancy-heading {
	margin-bottom: 50px;
}
.footer ul {
	margin-bottom: 0;
}
.footer a {
	color:#ddd;
}
.footer a:hover {
	color:#fff;
}

/*Copyright*/

.footer .footer-copyright {
	background: #000;
	border-top: 1px solid #222;
	padding: 20px 0;
}
.footer .footer-copyright.copyright-big {
	padding: 50px 0;
}
.footer.footer-only-copyright {
	padding-top:0;
}
.footer-copyright .copyright-right {
	text-align: right;
}

/*Fixed Footer*/

.footer-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
	margin:0;
}
.footer.footer-fixed .footer-copyright {
	border-top: none;
}

/*Footer Styles*/

.footer-link-list li{
	padding-bottom:5px;
}
.footer-link-list li:last-child{
	padding-bottom:0;
}
.footer-inline-links li{
	padding: 0;
	font-weight:400;
}
.footer-inline-links li a {
	font-weight:300;
	text-transform:uppercase;
}
.footer-inline-links li:after {
	content: '|';
	padding: 0 5px 0 10px;
	color: #666;
}
.footer-inline-links li:last-child:after {
	content: '';
	padding: 0;
}
.footer ul.social-icons li:after {
	content:'';
	padding: 0;
}
.footer ul.social-icons {
	margin: 0;
	display: inline-block;
}
.footer ul.social-icons li {
	padding-top:0 !important;
	padding-bottom: 0 !important;
	margin-bottom: -5px;
}

/*Light Footer*/

.footer-light {
	background-color: #fafafa;
	color: #000;
}
.footer-light p,
.footer-light h1,
.footer-light h2,
.footer-light h3,
.footer-light h4,
.footer-light h5,
.footer-light h6 {
	color: #000;
}
.footer-light a {
	color:#333;
	font-weight: 400 !important;
}
.footer-light a:hover {
	color:#000;
}
.footer-light .footer-copyright {
	background: #fafafa;
	border-top: 1px solid #f2f2f2;
}
.footer-light .footer-inline-links li:after {
	color: #eee;
}

/* Transparent Footer */

.footer-transparent {
	background: transparent !important;
}
.footer-transparent .footer-copyright {
	background: transparent !important;
}

/*Uncover Footer*/

.uncover-footer-body {
	position:relative;
	z-index:0;	
}
.uncover-footer-content {
	position:relative;
	z-index:1;
	background-color:#fff;
}
.uncover-footer-body footer {
	position:relative;
	z-index:-2;
	margin-top: 0;
	border-top:none;
	padding-top:0;
}
.uncover-footer-body .uncover-footer > .container,
.uncover-footer-body .uncover-footer > .row {
	margin-top: 100px;
	margin-bottom:100px;
}
.uncover-footer {
	position:fixed;
	right:0;
	left:0;
	bottom:0;
	z-index:-1;	
}

/* ==========================================================================
   Extra Font Style
============================================================================= */

.text-tertiary {
	font-family: 'Shadows Into Light', cursive !important;
}
.text-secondary,
i.text-secondary,
i .text-secondary {
	font-family: 'Roboto Condensed', sans-serif !important;
}
.text-main,
i.text-main,
i .text-main {
	font-family: 'Lato',sans-serif !important;
}
.text-vertical-large {
	line-height: 150% !important;
}
.text-theme {
	color: #000 !important;
}
.weight-300 {
	font-weight: 300 !important;	
}
.weight-400 {
	font-weight: 400 !important;	
}
.weight-500 {
	font-weight: 500 !important;	
}
.weight-600 {
	font-weight: 600 !important;	
}
.weight-700 {
	font-weight: 700 !important;	
}

/* ==========================================================================
   Font Color
============================================================================= */

.text-light,
.text-light small,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light.fa{
	color: #fff !important;
}
.text-light a,
a.text-light,
.tp-caption .text-light a,
.tp-caption a.text-light {
	color: #ddd !important;
}
.text-light a:hover,
a.text-light:hover,
.tp-caption .text-light a:hover,
.tp-caption a.text-light:hover {
	color: #eee !important;
}

/* Lighter */

.text-lighter,
.text-lighter small,
.text-lighter h1,
.text-lighter h2,
.text-lighter h3,
.text-lighter h4,
.text-lighter h5,
.text-lighter h6,
.text-lighter.fa{
	color: #aaa !important;
}
.text-lighter a,
a.text-lighter,
.tp-caption .text-lighter a,
.tp-caption a.text-lighter{
	color: #888 !important;
}
.text-lighter a:hover,
a.text-lighter:hover,
.tp-caption .text-lighter a:hover,
.tp-caption a.text-lighter:hover {
	color:#999 !important;
}

/* Dark */

.text-dark,
.text-dark small,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark.fa {
	color:#333 !important;	
}

/* Darker */

.text-darker,
.text-darker small,
.text-darker h1,
.text-darker h2,
.text-darker h3,
.text-darker h4,
.text-darker h5,
.text-darker h6,
.text-darker.fa {
	color:#000 !important;	
}
.text-darker a,
a.text-darker,
.tp-caption .text-darker a,
.tp-caption a.text-darker{
	color: #222 !important;
}
.text-darker a:hover,
a.text-darker:hover,
.tp-caption .text-darker a:hover,
.tp-caption a.text-darker:hover {
	color:#111 !important;
}

/* ==========================================================================
   Buttons
============================================================================= */

button {
	font-family: 'Roboto Condensed' sans-serif;
}
.btn:focus, 
.btn:active:focus, 
.btn.active:focus {
	outline: none;
}
.btn {
	border-radius: 0px;
	font-size: 12px;
	font-weight:400;
	font-family: 'Roboto Condensed' sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-lg {
	font-size: 13px !important;
}
.btn-sm {
	font-size: 11px !important;
}
.btn-xs {
	font-size: 10px !important;
	padding: 2px 6px !important;
}
.btn:active,
.btn.active {
	box-shadow: none;
}
.btn-default,
.btn-default:focus,
.tp-caption .btn-default,
.tp-caption .btn-default:focus {
	color: #fff !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.tp-caption .btn-default:hover,
.tp-caption .btn-default:active,
.tp-caption .btn-default.active,
.open > .tp-caption .dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
}
.btn-theme,
.btn-theme:focus,
.tp-caption .btn-theme,
.tp-caption .btn-theme:focus {
	color: #fff !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
}
.btn-theme:hover,
.btn-theme:active,
.btn-theme.active,
.open > .dropdown-toggle.btn-theme,
.tp-caption .btn-theme:hover,
.tp-caption .btn-theme:active,
.tp-caption .btn-theme.active,
.open > .tp-caption .dropdown-toggle.btn-theme {
	color: #fff !important;
	background-color: #262626 !important;	
	border: 1px solid #262626 !important;
}
.btn-theme-inverse,
.btn-theme-inverse:focus,
.tp-caption .btn-theme-inverse,
.tp-caption .btn-theme-inverse:focus {
	color: #fff !important;
	background-color: #262626 !important;	
	border: 1px solid #262626 !important;
}
.btn-theme-inverse:hover,
.btn-theme-inverse:active,
.btn-theme-inverse.active,
.open > .dropdown-toggle.btn-theme-inverse,
.tp-caption .btn-theme-inverse:hover,
.tp-caption .btn-theme-inverse:active,
.tp-caption .btn-theme-inverse.active,
.open > .tp-caption  .dropdown-toggle.btn-theme-inverse {
	color: #fff !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
}
.btn-light,
.btn-light:focus,
.tp-caption .btn-light,
.tp-caption .btn-light:focus {
	color: #000 !important;
	background-color: #fff !important;
	border: 1px solid #fff !important;
}
.btn-dark,
.btn-dark:focus,
.tp-caption .btn-dark,
.tp-caption .btn-dark:focus {
	color: #fff !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark,
.tp-caption .btn-dark:hover,
.tp-caption .btn-dark:active,
.tp-caption .btn-dark.active,
.open > .tp-caption  .dropdown-toggle.btn-dark {
	color: #fff !important;
}
.btn-light.btn-theme:hover,
.btn-light.btn-theme:active,
.tp-caption .btn-light.btn-theme:hover,
.tp-caption .btn-light.btn-theme:active {
	background-color: #000 !important;
	border: 1px solid #000 !important;
}
.btn-light.btn-theme:focus,
.tp-caption .btn-light.btn-theme:focus {
	background-color: #fff !important;
	border: 1px solid #fff !important;
}

.btn-dark.btn-light:hover,
.btn-dark.btn-light:active,
.tp-caption .btn-dark.btn-light:hover,
.tp-caption .btn-dark.btn-light:active {
	color: #000 !important;
	background-color: #fff !important;
	border: 1px solid #fff !important;
}
.btn-hollow:hover,
.btn-hollow:active,
.btn-hollow.active,
.open > .dropdown-toggle.btn-hollow,
.tp-caption .btn-hollow:hover,
.tp-caption .btn-hollow:active,
.tp-caption .btn-hollow.active,
.open > .tp-caption .dropdown-toggle.btn-hollow {
	color: #000 !important;
	background-color: #fff !important;
}
.btn-hollow,
.btn-hollow:focus,
.tp-caption .btn-hollow,
.tp-caption .btn-hollow:focus {
	background-color: transparent !important;
	border: 1px solid #fff !important;	
	color: #fff !important;
}
.btn-hollow-dark:hover,
.btn-hollow-dark:active,
.btn-hollow-dark.active,
.open > .dropdown-toggle.btn-hollow-dark,
.tp-caption .btn-hollow-dark:hover,
.tp-caption .btn-hollow-dark:active,
.tp-caption .btn-hollow-dark.active,
.open > .tp-caption .dropdown-toggle.btn-hollow-dark {
	color: #fff !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
}
.btn-hollow-dark,
.btn-hollow-dark:focus,
.tp-caption .btn-hollow-dark,
.tp-caption .btn-hollow-dark:focus {
	background-color: transparent !important;
	border: 1px solid #000 !important;	
	color: #000 !important;
}
.btn-full-width {
	width: 100%;
}

/*Creative Buttons*/

a.btn-line {
	display: inline-block;
	position: relative;
	padding: 10px;
	color: #000 !important;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
a.btn-line-light {
	color: #fff !important;
}
a.btn-line::before,
a.btn-line::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000 !important;
	content: '';
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.btn-line-light::before,
a.btn-line-light::after {
	background: #fff !important;
}
a.btn-line::before {
	top: -10px;
}
a.btn-line:hover::before {
	top:0;
}
a.btn-line::after {
	bottom: -10px;
}
a.btn-line:hover::after {
	bottom:0;
}
a.btn-line:hover::before,
a.btn-line:hover::after {
	opacity: 1;
} 
a.btn-line:hover,
a.btn-line:focus {
	color: #000 !important;
}
a.btn-line-light:hover,
a.btn-line-light:focus {
	color: #fff !important;
}

.btn-curtain {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.btn-curtain .btn {
	background: transparent;
	position: relative;
	border: 1px solid #000 !important;
	color: #000 !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-curtain-light .btn {
	border-color: #fff !important;
	color: #fff !important;
}
.btn-curtain .btn:hover,
.btn-curtain .btn:active {
	color: #fff !important;
}
.btn-curtain-light .btn:hover,
.btn-curtain-light .btn:active {
	color: #000 !important;
}
.btn-curtain .btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index:-1;
	background: #000 !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-curtain-light .btn:after {
	background: #fff !important;
}
.btn-curtain .btn:hover:after,
.btn-curtain .btn:active:after {
	height: 100%;
}

/* ==========================================================================
   Social Icons
============================================================================= */

.social-icons {
 	background: transparent;
}
ul.social-icons {
	margin: 5px 0 5px -5px;
}
ul.social-fixed {
	position:fixed;
	top:50%;
	left:10px;
	z-index:1;
}
ul.social-fixed.sf-right {
	right:7px;
	left:auto;
}
ul.social-fixed li a{
	margin-bottom:5px;
}
ul.social-fixed li:last-child() a{
	margin-bottom:0;
}
.social-icons a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.social-icons.sm a {
  	border: 1px solid #000;
	color: #000;
	font-size: 14px;
	display: inline-block;
	float: left;
	height: 27px;
	line-height: 26px;
	position: relative;
	text-align: center;
	width: 27px;
}
.social-icons.sm.circle a {
  	border-radius: 27px;
	-moz-border-radius: 27px;
    -webkit-border-radius: 27px;
}
.social-icons a {
  	border: 1px solid #000;
	color: #000;
	font-size: 17px;
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 34px;
	position: relative;
	text-align: center;
	width: 35px;
}
.social-icons.circle a {
  	border-radius: 35px;
	-moz-border-radius: 35px;
    -webkit-border-radius: 35px;
}
.social-icons.lg a {
  	border: 1px solid #000;
	color: #000;
	font-size: 20px;
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 49px;
	position: relative;
	text-align: center;
	width: 50px;
}
.social-icons.lg.circle a {
  	border-radius: 50px;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.social-icons a:hover {
  background: #000;
  color: #fff;
}
.social-icons a, .social-icons a {
  margin-right: 10px;
}
.social-icons.si-no-border.inverse a{
	width: auto;
	height: 17px;
	line-height: 17px;
}
.social-icons.si-no-border.inverse .sm a{
	width: auto;
	height: 14px;
	line-height: 14px;
}
.social-icons.si-no-border.inverse .lg a{
	width: auto;
	height: 20px;
	line-height: 20px;
}
ul.social-icons.si-no-border.inverse {
	margin-left: 0;
}
.social-icons.si-no-border.inverse li{
	padding: 5px 15px 5px 0;
}
.social-icons.si-no-border.inverse.sm li{
	padding: 5px 10px 5px 0;
}
.social-icons.si-no-border.inverse.lg li{
	padding-right: 20px;
}
.social-icons.si-no-border.inverse.lg li:last-child {
	padding-right:0;
}

/* Social-Icons-Solid */

.social-icons.si-solid.sm a, 
.social-icons.si-solid a, 
.social-icons.si-solid.lg a {
  	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}
.social-icons.si-light.si-solid.sm a, 
.social-icons.si-light.si-solid a, 
.social-icons.si-light.si-solid.lg a {
  	border: 1px solid #fff;
	background-color: #fff;
	color: #000;
}

/*Last Child*/

.social-icons a:last-child {
	margin-right: 0!important;
}
.social-icons li:last-child {
	padding-right: 0 !important;
}

/*Social Colors*/

.color.si-solid a.android:hover, .inverse a.android  {
	border-color: #a4ca39;
	background-color: #a4ca39;
	color: #fff !important;
}
.color.si-solid a.behance:hover, .inverse a.behance  {
	border-color: #1769ff;
	background-color: #1769ff;
	color: #fff !important;
}
.color.si-solid a.css3:hover, .inverse a.css3  {
	border-color: #3388cb;
	background-color: #3388cb;
	color: #fff !important;
}
.color.si-solid a.delicious:hover, .inverse a.delicious  {
	border-color: #0049cc;
	background-color: #0049cc;
	color: #fff !important;
}
.color.si-solid a.deviantart:hover, .inverse a.deviantart  {
	border-color: #c1d826;
	background-color: #c1d826;
	color: #fff !important;
}
.color.si-solid a.digg:hover, .inverse a.digg  {
	border-color: #1b5891;
	background-color: #1b5891;
	color: #fff !important;
}
.color.si-solid a.dribbble:hover, .inverse a.dribbble {
	border-color: #ef6897;
	background-color: #ef6897;
	color: #fff !important;
}
.color.si-solid a.dropbox:hover, .inverse a.dropbox  {
	border-color: #007ee5;
	background-color: #007ee5;
	color: #fff !important;
}
.color.si-solid a.drupal:hover, .inverse a.drupal  {
	border-color: #3677ad;
	background-color: #3677ad;
	color: #fff !important;
}
.color.si-solid a.facebook:hover, .inverse a.facebook  {
	border-color: #4d67a4;
	background-color: #4d67a4;
	color: #fff !important;
}
.color.si-solid a.flickr:hover, .inverse a.flickr  {
	border-color: #ff0084;
	background-color: #ff0084;
	color: #fff !important;
}
.color.si-solid a.google-plus:hover, .inverse a.google-plus {
	border-color: #d84b35;
	background-color: #d84b35;
	color: #fff !important;
}
.color.si-solid a.google-wallet:hover, .inverse a.google-wallet  {
	border-color: #4285f4;
	background-color: #4285f4;
	color: #fff !important;
}
.color.si-solid a.hacker-news:hover, .inverse a.hacker-news  {
	border-color: #ff6600;
	background-color: #ff6600;
	color: #fff !important;
}
.color.si-solid a.html5:hover, .inverse a.html5  {
	border-color: #e44d26;
	background-color: #e44d26;
	color: #fff !important;
}
.color.si-solid a.instagram:hover, .inverse a.instagram  {
	border-color: #5d4a3b;
	background-color: #5d4a3b;
	color: #fff !important;
}
.color.si-solid a.jsfiddle:hover, .inverse a.jsfiddle  {
	border-color: #4679bd;
	background-color: #4679bd;
	color: #fff !important;
}
.color.si-solid a.lastfm:hover, .inverse a.lastfm  {
	border-color: #d12127;
	background-color: #d12127;
	color: #fff !important;
}
.color.si-solid a.linkedin:hover, .inverse a.linkedin  {
	border-color: #0077b4;
	background-color: #0077b4;
	color: #fff !important;
}
.color.si-solid a.paypal:hover, .inverse a.paypal  {
	border-color: #053259;
	background-color: #053259;
	color: #fff !important;
}
.color.si-solid a.pinterest:hover, .inverse a.pinterest  {
	border-color: #c9181f;
	background-color: #c9181f;
	color: #fff !important;
}
.color.si-solid a.share-alt:hover, .inverse a.share-alt  {
	border-color: #02bf03;
	background-color: #02bf03;
	color: #fff !important;
}
.color.si-solid a.skype:hover, .inverse a.skype  {
	border-color: #09b1ef;
	background-color: #09b1ef;
	color: #fff !important;
}
.color.si-solid a.slideshare:hover, .inverse a.slideshare  {
	border-color: #e9852a;
	background-color: #e9852a;
	color: #fff !important;
}
.color.si-solid a.soundcloud:hover, .inverse a.soundcloud  {
	border-color: #ff5500;
	background-color: #ff5500;
	color: #fff !important;
}
.color.si-solid a.spotify:hover, .inverse a.spotify  {
	border-color: #81b900;
	background-color: #81b900;
	color: #fff !important;
}
.color.si-solid a.stack-exchange:hover, .inverse a.stack-exchange  {
	border-color: #094d99;
	background-color: #094d99;
	color: #fff !important;
}
.color.si-solid a.stack-overflow:hover, .inverse a.stack-overflow  {
	border-color: #ff7600;
	background-color: #ff7600;
	color: #fff !important;
}
.color.si-solid a.stumbleupon:hover, .inverse a.stumbleupon  {
	border-color: #ea4924;
	background-color: #ea4924;
	color: #fff !important;
}
.color.si-solid a.tumblr:hover, .inverse a.tumblr  {
	border-color: #2c4762;
	background-color: #2c4762;
	color: #fff !important;
}
.color.si-solid a.twitch:hover, .inverse a.twitch  {
	border-color: #6441a5;
	background-color: #6441a5;
	color: #fff !important;
}
.color.si-solid a.twitter:hover, .inverse a.twitter {
	border-color: #55acee;
	background-color: #55acee;
	color: #fff !important;
}
.color.si-solid a.vimeo-square:hover, .inverse a.vimeo-square  {
	border-color: #1ab7ea;
	background-color: #1ab7ea;
	color: #fff !important;
}
.color.si-solid a.vine:hover, .inverse a.vine  {
	border-color: #00bf8f;
	background-color: #00bf8f;
	color: #fff !important;
}
.color.si-solid a.vk:hover, .inverse a.vk  {
	border-color: #44678d;
	background-color: #44678d;
	color: #fff !important;
}
.color.si-solid a.windows:hover, .inverse a.windows  {
	border-color: #00adf1;
	background-color: #00adf1;
	color: #fff !important;
}
.color.si-solid a.wordpress:hover, .inverse a.wordpress  {
	border-color: #106c94;
	background-color: #106c94;
	color: #fff !important;
}
.color.si-solid a.xing:hover, .inverse a.xing  {
	border-color: #005d5d;
	background-color: #005d5d;
	color: #fff !important;
}
.color.si-solid a.yahoo:hover, .inverse a.yahoo  {
	border-color: #65106e;
	background-color: #65106e;
	color: #fff !important;
}
.color.si-solid a.yelp:hover, .inverse a.yelp  {
	border-color: #bc0d02;
	background-color: #bc0d02;
	color: #fff !important;
}
.color.si-solid a.youtube:hover, .inverse a.youtube {
	border-color: #cb2025;
	background-color: #cb2025;
	color: #fff !important;
}
.color.si-solid a.rss:hover, .inverse a.rss  {
	border-color: #fb7629;
	background-color: #fb7629;
	color: #fff !important;
}
.color.si-solid a.cloud:hover, .inverse a.cloud  {
	border-color: #3fa2e3;
	background-color: #3fa2e3;
	color: #fff !important;
}
.color.si-solid a.apple:hover, .inverse a.apple,
.color.si-solid a.codepen:hover, .inverse a.codepen,
.color.si-solid a.linux:hover, .inverse a.linux,
.color.si-solid a.github:hover, .inverse a.github,
.color.si-solid a.reddit:hover, .inverse a.reddit,
.color.si-solid a.steam:hover, .inverse a.steam,
.color.si-solid a.download:hover, .inverse a.download,
.color.si-solid a.microphone:hover, .inverse a.microphone,
.color.si-solid a.cc:hover, .inverse a.cc,
.color.si-solid a.bookmark:hover, .inverse a.bookmark,
.color.si-solid a.phone:hover, .inverse a.phone,
.color.si-solid a.envelope-o:hover, .inverse a.envelope-o,
.color.si-solid a.print:hover, .inverse a.print  {
	border-color: #000;
	background-color: #000;
	color: #fff !important;
}

/*Inverse Colors*/

.inverse a:hover {
	background-color: transparent;
}
.si-no-border.inverse a {
	border: none;
	background-color: transparent;
	color: #000 !important;
}
.si-light.si-no-border.inverse a {
	color: #fff !important;
}
.inverse a.android:hover {
	color: #a4ca39 !important;
}
.inverse a.behance:hover {
	color: #1769ff !important;
}
.inverse a.css3:hover {
	color: #3388cb !important;
}
.inverse a.delicious:hover {
	color: #0049cc !important;
}
.inverse a.deviantart:hover {
	color: #c1d826 !important;
}
.inverse a.digg:hover {
	color: #1b5891 !important;
}
.inverse a.dribbble:hover {
	color: #ef6897 !important;
}
.inverse a.dropbox:hover {
	color: #007ee5 !important;
}
.inverse a.drupal:hover {
	color: #3677ad !important;
}
.inverse a.facebook:hover {
	color: #4d67a4 !important;
}
.inverse a.flickr:hover {
	color: #ff0084 !important;
}
.inverse a.google-plus:hover {
	color: #d84b35 !important;
}
.inverse a.google-wallet:hover {
	color: #4285f4 !important;
}
.inverse a.hacker-news:hover {
	color: #ff6600 !important;
}
.inverse a.html5:hover {
	color: #e44d26 !important;
}
.inverse a.instagram:hover {
	color: #5d4a3b !important;
}
.inverse a.jsfiddle:hover {
	color: #4679bd !important;
}
.inverse a.lastfm:hover {
	color: #d12127 !important;
}
.inverse a.linkedin:hover {
	color: #0077b4 !important;
}
.inverse a.paypal:hover {
	color: #053259 !important;
}
.inverse a.pinterest:hover {
	color: #c9181f !important;
}
.inverse a.share-alt:hover {
	color: #02bf03 !important;
}
.inverse a.skype:hover {
	color: #09b1ef !important;
}
.inverse a.slideshare:hover {
	color: #e9852a !important;
}
.inverse a.soundcloud:hover {
	color: #ff5500 !important;
}
.inverse a.spotify:hover {
	color: #81b900 !important;
}
.inverse a.stack-exchange:hover {
	color: #094d99 !important;
}
.inverse a.stack-overflow:hover {
	color: #ff7600 !important;
}
.inverse a.stumbleupon:hover {
	color: #ea4924 !important;
}
.inverse a.tumblr:hover {
	color: #2c4762 !important;
}
.inverse a.twitch:hover {
	color: #6441a5 !important;
}
.inverse a.twitter:hover {
	color: #55acee !important;
}
.inverse a.vimeo-square:hover {
	color: #1ab7ea !important;
}
.inverse a.vine:hover {
	color: #00bf8f !important;
}
.inverse a.vk:hover {
	color: #44678d !important;
}
.inverse a.windows:hover {
	color: #00adf1 !important;
}
.inverse a.wordpress:hover {
	color: #106c94 !important;
}
.inverse a.xing:hover {
	color: #005d5d !important;
}
.inverse a.yahoo:hover {
	color: #65106e !important;
}
.inverse a.yelp:hover {
	color: #bc0d02 !important;
}
.inverse a.youtube:hover {
	color: #cb2025 !important;
}
.inverse a.rss:hover {
	color: #fb7629 !important;
}
.inverse a.cloud:hover {
	color: #3fa2e3 !important;
}
.inverse a.apple:hover,
.inverse a.codepen:hover,
.inverse a.github:hover,
.inverse a.linux:hover,
.inverse a.reddit:hover,
.inverse a.steam:hover,
.inverse a.download:hover, 
.inverse a.microphone:hover, 
.inverse a.cc:hover, 
.inverse a.bookmark:hover, 
.inverse a.phone:hover, 
.inverse a.envelope-o:hover, 
.inverse a.print:hover {
	color: #000 !important;
}

/********************************************************************
 Login & SignUp
********************************************************************/

.btn-login {
	width:200px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
.btn-login:hover,
.btn-login:focus,
.btn-login:active {
	color:#fff;
}
.btn.btn-facebook {
	background-color:#45619d; 
	border-color: #45619d;
}
.btn.btn-twitter {
	background-color:#5eaade;
	border-color: #5eaade;
}
.btn.btn-gplus {
	background-color:#dd4b39;
	border-color: #dd4b39;
}	
.btn-icon {
	margin-right: 15px;	
}

/********************************************************************
 Fixed - Side Links/Text
********************************************************************/

.fixed-vertical-right {
	position: fixed;
	top: 50%;
	right: 50px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: 'Roboto Condensed' sans-serif;
	transform: rotate(90deg);
	transform-origin: right top 0;
	font-weight: 600;
	font-size: 11px;
}
.fixed-vertical-left {
	position: fixed;
	top: 50%;
	left: 50px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: 'Roboto Condensed' sans-serif;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	font-weight: 600;
	font-size: 11px;
}

/********************************************************************
 Other Styles 
********************************************************************/

.theme-background {
	background-color:#000 !important;
}
.theme-background-light {
	background-color:#fff !important;
}
.theme-background-transparent {
	background-color:transparent !important;
}
.hide-element {
	display:none;
}
.text-normal {
	text-transform:none !important;
}

/* Search Form */

.form-search .input-group {
	width:100%;
}
.form-search a {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	color:#999;
	position: absolute !important;
	right: 0;
	top: 0;
	z-index: 2 !important;
}

/* Letter Spacings */

.letter-spacing-0 {
	letter-spacing: 0px !important;	
}
.letter-spacing-1 {
	letter-spacing: 1px !important;	
}
.letter-spacing-2 {
	letter-spacing: 2px !important;	
}
.letter-spacing-3 {
	letter-spacing: 3px !important;	
}
.letter-spacing-4 {
	letter-spacing: 4px !important;	
}
.letter-spacing-5 {
	letter-spacing: 5px !important;	
}
.letter-spacing-10 {
	letter-spacing: 10px !important;	
}

/* Word Spacings */

.word-spacing-1 {
	word-spacing: 1px !important;	
}
.word-spacing-2 {
	word-spacing: 2px !important;	
}
.word-spacing-3 {
	word-spacing: 3px !important;	
}
.word-spacing-4 {
	word-spacing: 4px !important;	
}
.word-spacing-5 {
	word-spacing: 5px !important;	
}
.word-spacing-10 {
	word-spacing: 10px !important;	
}

/* Margins */ 

.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-side {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.mar-top-100 {
	margin-top: 100px !important;
}
.mar-top-50 {
	margin-top: 50px !important;
}
.mar-top-45 {
	margin-top: 45px !important;
}
.mar-top-40 {
	margin-top: 40px !important;
}
.mar-top-35 {
	margin-top: 35px !important;
}
.mar-top-30 {
	margin-top: 30px !important;
}
.mar-top-25 {
	margin-top: 25px !important;
}
.mar-top-20 {
	margin-top: 20px !important;
}
.mar-top-15 {
	margin-top: 15px !important;
}
.mar-top-10 {
	margin-top: 10px !important;
}
.mar-top-5 {
	margin-top: 5px !important;
}
.mar-bot-100 {
	margin-bottom: 100px !important;
}
.mar-bot-50 {
	margin-bottom: 50px !important;
}
.mar-bot-45 {
	margin-bottom: 45px !important;
}
.mar-bot-40 {
	margin-bottom: 40px !important;
}
.mar-bot-35 {
	margin-bottom: 35px !important;
}
.mar-bot-30 {
	margin-bottom: 30px !important;
}
.mar-bot-25 {
	margin-bottom: 25px !important;
}
.mar-bot-20 {
	margin-bottom: 20px !important;
}
.mar-bot-15 {
	margin-bottom: 15px !important;
}
.mar-bot-10 {
	margin-bottom: 10px !important;
}
.mar-bot-5 {
	margin-bottom: 5px !important;
}
.mar-left-100 {
	margin-left: 100px !important;
}
.mar-left-50 {
	margin-left: 50px !important;
}
.mar-left-45 {
	margin-left: 45px !important;
}
.mar-left-40 {
	margin-left: 40px !important;
}
.mar-left-35 {
	margin-left: 35px !important;
}
.mar-left-30 {
	margin-left: 30px !important;
}
.mar-left-25 {
	margin-left: 25px !important;
}
.mar-left-20 {
	margin-left: 20px !important;
}
.mar-left-15 {
	margin-left: 15px !important;
}
.mar-left-10 {
	margin-left: 10px !important;
}
.mar-left-5 {
	margin-left: 5px !important;
}
.mar-right-100 {
	margin-right: 100px !important;
}
.mar-right-50 {
	margin-right: 50px !important;
}
.mar-right-45 {
	margin-right: 45px !important;
}
.mar-right-40 {
	margin-right: 40px !important;
}
.mar-right-35 {
	margin-right: 35px !important;
}
.mar-right-30 {
	margin-right: 30px !important;
}
.mar-right-25 {
	margin-right: 25px !important;
}
.mar-right-20 {
	margin-right: 20px !important;
}
.mar-right-15 {
	margin-right: 15px !important;
}
.mar-right-10 {
	margin-right: 10px !important;
}
.mar-right-5 {
	margin-right: 5px !important;
}

/* Paddings */

.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-side {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.pad-left-100 {
	padding-left: 100px !important;
}
.pad-left-50 {
	padding-left: 50px !important;
}
.pad-left-45 {
	padding-left: 45px !important;
}
.pad-left-40 {
	padding-left: 40px !important;
}
.pad-left-35 {
	padding-left: 35px !important;
}
.pad-left-30 {
	padding-left: 30px !important;
}
.pad-left-25 {
	padding-left: 25px !important;
}
.pad-left-20 {
	padding-left: 20px !important;
}
.pad-left-15 {
	padding-left: 15px !important;
}
.pad-left-10 {
	padding-left: 10px !important;
}
.pad-left-5 {
	padding-left: 5px !important;
}
.pad-right-100 {
	padding-right: 100px !important;
}
.pad-right-50 {
	padding-right: 50px !important;
}
.pad-right-45 {
	padding-right: 45px !important;
}
.pad-right-40 {
	padding-right: 40px !important;
}
.pad-right-35 {
	padding-right: 35px !important;
}
.pad-right-30 {
	padding-right: 30px !important;
}
.pad-right-25 {
	padding-right: 25px !important;
}
.pad-right-20 {
	padding-right: 20px !important;
}
.pad-right-15 {
	padding-right: 15px !important;
}
.pad-right-10 {
	padding-right: 10px !important;
}
.pad-right-5 {
	padding-right: 5px !important;
}
.pad-top-100 {
	padding-top: 100px !important;
}
.pad-top-50 {
	padding-top: 50px !important;
}
.pad-top-45 {
	padding-top: 45px !important;
}
.pad-top-40 {
	padding-top: 40px !important;
}
.pad-top-35 {
	padding-top: 35px !important;
}
.pad-top-30 {
	padding-top: 30px !important;
}
.pad-top-25 {
	padding-top: 25px !important;
}
.pad-top-20 {
	padding-top: 20px !important;
}
.pad-top-15 {
	padding-top: 15px !important;
}
.pad-top-10 {
	padding-top: 10px !important;
}
.pad-top-5 {
	padding-top: 5px !important;
}
.pad-bot-100 {
	padding-bottom: 100px !important;
}
.pad-bot-50 {
	padding-bottom: 50px !important;
}
.pad-bot-45 {
	padding-bottom: 45px !important;
}
.pad-bot-40 {
	padding-bottom: 40px !important;
}
.pad-bot-35 {
	padding-bottom: 35px !important;
}
.pad-bot-30 {
	padding-bottom: 30px !important;
}
.pad-bot-25 {
	padding-bottom: 25px !important;
}
.pad-bot-20 {
	padding-bottom: 20px !important;
}
.pad-bot-15 {
	padding-bottom: 15px !important;
}
.pad-bot-10 {
	padding-bottom: 10px !important;
}
.pad-bot-5 {
	padding-bottom: 5px !important;
}

/* Alignment */

.va-middle {
	vertical-align:middle;
}
.right-align {
	float: right;
}
.left-align {
	float: left;
}
.read-only {
	display:none;	
}
 
/* ==========================================================================
   Responsive Styles - Except Header
============================================================================= */


/* Medium Desktop Screens */
	
@media only screen and (min-width :992px) and (max-width : 1199px) {

	/*Trailer Side*/
	
	.tsb-text {
		font-size:230px;
		line-height: 161px;	
	}	
	.tss-text {
		font-size:30px;
	}	
	.tss-subheading {
		font-size:20px;
	}
	
	/* Portfolio Grids */
	
	.portfolio.grid-5 .item {
		width:25%;
	}
}

/* For Desktop */
@media only screen and (min-width :992px) {
	
	/* Alignment */
	
	.text-left-desktop {
		text-align:left !important;
	}
	.text-center-desktop {
		text-align:center !important;
	}
	.text-right-desktop {
		text-align:right !important;
	}	
	.img-center-desktop {
		margin-left:auto !important;
		margin-right: auto !important;
		display:block !important;
	}
	.img-left-desktop {
		margin-left:inherit !important;
		margin-right: auto !important;
		display:block !important;
	}
	.img-right-desktop {
		margin-left:auto !important;
		margin-right: inherit !important;
		display:block !important;
	}
	
	/* Margins - Desktop Specific */ 

	.no-margin-top-desktop{
		margin-top: 0 !important;
	}
	.no-margin-bottom-desktop{
		margin-bottom: 0 !important;
	}
	.no-margin-left-desktop{
		margin-left: 0 !important;
	}
	.no-margin-right-desktop{
		margin-right: 0 !important;
	}
	.no-margin-side-desktop{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.no-margin-desktop{
		margin: 0 !important;
	}
	.mar-top-100-desktop{
		margin-top: 100px !important;
	}
	.mar-top-50-desktop{
		margin-top: 50px !important;
	}
	.mar-top-45-desktop{
		margin-top: 45px !important;
	}
	.mar-top-40-desktop{
		margin-top: 40px !important;
	}
	.mar-top-35-desktop{
		margin-top: 35px !important;
	}
	.mar-top-30-desktop{
		margin-top: 30px !important;
	}
	.mar-top-25-desktop{
		margin-top: 25px !important;
	}
	.mar-top-20-desktop{
		margin-top: 20px !important;
	}
	.mar-top-15-desktop{
		margin-top: 15px !important;
	}
	.mar-top-10-desktop{
		margin-top: 10px !important;
	}
	.mar-top-5-desktop{
		margin-top: 5px !important;
	}
	.mar-bot-100-desktop{
		margin-bottom: 100px !important;
	}
	.mar-bot-50-desktop{
		margin-bottom: 50px !important;
	}
	.mar-bot-45-desktop{
		margin-bottom: 45px !important;
	}
	.mar-bot-40-desktop{
		margin-bottom: 40px !important;
	}
	.mar-bot-35-desktop{
		margin-bottom: 35px !important;
	}
	.mar-bot-30-desktop{
		margin-bottom: 30px !important;
	}
	.mar-bot-25-desktop{
		margin-bottom: 25px !important;
	}
	.mar-bot-20-desktop{
		margin-bottom: 20px !important;
	}
	.mar-bot-15-desktop{
		margin-bottom: 15px !important;
	}
	.mar-bot-10-desktop{
		margin-bottom: 10px !important;
	}
	.mar-bot-5-desktop{
		margin-bottom: 5px !important;
	}
	.mar-left-100-desktop{
		margin-left: 100px !important;
	}
	.mar-left-50-desktop{
		margin-left: 50px !important;
	}
	.mar-left-45-desktop{
		margin-left: 45px !important;
	}
	.mar-left-40-desktop{
		margin-left: 40px !important;
	}
	.mar-left-35-desktop{
		margin-left: 35px !important;
	}
	.mar-left-30-desktop{
		margin-left: 30px !important;
	}
	.mar-left-25-desktop{
		margin-left: 25px !important;
	}
	.mar-left-20-desktop{
		margin-left: 20px !important;
	}
	.mar-left-15-desktop{
		margin-left: 15px !important;
	}
	.mar-left-10-desktop{
		margin-left: 10px !important;
	}
	.mar-left-5-desktop{
		margin-left: 5px !important;
	}
	.mar-right-100-desktop{
		margin-right: 100px !important;
	}
	.mar-right-50-desktop{
		margin-right: 50px !important;
	}
	.mar-right-45-desktop{
		margin-right: 45px !important;
	}
	.mar-right-40-desktop{
		margin-right: 40px !important;
	}
	.mar-right-35-desktop{
		margin-right: 35px !important;
	}
	.mar-right-30-desktop{
		margin-right: 30px !important;
	}
	.mar-right-25-desktop{
		margin-right: 25px !important;
	}
	.mar-right-20-desktop{
		margin-right: 20px !important;
	}
	.mar-right-15-desktop{
		margin-right: 15px !important;
	}
	.mar-right-10-desktop{
		margin-right: 10px !important;
	}
	.mar-right-5-desktop{
		margin-right: 5px !important;
	}

	/* Paddings - Desktop Specific */

	.no-padding-top-desktop{
		padding-top: 0 !important;
	}
	.no-padding-bottom-desktop{
		padding-bottom: 0 !important;
	}
	.no-padding-left-desktop{
		padding-left: 0 !important;
	}
	.no-padding-right-desktop{
		padding-right: 0 !important;
	}
	.no-padding-side-desktop{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.no-padding-desktop{
		padding: 0 !important;
	}
	.pad-left-100-desktop{
		padding-left: 100px !important;
	}
	.pad-left-50-desktop{
		padding-left: 50px !important;
	}
	.pad-left-45-desktop{
		padding-left: 45px !important;
	}
	.pad-left-40-desktop{
		padding-left: 40px !important;
	}
	.pad-left-35-desktop{
		padding-left: 35px !important;
	}
	.pad-left-30-desktop{
		padding-left: 30px !important;
	}
	.pad-left-25-desktop{
		padding-left: 25px !important;
	}
	.pad-left-20-desktop{
		padding-left: 20px !important;
	}
	.pad-left-15-desktop{
		padding-left: 15px !important;
	}
	.pad-left-10-desktop{
		padding-left: 10px !important;
	}
	.pad-left-5-desktop{
		padding-left: 5px !important;
	}
	.pad-right-100-desktop{
		padding-right: 100px !important;
	}
	.pad-right-50-desktop{
		padding-right: 50px !important;
	}
	.pad-right-45-desktop{
		padding-right: 45px !important;
	}
	.pad-right-40-desktop{
		padding-right: 40px !important;
	}
	.pad-right-35-desktop{
		padding-right: 35px !important;
	}
	.pad-right-30-desktop{
		padding-right: 30px !important;
	}
	.pad-right-25-desktop{
		padding-right: 25px !important;
	}
	.pad-right-20-desktop{
		padding-right: 20px !important;
	}
	.pad-right-15-desktop{
		padding-right: 15px !important;
	}
	.pad-right-10-desktop{
		padding-right: 10px !important;
	}
	.pad-right-5-desktop{
		padding-right: 5px !important;
	}
	.pad-top-100-desktop{
		padding-top: 100px !important;
	}
	.pad-top-50-desktop{
		padding-top: 50px !important;
	}
	.pad-top-45-desktop{
		padding-top: 45px !important;
	}
	.pad-top-40-desktop{
		padding-top: 40px !important;
	}
	.pad-top-35-desktop{
		padding-top: 35px !important;
	}
	.pad-top-30-desktop{
		padding-top: 30px !important;
	}
	.pad-top-25-desktop{
		padding-top: 25px !important;
	}
	.pad-top-20-desktop{
		padding-top: 20px !important;
	}
	.pad-top-15-desktop{
		padding-top: 15px !important;
	}
	.pad-top-10-desktop{
		padding-top: 10px !important;
	}
	.pad-top-5-desktop{
		padding-top: 5px !important;
	}
	.pad-bot-100-desktop{
		padding-bottom: 100px !important;
	}
	.pad-bot-50-desktop{
		padding-bottom: 50px !important;
	}
	.pad-bot-45-desktop{
		padding-bottom: 45px !important;
	}
	.pad-bot-40-desktop{
		padding-bottom: 40px !important;
	}
	.pad-bot-35-desktop{
		padding-bottom: 35px !important;
	}
	.pad-bot-30-desktop{
		padding-bottom: 30px !important;
	}
	.pad-bot-25-desktop{
		padding-bottom: 25px !important;
	}
	.pad-bot-20-desktop{
		padding-bottom: 20px !important;
	}
	.pad-bot-15-desktop{
		padding-bottom: 15px !important;
	}
	.pad-bot-10-desktop{
		padding-bottom: 10px !important;
	}
	.pad-bot-5-desktop{
		padding-bottom: 5px !important;
	}
	
	/* Owl With Pagination Right/Left */
	
	.text-center-desktop.owl-theme.pagination-left .owl-controls .owl-pagination,
	.text-center-desktop.owl-theme.pagination-right .owl-controls .owl-pagination {
		text-align:center;
	}
	.text-center-desktop.owl-theme.pagination-left .owl-controls .owl-page span, 
	.text-center-desktop.owl-theme.pagination-left .owl-controls .owl-page.active span,
	.text-center-desktop.owl-theme.pagination-right .owl-controls .owl-page span, 
	.text-center-desktop.owl-theme.pagination-right .owl-controls .owl-page.active span {
		margin:0 5px;
	}
}
/*Tablets & Mobiles*/

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

	/*Body*/
	
	body .container {
		width:auto;
		padding-left:30px;
		padding-right:30px;
	}
	
	/* True Font */
	
	h1.true-size-tablet {
		font-size:36px !important;
	}
	h2.true-size-tablet {
		font-size:30px !important;
	}
	h3.true-size-tablet {
		font-size:24px !important;
	}
	h4.true-size-tablet {
		font-size:18px !important;
	}
	h5.true-size-tablet {
		font-size:14px !important;
	}
	h6.true-size-tablet {
		font-size:12px !important;
	}
	p.true-size-tablet,
	span.true-size-tablet{
		font-size:14px !important;
	}
	
	/* Invert Scroll */
    
	.vertical {
		height: auto !important;
		width: auto !important;
		z-index: auto !important;
		top:0 !important;
	}
	.scroll {
	  position: initial !important;
	  bottom: 0;
	  left: 0;
	  padding-top: 60px;
	}
	.vertical.scroll > div {
		width: 100% !important;
		padding-right: 0 !important;
	}
	body.invert-scroll {
		height: auto !important;
	}
	
	/* Footer */
	
	.footer > .container > .row > div,
	.footer > .row > div,
	.footer > .container > .row ,
	.footer > .row ,
	.footer > .container > .row > .vertical-center-box > div,
	.footer > .row > .vertical-center-box > div,
	.footer > .uncover-footer > .container > .row > div,
	.footer > .uncover-footer > .row > div,
	.footer > .uncover-footer > .container > .row ,
	.footer > .uncover-footer > .row ,
	.footer > .uncover-footer > .container > .row > .vertical-center-box > div,
	.footer > .uncover-footer > .row > .vertical-center-box > div{
		padding-bottom:50px;
	}
	.footer > .container > .row > .vertical-center-box.vertical-center-box-tablet > div,
	.footer > .row > .vertical-center-box.vertical-center-box-tablet > div,
	.footer > .uncover-footer > .container > .row > .vertical-center-box.vertical-center-box-tablet > div,
	.footer > .uncover-footer > .row > .vertical-center-box.vertical-center-box-tablet > div{
		padding-bottom:0;
	}
	.footer > .container > .row > div:last-child,
	.footer > .row > div:last-child,
	.footer > .container > .row > .vertical-center-box > div:last-child,
	.footer > .container > .row:last-child,
	.footer > .row > .vertical-center-box > div:last-child,
	.footer > .uncover-footer > .container > .row > div:last-child,
	.footer > .uncover-footer > .row > div:last-child,
	.footer > .uncover-footer > .container > .row > .vertical-center-box > div:last-child,
	.footer > .uncover-footer > .container > .row:last-child,
	.footer > .uncover-footer > .row > .vertical-center-box > div:last-child{
		padding-bottom:0;
	}
	.footer > .row:last-child,
	.footer > .uncover-footer > .row:last-child{
		padding-bottom:100px;
	}	
	.footer-copyright {
		text-align: center;
		font-size:12px;
	}
	.footer-copyright .copyright-right {
		text-align: center;
		margin-top: 20px;
	}	
	.footer-unfix-tablet {
		position:inherit;
	}
	
	/*Uncover Footer*/
	
	.uncover-footer {
		position:inherit;
		z-index:auto;
	}
	.uncover-footer-body .uncover-footer > .container {
		margin-top:0;
		margin-bottom: 0;
		padding-top: 100px;
		padding-bottom:100px;
	}
	
	/*Portfolio - Effect 2*/
	
	.portfolio.effect-2 figure:hover figcaption {
		background-color:rgba(255,255,255,0.4);
	}
	.portfolio-dark.portfolio.effect-2 figure:hover figcaption {
		background-color:rgba(0,0,0,0.3);
	}
	.portfolio.effect-2 figure .title,
	.portfolio.effect-2 figure:hover .title{
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		bottom:20px;
	}
	.portfolio.effect-2 figure .text {
		display: none;
	}
	.portfolio.effect-2 figure figcaption > div {
		bottom:0;
	}
	
	/*Portfolio - Effect 3*/
	
	.portfolio.effect-3 figure figcaption {
		padding:0;
	}
	.portfolio.effect-3 figure:hover figcaption::before, 
	.portfolio.effect-3 figure:hover .text, 
	.portfolio.effect-3 figure.effect-3-hover:hover .title {
		opacity: 0;
	}
	.portfolio.effect-3 figure:hover figcaption {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.portfolio.effect-3 figure:hover figcaption {
		background-color:rgba(255,255,255,0.6);
	}	
	.portfolio-dark.portfolio.effect-3 figure:hover figcaption {
		background-color:rgba(0,0,0,0.4);
	}
	.portfolio.effect-3 figure.effect-3-hover:hover figcaption {
		background-color:transparent;
	}
	
	/* Portfolio - Effect 4 */
	
	.portfolio.effect-4 figure:hover .text {
		opacity: 0;
	}
	.portfolio.effect-4 figure img {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		left:0;
	}
	.portfolio.effect-4 figure figcaption {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.portfolio.effect-4 figure:hover figcaption,
	.portfolio-dark.portfolio.effect-4 figure:hover figcaption{
		background-color: transparent;
	}
	
	/* Portfolio Grids */
	
	.portfolio.grid-3 .item,
	.portfolio.grid-4 .item,
	.portfolio.grid-5 .item {
		width:50%;
	}
	
	/*Featured Owl*/
	
	
	.featured-owl .owl-theme.owl-arrows .owl-controls .owl-buttons div {
		width: 40%;
	}
	.featured-owl .owl-theme.owl-arrows .owl-controls .owl-buttons .owl-prev {
		font-size: 13px;
	}
	.featured-owl .owl-theme.owl-arrows .owl-controls .owl-buttons .owl-next {
		font-size:13px;
	}
	.featured-owl .btn-featured {
		bottom: -70px;
		font-size: 13px;
		line-height: 60px;
		width: 20%;
		left:40%;
	}
	.featured-owl .featured-heading {
		padding: 0 15px;
	}
	
	/* Owl Carousel Slider */
	.owl-theme.owl-slider.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-prev,
	.owl-theme.owl-slider.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-next,
	.owl-theme.owl-theme-light.owl-slider.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-prev,
	.owl-theme.owl-theme-light.owl-slider.owl-arrows.owl-arrows-plain .owl-controls .owl-buttons .owl-next {
		width:auto;
		cursor:auto;
	}
	
	/* Blog - Style 2 */
	
	.blog-item.style-2 .blog-content, 
	.blog-item.style-2 .blog-image {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	/*Promo Bar*/
	
	.promo-bar, .promo-bar div, .promo-bar span {
		height: 0;
		visibility:hidden;	
		padding:0;	
	}
			
	/*Promo Boxes & Panels*/
	
	.promo-box {
		text-align: center;	
	}
	.promo {
		margin:0;
	}
	.promo-col {
		display:block;
	}	
	.btn-promo {
		margin:50px auto 0;
		width: auto;
	}
	.cta-image-side-right {
		margin-top:100px;
		float:none;
	}
	.cta-image-side-left {
		margin-bottom: 100px;
	} 
	.promo-icon-left {
		margin-bottom:50px;
	}
	.promo-icon-right {
		margin-top:50px;
		float:none;
	}
		
	/*Section's & Promo Box's Parallax*/
	
	.section-parallax, .promo-parallax {
		background-attachment: scroll;
		background-size: cover;
	}
	
	.section-img, .promo-box {
		background-size: cover;
		height: 100%;	
	}	
	.promo-box.promo-pattern {
		background-size: inherit;
	}
		
	/*Vertical Divider*/
	
	.vertical-divider-left {
		border-top: 1px solid #eee;
		border-left: none;
		padding-top:100px;
		margin-top:100px;
	}
	
	.vertical-divider-right {
		border-bottom: 1px solid #eee;
		border-right: none;
		padding-bottom:100px;
		margin-bottom:100px;
	}
	
	.vdl-light {
		border-top: 1px solid #333;
	}
	
	.vdr-light {
		border-bottom: 1px solid #333;
	}
	
	/*Trending*/
	
	.trending-carousel,
	.trending-vticker{
		display:none;
	}
	
	/*Social Fixed*/
	
	ul.social-fixed {
		display:none;
	}
	
	/*404 Error*/
	
	p.error {
        font-size: 100px;
    }
	
	/*Flickr Widget*/
	
	.flickr_badge_image img {
		width: auto;
	}
	
	/*Cart Review*/
	
	.review-cart-block {
		margin-top:50px;
	}
	
	/* Sitemap */
	
	.sitemap-container .sitemap-cell {
		width:33.1%;
	}
    
    /* Icon Tabs */
    
    .tab-icons-v2.tab-icons-v2-ext ul.tab-theme.tab-icons > li {
        padding-right:25px;
    }
	
	.tab-icons-v3 .tab-theme,
	.tab-icons-v3 .tab-theme.tab-icons {
		display:block;
		width:100%;
	}
}

/*Tablet Screens*/

@media screen and (min-width :768px) and (max-width: 991px) {
	
	/* Alignment */
	
	.text-left-tablet {
		text-align:left !important;
	}
	.text-center-tablet {
		text-align:center !important;
	}
	.text-right-tablet {
		text-align:right !important;
	}	
	.img-center-tablet {
		margin-left:auto !important;
		margin-right: auto !important;
		display:block !important;
	}
	.img-left-tablet {
		margin-left:inherit !important;
		margin-right: auto !important;
		display:block !important;
	}
	.img-right-tablet {
		margin-left:auto !important;
		margin-right: inherit !important;
		display:block !important;
	}
	
	/* Margins - Tablet Specific */ 

	.no-margin-top-tablet{
		margin-top: 0 !important;
	}
	.no-margin-bottom-tablet{
		margin-bottom: 0 !important;
	}
	.no-margin-left-tablet{
		margin-left: 0 !important;
	}
	.no-margin-right-tablet{
		margin-right: 0 !important;
	}
	.no-margin-side-tablet{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.no-margin-tablet{
		margin: 0 !important;
	}
	.mar-top-100-tablet{
		margin-top: 100px !important;
	}
	.mar-top-50-tablet{
		margin-top: 50px !important;
	}
	.mar-top-45-tablet{
		margin-top: 45px !important;
	}
	.mar-top-40-tablet{
		margin-top: 40px !important;
	}
	.mar-top-35-tablet{
		margin-top: 35px !important;
	}
	.mar-top-30-tablet{
		margin-top: 30px !important;
	}
	.mar-top-25-tablet{
		margin-top: 25px !important;
	}
	.mar-top-20-tablet{
		margin-top: 20px !important;
	}
	.mar-top-15-tablet{
		margin-top: 15px !important;
	}
	.mar-top-10-tablet{
		margin-top: 10px !important;
	}
	.mar-top-5-tablet{
		margin-top: 5px !important;
	}
	.mar-bot-100-tablet{
		margin-bottom: 100px !important;
	}
	.mar-bot-50-tablet{
		margin-bottom: 50px !important;
	}
	.mar-bot-45-tablet{
		margin-bottom: 45px !important;
	}
	.mar-bot-40-tablet{
		margin-bottom: 40px !important;
	}
	.mar-bot-35-tablet{
		margin-bottom: 35px !important;
	}
	.mar-bot-30-tablet{
		margin-bottom: 30px !important;
	}
	.mar-bot-25-tablet{
		margin-bottom: 25px !important;
	}
	.mar-bot-20-tablet{
		margin-bottom: 20px !important;
	}
	.mar-bot-15-tablet{
		margin-bottom: 15px !important;
	}
	.mar-bot-10-tablet{
		margin-bottom: 10px !important;
	}
	.mar-bot-5-tablet{
		margin-bottom: 5px !important;
	}
	.mar-left-100-tablet{
		margin-left: 100px !important;
	}
	.mar-left-50-tablet{
		margin-left: 50px !important;
	}
	.mar-left-45-tablet{
		margin-left: 45px !important;
	}
	.mar-left-40-tablet{
		margin-left: 40px !important;
	}
	.mar-left-35-tablet{
		margin-left: 35px !important;
	}
	.mar-left-30-tablet{
		margin-left: 30px !important;
	}
	.mar-left-25-tablet{
		margin-left: 25px !important;
	}
	.mar-left-20-tablet{
		margin-left: 20px !important;
	}
	.mar-left-15-tablet{
		margin-left: 15px !important;
	}
	.mar-left-10-tablet{
		margin-left: 10px !important;
	}
	.mar-left-5-tablet{
		margin-left: 5px !important;
	}
	.mar-right-100-tablet{
		margin-right: 100px !important;
	}
	.mar-right-50-tablet{
		margin-right: 50px !important;
	}
	.mar-right-45-tablet{
		margin-right: 45px !important;
	}
	.mar-right-40-tablet{
		margin-right: 40px !important;
	}
	.mar-right-35-tablet{
		margin-right: 35px !important;
	}
	.mar-right-30-tablet{
		margin-right: 30px !important;
	}
	.mar-right-25-tablet{
		margin-right: 25px !important;
	}
	.mar-right-20-tablet{
		margin-right: 20px !important;
	}
	.mar-right-15-tablet{
		margin-right: 15px !important;
	}
	.mar-right-10-tablet{
		margin-right: 10px !important;
	}
	.mar-right-5-tablet{
		margin-right: 5px !important;
	}

	/* Paddings - Tablet Specific */

	.no-padding-top-tablet{
		padding-top: 0 !important;
	}
	.no-padding-bottom-tablet{
		padding-bottom: 0 !important;
	}
	.no-padding-left-tablet{
		padding-left: 0 !important;
	}
	.no-padding-right-tablet{
		padding-right: 0 !important;
	}
	.no-padding-side-tablet{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.no-padding-tablet{
		padding: 0 !important;
	}
	.pad-left-100-tablet{
		padding-left: 100px !important;
	}
	.pad-left-50-tablet{
		padding-left: 50px !important;
	}
	.pad-left-45-tablet{
		padding-left: 45px !important;
	}
	.pad-left-40-tablet{
		padding-left: 40px !important;
	}
	.pad-left-35-tablet{
		padding-left: 35px !important;
	}
	.pad-left-30-tablet{
		padding-left: 30px !important;
	}
	.pad-left-25-tablet{
		padding-left: 25px !important;
	}
	.pad-left-20-tablet{
		padding-left: 20px !important;
	}
	.pad-left-15-tablet{
		padding-left: 15px !important;
	}
	.pad-left-10-tablet{
		padding-left: 10px !important;
	}
	.pad-left-5-tablet{
		padding-left: 5px !important;
	}
	.pad-right-100-tablet{
		padding-right: 100px !important;
	}
	.pad-right-50-tablet{
		padding-right: 50px !important;
	}
	.pad-right-45-tablet{
		padding-right: 45px !important;
	}
	.pad-right-40-tablet{
		padding-right: 40px !important;
	}
	.pad-right-35-tablet{
		padding-right: 35px !important;
	}
	.pad-right-30-tablet{
		padding-right: 30px !important;
	}
	.pad-right-25-tablet{
		padding-right: 25px !important;
	}
	.pad-right-20-tablet{
		padding-right: 20px !important;
	}
	.pad-right-15-tablet{
		padding-right: 15px !important;
	}
	.pad-right-10-tablet{
		padding-right: 10px !important;
	}
	.pad-right-5-tablet{
		padding-right: 5px !important;
	}
	.pad-top-100-tablet{
		padding-top: 100px !important;
	}
	.pad-top-50-tablet{
		padding-top: 50px !important;
	}
	.pad-top-45-tablet{
		padding-top: 45px !important;
	}
	.pad-top-40-tablet{
		padding-top: 40px !important;
	}
	.pad-top-35-tablet{
		padding-top: 35px !important;
	}
	.pad-top-30-tablet{
		padding-top: 30px !important;
	}
	.pad-top-25-tablet{
		padding-top: 25px !important;
	}
	.pad-top-20-tablet{
		padding-top: 20px !important;
	}
	.pad-top-15-tablet{
		padding-top: 15px !important;
	}
	.pad-top-10-tablet{
		padding-top: 10px !important;
	}
	.pad-top-5-tablet{
		padding-top: 5px !important;
	}
	.pad-bot-100-tablet{
		padding-bottom: 100px !important;
	}
	.pad-bot-50-tablet{
		padding-bottom: 50px !important;
	}
	.pad-bot-45-tablet{
		padding-bottom: 45px !important;
	}
	.pad-bot-40-tablet{
		padding-bottom: 40px !important;
	}
	.pad-bot-35-tablet{
		padding-bottom: 35px !important;
	}
	.pad-bot-30-tablet{
		padding-bottom: 30px !important;
	}
	.pad-bot-25-tablet{
		padding-bottom: 25px !important;
	}
	.pad-bot-20-tablet{
		padding-bottom: 20px !important;
	}
	.pad-bot-15-tablet{
		padding-bottom: 15px !important;
	}
	.pad-bot-10-tablet{
		padding-bottom: 10px !important;
	}
	.pad-bot-5-tablet{
		padding-bottom: 5px !important;
	}
	
	/*Trailer Side*/
	
	.tsb-text {
		font-size:170px;
		line-height: 118px;	
	}	
	.tss-text {
		font-size:25px;
	}	
	.tss-subheading {
		font-size:20px;
	}
	
	/* Trailer */
	
	figure.trailer-image h2.content-background {
		font-size:100%;
	}
	
	/*Cart*/
		
	.shipping { 
		text-align: center;
		font-size: 14px;
	}
	.shipping .date { 
		font-weight: 800;
	}
  	
  	/*Trailer Images*/
  	
  	figure.trailer h2 {
		font-size:15px;  	
  	}  	
  	figure.trailer p {
		font-size:12px;  	
  	}
	
	/* Owl With Pagination Right/Left */
	
	.text-center-tablet.owl-theme.pagination-left .owl-controls .owl-pagination,
	.text-center-tablet.owl-theme.pagination-right .owl-controls .owl-pagination {
		text-align:center;
	}
	.text-center-tablet.owl-theme.pagination-left .owl-controls .owl-page span, 
	.text-center-tablet.owl-theme.pagination-left .owl-controls .owl-page.active span,
	.text-center-tablet.owl-theme.pagination-right .owl-controls .owl-page span, 
	.text-center-tablet.owl-theme.pagination-right .owl-controls .owl-page.active span {
		margin:0 5px;
	}
}

/*Mobile Screen*/

@media screen and (max-width: 767px) {

	/* Alignment */
	
	.text-left-mobile {
		text-align:left !important;
	}
	.text-center-mobile {
		text-align:center !important;
	}
	.text-right-mobile {
		text-align:right !important;
	}	
	.img-center-mobile {
		margin-left:auto !important;
		margin-right: auto !important;
		display:block !important;
	}
	.img-left-mobile {
		margin-left:inherit !important;
		margin-right: auto !important;
		display:block !important;
	}
	.img-right-mobile {
		margin-left:auto !important;
		margin-right: inherit !important;
		display:block !important;
	}
	
	/* True Font */
	
	h1.true-size-mobile {
		font-size:36px !important;
	}
	h2.true-size-mobile {
		font-size:30px !important;
	}
	h3.true-size-mobile {
		font-size:24px !important;
	}
	h4.true-size-mobile {
		font-size:18px !important;
	}
	h5.true-size-mobile {
		font-size:14px !important;
	}
	h6.true-size-mobile {
		font-size:12px !important;
	}
	p.true-size-mobile,
	span.true-size-mobile{
		font-size:14px !important;
	}
	
	/* Margins - Mobile Specific */ 

	.no-margin-top-mobile {
		margin-top: 0 !important;
	}
	.no-margin-bottom-mobile {
		margin-bottom: 0 !important;
	}
	.no-margin-left-mobile {
		margin-left: 0 !important;
	}
	.no-margin-right-mobile {
		margin-right: 0 !important;
	}
	.no-margin-side-mobile {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.no-margin-mobile {
		margin: 0 !important;
	}
	.mar-top-100-mobile {
		margin-top: 100px !important;
	}
	.mar-top-50-mobile {
		margin-top: 50px !important;
	}
	.mar-top-45-mobile {
		margin-top: 45px !important;
	}
	.mar-top-40-mobile {
		margin-top: 40px !important;
	}
	.mar-top-35-mobile {
		margin-top: 35px !important;
	}
	.mar-top-30-mobile {
		margin-top: 30px !important;
	}
	.mar-top-25-mobile {
		margin-top: 25px !important;
	}
	.mar-top-20-mobile {
		margin-top: 20px !important;
	}
	.mar-top-15-mobile {
		margin-top: 15px !important;
	}
	.mar-top-10-mobile {
		margin-top: 10px !important;
	}
	.mar-top-5-mobile {
		margin-top: 5px !important;
	}
	.mar-bot-100-mobile {
		margin-bottom: 100px !important;
	}
	.mar-bot-50-mobile {
		margin-bottom: 50px !important;
	}
	.mar-bot-45-mobile {
		margin-bottom: 45px !important;
	}
	.mar-bot-40-mobile {
		margin-bottom: 40px !important;
	}
	.mar-bot-35-mobile {
		margin-bottom: 35px !important;
	}
	.mar-bot-30-mobile {
		margin-bottom: 30px !important;
	}
	.mar-bot-25-mobile {
		margin-bottom: 25px !important;
	}
	.mar-bot-20-mobile {
		margin-bottom: 20px !important;
	}
	.mar-bot-15-mobile {
		margin-bottom: 15px !important;
	}
	.mar-bot-10-mobile {
		margin-bottom: 10px !important;
	}
	.mar-bot-5-mobile {
		margin-bottom: 5px !important;
	}
	.mar-left-100-mobile {
		margin-left: 100px !important;
	}
	.mar-left-50-mobile {
		margin-left: 50px !important;
	}
	.mar-left-45-mobile {
		margin-left: 45px !important;
	}
	.mar-left-40-mobile {
		margin-left: 40px !important;
	}
	.mar-left-35-mobile {
		margin-left: 35px !important;
	}
	.mar-left-30-mobile {
		margin-left: 30px !important;
	}
	.mar-left-25-mobile {
		margin-left: 25px !important;
	}
	.mar-left-20-mobile {
		margin-left: 20px !important;
	}
	.mar-left-15-mobile {
		margin-left: 15px !important;
	}
	.mar-left-10-mobile {
		margin-left: 10px !important;
	}
	.mar-left-5-mobile {
		margin-left: 5px !important;
	}
	.mar-right-100-mobile {
		margin-right: 100px !important;
	}
	.mar-right-50-mobile {
		margin-right: 50px !important;
	}
	.mar-right-45-mobile {
		margin-right: 45px !important;
	}
	.mar-right-40-mobile {
		margin-right: 40px !important;
	}
	.mar-right-35-mobile {
		margin-right: 35px !important;
	}
	.mar-right-30-mobile {
		margin-right: 30px !important;
	}
	.mar-right-25-mobile {
		margin-right: 25px !important;
	}
	.mar-right-20-mobile {
		margin-right: 20px !important;
	}
	.mar-right-15-mobile {
		margin-right: 15px !important;
	}
	.mar-right-10-mobile {
		margin-right: 10px !important;
	}
	.mar-right-5-mobile {
		margin-right: 5px !important;
	}

	/* Paddings - Mobile Specific */

	.no-padding-top-mobile {
		padding-top: 0 !important;
	}
	.no-padding-bottom-mobile {
		padding-bottom: 0 !important;
	}
	.no-padding-left-mobile {
		padding-left: 0 !important;
	}
	.no-padding-right-mobile {
		padding-right: 0 !important;
	}
	.no-padding-side-mobile {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.no-padding-mobile {
		padding: 0 !important;
	}
	.pad-left-100-mobile {
		padding-left: 100px !important;
	}
	.pad-left-50-mobile {
		padding-left: 50px !important;
	}
	.pad-left-45-mobile {
		padding-left: 45px !important;
	}
	.pad-left-40-mobile {
		padding-left: 40px !important;
	}
	.pad-left-35-mobile {
		padding-left: 35px !important;
	}
	.pad-left-30-mobile {
		padding-left: 30px !important;
	}
	.pad-left-25-mobile {
		padding-left: 25px !important;
	}
	.pad-left-20-mobile {
		padding-left: 20px !important;
	}
	.pad-left-15-mobile {
		padding-left: 15px !important;
	}
	.pad-left-10-mobile {
		padding-left: 10px !important;
	}
	.pad-left-5-mobile {
		padding-left: 5px !important;
	}
	.pad-right-100-mobile {
		padding-right: 100px !important;
	}
	.pad-right-50-mobile {
		padding-right: 50px !important;
	}
	.pad-right-45-mobile {
		padding-right: 45px !important;
	}
	.pad-right-40-mobile {
		padding-right: 40px !important;
	}
	.pad-right-35-mobile {
		padding-right: 35px !important;
	}
	.pad-right-30-mobile {
		padding-right: 30px !important;
	}
	.pad-right-25-mobile {
		padding-right: 25px !important;
	}
	.pad-right-20-mobile {
		padding-right: 20px !important;
	}
	.pad-right-15-mobile {
		padding-right: 15px !important;
	}
	.pad-right-10-mobile {
		padding-right: 10px !important;
	}
	.pad-right-5-mobile {
		padding-right: 5px !important;
	}
	.pad-top-100-mobile {
		padding-top: 100px !important;
	}
	.pad-top-50-mobile {
		padding-top: 50px !important;
	}
	.pad-top-45-mobile {
		padding-top: 45px !important;
	}
	.pad-top-40-mobile {
		padding-top: 40px !important;
	}
	.pad-top-35-mobile {
		padding-top: 35px !important;
	}
	.pad-top-30-mobile {
		padding-top: 30px !important;
	}
	.pad-top-25-mobile {
		padding-top: 25px !important;
	}
	.pad-top-20-mobile {
		padding-top: 20px !important;
	}
	.pad-top-15-mobile {
		padding-top: 15px !important;
	}
	.pad-top-10-mobile {
		padding-top: 10px !important;
	}
	.pad-top-5-mobile {
		padding-top: 5px !important;
	}
	.pad-bot-100-mobile {
		padding-bottom: 100px !important;
	}
	.pad-bot-50-mobile {
		padding-bottom: 50px !important;
	}
	.pad-bot-45-mobile {
		padding-bottom: 45px !important;
	}
	.pad-bot-40-mobile {
		padding-bottom: 40px !important;
	}
	.pad-bot-35-mobile {
		padding-bottom: 35px !important;
	}
	.pad-bot-30-mobile {
		padding-bottom: 30px !important;
	}
	.pad-bot-25-mobile {
		padding-bottom: 25px !important;
	}
	.pad-bot-20-mobile {
		padding-bottom: 20px !important;
	}
	.pad-bot-15-mobile {
		padding-bottom: 15px !important;
	}
	.pad-bot-10-mobile {
		padding-bottom: 10px !important;
	}
	.pad-bot-5-mobile {
		padding-bottom: 5px !important;
	}
	
	/* Footer */
	
	.footer > .container > .row > .vertical-center-box-tablet > div,
	.footer > .row > .vertical-center-box-tablet > div,
	.footer > .container > .row > .vertical-center-box.vertical-center-box-tablet > div,
	.footer > .row > .vertical-center-box.vertical-center-box-tablet > div{
		padding-bottom:50px;
	}	
	.footer > .container > .row > .vertical-center-box-tablet > div:last-child,
	.footer > .row > .vertical-center-box-tablet > div:last-child {
		padding-bottom:0;
	}
	.footer-unfix-mobile {
		position:inherit;
	}
	
	/* Fixed Side Links/Text */
	.fixed-vertical-right {
        right: 10px;
    }
    .fixed-vertical-left {
        left: 10px;
    }

	/* Portfolio Effects */	
	
	.portfolio.effect-2 figure .title,
	.portfolio.effect-4 figure .title{
		font-size:130%;
	}
	.portfolio.effect-3 figure .title {
		font-size:110%;
	}
	
	/* Portfolio Grids */
	
	.portfolio.grid-2 .item,
	.portfolio.grid-3 .item,
	.portfolio.grid-4 .item,
	.portfolio.grid-5 .item {
		width:100%;
	}
	
	/* Feautured Owl */
	
	.featured-owl .owl-arrows.owl-carousel .item {
		padding: 350px 50px 50px;
	}
	
	/* Testimonial Carousel With Arrows */
	
	.owl-arrows.owl-theme.testimonial-carousel {
		padding:50px;
	}
	
	/* Owl With Pagination Right/Left */
	
	.text-center-mobile.owl-theme.pagination-left .owl-controls .owl-pagination,
	.text-center-mobile.owl-theme.pagination-right .owl-controls .owl-pagination {
		text-align:center;
	}
	.text-center-mobile.owl-theme.pagination-left .owl-controls .owl-page span, 
	.text-center-mobile.owl-theme.pagination-left .owl-controls .owl-page.active span,
	.text-center-mobile.owl-theme.pagination-right .owl-controls .owl-page span, 
	.text-center-mobile.owl-theme.pagination-right .owl-controls .owl-page.active span {
		margin:0 5px;
	}
	
	/* Blog - Style 3 */
	
	.blog-item.style-3 .blog-content {
		border-bottom: 1px solid #f9f9f9;
	}
	.blog-item.style-3 .blog-content.content-top {
		border-top: 1px solid #f9f9f9;
		border-bottom:none;
	}
	
	/* Comments */
	
	.comment-name,
	.comment-date {
		position:static;
		display:block;
		border:none;	
	}	
	.comment-reply{
		float:none;	
	}	
	.comment-reply a{
		margin-top:10px;
	}
	.comments ul li.reply {
		padding:30px;
	}
	.comments ul li img {
		margin-bottom: 10px;
	}

	/*Content Grid*/

	table.content-grid,
	table.content-grid.content-grid-5 tr td,
	table.content-grid.content-grid-4 tr td,
	table.content-grid.content-grid-3 tr td,
	table.content-grid.content-grid-2 tr td {
		width:100%;
	}
	table.content-grid tr td {
		display:block;
		border-right:none;
		width:100%;
		border-bottom: 1px solid #eee;
	}
	table.content-grid-dark tr td {
		border-bottom: 1px solid #333;
	}
	table.content-grid tr td:last-child,
	table.content-grid tr{
		border-bottom: none;
	}
	
	/* Nivo Lightbox */
	
	.nivo-lightbox-theme-default .nivo-lightbox-next,
	.nivo-lightbox-theme-default .nivo-lightbox-prev {
		margin-top:-12.5px;
		width: 25px; 
		height: 25px;
	}
	
	/* Counter Border */
	
	.counter-border {
		border-right:none;
		border-bottom: 1px solid #e6e6e6;
	}
	
	/* Fixed Footer */
	
	.footer-fixed {
		position: inherit;
		z-index: 1;
	}
	.footer.footer-fixed .footer-copyright {
		padding:50px 0;
	}
	
	/*Page Header*/
	.page-top-dark .page-title,
	.page-top-light .page-title {
		font-size: 18px;
	}
	.page-top-dark .page-subtitle,
	.page-top-light .page-subtitle {
		font-size: 13px;
	}
	
	/*Trailer Side*/
	
	.trailer-side-big {
		display:none;	
	}	
	.tss-text {
		font-size:20px;
	}	
	.tss-subheading {
		font-size:15px;
	}
	
	/* Trailer */
	
	.trailer-inactive-mobile figure img {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.trailer-inactive-mobile figure.trailer-image:hover img,
	.trailer-inactive-mobile.trailer-active figure.trailer-image img {
		opacity: 1;
	}
	.trailer-inactive-mobile.trailer-dark figure.trailer-image:hover img {
		opacity: 1;
	}
	.trailer-inactive-mobile figure.trailer-image figcaption::before,
	.trailer-inactive-mobile figure.trailer-image figcaption::after {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.trailer-inactive-mobile figure.trailer-image figcaption::before,
	.trailer-inactive-mobile figure.trailer-image figcaption::after,
	.trailer-inactive-mobile.trailer-dark figure.trailer-image figcaption::before {
		-webkit-transform: scale(0,1);
		-moz-transform: scale(0,1);
		-ms-transform: scale(0,1);
		-o-transform: scale(0,1);
		transform: scale(0,1);
	}
	.trailer-inactive-mobile.trailer-dark figure.trailer-image figcaption::after {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.trailer-inactive-mobile figure.trailer-image .trailer-center .trailer-center-hover-content,
	.trailer-inactive-mobile figure.trailer-image p {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.trailer-inactive-mobile figure.trailer-image:hover figcaption::before,
	.trailer-inactive-mobile figure.trailer-image:hover figcaption::after {
		opacity: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.trailer-inactive-mobile figure.trailer-image:hover p,
	.trailer-inactive-mobile figure.trailer-image:hover .trailer-center .trailer-center-hover-content {
		opacity: 0;
	}
	
	/* Trailer Active Mobile */
	
	.trailer-active-mobile figure.trailer-image img {
		opacity: 0.2;
	}
	.trailer-active-mobile.trailer-dark figure.trailer-image img {
		opacity: 0.5;
	}
	.trailer-active-mobile figure.trailer-image figcaption::before,
	.trailer-active-mobile figure.trailer-image figcaption::after {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.trailer-active-mobile figure.trailer-image h2,
	.trailer-active-mobile figure.trailer-image p,
	.trailer-active-mobile figure.trailer-image .trailer-center .trailer-center-hover-content {
		opacity: 1;
		bottom:0;
	}
	figure.trailer-image p.content-background {
	  display: inline-table;
	  width: 50%;
	  margin-right: 25%;
	  margin-left: 25%;
	}	
	figure.trailer-image h2.content-background {
		font-size:100%;
	}
	
	/* Trailer Cross */
	
	.trailer-cross-left,
	.trailer-cross-right,
	.trailer-cross-right-large .trailer-cross-right,
	.trailer-cross-right-large .trailer-cross-left,
	.trailer-cross-right-top .trailer-cross-left{
		width:100%;
		margin:0;
	}
	
	/*Modal Centred*/
	
	.modal-dialog-center {
		width: 100%;
	}
	
	/*Cart*/
	
	.table-responsive.cart-responsive {
		border-color:#eee;
		margin-bottom:0;
	}
	table.table-cart {
		border:none;
	}
	table.table-cart > tbody > tr:first-child > th {
		padding: 15px;
		text-align:center;
	}
	.table-bottom {
		border:none;
		text-align:center;
		margin-top:25px;
	}
	.cart-item > .thumbnail {
		display:none;
	}
	.cart-item > .thumbnail img {
		width: 40px;
		height: 40px;	
	}
	.cart-item span {
		display: none;
	}
	input.qtyminus,
	input.qtyplus{
		display:none;	
	}
	.cart-item {
		margin: 0;	
	}
	.cart-item-container {
		text-align:center;	
	}
	.cart-item-brand, .cart-item-size {
		display: none;	
	}
	.cart-review.checkout-review .cart-item {
		padding:25px;
	}
	.cart-review.checkout-review .cart-item .cart-item-name {
		text-align:left;
	}
	.cart-review.checkout-review .checkout-total {
		padding:25px;
	}
	
	/* Checkout */
	
	.btn-card-type.btn-group>.btn {
		display:inline-table;
		margin:0 5px 5px 0;
	}
	
	/*Shop Inner Page*/
	
	.product .thumbnail {
		margin: 35px auto;
	}
	
	/*Breadcrumbs*/
	
	.header-inline-content {
		display: block;
		padding-right:0;
	}
	.header-inline-content:last-child {
		text-align:left;
		margin-top:25px;
	}
	.header-inline-content.header-inline-breadcrumb {
		width:100%;
	}
	
	/*Footer Copyright*/
	
	.footer .footer-copyright {
		text-align: center;	
	}
	
	.footer .footer-copyright nav {
		float: none;	
	}
	
	.footer .footer-copyright img.logo-copyright {
		float:none;
		margin: 0 auto 10px;
	}
	
	/*Process Tabs*/
	.process-tab .nav-tabs li:before {
		display: none;	
	}
	.process-tab .nav-tabs.nav-justified > li > a {
		border:none;
	}
	.process-tab .nav-tabs li a span.steps-text {
		position: inherit;
	}
	
	/*Justified Tabs*/
	
	.nav-tabs.nav-justified > li > a{
		border: 1px solid #ddd;	
	} 		
	.tabs-below > .nav-tabs.nav-justified > .active {
		border-top: 1px solid #ddd;	
	}	
	.tabs-below > .nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;	
	}	
	.no-border-boxes-top .nav-tabs.nav-justified > li > a{
		border: none;	
	} 

	/* Sitemap */
	
	.sitemap-container .sitemap-cell {
		width:100%;
	}
    
    /* Icon Tabs */
    
    .tab-icons-v2 .tab-icons    {
        position:inherit;
    }
    .tab-icons-v2 ul.tab-theme.tab-icons > li  a{
        padding-bottom:50px;
    }
    .tab-icons-v2 .tab-theme .tab-content > .tab-pane {
        padding:50px;
        position:inherit;
    }
    .tab-icons-v2.tab-icons-v2-ext .tab-icons > li > a {
        min-width:200px;
    }
    .tab-icons-v2.tab-icons-v2-ext ul.tab-theme.tab-icons > li,
    .tab-icons-v2.tab-icons-v2-ext ul.tab-theme.tab-icons > li:last-child    {
        padding:12.5px;
    }
    
    .tab-icons-v2.tab-icons-v2-ext .tab-theme .tab-content > .active {
        padding-top:50px;
        margin-top:50px;
    }
	.tab-icons-v3 ul.tab-theme > li {
		width:49%;
	}
	
	/* Theme Background Section */
	
	.theme-background-section .content-inner-container {
		padding: 100px 8%;
	}
}

/*Mobile Screens - 400px to 767px*/

@media screen and (min-width :400px) and (max-width: 767px) {
			
  	/*Trailer Images*/
  	
  	figure.trailer h2 {
		font-size:15px;  	
  	}  	
  	figure.trailer p {
		font-size:12px;  	
  	}
		  	
}

/* Mobile Screens - Upto 690px */

@media screen and (max-width: 690px) {

	/*Bootstrap Slider*/
	
	.carousel-caption.big-caption h4 {
		padding-left: 10px;
	}	
	.carousel-caption.big-caption {
		padding: 20px;	
	}	
}


/* Mobile Screens - Upto 600px */

@media (max-width: 600px) {
	
	.coming-soon .ticker-1 {
		width: 49%; display: inline-block; font-size: 24px;  padding: 0 0 20px 0;
	}
	.coming-soon .ticker-2 {
		width: 49%; display: inline-block; font-size: 24px; padding: 0 0 20px 0;
	}
	.coming-soon .ticker-3 {
		width: 49%; display: inline-block; font-size: 24px; padding: 0 0 0 0;
	}
	.coming-soon .ticker-4 {
		width: 50%; display: inline-block; font-size: 24px;  padding: 20px 0 0 0;
	}
	
	/*Tab Lined*/
	
	ul.tab-lined:after {
		border-bottom: none;
	}
}

/* Mobile Screens - Upto 590px */

@media screen and (max-width: 590px) {

	/*Bootstrap Slider*/
	
	.carousel-caption.big-caption p {
		opacity: 0;
	}	
	.carousel-caption.big-caption {
		padding: 10px;	
	}
	
}

/* Mobile Screens - Upto 500px */

@media screen and (max-width: 500px) {
	
	/*Tabs Simple*/
	
	ul.nav-tabs.tab-theme > li {
		width: 100%;
	}
	
	/*404 Error*/
	
	p.error {
        font-size: 80px; 
        margin-top: 50px;
    }	
	
	/*Team*/
	
	.team-item.team-large .social-icons {
		float: none;
		margin-top:40px;
	}
	
	/*Testimonial Simple*/
		  	
	.testimonial i.testimonial-icon,
	.testimonial img{
		float: none;		  	
	}	
	.testimonial .client-name{
		margin-top:20px;
		padding-left: 45px;
	}		
	.testimonial-center .client-name{
		padding-left: 0px;
	}
}

/*Mobile Screens - Upto 450px*/

@media screen and (max-width: 450px)  {

	/*Portfolio - Effect-2 */
	
	.portfolio.effect-2 figure figcaption > div {
		padding: 1em;
	}
	.portfolio.effect-2 figure .title {
		font-size: 100%;
	}
	.portfolio.effect-2 figure .text {
		font-size: 80%;
	}
	
	/* Tab Icons */
	
	.tab-icons-v3 ul.tab-theme > li {
		width:100%;
	}

	/*Cart*/
	
	.cart-item {
		text-align:center;	
	}
	.cart-item > .thumbnail {
		display:none;	
	}
	.shipping { 
		font-size: 12px;
	}
	.shipping .date { 
		font-size: 14px;
	}
	.cart-item .item.thumbnail {
		display:none;
	}
}

/*Mobile Screens - Upto 399px*/

@media screen and (max-width: 399px) {	

	/* Portfolio - Effect-1 */
	
	.portfolio.effect-1 figure span a.portfolio-icon,
	.portfolio.effect-1 figure span.tags {
		margin: 5px;
	}
	.portfolio.effect-1 figure p {
		font-size: 70%;
	}
	.portfolio.effect-1 figure span.title, 
	.portfolio.effect-1 figure span.title a {
		font-size: 100%;
	}
	
	/*Trailer Images*/
  	
  	figure.trailer h2 {
		font-size:15px;  	
  	}  	
  	figure.trailer p {
		font-size:12px;  	
  	}  	
}

/********************************************************************
	Home Version - One Page 3
********************************************************************/

.colored-background #Projects .fp-tableCell {
	background: url('../images/patterns/skin_side_up.png') !important;
}
.colored-background #About .fp-tableCell {
	background-image: url('../images/patterns/brickwall_@2X.png') !important;
}
.colored-background #Contact .fp-tableCell {
	background-image: url('../images/patterns/linedpaper.png') !important;
}
.colored-background .fp-tableCell {
	background: #f3f3f3;
}

/********************************************************************
	Page - pricing-2.html
********************************************************************/

.pricing-tab-2-col > li {
	width: 50%;
	float: left;
	text-align: center;
}
.pricing-tab-2-col > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f9f9f9;
}
.pricing-tab-2-col > li > a > span {
	display:block;
	font-size: 12px;
	padding-top: 5px;
}

/********************************************************************
	Home Version - Shop 3
********************************************************************/

ul.shop-menu > li {
	padding-bottom: 15px;
	font-size: 12px;
}
ul.shop-menu > li:last-child{
	padding-bottom: 0px;
}

/********************************************************************
	Page - login-register.html
********************************************************************/

.login-tab {
	position: absolute;
	bottom: 10px;
	left: -30px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: 'Roboto Condensed' sans-serif;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	font-weight: 600;
	font-size: 11px;
}
@media screen and (max-width: 400px) {
	.login-tab {
		left: -20px;
	}
}

/********************************************************************
	Utility Page Demo
********************************************************************/

.show-grid [class^=col-] p{
	background-color:#f6f6f6;
	display:block;
	padding:10px 5px;
	text-align:center;
}
.show-grid [class^=col-sm] p,
.show-grid [class^=col-xs] p{
	font-size:10px;
	font-weight:400;
}

/*Font Awesome*/

.font-awesome-demo .fa {
	padding: 20px 5px 20px 0;
	color:#000 !important;
}