/***********************************************************************
**														              **
**         Skadana Html5 Template		   						      **
**         Author: Haider Uppal								          **
**		   URL: http://branding.skadana.com						      **
**														              **
************************************************************************


/* ----------------------------------------------------------------
    BODY
    Literature is an occupation in which you have to keep proving your talent to people who have none.
-----------------------------------------------------------------*/

html {
    overflow-x: hidden !important;
}

body {
    color: #000000;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    overflow-x: hidden;
    padding: 0 !important;
}


/* ----------------------------------------------------------------
    LAYOUT BOXED & WIDE
    Old age is fifteen years older than I am.
-----------------------------------------------------------------*/

@media (max-width: 479px) {
    .container {
        padding: 0 20px;
    }
}


/*Wide (default)*/

body.wide .wrapper {
    width: 100%;
    margin: 0;
}


/*Boxed*/

body.boxed .wrapper,
body.boxed-simple .wrapper {
    position: relative;
    border: 1px solid #eee;
    background-color: #fff;
}

body.outter {
    margin: 30px;
}

body.boxed-simple {
    background-color: #f8f8f8;
    border: 0 none !important;
}


/* Responsive */

@media (max-width: 479px) {
    body {
        font-size: 13px;
    }
    body.outter {
        margin: 0px;
    }
}

a {
    color: #111;
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

iframe {
    border: none;
}


/* ----------------------------------------------------------------
    TYPOGRAPHY HEADING STYLES
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    text-rendering: optimizelegibility;
    margin-top: 0;
}

h1,
h2 {
    margin-bottom: 40px;
}

h3 {
    margin-bottom: 10px;
}

h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

h5 {
    font-size: 15px;
    line-height: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a,
p,
p.lead {
    text-rendering: optimizelegibility;
    margin-top: 0;
    color: #222222;
    font-family: "Open Sans", sans-serif;
}

p,
p.lead {
    color: #696f6f;
    margin-bottom: 20px;
}


/* ----------------------------------------------------------------
    Fonts
-----------------------------------------------------------------*/

.font-pacifico {
    font-family: 'Dancing Script' !important;
}

.font-raleway,
.font-raleway a,
.font-raleway h1,
.font-raleway h2,
.font-raleway h3,
.font-raleway h4,
.font-raleway h5,
.font-raleway h6,
h1.font-raleway,
h2.font-raleway,
h3.font-raleway,
h4.font-raleway,
h5.font-raleway,
h6.font-raleway {
    font-family: 'Raleway' !important;
    font-weight: 100 !important;
}

.font-nothing-you-could-do,
.font-nothing-you-could-do a,
.font-nothing-you-could-do h1,
.font-nothing-you-could-do h2,
.font-nothing-you-could-do h3,
.font-nothing-you-could-do h4,
.font-nothing-you-could-do h5,
.font-nothing-you-could-do h6,
h1.font-nothing-you-could-do,
h2.font-nothing-you-could-do,
h3.font-nothing-you-could-do,
h4.font-nothing-you-could-do,
h5.font-nothing-you-could-do,
h6.font-nothing-you-could-do {
font-family: 'Roboto Condensed', sans-serif; !important;
}

.font-herr-von-muellerhoff,
.font-herr-von-muellerhoff a,
.font-herr-von-muellerhoff h1,
.font-herr-von-muellerhoff h2,
.font-herr-von-muellerhoff h3,
.font-herr-von-muellerhoff h4,
.font-herr-von-muellerhoff h5,
.font-herr-von-muellerhoff h6,
h1.font-herr-von-muellerhoff,
h2.font-herr-von-muellerhoff,
h3.font-herr-von-muellerhoff,
h4.font-herr-von-muellerhoff,
h5.font-herr-von-muellerhoff,
h6.font-herr-von-muellerhoff {
    font-family: 'Oswald', sans-serif; !important;
}

.font-oswald,
.font-oswald, a,
.font-oswald, h1,
.font-oswald, h2,
.font-oswald, h3,
.font-oswald, h4,
.font-oswald, h5,
.font-oswald, h6,
h1.font-oswald,,
h2.font-oswald,,
h3.font-oswald,,
h4.font-oswald,,
h5.font-oswald,,
h6.font-oswald, {
   font-family: 'Oswald', sans-serif;
}

.font-parisienne,
.font-parisienne a,
.font-parisienne h1,
.font-parisienne h2,
.font-parisienne h3,
.font-parisienne h4,
.font-parisienne h5,
.font-parisienne h6,
h1.font-parisienne,
h2.font-parisienne,
h3.font-parisienne,
h4.font-parisienne,
h5.font-parisienne,
h6.font-parisienne {
    font-family: 'Open Sans' !important;
}


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

#logo {
    float: left;
    font-size: 28px;
    line-height: 100%;
    position: relative;
    z-index: 1;
}

#logo a {
    display: block;
}

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

#logo a.slogo {
    display: block;
}

.main-menu #logo {
    margin-left: 40px;
    margin-right: 40px;
}


/* ----------------------------------------------------------------
    HEADER
    Life is a progress, and not a station.
-----------------------------------------------------------------*/

#header {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 199 !important;
}

#header .container {
    position: relative;
}

#header.header-transparent + #slider,
#header.header-transparent + .page-title-extended,
#header.header-transparent + .page-title-video,
#header.header-transparent + .page-title-parallax,
#header.header-transparent + .fullscreen,
#header.header-transparent + .fullscreen,
#header.header-transparent + .halfscreen,
#header.header-transparent + #google-map,
#header.header-light-transparent + #slider,
#header.header-light-transparent + .page-title-extended,
#header.header-light-transparent + .page-title-video,
#header.header-light-transparent + .page-title-parallax,
#header.header-light-transparent + .fullscreen,
#header.header-light-transparent + .fullscreen,
#header.header-light-transparent + .halfscreen,
#header.header-light-transparent + #google-map,
#header.header-dark-transparent + #slider,
#header.header-dark-transparent + .page-title-extended,
#header.header-dark-transparent + .page-title-video,
#header.header-dark-transparent + .page-title-parallax,
#header.header-dark-transparent + .fullscreen,
#header.header-dark-transparent + .fullscreen,
#header.header-dark-transparent + .halfscreen,
#header.header-dark-transparent + #google-map {
    top: -90px;
    margin-bottom: -90px;
}

