﻿/* Reset CSS Styles */
* { margin: 0px; padding: 0px; }

* html body {
  overflow: hidden; /* Prevent scroll on narrow devices */
}

h1, h2, h3, h4, h5, h6 { margin: 15px 0; }
p { margin: 10px 0; }

/* General Styles */
html, body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #929292;
    margin: 0;
    padding: 0;
    border: 0;
	overflow-x: hidden; /* Prevent scroll on narrow devices */
	background: #eeeeee;
}
.phpld-hlist {
	overflow: visible;
	position: relative;
	line-height: 1em;
	background: transparent;
	border-radius: 0px 0px;
	margin: 0px auto;
	box-shadow: 0px 0px 0px #999;
}

.content-wrapper {
	background: transparent;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.3);
	border-top: 0px solid #ddd;
	background-color: #fff;
}
.page-title {
	color: #606060;
	font-size: 175%;
	padding: 5px 5px 5px 10px !important;
}

.phpld-col3 .phpld-columnar h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 99%;
}
.phpld-grid.phpld-full {
	margin: 5px 0 20px 0px;
}

/* Boxes style */
.phpld-widget {
	border: 0px solid #aaa;
	padding: 0px;
	border-radius: 0px;
	box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.phpld-widget h3 {
    border-radius: 0px 0px 0 0;
    margin: 0px 0px 0px 0px;
    position: relative;
    line-height: 42px;
    height: 48px;
    background: #a8cbcd;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 10px;
    border-bottom: 0px dotted #ccc;
    text-shadow: 0 0px 0 rgba(255,255,255,.8);
	text-align: center;
	

}
.phpld-widget .boxTop {
	margin: -11px -11px 40px -11px;
}

.textbox {
	font-size: 15px;
}
.col-sm-3, .col-lg-2 {
	margin-top: 11px;
}	
a:link,
a:visited,
a:active {
	color: #515151;
    text-decoration: none;
}

a:hover {
    color: #1f62d5;
    text-decoration: underline;
}

.AllCategories h4 a {
	color: #515151;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	line-height: 30px;
	border-bottom: 1px dotted #999;
	font-size: 13px;
}

.AllCategories h4 a:hover {
	color: #1f62d5;
}

h4 a.listing-title {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 18px;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
	color: #1f62d5;
	font-weight: bold;
	text-decoration: none;
}
a.readMore:hover {
	text-decoration: underline;
}

/* Navigation top */
.navbar-default {
	background: #292e33 url(../images/menu_bg_top.png) repeat-x;
	border-color: #292e33;
	font: bold 12px 'Noto Serif', Arial, Helvetica, sans-serif;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin: 0 auto;
	max-width: 1350px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:focus {
	color: #ffffff;
	background: #292e33 url(../images/menu_bg_top_hover.png) repeat-x;
}
.navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color: #818181;
	border-bottom-color: #818181;
}
.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:active .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

.dropdown-menu {
	background-color: #0f161b;
	border: 1px solid #0f161b;
}

.dropdown-menu>li>a {
	color: #ffffff;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:active, dropdown-menu>li>a:visited  {
	color: #ffffff;
	background-color: #1f252a;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #ffffff;
	background-color: #2a70e8;
}

.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
}

/* Navigation top end */

/* Logo Top */
.logo-top {
	color: #3b71eb;
	font-family: Arial;
	text-transform: uppercase;
	min-height: 150px;
	font-size: 11px;
}
.logo-top a {
	font-size: 52px;
	
}

.logo-top a:hover {
	text-decoration: none;
}

.logo-top span {
    
}

.logo-top p {
    padding: 0px;
	margin: 0px;
}

.logo-top .container-logo{
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 15px;
}
.logo-top .container-logo .logo-field{
	float: left;
	width: 260px;
	margin-left: 20px;
	font-size: 52px;
	color: #fff;
}
.logo-top .container-logo .logo-field a{
	font-size: 52px;
	color: #fff;
}
.logo-top .container-logo .search-field-top{
	float: right;
	width: 380px;
	text-align: left;
	display: inline;
	font-size: 11px;
}

