/*=======================================================
	---00---			
	COMMON
========================================================*/

#immortal_header {

	-webkit-text-size-adjust: 100% !important;
	 -moz-osx-font-smoothing: grayscale !important;
	  -webkit-font-smoothing: antialiased !important;
	    -ms-font-size-adjust: inherit !important;
	        font-size-adjust: inherit !important;

}

/*=======================================================
	---01---			
	NAVIGATION BAR
========================================================*/

.thumbnail_image_gallery_navbar {

	z-index: 4;
	margin: 0px;
	border: none;

	-webkit-border-radius: 0%; /* Chrome, Safari, Opera */
	        border-radius: 0%; /* Standard syntax */

}

.thumbnail_image_gallery_navbar.affix {

    top: 0px;
    width: 100%;
    z-index: 10;
	position: fixed;

	-webkit-transition: background ease-in-out 0.5s, border ease-in-out 0.5s, top ease-in-out 0.5s, box-shadow ease-in-out 0.5s; /* Chrome, Safari, Opera */
            transition: background ease-in-out 0.5s, border ease-in-out 0.5s, top ease-in-out 0.5s, box-shadow ease-in-out 0.5s; /* Standard syntax */

}

.thumbnail_image_gallery_fa_angle_down {

	margin-left: 7px;

}

/*========== LOGO ==========*/

#thumbnail_image_gallery_header_logo {

	width: 200px;
	margin-top: 15px;
	
	-webkit-transition: margin-top ease-in-out 0.3s; /* Chrome, Safari, Opera */
            transition: margin-top ease-in-out 0.3s; /* Standard syntax */

}

.thumbnail_image_gallery_navbar.affix div div a #thumbnail_image_gallery_header_logo {

	margin-top: 10px;

}

/*========== TOGGLE BUTTON ==========*/

.thumbnail_image_gallery_navbar_toggle {

	border: none;

}

.thumbnail_image_gallery_navbar_toggle .icon-bar {

	-webkit-transition: all ease-in-out 0.3s; /* Chrome, Safari, Opera */
			transition: all ease-in-out 0.3s; /* Standard syntax */

}

.thumbnail_image_gallery_navbar_toggle .thumbnail_image_gallery_top_icon_bar {

	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
			transform: rotate(45deg); /* Standard syntax */

	-webkit-transform-origin: 10% 10%; /* Chrome, Safari, Opera */
			transform-origin: 10% 10%; /* Standard syntax */

}

.thumbnail_image_gallery_navbar_toggle .thumbnail_image_gallery_middle_icon_bar {

	opacity: 0;

}

.thumbnail_image_gallery_navbar_toggle .thumbnail_image_gallery_bottom_icon_bar {

	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
			transform: rotate(-45deg); /* Standard syntax */

	-webkit-transform-origin: 10% 90%; /* Chrome, Safari, Opera */
			transform-origin: 10% 90%; /* Standard syntax */

}

.thumbnail_image_gallery_navbar_toggle.collapsed .thumbnail_image_gallery_top_icon_bar {
	
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
			transform: rotate(0deg); /* Standard syntax */

}

.thumbnail_image_gallery_navbar_toggle.collapsed .thumbnail_image_gallery_middle_icon_bar {

	opacity: 1;

}

.thumbnail_image_gallery_navbar_toggle.collapsed .thumbnail_image_gallery_bottom_icon_bar {

	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
			transform: rotate(0deg); /* Standard syntax */

}

/*========== NAV TABS ==========*/

.thumbnail_image_gallery_navbar_nav>li>a,
.thumbnail_image_gallery_navbar_nav>li>a:visited {

	overflow: hidden;
	padding-top: 30px;
	position: relative;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;

	-webkit-transition: all ease-in-out 0.3s; /* Chrome, Safari, Opera */
            transition: all ease-in-out 0.3s; /* Standard syntax */

	-webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
			transform: translateZ(0); /* Standard syntax */

  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
		  backface-visibility: hidden; /* Standard syntax */

}

.thumbnail_image_gallery_navbar.affix div .thumbnail_image_gallery_navbar_nav>li>a {

	padding-top: 25px;
	padding-bottom: 25px;

}

