@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700|Roboto+Condensed:400,700|PT+Sans:400,700);
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/flaticon.eot");
	src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("../fonts/flaticon.woff") format("woff"),
	url("../fonts/flaticon.ttf") format("truetype"),
	url("../fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
body
{
    font-family: 'PT Sans' , Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    color: #FFF6E0;
    margin: 0 0 0 0;
    background-color:#0D0D0B;
    background: url(../images/bg.jpg) no-repeat #0D0D0B;
    background-position: top center;
    background-attachment:fixed;
    background-size: cover;
}
a
{
    color: #999;
}
a:hover
{
    color: #ccc;
}
.container {
  background-color: rgba(0, 0, 0, 0.6);
}

.head {
  background-color: #F9F7AA;
  background-image:url(../images/top_bg.jpg);
  background-repeat:repeat-x;
  position: relative;
  z-index: 100
}
.head .container
{
    background: none;}
.head .navbar
{
    margin-bottom: 0;
    z-index:1;
}
.head .navbar-toggle .icon-bar
{
    background: grey;
}
.head .navbar-brand
{
    padding: 0;
}
.left-nav
{
/*    background-color: #0E0E0E;
    background: url(../images/leftbg.jpg);*/
    margin-top: -77px;
    text-align: center;
    position: relative;
    z-index:100;
}
.left-nav .leftsidebar
{
    z-index:9999999;
    margin: 0px 0px 15px 0;    
    text-transform: uppercase;
}
.leftsidebar .nav-stacked > li.new-cat {
    margin: 0;
    padding: 28px 0 0;
    background: url(../images/leftmenudivder.png) no-repeat center;
    background-position: center 0px;
}
.leftsidebar .nav > li > a
{
    line-height: 150%;
}
.leftsidebar .nav > li > a:hover
{
    background: #E6B53C;
    color: black;
}
.leftsidebar .nav > li > a.active
{
    background: #E6B53C;
    color: black;
}
.main
{
    padding-top: 20px;
    margin-bottom: 20px;
}
.main > .row
{
    position: relative;
}
.slider img
{
    width: 100%;
}
.textcontainer
{
margin:0 0 0 0;
background-color: rgba(0, 0, 0, 0.4);
padding:0 30px 20px 30px;

}
.head .nav > li > a {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 30px 15px;
}

h1.title
{
    font-size:26px;
    color: #E6B53C;
    padding-bottom: 20px;
    border-bottom: 2px solid #333;
    margin-bottom: 20px;
    text-align: left;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  
}
.nav > li {
  position: relative;
  display: block;
}
.head .nav > li + li
{
    margin-left: 10px;
}
.head .nav > li + li:before
{
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    background-image: url('../images/divider.png');
    left: -15px;
}
.nav > li > a {
    position: relative;
    display: block;
    color:#E6B53C;
    padding: 3px 15px;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    l
}
.nav > li > a:hover,
.nav > li > a:focus{
    text-decoration: none;
    background: none;
    color: #926D13;
}
.nav > li > a.active{
    text-decoration: none;
    background: none;
    color: #926D13;
}
.nav > li.disabled > a {
  color: #555;

}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
  
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.dropdown-menu
{
    text-align: left;
    line-height: 130%;
}

.dropdown-menu a:hover, .dropdown-menu li:hover a
{
    text-decoration: none;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;  
}
.navbar-nav
{
    float: none;
}
.navbar-nav > li
{
    display: inline;
    text-align: center;
}
.navbar-nav > li > .dropdown-menu
{
    background: #000;
    border: 2px solid #E6B53C;
    border-top: 0;
    margin-top: 1px;
    left: 0;
    right: auto;
    padding: 10px 0 ;
}
.navbar-nav > li > .dropdown-menu li a
{
    color: #E6B53C;
}
.navbar-nav > li > .dropdown-menu li:hover > a
{
    color: #000;
    background: #E6B53C
}
.navbar-nav > li > .dropdown-menu li .dropdown-submenu 
{
    position: absolute;
    left: 208px;
    display: none;
    width: 100%;
    background: #000;
    border: 2px solid #E6B53C;
    padding: 10px 0;
    list-style: none;
    margin-top: -2px;
    border-radius: 0 4px 4px 4px;
}

.navbar-nav > li > .dropdown-menu li .dropdown-submenu a
{
    padding: 5px 20px;
    display: block;
}
.navbar-nav > li > .dropdown-menu li .dropdown-submenu li + li
{
    border-top: 1px solid rgba(230, 181, 60, 0.22);
}
.navbar-nav > li > .dropdown-menu li:hover .dropdown-submenu 
{
    display: block;
}
.carousel-control
{
    opacity: 0;
    background: none;
}
.carousel-indicators
{
    left: 0;
    margin: 030px 0 0px;
    width: 100%;
    text-align: right;
    padding: 0% 10%;
}
@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: 5px;
    }
}
.main .main-content
{
    font-size: 16px;
}
.main .main-content #home {
    min-height: 454px;
}
.main .main-content #content {
    min-height: 757px;
}
.content-image
{
    float: right;
    margin: 5px 0 20px 30px;
	max-width: 300px;
}

