/**
	Marena - One Page Vertical / Horizontal Template
 	Copyright (c) 2014, Subramanian

	Author: Subramanian
    Profile: themeforest.net/user/FMedia/

    Version: 1.0.0
	Release Date: July 2014

**/


/*------------------------------------------------------------------
Table of contents

	#main					-	html, body, .bodyContainer, .mainContent, .contentWrapper (it all main layout divs) styles are place here
	#logo					-	Site Logo styles are place here
	#Header					-	Site Header styles are placed here
	#Default Menu			-	Default menu styles are placed here
	#Menu Style2			-	Second Menu styles are placed here
	#Site Footer			-	Site Footer are placed here
	#hover Effect			-	Hover effect styles are placed here
	#Thumbnails				-	Carousel Thumbnails styles are placed here
	#page scroll up			-	page scrollup navigation styles are placed here
	#Email loading			-	Email loading styles are placed here
	#Email reply message	- 	Email reply loading styles are placed here
	#Graph Style			-	Graph styles are placed here
	#Hand cursor			-	Banner Hand cursor styles are placed here
	#video style			-	Video styles are placed here
	#Loading				-	Site loading styles are placed here
	#Content Top spacing	-	Page Top spacing styles are placed here
	#Scroll Items			-	Next page, previous page navigation styles are placed here
	#Rounded button			-	Round navigation styles are placed here
	#Big video				-	Bigvideo styles are placed here
*/


/* #main */
	html, body {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		overflow:hidden;
		margin-right:0px !important;
		}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: body_font, sans-serif;
    overflow-x: hidden;
    background-color: #fff;
    color: #222;
    font-size: 16px;
    font-weight: 500
}

@media screen and (max-width:991px) {
    body {
        overflow-x: hidden;
        overflow-y: auto
    }
}

@media screen and (max-width:767px) {
    body {
        padding: 0 !important
    }
}

.pageFade {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 354800000002;
    overflow: hidden
}

