@CHARSET "UTF-8";

body { font-family: "Helvetica Neue Custom","Helvetica Neue",Helvetica,Arial,sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Helvetica Neue Custom","Helvetica Neue",Helvetica,Arial,sans-serif; }
input, button, select, textarea { font-family: "Helvetica Neue Custom","Helvetica Neue",Helvetica,Arial,sans-serif; }
.heading1 { font-family: "Helvetica Neue Custom","Helvetica Neue",Helvetica,Arial,sans-serif; }
.heading2 { font-family: "Helvetica Neue Custom","Helvetica Neue",Helvetica,Arial,sans-serif; }

.pad{
	padding: 70px 0px 70px 0px;
}

.strongborder{
	border: 5px solid #f30;
}

.statement{
	/*position: absolute; /*to keep footer sticky at the bottom*/
	width: 100%;
	background: #f30;
	border-top: 1px solid #000;
}

.statement .statement-content{
	text-align: center;
}

.statement .statement-content h5{
	margin: 0;
	margin-top: 25px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0px #656565;
}

.statement .statement-content p{
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	font-family: 'Open Sans Condensed', sans-serif;
}

.quote{
	display: inline-block;
	font-family: 'Georgia' 'Times New Roman', serif;
	text-shadow: none !important;
	position: relative;
}

.quote.rotate-180{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rorate(180deg);
	transform: rorate(180deg);
}
/* SCROLLBAR STUFF */
/* scrollbar customisation */

::-webkit-scrollbar {
	height:10px;
}

scrollbar {
	height: 10px;
}

/* Track */

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background: #f1f1f1;
}

scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #424242;
}

scrollbar-thumb {
	background: #424242;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4);
}

scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4);
}
/* END SCROLLBAR STUFF */