.thumbnail_image_gallery_navbar_nav>li>a:before {

	top: 0;
	left: 50%;
	right: 50%;
	height: 4px;
	content: "";
	z-index: -1;
	position: absolute;

	-webkit-transition: left ease-in-out 0.3s, right ease-in-out 0.3s; /* Chrome, Safari, Opera */
            transition: left ease-in-out 0.3s, right ease-in-out 0.3s; /* Standard syntax */	

}

.thumbnail_image_gallery_navbar_nav>li>a:hover:before,
.thumbnail_image_gallery_navbar_nav>li>a:focus:before,
.thumbnail_image_gallery_navbar_nav>li>a:active:before {

	left: 0;
	right: 0;

}

.thumbnail_image_gallery_navbar_nav>li>a:hover,
.thumbnail_image_gallery_navbar_nav>li>a:active,
.thumbnail_image_gallery_navbar_nav>li>a:focus {

	border: none;
	outline: none;

}

/*========== DROPDOWN ==========*/

.thumbnail_image_gallery_dropdown_menu {

	border: none;
	padding: 0px;
	font-family: 'Lato', sans-serif;

	-webkit-border-radius: 0%; /* Chrome, Safari, Opera */
	        border-radius: 0%; /* Standard syntax */

}

.thumbnail_image_gallery_dropdown_menu li a,
.thumbnail_image_gallery_dropdown_menu li a:visited {

	padding: 15px 15px 15px 15px;

	-webkit-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s; /* Chrome, Safari, Opera */
			transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s; /* Standard syntax */

}

.thumbnail_image_gallery_dropdown_menu li a i {

	margin-right: 5px;

}

/*========== MULTI LEVEL DROPDOWN ==========*/

.thumbnail_image_gallery_dropdown_right i,
.thumbnail_image_gallery_dropdown_left i  {

	margin-left: 15px;

}

.thumbnail_image_gallery_dropdown_menu_right {

	top: -1px;
	left: 100%;
	position: absolute;

}

.thumbnail_image_gallery_dropdown_menu_left {
	
	top: -1px;
	left: -92%;
	position: absolute;

}

/*========== SHORT CODE DROPDOWN ==========*/

.thumbnail_image_gallery_dropdown_menu_shortcodes {

	left: -450px;
	width: 1000px;
	font-family: 'Lato', sans-serif;

}

.thumbnail_image_gallery_shortcodes_list {

	padding: 0px;

}

.thumbnail_image_gallery_shortcodes_list ul {

	padding: 0px;
	list-style-type: none;
	margin: 25px 0px 25px 0px;

}

.thumbnail_image_gallery_shortcodes_list ul li a,
.thumbnail_image_gallery_shortcodes_list ul li a:visited {

	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 20px;	

}

.thumbnail_image_gallery_shortcodes_list ul li a i {

	margin-right: 10px;
	
}

/*========== FEATURES DROPDOWN ==========*/

.thumbnail_image_gallery_dropdown_menu_features {

	left: -600px;
	width: 1000px;
	font-family: 'Lato', sans-serif;

}

.thumbnail_image_gallery_features_list {

	padding: 0px;

}

.thumbnail_image_gallery_features_list ul {

	padding: 0px;
	list-style-type: none;
	margin: 25px 0px 25px 0px;

}

.thumbnail_image_gallery_features_list ul li a,
.thumbnail_image_gallery_features_list ul li a:visited {

	display: block;
	text-decoration: none;	
	padding: 5px 0px 5px 25px;

}

.thumbnail_image_gallery_features_list_heading {

	padding: 5px 0px 5px 25px;

}

/*========== MEGA DROPDOWN ==========*/

.thumbnail_image_gallery_dropdown_menu_mega {

	left: -850px;
	width: 1170px;
	padding: 5px 5px 5px 5px;
	font-family: 'Lato', sans-serif;

}

.thumbnail_image_gallery_mega_list {

	margin: 0px;

}

