bhtml, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; -webkit-text-size-adjust:none; box-sizing:border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/**
 * Minimal base styles.
 */
@font-face {
    font-family: 'montserrat';
    src: url('font/montserrat-bold-webfont.woff2') format('woff2'),
         url('font/montserrat-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'montserrat';
    src: url('font/montserrat-regular-webfont.woff2') format('woff2'),
         url('font/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserrat';
    src: url('font/montserrat-semibold-webfont.woff2') format('woff2'),
         url('font/montserrat-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'montserrat';
    src: url('font/montserrat-thin-webfont.woff2') format('woff2'),
         url('font/montserrat-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}
@font-face {
    font-family: 'montserrat';
    src: url('font/montserrat-light-webfont.woff2') format('woff2'),
         url('font/montserrat-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'montserrat';
    src: url('font/montserrat-hairline-webfont.woff2') format('woff2'),
		 url('font/montserrat-hairline-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}

html { font-size: 100.01%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-size:13px; line-height:1em; font-family:Helvetica, Arial, sans-serif;}

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
:focus { outline: 0; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.iem7 input[type="checkbox"] { vertical-align: baseline; }
input, select { vertical-align: middle; }
textarea { overflow:auto; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height:1.2em; }

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* blockquote , q and hr  */
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/* Images and Default Classes  */
img { max-width:100%; vertical-align:bottom; }
img.alignleft{ float:left; margin:0 10px 10px 0; display: inline;}
img.alignright{ float:right; margin:0 0px 10px 10px; display: inline;}
img.aligncenter{ display:block; margin-left:auto; margin-right:auto; margin-bottom:10px;}

/* Default List Styles  */
ul, ol { list-style:none; }
li { line-height:1.2em; }
li ul, li ol { margin-bottom:0px; } 

/* 
 * Clearing Methods
 */
.clearfix:after { content: "."; display: block; font-size:0; height: 0; clear: both; visibility: hidden;}
.clearfix { display: block; }
.floatbox { overflow:hidden; }
.clear { clear: both; height:1px; line-height:1px; }
/* 
 * Generic classes 
 */
 
/*---- Floats ----*/
.flR { float: right; }
.flL { float: left; }

/*---- Horizontal Alignment ----*/
.alR { text-align: right; }
.alC { text-align: center; }

/*---- Hide ----*/
.hide { display: none; }

/* Primary Styles for mobile
*/
body{padding-top:60px;}

.container, .wrapper{max-width:1140px; margin:0 auto;}
.row{margin-left:-20px;margin-right:-20px}.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{position:relative;min-height:1px;padding-left:20px;padding-right:20px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:56.33333333%}.col-md-6{width:50%}.col-md-5{width:43.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}
.row:before,.row:after {content:" "; display:table;}
.row:after {clear: both;}

/*----- Header ---*/
#header{background:#ec2329;  position:fixed; z-index:99; height:60px; left:0; top:0; width:100%; font-family: 'montserrat', sans-serif;}
#header .brand{float:left; width:21%; background:#444;  padding:15px 10px 15px 40px; height:60px;}
#header .ask-form{float:left; margin:0 30px; padding:14px 0;}
.ask-form span{float:left; line-height:32px; color:#fff; font-size:13px; margin-right:10px; }
.ask-form input[type="text"]{width:318px; height:32px; background:#fff; font-size:16px; color:#888; font-weight:300; border-radius:3px; padding:0 10px; border:0; float:left; margin-right:7px;}
.ask-form button{background:#000; border-radius:3px; padding:0 10px; float:left; height:32px; color:#fff; font-size:13px; border:0; font-family: 'montserrat', sans-serif;}
#header .srch-btn{float:left; padding:13px 0 14px; font-size:20px; color:#fff; line-height:32px; position:relative;}
#header .srch-btn:after{position:absolute; bottom:-1px; content:""; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid #f2f2f2; left:50%; margin-left:-10px; z-index:5; opacity:1; display:block; transition:opacity .3s ease;}
#header .srch-btn.open:after{ opacity:1;}
#header .srch-btn .fa-search{cursor:pointer;}
#header .search-form{position:absolute; width:52%; top:100%; background:#f2f2f2; left:21%; padding:20px 30px; line-height:32px; display:block;}
.search-form span{float:left; font-size:16px; color:#000; margin-right:10px;}
.search-form .cstm-radio{float:left; margin-right:15px;}
.search-form input[type="text"]{width:290px; height:32px; background:#d4d4d4; font-size:16px; color:#555; font-weight:300; border-radius:3px; padding:0 10px; border:0; float:left; margin-right:7px;}
.search-form button{background:#898989; border-radius:3px; padding:0 6px; float:left; height:32px; color:#fff; font-size:15px; border:0;}
#header .user-area{float:right;  color:#fff; font-size:16px; padding:13px 40px 0 0; position:relative; min-width:190px; text-align:right;}
#header .user-area a{display:block; color:#fff; height:36px; line-height:36px;}
#header .user-area .fa-angle-down{margin-left:15px;}
#logged_username{position:relative; display:block; position:relative; width:100%; text-overflow:ellipsis; padding-left:46px; padding-right:15px;}
#logged_username:after{content:"\f107"; position:absolute; right:0; top:12px; font-size:12px; color:#fff; font:normal normal normal 14px/1 FontAwesome;}
#logged_username img{width:36px; height:36px; border-radius:50%; margin-right:7px; border:2px solid #fff; position:absolute; left:0; top:0;}
.cstm-radio {position:relative; padding-left:30px;}
.cstm-radio input{position:absolute; opacity:0; left:0; top:5; z-index:10; }
.cstm-radio label{font-size:13px; line-height:32px; color:#888;}
.cstm-radio label:before, .cstm-radio label:after{position:absolute;  border-radius:50%; z-index:11; content:""; box-sizing:border-box; }
.cstm-radio label:before{ width:24px; height:24px; border:3px solid #888; left:0; top:5px; display:block; }
.cstm-radio input:checked + label:after{width:12px; height:12px; background:#888; left:6px; top:11px; display:block; }

#header .hvr_bx{display:none; width:150px; position:absolute; top:100%; z-index:99; right:-40px; padding:10px 0; background:#ec2329;}
#header .user-area:hover .hvr_bx{display:block;}
#header .hvr_bx ul li{list-style:none;  padding:0 40px 0 20px; line-height:22px; border-bottom:1px solid rgba(255,255,255,.8); text-align:right;}
#header .hvr_bx ul li a{display:inline-block; line-height:36px; height:36px; color:#fff; font-size:13px;}
#header .hvr_bx ul li a .fa{margin-right:5px;}
#header .hvr_bx ul li:last-child{border-bottom:0;}

/*---- three_column Grid ----*/
.grid_1{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;  }
.grid_1 .clo_1, .grid_1 .clo_2, .grid_1 .clo_3{padding:20px 30px; width:100%; position:relative; min-height:600px;}
.grid_1 .clo_1 {-webkit-box-flex:0;-webkit-flex:0 0 21%;-ms-flex:0 0 21%;flex:0 0 21%;max-width:21%; background:#444; padding-left:40px;}
.grid_1 .clo_2 {-webkit-box-flex:0;-webkit-flex:0 0 52%;-ms-flex:0 0 52%;flex:0 0 52%;max-width:52%; padding-top:92px; }
.grid_1 .clo_3 {-webkit-box-flex:0;-webkit-flex:0 0 27%;-ms-flex:0 0 27%;flex:0 0 27%;max-width:27%; background:#e6e6e6; padding-right:40px;}

.hdng1{position:relative; padding:10px 0; border-bottom:1px solid #000; font-size:18px; color:#000; text-transform:uppercase; margin-bottom:15px}
.hdng1:before{position:absolute; height:2px; width:38px; background:#ec2329; left:0; top:0; z-index:1; content:"";}

/*------ SideBar Left ----*/
.clo_1.sidebar_lft{padding-right:0;}
.sidebar_lft .hdng1{border-color:#888; color:#888; font-weight:normal;}
.wdgt{margin-bottom:20px;}


/*---- lst1 ---*/
.lst10 li{list-style:none; font-size:13px; border-top:1px solid #888; font-family: 'montserrat', sans-serif;}
.lst10 li:first-child{border-top:0; padding-top:0;}
.lst10 li a{color:#ccc; display:block; padding:10px 0; border-right:5px solid transparent; line-height:1.3em; padding-right:10px; }
.lst10 li a:hover{border-color:#ec2329; color:#fff;}

/*----- Lst11 ----*/
.lst11{margin-left:14px;}
.lst11 li{ font:13px/1.2em Arial, sans-serif; color:#888; list-style:disc; margin-bottom:10px; font-family: 'montserrat', sans-serif;}
.lst11 li a{color:#888; display:block;}
.lst11.styl2{margin-left:0;}
.lst11.styl2 li{list-style:none; margin-bottom:15px; }
.lst11 li a:hover, .hstyl2 .more:hover, .lst13 li a:hover{color:#ed1c24; text-decoration:none;}

/*----- Lst2 ----*/
.lst2 li{position:relative; padding-left:40px; margin-bottom:20px; min-height:30px; line-height:1.3em; font-size:12px; font-weight:300; color:#555; font-family: 'montserrat', sans-serif;}
.lst2 li img{position:absolute; left:0; top:0; z-index:1; width:30px; height:30px;}
.lst2 li h3{font-size:15px; font-weight:400; color:#000;}
.lst2 li h3 a{color:#000;}

.cat-suggestion-box{padding-right:40px; margin-top:20px;}
input.suggest-cat{display:block; box-sizing:border-box; padding:0 8px; border:1px solid #e5e5e5; font-size:12px; color:#ccc; background:none; height:30px; float:left; width:calc(100% - 40px); border-radius:2px 0 0 2px;}
.cat-suggestion-box input[type="button"]{ float:left; background:#e5e5e5; font-size:12px; height:30px;text-align:center; width:40px; border:0; color:#555; font-weight:bold; border-radius:0 2px 2px 0;}

/*----- .contact-panel ---*/
.contact-wdgt li{list-style:none; margin-bottom:10px; font-size:13px; color:#888; position:relative; padding-left:20px; line-height:14px;}
.contact-wdgt li .fa{font-size:14px; position:absolute; left:0; top:0; z-index:1;}
.contact-wdgt li a{color:#888; text-decoration:none;}
.contact-wdgt li a:hover{color:#ed1c24;}

/*---- Content CSS ---*/
/*------------ hstyl2 -----------------------*/
.hstyl2{border-bottom:1px solid #e5e5e5; margin-bottom:18px; font-size:15px; color:#000; line-height:1em;  padding-bottom:10px; font-family: 'montserrat', sans-serif; }
.hstyl2 small{color:#888; font-weight:normal; text-transform:none;}
.hstyl2.tab{padding-bottom:0; margin-bottom:15px}
.hstyl2 a.follow, .hstyl2.tab a.follow{float:right; line-height:19px; padding:0 7px; border:1px solid #eee; border-radius:3px; margin:0; background:#fcfcfc; font-size:12px;}
.hstyl2 a.follow:hover{border-color:#ccc;}
.hstyl2.tab a{display:inline-block; padding-bottom:10px; margin-right:20px; border-bottom:2px solid transparent; color:#007ea4; margin-bottom:-2px; position:relative; cursor:pointer; text-transform:uppercase;}
.hstyl2.tab a:hover{text-decoration:none; color:#555;}
.hstyl2.tab a.active, .hstyl2.tab a.active:hover{color:#000;}
.hstyl2.tab a.active:after, .hstyl2.tab a.active:before{left:50%; content:" "; border-left:7px solid transparent; border-right:7px solid transparent; margin-left:-5px; position:absolute; z-index:2; bottom:0;}
.hstyl2.tab a.active:after{border-bottom:7px solid #fff; margin-bottom:-1px;}
.hstyl2.tab a.active:before{border-bottom:7px solid #d5d5d5;}
.hstyl2 .fa{color:#555; font-size:12px; vertical-align:middle; margin-right:5px; font-weight:normal;}
.hstyl2 h3{font-size:18px; line-height:20px; text-transform:none;} 
.hstyl2 h4{font-size:15px; line-height:12px; display:inline-block; margin-right:20px; text-transform:none;}
.hstyl2.mb0{margin-bottom:0;}
.hstyl2 .more{float:right; font-size:13px; color:#888; text-transform:none;}
.hstyl2 .more .fa{font-size:18px; position:relative; top:-2px; color:#e5e5e5; margin-right:0;}
.hstyl2.disabled{padding-top:80px; border-bottom:0; }
.hstyl2.disabled h3{line-height:1em; font-size:46px; color:#ccc;}

/*------ feed_list ---*/
.feed_lst .item a:hover, .action_bar a:hover, .profile_hdr p a:hover{text-decoration:none; color:#ed1c24;}
.feed_lst .item{margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #e5e5e5;}
.feed_lst .item:last-of-type{padding-bottom:0; border-bottom:0;}
.feed_user{margin-bottom:18px; position:relative;}
.feed_user .user-badge{width:15px; height:21px; margin-right:2px;}
.feed_user img, .editor_info  img{float:left; width:40px; height:40px; margin-right:10px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}
.feed_user .user-name, .editor_info .name{display:block; font-size:15px; line-height:20px; margin-bottom:5px;}
.feed_user .user-name a, .editor_info .name a{ color:#000;}
.feed_user .user-name .flL{float:none;}
.feed_user .meta, .editor_info .meta a, .editor_info .meta{font-size:13px; color:#888;}
.feed_lst .question_txt{margin-bottom:10px; font-size:19px; font-weight:bold; line-height:24px;}
.feed_lst .question_dtl .question_txt{font-size:26px; line-height:31px;}
.feed_lst .question_dtl{border:0; margin-bottom:0;}
.feed_lst .question_txt a{color:#000;}
.feed_lst .answer_txt{margin-bottom:16px; font-size:15px; line-height:18px;}
.feed_lst .answer_txt:after{content:" "; clear:both; display:block; height:0; width:0;}
.feed_lst .answer_txt p{margin-bottom:15px;}
.feed_lst .answer_txt a{color:#007ea4; text-decoration:none;}
.feed_lst .answer_txt a.more-link{margin-left:5px; /*background:none; border:0; padding:0;*/} 
.event_bar{font-size:13px; color:#888; line-height:23px; margin-bottom:8px;}
.event_bar span, .event_bar .cat{ display:inline-block; margin-right:10px; text-transform:capitalize;}
.event_bar .cat{background:#eeeeee; color:#888; padding:0 10px; border-radius:12px; -moz-border-radius:12px; -webkit-border-radius:12px; }
.feed_lst .answer_txt img{margin:0px 0px 10px 0;}
.answer_txt.content_min img{max-width:220px; float:left; margin-right:10px;}
.feed_lst .answer_txt img, .notifications li .text img{padding:4px; background:#fff; border:1px solid #e5e5e5; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-shadow:0 0 3px rgba(0,0,0,.1); -moz-box-shadow:0 0 3px rgba(0,0,0,.1); -webkit-box-shadow:0 0 3px rgba(0,0,0,.1);  }
.btn_blue, .btn_red {display:inline-block; height:30px; background:#007ea4; color:#fff; padding:0 8px; border:0; font-weight:bold; cursor:pointer; font-size:13px; height:30px; font-family:Helvetica, Arial, sans-serif; line-height:28px;} 
.btn_red{background:#ed1c24;}
button.btn_blue, button .btn_red{line-height:26px;}

.feed_lst .answer_txt ul, .feed_lst .answer_txt ol{ margin-bottom:10px; margin-left:15px; list-style-position:outside;}
.feed_lst .answer_txt ol li{list-style:decimal;}
.feed_lst .answer_txt ul li{list-style:disc;}

.action_bar{font-size:13px; line-height:28px; color:#888; }
.action_bar a{cursor:pointer;}
.action_bar span,  .action_bar a, .feed_user .meta span,  .feed_user .meta a{margin-right:10px; color:#888; text-transform:capitalize;}
.action_bar span,  .action_bar a{margin-right:12px;}
.action_bar span a, .action_bar a span, .action_bar span span{margin-right:0;}
.action_bar .fa, .feed_user .meta .fa{vertical-align:baseline; margin-right:4px; font-size:13px;}
.action_bar a.reply, .feed_lst .action_bar a.refresh, .action_bar a.highlight{color:#007ea4; }
.question_action{margin-bottom:15px;}
.action_bar a.refresh, .action_bar a.highlight{font-weight:bold;}
.action_bar small.count{display:inline-block; background:#eee; font-weight:bold; line-height:18px; margin-right:10px; padding:0 5px; border-radius:2px; -webkit-border-radius:2px; height:17px; font-size:12px; margin-left:-10px; }
.action_bar a.highlight  small.count{background:#007ea4; color:#fff; }
.action_bar a small.count, .action_bar span small.count{margin-left:0; margin-right:0;}
.action_bar .action_btn{background:#fcfcfc; border:1px solid #eee; line-height:26px; padding:0 10px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; font-weight:bold; color:#888; display:inline-block;}
.action_bar a.action_btn:hover, .action_btn:hover small{color:#555; border-color:#ccc;}
.action_bar .action_btn.vote{font-weight:normal;}
.action_bar .action_btn span{color:#888;}
.action_bar .action_btn:hover span{color:#555;}
.action_bar .action_btn small{font-weight:bold; padding-left:5px; margin-left:2px; border-left:1px solid #eee; }
.action_bar .action_btn:hover small{border-color:#ccc;}
.action_bar .inline_container{position:relative;display:inline-block;}
/*---- Sort btn ---*/
.sort-btn{float:right; width:126px; position:relative; padding-bottom:5px;}
.sort-btn span{display:block; line-height:25px; font-size:12px; color:#888;}
.sort-btn span a{background:#f3f3f3; padding:0 20px 0 10px; line-height:24px;color:#333; font-size: 13px;position: relative;overflow: hidden; width:52px; vertical-align:middle; display:inline-block;}
.sort-btn span a .fa {color: #888;font-size: 14px;position: absolute;right:5px;top:6px;}
.sort-btn ul{position:absolute; background:#fff; border:1px solid #f5f6f7; border-bottom:0; top:24px; right:1px; z-index:1000;
display:none; width:79px; border-top:0; }
.sort-btn span a:hover{text-decoration:none;}
.sort-btn:hover ul{display:block;}
.sort-btn ul li{list-style:none; border-bottom:1px solid #f3f3f3;  color:#555; font-size:12px; display:block; padding:0 10px; line-height:23px; cursor:pointer; }
.sort-btn ul li:hover{text-decoration:none; color:#333;  background:#f3f3f3;} 
.sort-btn ul li.active{background:#f3f3f3; color:#888; cursor:default;}

/*---- Answer box -----*/
.answer_bx, .comment_bx{background:#f3f3f3; border:1px solid #e5e5e5; margin-top:15px; }
.answer_bx .editor_info, .answer_bx .foot_bar{padding:10px; position:relative;}
.answer_bx .fake-editor, .answer-btn{background:#fff; border:1px solid #e5e5e5; border-width:1px 0; padding:15px 10px; font-size:15px; color:#888; line-height:1.2em; min-height:200px; position:relative;}
.answer_bx .fake-editor:focus{color:#000;}
.answer-btn{margin-top:18px; border-width:1px; min-height:inherit; padding:18px 10px 15px; font-size:13px; background:#fafafa; line-height:1em;  cursor:text;}
.answer-btn:hover{background:#fff;}

.answer_bx{position:relative;}
.answer_bx .hover_menu{right:-200px; top:85px; width:250px;}
.answer_bx .hover_menu h5{margin-bottom:10px; font-size:14px;}
.answer_bx .hover_menu.show_nub:before, .answer_bx .hover_menu.show_nub:after{border-left:0; border-right: 7.5px solid #e5dd7e; border-bottom: 7px solid transparent; border-top: 7px solid transparent; margin-top:0; left:-6px; top:10px;}
.answer_bx .hover_menu.show_nub:after{border-right: 7.5px solid #fff8a6; margin-left:1px; margin-top:0; }
.answer_bx .hover_menu .ObjectCard{width:100%;}

.answer_bx .foot_bar input{margin-right:4px;}
.answer_bx .foot_bar .icon{font-size:14px;margin-right:10px;}
.answer_bx .foot_bar .label{font-size:12px;color:#888;margin-right:10px;line-height: 14px;}
.answer_bx .foot_bar .answer_shr_btn{position:absolute;right:0;top:20px;}
.answer_bx .foot_bar .answer_shr_btn .shareItem{position:relative;float:left; top:1px;}
.answer_bx .foot_bar .answer_shr_btn .shareItem .overlay{position:absolute;width:100%;width:100%;z-index:1;background-color:transparent;}
.icon.fa-twitter{color:#55acee;}
.icon.fa-facebook-square{color:#3b5b9b;}
.icon.fa-linkedin-square{color:#0b86c9;}
.icon.fa-google-plus-square{color:#f94c39;}

/*------ people list -----*/
.people-list li{border-bottom:1px solid #e5e5e5; padding-bottom:20px; margin-bottom:20px;}
.people-list li img{float:left; width:75px; height:75px; margin-right:10px;}
.people-list li .desc{overflow:hidden;}
.people-list li a.name{font-size:15px; display:inline-block; font-weight:bold; line-height:18px; color:#000;}
.people-list li a.name:hover{color:#ed1c24; text-decoration:none;}
.people-list li .designation{display:block; font-size:14px; line-height:1.3em; color:#555; margin-bottom:5px;}
.people-list li .follow{float:right; background: #fafafa;border: 1px solid #ddd;height:28px;padding: 0 10px; border-radius: 3px;
-moz-border-radius: 3px;-webkit-border-radius: 3px;color: #555; transistion:all .25s ease; min-width:75px; text-align:center;}
.people-list li .follow:hover{ color:#333; border-color:#aaa;}
.people-list li p{ color:#555; line-height:1.2em; margin-bottom:0; }

.popup5{width:540px; background:#fff; position:fixed; box-shadow:0 0 8px rgba(0,0,0,.5); -moz-box-shadow:0 0 8px rgba(0,0,0,.5); -webkit-box-shadow:0 0 8px rgba(0,0,0,.5);   z-index:20000; left:0; top:0; padding:20px; border-radius:4px; }
.overlay {position: fixed; left: 0;top: 0; z-index: 15000; height: 100%;width: 100%; background-color: #7b7b7b;}
input.submit-button2{height:32px; background:#ed1c24; border:0; cursor:pointer; padding:0 10px; color:#fff; font-weight:bold; font-size:16px;
font-family:Arial, Helvetica, sans-serif; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

/*---- Login form ----*/
.popup5{width:540px; background:#fff; position:fixed; box-shadow:0 0 8px rgba(0,0,0,.5); -moz-box-shadow:0 0 8px rgba(0,0,0,.5); -webkit-box-shadow:0 0 8px rgba(0,0,0,.5);   z-index:20000; left:0; top:0; padding:20px; border-radius:4px; }
.popup5 .clm1{width:50%; float:left; margin-bottom:20px; padding:10px 5% 10px 0; border-right:1px solid #d8d8d8;  }
.popup5.clm2, .popup5 .clm1{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.popup5 .clm2{width:45%; float:right; margin-bottom:20px; padding-top:10px;}
.popup5 a.btn{display:block; cursor:pointer; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:35px; line-height:35px; font-size:12px; color:#fff; margin-bottom:15px; padding:0 15px; transition:all .2s ease;}
.popup5 a.btn:hover{text-decoration:none; color:#fff !important;}
.popup5 a .fa{font-size:20px; display:inline; vertical-align:middle; margin-right:8px;}
.popup5 a.btn.fb{background:#3b5b9b;}
.popup5 a.btn.lin{background:#0173b1;}
.popup5 a.btn.twtr{background:#29a9e0;}
.popup5 a.btn.ggl{background:#df4930; }
.popup5 a.btn.email{background:#333; }
.popup5 a.btn.lin .fa, #login-form a.btn.twtr .fa, .popup5 a.btn.email .fa{position:relative; top:-2px;}

.popup5 .section{margin-bottom:10px; position:relative; margin-bottom:15px;}
.popup5 .section .error, .popup5 p.error{color:#ed1c24; clear:both; }
.popup5 .section p.error{font-size:12px; text-align:right; padding-top:2px;}
.popup5 .section .txt_box{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width:100%; height:35px; padding:5px 10px 5px 35px; border:1px solid #d8d8d8; border-radius:3px; -moz-border-radius:3px; font-size:13px; -webkit-border-radius:3px; color:#666; display:block;  transition:all 1s ease; -moz-transition:all 1s ease; -webkit-transition:all 1s ease;}
.popup5 .section .txt_box.error{border-color:#ed1c24; box-shadow:0 0 3px #ed1c24; -moz-box-shadow:0 0 3px #ed1c24; -webkit-box-shadow:0 0 3px #ed1c24; clear:none; font-size:13px;}
.popup5 .section .fa{position:absolute; left:10px; top:8px; color:#d6d6d6; font-size:18px; z-index:20;}
.popup5 .section .fa.fa-lock{left:12px;}
.popup5 .section .txt_box:focus{color:#000; border-color:#5e9cd6; box-shadow:0 0 3px #87b2d9; -moz-box-shadow:0 0 3px #87b2d9; -webkit-box-shadow:0 0 3px #87b2d9; }
.popup5 a.forgot, .popup5 a.cancel, .popup5 a.backto-login, .popup5 a.back-to-register{float:right; color:#016db2; font-size:12px; line-height:32px; cursor:pointer;}
 .popup5 a.back-to-register{float:none;}
.popup5 #signup-form .submit-button2{float:right; margin-left:10px;}
.popup5 p, .popup5 p a{color:#666; text-align:left; color:#888888; font-size:13px; line-height:16px;}
.popup5 a.signup{color:#016db2; cursor:pointer;}
.popup5 .submit-button2{background:#ed1c24;}
.popup5 .submit-button2.disabled{background:#e2898d; cursor:inherit; }
.popup5 label.remember{display:block; font-size:12px; color:#888; line-height:14px;}
.popup5 label.remember input{color:#888; border-color:#888; margin-right:5px; position:relative; top:-1px;}
.popup5  h3{font-size:14px; margin-bottom:15px; line-height:14px; color:#666;}

.popup5 .error_info{color:#ed1c24; margin-bottom:10px;  }
.popup5 .ftr{clear:both; background:#efefef; padding:20px; margin:0 -20px -20px; text-align:center; color:#666;}
.popup5 .ftr h4{margin-bottom:6px; line-height:14px; font-size:12px;}
.popup5 .ftr p{text-align:center;}
.popup5 #signup-form .txt_box{float:right; padding-left:10px; width:65%; height:28px;}

.popup5 #signup-form .section{margin-bottom:10px;}
.popup5 #signup-form  label{float:left; line-height:28px; font-size:12px; color:#666; width:30%;}
.popup5 .close{font-size:18px; color:#999; position:absolute; top:7px; right:8px; z-index:20; cursor:pointer;}
.popup5 .close .fa{font-size:17px;}
.popup5 a.close fa{font-size:14px; margin-right:2px;}
.popup5 .close:hover{text-decoration:none; color:#ed1c24;} 
.popup5 .success_msg{font-size:12px; font-size:14px; line-height:16px; margin-bottom:10px; color:#29aa02 !important;}
#reset-password-form .success_msg, #reset-password-form .success{font-size:16px; font-weight:bold; margin-bottom:15px;}

.popup5 h2{text-align:center; text-transform:uppercase; padding-bottom:10px; position:relative;}
.popup5 h2:after{height:1px; width:100%; bottom:0; left:0; content:" "; background:#d8d8d8; display:block; position:absolute;} 

.popup5 .message_txt{display:block; text-align:center; color:#333; font-size:17px; line-height:24px; padding:40px 20px;}

.popup5.sm{max-width:400px;}

.popup5.success_msg{color:#29aa02; padding:60px 50px !important;}
.popup5.success_msg h2{padding-bottom:0; margin-bottom:0 !important; font-size:24px;}
.popup5.success_msg h2:after{height:0; display:none; }
.popup5.success_msg p{color:#555; padding-top:0;}

/*-------- Login V2 -----------*/
.popup5.V2{ width:482px; box-shadow: 0 0 8px 1px rgba(92,92,92,0.5); border-radius: 6px; padding: 32px; border: 1px solid #ccc; color: #666;
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */}
.popup5.V2 .terms{display:block; text-align:center; color:#666; font-size:13px; line-height:18px;}
.popup5.V2 .terms small{font-size:11px;}
.popup5.V2 .hdr_l1{font-size:28px; line-height:1em; text-align:center; margin-bottom:15px; font-weight:bold; color:#ed1c24;}
.popup5.V2 .hdr_l2{text-align:center; color:#666; font-size:14px; line-height:1.2em; margin-bottom:15px;}
.popup5.V2 .hdr_l2 strong{font-size:16px; color:#ed1c24;}
.popup5.V2 .terms a{color:#666;}
.popup5.V2 .connect_btns{margin:16px 0 20px; text-align:center;}
.popup5.V2 .ftr{padding-top: 16px; border-top: 1px solid #e2e2e2; text-align: center; background:none;}
a.connect_btn{background-color: #fff;color: #666;font-size: 13px; border: 1px solid #dadada; padding: 6px 10px 5px;position: relative; bottom: 1px;box-shadow:0 1px 1px 0 rgba(200,200,200,0.6); -moz-box-shadow:0 1px 1px 0 rgba(200,200,200,0.6); -webkit-box-shadow:0 1px 1px 0 rgba(200,200,200,0.6); display:inline-block; margin-bottom:15px; border-radius:3px; line-height:1.4em; cursor:pointer;}
.popup5.V2 .connect_btns a.connect_btn:last-of-type{margin-bottom:0;}
a.connect_btn .fa-google{color:#df4930 }
a.connect_btn .fa-facebook-square{color:#3b5b9b; position:relative; top:-1px; }
a.connect_btn .fa-linkedin-square{color:#0173b1; position:relative; top:-1px; }
a.connect_btn:hover{bottom:0; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; text-decoration:none;}
.popup5.V2 .or{color: #999;font-size: 13px;margin: 0 7px; display:inline-block;}
.popup5.V2 .links_outside{left: 0; margin-top: 45px;  position: absolute; text-align: center; width: 100%; }
.popup5.V2 .links_outside a, .popup5.V2 .links_outside span{margin:0 4px; color: #efefef; font-size:13px;}
.popup5.V2 .links_outside a:hover{color:#fff;}
.popup5.V2 #signup-form{padding-bottom:10px;}
.popup5.V2 #signup-form .txt_box{width:45%;}
.popup5.V2 #signup-form .section{margin-bottom:5px;}
.popup5 #signup-form label{color:#333}
.popup5.V2 p.tos{padding-top:10px; font-size:11px;}
.popup5.V2 p.tos a{font-size:11px;}
.popup5.V2 #login-form .section{width:45%;}
.popup5.V2 #forgot_psswrd .section{width:60%;}
.popup5.V2 .close:hover{color:#ed1c24;}
.popup5.V2 h2{text-transform:none; font-size:19px; line-height:23px;}
.popup5.V2 .close{font-size:18px; position:absolute; top:15px; right:15px;}

.popup5.V2 .tmc li{list-style:disc; margin:0 0 10px 15px; font-size:13px; line-height:16px; color:#555;}
.popup5.V2 .tmc li:last-child{margin-bottom:0;} 

.expert_profile_popup .face{float:left; width:100px; margin:0 15px 15px 0;}
.popup5 .expert_profile_popup{color:#555;}
.popup5 .expert_profile_popup h3{margin-bottom:5px; font-size:16px;}
.popup5 .expert_profile_popup h3 a{color:#000;}
.popup5 .expert_profile_popup .desc{padding-top:15px;}
.popup5 .expert_profile_popup span,close{display:none;}

@media screen and (min-width:768px){
.popup5.V2 #login-form{background:url(images/responsive/login-image.png) no-repeat right top;}
}

/*----- Hover_menu -----*/
.hover_menu{padding-top:10px; position:absolute;z-index:800;margin:8px 0;min-width:180px;-webkit-animation:fadeInDownMini 150ms ease-out 0s 1 normal;-o-animation:fadeInDownMini 150ms ease-out 0s 1 normal;animation:fadeInDownMini 150ms ease-out 0s 1 normal;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}
.hover_menu.show_nub.hover_menu_above{padding-top:0; padding-bottom:10px;}
.hover_menu.animate_out{-webkit-animation:fadeOutUpMini 150ms ease-out 0s 1 normal;-o-animation:fadeOutUpMini 150ms ease-out 0s 1 normal;animation:fadeOutUpMini 150ms ease-out 0s 1 normal;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.hover_menu:before,.hover_menu:after{position:absolute;top:10px;}.hover_menu.fixed_menu_width{width:188px}.hover_menu.show_nub:before{content:'';display:block;width:0;height:0;border-color:rgba(204,204,204,0);border-left:7.5px solid transparent;border-right:7.5px solid transparent;border-bottom:7px solid #bbb;left:14px;margin-top:-7px}.hover_menu.show_nub:after{content:'';display:block;width:0;height:0;border-color:rgba(204,204,204,0);border-left:7.5px solid transparent;border-right:7.5px solid transparent;border-bottom:7px solid #f6f6f6;position:absolute;left:14px;margin-top:-6px}.hover_menu.show_nub.white_bg:after{content:'';display:block;width:0;height:0;border-color:rgba(204,204,204,0);border-left:7.5px solid transparent;border-right:7.5px solid transparent;border-bottom:7px solid #fff}.hover_menu.show_nub.right_align:before,.hover_menu.show_nub.right_align:after{left:auto;right:7px}.hover_menu.show_nub.center_align:before,.hover_menu.show_nub.center_align:after{left:calc(50% - 7.5px)}.hover_menu.show_nub .menu_list_items:not(.unified_menu) .menu_list_item:first-child:hover:before,.hover_menu.show_nub .unified_menu>div:first-child:hover:before,.hover_menu.show_nub .unified_menu>.menu_list_item:first-child:hover:before{content:'';display:block;width:0;height:0;border-color:rgba(204,204,204,0);border-left:7.5px solid transparent;border-right:7.5px solid transparent;border-bottom:7px solid #dfeffa;position:absolute;z-index:1;top:-6px;left:13px}.hover_menu.show_nub.right_align .unified_menu>div:first-child:hover:before,.hover_menu.show_nub.right_align .unified_menu>.menu_list_item:first-child:hover:before{left:auto;right:7px}.hover_menu.show_nub.center_align .menu_list_items:not(.unified_menu) .menu_list_item:first-child:hover:before,.hover_menu.show_nub.center_align .unified_menu>div:first-child:hover:before,.hover_menu.show_nub.center_align .unified_menu>.menu_list_item:first-child:hover:before{left:calc(50% - 7.5px)}.hover_menu.show_nub.hover_menu_above:before,.hover_menu.show_nub.hover_menu_above:after{top:auto; bottom:4px; border-bottom:0;}.hover_menu.show_nub.hover_menu_above:before{content:'';display:block;width:0;height:0;border-color:rgba(204,204,204,0);border-left:7.5px solid transparent;border-right:7.5px solid transparent;border-top:7px solid #bbb;margin-top:-1px}.hover_menu.show_nub.hover_menu_above:after{content:'';display:block;width:0;height:0;border-color:rgba(204,204,204,0);border-left:7.5px solid transparent;border-right:7.5px solid transparent;border-top:7px solid #f6f6f6;margin-top:-2px}.hover_menu.show_nub.hover_menu_above .menu_list_item:last-child:hover:before,.hover_menu.show_nub.hover_menu_above .unified_menu>div:last-child:hover:before,.hover_menu.show_nub.hover_menu_above .unified_menu>.menu_list_item:last-child:hover:before{content:'';display:block;width:0;height:0;border-color:rgba(204,204,204,0);border-left:7.5px solid transparent;border-right:7.5px solid transparent;border-top:7px solid #dfeffa;position:absolute;z-index:1;bottom:-6px;left:13px;top:auto}.hover_menu.show_nub.hover_menu_above.right_align .unified_menu>div:last-child:hover:before,.hover_menu.show_nub.hover_menu_above.right_align .unified_menu>.menu_list_item:last-child:hover:before{left:auto;right:7px;bottom:-5px}.hover_menu.show_nub.hover_menu_above.center_align .menu_list_item:last-child:hover:before{left:calc(50% - 7.5px)}.hover_menu.show_nub.hover_menu_above.right_align .unified_menu>div:only-child:hover:before{visibility:visible;bottom:-12px;right:7px}.hover_menu.show_nub.hover_menu_above .menu_list_item:first-child:hover:before,.hover_menu.show_nub.hover_menu_above .unified_menu .menu_list_item:first-child:hover:before,.hover_menu.show_nub.hover_menu_above .unified_menu>div:first-child:hover:before{visibility:hidden}.hover_menu .hover_menu_contents{border-radius:3px;background:#f6f6f6;border:1px solid #ccc;box-shadow:0 1px 3px rgba(200,200,200,0.7);padding:0}.hover_menu .hover_menu_contents.lazy{min-height:29px}.hover_menu.white_bg .hover_menu_contents{background:#fff}.hover_menu .menu_list_item{position:relative; font-size:13px; color:#888; line-height:28px;}
.menu_list_item a{color:#888;}
.menu_list_item:hover a{color:#ed1c24;}
.menu_list_item .fa{margin-right:5px; font-size:14px;}
.hover_menu .menu_list_item.selected{color:#333}.hover_menu .menu_list_item.selected:after{content:"";position:absolute;left:6px;top:50%;margin-top:-6px;display:inline-block;width:12px;height:12px;background-size:12px;background-repeat:no-repeat;background-image:url(//qsf.is.quoracdn.net/-802bd45f2933078e.svg)}.hover_menu .menu_list_item .completed{cursor:default}.hover_menu .menu_list_item a,.hover_menu .menu_list_item .completed{position:relative;cursor:pointer;display:block;padding:0 10px;border-radius:3px 3px 0 0; margin-right:0;}.hover_menu .menu_list_item a:hover,.hover_menu .menu_list_item .completed:hover{text-decoration:none;background-color:#dfeffa}.hover_menu .menu_list_item:last-child{border-radius:0 0 3px 3px}.hover_menu .menu_list_item:first-child{border-radius:3px 3px 0 0}.hover_menu .menu_list_item .completed{color:#999}.hover_menu .menu_list_item .completed:hover{background-color:none}.hover_menu .menu_list_item .checkable_item input[type='checkbox']{margin-left:-18px}.hover_menu .menu_list_item .checkable_item span{margin-left:6px}.hover_menu.no_body_attach{text-align:left}.hover_menu.no_body_attach .menu_list_item a{color:#2b6dad;margin:0;line-height:1.4}.hover_menu.no_body_attach .menu_list_item a:focus,.hover_menu.no_body_attach .menu_list_item a:hover{color:#2b6dad;text-decoration:none;margin:0}.hover_menu.no_body_attach ul{list-style:none;margin:0}.hover_menu.no_body_attach .secondary_action{float:none;margin:0}

.hover_menu .ObjectCard{width:324px;padding:0;border:0;background:#fff;border-radius:3px}
.ObjectCard .OC_hdr{margin:15px;padding-left:45px; min-height:35px; font-size:19px; line-height:24px; color:#000; position:relative;}
.ObjectCard .OC_hdr .pic{width:35px;height:35px;left:0;top:0; position:absolute; border:1px solid #ccc; z-index:10; border-radius:50%;}
.ObjectCard .OC_hdr a{color:#000; font-weight:bold;}
.ObjectCard .OC_hdr  small{font-size:14px; color:#888; line-height:15px; display:block; }
.ObjectCard .OC_body{margin:15px; font-size:13px; color:#888; line-height:20px;}
.ObjectCard .OC_body strong{color:#333;}
.ObjectCard .OC_footer{font-size:13px;padding:15px;margin-top:4px;border-top:1px solid #e2e2e2;background:#f6f6f6; line-height:30px; border-radius:0 0 3px 3px;}
.ObjectCard .OC_footer .User.Button{margin-right:8px}
.ObjectCard a.follow_btn { background: #edf9fc; border: 1px solid #accfda;line-height: 28px; padding: 0 10px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-weight: bold; color: #007ea4; display: inline-block;}
.ObjectCard a.follow_btn:hover, .ObjectCard .OC_hdr a:hover{text-decoration:none; color:#ed1c24;}
.views_stat{margin:8px 0 0 0;background-color:#fcfcfc;border:1px solid #e2e2e2;padding:8px; text-decoration:none; display:block; border-radius:5px; text-align:center;}
.views_stat .stat { color: #888;display: inline-block; box-sizing: border-box;text-align: center;width: 49%; text-align:center; font-size:14px; line-height:18px;}
.views_stat .stat strong{color:#333; display:block;}
.views_stat .stat:nth-child(2){border-left:1px solid #e2e2e2;}
a.views_stat:hover{text-decoration:none;}
.hover_menu.yellow_bg .hover_menu_contents, .hover_menu.yellow_bg .ObjectCard{background:#fff8a6;}
.hover_menu.yellow_bg .hover_menu_contents{border-color:#e5dd7e;}
.hover_menu.yellow_bg .ObjectCard .OC_body{color:#333;}
.hover_menu.yellow_bg .ObjectCard .OC_body a{color:#007ea4;}

/*-----  rotate ----*/
.rotate_180{transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg);}
.ask-qstn-form{border-radius:4px;}
.ask-qstn-form .form-fields{position:relative; width:425px; float:left; }
.ask-qstn-form .form-fields a, .ask-qstn-form .form-fields label{display:block; font-size:12px; color:#007ea4; margin-bottom:10px; line-height:12px;}
.ask-qstn-form p.error{position:relative; top:-20px;}
.ask-qstn-form .form-fields a{font-size:14px;}
.ask-qstn-form .form-fields label{line-height:14px; color:#555; margin-bottom:10px; font-size:24px; line-height:24px;  font-weight:bold; }
.ask-qstn-form .form-fields label.sm{font-size:16px; line-height:16px;}
.ask-qstn-form .avtar{width:38px; height:38px; position:absolute; left:0; top:0;}
.ask-qstn-form .commentbx_outer, .ask-qstn-form textarea, .ask-qstn-form input.textbox{border:1px solid #cfcfcf; padding:10px; background:#fff; color:#999; font-size:13px; position:relative; margin-bottom:20px;}
.ask-qstn-form .commentbx_outer{margin-bottom:30px;}
.ask-qstn-form .commentbx_outer:focus, .ask-qstn-form textarea:focus, .ask-qstn-form input.textbox:focus, .ask-qstn-form .commentbx_outer .question-box:focus{color:#000;}
.ask-qstn-form .commentbx_outer .question-box{min-height:16px; line-height:1.2em;color:#000;}
/*.ask-qstn-form .commentbx_outer .question-box:before{position:absolute; content:"Ask your question"; font-size:13px; color:#999; left:10px; top:10px;}*/
/*.ask-qstn-form .commentbx_outer .question-box:focus:before{display:none;}*/
div[data-placeholder]:not(:focus):not([data-div-placeholder-content]):before { content: attr(data-placeholder); font-size:13px; color:#ccc;}
.commentbx_outer .insert_img{position:absolute; bottom:8px; right:6px; color:#888; padding:0; border:0; font-size:14px; cursor:pointer;}
.commentbx_outer .insert_img:hover{color:#555;} 
.ask-qstn-form textarea, .ask-qstn-form input.textbox{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; padding:10px; width:100%; resize:none; font-size:12px; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; margin-bottom:20px;}
.ask-qstn-form .form-fields a.more_detail:hover{text-decoration:none;}
.ask-qstn-form .form-fields a.more_detail .fa{margin-left:5px; font-size:14px;}
.ask-qstn-form input.textbox{padding:10px; }
.ask-qstn-form .detailbx{display:none; margin-bottom:10px; position:relative;}
.ask-qstn-form .detailbx .fa{cursor:pointer; position:absolute; right:0; top:2px; font-size:14px; color:#888;}
.ask-qstn-form .detailbx:hover .fa{color:#555;}
.ask-qstn-form textarea{margin-bottom:0; height:120px;}
.ask-qstn-form .ques_add_btn{padding:8px 14px; font-size:16px; height:auto;}
.ask-qstn-form .anonymous-user{font-size:12px; line-height:14px; margin:35px 0 15px;}
.ask-qstn-form .anonymous-user input{margin-right:5px; }

.ask-qstn-form.popup5{width:800px; padding:40px; }
.ask-qstn-form .rhs{float:right; width:260px;}
.ask-qstn-form .rhs .hstyl2{color:#555; margin-bottom:10px; padding-bottom:0; border:0; font-size:16px; font-weight:normal; text-transform:none; }

.ask-qstn-form .lst11{margin:0 0 0 10px; padding:15px 0 0 24.5px; border-left:1px solid #e5e5e5; }
.ask-qstn-form .lst11 li{list-style:none; font-size:14px; line-height:19px; position:relative; margin-bottom:15px;}
.ask-qstn-form .lst11 li:last-child{margin-bottom:0;}
.ask-qstn-form .lst11 li span.num{width:28px; height:28px; position:relative; top:-5px; left:-40px; line-height:28px; background:#fff; border:1px solid #e5e5e5; font-size:12px; color:#888; font-weight:bold; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; text-align:center; position:absolute; }
.lst11{margin:0 0 0 10px; padding-left:20px; border-left:1px solid #e5e5e5; }
.ask-qstn-form .ui-widget-content{border-top:0 !important;}
.ask-qstn-form .ui-menu .ui-menu-item{padding:5px;}

.qstn_ovrview .followers{margin-bottom:5px;}
.qstn_ovrview .thumb{float:left; position:relative; width:30px; height:30px; margin:0 7px 7px 0;}
.qstn_ovrview .thumb img{border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}
.qstn_ovrview ul li{list-style:none; font-size:12px; margin-bottom:8px; padding-left:25px; color:#888; position:relative;}
.qstn_ovrview ul li a{color:#888;}
.qstn_ovrview ul li .fa{position:absolute; left:0; z-index:2; font-size:16px; color:#999;}
#forum_ques_box_container{height:500px; padding-right:20px; margin-right:-20px;}

/*---- commnet editor ---*/
.comment_edit_wrapper {padding:10px;  }
.comment_editor{position:relative; margin:0 86px 0 38px;} 
.comment_editor .avtar, .comments_lst li .avtar{position:absolute; z-index:1; left:-38px; top:0; width:30px; height:30px;}
.comment_editor .insert_img{position:absolute; background:#fff; width:26px; height:28px; border:1px solid #cfcfcf; border-right:0;
position:absolute; top:0; left:-27px; z-index:1; text-align:center; line-height:29px; color:#636363; cursor:pointer;}
.comment_editor .insert_img input{appearance:none; -webkit-appearance:none; width:19px; height:18px; position:absolute; z-index:2; top:2px; left:2px; opacity:0; cursor:pointer;}
.comment_editor .insert_img:hover{color:#333; text-decoration:none; background:#f5f5f5;}
.comment_editor .insert_img .fa{display:inline; font-size:18px; }
.comment_editor .content_editor{border:1px solid #cfcfcf; position:relative; background:#fff; font-size:13px; color:#000; padding:6px;
min-height:30px; line-height:16px;}

.content_editor:focus{color:#333;}
.comment_editor .btn_blue{position:absolute; z-index:1; top:0; right:-86px;}
.comment_editor .content_editor{width:100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; resize:none; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}

.comment_bx .comments_lst{padding:10px; border-top:1px solid #e5e5e5;}
.comments_lst li{margin-bottom:20px; position:relative; padding-left:38px;}
.comments_lst li .avtar{ left:0; top:0;}
.comments_lst li .name{display:block; font-weight:bold; font-size:14px; line-height:16px; position:relative; top:-2px; text-transform:capitalize;}
.comments_lst li .name a{color:#000;}
.comments_lst li p{font:normal 13px/16px Arial, sans-serif; color:#555; margin-bottom:5px;}
.comments_lst li ul{padding:0 0 0 10px; border-left:1px solid #e5e5e5; margin:15px 0;}
.comments_lst li ul li:last-child, .comments_lst li:last-child{margin-bottom:0;}
.comments_lst li .comment_editor{margin-left:27px;}

/*----- tag manager styles ------*/
.ask-qstn-form .tag-list{margin:-10px 0 10px;}
.tm-tag { color: #888;  background-color: #eee ; border:0; display: inline-block;font-size: 11px; margin: 0 5px 10px 0;
  padding: 4px 15px 4px 4px; text-decoration: none; vertical-align: middle; position:relative; }
.tm-tag .tm-tag-remove { color: #ccc !important; font-weight: bold;  position:absolute; top:4px; right:4px; font-size:10px !important; line-height:10px !important;}
.tm-tag.tm-tag-inverse .tm-tag-remove, .tm-tag:hover .tm-tag-remove { color: #ffffff;}
.tm-tag:hover{background-color:#ddd;}
.tm-tag.tm-tag-disabled { color: #aaaaaa; background-color: #e6e6e6; border-color: #cccccc; box-shadow: none;}
.tm-tag.tm-tag-disabled .tm-tag-remove { display: none;}

/*------ Footer ----*/
#footer{background:#000; padding:40px 0;}
#footer img.brand{width:240px; max-width:100%}
#footer .top-sctn {border-bottom: 1px solid #1e1e1e; padding-bottom:20px; margin-bottom:45px;}
#footer .socials{text-align:right;}
#footer .socials a, #footer .socials span{display:inline-block; margin:0 5px; line-height:28px; color:#555; font-size:16px;}
#footer .socials a:hover{border-color:#fff; color:#fff;}
#footer .socials a{width:28px; height:28px; text-align:center; border:1px solid #555; border-radius:50%; font-size:14px;}
#footer nav li{ padding:0 0 8px;  border-bottom:1px solid #555; margin-bottom:8px; }
#footer nav li:last-child{border:0; margin:0;} 
#footer p, #footer li{font-size:16px; color:#555; line-height:1.3em; font-weight:300;}
#footer li a{color:#555;}
#footer li a:hover{color:#fff; text-decoration:none;}
#footer .contact section{padding-left:45px; position:relative; margin-bottom:35px;}
#footer .contact section .icon{position:absolute; z-index:10; left:0; top:3px;}
#footer .contact section .icon.phone{width:20px; height:20px; background-position:-31px 0; top:0; left:4px;}
#footer .contact section .icon.mail{width:31px; height:14px; background-position:-41px -28px;}
#footer .contact section .icon.marker{width:16px; height:24px; background-position:-97px -22px; left:6px;}
#footer .contact h5, .subscribe-form h5{font-size:14px; color:#fff; line-height:1.2em; margin-bottom:5px; text-transform:uppercase;}
#footer .contact p a{color:#fff;}
#footer .contact p{color:#888;}
#footer .contact p a.phone-no{color:#999; font-weight:600; font-size:120%;}
#footer .contact p span{color:#fff;}

@media screen and (min-width:992px){
#footer .col-md-5{width:41%;}	
}

#footer .subscribe-form h5{font-weight:300; font-size:13px;}
.subscribe-form form{position:relative;}
.subscribe-form input[type="text"]{border: 1px solid #666; width: 100%; padding: 0 10px; height: 32px; color:#a8a8a8;  font-size:14px;display: block;
    background: none; box-sizing: border-box;border-right: 0;transition: all .2s ease;}
.subscribe-form input[type="submit"] {width:95px;text-align:center; height: 32px; position: absolute;z-index:1;right:0; top:0; border:0;background: #ec2328; color:#fff;  font-weight:300;  font-size:14px;}

#footer .events_lst h3{color:#fff; margin-bottom:20px; text-transform:uppercase; font-size:14px;}
#footer .events_lst li{font-size:12px; font-weight:300; line-height:1.2em; margin-bottom:20px;}
#footer .events_lst li figure{margin-bottom:10px; max-height:60px; overflow:hidden;}

/*------ Custom Selectbox styles ------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background:#fff; padding:4px 8px 5px; border:0;
color:#999;}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus{background:#0073ea; color:#fff !important; font-weight:normal !important;}
.ui-selectmenu-button span.ui-selectmenu-text{font-size:14px; padding:2px; font-weight:normal; }
.ui-menu .ui-menu-item{padding:4px 8px; font-size:12px; font-weight:normal;}
.ui-selectmenu-button span.ui-icon{right:5px;}
.grid_10{background-image:url(images/responsive/company/gridUnit.png);background-repeat:repeat;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
.range{font-size:12px; text-align:center; margin-bottom:20px;}
.range .ui-buttonset{display:inline-block; }
.range .ui-buttonset .ui-state-default{background:#ccc; border:1px solid #999; color:#555; padding:4px 5px;}
.ui-button-text-only .ui-button-text{padding:0; font-size:11px; }
.range .ui-buttonset .ui-state-default.ui-state-hover{background:#888; border-color:#888;}
.range .ui-buttonset .ui-state-default.ui-state-active, .range .ui-buttonset .ui-state-default.ui-state-active.ui-state-hover{color:#333  !important; background:#fff; border-color:#999;}
.ui-autocomplete{border:1px solid #ccc !important; z-index:99999 !important;}
.ui-widget-content a{color:#333 !important;}
.ui-widget-content li a.ui-state-focus{color:#fff !important; background:#3399ff !important; border-color:#3399ff !important;}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.7.0');src:url('font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('font/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 
 
.qtsn-post-box{margin-bottom:15px;}
.qtsn-post-box .inner{ border:1px solid #e5e5e5;}
.qtsn-post-box header{text-align:center; background:#007ea4; padding:10px; line-height:1em; color:#fff; font-size:17px; }
.qtsn-post-box textarea{border:0; width:100%; box-sizing:border-box; width:100%; height:90px; padding:15px; font-size:14px; color:#000; resize:none;}
.qtsn-post-box  input.submit{display:none;background: #007ea4;color: #fff;padding: 0 8px;border: 0;font-weight: 700;cursor: pointer;font-size:13px;
height: 30px;font-family: Helvetica,Arial,sans-serif; margin-top:10px;} 
 
@media screen and (max-width:1350px){
.search-form input[type="text"]{width:260px;} 
	
}
 
@media screen and (max-width:1200px){
.ask-form input[type="text"]{width:240px; font-size:14px;}
#header .ask-form{margin:0 20px;}
.grid_1 .clo_1, .grid_1 .clo_2, .grid_1 .clo_3{padding:20px;}
.grid_1 .clo_2{padding-top:92px;}
.clo_1.sidebar_lft{padding-right:0; }
#header .brand{padding-left:20px;}
#header .user-area, .cat-suggestion-box{padding-right:20px;}
.container, .wrapper{padding:0 20px;}
#header .search-form{padding:20px;}
.search-form span{display:none;}
.search-form input[type="text"]{width:208px; font-size:14px;}
 }
 
 @media screen and (max-width:992px){
 #footer p, #footer li{font-size:14px;}
 }
 @media screen and (max-width:767px){ 
 #footer .brand{max-width:200px; margin-bottom:20px;}
#footer .socials{text-align:left;}
#footer nav{margin-bottom:20px;}	
 }
 
 
 