.logo-top .container-logo .search-field-top hr {
	margin-top: 0px;
	margin-bottom: 0px;

}
.logo-top .container-logo .search-field-top a{
	font-size: 11px;
}
.logo-top .container-logo .search-field-top .note a{
	font-size: 10px;
	font-weight: bold;
}
.logo-top .container-logo .search-field-top .note a:hover{
	text-decoration: underline;
}

.logo-top .container-logo .social-field-top{
	float: right;
	width: 220px;
	text-align: left;
	padding-top: 30px;
	display: none;
}
.logo-top .container-logo .social-field-top ul{
	list-style: none;
	margin: 0;
	margin-top: -6px;
}
.logo-top .container-logo .social-field-top ul li{
	float: left;
	margin-right: 13px;
	line-height: 22px;
	display: list-item;
	text-align: -webkit-match-parent;
	margin-top: 10px;
}
.logo-top .container-logo .social-field-top ul li a{
	width: 20px;
	height: 20px;
	overflow: hidden;
	display: inline-block;
}
.logo-top .container-logo .social-field-top ul li a:hover > img {
	margin-top: -20px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.headerSearch .phpld-fbox-button .phpld-searchbutton {
    background-color: #a8cbce;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2a70e8), to(#2468dd));
    background-image: -webkit-linear-gradient(top, #a8cbce, #aacccf);
    background-image: -moz-linear-gradient(top, #2a70e8, #2468dd);
    background-image: -ms-linear-gradient(top, #2a70e8, #2468dd);
    background-image: -o-linear-gradient(top, #2a70e8, #2468dd);
    background-image: linear-gradient(top, #2a70e8, #2468dd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2a70e8, endColorstr=#2468dd);
    border: 1px solid #7ca1a5;
    color: #fff !important;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    width: auto;
    font-family: inherit;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0px 0px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 0px 0px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 0px 0px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.15);
    /* text-shadow: 0 0px 0 rgba(255,255,255,.8); */
}

.headerSearch .phpld-fbox-button .phpld-searchbutton:hover {
    background-color: #7ba0a4;
    border: 1px solid #627779;
    color: #ffffff;
    background-image: none;
}


.row {
	margin-right: 0px;
	margin-left: 0px;
}
#container {
   margin: 0 auto;
   max-width: 1400px;
}
.col-lg-8 {
	padding-right: 0px;
	padding-left: 0px;
}
.col-lg-9 {
	padding-left: 0px;
	margin-top: 0px;
}
.status_container {
   margin: 0 auto;
   max-width: 1350px;
}

/* Logo Top End */

/* Breadcrumb navigation */

#nav {
 	background: #414042;
    overflow: auto;
	color: #fff;
	height: 45px; 
}
#nav a{
 	color: #fff;
}

/* Breadcrumb navigation end*/
.phpld-wbox {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 5px;
	padding-left: 5px;
}
.header {
	color: #ccc;
	width: 100%;
	height: 77px;
	margin: 0 auto;
	padding: 0px;
}

.navbar h1 {
	font-size: 32px;
	margin-top: 7px;
	margin-bottom: 0px;
	line-height: 32px;
}

.headerSearch {
	float: none;
	color: #ffffff;
	display: block;
	background: none;
	padding: 0px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 0px #DDD;
	-moz-box-shadow: 0 0 0px #DDD;
	box-shadow: 0 0 0px #DDD;
	border: 0px;
	overflow: visible;
	width: 570px;
}
.headerSearch span {
	font-size: 12px;
	text-transform: none;
}
.headerSearch .search_dir_text {
	float: left;
	width: 210px;
	font-size: 28px;
}

.search-field-top .phpld-form div.phpld-fbox-button {
	position: relative;
	margin-bottom: 20px;
	float: left;
}
#footer_top .phpld-form div.phpld-fbox-button {
	position: relative;
	margin-bottom: 20px;
	float: left;
}


.phpld-form div.phpld-fbox-button {
	position: relative;
	margin-bottom: 20px;
	float: none;
}

.select2-container {
	padding-top: 2px;
}
/*For right side links*/
.btn-slide {
    text-align: inherit;
    display: compact;
    font: bold 12px Tahoma, Arial, sans-serif;

}

/*main form button*/
.phpld-button, .phpld-form button, .phpld-form input[type="button"], .phpld-form input[type="reset"], .phpld-form input[type="submit"] {
	background-color: #2a70e8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2a70e8), to(#2468dd));
	background-image: -webkit-linear-gradient(top, #2a70e8, #2468dd);
	background-image: -moz-linear-gradient(top, #2a70e8, #2468dd);
	background-image: -ms-linear-gradient(top, #2a70e8, #2468dd);
	background-image: -o-linear-gradient(top, #2a70e8, #2468dd);
	background-image: linear-gradient(top, #2a70e8, #2468dd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2a70e8, endColorstr=#2468dd);
    border: 1px solid #1f62d5;
    color: #fff !important;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    width: auto;
    font-family: inherit;
    font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0px 0px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 0px 0px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 0px 0px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.15);
	text-shadow: 0 0px 0 rgba(255,255,255,.8);
}
.phpld-button:hover, .phpld-form button:hover, .phpld-form input[type="button"]:hover, .phpld-form input[type="reset"]:hover, .phpld-form input[type="submit"]:hover {
	background-color: #2468dd;
    border: 1px solid #2468dd;
    color: #ffffff;
	background-image: none;
}



/*Breadcrumbs*/
.breadcrumbs {
    margin: 0px;
    padding: 15px;
}
.breadcrumbs li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
	font-size: 14px;

}
.breadcrumbs .divider {
    padding: 0 5px;
    color:#999;
}

/* Footer */

.footer {
    padding-top: 15px;
    border-top: #0f161b 1px solid;
    clear: both;
	background: #242a2f;
	color: #ffffff;
}

.footer a {
	color: #5b5b5b;
}

.footer a:hover {
	color: #1f62d5;
}



/* Footer top */

#footer_top {
    padding-top: 15px;
	padding-bottom: 15px;
	padding: 15px 15px 15px 15px ;
    clear: both;
	background: #0f161b;
	display: none;
}

#footer_top a {
	color: #5b5b5b;
}
#footer_top p {
	font: italic 12px 'Noto Serif';
	line-height: 22px;
	color: #5b5b5b;
	text-transform: none;
	float: none;
	display: block;
	margin: 0;
}
#footer_top span {
	color: #ffffff;
}
#footer_top .container {
    margin: 0 auto;
	max-width: 1350px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#footer_top .footer_box {
    width: 33%;
	float: left;
	display: block;
}