.thumbnail_image_gallery_mega_list ul {

	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

.thumbnail_image_gallery_mega_list ul li {

	margin: 25px 0px 25px 0px;

}

.thumbnail_image_gallery_mega_list_heading {

	font-weight: normal;
	text-transform: uppercase;

}

.thumbnail_image_gallery_mega_list ul li a,
.thumbnail_image_gallery_mega_list ul li a:visited {

	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-transform: capitalize;

}

.thumbnail_image_gallery_mega_list ul li a i {

	margin-right: 10px;

}

.thumbnail_image_gallery_mega_image {

	margin: 0px;

}

.thumbnail_image_gallery_mega_image ul {

	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

.thumbnail_image_gallery_mega_image ul li {

	margin: 25px 0px 25px 0px;

}

.thumbnail_image_gallery_mega_image_heading {

	font-weight: normal;
	text-transform: uppercase;

}

.thumbnail_image_gallery_mega_image img {

	width: 100%;

	-webkit-border-radius: 5px; /* Chrome, Safari, Opera */
			border-radius: 5px; /* Standard syntax */

}

.thumbnail_image_gallery_mega_image ul li h5 {

	margin-top: 25px;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: capitalize;

}

.thumbnail_image_gallery_mega_image p {

	text-align: justify;

}

.thumbnail_image_gallery_mega_posts {

	margin: 0px;

}

.thumbnail_image_gallery_mega_posts ul {

	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

.thumbnail_image_gallery_mega_posts_heading {

	font-weight: normal;
	text-transform: uppercase;
	margin: 25px 0px 25px 0px;

}

.thumbnail_image_gallery_mega_posts_col_img {

	margin: 0%;
	padding: 0%;

}

.thumbnail_image_gallery_mega_posts_col_img img {

	width: 100%;
	opacity: 0.7;
	
	-webkit-border-radius: 5px; /* Chrome, Safari, Opera */
			border-radius: 5px; /* Standard syntax */

	-webkit-transition: opacity ease-in-out 0.3s; /* Chrome, Safari, Opera */
            transition: opacity ease-in-out 0.3s; /* Standard syntax */

}

.thumbnail_image_gallery_mega_posts_row {

	margin: 10px 0px 0px 0px;

}

.thumbnail_image_gallery_mega_posts_col_text h5 {

	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-transform: capitalize;

}

.thumbnail_image_gallery_mega_posts_col_text h5 a,
.thumbnail_image_gallery_mega_posts_col_text h5 a:visited {

	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;

}

.thumbnail_image_gallery_mega_posts_row:hover .thumbnail_image_gallery_mega_posts_col_img img {

	opacity: 1;

}

/*========== SHOP DROPDOWN ==========*/

.thumbnail_image_gallery_dropdown_menu_shop {

	left: -940px;
	width: 1170px;
	padding: 15px 25px 15px 25px;
	font-family: 'Lato', sans-serif;

}

.thumbnail_image_gallery_dropdown_menu_shop_row {

	margin-top: 10px;

}

.thumbnail_image_gallery_dropdown_menu_shop_col img {

	width: 100%;
	opacity: 0.7;
	
	-webkit-border-radius: 5px; /* Chrome, Safari, Opera */
			border-radius: 5px; /* Standard syntax */

	-webkit-transition: opacity ease-in-out 0.3s; /* Chrome, Safari, Opera */
            transition: opacity ease-in-out 0.3s; /* Standard syntax */

}

.thumbnail_image_gallery_dropdown_menu_shop_col h5 {

	padding: 0px;
	margin: 20px 0px 5px 0px;
	text-transform: uppercase;

}

.thumbnail_image_gallery_dropdown_menu_shop_col h5 a,
.thumbnail_image_gallery_dropdown_menu_shop_col h5 a:visited {

	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;

}

.thumbnail_image_gallery_dropdown_menu_shop_col p {

	text-align: justify;

}

.thumbnail_image_gallery_dropdown_menu_shop_col:hover img {

	opacity: 1;

}



/*==========================================================================================================================================

												THUMBNAIL IMAGE GALLERY HEADER VERSION RESPONSIVE

==========================================================================================================================================*/


/*==================================================  MEDIA MAX-991px  ==================================================*/


@media (max-width: 991px) {

	/*=======================================================
						NAVIGATION BAR
	========================================================*/
	
    .thumbnail_image_gallery_navbar.affix {

        position: static;

    }
	
	#thumbnail_image_gallery_header_logo {

		margin-top: 0px;

	}

	.thumbnail_image_gallery_navbar.affix div div a #thumbnail_image_gallery_header_logo {

		margin-top: 0px;

	}

	.thumbnail_image_gallery_navbar.affix div .thumbnail_image_gallery_navbar_nav>li>a {

		padding-top: 30px;
		padding-bottom: 30px;

	}

}


/*==================================================  MEDIA 767px  ==================================================*/


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

	/*=======================================================
						NAVIGATION BAR
	========================================================*/

	.thumbnail_image_gallery_navbar_header {
	
		padding: 10px 0px 10px 0px;
	
	}
	
	.thumbnail_image_gallery_navbar_nav {

		float: none !important;

	}

	.thumbnail_image_gallery_fa_angle_down {
	
		float: right;
		font-size: 22px;

	}

	/*========== DROPDOWN ==========*/

	.thumbnail_image_gallery_dropdown ul {

		text-align: center;

	}
	
	.thumbnail_image_gallery_dropdown_right i,
	.thumbnail_image_gallery_dropdown_left i {

		display: none;

	}

	.thumbnail_image_gallery_dropdown_menu_right,
	.thumbnail_image_gallery_dropdown_menu_left {

		display: none;

	}
	
	.thumbnail_image_gallery_navbar_nav,
	.thumbnail_image_gallery_dropdown_menu {

		text-align: left;

	}

	.thumbnail_image_gallery_shortcodes_list_border,
	.thumbnail_image_gallery_features_list_border {

		border-right: none;

	}
	
	.thumbnail_image_gallery_mega_image,
	.thumbnail_image_gallery_mega_posts {
	
		text-align: center;
	
	}
	
	.thumbnail_image_gallery_mega_image img,
	.thumbnail_image_gallery_mega_posts_col_img img,
	.thumbnail_image_gallery_dropdown_menu_shop_col img {

		width: 50%;

	}
	
	.thumbnail_image_gallery_mega_posts_col_text h5 {

		margin: 10px 0px 10px 0px;

	}
	
	.thumbnail_image_gallery_dropdown_menu_shop_col {
	
		text-align: center;
	
	}
	
	.thumbnail_image_gallery_dropdown_menu_shop_col p {
	
		text-align: center;
	
	}

	.thumbnail_image_gallery_dropdown_menu_share {

		float: initial !important;

	}

}


