/*
Theme Name: Royal Trade UAE
Author: node.ae
Author URI: http://node.ae/
Version: 1.0
*/

/* Import the necessary TK Bootstrap WP CSS additions */
@import url( includes/css/bootstrap-wp.css );

html {
	height: 100%;
}
/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	font-family: 'sans-serif', Arial, Tahoma, Helvetica;
}
.ui-widget {
	font-family: 'sans-serif', Arial, Tahoma, Helvetica;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


body {
    background: #959599;
}

body > .gc {
    background: transparent;
    margin: 20px auto 0;
    padding: 0;
    -webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
body .above-header {
    padding-bottom: 0;
    text-align: right;
}
.navbar-default .navbar-brand {
    display: none;
}

.site-footer-inner .site-info {
    margin: 10px 0;
    text-align: center;
    color: #000;
    font-size: 12px;
}

.header-logo img {
    margin: 20px 0 -40px;
    width: 230px;
}
.gc.container {
    border-bottom: 5px solid #0b73b7;
}
.container {
    width: 980px !important;
}
.site-navigation .container {
	padding: 0;
}

.site-navigation .site-navigation-inner {
    margin: -50px 0 0;
    border-bottom: 2px solid #191919;
}

.gold-bg {
	background: rgb(239,187,5); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmYmIwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQ3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(239,187,5,1) 0%, rgba(255,215,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,187,5,1)), color-stop(100%,rgba(255,215,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,187,5,1) 0%,rgba(255,215,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,187,5,1) 0%,rgba(255,215,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,187,5,1) 0%,rgba(255,215,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,187,5,1) 0%,rgba(255,215,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efbb05', endColorstr='#ffd700',GradientType=0 ); /* IE6-8 */	
}

.gray-bg {
background: url('includes/img/bg.jpg') repeat-x top center #ffffff;
	
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover {
	background: #0B73B7 !important; 	
	color: #ffffff !important; 	
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #ffffff !important; 	
}

.navbar.navbar-default {
    float: right;
    margin: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top: 3px solid #0B73B7;
	border-left: 1px solid #0B73B7;
	border-right: 1px solid #0B73B7;
	background: #fff !important;
}

.navbar-default .navbar-nav > li > a {
    color: #191919;
}

.current_page_item a, .navbar-collapse .menu-item a:hover {
    background: #0b73b7 !important;
    color: #fff !important;

}

.homepage-slider {
    padding: 0 !important;
}
#lang_sel_list li {
    float: right;
}
#lang_sel_list {
	height: auto;
}
#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
	padding: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin: 0 10px;
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
}
.lang_sel_sel {
	display: none !important;
}


.search-engine #header-search {
    margin: 0;
    padding: 15px;
}
#nationalitysearchbtn.searchtype {
    margin: 0 5px 0 20px;
}
#header-search select, #header-search button {
    float: left;
    margin: 10px 0 5px 10px;
    min-width: 215px;
    padding: 10px;
}
/* sidebar 
	.search-engine {
	    margin: -500px 0 0;
	    padding: 0 0 30px;
	    position: absolute;
	}
*/
.search-engine {
	position: relative;
}
.searchtype {
    background: none repeat scroll 0 0 #191919;
    border: medium none;
    margin: 0;
    padding: 10px 30px;
    color: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 18px;
}
.gold {
	color: #EFBB05;
}
.searchtype-active {
	background: #EFBB05 !important;
	color: #000 !important;
}

.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
    margin: 0 0 -130px;
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    margin: 0 0 -130px !important;
    z-index: 0 !important;
}

.clear {
	clear: both;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
}
.nationality-flag {
    font-size: 16px;
    margin: 10px 0 !important;
    text-align: center;
    color: #191919;
}