#header-wrap {
    position: relative;
    -webkit-backface-visibility: hidden;
}


/* ----------------------------------------------------------------
    NAVIGATION MENU
    In seed time learn, in harvest teach, in winter enjoy.
-----------------------------------------------------------------*/

.navigation-wrap {
    padding: 0px;
}

.navigation-wrap > .container {
    padding: 0px !important;
    width: 100%;
}

#mainMenu {
    float: right;
}


/*Menu items */

nav .main-menu a,
nav .main-menu .dropdown-menu a,
nav .main-menu .dropdown-submenu > span.dropdown-menu-title-only {
    color: #111;
}

#mainMenu > ul > li > a {
    border-bottom: 0 none;
    border-radius: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    height: 88px;
    line-height: 70px;
    margin-left: 0;
    margin-right: 0;
    outline: medium none;
    padding: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

nav .main-menu li > a:hover,
nav .main-menu li > a:focus,
nav .main-menu .dropdown.open > a:hover,
nav .main-menu .dropdown.open > a:focus {
    background: none !important;
    border-color: none !important;
}

nav ul.main-menu .dropdown > .dropdown-menu,
nav ul.main-menu .dropdown-submenu > .dropdown-menu {
    visibility: hidden;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

nav ul.main-menu .dropdown:hover > .dropdown-menu,
nav ul.main-menu .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

nav.main-menu ul li i {
    padding-left: 3px;
    font-size: 14px;
    margin-right: 3px;
    text-align: center;
    width: 22px;
}

nav.main-menu ul li.dropdown > a > i {
    margin-right: 0px;
}


/*Menu dropdown menu items */

nav .main-menu .dropdown-menu {
    min-width: 230px;
    top: auto;
    background-color: #ffffff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    padding: 0px;
    border-style: solid none none;
    border-width: 3px 0 0;
    border-radius: 0px;
}

nav .main-menu .dropdown-menu a,
nav .main-menu .dropdown-submenu > span.dropdown-menu-title-only {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    padding: 10px 20px 10px 18px;
    position: relative;
    text-transform: none;
    -webkit-transition: padding .3s ease-in-out;
    transition: padding .3s ease-in-out;
}

nav .main-menu .dropdown-menu a:hover,
nav .main-menu .dropdown-menu span.dropdown-menu-title-only:hover {
    background-color: rgba(211, 211, 211, 0.1) !important;
    color: #000000;
    padding: 10px 20px 10px 26px;
}

nav .main-menu .read-more {
    border-top: 1px solid #eee;
    margin-bottom: -10px;
    margin-top: 24px;
}

nav .main-menu .dropdown-menu a.read-more:hover {
    background: rgba(0, 0, 0, 0) !important;
}

nav .main-menu .dropdown-menu .mega-menu-content .col-md-2 {
    padding-right: 1px;
}

nav .main-menu .dropdown-menu .mega-menu-content a {
    border-bottom: medium none;
    padding: 10px 20px 10px 0;
}

nav .main-menu .dropdown-menu .mega-menu-content a:hover {
    padding: 10px 0px 10px 12px;
}

nav .main-menu .dropdown-menu i {
    margin-left: -2px;
    padding-right: 6px;
}


/*Menu dropdown submenu items */

nav .main-menu .dropdown-submenu {
    position: relative;
    background-image: url("../images/arrow-light-right.png");
    background-repeat: no-repeat;
    background-position: right top;
}

nav .main-menu .dropdown-submenu > .dropdown-menu {
    border-top-width: 3px;
    left: 100%;
    margin-top: -3px;
    top: 0;
}

nav .main-menu .dropdown-submenu > .dropdown-menu.menu-invert {
    right: 100%;
    left: auto;
}


/* Mega Menu */

nav.mega-menu .nav,
nav.mega-menu .dropup,
nav.mega-menu .dropdown,
nav.mega-menu .collapse {
    position: static;
}

nav .main-menu li.mega-menu-item .dropdown-menu {
    left: 0;
    right: 0;
}

nav.mega-menu li.mega-menu-item .mega-menu-title {
    /*	border-bottom: 1px solid #ededed;*/
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 4px;
    padding-left: 0;
    text-transform: uppercase;
    padding: 10px 0px;
}

nav.mega-menu li ul {
    list-style: none;
    padding: 0;
}

nav.mega-menu .dropdown-menu a,
nav.mega-menu .dropdown-submenu > span.dropdown-menu-title-only {
    text-transform: none;
    display: block;
    text-decoration: none;
}

nav.mega-menu .dropdown-submenu > span.dropdown-menu-title-only {
    line-height: 18px;
}

nav.mega-menu .dropdown-submenu > span.dropdown-menu-title-only:hover {
    cursor: pointer;
}

nav.mega-menu .dropdown-menu {
    left: auto;
    margin-top: 0px;
}

nav.mega-menu .dropdown-menu > li {
    display: block
}

nav.mega-menu .mega-menu-content {
    padding: 30px 40px 40px;
}

nav.mega-menu .mega-menu-content:before {
    display: table;
    content: "";
    line-height: 0;
}

nav.mega-menu .mega-menu-content:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}

nav.mega-menu .mega-menu-content {
    background-position: right bottom;
    background-repeat: no-repeat;
}