#footer_top .footer_box h3 {
	color: #ffffff;
	font: 20px/20px 'Noto Serif', Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 21px;
}

#footer_top ul {
	list-style: none;
	margin: 0;
	margin-top: -6px;
}

#footer_top ul li {
	float: left;
	margin-right: 13px;
	line-height: 22px;
	display: list-item;
	text-align: -webkit-match-parent;
	margin-top: 10px;
}
#footer_top ul li a {
	display: inline-block;
	width: 47px;
	height: 46px;
	-webkit-border-radius: 47px;
	-moz-border-radius: 47px;
	border-radius: 47px;
	overflow: hidden;
}
#footer_top ul li a:hover > img {
	margin-top: -46px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

/* Search Form footer */

#footer_top #searchform {
	width: 300px;
	float: left;
	padding-top: 10px;
	height: 40px;
	margin-top: -20px;
}
#footer_top .search-field {
	width: 200px;
}


#footer_top #searchform #keyword {
    width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #21272c;
	color: #fff;
	border: 1px solid #21272c;
	margin-top: 5px;
}

#footer_top .phpld-form input:valid {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #21272c;
	color: #fff;
	border: 1px solid #21272c;
	margin-top: -3px;
	height: 30px;
}	
#footer_top .phpld-fbox-button .phpld-searchbutton {
	background: #21272c;
	border: 1px solid #21272c;
	color: #595e61;
	padding: 2px 10px 7px 10px;
	cursor: pointer;
	width: auto;
	font-family: inherit;
	font-size: 12px;
	margin-left: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#footer_top .search-field {
	float: left;
}
#footer_top .search-field-end {
	width: 60px;
	float: left;
}