.bodyContainer {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.mainContent {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: translate3d(0, 0, 0);
    overflow: auto
}

.contentWrapper {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    left: 0;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    outline: 0;
    z-index: 50
}

.contentWrapper.fullWidth {
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden
}

.fullWidth {
    width: 100%;
    padding: 0
}

@media screen and (max-width:767px) {
    .fullWidth {
        padding-left: 0;
        padding-right: 0
    }
}

.logo {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px
}

.logo img {
    bottom: 0;
    max-height: auto;
    width: 100%
}

.header.mini .logo {
    padding-top: 12px;
    padding-bottom: 15px
}

@media screen and (max-width:991px) {
    .logo {
        margin: 0 auto;
        position: relative;
        display: inline-block;
        height: auto;
        margin: 0;
        padding: 10px 0 10px 0
    }

    .logo img {
        height: auto;
        max-height: none;
        margin: 0;
        padding: 0
    }

    .header.mini .logo {
        max-width: 80%
    }

    .header .logo img {
        bottom: 0;
        width: auto;
        height: 30px;
        max-height: auto;
        max-width: 100%
    }

    .header.menuType2 .logo img {
        width: auto !important
    }
}

.header {
    position: fixed;
    width: 100%;
    display: block;
    margin: 0 auto;
    z-index: 20536;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -webkit-transition: translate3d(0, 0, 0)
}

.header_content {
    position: relative;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: height .25s ease-in-out;
    -moz-transition: height .25s ease-in-out;
    -o-transition: height .25s ease-in-out;
    -ms-transition: height .25s ease-in-out;
    transition: height .25s ease-in-out
}

.nav li {
    padding-top: 15px
}

.header_content ul {
    clear: both;
    display: block;
    padding-top: 0 !important;
    list-style: none
}

.header_content ul li {
    position: relative;
    cursor: pointer;
    margin: 0 10px 0 0;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: left
}

.header_content ul li i {
    font-size: 17px
}

.header_content ul li i.fa-send {
    font-size: 14px
}

.header_content ul li a, .header_content ul li ul li a {
    font-family: header_font, 'Trebuchet MS', sans-serif;
    font-size: 12px;
    font-weight: 800
}

.header_content>ul>li {
    margin: 0 !important;
    padding-right: 0;
    float: left
}

.header_content>ul>li.last {
    margin: 0 10px 10px 0
}

.header_content ul li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 20px 10px 20px;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.header_content>ul>li>a {
    width: 95%;
    text-align: center
}

.header .logo, .header.mini {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.header.mini .mobile_menu_btn {
    width: 40px;
    height: 35px;
    top: 9px
}

.header .header_content ul li ul li a {
    width: 210px;
    margin: 0 !important;
    text-align: left !important;
    padding: 15px 0 15px 15px !important;
    font-size: 12px !important;
    text-align: center
}

.header .header_content ul li ul {
    display: none;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

.header .header_content ul li:hover ul {
    display: block;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.header.menuType1, .header.menuType1 .header_content {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.header.menuType1 {
    height: 90px;
    max-height: 90px
}

.header.menuType1.mini {
    height: 55px;
    max-height: 55px
}

.header.menuType1 .header_content ul li ul {
    left: -36px
}

.header.menuType1 .header_content ul li ul li {
    padding: 0
}

.header.menuType1 .header_content ul li ul li a {
    padding: 15px 0 15px 0 !important;
    text-align: center !important
}

.header.menuType1.mini .header_content>ul>li>a, .header.menuType1.mini .header_content>ul>li>a.active {
    padding-top: 5px;
    padding-bottom: 5px
}

.header.menuType1.mini .header_content {
    padding-top: 0;
    padding-bottom: 0
}

.header.menuType1.mini ul.nav>li {
    padding-top: 12px
}

.header.menuType1 .header_content ul li ul li:first-child {
    padding-top: 25px
}

.header.menuType1.mini .header_content ul li ul li:first-child {
    padding-top: 10px
}

.header.menuType2 {
    height: 90px;
    max-height: 90px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.header.menuType2.mini {
    height: 55px;
    max-height: 55px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.header.menuType2 .logo {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.header.menuType2 .logo img {
    bottom: 0;
    width: 100%;
    max-height: auto
}

.header.menuType2 .header_content>ul>li {
    margin-right: 0;
    cursor: auto;
    line-height: 25px;
    padding: 0 2px
}

.header.menuType2 .header_content>ul>li>a, .header.menuType2 .header_content>ul>li>a.active {
    width: auto;
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 35px;
    padding-bottom: 30px
}

.header.menuType2 .header_content>ul>li>a:before {
    content: "";
    position: absolute;
    right: -3px;
    height: 100%;
    top: 0;
    width: 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header.menuType2 .header_content>ul>li:last-child>a:before {
    background-color: transparent !important
}

.header.menuType2 .header_content {
    float: right;
    padding: 0
}

.header.menuType2 .header_content ul li ul {
    left: -3px
}

.header.menuType2 ul.nav li p {
    display: inline-block;
    margin-bottom: 0
}

.header.menuType2 ul.nav li p+p a {
    padding-left: 0
}

.header.menuType2 ul.nav li p a {
    border: none;
    padding-top: 15px;
    padding-bottom: 15px
}

.header {
    overflow: hidden
}

.header:hover {
    overflow: visible
}

.header.menuType2 .header_content ul li ul li a {
    width: 210px;
    margin: 0 !important;
    text-align: left !important;
    padding: 15px 0 15px 25px !important
}

.header.menuType2 .header_content ul li>a:active ul {
    display: none !important
}

.header.menuType2 ul.nav li ul li {
    padding: 0
}

.header.menuType2.mini .header_content>ul>li>a, .header.menuType2.mini .header_content>ul>li>a.active {
    padding-top: 15px;
    padding-bottom: 15px
}

.header_content ul li ul {
    position: absolute;
    overflow: visible;
    width: auto;
    height: auto !important;
    display: none;
    left: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    text-shadow: none
}

.header_content ul li ul li {
    padding: 0 10px 0 0;
    margin: 0 !important;
    position: relative !important;
    float: left;
    display: block
}

.header_content ul>li>ul>li {
    padding-bottom: 0
}

.header_content ul li ul li a {
    display: block;
    font-size: 12px;
    margin: 5px 0 5px 0;
    padding: 10px 10px 10px 15px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.header_content ul li:hover ul {
    display: block;
    height: 100%;
    overflow: visible;
    visibility: visible !important
}

.header_content>ul>li .stroke {
    display: block;
    left: 50%;
    bottom: 1px;
    position: absolute;
    width: 20px;
    height: 10px
}

ul.nav li a i {
    margin: 0 10px 0 0
}

.container-fluid.mobi, .row.mobi {
    padding-right: 0 !important
}

.col-md-12.mobi {
    padding-right: 10px !important
}

@media (max-width:979px) {
    .submenu {
        margin-left: -50px
    }
}

@media only screen and (min-width:768px) and (max-width:1150px) {
    .header .nav ul li ul {
        background-color: none
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .header.menuType1 .header_content ul.nav>li>a {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .header.menuType1 .header_content ul.nav li a {
        font-size: 10px !important
    }

    .header.menuType1 .header_content ul li ul {
        left: -52px
    }

    .header.menuType1 .header_content ul.nav li a i {
        margin: 2px 5px 0 0
    }

    .header.menuType1 .header_content ul li ul li:first-child {
        padding-top: 23px
    }

    .header_content ul li a {
        padding: 10px 10px 10px 10px
    }

    .col-md-12.mobi {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width:991px) {
    .horizontal_layout .header, .horizontal_layout .header.menuType2 {
        position: relative !important
    }

    .header, .header.menuType2 {
        position: fixed !important;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .header.mini {
        height: 55px;
        max-height: 55px
    }

    .header.menuType1 {
        height: 60px;
        max-height: 60px
    }

    .header.menuType2 .header_content .nav, .header_content .nav {
        width: 100%;
        margin: 0 auto !important
    }

    .header.menuType2 .header_content, .header_content {
        display: none;
        width: 100%
    }

    .header.menuType2 .header_content li, .header_content li {
        position: relative !important;
        width: 100%;
        display: block;
        padding: 0 !important
    }

    .header.menuType2 .header_content li a, .header_content li a {
        text-align: left !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important
    }

    .header.menuType2 .header_content li ul, .header_content li ul {
        position: relative !important;
        display: block !important;
        margin: 0 auto !important;
        padding: 0 !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important
    }

    .header.menuType2 .header_content>ul>li {
        line-height: 18px
    }

    .header.menuType2 .header_content ul li a, .header_content ul li a {
        padding: 0
    }

    .header.menuType2 .header_content li ul li, .header_content li ul li {
        padding: 0 !important;
        display: block !important
    }

    .header.menuType2 .header_content>ul>li>a, .header_content>ul>li>a {
        width: 100% !important;
        padding: 15px 0 15px 20px !important;
        text-align: left !important
    }

    .header.menuType1 .header_content ul li ul li a, .header.menuType2 .header_content ul li ul li a, .header_content ul li ul li a {
        margin: 0 !important;
        padding: 15px 0 15px 50px !important;
        font-size: 12px !important;
        width: 100% !important
    }

    .header.menuType1 .header_content ul li ul {
        left: 0 !important;
        top: 0 !important
    }

    .header .header_content ul li ul, .header.menuType1 .header_content ul li ul, .header.menuType2 .header_content ul li ul {
        display: block !important;
        -webkit-animation-name: none;
        animation-name: none
    }

    .header.menuType2 .header_content ul li a:before {
        width: 0
    }

    .header .header_content {
        display: none !important
    }

	.header.menuOpen .header_content{ display:block !important; }
	.header.menuOpen,
	.header.menuType2.menuOpen {
	    height: 100% !important;
	    max-height: 100% !important;
	    overflow-y: auto;
	}

    .header.menuType2 ul.nav li {
        border-top: 1px solid #eee
    }

    .header.menuType2 ul.nav li p:first-of-type a {
        padding-left: 20px
    }

    .header .header_content ul li ul li a, .header.menuType1 .header_content ul li ul li a, .header.menuType2 .header_content ul li ul li a {
        text-align: left !important
    }

    .header ul.nav li ul li.last a, .header ul.nav li ul li.last a.active, .header ul.nav li ul li.last a.active:hover, .header ul.nav li ul li.last a:hover {
        border: none
    }

    .header ul.nav li ul li a, .header ul.nav li ul li a.active, .header ul.nav li ul li a.active:hover, .header ul.nav li ul li a.active:parent, .header ul.nav li ul li a:hover, .header.menuType2 ul.nav li ul li a, .header.menuType2 ul.nav li ul li a.active, .header.menuType2 ul.nav li ul li a.active:hover, .header.menuType2 ul.nav li ul li a.active:parent, .header.menuType2 ul.nav li ul li a:hover {
        border: none;
        border-left-spacing: 25px !important
    }
}

.footer {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    bottom: 0;
    z-index: 12500;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.showHide_content {
    overflow: hidden
}

.horizontal_layout .footer {
    position: absolute
}

hr.foooter_space {
    padding: 2px 0 2px 0;
    clear: both;
    margin: 0;
    height: 0;
    border: none
}

.footer .font_awesome {
    position: relative;
    clear: both
}

.footer .font_awesome li {
    margin-bottom: 5px
}

.footer .right_content {
    min-height: 20px
}

@media screen and (max-width:991px) {
    .footer {
        position: relative !important;
        padding: 0 0 5px 0 !important
    }

    .horizontal_layout .footer {
        position: relative !important
    }

    .showHide_content .textAlignCenter {
        text-align: left;
        float: none
    }

    .showHide_content .alignRight {
        float: none
    }
}

@media screen and (max-width:767px) {
    .footer .alignRight {
        float: left
    }
}

.mobile_menu_btn {
    position: relative;
    display: none;
    width: 45px;
    height: 40px;
    background-image: url(../images/mobile_menu.png);
    background-image: -Webkit-image-set(url(../images/mobile_menu.png) 1x, url(../images/mobile_menu@2x.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 auto 20px !important;
    border-radius: 3px;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

@media screen and (max-width:991px) {
    .mobile_menu_btn {
        display: block;
        top: 10px;
        right: 0;
        position: absolute
    }

    .header.mini .mobile_menu_btn {
        top: 7px
    }
}

.thumbnail.mini {
    max-width: 75px;
    display: inline-block;
    float: left;
    margin: 5px 15px 0 0
}

.thumbnail_list {
    position: relative;
    display: block;
    margin: 0 auto
}

.thumbnail_list li {
    display: inline-block;
    padding: 0;
    margin: 0 10px 40px 0;
    min-width: 100px !important;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -webkit-transition: translate3d(0, 0, 0)
}

.thumbnail_list li a {
    display: block;
    max-width: 120px
}

.thumbnail_list.normal {
    margin: 0
}

.thumbnail_list.normal li {
    display: inline-block;
    margin: 0 10px 10px 0;
    height: 70px
}

.thumbnail_list.normal li a {
    width: auto;
    max-width: none;
    display: block;
    padding: 5px;
    height: 100%
}

.thumbnail_list li img {
    width: auto !important;
    max-height: 100% !important;
    margin: 0 auto !important;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -webkit-transition: translate3d(0, 0, 0)
}

@media screen and (max-width:767px) {
    .thumbnail_list li {
        height: auto;
        width: 45%
    }

    .thumbnail_list.normal li a {
        height: auto
    }

    .thumbnail_list li img {
        vertical-align: central;
        max-width: 100% !important;
        height: auto !important
    }
}

.vid {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    visibility: visible;
    z-index: 20
}

@media screen and (min-width:481px) and (max-width:767px) {
    .title_bottom, .title_bottom h1, .title_bottom h2, .title_bottom h3, .title_bottom h4, .title_bottom h5, .title_bottom h6, .title_top, .title_top h1, .title_top h2, .title_top h3, .title_top h4, .title_top h5, .title_top h6 {
        font-size: 12px !important
    }
}

.loading_2x {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 25635
}

.loading_2x .track {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.loading_2x .ball {
    width: 100%;
    height: 100%;
    position: absolute;
    border-left: 2px solid rgba(30, 185, 235, 1);
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 100%;
    border-style: solid;
    -moz-animation: spin .7s infinite linear;
    -webkit-animation: spin .7s infinite linear
}

.loading_objects .ball {
    -moz-animation: none;
    -webkit-animation: none
}

.loading_objects .loading_2x {
    z-index: -10;
    display: none
}

.loading_x {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    z-index: 25636
}

.loading_x .track {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.loading_x .ball {
    width: 100%;
    height: 100%;
    position: absolute;
    border-left: 2px solid rgba(30, 185, 235, 1);
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border-style: solid;
    -moz-animation: spin .7s infinite linear;
    -webkit-animation: spin .7s infinite linear
}

.loading_objects .loading_x {
    z-index: -9;
    display: none
}

.loading_2x .text {
    font-family: sans-serif;
    position: absolute;
    width: 250px;
    top: 40px;
    left: -108px;
    text-align: center
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

.top_space {
    padding: 0
}

.bottom_space, .top_space {
    position: relative;
    display: block;
    clear: both
}

.bottom_space {
    padding-bottom: 50px
}

.horizontal_layout .top_space {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.horizontal_layout .top_space {
    padding-top: 90px
}

@media screen and (min-width:992px) and (max-width:1024px) {
    .horizontal_layout .top_space {
        padding-top: 55px
    }
}

@media screen and (max-width:991px) {
    .bottom_space, .top_space {
        padding: 0
    }

    .horizontal_layout .top_space {
        padding-top: 0
    }
}

.textAlignCenter {
    text-align: center
}

/* #Scroll Items */

	.previousPage, .nextPage{
		top:50%;
		position:fixed;
		width:40px;
		height:40px;

		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		filter: alpha(opacity=40);
		-moz-opacity: .4;
		-khtml-opacity: .4;
		opacity : .4;

		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		}


	.previousPage:hover, .nextPage:hover{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity : 1;
		}

	.mfp-zoom-out-cur .previousPage, .mfp-zoom-out-cur .nextPage{
		display:none;
		}

	.previousPage{ right:0px; z-index:10050000; margin-top:-25px;}
	.nextPage { right:0px;    z-index:10050001; margin-top: 25px;}


	.pageNavHorizontal .previousPage { left:0px; z-index:10007000;  margin-top:-22px; }
	.pageNavHorizontal .nextPage {margin-top: -22px;  }

	.previousPage .btn_hover, .nextPage .btn_hover{
		position:absolute;
		display:block;
		width:0%;
		height:100%;
		top:0px;
		z-index: 3px;

		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		}

	.previousPage .btn_hover{
		left:0px;
	 	}
	.nextPage .btn_hover{
		right:0px;
	 	}

	.previousPage{
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		}

	.pageNavHorizontal .previousPage {
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;

		-webkit-border-top-left-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		}

	.previousPage .btn_icon, .nextPage .btn_icon{
		width:100%;
		height:100%;
		position:relative;
		display:block;
		text-align:center;
		cursor:pointer;
		z-index:10px;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;

		}

	.previousPage .btn_icon{
		background-image:  url(../images/sprite.png);
		background-image: -Webkit-image-set(url(../images/sprite.png) 1x, url(../images/sprite@2x.png) 2x);  /* Image for Retina */
		background-position: 0px 0px;
		background-repeat:no-repeat;

		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		}

	.nextPage{
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		}

	.nextPage .btn_icon {
		background-image:  url(../images/sprite.png);
		background-image: -Webkit-image-set(url(../images/sprite.png) 1x, url(../images/sprite@2x.png) 2x);  /* Image for Retina */
		background-position: -100px 0px;
		background-repeat:no-repeat;
		}

	.nextPage .btn_icon{ background-position: -140px -50px; }
	.previousPage .btn_icon{ background-position: -95px -50px; }

	.previousPage:hover .btn_hover, .nextPage:hover .btn_hover{ width:100%; }

	.pageNavHorizontal .nextPage .btn_icon{ background-position: -240px -50px; }
	.pageNavHorizontal .previousPage .btn_icon{ background-position: 0px -50px; }

	.white_ver .nextPage .btn_icon{ background-position: -140px 0px; }
	.white_ver .previousPage .btn_icon{ background-position: -95px 0px; }

	.white_ver .pageNavHorizontal .nextPage .btn_icon{ background-position: -240px 0px; }
	.white_ver .pageNavHorizontal .previousPage .btn_icon{ background-position: 0px 0px; }

	.previousPage.autoPosition {
		left:-50px;
		zoom: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity : 0;
		}

	.pageNavigation.hideBtn, .horizontal_layout .pageNavigation.hideBtn { display:none; visibility:hidden; }

	.nextPage.autoPosition{ right:-52px; }
	.nextPage.endPage{ right:-52px; }

	.previousPage.autoPosition{ right:-52px; }
	.previousPage.endPage{ right:-52px; }

	.horizontal_layout .previousPage.autoPosition{ right:auto; left:-52px; }
	.horizontal_layout .previousPage.endPage{ right:auto; left:-52px; }

	.not_onepage_ver .nextPage,
	.not_onepage_ver .previousPage{ display:none; }

	@media only screen and (max-width: 767px) {
		.previousPage, .nextPage{
			top:50%;
			-moz-transform: scale(0.75);
			-webkit-transform: scale(0.75);
			-o-transform: scale(0.75);
			-ms-transform: scale(0.75);
			transform: scale(0.75);
			right: -10px;
			display: none;
			visibility: hidden;
			}
		/*.pageNavigation.hideBtn, .horizontal_layout .pageNavigation.hideBtn { display: block; visibility: visible; }*/
		.horizontal_layout .pageNavigation .previousPage,
		.horizontal_layout .pageNavigation .nextPage { display: block; visibility: visible; }
		.previousPage, .nextPage{ right: -10px; }
	  	}


/* Enable hardware Acceleration */
	.enablHardwareAcc, figure {
		-webkit-backface-visibility: hidden;
		-webkit-perspective: 1000;
		-webkit-transform: translateZ(0);
		-webkit-transition: translate3d(0,0,0);
		}

/* Enable Transition */
	.enableTransition{
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		}

/* #Rounded button */
	.fxEmbossBtn{
		width:30px;
		height:30px;
		overflow:visible;
		position:relative;

		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		}

	.fxEmbossBtn .btn_hover{
		position:absolute;
		display:block;
		width:0%;
		height:0%;
		top:50%;
		left:50%;
		}

	.fxEmbossBtn:hover .btn_hover{
		width:88%;
		width:calc(100% - 4px);
		width:-moz-calc(100% - 4px);
        width:-webkit-calc(100% - 4px);
		height:88%;
		height:calc(100% - 4px);
		height:-moz-calc(100% - 4px);
        height:-webkit-calc(100% - 4px);
		top:2px;
		left:2px;
		}

	.retinaDevice .fxEmbossBtn:hover .btn_hover{
		width:88%;
		height:88%;
		top:8%;
		left:8%;
		}

	.fxEmbossBtn .btn_icon{
		display:block;
		position:relative;
		width:100%;
		height:100%;
		z-index:5;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		}

	.fxEmbossBtn.fa_btn{
		display:block;
		}
	.fxEmbossBtn.fa_btn .btn_icon i{
		padding-left:7px;
		padding-top:6px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		}

	.fxEmbossBtn.emboss,
	.fxButton.emboss {
		margin-top:20px;
		top:-2px;
		}
	.fxButton.emboss .btn_icon{ padding-left:10px; padding-right:10px; padding-top: 16px; }
	.fxEmbossBtn.emboss:hover,
	.fxButton.emboss:hover {
		top:0px;
		}


	.fxButton{
		width:170px;
		height:50px;
		position:relative;
		display:block;

		-webkit-backface-visibility: hidden;
		-webkit-perspective: 1000;
		-webkit-transform: translateZ(0);
		-webkit-transition: translate3d(0,0,0);

		font-family: 'body_font', sans-serif;
		font-size: 12px;
		text-transform:uppercase;


		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;

		overflow:hidden;

		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		}

	.fxButton.mini{ width:90px; height:34px; font-size: 10px; }
	.fxButton.mini .btn_icon{ padding-top:7.5px !important; }
	.fxButton.emboss.mini .btn_icon{ padding-top: 10px !important; }
	.fxButton.mini:hover .btn_hover{ width:84px; height:28px; }


	.fxButton .btn_hover{
		position:absolute;
		display:block;
		width:0%;
		height:0%;
		top:50%;
		left:50%;

		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		}

	.fxButton:hover .btn_hover{
		width:88%;
		width:calc(100% - 4px);
		width:-moz-calc(100% - 4px);
        width:-webkit-calc(100% - 4px);
		height:88%;
		height:calc(100% - 4px);
		height:-moz-calc(100% - 4px);
        height:-webkit-calc(100% - 4px);
		top:2px;
		left:2px;
		}

	.retinaDevice .fxButton:hover .btn_hover{
		width:97%;
		height:88%;
		top:8%;
		left:2%;
		}

	.fxButton .btn_icon{
		display:block;
		position:relative;
		width:100%;
		height:100%;
		z-index:5;
		text-align:center;
		padding-top:13px;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		}


	.fadeAfterLoad { display:none; }
	.top_left_items{ float:left; margin-right:15px; margin-top:15px;}


	.fxButton .btn_icon i{ display: inline-block; margin-right:7px; }
	.fxButton .btn_icon h5{
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		}
	.fxButton .btn_icon h5:nth-child(2){
		position: relative;
		font-size: 14px;
		font-weight: 800;
		padding: 0px;
		margin: 0px;
		display: inline-block;
		bottom: 4px;
		}

	.fxButton .btn_icon h5:nth-child(1){
		padding: 0px;
		margin: 0px;
		}

	.fxEmbossBtn.fa_btn.detail_btn .btn_icon i, .fxEmbossBtn.fa_btn.fa_zoom .btn_icon i {
		padding-left : 0px;
		}

	.addCssTransition .btn_hover{
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		}





	.nicescroll-rails, .nicescroll-rails div{
		 border-top-left-radius: 0px !important;
		 border-top-right-radius: 0px !important;
		 border-bottom-right-radius: 0px !important;
		 border-bottom-left-radius: 0px !important;
		}

	.m-Scrollbar{
 		position: relative;
		left: 0px;
		margin:0px;
		padding:0px 0px 0px 0px;
		overflow-y:auto;
		overflow-x:hidden;
		}
	.mCSB_container.removeOverflow{ overflow: visible !important; }

	.mCSB_dragger_bar{
		left:1px;
		}
.show-grid {
    margin-top: 10px;
    margin-bottom: 20px
}

.show-grid [class*=col-md-] {
    text-align: center;
    min-height: 40px;
    line-height: 40px
}

.show-grid .show-grid {
    margin-top: 0;
    margin-bottom: 0
}

.show-grid .show-grid [class*=col-md-] {
    margin-top: 5px
}

.show-grid {
    color: #fff
}

.show-grid [class*=col-md-] {
    background-color: #111
}

.show-grid [class*=col-md-]:nth-child(even) {
    background-color: #2d2d2d
}

.show-grid [class*=col-md-]:hover {
    background-color: #555
}

.show-grid [class*=span] [class*=col-md-] {
    background-color: #2d2d2d
}

.show-grid [class*=span] [class*=col-md-] [class*=col-md-] {
    background-color: #6e6e6e
}

.white_ver .show-grid {
    color: #222
}

.white_ver .show-grid [class*=col-md-] {
    background-color: #e2e2e2
}

.white_ver .show-grid [class*=col-md-]:nth-child(even) {
    background-color: #ccc
}

.white_ver .show-grid [class*=col-md-]:hover {
    background-color: #ddd
}

.white_ver .show-grid [class*=span] [class*=col-md-] {
    background-color: #ccc
}

.white_ver .show-grid [class*=span] [class*=col-md-] [class*=col-md-] {
    background-color: #999
}