/*==================================================  MEDIA 768px - 5000px  ==================================================*/


@media only screen and (min-width: 768px) and (max-width: 5000px) {

	/*=======================================================
				NAVIGATION BAR FADE EFFECT
	========================================================*/

	.thumbnail_image_gallery_dropdown_menu {

		opacity: 0 !important;
		display: block !important;
		visibility: hidden !important;

	-webkit-transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s; /* Chrome, Safari */
			transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s; /* Standard syntax */

	}

	.thumbnail_image_gallery_dropdown:hover>.thumbnail_image_gallery_dropdown_menu {

		opacity: 1 !important;
		visibility: visible !important;

	}

}


/*==================================================  MEDIA 480px  ==================================================*/


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

	/*========== SEARCH BAR ==========*/

	.thumbnail_image_gallery_search_bar>div {

		width: 75%;

	}
	
	.thumbnail_image_gallery_search_bar>button {

		width: 25%;

	}
	
}


/*==================================================  MEDIA 481px - 600px  ==================================================*/


@media (min-width: 481px) and (max-width: 600px) {

	/*========== SEARCH BAR ==========*/

	.thumbnail_image_gallery_search_bar>div {

		width: 75%;

	}
	
	.thumbnail_image_gallery_search_bar>button {

		width: 25%;

	}

}


/*==================================================  MEDIA 768px - 991px  ==================================================*/


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

	/*=======================================================
						NAVIGATION BAR
	========================================================*/

	/*========== DROPDOWN ==========*/

	.thumbnail_image_gallery_dropdown_menu_left {
		
		left: 100%;

	}
	
	.thumbnail_image_gallery_dropdown_menu_shortcodes {

		width: 725px;
		left: -225px;

	}
	
	.thumbnail_image_gallery_dropdown_menu_features {

		width: 725px;
		left: -370px;

	}
	
	.thumbnail_image_gallery_dropdown_menu_mega {

		left: -485px;
		width: 725px;

	}
	
	.thumbnail_image_gallery_dropdown_menu_shop {

		left: -586px;
		width: 750px;

	}

}


/*==================================================  MEDIA 992px - 1250px  ==================================================*/