h2, .h2 {
    font-size: 21px;
}

.tabletext {
	text-align:center;
}

#footer
{
    border-top: 2px solid #000;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.6);
}
#footer ul
{   
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#footer ul li
{
    display: inline;
    padding: 0 20px;
}
#footer .social li
{    
    padding: 0;
    margin: 20px 5px 0;
    display: inline-block;
}
#footer .social a:before
{
    font-family: Flaticon;
    font-size: 30px;
    font-style: normal;
}
#footer .social a:hover
{
    text-decoration: none;
}
#footer .social .fb:before
{
    content: "\e000";
}
#footer .social .skype:before
{
	content: "\e001";
}
#footer .social .yt:before
{
    content: "\e002";
}
#footer #credits
{
    text-align: center;
    font-size: 90%;
    margin-top: 10px;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
  
}

@media (max-width: 1200px) and (min-width: 760px) {
  .head .navbar-nav
  {
      margin: 0 auto;
  }
  .head .navbar-nav > li:first-child a
  {
      padding-left: 0;
  }
}

@media (max-width: 1200px) 
{
   .mobile-top
   {
   min-height: 57px;    
    }
}

@media (max-width: 767px) 
{
   .head .nav > li + li
    {
        margin-left: 0;
    }
    .head .nav > li > a
    {
        padding: 10px 0;
    }
    .dropdown-menu {
        text-align: center;
    }
    .navbar-nav > li > .dropdown-menu li .dropdown-submenu
    {
        left: 0;   
    }
    .navbar-nav > li > .dropdown-menu li .dropdown-submenu {
        position: relative;
    }
    .navbar-nav > li > .dropdown-menu li:focus .dropdown-submenu {
        display: block;
    }
}
table tbody
{
    display: inline-block;
    border: 1px solid #E6B53C;
    padding: 5px;
}
table td {
    padding: 2px 10px 2px;
}
table td:nth-child(2n+1) {
    padding: 2px 20px 2px 10px;
    vertical-align: top;
}
table td:nth-child(1) 
{
    font-weight: bold;
}
table tr {
    background: #0E0E0E;
}
table tr:nth-child(odd) {
    background: #292828;
}
table tr td:nth-child(2n)
{
    background: #181717;
}
table tr:nth-child(odd) td:nth-child(2n) {
    background: #0E0E0E;
}

.sample {text-align: center;background: rgba(0,0,0,0.8);border: 1px solid #E6B53C; max-width:87%;}
.sample a{
	display: inline;
}
.sample a img{
	margin: 15px 10px;
	width: 100px;
}
.modal-dialog{
	-moz-transition: 0.5s width, 0.5s height;
	transition: 0.5s width, 0.5s height;
}

/*Google Translate*/
#google_translate_element {
    position: absolute;
    top: 15px;
    right: -5px;
    z-index: 1;
}
.goog-te-gadget-simple
{
    background: none!important;
    border: none!important;
}
.goog-te-gadget-icon
{
    display: none;
}
.goog-te-menu-frame
{
    position: absolute!important;
}

#map-holder
{
    margin: 30px 0 15px;
    padding: 5px;
    border: 1px solid #E6B53C;
}
#map-holder #map-canvas
{
    height: 300px;
}
#map-holder .info_content
{
    color: #000;
}

ul.country {
		display: block;
		float: left;
		padding: 0;
}
	h6.count {
    color: #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
}

ul.country li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
}

ul.country li span {
    display: block;
    float: left;
    width: auto;
}	

ul.country li b {
    color: #F3D690;
    display: block;
    float: left;
    padding: 2px 0 0 14px;
    width: auto;
}

	.continent {
	border-bottom: 2px solid rgb(51, 51, 51);
	padding: 10px 10px 5px;
}

@media screen and (min-width: 787px) and (max-width: 1200px)
{
    .head .nav > li > a {
        font-size: 18px;
        font-weight: bold;
        padding: 20px 14px 15px;
    }
}