p { margin: 12px 0; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a:hover { color:#b99b5e;}

.container { width: 1008px; margin-top:123px; }
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.blue-nav { background:#1c2534; border-bottom:1px solid #2f2f2f; }
.blue-nav .container { margin-top:0px; }
.responsive-table { margin-bottom:20px; }
.inner-head h2, .inner-head h1 { font-weight: bold; }

.inner-content { margin: 0; }
.two-col-inner { padding: 40px 0 0; }

.content-body h1 { font-size: 16px; line-height: 21px; color: #1a1a1a; font-weight: bold;  margin: 20px 0; }
.content-body h3, .content-body h2 { color:#000; text-transform:uppercase; font-size:14px; border-top:1px solid #ddd;  border-bottom:1px solid #ddd; padding:4px 0 4px 15px; line-height: 17px; }
/*.content-body h2 { text-align: left; padding: 0px; font-weight: normal; border-top: 0px solid #ddd; border-bottom: 0px solid #ddd; }*/
.content-body p { font-size:14px; line-height:20px; margin:20px 0; padding: 0px; text-align:justify; color:#000; }
.content-para p { padding:0 15px; }
.container-body { padding:20px 15px 0 15px; }
.container-body h3 { color:#000; font-size:14px; border:0px; padding:0px 0px; text-transform:inherit; margin-bottom:5px; }

.sidebar { margin-top: -15px; }
.sidebar .bradcrumb li { font-weight:bold; line-height:24px; margin-left: 20px; }
.sidebar .bradcrumb li a { color:#696F71; }
.sidebar .bradcrumb li a:hover { color:#b99b5e; }
.white-box { width:100%; }
.white { background: #ffffff; }

.navbar { display:none; margin-bottom:0px; }
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-brand {
    height: auto;
    padding: 0;
}
.navbar-toggle {
    border: 0 solid transparent;
    margin-top: 45px;
    margin-bottom: 45px;
    position: relative;
    z-index: 9999;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover { background-color: transparent; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-collapse { box-shadow:0 0px 0 rgba(255, 255, 255, 0.1) inset; }
.navbar-nav { margin: 0 -15px; padding: 0 !important; background:#1c2535 !important; }

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover  {
    background-color: #273245;
    color: #b99b5e;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover  {
    color: #b99b5e;
}
.navbar-default .navbar-nav > li > a {
    color: #b99b5e;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}



/* Hamburger Animation */
.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}

.content-body-home {
    border: 1px solid #bcbcbc;
    padding: 15px;
    margin: 0 -10px 0 -15px;
}
.sidebar-home {
    background: #f4f4f4;
    border: 1px solid #bcbcbc;
    padding: 15px;
}
.content-body-home h3, .sidebar-home h3 {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.content-body-home h3 { margin-left: -5px; }

.content-body-home h4, 
.sidebar-home h4,
.content-body-home p { font-size:14px; color:#000; line-height: 16px; margin: 0; }
.content-body-home p { font-size:13px; }

.content-body-home h4 span, 
.sidebar-home h4 span { color:#000; font-weight:normal; font-size: 13px; }

.sidebar-home p { color:#000; }
.sidebar-home li { color:#000; margin-left:0px; line-height: 17px; }

.three-col-container { margin:0 -15px; }
.three-col-container img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.three-col-container .col-md-4 { padding-right: 10px; padding-left: 10px; }
.three-col-container .col-md-4 a { color:#000; }

.owl-carousel { margin-bottom:20px; }

.desktop { display:block; }
.tablet,
.mobile { display:none; }


#content-1 { padding:5px; }
#content-1 li { margin-right:5px; }
#content-1 li:last-child { margin-right:0px; }
  
  
.cd-slider-nav ul.dropdown-menu, 
.cd-slider-nav ul.dropdown-menu li {
    height: auto;
    width: 100%;
    background:#1c2534;
}
.cd-slider-nav ul.dropdown-menu li {
    float:none;
    display: block;
}
.cd-slider-nav .btn-default {
    font-size: 18px;
    color: #000;
}

.dropdown .dropdown-toggle {
    color: #b99b5e;
    background-color: #1c2534;
    border-color: #1c2534;
}
 
.dropdown .dropdown-toggle:focus, 
.dropdown .dropdown-toggle:hover {
    color: #fff;
    background-color: #1c2534;
    border-color: #1c2534;
}
.dropdown .dropdown-toggle.active, 
.dropdown .dropdown-toggle:active {
    color: #fff;
    background-color: #1c2534;
    border-color: #1c2534;
}
 
.cd-slider-nav ul.dropdown-menu li a { color:#b58e51; font-size: 18px; line-height: 21px; }
.cd-slider-nav ul.dropdown-menu li a:hover,
.cd-slider-nav ul.dropdown-menu li a:focus { color:#ffffff; background-color: transparent }

.cd-slider-nav .sticky {
    border-top: 0 none;
    box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    margin: 0 -15px;
}
.cd-slider-nav .sticky .btn {
    border-radius: 0;
}

 /* FULL SCREEN MODAL STYLES
-------------------------------------------------- */
.fullscreen .modal-dialog {
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	color: #333;
}

.fullscreen .modal-content {
	height: 100%;
	min-height: 100%;
	border-radius: 0;
	color: #333;
	background: rgba(28, 37, 53, 0.97);
	overflow:auto;
}
.fullscreen .modal-body {
  padding: 0 15px;
}
.fullscreen .modal-body ul {
	padding: 100px 0 0 0;
}

.fullscreen .modal-body li {
	padding: 10px 0 10px 0 ;
}

.fullscreen .modal-body a {
	color: #333;
	font-size: 300%;
}
.close {
  color: #fff;
  opacity: 1;
  text-shadow: 0 1px 0 #000;
  font-size: 14px;
  font-weight: normal;
}

/* Video Popup */
.white-popup-block {
    background: #fff;
    margin: 40px auto;
    max-width: 650px;
    padding: 20px;
    position: relative;
    text-align: left;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  body { background: #f4f4f4; }
  .notice { display:none; }
  .navbar { display:block; }
  .navbar-default .container-fluid { margin:0 -15px; }
  .navbar-nav { margin: 38px 0 0 0px; float:right; }
  .navbar-nav > li > a { padding: 15px 5px; font-size:13px; }
  .dropdown-menu { background-color: #1c2535; }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover { background-color: transparent; }
  .header { background: #1c2534; margin: 0 -15px; }
  .logo { float: left; }
  .navbar-default { display:none; }

  .navigation { display:none; }
  .top-nav ul { display: table; float: right; }
  .container { width: auto;  margin-top: 125px; }
  .row { margin: 0 -15px; }
  .inner-head { background: none; padding: 0; }
  .inner-head { display:none; }
  .content-body { margin-bottom:40px; }
  .content-body h4, .content-body h2, .content-body h1 { margin:8px 0; font-size:14px; font-weight: normal; text-align: right; }

  .content-body h2, .content-body h1 { text-align: left; padding: 0; margin: 0; font-weight: normal; }

  .content-body-home { margin: 0 -15px 20px -15px; }
  .content-body-home .col-md-4 p { border-bottom:1px solid #bcbcbc; padding-bottom:10px; }
  .content-body-home h3, .sidebar-home h3 { margin-bottom: 25px; margin-top: 10px; }
  .three-col-container .col-md-4 { margin-bottom:20px; }
  
  .tablet { display:block; overflow:hidden; }
  .desktop { display:none; }
  .slider-container { position:relative; width:100%; padding:0px; margin:0px; }
  #slider { height:auto!important; }
  .slider-text { position:absolute; top:35px; left:20px; z-index: 9; }
  .slider-text h4 { color:#fff; font-size:18px; font-weight: normal; text-transform: uppercase; }
  .slider-text p { color:#fff; font-size:16px; margin:0px; padding: 0 30px 0 0; width:400px; }
  .bradcrumb { margin-bottom:20px; }
  .white-box { margin-top:0px!important; }
  .thumb-margin { margin-left: -10px; margin-right: -10px; margin-top:20px; }
  
  #content-1 li { margin-right: 5px; width:260px; }
  #content-1 li img {width:100%; }
  
  .three-col-container-news { padding:0px; margin:20px -15px 0 -15px; }
  .three-col-news:last-child { margin: 0; }
  .three-col-container-team { padding: 20px 20px 0; }
  .menu-title { display:none; }
  .navigation { display:block; margin:15px 0!important; }
  #qm0 a { font-size: 13px !important; padding: 0 12px !important; }
  #qm0 div a, #qm0 ul a { padding: 3px 20px 3px 5px !important; }
  .cd-slider-nav .mobile { display: none !important; }
  .cd-slider-nav .desktop { display: block !important; }
  
  .privacy,
  .disclaimer { margin:0 15px 25px 15px !important; }
  .disclaimer { padding: 0 0px 0px 0px; }
}

/* Landscape phones and portrait tablets @media (min-width: 481px) and (max-width: 767px) { */
@media (max-width: 767px) { 
  body { background: #f4f4f4; }
  .navbar { display:block; }
  .header { background: #1c2534; margin: 0 -15px; }
  .logo { float: none; display:none; }
  .top-nav { background: #000; float: none; padding: 10px 0; margin:0px; }
  .navigation { display:none; }
  .top-nav ul { display: table; float: right; margin:0px; }
  .top-nav li a { font-weight: normal; }
  .menu-title { float:right; color: #fff; margin-top: 51px; }
  .container { width: auto;  margin-top: 166px; }
  .row { margin: 0 -15px; }
  .notice { display:none; }
  .inner-head { background: none; padding: 0; }
  .inner-head { display:none; }
  .content-body { margin-bottom:40px; }
  .content-body h4, .content-body h2 { margin:8px 0; font-size:14px; font-weight: bold; text-align: right; }
  .content-body h2 {text-align: left;padding: 0px; margin: 0;font-weight: normal;}
  .content-body-home { border: 1px solid #bcbcbc; padding: 15px; margin: 0 -15px 20px -15px; }
  .content-body-home .col-md-4 p { border-bottom:1px solid #bcbcbc; padding-bottom:10px; }
  .content-body-home h3, .sidebar-home h3 { margin-bottom: 25px; margin-top: 10px; }
  .three-col-container .col-md-4 { margin-bottom:20px; }
  .mobile { display:block; }
  .desktop { display:none; }
  .slider-container { position:relative; width:100%; padding:0px; margin:0px; }
  #slider { height:auto!important; }
  #slider li img { height:100%; width:100%; }
  .slider-text { position:absolute; top:25px; left:14px; z-index: 9; }
  .slider-text h4 { color:#fff; font-size:14px; font-weight: normal; text-transform: uppercase; }
  .slider-text p { color:#fff; font-size:12px; margin:0px; padding: 0 30px 0 0; line-height:14px; }
  .bradcrumb { margin-bottom:20px; }
  .white-box { margin-top:0px!important; }
  .thumb-margin { margin-left: -10px; margin-right: -10px; margin-top:20px; }
  

  .container-body { padding:20px 0 0 0px; }
  .content-body h3, .content-body h1 { padding: 4px 0; }
  .cd-slider-nav { margin-left: 0px; }
  .content-body p { padding: 0px; }
  .content-para p { padding:0px; }
  .cd-slider-nav { margin-left:0px!important; }
  
  .three-col-container-team { padding:0px; margin:20px -15px 0 -15px; }
  .three-col-container-team h3 { padding-left:15px!important; }
  
  .three-col-container-news { padding:0px; margin:20px -15px 0 -15px; }
  .three-col-news { margin: 0 0 30px 0!important; }
  .three-col-news:last-child { margin: 0; }
  
  .three-col-news h4 { margin: 10px 0 8px 0; color: #000; font-size: 14px; line-height: 20px; text-align:left; font-weight:bold; }
  
  .two-col-container-contact { margin: 20px 0 0 !important; }
  .two-col-contact { padding:0 0 20px 0!important; border-right: 0px; border-bottom: 1px solid #ddd!important; min-height:auto!important; margin-bottom:20px; }
  .two-col-contact p:last-child { margin:0px!important; }
  .two-col-contact:last-child { margin:0px!important; border-bottom:0px; padding-bottom: 0 !important; }
  
  .two-col-container-event { margin: 20px 0 0; }
  ul.circle-color span.number { margin-bottom:23px; float:left; }
  ul.circle-color li p { float: left; width: 89%; }
  /* Fullscreen Model Menu */
  .fullscreen .modal-body ul { padding: 0 0 0 20px; overflow: auto; }
  .fullscreen .modal-body ul ul { padding: 0 0 0 20px; overflow: auto; }
	.fullscreen .modal-body li { padding: 4px 0 4px 0; color: #b99b5e; font-size: 18px; font-weight: 400; line-height: 21px; }
	.fullscreen .modal-body li a { color: #b99b5e; font-size: 18px; font-weight: 400; line-height: 21px; }
  .fullscreen .modal-body li a:hover { color: #b99b5e; text-decoration:none; }
  .fullscreen .modal-body li ul li a { color: #fff;	}
  .fullscreen .modal-body li ul li a:hover { color: #b99b5e; text-decoration:none; }
  
  .privacy,
  .disclaimer { margin:0 15px 25px 15px !important; }
  .disclaimer { padding: 0 0px 0px 0px; }
  .play-icon { top:381px; }
  .common-height { height:auto; }
  .common-height .play-icon { top:48px; left:133px; }
  .media-center { margin-bottom: 40px; }	
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .notice { display:none; }
  .container { margin-top: 166px; }
  .TFtable th span { display:block; }
  .play-icon { top:187px; }
  .common-height { height:auto; }
  .common-height .play-icon { top:48px; left:133px; }
}