@media (min-width: 992px) and (max-width: 1250px) {

	/*=======================================================
						NAVIGATION BAR
	========================================================*/

	.thumbnail_image_gallery_navbar_responsive {

		padding-left: 0px;
		padding-right: 0px;

	}

	/*========== DROPDOWN ==========*/
	
	.thumbnail_image_gallery_dropdown_menu_shortcodes {

		left: -420px;
		width: 950px;

	}
	
	
	.thumbnail_image_gallery_dropdown_menu_features {

		left: -565px;
		width: 950px;

	}
	
	.thumbnail_image_gallery_dropdown_menu_mega {

		left: -709px;
		width: 990px;

	}
	
	.thumbnail_image_gallery_dropdown_menu_shop {

		left: -775px;
		width: 950px;

	}

}


/*==========================================================================================================================================

										THUMBNAIL IMAGE GALLERY HEADER VERSION COLORS (RED)

==========================================================================================================================================*/


/*=======================================================
	---00---			
	NAVIGATION BAR
========================================================*/

/*=============== NAVBAR ===============*/

.thumbnail_image_gallery_navbar  {

		background: #434d96;


}

.thumbnail_image_gallery_navbar.affix  {

		background: #434d96;

	box-shadow: 0px 0px 10px #282828;

}

/*=============== MEDIA QUERIES ===============*/

@media (max-width: 991px) {

	.thumbnail_image_gallery_navbar {

		background: rgba(28, 28, 28, 1);

	}

	.thumbnail_image_gallery_navbar.affix {

		background: rgba(28, 28, 28, 1);

	}

}

.thumbnail_image_gallery_navbar_nav>li>a,
.thumbnail_image_gallery_navbar_nav>li>a:visited {

	color: #ffffff !important;

}

.thumbnail_image_gallery_navbar_toggle .thumbnail_image_gallery_top_icon_bar,
.thumbnail_image_gallery_navbar_toggle .thumbnail_image_gallery_bottom_icon_bar {

	background: #ecab45 !important;

}

.thumbnail_image_gallery_navbar_nav>li>a:hover,
.thumbnail_image_gallery_navbar_nav>li>a:active,
.thumbnail_image_gallery_navbar_nav>li>a:focus {

	color: #ecab45 !important;
	
}

.thumbnail_image_gallery_navbar_nav>li>a:before {


	background: #ecab45;

}

.thumbnail_image_gallery_navbar_toggle.collapsed .thumbnail_image_gallery_top_icon_bar,
.thumbnail_image_gallery_navbar_toggle.collapsed .thumbnail_image_gallery_middle_icon_bar,
.thumbnail_image_gallery_navbar_toggle.collapsed .thumbnail_image_gallery_bottom_icon_bar {

	background: #ecab45 !important;

}

.thumbnail_image_gallery_navbar_nav>li>a,
.thumbnail_image_gallery_navbar_nav>li>a:visited,
.thumbnail_image_gallery_navbar_nav>li>a:hover,
.thumbnail_image_gallery_navbar_nav>li>a:active,
.thumbnail_image_gallery_navbar_nav>li>a:focus,
.thumbnail_image_gallery_navbar_toggle,
.thumbnail_image_gallery_navbar_toggle:hover,
.thumbnail_image_gallery_navbar_toggle:active,
.thumbnail_image_gallery_navbar_toggle:focus {

	background: transparent !important;

}

.thumbnail_image_gallery_navbar.affix {

	box-shadow: 0px 0px 10px #dddddd;

}


/*=============== DROPDOWN ===============*/

.thumbnail_image_gallery_dropdown_menu  {

	background: #282828;

}

.thumbnail_image_gallery_dropdown_menu li a,
.thumbnail_image_gallery_dropdown_menu li a:visited {

	color: #ececec !important;

}

.thumbnail_image_gallery_dropdown_menu li a:hover,
.thumbnail_image_gallery_dropdown_menu li a:active,
.thumbnail_image_gallery_dropdown_menu li a:focus {

	color: #ffffff !important;

}

.thumbnail_image_gallery_dropdown_menu li a:hover,
.thumbnail_image_gallery_dropdown_menu li a:active,
.thumbnail_image_gallery_dropdown_menu li a:focus {

	background: #f4be26 !important;

}

.thumbnail_image_gallery_dropdown_menu {

	box-shadow: 0px 0px 5px #282828;

}

.thumbnail_image_gallery_dropdown_menu {

	border-top: 2px solid #f4be26;

}

/*=============== SHORTCODES, FEATURES, MEGA, SHOP ===============*/

.thumbnail_image_gallery_dropdown_menu_mega,
.thumbnail_image_gallery_dropdown_menu_shop {

	background: #282828;

}