.full-float-right {
	float: right;

}
.listing-style-list .listing-list-item {
	margin-top: 10px;
}

/* Footer top end */

.category-description {
	margin-top: 10px;
}

.AllCategories .phpld-gbox {
    /* margin-left: 1px; */
    padding: 10px;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #e8e8e8;
    min-height: 116px;
}

@media screen and (max-width: 1199px) {
	.AllCategories .phpld-g25 { 
	width: 50%;
	
}

.phpld-g25 {
	width: 50%;
}


/* Search Form footer */

#footer_top #searchform {
	width: 400px;
	float: left;
	padding-top: 10px;
	height: 110px;
	margin-top: -40px;
}
#footer_top .search-field {
	width: 200px;
}
	
/* Logo */	
	
.logo-top .container-logo .search-field-top{
	float: none;
}
.logo-top {
	min-height: 170px;
}
.headerSearch {
	width: 340px;
}
form.headerSearch .phpld-fbox-text {
	float: left;
}

#footer_top .footer_box {
    width: 100%;
	margin-top: 20px;
	display: block;
}
#footer_top .container {
	margin-top: 5px;
	margin-bottom: 5px;
}
	
}

@media screen and (max-width: 767px) {
.textbox {
    font-size: 10px;
	text-align: center;
}	
.AllCategories .phpld-g25 { 
	width: 100%;
	
}
.phpld-g25 { 
	width: 90%;
	
}
.AllCategories .phpld-gl { 
	float: none;
	margin: 0px;
}
.phpld-gl { 
	float: none;
	margin: 0px;
}
	
	
.search-field-top .phpld-form div.phpld-fbox-button {
	padding-left: 0px;
}
	
.full-float-right {
	float: none;

}
/* Search Form footer */

#footer_top #searchform {
	height: 90px;
	margin-top: 0px;
	width: 280px;
}
	
/* Logo top */

.logo-top {
    padding: 5px 5px 5px 0px;
	min-height: 250px;
}
.logo-top a {
	font-size: 40px;
}
.logo-top p {
	font-size: 14px;
}
.logo-top .container-logo .logo-field{
	width: 90%;
	text-align: center;
}

.logo-top .container-logo .search-field-top{
	float: none;
}

.logo-top .container-logo .search-field-top .search-field {
	width: 75%;
	float: left;
	margin-bottom: 0px;
}
.logo-top .container-logo .search-field-top .search-field-end {
	width: 10%;
	float: left;
	margin-bottom: 10px;
}

.logo-top .container-logo .social-field-top{
	float: none;
	margin: 0 auto;
	display: none;
}
form.headerSearch .phpld-fbox-text {
	float: none;
}
/* Logo top end */


/* Navigation top */
.navbar-default {
	font-size: 14px;
}
.navbar-default .navbar-nav>li>a {
	color: #ffffff;
}

.navbar-default .navbar-brand {
	font-size: 26px;
}

.navbar-default .navbar-toggle {
	border-color: #ffffff;
	background-color: #0f161b;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
	background: #2a70e8;
}

.navbar-default .navbar-toggle input.submit, button {
	background: #0f161b;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #ffffff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	background: #1f252a;
	color: #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background: #0f161b;
}
 /* Navigation top end */
 

.header {
	height: 140px;
}

.navbar h1 {
	font-size: 28px;
	line-height: 28px;
	margin-left: 10px;
}



.headerSearch {
	width: 250px;
}
.headerSearch .search_dir_text {
	float: none;
	font-size: 28px;
	margin: 0 auto;
}

#footer_top .search-field {
	width: 200px;
	float: left;
}

#footer_top div.phpld-fbox-button {
	padding-left: 0px;
}

form.headerSearch div.phpld-columnar {
margin-top: -16px;
}

}

@media only screen and (max-width: 317px) {
.headerSearch {
	width: 250px;
}
}