.nationality-flag:hover {
    color: #fff;
}
.nationality-search a:hover {
    text-decoration: none !important;
}
.nationality-flag i {
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    font-size: 40px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.nationality-flag:hover i {
	filter: none !important;
	-webkit-filter: none !important;
	filter: none !important;
	filter: none !important;
	filter: none !important;
}

.nationality-search {
    margin: 10px 0 !important;
}

.navbar-toggle {
	border: none !important;
}
nav {
    display: inline-flex;
    float: right;
}
.phone {
    float: right;
    font-size: 24px;
    margin: 40px 0 0;
}
.phone i {
    background: #191919;
    color: #efbb05;
    font-size: 30px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    
}

.facebook {
    float: right;
    font-size: 24px;
    margin: 40px 10px 0 0;
}
.facebook i {
    background: #191919;
    color: #efbb05;
    font-size: 30px;
    padding: 5px 13px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    
}
.twitter {
    float: right;
    font-size: 24px;
    margin: 40px 10px 0 0;
}
.twitter i {
    background: #191919;
    color: #efbb05;
    font-size: 30px;
    padding: 5px 8px;    
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.instagram {
    float: right;
    font-size: 24px;
    margin: 40px 10px 0 0;
}
.instagram i {
    background: #191919;
    color: #efbb05;
    font-size: 30px;
    padding: 5px 8px;    
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.whatsapp {
    float: right;
    margin: 40px 10px 0 0;
}
.whatsapp a {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    display: inline-block;
    height: 40px;
    text-indent: -9999em;
    width: 40px;
}
.si-whatsapp {
    background-color: #64d448;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAD/0lEQVR42u3aWWgVVxzH8blXE7ckJtdYtdqHKlrF3QouWKr4oKHUJcRALEpRULHBoEJxRQUfXBFFKKK4EYhBhAYjeYiiouCGRrGtuBvFoFUT1GgNUeP35cDhz53LXDM5M7HnB5+3mYH8cs/MmXPGaWpq+l+zBdgCbAG2AFuALcAWYAuwBdgCzGuHTMSQgbZfegF9MQe7cRZ38ATPUIMbqMRWTEe3L6GAdihAJd4hmTxHMX5srQXMwDX4kXKMbC0FdEcp4qUOldiAuZiCHOTiN+zEBTRApgHr0CbMBYzCXcicwxz08Hid/liFe5CpQNcwFjARL6HnFvIR+cxrdsZyvIKeq+gZpgJG4zX07EOWT9cfhPPQU4VYGAr4Go+gZyUcn6XhSJybYzTIAiI4Bj3L4bSQFPwJPb8HWcAs6NntclwM2T6VkC4er/+hXxAFpKEaKv+gExyhCE/xAsU+lTBMTKxKgyhgAfRMgiPkQ2aQTyVsgMoHDDZZQBtUQeUEHKEj7kNmvU8FZOMFVLabLOB76JkKR/gB8XIbqT6VsB0qD9HBVAEroPLYZezPhlt+8nH+oWeskQLEo6/E9WXIPXk+vm0+gMpSEwWk4A5UFrkcNwAfIXPQzxcaMS84YKKAr8Scf7LLcVGcky9Faubmo41QOWWigD5ohEqi9/S8ODfANJ8LWAKVqyYK6C9+2kMSHBvFcRDxuPLPQqj8jUgYfgGysLfQk2vgF2DsHpDj4ZxC6HmN8W7HJzlP2GT6HpCC21Ap8nheMfTUowCO0A83cNjjOmCZiaeAVA6VQx7P6YjTkNmDb7Xp7XWoNGIvvnO5ZnvxQrbEVAHLoFKjZoIexHAGMnXYifOIl3qXydMY6BljqoAR0DMtiXMzcBjJZhkcYQdUqtHB5NvgFaichJOkxaiD14wS53dFLVS2mV4PmAc9OZ/5SN2BZ0iUPYgmuPu/x0DTBXQST4Nb6NKMzZRCnBErPTdRiIgcgmLzpCSoNcHF4r/QG04z9cEEDHEZ0xniSfEWfYMqYB9UjsNpYak4Cj1Lg1oVzhRjdz6cFpQeZ0m8DJGgCsgVS9PfuOwbOD4YikvQcxlZQe4MlUClXOwU/YIjqMLMZqwBZGE16uP88T2C3BvMEiuya/ArjqIOMhcxD708Xn8g1qIaMuXoEvTucB70NMBLXuIktmA+cvEz8lGEXbiMRsi8w2pEw/B9QCkSpRZluAQ/UobhYflCJIZayDxBCQq08dkWM1CBN0gm/2I/xoXtG6FZYjNiL6Z5GJe9MRt/4BRuogZP8Qh/oQIbMQXZYfxKLILN2IVJSG/mVnc6MpEWb2yHtYBU+6WoLcAWYAuwBdgCbAG2AFuALcAW0Op9ApWC4hmdjjCeAAAAAElFTkSuQmCC");
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.contact-bg {
    margin: 15px 0;

}
.contact-bg img {
	border: 1px solid #191919;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

.main_content_area {
    display: inline-block;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
	background: transparent !important;
}

.main-content {
    display: inline-block;
}

.main_content_area {
    display: inline-block;
    margin: 30px 0 10px;
}
.main_content_area .actions {
    float: right;
    margin: 0 30px 20px 0;
}
#applicantDetail td {
    padding: 5px;
}

.pixie {
    float: left;
    height: 150px;
    margin: 0 10px 16px 0;
    width: 150px;
}
.thumby {
    float: left;
    height: 150px;
    width: 150px;
}
.slidey-uppy {
    background: none repeat scroll 0 0 red;
    float: left;
    height: 150px;
    width: 150px;
}
.pixie {
    float: left;
    height: 150px;
    margin: 0 10px 16px 0;
    width: 150px;
}
.thumby {
    float: left;
    height: 150px;
    width: 150px;
}
.slidey-uppy {
    background: none repeat scroll 0 0 red;
    float: left;
    height: 150px;
    width: 150px;
}
.product {
    border: 1px solid #e8e6e6;
    float: left;
    height: 150px;
    margin: 0 6px 15px 0 !important;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 150px;
}
.slidey {
    background-color: #191919;
    bottom: 0;
    display: block;
    height: 165px;
    left: 0;
    margin-bottom: -165px;
    padding: 20px 5px 0;
    position: absolute;
    width: 150px;
    z-index: 500;
    font-size: 12px;
    text-decoration: none !important;
    color: #efbb05 !important;
}
.opacityElement {
    opacity: 0.9;
}
.tooltip {
    opacity: 1;
    position: relative;
}
.ui-dialog {
    z-index: 2147483647;
}

#dialog-book td {
    padding: 5px 0 0;
}

.wpcf7-form input, .wpcf7-form textarea {
    max-height: 130px;
    width: 100%;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: transparent !important;
}

.ui-tabs .ui-tabs-nav {
    background: transparent !important;
}
.tooltipster-base {
	direction: ltr;
}
.nav {
    padding: 0 !important;
}

img.rsImg {
    padding: 0 !important;
    margin: 0 !important;
}

.sliderc {
	padding: 0 !important;
}
.royalSlider.new-royalslider-1.rsUni.rs-default-template.rsHor.rsFade {
    height: 550px !important;
    width: 980px !important;
}
.container.sliderc {
    margin-bottom: 25px;
}
.ui-widget {
    background: transparent !important;
}
.ui-widget-header {
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    margin: 0 0 0 10px !important;
}
.ui-widget-content {
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}
.wpb_tabs.wpb_content_element {
    margin: -65px 0 0;
    z-index: 2147483647;
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
	margin-bottom: 15px !important;
}
.sliderc {
    border-bottom: 3px solid #0b73b7;
    border-top: 3px solid #0b73b7;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img.rsImg, .rsContent, .new-royalslider-1, .rsOverflow {
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ui-widget-content {
    z-index: 2147483647;
}