.thumbnail_image_gallery_features_list>ul>li>h4,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>h4,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>h5,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>div>div>h5>a,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>div>div>h5>a:visited,
.thumbnail_image_gallery_dropdown_menu_shop_col>h5>a,
.thumbnail_image_gallery_dropdown_menu_shop_col>h5>a:visited {

	color: #999999 !important;

}

.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>div>div>h5>a:hover,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>div>div>h5>a:active,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>div>div>h5>a:focus,
.thumbnail_image_gallery_dropdown_menu_shop_col>h5>a:hover,
.thumbnail_image_gallery_dropdown_menu_shop_col>h5>a:active,
.thumbnail_image_gallery_dropdown_menu_shop_col>h5>a:focus {

	color: #d63922 !important;

}

.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>div>div>h5>a:hover,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>div>div>h5>a:active,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>div>div>h5>a:focus,
.thumbnail_image_gallery_dropdown_menu_shop_col>h5>a:hover,
.thumbnail_image_gallery_dropdown_menu_shop_col>h5>a:active,
.thumbnail_image_gallery_dropdown_menu_shop_col>h5>a:focus {

	background: transparent !important;

}

.thumbnail_image_gallery_shortcodes_list ul li a,
.thumbnail_image_gallery_shortcodes_list ul li a:visited,
.thumbnail_image_gallery_features_list ul li a,
.thumbnail_image_gallery_features_list ul li a:visited,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>a,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>a:visited,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>p,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>div>div>p,
.thumbnail_image_gallery_dropdown_menu_shop_col>p {

	color: #ececec !important;

}

.thumbnail_image_gallery_shortcodes_list ul li a:hover,
.thumbnail_image_gallery_shortcodes_list ul li a:active,
.thumbnail_image_gallery_shortcodes_list ul li a:focus,
.thumbnail_image_gallery_features_list ul li a:hover,
.thumbnail_image_gallery_features_list ul li a:active,
.thumbnail_image_gallery_features_list ul li a:focus,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>a:hover,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>a:active,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>a:focus {

	color: #d63922 !important;

}

.thumbnail_image_gallery_shortcodes_list ul li a:hover,
.thumbnail_image_gallery_shortcodes_list ul li a:active,
.thumbnail_image_gallery_shortcodes_list ul li a:focus,
.thumbnail_image_gallery_features_list ul li a:hover,
.thumbnail_image_gallery_features_list ul li a:active,
.thumbnail_image_gallery_features_list ul li a:focus,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>a:hover,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>a:active,
.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li>a:focus {

	background: transparent !important;

}

.thumbnail_image_gallery_shortcodes_list_border {

	border-right: 1px solid #474747;

}

.thumbnail_image_gallery_features_list_border {

	border-right: 1px solid #474747;

}

.thumbnail_image_gallery_dropdown_menu_mega>li>ul>li:first-child {

	border-bottom: 1px solid #474747;

}
/*=======================================================
	---03---	
	TOP BAR SLIDER
========================================================*/

.top_bar_carousel_wrapper {

	overflow: hidden;
	max-height: 650px;

}

.top_bar_carousel_wrapper > .carousel-inner > .item > img,
.top_bar_carousel_wrapper > .carousel-inner > .item > a > img {

	margin: auto;
	opacity: 0.8;
	width: 100% !important;


}

/*========== LEFT/RIGHT CONTROL ==========*/

/*========== SIMPLE CONTROL ==========*/

.top_bar_carousel_control_left,
.top_bar_carousel_control_right {

	top: 35%;
	z-index: 2;
	width: 55px;
	height: 55px;
	border: none;
	text-align: center;

	-webkit-transition: all ease-in-out 0.3s; /* Chrome, Safari, Opera */
            transition: all ease-in-out 0.3s; /* Standard syntax */

}

.top_bar_carousel_control_icons {

	line-height: 55px;
	font-size: 38px !important;
	font-weight: normal !important;

}

.top_bar_carousel_control_left {

	left: 1% !important;

}

.top_bar_carousel_control_right {

	right: 1% !important;

}

/*========== SCALE EFFECT ==========*/