/* BEGIN COLOR STYLES */
.color-orange { color: #ff3300; }
.color-lb { color: #0196e3; }
.color-white { color: #fff; }
.color-black { color: #000; }
.color-red { color: #ff0000; }
.color-green { color: #339900; }
/* END COLOR STYLES */

/* BEGIN DIV STYLES */
.profile-bio {
	width: 100%;
	max-height: 150px;
	overflow: auto;
}

.centerBlock {
margin-left:auto;
margin-right:auto;
}

.guestlist { border-bottom: 4px double #efefef; margin: 20px 0 0 0; padding: 0 0 40px 0 }

.press a, .press b {
color: #f30;
}
/* END DIV STYLES */



/* BEGIN LIST STYLES */
ul.fans { background: none repeat scroll 0 0 #FFFFFF; border-radius: 4px 4px 4px 4px; padding-top: 0; padding-bottom: 10px; margin: 0px }
ul.fans li a.productname { display: block; color: #f30; }
ul.fans li a:Hover.productname { color: #333 }
ul.fans li img { float: left; margin: 0px 10px 10px 0; padding: 5px; }
ul.fans li span.price { display: block; font-size: 14px; }
ul.fans li span.procategory { display: block; color: #333 }
ul.fans li { display: block; border-bottom: 1px dashed #E7E7E7; padding: 6px 10px 40px 0; }
ul.fans li:last-child { border: none }



ul.listinfo { margin: 0px; padding: 0px; list-style: none }
ul.listinfo li { padding: 5px 0; list-style: none; display: block }
ul.listinfo li .listinfoleft { width: 160px; float: left; font-weight: bold }
ul.listinfo li a { color: #f30; }

ul#portfoliocontainer.column4 li { min-height: 180px }

.sideMenu { padding: 0px 15px 15px 0px; margin-bottom: 20px }
.sideMenu ul { padding: 0px; margin: 0px }
.sideMenu ul li { display: block; border-bottom: 1px dashed #E7E7E7 }
.sideMenu ul li:last-child { border: none }
.sideMenu ul li a { display: block; padding: 8px 5px 8px 5px; color: #000 }
.sideMenu ul li a:hover { color: #f30 }
.sideMenu ul li i { color: #f30; font-size: 24px; }
.sideMenu ul li span { position: absolute; left: 60px; }

ul.tracks { padding: 0px 15px 15px 0px; margin-bottom: 20px }
ul.tracks li { display: block; border-bottom: 1px dashed #E7E7E7; display: block; padding: 8px; color: #000 }
ul.tracks li:last-child { border: none }
ul.tracks li:hover { color: #f30; background-color: #eee }
ul.tracks li i { position: inherit; color: #f30; font-size: 20px; margin-right: 5px;}
ul.tracks li span { position: inherit; left: 60px; }
ul.tracks li button { position: inherit; align: right; right: 10px; }
/* END LIST STYLES */



/* BEGIN BUTTON STYLES */
.link8 {color:#fff; display:inline-block; padding:10px; text-decoration:none; background:#e3480b; margin:19px 28px 0px 0px;}
.link8:hover {background:#1344b0; cursor:pointer;}
button.link8:hover {background:#1344b0; cursor:pointer;}

.link9 {color:#fff; display:inline-block; padding: 10px; text-decoration:none; background:#e3480b; margin:10px 0px 0px 0px;}
.link9:hover {background:#1344b0; cursor:pointer;}
button.link9:hover {background:#1344b0; cursor:pointer;}

.buttonBlue {color:#fff; display:inline-block; padding:10px; text-decoration:none; background:#1344b0; margin:10px 0px 0px 0px;}
.buttonBlue:hover {background:#ff0000; cursor:pointer;}
button.buttonBlue:hover {background:#1344b0; cursor:pointer;}

.linkGray {color:#fff; display:inline-block; padding:10px; text-decoration:none; background:#333333; margin:10px 0px 0px 0px;}
.linkGray:hover {background:#1344b0; cursor:pointer;}
button.linkGray:hover {background:#1344b0; cursor:pointer;}

.link10 {color:#fff; display:inline-block; padding: 10px; text-decoration:none; background:#ff0000; margin:10px 0px 0px 0px;}
.link10:hover {background:#1344b0; cursor:pointer;}
button.link9:hover {background:#1344b0; cursor:pointer;}

.link11 {color:#fff; padding:10px; text-decoration:none; background:#e3480b; border:1px solid #f77148; margin:0px 0px 0px 0px;}
.link11:hover {background:#1344b0; cursor:pointer;}
button.link11:hover {background:#1344b0; cursor:pointer;}

.btn, .modal-footer .btn+.btn {
	margin-bottom: 10px;
}

.btn-primary, .btn-primary.active:hover {
    color: #f30;
    background-color: #fff;
    border-color: #f30;
	border-width: 3px;
}

.btn-primary:hover, .btn-primary.active {
    color: #fff;
    background-color: #f30;
    border-color: #f30;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.btn-success-o {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.btn-success-o:hover {
    color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #f00;
	border-color: #f00;
}

.btn-danger-o {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.btn-danger-o:hover {
    color: #fff;
}

.btn-black {
    color: #000;
    background-color: #fff;
    border-color: #000;
	border-width: 3px;
}

.btn-black:hover {
    color: #fff;
    background-color: #000;
}

.btn-info {
    color: #009;
    background-color: #fff;
    border-color: #009;
}

.btn-info:hover {
    color: #fff;
    background-color: #009;
    border-color: #009;
	border-width: 3px;
}

.facebookButton:hover {
    color: #fff;
    background-color: #516fb2;
    border-color: #516fb2;
}

.facebookButton {
    color: #516fb2;
    background-color: #fff;
    border-color: #516fb2;
	border-width: 3px;
}

.buttonIcon {
float: left;
margin-right:10px;
font-size: 11px;
margin-top: 0px;
line-height: inherit;
color: inherit;
}

button i, a i {
/*margin-right:5px;*/
}
/* END BUTTON STYLES */


/* BEGIN SECTION STYLES */
.sectionDefault { width: 100%; float: none; border-top: 4px solid #f30; border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; }
.sectionContactLists { 
	width: 100%;
	float: none;
	border-top: 4px solid #f30;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px; 
	background: #fff;
	padding: 10px 40px 40px 40px;
	}
.sectionDefaultmr5 { margin-right: 5%; }
.sectionDefaultml5 { margin-left: 5%; }
/* END SECTION STYLES */

/* AUTOCOMPLETE FIX FOR MODAL */

ul.ui-autocomplete {
    z-index: 1100;
    /*position: fixed;*/
}

.ui-autocomplete-loading {
    background: white url('/images/loader-black.gif') right center no-repeat;
}
/* END AUTOCOMPLETE FIX FOR MODAL */

/* BLOG STYLES */
.blogicons, .bloggirdicon {background: #f30;}
ul.tags li a { /*background: #0196e3;*/ color: #000 }
.heading1 { margin-bottom: 0px; }
.col-lg-3 .heading1 { margin-bottom: 0px;}
.caption a { color: #f30;}
/* END BLOG STYLES */

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 0px 5px 3px 23px;
  /*margin: 4px 0 3px 5px;*/
  position: relative;
  line-height: 18px;
  color: #fff;
  cursor: default;
  border: 1px solid #0196e3;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #0196e3;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
padding: 3px 5px 3px 5px;
border: 1px solid #0196e3;
background-image: none;
background-color: #0196e3;
}

.select2-search-choice-close:before {
  color: #ffffff;
  content: "\f057";
}

.select2-search-choice-close {
  display: block;
  min-width: 21px;
  min-height: 20px;
  position: absolute;
  right: 3px;
  top: 3px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 12px;
  text-decoration: none!important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:none;
}

th {
	color: #000;
}

.listblcok { padding-bottom: 0px;}

.date{
	width: 120px;
	display: inline;
}

/* Header */

.header{
	background: #fff;
	padding: 10px 0px 10px 0px;
}

/* Footer */

.footer{
	/*position: absolute; /*to keep footer sticky at the bottom*/
	/*bottom: 0; /*to keep footer sticky at the bottom*/
	width: 100%;
	background: #121212;
	padding: 35px 0px 30px 0px;
}

.footer .footer-widget h5{
	margin: 0px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-size: 20px;
	font-family:"Open Sans", sans-serif;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer .social a i{
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 50px;
}

.footer .footer-widget p.footer-address{
	margin-top: 9px;
	padding-top: 8px;
	font-size: 13px;
	line-height: 23px;
	color: #aeaeae;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.footer .footer-widget .term li i,
.footer .footer-widget p.footer-address i{
	display: inline-block;
	font-size: 14px;
	line-height: 23px;
	margin-right: 8px;
}

.footer .payment-icon{
	margin-top: 9px;
	padding-top: 12px;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.footer .payment-icon img {
	display: inline-block;
	width: 100%;
	max-width: 35px;
	margin-right: 5px;
}

.footer .footer-widget ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.footer .footer-widget ul li{
	margin-bottom: 8px;
}

.footer .footer-widget .term li{
	color: #aeaeae;
}

.footer .footer-widget p.footer-message{
	font-size: 13px;
	line-height: 24px;
	color: #aeaeae;
}

.footer .copy-right{
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.footer .copy-right p{
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: center;
}

.footer a{
	color: #cecece;
}

.footer a:hover{
	color: #aeaeae;
}

.footer2{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75px;
	/*background: #fff;*/
	padding-top: 15px;
	padding-bottom: 5px;
}

.footer2 .footer-widget h5{
	margin: 0px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-size: 20px;
	font-family:"Open Sans", sans-serif;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer2 .footer-widget .term li i,
.footer2 .footer-widget p.footer-address i{
	display: inline-block;
	font-size: 14px;
	line-height: 23px;
	margin-right: 8px;
}

.footer2 .footer-widget ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.footer2 .footer-widget ul li{
	margin-bottom: 8px;
}

.footer2 .footer-widget .term li{
	color: #aeaeae;
}

.footer2 .footer-widget p.footer-message{
	font-size: 13px;
	line-height: 24px;
	color: #aeaeae;
}

.footer2 .copy-right{
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.footer2 .copy-right p{
	font-size: 14px;
	line-height: 22px;
	/*color: #000;*/
	text-align: center;
}

.footer2 a{
	/*color: #000;*/
}
/* Social Media */

.social a i{
   display:inline-block;
   width:40px;
   height:40px;
   font-size:15px !important;
   line-height:40px;
   text-decoration:none;
   text-align:center;
   color:#fff;
   -webkit-transition: background 2s ease;
   -moz-transition: background 2s ease;
   -o-transition: background 2s ease;
   -ms-transition: background 2s ease;
   transition: background 2s ease;
}
.social a.facebook i{
	background:#3b5998;
}

.social a.twitter i{
	background:#1ba1e2;
}

.social a.google-plus i{
	background:#f22d0c;
}

.social a.linkedin i{
	background:#2d93cf;
}

.social a.instagram i{
	background:#125688;
}

.social a:hover i{
   background:#f30;
}

.social a, .social a:hover{
   border:0px;
}

#companySocial i {
	font-size: 50px;
	margin-right: 20px;
}
#companySocial a.facebook i{
	color:#3b5998;
}

#companySocial a.twitter i{
	color:#1ba1e2;
}

#companySocial a.google-plus i{
	color:#f22d0c;
}

#companySocial a.linkedin i{
	color:#2d93cf;
}

#companySocial a.instagram i{
	color:#125688;
}

#companySocial a:hover i{
   color:#f30;
}

/* bootstrap pagination override */
.pagination>li>a, .pagination>li>span{
	border-color: #000;
}

.label-black{
	background-color: #000000;
}

/*TABLE STYLES */
.table {
	color: #000;
}

/*END TABLE STYLES */

/*FORM STYLES */
form.form100 input[type="text"],
form.form100 input[type="password"],
form.form100 input[type="email"],
form.form100 select,
form.form100 textarea {
    width: 100%;
}

form .row {
	margin-bottom: 10px;
}

.input input, .select select, .textarea textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    appearance: normal;
}
/*END FORM STYLES */

.thumbnail, .thumbnail:before, .thumbnail:after, .thumbnail:hover {
	border-bottom: none;
	background: none;
}

.commentdetail{
	color: #000;
}

.thumbnail img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.rounded {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.col-1{width:8.33%}
.col-2{width:16.66%}
.col-3{width:25%}
.col-4{width:33.33%}
.col-5{width:41.66%}
.col-6{width:50%}
.col-8{width:66.67%}
.col-9{width:75%}
.col-10{width:83.33%}

/* bar graph */
.bar-container {
    width: 300px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
}

.meter{
    height: 100%;
    background-color: #f30;
    color: #ffffff;
}
/* end bar graph */

ul.profileList li {
	min-height: 197px;
}

.blog-post-entry {
	overflow:hidden;
    height: 160px;

}

/* used for custom checkboxes and radios using buttons with bootstrap */
.btn span.glyphicon {    			
	opacity: 0;				
}
.btn.active span.glyphicon {				
	opacity: 1;				
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/*ALERTS*/

.alert {
	padding: 20px;
	color: white;
	margin-bottom: 15px;
	line-height: 28px;
	transition: opacity 0.6s; /* 600ms to fade out */
}

.alert i {
	float: left;
	margin-right: 20px;
	font-size: 28px;
}

.alert a {
	color: #ffffff;
}

.alert.error {
	background-color: #f44336;
}

.alert.success {
	background-color: #4CAF50;
}

.alert.info {
	background-color: #2196F3;
}

.alert.warning {
	background-color: #ff9800;
}

/*jquery date time picker*/
.period_picker_input {
	line-height: 45px;
	font-size: 18px;
}

.col-centered {
	display: inline-block;
	float: none;
	text-align: left;
	margin-right: -4px;
}

.hidden { display: none; }