@charset "utf-8";
/*
Template Name: Internet Business
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Navigation CSS
*/

#topnav{display:block; float:left; width:100%; margin:0; padding-top:2px; list-style:none; font-size:13px; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; background-color:#232f3e;}
#topnav ul, #topnav li{float:left; list-style:none; margin:0;}
#topnav ul ul li a:link, #topnav ul ul li a:visited{border:none;}
#topnav li.last a{margin-right:0;}
#topnav li a:hover{color:#FFF !important;}
#topnav ul li.active a{color:#FFF; border-bottom:solid 3px #FFF; border-bottom-style: ridge;}
#topnav li li a:link, #topnav li li a:visited{width:150px; float:none; margin:0; padding:7px 10px; font-size:12px; font-weight:normal; color:#FFFFFF; background-color:#232f3e;}
#topnav li li a:hover{color:#FFFFFF; }
#topnav li ul{background:#FFFFFF; z-index:10; position:absolute; left:-999em; height:auto; width:170px; border-left:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}
#topnav li ul a{width:140px;}
#topnav li ul ul{margin:-32px 0 0 0;}
#topnav li:hover ul ul{left:-999em;}
#topnav li:hover ul, #topnav li li:hover ul{left:auto;}
#topnav li:hover{position:static;}
#topnav li.last a{margin-right:0;}


@media only screen and (min-width: 768px) {
	#topnav li a:link, #topnav li a:visited, #topnav li a:hover{display:block; margin:0; padding:4px 28px; color:#ccf1fd; background-color:#232f3e;}
}
@media only screen and (max-width: 768px) {
	#topnav li a:link, #topnav li a:visited, #topnav li a:hover{display:block; margin:0; padding:2px 12px; color:#ccf1fd; background-color:#232f3e;}
}

/* ----------------------------------------------Column Navigation------------------------------------- */

#column .subnav{display:block; width:250px; padding:25px; background-color:#F9F9F9; margin-bottom:30px;}
#column .subnav h2{margin:0 0 20px 0; padding:0 0 14px 0; font-size:20px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; color:#404040; background-color:#F9F9F9; line-height:normal; border-bottom:1px dotted #404040;}
#column .subnav ul{margin:0; padding:0; list-style:none;}
#column .subnav li{margin:0 0 3px 0; padding:0;}
#column .subnav ul ul, #column .subnav ul ul ul, #column .subnav ul ul ul ul, #column .subnav ul ul ul ul ul{border-top:none; padding-top:0;}
#column .subnav a{display:block; margin:0; padding:5px 10px 5px 20px; color:#777777; background:url("images/blue_file.gif") no-repeat 10px center #F9F9F9; text-decoration:none; border-bottom:1px dotted #404040;}
#column .subnav a:hover{color:#008CBA; background-color:#F9F9F9;}
#column .subnav ul ul a, #column .subnav ul ul ul a, #column .subnav ul ul ul ul a, #column .subnav ul ul ul ul ul a{background:url("images/black_file.gif") no-repeat #F9F9F9;}
#column .subnav ul ul a{padding-left:40px; background-position:30px center;}
#column .subnav ul ul ul a{padding-left:50px; background-position:40px center;}
#column .subnav ul ul ul ul a{padding-left:60px; background-position:50px center;}


/****** Style Star Rating Widget *****/
fieldset { margin: 0; padding: 0; }

.rating { 
  cursor: pointer;
  border: none;
}

.rating > input { display: none; } 
.rating > label:before { 
  cursor: pointer;
  margin: 2px 2px 0px 2px;
 /* font-size: 1.25em; */
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  cursor: pointer;
  content: "\f089";
  position: absolute;
}

.rating > label { 
  cursor: pointer;
  color: #ddd; 
  float: right; 
  margin-bottom:0px;
}

.row-highlight {
    /*border-radius: 50%;*/
    padding-left: 2px;
   /* background: #eee; */    
}
.row-pink {
	border-left: 3px solid #ec3f7a !important;
}
.row-blue {
	border-left: 3px solid #2f68b1 !important;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label { color: #FFD700;  }   /* show gold star when clicked */
/* .rating:not(:checked) > label:hover,  hover current star */
/* .rating:not(:checked) > label:hover ~ label { color: #FFD700;  }  hover previous stars in list */

/* .rating > input:checked + label:hover,  hover current star when changing rating */
/* .rating > input:checked ~ label:hover, */
/* .rating > label:hover ~ input:checked ~ label,  lighten current selection */
/* .rating > input:checked ~ label:hover ~ label { color: #FFED85;  }  */
/* #column .subnav ul ul ul ul ul a{padding-left:70px; background-position:60px center;} */

.accordion2 {
	white-space: normal !important;
}

button.accordion2:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion2.active:after {
    content: "\2212";
}

.form-control {
	color: #000 !important;
}

.sm-form-control {
	padding:3px 6px;
	border-radius:4px;
	border: 1px solid #aaa;
}
#requestupdate .sm-form-control{
	width:100%;
}
#main-add-form .sm-form-control{
	width:100%;
}

#searchpg tbody {
    max-height:300px;
    overflow-y:scroll;   
}

.buttonbox {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 100px;
    white-space: nowrap;
}
.buttonbox:hover {
	opacity: 0.9;
}