.top_bar_scale {

	opacity: 1;

	-webkit-transform: scale(1); /* Chrome, Safari, Opera */
			transform: scale(1); /* Standard syntax */

}
.top_bar_scale .item {

	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;

	-webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
			transform: scale(1.2); /* Standard syntax */

	-webkit-transition: -webkit-transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s; /* Chrome, Safari, Opera */
            transition: 		transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s; /* Standard syntax */

}
.top_bar_scale .item:first-child {

	top: auto;
	position: relative;

}
.top_bar_scale .item.active {

	opacity: 1;
	z-index: 2;

	-webkit-transform: scale(1); /* Chrome, Safari, Opera */
			transform: scale(1); /* Standard syntax */

	-webkit-transition: -webkit-transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s; /* Chrome, Safari, Opera */
            transition: 		transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s; /* Standard syntax */

}
/*========== CAPTION ==========*/
.top_bar_carousel_caption {

	left: 15%;
	width: 35%;
	bottom: 0;
	text-align: left;
	font-family: 'Raleway', sans-serif;

}

.top_bar_carousel_caption_right {

	left: 60%;

}

.top_bar_carousel_caption_center {

	left: 0%;
	width: 100%;
	text-align: center;

}

.top_bar_carousel_caption h1 {
	
	font-size: 30px;
	font-weight: 500;
	text-shadow: none;
	margin-bottom: 15px;
	text-transform: uppercase;
	
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
            animation-delay: 1s; /* Standard syntax */

  -webkit-animation-timing-function: cubic-bezier(.22,.81,.01,.99); /* Chrome, Safari, Opera */
		  animation-timing-function: cubic-bezier(.22,.81,.01,.99); /* Chrome, Safari, Opera */

}

.top_bar_carousel_caption p {

	padding: 0%;
	font-size: 16px;
	text-shadow: none;
	margin-bottom: 20px;
	
	-webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
            animation-delay: 1.5s; /* Standard syntax */

  -webkit-animation-timing-function: cubic-bezier(.22,.81,.01,.99); /* Chrome, Safari, Opera */
		  animation-timing-function: cubic-bezier(.22,.81,.01,.99); /* Chrome, Safari, Opera */

}

.top_bar_carousel_transparent_button,
.top_bar_carousel_transparent_button:visited {

	outline: 0;
	width: auto;
	height: 39px;
	margin: 0 10px;
	padding: 0 23px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	text-shadow: none;
	line-height: 39px;
	position: relative;
	font-style: normal;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none !important;
	font-family: 'Raleway', sans-serif;

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

	-webkit-box-sizing:initial !important;
	   -moz-box-sizing:initial !important;
			box-sizing:initial !important;
			
 	-webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
            transform: translateZ(0); /* Standard syntax */

  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
		  backface-visibility: hidden; /* Standard syntax */
	
	-webkit-transition: all ease-in-out 0.3s; /* Chrome, Safari, Opera */
            transition: all ease-in-out 0.3s; /* Standard syntax */

	-webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
            animation-delay: 2s; /* Standard syntax */

  -webkit-animation-timing-function: cubic-bezier(.22,.81,.01,.99); /* Chrome, Safari, Opera */
		  animation-timing-function: cubic-bezier(.22,.81,.01,.99); /* Chrome, Safari, Opera */

}

.top_bar_carousel_transparent_button:before {

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	position: absolute;
	
	-webkit-border-radius: 0px; 
	   -moz-border-radius: 0px;
	        border-radius: 0px;

	-webkit-transform: scaleX(0); /* Chrome, Safari, Opera */
			transform: scaleX(0); /* Standard syntax */

	-webkit-transform-origin: 50%; /* Chrome, Safari, Opera */
			transform-origin: 50%; /* Standard syntax */

	-webkit-transition: -webkit-transform 0.3s ease-in-out 0s; /* Chrome, Safari, Opera */
            transition:         transform 0.3s ease-in-out 0s; /* Standard syntax */

}

.top_bar_carousel_transparent_button:hover,
.top_bar_carousel_transparent_button:active,
.top_bar_carousel_transparent_button:focus {

	box-shadow: none;	
	outline: none !important;	

}