nav.mega-menu ul li.mega-menu-item .mega-menu-title,
nav.main-menu ul li.dropdown:not(.mega-menu-item) li {
    border-bottom: 1px solid #eee;
}


/*RESPONSIVE MOBILE MENU*/

.nav-main-menu-responsive {
    display: none;
    float: right;
    height: 90px;
    line-height: 90px;
    margin-left: 6px;
}

.nav-main-menu-responsive button {
    background: none;
    border: 0;
}

.nav-main-menu-responsive button:focus {
    outline: 0;
}

.nav-main-menu-responsive button i {
    font-size: 17px;
}


/*CENTERED MAIN MENU*/

body:not(.device-sm):not(.device-xs):not(.device-xxs) #mainMenu.center {
    float: none;
    margin: 0 auto !important;
    text-align: center;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #mainMenu.center > ul {
    display: inline-block;
    float: none;
    text-align: left;
    width: auto;
}


/* ====================== lines button 
Nothing is more dangerous than an idea, when it's the only one we have.
 ==================================================*/

.lines,
.lines:before,
.lines:after {
    background-color: #111;
}

.header-dark:not(.header-sticky) .lines,
.header-dark:not(.header-sticky) .lines:before,
.header-dark:not(.header-sticky) .lines:after,
.header-dark.header-transparent:not(.header-sticky) .lines,
.header-dark.header-transparent:not(.header-sticky) .lines:before,
.header-dark.header-transparent:not(.header-sticky) .lines:after,
.header-dark.header-semi-transparent:not(.header-sticky) .lines,
.header-dark.header-semi-transparent:not(.header-sticky) .lines:before,
.header-dark.header-semi-transparent:not(.header-sticky) .lines:after {
    background-color: #fff;
}

button.lines-button {
    border: none;
    background: none;
}

button.lines-button span {
    display: block;
}

.lines-button {
    padding: 20px 0;
    transition: all 0.3s ease 0s;
}

.lines-button:active {
    transition: 0;
}

.lines {
    display: inline-block;
    width: 20px;
    height: 3px;
    border-radius: 0.26rem;
    transition: 0.3s;
    position: relative;
    top: -2px;
}

.lines:before,
.lines:after {
    display: inline-block;
    width: 20px;
    height: 3px;
    border-radius: 0.26rem;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}

.lines:before {
    top: 6px;
}

.lines:after {
    top: -6px;
}

.lines-button.x.lines-button-close .lines {
    background-color: transparent !important;
}

.lines-button.x.lines-button-close .lines:before,
.lines-button.x.lines-button-close .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 20px;
}

.lines-button.x.lines-button-close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x.lines-button-close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

#fullscreen-panel-button {
    position: fixed;
    right: 34px;
    top: 14px;
    z-index: 199;
}

#fullscreen-panel-button .lines,
#fullscreen-panel-button .lines:before,
#fullscreen-panel-button .lines:after {
    background-color: #fff;
}

.fullscreen-panel-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 198;
}

.fullscreen-panel-overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fullscreen-panel-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.fullscreen-panel-overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
}

.fullscreen-panel-overlay ul li a {
    font-weight: 300;
    display: block;
    color: white;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-family: 'NotCourierSans';
    text-transform: uppercase;
}

.fullscreen-panel-overlay ul li a:hover,
.fullscreen-panel-overlay ul li a:focus {
    color: #849368;
}

body:not(.fullscreen-panel-active) .fullscreen-panel-overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

body.fullscreen-panel-active .fullscreen-panel-overlay-hugeinc {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fullscreen-panel-overlay-hugeinc nav {
    -moz-perspective: 300px;
}

.fullscreen-panel-overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

body.fullscreen-panel-active .fullscreen-panel-overlay-hugeinc nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

body:not(.fullscreen-panel-active) .fullscreen-panel-overlay-hugeinc nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}


/* ----------------------------------------------------------------
    HEADER: DARK
-----------------------------------------------------------------*/

.header-default {
    background-color: #fff;
    border-bottom: 0 !important;
}


/* ----------------------------------------------------------------
    HEADER: DARK
    Nothing is more dangerous than an idea, when it's the only one we have.

-----------------------------------------------------------------*/

#header.header-dark,
.header-dark {
    background-color: #000000;
    border-bottom: #000000;
}

#header.header-sticky.header-dark:not(.header-navigation-light) #header-wrap,
#header.header-dark:not(.header-navigation-light) .main-menu .dropdown-menu {
    background-color: #111;
}

.header-dark .main-menu > ul > li > a,
.header-dark:not(.header-navigation-light) .main-menu > ul > li > ul a,
.header-dark #top-search a,
.header-dark .nav-main-menu-responsive > button,
.header-dark #top-search form input {
    color: #fff;
}

#header.header-dark:not(.header-navigation-light) .main-menu > ul > li > ul a,
#header.header-dark:not(.header-navigation-light) .main-menu .dropdown-menu a,
#header.header-dark:not(.header-navigation-light) .main-menu .dropdown-submenu > span.dropdown-menu-title-only,
#header.header-dark:not(.header-navigation-light) #mainMenu .mega-menu-title {
    color: #ccc;
}

header.header-dark:not(.header-navigation-light) .mega-menu ul li.mega-menu-item .mega-menu-title,
header.header-dark:not(.header-navigation-light) .main-menu ul li.dropdown:not(.mega-menu-item) li {
    border-bottom: 1px solid #000000;
}

#header.header-dark .main-menu .dropdown-menu .mega-menu-content a {
    border-bottom: 0px;
}

#header.header-dark:not(.header-navigation-light) nav#mainMenu.main-menu.mega-menu .mega-menu-content a.read-more,
#header.header-dark:not(.header-navigation-light) .header-transparent nav .main-menu .mega-menu-content a.read-more {
    border-top: 1px solid #000000;
}