.buttona2 {background-color: #008CBA;} /* Blue */
.buttona4 {	background-color: #f44336; } /* Red */
.buttona4ext {
	border-color: #bc0006;
	border: 1px solid transparent !important;
	border-radius: 2px !important;
} /* Red */
.buttona4invert {	background-color: #f6f6f6; color:#f44336; border:1px solid; padding: 0px;} /* Red */

.buttona3 {
	margin-bottom:10px;
	width:100%;
	text-align:left;
}

.buttona5 {
	width: auto !important;
	border-radius: 4px;
}

@media only screen and (max-width: 768px) { /*** Mobiles, Tablet ***/
	.mdisplay {
		display: block !important;
	}
	.mdisplay-right {
		display: block !important;
		float: right !important;
	}
	.mdisplay-margin-top {
		display: block !important;
		margin-top:7px;
	}
	.nodisplay {
		display: none !important;
	}
	#main-contact-form .form-group {
    	margin-bottom: 5px;
    	margin-top: 10px;
	}
	#bookrequest {
		padding: 0px;
	}
	#registerform .contact-form {
		padding: 10px !important;
	}
	#registerform .container {
		padding: 0px !important;
	}
	.regwrap {
		height: auto !important;
	}
	.sm-table-responsive {
    	width: 100%;
    	margin-bottom: 15px;
    	min-height: .01%;
    	/*border: 1px solid #ddd;*/
    	overflow-y: hidden;
    	overflow-x: hidden;
	}
	#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
		left: -20px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.m-pad {
		padding:6px 0px 6px 0px;
	}
	.m-pad2 {
		padding:10px 10px 5px 10px;
	}
	.m-pad3 {
		padding:0px 10px 10px 10px;
	}
	.dropdown-left {
		margin-left: -175px !important;
	}
	.m-mar1 {
		margin:10px 0px 5px 0px;
	}
	.verified-m {
	    right: 0px !important;
    	top: 165px !important;
	}
	.no-right-border {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}

@media only screen and (min-width: 768px) {
	.m-mar1 {
		margin-bottom:5px;
	}
	.buttona3 {
		width:33.33%;
	}
	.bookfield {
		width:50% !important;
	}
	.no-m-display {
		display: none !important;
	}
	.m-pad {
		padding:10px;
	}
	.m-pad2 {
		padding:10px 10px 0px 10px;
	}
	.m-pad3 {
		padding:0px 20px 20px 20px;
	}
	#addprofile .bookfield {
		height: 30px;
	}
	.margin-left-27 {
		margin-left: 27px;
	}
	.padding-left-60 {
		padding-left: 60px !important;
	}
	.margin-left-75 {
		margin-left: 75%;
	}
}
	.bookfield40 {
		width:40% !important;
	}

/*** Arrow Animation Button ***/

.button-arrow {
  border-radius: 4px;
  background-color: #4CAF50;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 5px 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button-arrow span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-arrow span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-arrow:hover span {
  padding-right: 25px;
}

.button-arrow:hover span:after {
  opacity: 1;
  right: 0;
}

/*** category **/
.category-label {
	padding-left:5px;
	padding-right:10px;
	cursor:pointer;
	margin-bottom:0px;
}

#addprofile td {
	border-top: none !important;
}

/*** Search drop down ***/

.dropdown-content {
    display: none;
    position: absolute;
    color: #333;
    margin-top: -10px;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.95);
    min-width: 160px;
    width: 80%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 6px 8px;
    z-index: 20;
    display: block;
}

.dropdown-content ul {
  list-style-type: none;
  padding-left:5px;
}
.dropdown-content li {
	cursor: pointer;
	padding-left:10px;
}

.dropdown-content li:hover {
	background-color: #ddd;
}

#main-login-form .alert {
	padding: 1px 10px;
    background-color: #f5821f;
    color: white;
}

.closebtn {
	margin-top: 3px;
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: #ccc;
}
.box-shadow {
	background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    border-top: 0px solid transparent;
    transition: all ease .5s;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
	/*box-shadow:0px 3px 8px 0 rgba(0, 0, 0, 0.2), 1px 0px 8px 0 rgba(0, 0, 0, 0.19);*/
}
.ratingNum {
    border: 1px solid #2d67b2;
    padding: 0px 7px;
    margin-top:5px;
    float: left;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    color: #2d67b2;
}
.verified {
	width: 75px;
    text-align: center;
    background: #f26722;
    min-height: 20px;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
    padding: 6px 8px;
    display: inline-block;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -ms-border-bottom-right-radius: 8px;
    position: absolute;
    right: 10px;
    top: 171px;
    color: #fff;
}
.verified-g {
	background:#4CAF50 !important;
}
.verified:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 13px solid #f26722;
    border-right: 12px solid #fff;
    border-bottom: 12px solid #f26722;
    top: 0px;
    right: 74px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.verified-g:after {
	background:#4CAF50 !important;
	border-top: 13px solid #4CAF50 !important;
    border-bottom: 12px solid #4CAF50 !important;
}
.header-font {
	color: #164880;
	font: 700 15px/1.231 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.save-font {
    font-size: 14px;
    color: #009970;
}