.top_bar_carousel_transparent_button:hover:before,
.top_bar_carousel_transparent_button:focus:before,
.top_bar_carousel_transparent_button:active:before {

	-webkit-transform: scaleX(1); /* Chrome, Safari, Opera */
			transform: scaleX(1); /* Chrome, Safari, Opera */

}
/*==================================================  MAX-WIDTH 480px  ==================================================*/


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

	/*=======================================================
						TOP BAR SLIDER
	========================================================*/

	/*========== LEFT/RIGHT CONTROL ==========*/

	/*========== SIMPLE CONTROL ==========*/

	.top_bar_carousel_control_left,
	.top_bar_carousel_control_right {
		top: 10%;
		border: none;

	}

	.top_bar_carousel_control_icons {
		font-size: 20px !important;

	}
	
	/*========== CAPTION ==========*/

	.top_bar_carousel_caption {
	
		left: 0%;
		width: 100%;
		bottom: -10px;
		text-align: center;

	}

	.top_bar_carousel_caption h1, 
	.top_bar_carousel_caption p {
		display: none;
	}
	
}


/*==================================================  MEDIA MIN-481px - MAX-600px  ==================================================*/


@media (min-width: 481px) and (max-width: 600px) {
	/*=======================================================
						TOP BAR SLIDER
	========================================================*/
	/*========== CAPTION ==========*/
	.top_bar_carousel_caption {
		left: 0%;
		width: 100%;
		bottom: -10px;
		text-align: center;
	}
	.top_bar_carousel_caption h1{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.top_bar_carousel_caption p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.top_bar_carousel_transparent_button,
	.top_bar_carousel_transparent_button:visited {
		margin: 0 0;
		height: 27px;
		padding: 0 7px;
		line-height: 27px;
	}
}


/*==================================================  MEDIA MIN-601px - MAX-767px  ==================================================*/


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

	/*========== CAPTION ==========*/
	.top_bar_carousel_caption {
		left: 0%;
		width: 100%;
		bottom: 0;
		text-align: center;
	}
	.top_bar_carousel_caption h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.top_bar_carousel_caption p {
		font-size: 14px;
	}
}

/*==================================================  MEDIA MIN-768px - MAX-991px  ==================================================*/


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

	/*========== CAPTION ==========*/
	.top_bar_carousel_caption {
		left: 0;
		width: 100%;
		bottom: 0;
		text-align: center;
	}
	.top_bar_carousel_caption h1{
		font-size: 22px;
	}

}


/*==================================================  MEDIA MIN-992px - MAX-1250px  ==================================================*/


@media (min-width: 992px) and (max-width: 1250px) {
	/*========== CAPTION ==========*/
	.top_bar_carousel_caption {
		bottom: -20px;
	}
	.top_bar_carousel_caption h1{
		font-size: 22px;
		margin-bottom: 5px;
	}


}
/*=======================================================
	---02---			
	TOP BAR SLIDER
========================================================*/

.top_bar_carousel_wrapper {
	
	background: #000000;

}

/*========== LEFT/RIGHT CONTROL ==========*/

/*========== SIMPLE CONTROL ==========*/

.top_bar_carousel_control_left,
.top_bar_carousel_control_left:hover,
.top_bar_carousel_control_left:active,
.top_bar_carousel_control_left:focus,
.top_bar_carousel_control_right,
.top_bar_carousel_control_right:hover,
.top_bar_carousel_control_right:active,
.top_bar_carousel_control_right:focus {
	background: transparent !important;

}
.top_bar_carousel_control_left:hover,
.top_bar_carousel_control_right:hover{
    color: #d63922;
}

/*========== CAPTION ==========*/

.top_bar_carousel_caption h1 {
  
	color: #ffffff !important;

}

.top_bar_carousel_caption p {

	color: #ffffff !important;

}


.top_bar_carousel_transparent_button,
.top_bar_carousel_transparent_button:visited {

	color: #ffffff;

}

.top_bar_carousel_transparent_button:hover,
.top_bar_carousel_transparent_button:active,
.top_bar_carousel_transparent_button:focus {

	color: #ffffff !important;

}

.top_bar_carousel_transparent_button,
.top_bar_carousel_transparent_button:visited {

	border: 3px solid #ffffff;

}

.top_bar_carousel_transparent_button:before {

	background: #d63922;

}

.top_bar_carousel_transparent_button,
.top_bar_carousel_transparent_button:visited,
.top_bar_carousel_transparent_button:hover,
.top_bar_carousel_transparent_button:active,
.top_bar_carousel_transparent_button:focus {

	background: transparent !important;

}

.top_bar_carousel_transparent_button:hover,
.top_bar_carousel_transparent_button:active,
.top_bar_carousel_transparent_button:focus {

	border-color: #d63922 !important;

}