#header.header-dark #top-search form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#header.header-dark #top-search form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#header.header-dark #top-search form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#header.header-dark #top-search a:before {
    border-left: 1px solid #eee;
}


/* ----------------------------------------------------------------
	HEADER: TRANSPARENT
-----------------------------------------------------------------*/

#header.header-transparent {
    background-color: transparent;
    border-bottom: 0;
}


/* ----------------------------------------------------------------
    HEADER: DARK TRANSPARENT
-----------------------------------------------------------------*/

#header.header-dark-transparent {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}


/* ----------------------------------------------------------------
    HEADER: LIGHT TRANSPARENT
-----------------------------------------------------------------*/

#header.header-light-transparent {
    background-color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}


/* ----------------------------------------------------------------
    HEADER: FULLWIDTH
-----------------------------------------------------------------*/

body.wide #header.header-fullwidth #header-wrap .container {
    width: 100%;
    padding: 0 30px;
}

body.wide #header.header-fullwidth nav .main-menu .mega-menu-item .dropdown-menu {
    left: 0;
    right: 0;
}

#header.header-fullwidth [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}


/* ----------------------------------------------------------------
	HEADER DARK & LIGHT MENU
    You'll be free or die!
-----------------------------------------------------------------*/

#header.header-dark.header-sticky.header-navigation-light .main-menu > ul > li > a,
#header.header-dark.header-sticky.header-navigation-light #top-search a,
#header.header-dark.header-sticky.header-navigation-light .nav-main-menu-responsive > button,
#header.header-dark.header-sticky.header-navigation-light #top-search form input {
    color: #111;
}

#header.header-dark.header-sticky.header-navigation-light #top-search form input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

#header.header-dark.header-sticky.header-navigation-light #top-search form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

#header.header-dark.header-sticky.header-navigation-light #top-search form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}


/* ----------------------------------------------------------------
	Headers 
    Real decisions are not something we can pick up without taking time to hunt for them
-----------------------------------------------------------------*/

#header.header-sticky #header-wrap {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 199;
}

#header,
#header-wrap,
#logo img,
#header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu,
#mainMenu > ul,
#header .side-panel-button {
    height: 90px;
}

#side-panel #mainMenu > ul {
    height: auto !important;
}

#header,
#header:not(.header-static) #header-wrap,
#header #logo img,
#header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu,
#mainMenu > ul,
#header.header-sticky:not(.header-static),
#header .side-panel-button {
    transition: opacity .3s ease, height .4s ease;
    -webkit-transition: opacity .3s ease, height .4s ease;
    -o-transition: opacity .3s ease, height .4s ease;
}

#header.header-sticky:not(.header-static),
#header.header-sticky:not(.header-static) #header-wrap,
#header.header-sticky:not(.header-static) #logo img,
#header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu,
#header.header-sticky:not(.header-static) #mainMenu > ul > li > a,
#header.header-sticky:not(.header-static) #top-search a,
#header.header-sticky:not(.header-static) .side-panel-button {
    height: 60px;
}

#header.header-sticky:not(.header-static) #side-panel nav#mainMenu ul.main-menu,
#header.header-sticky:not(.header-static) #side-panel #mainMenu > ul > li > a {
    height: auto !important;
}

#header.header-sticky:not(.header-static) #mainMenu > ul > li > a {
    line-height: 40px;
}

#header.header-sticky:not(.header-static) #side-panel #mainMenu > ul > li > a {
    line-height: auto !important;
}

#header.header-sticky:not(.header-static) #top-search a:before {
    top: 16px;
}

#header.header-sticky:not(.header-static) #top-search a i,
#header.header-sticky:not(.header-static) #top-search form input {
    font-size: 20px;
}


/* ----------------------------------------------------------------
    SLIDER
    The worst threat to man is man himself
-----------------------------------------------------------------*/

#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0px;
}

#home {
    width: 100%;
    height: 100%;
    color: #FFF;
}

.container-fullscreen {
    padding-top: 0px;
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
}

.fullscreen > .container,
.halfscreen > .container,
.fullscreen > .container-fluid,
.halfscreen > .container-fluid {
    height: 100%;
}


/* ----------------------------------------------------------------
    FOOTER 
    In the end, it's not the years in your life that count. 
    It's the life in your years.
-----------------------------------------------------------------*/

#footer {
    clear: both;
    position: relative;
}

#footer .logo {
    margin-bottom: 54px;
    margin-top: 12px;
    max-width: 80px;
}

.footer-logo {
    border-right: 1px solid #333;
    margin-bottom: 20px;
    margin-right: 18px;
    padding-right: 16px;
}

#footer.background-colored .footer-logo {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

#footer.background-grey .footer-logo {
    border-right: 1px solid #ccc;
}

.footer-content {
    padding: 40px 0;
}

.footer-content .widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 21px;
    text-transform: uppercase;
}

.copyright-content {
    min-height: 80px;
    padding: 20px 0;
}

footer.background-grey .copyright-content {
    border-top: 1px solid #ddd;
}

.copyright-links a {
    padding: 10px;
}

.copyright-text {
    font-size: 12px;
    padding-top: 10px;
    text-align: left;
    text-transform: uppercase;
}


/*Social icons*/

#footer .social-icons {
    float: right;
}

#footer .social-icons.center {
    float: none;
    display: inline-block;
}

#footer .social-icons:not(.social-icons-colored) li a:hover {
    background-color: transparent;
}


/* ----------------------------------------------------------------
    Misc
-----------------------------------------------------------------*/

.show-grid[class*="col-md-"] .show-grid-block {
    background-color: #eeeeee;
    border: 1px solid #ffffff;
    display: block;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
}


/* ----------------------------------------------------------------
    CSS UTILITY HELPERS i dont like these tho..
-----------------------------------------------------------------*/

.hidden,
.animated {
    opacity: 0;
}

.visible {
    opacity: 1;
}

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

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.center {
    float: none;
    margin: 0 auto;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.text-middle {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 3;
    position: relative;
}

.text-bottom {
    display: table-cell;
    vertical-align: bottom;
    margin: auto;
    z-index: 3;
    position: relative;
}

.text-shadow-light {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

.background-white,
.background-light {
    background-color: #fff !important;
}

.background-grey {
    background-color: #F6F6F6 !important;
}

.background-dark {
    background-color: #101010 !important;
}

.background-pattern {
    background-image: url(/images/overlay-pattern/gplay.png);
}

.background-pattern-1 {
    background-image: url(/images/overlay-pattern/3px-tile.png);
}

.background-pattern-2 {
    background-image: url(/images/overlay-pattern/asfalt-dark.png);
}

.background-pattern-3 {
    background-image: url(/images/overlay-pattern/axiom-pattern.png);
}


/* ----------------------------------------------------------------
    PREDEFINED TEXT HELPERS
-----------------------------------------------------------------*/

.text-medium-light {
    font-size: 50px !important;
    font-weight: 100;
    line-height: 1.1;
}

.text-medium {
    font-size: 50px !important;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

body.device-xs .text-medium,
body.device-xs .text-medium-light {
    font-size: 40px !important;
}

body.device-xxs .text-medium,
body.device-xxs .text-medium-light {
    font-size: 30px !important;
}

.text-large-light,
.text-large-light span,
.text-large-light span span {
    font-size: 90px !important;
    line-height: 100px !important;
    font-weight: 120 !important;
}

.text-large,
.text-large span,
.text-large span span {
    font-size: 90px !important;
    line-height: 110px !important;
    font-weight: 800 !important;
}

.text-extra-large,
.text-extra-large span {
    font-size: 120px !important;
    font-weight: 800;
    line-height: 120px;
}

.text-lg,
.text-lg span {
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    margin-bottom: 10px;
}

.text-lg-x2,
.text-lg-x2 span {
    color: #ffffff;
    font-size: 120px;
    line-height: 140px;
    font-weight: 100;
    margin-bottom: 10px;
}

.text-lg-x3,
.text-lg-x3 span {
    color: #ffffff;
    font-size: 230px;
    line-height: 250px;
    font-weight: 100;
}

.text-small {
    font-size: 23px !important;
    line-height: 1.3;
}

.text-muted {
    color: #c2c2c5;
}

.text-bold {
    font-weight: bold !important;
}

.text-azure {
    color: #0095C8 !important;
}

.text-orange {
    color: #FF6600 !important;
}

.text-green {
    color: #1FBBA6 !important;
}

.text-blue {
    color: #5F8295 !important;
}

.text-pink {
    color: #DD5A82 !important;
}

.text-purple {
    color: #DD5A82 !important;
}

.text-bricky {
    color: #894550 !important;
}

.text-yellow {
    color: #FFB848 !important;
}

.text-red {
    color: #C82E29 !important;
}

.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .lead,
.text-light p,
.text-light a:not(.button),
.text-light i,
.text-light li,
.text-light label,
.text-light div:not(.alert),
.text-light span {
    color: #fff !important;
}

.text-dark,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p,
.text-dark .lead,
.text-dark a:not(.button),
.text-dark i,
.text-dark li,
.text-dark label,
.text-dark div:not(.alert),
.text-dark span {
    color: #111 !important;
}

.text-grey,
.text-grey h1,
.text-grey h2,
.text-grey h3,
.text-grey h4,
.text-grey h5,
.text-grey h6,
.text-grey .lead,
.text-grey p,
.text-grey a:not(.button),
.text-grey i,
.text-grey li,
.text-grey label,
.text-grey div:not(.alert),
.text-grey span {
    color: #ccc;
}

.with-errors li {
    color: #981a1a !important;
}


/*font weight*/

.font-wight-100 {
    font-weight: 100 !important;
}

.font-wight-300 {
    font-weight: 300 !important;
}

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

.font-wight-500 {
    font-weight: 500 !important;
}

.font-wight-600 {
    font-weight: 600 !important;
}

.font-wight-700 {
    font-weight: 700 !important;
}

.font-wight-800 {
    font-weight: 800 !important;
}


/* ----------------------------------------------------------------
    PREDEFINED MARGIN & PADDING CLASSES
-----------------------------------------------------------------*/

.border-left {
    border-left: 1px solid #eee;
}

.border-top {
    border-top: 1px solid #eee;
}

.border-right {
    border-width: 0 1px 0 0;
    border-color: #eee;
    border-style: solid;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.border-dotted {
    border-style: dotted;
}

.slider-size-half {
    max-height: 560px;
}

.no-margin {
    margin: 0px!important
}

.m-b-0 {
    margin-bottom: 0px !important
}

.m-b-5 {
    margin-bottom: 5px!important
}

.m-b-10 {
    margin-bottom: 10px!important
}

.m-b-15 {
    margin-bottom: 15px!important
}

.m-b-20 {
    margin-bottom: 20px!important
}

.m-b-25 {
    margin-bottom: 25px!important
}

.m-b-30 {
    margin-bottom: 30px!important
}

.m-b-35 {
    margin-bottom: 35px!important
}

.m-b-40 {
    margin-bottom: 40px!important
}

.m-b-50 {
    margin-bottom: 50px!important
}

.m-b-60 {
    margin-bottom: 60px!important
}

.m-b-70 {
    margin-bottom: 70px!important
}

.m-b-80 {
    margin-bottom: 80px!important
}

.m-b-90 {
    margin-bottom: 90px!important
}

.m-b-100 {
    margin-bottom: 100px!important
}

.m-b-150 {
    margin-bottom: 150px!important
}

.m-b-200 {
    margin-bottom: 200px!important
}

.m-t-0 {
    margin-top: 0px!important
}

.m-t-5 {
    margin-top: 5px!important
}

.m-t-10 {
    margin-top: 10px!important
}

.m-t-15 {
    margin-top: 15px!important
}

.m-t-20 {
    margin-top: 20px!important
}

.m-t-25 {
    margin-top: 25px!important
}

.m-t-30 {
    margin-top: 30px!important
}

.m-t-35 {
    margin-top: 35px!important
}

.m-t-40 {
    margin-top: 40px!important
}

.m-t-50 {
    margin-top: 50px!important
}

.m-t-60 {
    margin-top: 60px!important
}

.m-t-70 {
    margin-top: 70px!important
}

.m-t-80 {
    margin-top: 80px!important
}

.m-t-90 {
    margin-top: 90px!important
}

.m-t-100 {
    margin-top: 100px!important
}

.m-l-0 {
    margin-left: 0px!important;
}

.m-l-5 {
    margin-left: 5px!important
}

.m-l-10 {
    margin-left: 10px!important
}

.m-l-15 {
    margin-left: 15px!important
}

.m-l-20 {
    margin-left: 20px!important
}

.m-l-25 {
    margin-left: 25px!important
}

.m-l-30 {
    margin-left: 30px!important
}

.m-l-35 {
    margin-left: 35px!important
}

.m-l-40 {
    margin-left: 40px!important
}

.m-l-50 {
    margin-left: 50px!important
}

.m-l-60 {
    margin-left: 60px!important
}

.m-l-70 {
    margin-left: 70px!important
}

.m-l-80 {
    margin-left: 80px!important
}

.m-l-90 {
    margin-left: 90px!important
}

.m-l-100 {
    margin-left: 100px!important
}

.m-r-0 {
    margin-right: 0px!important
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px!important
}

.m-r-15 {
    margin-right: 15px!important
}

.m-r-20 {
    margin-right: 20px!important
}

.m-r-25 {
    margin-right: 25px!important
}

.m-r-30 {
    margin-right: 30px!important
}

.m-r-35 {
    margin-right: 35px!important
}

.m-r-40 {
    margin-right: 40px!important
}

.m-r-50 {
    margin-right: 50px!important
}

.m-r-60 {
    margin-right: 60px!important
}

.m-r-70 {
    margin-right: 70px!important
}

.m-r-80 {
    margin-right: 80px!important
}

.m-r-90 {
    margin-right: 90px!important
}

.m-r-100 {
    margin-right: 100px!important
}

.m-0 {
    margin: 0px!important;
}

.m-5 {
    margin: 5px!important
}

.m-10 {
    margin: 10px!important
}

.m-15 {
    margin: 15px!important
}

.m-20 {
    margin: 20px!important
}

.m-25 {
    margin: 25px!important
}

.m-30 {
    margin: 30px!important
}

.m-35 {
    margin: 35px!important
}

.m-40 {
    margin: 40px!important
}

.m-50 {
    margin: 50px!important
}

.m-60 {
    margin: 60px!important
}

.m-70 {
    margin: 70px!important
}

.m-80 {
    margin: 80px!important
}

.m-90 {
    margin: 90px!important
}

.m-100 {
    margin: 100px!important
}


/*Margins*/

.col-no-margin [class^="col-"] {
    margin: 0!important;
    padding: 0 !important;
}

.row.col-no-margin {
    margin: 0!important;
}

.row.col-small-margins [class^="col-"] {
    margin: 0 0 20px 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.p-0 {
    padding: 0px!important;
}

.p-5 {
    padding: 5px!important
}

.p-10 {
    padding: 10px!important
}

.p-15 {
    padding: 15px!important
}

.p-20 {
    padding: 20px!important
}

.p-25 {
    padding: 25px!important
}

.p-30 {
    padding: 30px!important
}

.p-35 {
    padding: 35px!important
}

.p-40 {
    padding: 40px!important
}

.p-50 {
    padding: 50px!important
}

.p-60 {
    padding: 60px!important
}

.p-70 {
    padding: 70px!important
}

.p-80 {
    padding: 80px!important
}

.p-90 {
    padding: 90px!important
}

.p-100 {
    padding: 100px!important
}

.p-b-0 {
    padding-bottom: 0px!important
}

.p-b-5 {
    padding-bottom: 5px!important
}

.p-b-10 {
    padding-bottom: 10px!important
}

.p-b-15 {
    padding-bottom: 15px!important
}

.p-b-20 {
    padding-bottom: 20px!important
}

.p-b-25 {
    padding-bottom: 25px!important
}

.p-b-30 {
    padding-bottom: 30px!important
}

.p-b-35 {
    padding-bottom: 35px!important
}

.p-b-40 {
    padding-bottom: 40px!important
}

.p-b-50 {
    padding-bottom: 50px!important
}

.p-b-60 {
    padding-bottom: 60px!important
}

.p-b-70 {
    padding-bottom: 70px!important
}

.p-b-80 {
    padding-bottom: 80px!important
}

.p-b-90 {
    padding-bottom: 90px!important
}

.p-b-100 {
    padding-bottom: 100px!important
}

.p-b-150 {
    padding-bottom: 150px!important
}

.p-b-200 {
    padding-bottom: 200px!important
}

.p-t-0 {
    padding-top: 0px!important
}

.p-t-5 {
    padding-top: 5px!important
}

.p-t-10 {
    padding-top: 10px!important
}

.p-t-15 {
    padding-top: 15px!important
}

.p-t-20 {
    padding-top: 20px!important
}

.p-t-25 {
    padding-top: 25px!important
}

.p-t-30 {
    padding-top: 30px!important
}

.p-t-35 {
    padding-top: 35px!important
}

.p-t-40 {
    padding-top: 40px!important
}

.p-t-50 {
    padding-top: 50px!important
}

.p-t-60 {
    padding-top: 60px!important
}

.p-t-70 {
    padding-top: 70px!important
}

.p-t-80 {
    padding-top: 80px!important
}

.p-t-90 {
    padding-top: 90px!important
}

.p-t-100 {
    padding-top: 100px!important
}

.p-t-150 {
    padding-top: 150px!important
}

.p-t-200 {
    padding-top: 200px!important
}

.p-r-0 {
    padding-right: 0px!important
}

.p-r-5 {
    padding-right: 5px!important
}

.p-r-10 {
    padding-right: 10px!important
}

.p-r-15 {
    padding-right: 15px!important
}

.p-r-20 {
    padding-right: 20px!important
}

.p-r-25 {
    padding-right: 25px!important
}

.p-r-30 {
    padding-right: 30px!important
}

.p-r-35 {
    padding-right: 35px!important
}

.p-r-40 {
    padding-right: 40px!important
}

.p-r-50 {
    padding-right: 50px!important
}

.p-r-60 {
    padding-right: 60px!important
}

.p-r-70 {
    padding-right: 70px!important
}

.p-r-80 {
    padding-right: 80px!important
}

.p-r-90 {
    padding-right: 90px!important
}

.p-r-100 {
    padding-right: 100px!important
}

.p-l-0 {
    padding-left: 0px!important
}

.p-l-5 {
    padding-left: 5px!important
}

.p-l-10 {
    padding-left: 10px!important
}

.p-l-15 {
    padding-left: 15px!important
}

.p-l-20 {
    padding-left: 20px!important
}

.p-l-25 {
    padding-left: 25px!important
}

.p-l-30 {
    padding-left: 30px!important
}

.p-l-35 {
    padding-left: 35px!important
}

.p-l-40 {
    padding-left: 40px!important
}

.p-l-50 {
    padding-left: 50px!important
}

.p-l-60 {
    padding-left: 60px!important
}

.p-l-70 {
    padding-left: 70px!important
}

.p-l-80 {
    padding-left: 80px!important
}

.p-l-90 {
    padding-left: 90px!important
}

.p-l-100 {
    padding-left: 100px!important
}


/*Border radious*/

.b-r-2 {
    border-radius: 2px !important;
}

.b-r-3 {
    border-radius: 3px !important;
}

.b-r-4 {
    border-radius: 4px !important;
}

.b-r-5 {
    border-radius: 5px !important;
}

.b-r-6 {
    border-radius: 6px !important;
}

.b-r-7 {
    border-radius: 7px !important;
}

.b-r-8 {
    border-radius: 8px !important;
}

.b-r-9 {
    border-radius: 9px !important;
}

.b-r-10 {
    border-radius: 10px !important;
}

.b-radius {
    border-radius: 50% !important;
}


/*Floats*/

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.float-none {
    float: none !important;
}

.fullwidth {
    width: 100% !important;
}


/* ----------------------------------------------------------------------
    Images
-------------------------------------------------------------------------*/

.img-thumbnail {
    border: 1px solid #eee;
    padding: 1px;
}


/* ----------------------------------------------------------------------
Box shadow
-------------------------------------------------------------------------*/

.shadow-bottom {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.shadow-inside {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.shadow-inside-top {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.shadow-inside-bottom {
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.08);
}


/* ----------------------------------------------------------------------
    DEMO GRID
-------------------------------------------------------------------------*/

.grid-system-demo [class*="col-"] .grid-col-demo {
    background-color: #eee;
    display: block;
    line-height: 54px;
    min-height: 54px;
    text-align: center;
}

.grid-system-demo .row {
    padding-bottom: 42px;
}

.grid-system-demo-live .row {
    padding-bottom: 42px;
}


/* ----------------------------------------------------------------------
    PAGE 404
-------------------------------------------------------------------------*/

.page-error-404 {
    color: #eee;
    display: block;
    font-size: 300px;
    font-weight: 800;
    line-height: 0.7;
}

body.device-xs .page-error-404 {
    font-size: 200px;
    line-height: 0.8;
    margin-bottom: 20px;
}

body.device-xxs .page-error-404 {
    font-size: 140px;
    line-height: 0.8;
    margin-bottom: 20px;
}


/* ----------------------------------------------------------------------
	PAGE LOADER
-------------------------------------------------------------------------*/

body:not(.no-page-loader) .wrapper,
.animsition-overlay {
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animsition-overlay {
    z-index: 9999 !important;
}

.animsition-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    background-color: #000000;
}

.animsition-loading > img {
    width:60% !important;
    height:100% !important;
    display:block


.loader-wrapper {
    display: none;
}


/* ----------------------------------------------------------------
    Bootstrap row colums fixes
-----------------------------------------------------------------*/

.row .col-xs-4:nth-child(3n+4),
.row .col-xs-3:nth-child(4n+5),
.row .col-xs-2:nth-child(6n+7),
.row .col-xs-1:nth-child(12n+13) {
    clear: left
}

@media(min-width:768px) {
    .row .col-xs-6:nth-child(2n+3),
    .row .col-xs-4:nth-child(3n+4),
    .row .col-xs-3:nth-child(4n+5),
    .row .col-xs-2:nth-child(6n+7),
    .row .col-xs-1:nth-child(12n+13) {
        clear: none
    }
}

@media(min-width:992px) {
    .row .col-sm-6:nth-child(2n+3),
    /*	.row .col-sm-4:nth-child(3n+4), */
    .row .col-sm-3:nth-child(4n+5),
    .row .col-sm-2:nth-child(6n+7),
    .row .col-sm-1:nth-child(12n+13) {
        clear: left;
    }
    .row .col-md-4:nth-child(3n+4) {
        clear: right;
    }
}

@media(min-width:1200px) {
    .row .col-md-2:nth-child(6n+7),
    .row .col-md-1:nth-child(12n+13) {
        clear: right;
    }
    /*	.row .col-md-4:nth-child(3n+4),*/
    .row .col-lg-6:nth-child(2n+3),
    .row .col-lg-4:nth-child(3n+4),
    .row .col-lg-3:nth-child(4n+5),
    .row .col-lg-2:nth-child(6n+7),
    .row .col-lg-1:nth-child(12n+13) {
        clear: left
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .row .col-md-6:nth-child(2n+3),
    .row .col-md-4:nth-child(2n+3),
    .row .col-md-3:nth-child(2n+4),
    .row .col-lg-6:nth-child(2n+3),
    .row .col-lg-4:nth-child(3n+4),
    .row .col-lg-3:nth-child(4n+5),
    .row .col-lg-2:nth-child(6n+7),
    .row .col-lg-1:nth-child(12n+13) {
        clear: none;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4 {
        clear: right;
        float: left;
        margin-right: 0;
        width: 49.99%;
    }
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-19,
    .col-md-11,
    .col-md-12 {
        width: 100%;
    }
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-19,
    .col-sm-11,
    .col-sm-12 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-19,
    .col-sm-11,
    .col-sm-12 {
        width: 100%;
    }
}


/* ----------------------------------------------------------------
    Bootstrap row colums fixes
-----------------------------------------------------------------*/

.row .col-xs-4:nth-child(3n+4),
.row .col-xs-3:nth-child(4n+5),
.row .col-xs-2:nth-child(6n+7),
.row .col-xs-1:nth-child(12n+13) {
    clear: left
}

@media(min-width:768px) {
    .row .col-xs-6:nth-child(2n+3),
    .row .col-xs-4:nth-child(3n+4),
    .row .col-xs-3:nth-child(4n+5),
    .row .col-xs-2:nth-child(6n+7),
    .row .col-xs-1:nth-child(12n+13) {
        clear: none
    }
}

@media(min-width:992px) {
    .row .col-sm-6:nth-child(2n+3),
    /*	.row .col-sm-4:nth-child(3n+4), */
    .row .col-sm-3:nth-child(4n+5),
    .row .col-sm-2:nth-child(6n+7),
    .row .col-sm-1:nth-child(12n+13) {
        clear: left;
    }
    .row .col-md-4:nth-child(3n+4) {
        clear: right;
    }
}

@media(min-width:1200px) {
    .row .col-md-2:nth-child(6n+7),
    .row .col-md-1:nth-child(12n+13) {
        clear: right;
    }
    /*	.row .col-md-4:nth-child(3n+4),*/
    .row .col-lg-6:nth-child(2n+3),
    .row .col-lg-4:nth-child(3n+4),
    .row .col-lg-3:nth-child(4n+5),
    .row .col-lg-2:nth-child(6n+7),
    .row .col-lg-1:nth-child(12n+13) {
        clear: left
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .row .col-md-6:nth-child(2n+3),
    .row .col-md-4:nth-child(2n+3),
    .row .col-md-3:nth-child(2n+4),
    .row .col-lg-6:nth-child(2n+3),
    .row .col-lg-4:nth-child(3n+4),
    .row .col-lg-3:nth-child(4n+5),
    .row .col-lg-2:nth-child(6n+7),
    .row .col-lg-1:nth-child(12n+13) {
        clear: none;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4 {
        clear: right;
        float: left;
        margin-right: 0;
        width: 49.99%;
    }
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-19,
    .col-md-11,
    .col-md-12 {
        width: 100%;
    }
}


/* ----------------------------------------------------------------
    Scrolldown icon animation
-----------------------------------------------------------------*/

.scrolldown-animation {
    animation: 1s ease-in-out 0s normal none infinite running scrolldown-keyframes;
    bottom: -40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 45px;
    z-index: 20;
}

@keyframes scrolldown-keyframes {
    0%,
    100% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(0px);
    }
}

@keyframes scrolldown-keyframes {
    0%,
    100% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(0px);
    }
}


/*animated background*/

.animated-background {
    animation: 120s linear 0s normal none infinite running animatedBackground;
    background-repeat: repeat-x;
    background-size: cover;
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -3000px 0;
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -3000px 0;
    }
}


/*image block*/

.image-block {
    background-color: #f4f4f4;
}

.image-block .col-md-6 {
    padding: 60px;
}

.image-block-content {
    margin-bottom: 30px;
    padding: 0 50px;
}

.image-block-content .feature-icon {
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    background-color: #eee;
}

.image-block-content .feature-icon i {
    font-size: 28px;
    margin-top: 16px;
}

.image-block-content .feature-content {
    padding-left: 85px;
}

.image-block-content .feature-content h3 {
    margin-bottom: 0;
}

.image-absolute {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 426px;
    height: 556px;
}


/* ----------------------------------------------------------------
	HEADER: MINI
-----------------------------------------------------------------*/

#header.header-mini,
#header.header-mini #header-wrap,
#header.header-mini #logo img,
#header.header-mini nav#mainMenu ul.main-menu,
#header.header-mini #mainMenu > ul > li > a,
#header.header-mini .nav-main-menu-responsive,
#header.header-mini .side-panel-button {
    height: 60px;
}

#header.header-mini #mainMenu > ul > li > a {
    line-height: 40px;
}

#header.header-mini #top-search a:before {
    top: 16px;
}

#header.header-mini #top-search a i,
#header.header-mini #shopping-cart > a > i,
#header.header-mini .nav-main-menu-responsive {
    line-height: 58px;
}

#header.header-mini #top-search form input {
    font-size: 20px;
}


/* ----------------------------------------------------------------
    HEADER: FULLWIDTH
-----------------------------------------------------------------*/

body.wide #header.header-fullwidth #header-wrap .container {
    width: 100%;
    padding: 0 30px;
}

body.wide #header.header-fullwidth nav .main-menu .mega-menu-item .dropdown-menu {
    left: 0;
    right: 0;
}

#header.header-fullwidth [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}