
/* public.css */

/* 1  */ /**
/* 2  *|  * Created by Stefan Herndler.
/* 3  *|  * User: Stefan
/* 4  *|  * Date: 15.05.14
/* 5  *|  * Time: 16:21
/* 6  *|  * Version: 1.0.7
/* 7  *|  * Since: 1.0
/* 8  *|  */
/* 9  */ 
/* 10 */ /* Footnotes */
/* 11 */ .footnote_tag_styling, .footnote_tag_styling:hover {
/* 12 */     text-decoration: none;
/* 13 */     font-weight: normal;
/* 14 */ }
/* 15 */ 
/* 16 */ .footnote_tag_styling_1 {
/* 17 */     color: #2bb975;
/* 18 */ }
/* 19 */ 
/* 20 */ .footnote_tag_styling_2 {
/* 21 */     color: #545f5a;
/* 22 */ }
/* 23 */ 
/* 24 */ /* superscript */
/* 25 */ .footnote_plugin_tooltip_text {
/* 26 */ 	vertical-align: top !important;
/* 27 */ 	position: relative !important;
/* 28 */ 	top: -0.1em !important;
/* 29 */     cursor: pointer;
/* 30 */ }
/* 31 */ 
/* 32 */ /* reference container label */
/* 33 */ .footnote_container_prepare {
/* 34 */ 	display: block !important;
/* 35 */ 	padding-top: 24px !important;
/* 36 */ }
/* 37 */ 
/* 38 */ .footnote_container_prepare > p {
/* 39 */ 	line-height: 1.3 !important;
/* 40 */ 	margin-top: 1em !important;
/* 41 */ 	margin-bottom: 0.25em !important;
/* 42 */ 	padding: 0 !important;
/* 43 */ 	font-weight: normal !important;
/* 44 */ 	overflow: hidden !important;
/* 45 */ 	border-bottom: 1px solid #aaaaaa !important;
/* 46 */ 	display: block !important;
/* 47 */ 	-webkit-margin-before: 0.83em !important;
/* 48 */ 	-webkit-margin-after: 0.83em !important;
/* 49 */ 	-webkit-margin-start: 0px !important;
/* 50 */ 	-webkit-margin-end: 0px !important;

/* public.css */

/* 51 */ 	text-align: left !important;
/* 52 */ 	vertical-align: middle;
/* 53 */ }
/* 54 */ 
/* 55 */ .footnote_container_prepare > p > span:first-child {
/* 56 */ 	padding-left: 20px !important;
/* 57 */ 	text-align: left !important;
/* 58 */ 	cursor: pointer;
/* 59 */ 	font-size: 1.5em !important;
/* 60 */ }
/* 61 */ 
/* 62 */ /* reference container */
/* 63 */ .footnote-reference-container {
/* 64 */ 	width: 100%;
/* 65 */ 	border: none;
/* 66 */ }
/* 67 */ 
/* 68 */ /* index */
/* 69 */ .footnote_plugin_index {
/* 70 */     vertical-align: top;
/* 71 */ 	white-space: nowrap;
/* 72 */ 	padding-right: 5px;
/* 73 */ 	text-align: left;
/* 74 */     border:none !important;
/* 75 */     max-width:10% !important;
/* 76 */ }
/* 77 */ 
/* 78 */ /* arrow */
/* 79 */ .footnote_plugin_link {
/* 80 */     vertical-align: top;
/* 81 */ 	white-space: nowrap;
/* 82 */ 	padding-right: 5px;
/* 83 */ 	text-align: left;
/* 84 */     cursor: pointer;
/* 85 */ }
/* 86 */ 
/* 87 */ /* text */
/* 88 */ .footnote_plugin_text {
/* 89 */     vertical-align: top;
/* 90 */ 	width: 99%;
/* 91 */ 	text-align: left;
/* 92 */ }

/* typeahead.css */

/* 1   */ .tt-hint {
/* 2   */     margin: 0;
/* 3   */     width: 300px;
/* 4   */     display: inline-block;
/* 5   */     -webkit-box-sizing: border-box;
/* 6   */     -moz-box-sizing: border-box;
/* 7   */     box-sizing: border-box;
/* 8   */     padding: 5px;
/* 9   */     font: normal 14px/20px 'Open Sans';
/* 10  */     color: #555;
/* 11  */     background: #fff;
/* 12  */     border: 2px solid #ad9c9c;
/* 13  */     /*border-radius: 6px;*/
/* 14  */     /*-moz-border-radius: 6px;*/
/* 15  */     /*-webkit-border-radius: 6px;*/
/* 16  */     box-shadow: inset 0 1px rgba(34,25,25,0.15),0 1px #fff;
/* 17  */     -moz-box-shadow: inset 0 1px rgba(34,25,25,0.15),0 1px #fff;
/* 18  */     -webkit-box-shadow: inset 0 1px rgba(34,25,25,0.15),0 1px #fff;
/* 19  */ }
/* 20  */ 
/* 21  */ input:focus,
/* 22  */ textarea:focus {
/* 23  */     outline: 0;
/* 24  */ }
/* 25  */ 
/* 26  */ .container {
/* 27  */     margin: 0 auto;
/* 28  */ }
/* 29  */ 
/* 30  */ .tt-dropdown-menu {
/* 31  */     text-align: left;
/* 32  */ }
/* 33  */ 
/* 34  */ .title {
/* 35  */     margin: 20px 0 0 0;
/* 36  */     font-size: 64px;
/* 37  */ }
/* 38  */ 
/* 39  */ .example {
/* 40  */     padding: 30px 0;
/* 41  */ }
/* 42  */ 
/* 43  */ .example-name {
/* 44  */     margin: 20px 0;
/* 45  */     font-size: 32px;
/* 46  */ }
/* 47  */ 
/* 48  */ .demo {
/* 49  */     position: relative;
/* 50  */     z-index: 1;

/* typeahead.css */

/* 51  */     margin: 50px 0;
/* 52  */ }
/* 53  */ 
/* 54  */ .typeahead,
/* 55  */ .tt-query {
/* 56  */     width: 396px;
/* 57  */     height: 30px;
/* 58  */     padding: 8px 12px;
/* 59  */     font-size: 24px;
/* 60  */     line-height: 30px;
/* 61  */     border: 2px solid #ccc;
/* 62  */     -webkit-border-radius: 8px;
/* 63  */     -moz-border-radius: 8px;
/* 64  */     border-radius: 8px;
/* 65  */     outline: none;
/* 66  */ }
/* 67  */ 
/* 68  */ .typeahead {
/* 69  */     background-color: #fff;
/* 70  */ }
/* 71  */ 
/* 72  */ .typeahead:focus {
/* 73  */     border: 2px solid #0097cf;
/* 74  */ }
/* 75  */ 
/* 76  */ .tt-query {
/* 77  */     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 78  */     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 79  */     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 80  */ }
/* 81  */ 
/* 82  */ .tt-hint {
/* 83  */     color: #999
/* 84  */ }
/* 85  */ 
/* 86  */ .tt-dropdown-menu {
/* 87  */     width: 100%;
/* 88  */     top: 95% !important;
/* 89  */     max-height: 150px;
/* 90  */     overflow-y: scroll;
/* 91  */     margin-top: 2px;
/* 92  */     padding: 4px 0;
/* 93  */     background-color: #fff;
/* 94  */     border: 1px solid #ccc;
/* 95  */     border: 1px solid rgba(0, 0, 0, 0.2);
/* 96  */     /*-webkit-border-radius: 8px;*/
/* 97  */     /*-moz-border-radius: 8px;*/
/* 98  */     /*border-radius: 8px;*/
/* 99  */     -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
/* 100 */     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);

/* typeahead.css */

/* 101 */     box-shadow: 0 5px 10px rgba(0,0,0,.2);
/* 102 */ }
/* 103 */ 
/* 104 */ #searchBarContainer .tt-dropdown-menu {
/* 105 */     overflow: hidden;
/* 106 */     -webkit-border-radius: 8px;
/* 107 */     -moz-border-radius: 8px;
/* 108 */     border-radius: 8px;
/* 109 */     z-index: 10;
/* 110 */     max-height: none;
/* 111 */     color: #000;
/* 112 */     text-transform: none;
/* 113 */ }
/* 114 */ 
/* 115 */ .tt-header {
/* 116 */     text-align: right;
/* 117 */     width: 93%;
/* 118 */     margin: 0 auto 4px auto;
/* 119 */     padding: 3px;
/* 120 */     border-bottom: 1px solid #c2c2c2;
/* 121 */     font: bold 12px/16px 'Open Sans';
/* 122 */ }
/* 123 */ 
/* 124 */ .tt-suggestion {
/* 125 */     padding: 3px 12px;
/* 126 */     font: normal 12px/16px 'Open Sans';
/* 127 */ }
/* 128 */ 
/* 129 */ #searchBarContainer .tt-suggestions {
/* 130 */     overflow-y: auto;
/* 131 */ }
/* 132 */ @media all and (max-height: 767px) {
/* 133 */     #searchBarContainer .tt-suggestions {
/* 134 */         max-height: 250px;
/* 135 */     }
/* 136 */ }
/* 137 */ @media all and (min-height: 768px) {
/* 138 */     #searchBarContainer .tt-suggestions {
/* 139 */         max-height: 400px;
/* 140 */     }
/* 141 */ }
/* 142 */ @media all and (min-height: 1024px) {
/* 143 */     #searchBarContainer .tt-suggestions {
/* 144 */         max-height: 600px;
/* 145 */     }
/* 146 */ }
/* 147 */ 
/* 148 */ #searchBarContainer .tt-suggestion {
/* 149 */     overflow: hidden;
/* 150 */     white-space: nowrap;

/* typeahead.css */

/* 151 */     text-overflow: ellipsis;
/* 152 */     padding: 6px 12px;
/* 153 */ }
/* 154 */ 
/* 155 */ .tt-suggestion.tt-cursor {
/* 156 */     color: #fff !important;
/* 157 */     background-color: #0097cf;
/* 158 */ 
/* 159 */ }
/* 160 */ 
/* 161 */ .tt-suggestion p {
/* 162 */     margin: 0;
/* 163 */ }
/* 164 */ 
/* 165 */ #searchBarContainer .searchResultValue {
/* 166 */     overflow: hidden;
/* 167 */     white-space: nowrap !important;
/* 168 */     text-overflow: ellipsis;
/* 169 */     font: normal 14px/18px 'Roboto Condensed';
/* 170 */ }
/* 171 */ 
/* 172 */ #searchBarContainer .searchResultByline {
/* 173 */     text-transform: uppercase;
/* 174 */     font: normal 9px/14px 'Roboto';
/* 175 */     color: #8c8c8c;
/* 176 */ }
/* 177 */ 
/* 178 */ #searchBarContainer .searchResultsFooter {
/* 179 */     display:block;
/* 180 */     padding: 12px 0 8px 0;
/* 181 */     text-transform: capitalize;
/* 182 */     text-align:center;
/* 183 */     font: normal 10px/14px 'Roboto';
/* 184 */     color: #0097cf;
/* 185 */     border-top: 1px solid #ababab;
/* 186 */ }
/* 187 */ 
/* 188 */ #searchBarContainer .tt-suggestion.tt-cursor .searchResultByline {
/* 189 */     color: #fff;
/* 190 */ }
/* 191 */ 
/* 192 */ .twitter-typeahead {
/* 193 */     width: 100%;
/* 194 */ }

/* js_composer_front.css */

/* 1   */ .clearfix{*zoom:1;}
/* 2   */ .clearfix:before,
/* 3   */ .clearfix:after{display:table;content:"";}
/* 4   */ .clearfix:after{clear:both;}
/* 5   */ .hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
/* 6   */ .input-block-level{display:block;width:100%;min-height:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
/* 7   */ .wpb_row{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/* 8   */ .vc_row-fluid{width:100%;*zoom:1;}
/* 9   */ .vc_row-fluid:before,
/* 10  */ .vc_row-fluid:after{display:table;content:"";}
/* 11  */ .vc_row-fluid:after{clear:both;}
/* 12  */ .vc_row-fluid [class*="vc_span"]{display:block;width:100%;min-height:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.5%;}
/* 13  */ .vc_row-fluid [class*="vc_span"]:first-child{margin-left:0;}
/* 14  */ .vc_row-fluid .vc_span12,
/* 15  */ .wpb_teaser_grid.wpb_carousel .vc_span12{width:100%;}
/* 16  */ .vc_row-fluid .vc_span11{width:91.45833333333334%;}
/* 17  */ .vc_row-fluid .vc_span10{width:82.91666666666667%;}
/* 18  */ .vc_row-fluid .vc_span9{width:74.375%;}
/* 19  */ .vc_row-fluid .vc_span8{width:65.83333333333334%;}
/* 20  */ .vc_row-fluid .vc_span7{width:57.29166666666667%;}
/* 21  */ .vc_row-fluid .vc_span6,
/* 22  */ .wpb_teaser_grid.wpb_carousel .vc_span6{width:48.75%;}
/* 23  */ .vc_row-fluid .vc_span5{width:40.208333333333336%;}
/* 24  */ .vc_row-fluid .vc_span4,
/* 25  */ .wpb_teaser_grid.wpb_carousel .vc_span4{width:31.666666666666668%;}
/* 26  */ .vc_row-fluid .vc_span3,
/* 27  */ .wpb_teaser_grid.wpb_carousel .vc_span3{width:23.125%;}
/* 28  */ .vc_row-fluid .vc_span2{width:14.583333333333334%;}
/* 29  */ .vc_row-fluid .vc_span1{width:6.041666666666667%;}
/* 30  */ .hidden{display:none;visibility:hidden;}
/* 31  */ .visible-phone{display:none !important;}
/* 32  */ .visible-tablet{display:none !important;}
/* 33  */ .hidden-desktop{display:none !important;}
/* 34  */ @media (max-width:767px){.visible-phone{display:inherit !important;}
/* 35  */ .hidden-phone{display:none !important;}
/* 36  */ .hidden-desktop{display:inherit !important;}
/* 37  */ .visible-desktop{display:none !important;}
/* 38  */ }
/* 39  */ @media (min-width:768px) and (max-width:979px){.visible-tablet{display:inherit !important;}
/* 40  */ .hidden-tablet{display:none !important;}
/* 41  */ .hidden-desktop{display:inherit !important;}
/* 42  */ .visible-desktop{display:none !important;}
/* 43  */ }
/* 44  */ .wpb_separator,
/* 45  */ .vc_text_separator{border-bottom:1px solid #f7f7f7;}
/* 46  */ .wpb_separator{clear:both;height:1px;}
/* 47  */ .vc_text_separator{clear:both;height:1px;}
/* 48  */ .vc_text_separator div{display:inline-block;background-color:#ffffff;padding:1px 1em;position:relative;top:-9px;}
/* 49  */ .separator_align_center{text-align:center;}
/* 50  */ .separator_align_left{text-align:left;}

/* js_composer_front.css */

/* 51  */ .separator_align_right{text-align:right;}
/* 52  */ .fb_type_standard{height:25px;}
/* 53  */ .fb_type_standard iframe{height:25px;}
/* 54  */ .fb_type_button_count{height:20px;}
/* 55  */ .fb_type_button_count iframe{height:20px;}
/* 56  */ .fb_type_box_count{height:62px;}
/* 57  */ .fb_type_box_count iframe{height:62px;}
/* 58  */ .wpb_googleplus_type_standard{height:25px;}
/* 59  */ .wpb_googleplus_type_small{height:19px;}
/* 60  */ .wpb_googleplus_type_medium{height:21px;}
/* 61  */ .wpb_googleplus_type_tall{height:21px;}
/* 62  */ .wpb_pinterest_type_horizontal{height:21px;}
/* 63  */ .wpb_pinterest_type_vertical{height:60px;}
/* 64  */ .wpb_pinterest_type_none{height:21px;}
/* 65  */ .wpb_toggle,
/* 66  */ #content h4.wpb_toggle{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/toggle_open.png) no-repeat left center;padding-left:25px;clear:both;margin-top:0;}
/* 67  */ .wpb_toggle_title_active,
/* 68  */ #content h4.wpb_toggle_title_active{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/toggle_close.png) no-repeat left center;}
/* 69  */ .wpb_toggle:hover{cursor:pointer;}
/* 70  */ .wpb_toggle_content{display:none;overflow:hidden;padding:0px 0px 0px 25px;margin-top:1em;}
/* 71  */ .wpb_toggle_open{display:block;}
/* 72  */ .wpb_widgetised_column .wpb_wrapper > ul{margin:0;}
/* 73  */ .wpb_widgetised_column .wpb_wrapper > ul > li{margin-left:0;background-image:none;list-style:none !important;}
/* 74  */ .wpb_widgetised_column .wpb_wrapper > ul > li:after,
/* 75  */ .wpb_widgetised_column .wpb_wrapper > ul > li:before{display:none !important;}
/* 76  */ .wpb_button{display:inline-block;*display:inline;*zoom:1;padding:4px 10px 4px;margin-bottom:0;margin-top:0;font-size:13px;line-height:18px;*line-height:20px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);vertical-align:middle;cursor:pointer;background-color:#f7f7f7;border:1px solid #cccccc;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;*margin-left:.3em;}
/* 77  */ .wpb_button:hover,
/* 78  */ .wpb_button:active,
/* 79  */ .wpb_button.active,
/* 80  */ .wpb_button.disabled,
/* 81  */ .wpb_button[disabled]{background-color:#eaeaea;}
/* 82  */ .wpb_button:active,
/* 83  */ .wpb_button.active{background-color:#d1d1d1 \9;}
/* 84  */ .wpb_button:first-child{*margin-left:0;}
/* 85  */ .wpb_button:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;-webkit-transition:background-color 0.1s linear;-moz-transition:background-color 0.1s linear;-ms-transition:background-color 0.1s linear;-o-transition:background-color 0.1s linear;transition:background-color 0.1s linear;}
/* 86  */ .wpb_button:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
/* 87  */ .wpb_button.active,
/* 88  */ .wpb_button:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
/* 89  */ button.wpb_btn-large,
/* 90  */ span.wpb_btn-large{padding:9px 14px;font-size:15px;line-height:normal;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
/* 91  */ button.wpb_btn-large [class^="icon-"],
/* 92  */ span.wpb_btn-large [class^="icon-"]{margin-top:1px;}
/* 93  */ button.wpb_btn-small,
/* 94  */ span.wpb_btn-small{padding:5px 9px;font-size:11px;line-height:16px;}
/* 95  */ button.wpb_btn-small [class^="icon-"],
/* 96  */ span.wpb_btn-small [class^="icon-"]{margin-top:-1px;}
/* 97  */ button.wpb_btn-mini,
/* 98  */ span.wpb_btn-mini{padding:2px 6px;font-size:11px;line-height:14px;}
/* 99  */ .wpb_btn-primary,
/* 100 */ .wpb_btn-primary:hover,

/* js_composer_front.css */

/* 101 */ .wpb_btn-warning,
/* 102 */ .wpb_btn-warning:hover,
/* 103 */ .wpb_btn-danger,
/* 104 */ .wpb_btn-danger:hover,
/* 105 */ .wpb_btn-success,
/* 106 */ .wpb_btn-success:hover,
/* 107 */ .wpb_btn-info,
/* 108 */ .wpb_btn-info:hover,
/* 109 */ .wpb_btn-inverse,
/* 110 */ .wpb_btn-inverse:hover{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
/* 111 */ .wpb_btn-primary.active,
/* 112 */ .wpb_btn-warning.active,
/* 113 */ .wpb_btn-danger.active,
/* 114 */ .wpb_btn-success.active,
/* 115 */ .wpb_btn-info.active,
/* 116 */ .wpb_btn-inverse.active{color:rgba(255, 255, 255, 0.75);}
/* 117 */ .wpb_button{border-color:#ccc;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);}
/* 118 */ .wpb_btn-primary{background-color:#0088cc;}
/* 119 */ .wpb_btn-primary:hover,
/* 120 */ .wpb_btn-primary:active,
/* 121 */ .wpb_btn-primary.active,
/* 122 */ .wpb_btn-primary.disabled,
/* 123 */ .wpb_btn-primary[disabled]{background-color:#0077b3;}
/* 124 */ .wpb_btn-primary:active,
/* 125 */ .wpb_btn-primary.active{background-color:#005580 \9;}
/* 126 */ .wpb_btn-warning{background-color:#ff9900;}
/* 127 */ .wpb_btn-warning:hover,
/* 128 */ .wpb_btn-warning:active,
/* 129 */ .wpb_btn-warning.active,
/* 130 */ .wpb_btn-warning.disabled,
/* 131 */ .wpb_btn-warning[disabled]{background-color:#e68a00;}
/* 132 */ .wpb_btn-warning:active,
/* 133 */ .wpb_btn-warning.active{background-color:#b36b00 \9;}
/* 134 */ .wpb_btn-danger{background-color:#ff675b;}
/* 135 */ .wpb_btn-danger:hover,
/* 136 */ .wpb_btn-danger:active,
/* 137 */ .wpb_btn-danger.active,
/* 138 */ .wpb_btn-danger.disabled,
/* 139 */ .wpb_btn-danger[disabled]{background-color:#ff4f42;}
/* 140 */ .wpb_btn-danger:active,
/* 141 */ .wpb_btn-danger.active{background-color:#ff200f \9;}
/* 142 */ .wpb_btn-success{background-color:#6ab165;}
/* 143 */ .wpb_btn-success:hover,
/* 144 */ .wpb_btn-success:active,
/* 145 */ .wpb_btn-success.active,
/* 146 */ .wpb_btn-success.disabled,
/* 147 */ .wpb_btn-success[disabled]{background-color:#5aa855;}
/* 148 */ .wpb_btn-success:active,
/* 149 */ .wpb_btn-success.active{background-color:#488644 \9;}
/* 150 */ .wpb_btn-info{background-color:#58b9da;}

/* js_composer_front.css */

/* 151 */ .wpb_btn-info:hover,
/* 152 */ .wpb_btn-info:active,
/* 153 */ .wpb_btn-info.active,
/* 154 */ .wpb_btn-info.disabled,
/* 155 */ .wpb_btn-info[disabled]{background-color:#43b0d5;}
/* 156 */ .wpb_btn-info:active,
/* 157 */ .wpb_btn-info.active{background-color:#2a97bc \9;}
/* 158 */ .wpb_btn-inverse{background-color:#555555;}
/* 159 */ .wpb_btn-inverse:hover,
/* 160 */ .wpb_btn-inverse:active,
/* 161 */ .wpb_btn-inverse.active,
/* 162 */ .wpb_btn-inverse.disabled,
/* 163 */ .wpb_btn-inverse[disabled]{background-color:#484848;}
/* 164 */ .wpb_btn-inverse:active,
/* 165 */ .wpb_btn-inverse.active{background-color:#2f2f2f \9;}
/* 166 */ button.wpb_button,
/* 167 */ input[type="submit"].wpb_button{*padding-top:2px;*padding-bottom:2px;}
/* 168 */ button.wpb_button::-moz-focus-inner,
/* 169 */ input[type="submit"].wpb_button::-moz-focus-inner{padding:0;border:0;}
/* 170 */ button.wpb_button.wpb_btn-large,
/* 171 */ input[type="submit"].wpb_button.wpb_btn-large{*padding-top:7px;*padding-bottom:7px;}
/* 172 */ button.wpb_button.wpb_btn-small,
/* 173 */ input[type="submit"].wpb_button.wpb_btn-small{*padding-top:3px;*padding-bottom:3px;}
/* 174 */ button.wpb_button.wpb_btn-mini,
/* 175 */ input[type="submit"].wpb_button.wpb_btn-mini{*padding-top:1px;*padding-bottom:1px;}
/* 176 */ a.wpb_button_a{text-decoration:none;border:none;}
/* 177 */ a.wpb_button_a:hover{text-decoration:none;}
/* 178 */ .wpb_button:hover{background-image:none;}
/* 179 */ i.icon{display:inline-block;width:16px;height:16px;line-height:16px;vertical-align:text-top;margin-left:5px;}
/* 180 */ .wpb_btn-large i.icon{height:19px;margin-left:9px;}
/* 181 */ .wpb_btn-small i.icon{height:15px;}
/* 182 */ .wpb_btn-mini i.icon{display:none;}
/* 183 */ .wpb_address_book i.icon,
/* 184 */ option.wpb_address_book{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/address-book.png) no-repeat right center;}
/* 185 */ .wpb_alarm_clock i.icon,
/* 186 */ option.wpb_alarm_clock{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/alarm-clock.png) no-repeat right center;}
/* 187 */ .wpb_anchor i.icon,
/* 188 */ option.wpb_anchor{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/anchor.png) no-repeat right center;}
/* 189 */ .wpb_application_image i.icon,
/* 190 */ option.wpb_application_image{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/application-image.png) no-repeat right center;}
/* 191 */ .wpb_arrow i.icon,
/* 192 */ option.wpb_arrow{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/arrow.png) no-repeat right center;}
/* 193 */ .wpb_asterisk i.icon,
/* 194 */ option.wpb_asterisk{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/asterisk.png) no-repeat right center;}
/* 195 */ .wpb_hammer i.icon,
/* 196 */ option.wpb_hammer{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/auction-hammer.png) no-repeat right center;}
/* 197 */ .wpb_balloon i.icon,
/* 198 */ option.wpb_balloon{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/balloon.png) no-repeat right center;}
/* 199 */ .wpb_balloon_buzz i.icon,
/* 200 */ option.wpb_balloon_buzz{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/balloon-buzz.png) no-repeat right center;}

/* js_composer_front.css */

/* 201 */ .wpb_balloon_facebook i.icon,
/* 202 */ option.wpb_balloon_facebook{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/balloon-facebook.png) no-repeat right center;}
/* 203 */ .wpb_balloon_twitter i.icon,
/* 204 */ option.wpb_balloon_twitter{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/balloon-twitter.png) no-repeat right center;}
/* 205 */ .wpb_battery i.icon,
/* 206 */ option.wpb_battery{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/battery-full.png) no-repeat right center;}
/* 207 */ .wpb_binocular i.icon,
/* 208 */ option.wpb_binocular{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/binocular.png) no-repeat right center;}
/* 209 */ .wpb_document_excel i.icon,
/* 210 */ option.wpb_document_excel{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/blue-document-excel.png) no-repeat right center;}
/* 211 */ .wpb_document_image i.icon,
/* 212 */ option.wpb_document_image{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/blue-document-image.png) no-repeat right center;}
/* 213 */ .wpb_document_music i.icon,
/* 214 */ option.wpb_document_music{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/blue-document-music.png) no-repeat right center;}
/* 215 */ .wpb_document_office i.icon,
/* 216 */ option.wpb_document_office{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/blue-document-office.png) no-repeat right center;}
/* 217 */ .wpb_document_pdf i.icon,
/* 218 */ option.wpb_document_pdf{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/blue-document-pdf.png) no-repeat right center;}
/* 219 */ .wpb_document_powerpoint i.icon,
/* 220 */ option.wpb_document_powerpoint{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/blue-document-powerpoint.png) no-repeat right center;}
/* 221 */ .wpb_document_word i.icon,
/* 222 */ option.wpb_document_word{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/blue-document-word.png) no-repeat right center;}
/* 223 */ .wpb_bookmark i.icon,
/* 224 */ option.wpb_bookmark{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/bookmark.png) no-repeat right center;}
/* 225 */ .wpb_camcorder i.icon,
/* 226 */ option.wpb_camcorder{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/camcorder.png) no-repeat right center;}
/* 227 */ .wpb_camera i.icon,
/* 228 */ option.wpb_camera{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/camera.png) no-repeat right center;}
/* 229 */ .wpb_chart i.icon,
/* 230 */ option.wpb_chart{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/chart.png) no-repeat right center;}
/* 231 */ .wpb_chart_pie i.icon,
/* 232 */ option.wpb_chart_pie{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/chart-pie.png) no-repeat right center;}
/* 233 */ .wpb_clock i.icon,
/* 234 */ option.wpb_clock{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/clock.png) no-repeat right center;}
/* 235 */ .wpb_play i.icon,
/* 236 */ option.wpb_play{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/control.png) no-repeat right center;}
/* 237 */ .wpb_fire i.icon,
/* 238 */ option.wpb_fire{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/fire.png) no-repeat right center;}
/* 239 */ .wpb_heart i.icon,
/* 240 */ option.wpb_heart{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/heart.png) no-repeat right center;}
/* 241 */ .wpb_mail i.icon,
/* 242 */ option.wpb_mail{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/mail.png) no-repeat right center;}
/* 243 */ .wpb_shield i.icon,
/* 244 */ option.wpb_shield{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/plus-shield.png) no-repeat right center;}
/* 245 */ .wpb_video i.icon,
/* 246 */ option.wpb_video{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/icons/video.png) no-repeat right center;}
/* 247 */ .wpb_call_to_action{position:relative;background-color:#f7f7f7;padding:20px;padding:35px;border:1px solid #f0f0f0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/* 248 */ .wpb_call_to_action .wpb_button{margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/* 249 */ .cta_align_left .wpb_button{float:left;}
/* 250 */ .cta_align_right .wpb_button{float:right;}

/* js_composer_front.css */

/* 251 */ .cta_align_left .wpb_button,
/* 252 */ .cta_align_right .wpb_button{max-width:27.5%;}
/* 253 */ .cta_align_left .wpb_call_text,
/* 254 */ .cta_align_right .wpb_call_text{width:70%;float:left;clear:none;}
/* 255 */ .cta_align_left .wpb_call_text{float:right;}
/* 256 */ .wpb_call_to_action .wpb_call_text,
/* 257 */ #content .wpb_call_to_action .wpb_call_text{margin:0;padding-top:0;}
/* 258 */ .cta_align_bottom{text-align:center;}
/* 259 */ .cta_align_bottom .wpb_button{position:static;margin-top:21.739130434782606px;display:inline-block;}
/* 260 */ .cta_no_button .wpb_call_text{width:auto;float:none;}
/* 261 */ @media (max-width:600px){.vc_responsive .cta_align_left .wpb_button,
/* 262 */ .vc_responsive .cta_align_right .wpb_button{max-width:70%;width:70%;float:none;display:block;margin:3% auto;}
/* 263 */ .vc_responsive .cta_align_left .wpb_call_text,
/* 264 */ .vc_responsive .cta_align_right .wpb_call_text{width:auto;max-width:none;text-align:center;}
/* 265 */ }
/* 266 */ .wpb_gmaps_widget .wpb_map_wraper{background-color:#f7f7f7;padding:5px;}
/* 267 */ .wpb_gmaps_widget .wpb_map_wraper iframe{margin-bottom:0;padding:0;display:block;}
/* 268 */ .wpb_content_element .wpb_tabs_nav li a:focus,
/* 269 */ .wpb_accordion_section .wpb_accordion_header a:focus,
/* 270 */ .wpb_tour_next_prev_nav a:focus{outline:none;}
/* 271 */ .wpb_content_element .wpb_tour_tabs_wrapper,
/* 272 */ .wpb_content_element .wpb_tabs_nav{padding:0;}
/* 273 */ .wpb_content_element .wpb_tabs_nav{margin:0;padding-left:0 !important;text-indent:inherit !important;}
/* 274 */ #content .wpb_content_element .wpb_tabs_nav{margin:0;}
/* 275 */ .wpb_content_element .wpb_tabs_nav li{background-color:#f0f0f0;white-space:nowrap;padding:0;background-image:none;list-style:none !important;}
/* 276 */ .wpb_content_element .wpb_tabs_nav li:after,
/* 277 */ .wpb_content_element .wpb_tabs_nav li:before{display:none !important;}
/* 278 */ .wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
/* 279 */ .wpb_content_element .wpb_tabs_nav li:hover{background-color:#f7f7f7;}
/* 280 */ .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a{cursor:default;}
/* 281 */ .wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide{display:none;}
/* 282 */ .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
/* 283 */ .wpb_content_element .wpb_accordion_header a{border-bottom:none;text-decoration:none;display:block;padding:0.5em 1em;}
/* 284 */ .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
/* 285 */ .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{background-color:#f7f7f7;}
/* 286 */ .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li,
/* 287 */ .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header{transition:all 0.2s linear;-moz-transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-o-transition:all 0.2s linear;}
/* 288 */ .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
/* 289 */ .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content{padding:1em;}
/* 290 */ .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child,
/* 291 */ .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
/* 292 */ .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
/* 293 */ .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child{margin-bottom:0;}
/* 294 */ .wpb_tabs .wpb_tabs_nav li{float:left;margin:0 1px 0 0;}
/* 295 */ .wpb_tour .wpb_tabs_nav{float:left;width:31.666666666666668%;}
/* 296 */ .wpb_tour .wpb_tabs_nav li{margin:0 0 1px 0;}
/* 297 */ .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none;float:left;width:68.33333333333333%;padding:0 0 0 21.739130434782606px;}
/* 298 */ .wpb_tour_next_prev_nav{margin-left:31.666666666666668%;padding-left:21.739130434782606px;font-size:80%;}
/* 299 */ .wpb_tour_next_prev_nav a{border-bottom:1px dotted;text-decoration:none;}
/* 300 */ .wpb_tour_next_prev_nav a:hover{text-decoration:none;border-bottom:none;}

/* js_composer_front.css */

/* 301 */ .wpb_tour_next_prev_nav span{width:48%;display:inline-block;padding-top:1em;float:left;}
/* 302 */ .wpb_tour_next_prev_nav span.wpb_next_slide{text-align:right;float:right;}
/* 303 */ .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header{margin:0 0 1px 0;padding-top:0;position:relative;text-transform:none;font-weight:inherit;font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit;}
/* 304 */ .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{padding-left:1em;}
/* 305 */ .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
/* 306 */ .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{display:block;width:16px;height:16px;background-image:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/toggle_open.png);background-repeat:no-repeat;position:absolute;right:0.7em;top:0.7em;}
/* 307 */ .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{background-image:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/toggle_close.png);}
/* 308 */ @media (max-width:480px){.vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
/* 309 */ .vc_responsive .wpb_tour .wpb_tab,
/* 310 */ .vc_responsive .wpb_tour_next_prev_nav{width:100%;float:none;margin-left:0;}
/* 311 */ .vc_responsive .wpb_tour_next_prev_nav{width:auto;padding:0 1em;}
/* 312 */ .vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav{margin-bottom:1em;}
/* 313 */ .vc_responsive .wpb_tour .wpb_tab{padding-left:1em;padding-right:1em;}
/* 314 */ }
/* 315 */ #content .wpb_twitter_widget ul.tweet_list,
/* 316 */ .wpb_twitter_widget ul.tweet_list{margin:0;padding:0;}
/* 317 */ #content .wpb_twitter_widget ul.tweet_list li,
/* 318 */ .wpb_twitter_widget ul.tweet_list li{border-bottom:1px solid #f7f7f7;margin:0 0 1em 0;padding-bottom:1em;background-image:none;list-style:none !important;}
/* 319 */ #content .wpb_twitter_widget ul.tweet_list li:after,
/* 320 */ .wpb_twitter_widget ul.tweet_list li:after,
/* 321 */ #content .wpb_twitter_widget ul.tweet_list li:before,
/* 322 */ .wpb_twitter_widget ul.tweet_list li:before{display:none !important;}
/* 323 */ .wpb_twitter_widget .tweet_time{display:block;color:#f7f7f7;font-size:80%;}
/* 324 */ .wpb_twitter_widget p.twitter_follow_button_wrap{margin-bottom:0;font-size:80%;}
/* 325 */ .wpb_twitter_widget .twitter_follow_button{background-image:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/twitter_bird.png);background-position:left center;background-repeat:no-repeat;padding-left:25px;display:inline-block;min-height:16px;}
/* 326 */ .wpb_column .wpb_wrapper .wpb_teaser_grid{margin-left:0;margin-bottom:0;}
/* 327 */ body ul.wpb_thumbnails-fluid li{padding:0;margin-left:0;background-image:none;list-style:none !important;}
/* 328 */ body ul.wpb_thumbnails-fluid li:after,
/* 329 */ body ul.wpb_thumbnails-fluid li:before{display:none !important;}
/* 330 */ body ul.wpb_thumbnails-fluid li .entry-content *:last-child{margin-bottom:0;}
/* 331 */ .wpb_row .wpb_grid ul.wpb_thumbnails-fluid,
/* 332 */ .wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid{margin:0 0 0 -2.5%;padding:0;width:102.5%;overflow:visible !important;}
/* 333 */ .wpb_row ul.wpb_thumbnails-fluid > [class*="vc_span"]{margin-left:2.5%;}
/* 334 */ .wpb_grid .wpb_thumbnails-fluid > .vc_span3,
/* 335 */ .wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span3{width:22.42%;}
/* 336 */ .wpb_grid .wpb_thumbnails-fluid > .vc_span4,
/* 337 */ .wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span4{width:30.753333333333337%;}
/* 338 */ .wpb_grid .wpb_thumbnails-fluid > .vc_span6,
/* 339 */ .wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span6{width:47.45%;}
/* 340 */ .wpb_grid .wpb_thumbnails-fluid > .vc_span12,
/* 341 */ .wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span12{width:97.5%;}
/* 342 */ .wpb_teaser_grid .entry-content{margin:0;padding:0;width:100%;}
/* 343 */ .grid_layout-thumbnail .post-thumb{margin-bottom:0;}
/* 344 */ .grid_layout-thumbnail .post-thumb img{max-width:100%;}
/* 345 */ .wpb_carousel .wpb_wrapper{position:relative;}
/* 346 */ .wpb_carousel .prev,
/* 347 */ .wpb_carousel .next{position:absolute;top:3px;background-color:#f7f7f7;padding:0px 6px 0px 6px;font-size:12px;z-index:10;text-decoration:none;transition:all 0.2s linear;-moz-transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-o-transition:all 0.2s linear;}
/* 348 */ .wpb_carousel .prev:hover,
/* 349 */ .wpb_carousel .next:hover{background-color:#f0f0f0;}
/* 350 */ .wpb_carousel .prev:focus,

/* js_composer_front.css */

/* 351 */ .wpb_carousel .next:focus{outline:none;text-decoration:none;}
/* 352 */ .wpb_carousel .prev{right:30px;}
/* 353 */ .wpb_carousel .next{right:0px;}
/* 354 */ .wpb_carousel .wpb_thumbnails-fluid{width:100%;}
/* 355 */ .wpb_carousel .wpb_thumbnails-fluid > [class*="vc_span"]{height:auto !important;}
/* 356 */ .wpb_teaser_grid .categories_filter,
/* 357 */ .wpb_categories_filter{list-style:none;list-style-type:none;padding:0;margin:0 0 10px 0;}
/* 358 */ .wpb_teaser_grid .categories_filter li,
/* 359 */ .wpb_categories_filter li{display:block;float:left;margin:0 10px 10px 0;background-image:none;list-style:none !important;}
/* 360 */ .wpb_teaser_grid .categories_filter li:after,
/* 361 */ .wpb_categories_filter li:after,
/* 362 */ .wpb_teaser_grid .categories_filter li:before,
/* 363 */ .wpb_categories_filter li:before{display:none !important;}
/* 364 */ .wpb_teaser_grid .categories_filter li a,
/* 365 */ .wpb_categories_filter li a{border:none;text-decoration:none;}
/* 366 */ .wpb_teaser_grid .categories_filter li a:hover,
/* 367 */ .wpb_categories_filter li a:hover{border-bottom:1px dotted;}
/* 368 */ .wpb_teaser_grid .categories_filter li.active a,
/* 369 */ .wpb_categories_filter li.active a{border-bottom:1px dotted;}
/* 370 */ @media (max-width:480px){.vc_responsive .wpb_row ul.wpb_thumbnails-fluid{margin-left:0;width:auto;}
/* 371 */ .vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_span"]{width:100%;float:none;display:block;margin-left:0;margin-right:0;}
/* 372 */ }
/* 373 */ .wpb_image_grid .wpb_image_grid_ul{margin:0;padding:0;}
/* 374 */ .wpb_image_grid .wpb_image_grid_ul > li{background-image:none;list-style:none !important;}
/* 375 */ .wpb_image_grid .wpb_image_grid_ul > li:after,
/* 376 */ .wpb_image_grid .wpb_image_grid_ul > li:before{display:none !important;}
/* 377 */ .wpb_image_grid .wpb_image_grid_ul .isotope-item{list-style:none;margin:0 1px 1px 0;max-width:100%;float:left;}
/* 378 */ .wpb_image_grid .wpb_image_grid_ul a{display:block;}
/* 379 */ .wpb_image_grid .wpb_image_grid_ul img{display:block;max-width:100%;height:auto;}
/* 380 */ .wpb_gallery .theme-default .nivoSlider{margin-bottom:0;}
/* 381 */ .wpb_gallery .theme-default .nivo-controlNav{padding:10px 0 3px 0;}
/* 382 */ .wpb_gallery .wpb_flexslider .flex-control-nav{bottom:-35px;}
/* 383 */ .wpb_gallery .wpb_flexslider .flex-caption{cursor:default;}
/* 384 */ #content .wpb_gallery_slides ul.slides,
/* 385 */ .content .wpb_gallery_slides ul.slides,
/* 386 */ .wpb_gallery_slides ul.slides,
/* 387 */ #content .wpb_gallery_slides ul.flex-direction-nav,
/* 388 */ .content .wpb_gallery_slides ul.flex-direction-nav,
/* 389 */ .wpb_gallery_slides ul.flex-direction-nav,
/* 390 */ body .wpb_gallery_slides ul li,
/* 391 */ .wpb_content_element .wpb_gallery_slides ul li{list-style:none;padding:0;background-image:none;margin:0;}
/* 392 */ .wpb_alert{padding:1em 35px 1em 14px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#c09853;clear:both;}
/* 393 */ .wpb_alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}
/* 394 */ .wpb_alert-danger,
/* 395 */ .wpb_alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}
/* 396 */ .wpb_alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}
/* 397 */ .wpb_alert .messagebox_text{padding-left:28px;background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/vc/alert.png) no-repeat left center;}
/* 398 */ .wpb_alert-info .messagebox_text{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/vc/info.png) no-repeat left center;}
/* 399 */ .wpb_alert-success .messagebox_text{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/vc/tick.png) no-repeat left center;}
/* 400 */ .wpb_alert-error .messagebox_text{background:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/vc/exclamation.png) no-repeat left center;}

/* js_composer_front.css */

/* 401 */ .flickr_badge_image{margin:0 10px 10px 0px;width:72px;height:72px;float:left;background:none;padding:0;}
/* 402 */ .flickr_badge_image a{border:none;}
/* 403 */ .flickr_badge_image img{margin:0;overflow:hidden;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;}
/* 404 */ .wpb_flickr_widget p.flickr_stream_wrap{clear:both;margin-bottom:0;font-size:80%;}
/* 405 */ .wpb_flickr_widget p.flickr_stream_wrap a{background-image:url(/content/wp-content/themes/CurejoyMagazinly/wpbakery/js_composer/assets/images/flickr.png);background-repeat:no-repeat;background-position:left center;padding-left:25px;display:inline-block;}
/* 406 */ .wpb_video_widget .wpb_wrapper .wpb_video_wrapper{padding-top:56%;position:relative;}
/* 407 */ .wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div{padding-top:0 !important;position:static;}
/* 408 */ .wpb_video_widget .wpb_wrapper iframe{width:100%;height:100%;display:block;position:absolute;margin:0;top:0;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/* 409 */ .wpb_video_wrapper .fluid-width-video-wrapper{padding-top:0 !important;position:static;}
/* 410 */ .wpb_posts_slider .flex-caption,
/* 411 */ .wpb_posts_slider .nivo-caption{background-color:#f7f7f7;opacity:1;color:inherit;padding:10px 15px;position:static;}
/* 412 */ .wpb_posts_slider .wpb_gallery_slides > ul > li{background-image:none;list-style:none !important;}
/* 413 */ .wpb_posts_slider .wpb_gallery_slides > ul > li:after,
/* 414 */ .wpb_posts_slider .wpb_gallery_slides > ul > li:before{display:none !important;}
/* 415 */ .vc_progress_bar .vc_single_bar{background:#f7f7f7;position:relative;margin-bottom:11.666666666666666px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
/* 416 */ .vc_progress_bar .vc_single_bar:last-child{margin-bottom:0;}
/* 417 */ .vc_progress_bar .vc_single_bar .vc_label{display:block;padding:0.5em 1em;position:relative;z-index:1;}
/* 418 */ .vc_progress_bar .vc_single_bar.bar_blue .vc_bar{background-color:#0074CC;}
/* 419 */ .vc_progress_bar .vc_single_bar.bar_blue .vc_label{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
/* 420 */ .vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar{background-color:#49afcd;}
/* 421 */ .vc_progress_bar .vc_single_bar.bar_turquoise .vc_label{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
/* 422 */ .vc_progress_bar .vc_single_bar.bar_green .vc_bar{background-color:#5bb75b;}
/* 423 */ .vc_progress_bar .vc_single_bar.bar_green .vc_label{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
/* 424 */ .vc_progress_bar .vc_single_bar.bar_orange .vc_bar{background-color:#faa732;}
/* 425 */ .vc_progress_bar .vc_single_bar.bar_orange .vc_label{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
/* 426 */ .vc_progress_bar .vc_single_bar.bar_red .vc_bar{background-color:#da4f49;}
/* 427 */ .vc_progress_bar .vc_single_bar.bar_red .vc_label{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
/* 428 */ .vc_progress_bar .vc_single_bar.bar_black .vc_bar{background-color:#414141;}
/* 429 */ .vc_progress_bar .vc_single_bar.bar_black .vc_label{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
/* 430 */ .vc_progress_bar .vc_single_bar .vc_bar{display:block;position:absolute;height:100%;background-color:#e0e0e0;width:0%;top:0;left:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;transition:width 1s linear;-moz-transition:width 1s linear;-webkit-transition:width 1s linear;-o-transition:width 1s linear;}
/* 431 */ .vc_progress_bar .vc_single_bar .vc_bar.striped{background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px;}
/* 432 */ .vc_progress_bar .vc_single_bar .vc_bar.animated{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
/* 433 */ @-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;}
/* 434 */ to{background-position:0 0;}
/* 435 */ }
/* 436 */ @-moz-keyframes progress-bar-stripes{from{background-position:40px 0;}
/* 437 */ to{background-position:0 0;}
/* 438 */ }
/* 439 */ @-ms-keyframes progress-bar-stripes{from{background-position:40px 0;}
/* 440 */ to{background-position:0 0;}
/* 441 */ }
/* 442 */ @-o-keyframes progress-bar-stripes{from{background-position:0 0;}
/* 443 */ to{background-position:40px 0;}
/* 444 */ }
/* 445 */ @keyframes progress-bar-stripes{from{background-position:40px 0;}
/* 446 */ to{background-position:0 0;}
/* 447 */ }
/* 448 */ @media (max-width:480px){.vc_responsive div.vc_row-fluid div[class*="vc_span"]{float:none;display:block;width:auto;margin-left:0;}
/* 449 */ }
/* 450 */ .wpb_alert p:last-child,

/* js_composer_front.css */

/* 451 */ #content .wpb_alert p:last-child,
/* 452 */ .wpb_text_column p:last-child,
/* 453 */ .wpb_text_column *:last-child,
/* 454 */ #content .wpb_text_column p:last-child,
/* 455 */ #content .wpb_text_column *:last-child,
/* 456 */ .wpb_toggle_content p:last-child{margin-bottom:0;}
/* 457 */ .wpb_content_element,
/* 458 */ ul.wpb_thumbnails-fluid > li,
/* 459 */ .last_toggle_el_margin,
/* 460 */ .wpb_button{margin-bottom:35px;}
/* 461 */ .fb_like,
/* 462 */ .twitter-share-button,
/* 463 */ .entry-content .twitter-share-button,
/* 464 */ .wpb_googleplus,
/* 465 */ .wpb_pinterest,
/* 466 */ .wpb_tab .wpb_content_element,
/* 467 */ .wpb_accordion .wpb_content_element,
/* 468 */ .wpb_toggle_content{margin-bottom:21.739130434782606px;}
/* 469 */ .wpb_content_element.wpb_single_image img{height:auto;max-width:100%;}
/* 470 */ .wpb_heading,
/* 471 */ .entry-content .wpb_heading{margin-top:0;}
/* 472 */ .pp_content iframe{margin-bottom:0;}
/* 473 */ .wpb_animate_when_almost_visible{opacity:0;}
/* 474 */ .wpb_start_animation.wpb_top-to-bottom{-webkit-animation:wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);-moz-animation:wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);-o-animation:wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);opacity:1;}
/* 475 */ .wpb_start_animation.wpb_bottom-to-top{-webkit-animation:wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);-moz-animation:wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);-o-animation:wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);opacity:1;}
/* 476 */ .wpb_start_animation.wpb_left-to-right{-webkit-animation:wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);-moz-animation:wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);-o-animation:wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);opacity:1;}
/* 477 */ .wpb_start_animation.wpb_right-to-left{-webkit-animation:wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);-moz-animation:wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);-o-animation:wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);opacity:1;}
/* 478 */ .wpb_start_animation.wpb_appear{-webkit-animation:wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);-moz-animation:wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);-o-animation:wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;}
/* 479 */ @-webkit-keyframes wpb_ttb{0%{-webkit-transform:translate(0, -10%);opacity:0;}
/* 480 */ 100%{-webkit-transform:translate(0, 0);opacity:1;}
/* 481 */ }
/* 482 */ @-moz-keyframes wpb_ttb{0%{-moz-transform:translate(0, -10%);opacity:0;}
/* 483 */ 100%{-moz-transform:translate(0, 0);opacity:1;}
/* 484 */ }
/* 485 */ @-o-keyframes wpb_ttb{0%{-o-transform:translate(0, -10%);opacity:0;}
/* 486 */ 100%{-o-transform:translate(0, 0);opacity:1;}
/* 487 */ }
/* 488 */ @keyframes wpb_ttb{0%{transform:translate(0, -10%);opacity:0;}
/* 489 */ 100%{transform:translate(0, 0);opacity:1;}
/* 490 */ }
/* 491 */ @-webkit-keyframes wpb_btt{0%{-webkit-transform:translate(0, 10%);opacity:0;}
/* 492 */ 100%{-webkit-transform:translate(0, 0);opacity:1;}
/* 493 */ }
/* 494 */ @-moz-keyframes wpb_btt{0%{-moz-transform:translate(0, 10%);opacity:0;}
/* 495 */ 100%{-moz-transform:translate(0, 0);opacity:1;}
/* 496 */ }
/* 497 */ @-o-keyframes wpb_btt{0%{-o-transform:translate(0, 10%);opacity:0;}
/* 498 */ 100%{-o-transform:translate(0, 0);opacity:1;}
/* 499 */ }
/* 500 */ @keyframes wpb_btt{0%{transform:translate(0, 10%);opacity:0;}

/* js_composer_front.css */

/* 501 */ 100%{transform:translate(0, 0);opacity:1;}
/* 502 */ }
/* 503 */ @-webkit-keyframes wpb_ltr{0%{-webkit-transform:translate(-10%, 0);opacity:0;}
/* 504 */ 100%{-webkit-transform:translate(0, 0);opacity:1;}
/* 505 */ }
/* 506 */ @-moz-keyframes wpb_ltr{0%{-moz-transform:translate(-10%, 0);opacity:0;}
/* 507 */ 100%{-moz-transform:translate(0, 0);opacity:1;}
/* 508 */ }
/* 509 */ @-o-keyframes wpb_ltr{0%{-o-transform:translate(-10%, 0);opacity:0;}
/* 510 */ 100%{-o-transform:translate(0, 0);opacity:1;}
/* 511 */ }
/* 512 */ @keyframes wpb_ltr{0%{transform:translate(-10%, 0);opacity:0;}
/* 513 */ 100%{transform:translate(0, 0);opacity:1;}
/* 514 */ }
/* 515 */ @-webkit-keyframes wpb_rtl{0%{-webkit-transform:translate(10%, 0);opacity:0;}
/* 516 */ 100%{-webkit-transform:translate(0, 0);opacity:1;}
/* 517 */ }
/* 518 */ @-moz-keyframes wpb_rtl{0%{-moz-transform:translate(10%, 0);opacity:0;}
/* 519 */ 100%{-moz-transform:translate(0, 0);opacity:1;}
/* 520 */ }
/* 521 */ @-o-keyframes wpb_rtl{0%{-o-transform:translate(10%, 0);opacity:0;}
/* 522 */ 100%{-o-transform:translate(0, 0);opacity:1;}
/* 523 */ }
/* 524 */ @keyframes wpb_rtl{0%{transform:translate(10%, 0);opacity:0;}
/* 525 */ 100%{transform:translate(0, 0);opacity:1;}
/* 526 */ }
/* 527 */ @-webkit-keyframes wpb_appear{0%{-webkit-transform:scale(0.5);opacity:0.1;}
/* 528 */ 100%{-webkit-transform:scale(1);opacity:1;}
/* 529 */ }
/* 530 */ @-moz-keyframes wpb_appear{0%{-moz-transform:scale(0.5);opacity:0.1;}
/* 531 */ 100%{-moz-transform:scale(1);opacity:1;}
/* 532 */ }
/* 533 */ @-o-keyframes wpb_appear{0%{-o-transform:scale(0.5);opacity:0.1;}
/* 534 */ 100%{-o-transform:scale(1);opacity:1;}
/* 535 */ }
/* 536 */ @keyframes wpb_appear{0%{transform:scale(0.5);opacity:0.1;}
/* 537 */ 100%{transform:scale(1);opacity:1;}
/* 538 */ }

/* td-bootstrap.css */

/* 1 */ .clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:32px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{max-width:100%;width:auto \9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img,.google-maps img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}@media print{*{text-shadow:none !important;color:#000 !important;background:transparent !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}body{margin:0;font-family:'Roboto','Arimo',sans-serif;font-size:15px;line-height:22px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover,a:focus{color:#005580;text-decoration:underline}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.row{margin-left:-36px;*zoom:1}.row:before,.row:after{display:table;content:"";line-height:0}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:36px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:996px}.span12{width:996px}.span11{width:910px}.span10{width:824px}.span9{width:738px}.span8{width:652px}.span7{width:566px}.span6{width:480px}.span5{width:394px}.span4{width:308px}.span3{width:222px}.span2{width:136px}.span1{width:50px}.offset12{margin-left:1068px}.offset11{margin-left:982px}.offset10{margin-left:896px}.offset9{margin-left:810px}.offset8{margin-left:724px}.offset7{margin-left:638px}.offset6{margin-left:552px}.offset5{margin-left:466px}.offset4{margin-left:380px}.offset3{margin-left:294px}.offset2{margin-left:208px}.offset1{margin-left:122px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;width:100%;min-height:32px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:4.4776119402985%;*margin-left:4.4274111370857%}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:4.4776119402985%}.row-fluid .span12{width:100%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:99.949799196787%}.row-fluid .span11{width:91.293532338308%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:91.243331535096%}.row-fluid .span10{width:82.587064676617%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:82.536863873404%}.row-fluid .span9{width:73.880597014925%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:73.830396211713%}.row-fluid .span8{width:65.174129353234%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:65.123928550021%}.row-fluid .span7{width:56.467661691542%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:56.417460888329%}.row-fluid .span6{width:47.761194029851%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:47.710993226638%}.row-fluid .span5{width:39.054726368159%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:39.004525564946%}.row-fluid .span4{width:30.348258706468%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:30.298057903255%}.row-fluid .span3{width:21.641791044776%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:21.591590241563%}.row-fluid .span2{width:12.935323383085%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:12.885122579872%}.row-fluid .span1{width:4.228855721393%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:4.1786549181802%}.row-fluid .offset12{margin-left:108.9552238806%;*margin-left:108.85482227417%}.row-fluid .offset12:first-child{margin-left:104.4776119403%;*margin-left:104.37721033387%}.row-fluid .offset11{margin-left:100.24875621891%;*margin-left:100.14835461248%}.row-fluid .offset11:first-child{margin-left:95.771144278607%;*margin-left:95.670742672181%}.row-fluid .offset10{margin-left:91.542288557214%;*margin-left:91.441886950788%}.row-fluid .offset10:first-child{margin-left:87.064676616915%;*margin-left:86.96427501049%}.row-fluid .offset9{margin-left:82.835820895522%;*margin-left:82.735419289097%}.row-fluid .offset9:first-child{margin-left:78.358208955224%;*margin-left:78.257807348798%}.row-fluid .offset8{margin-left:74.129353233831%;*margin-left:74.028951627405%}.row-fluid .offset8:first-child{margin-left:69.651741293532%;*margin-left:69.551339687107%}.row-fluid .offset7{margin-left:65.422885572139%;*margin-left:65.322483965714%}.row-fluid .offset7:first-child{margin-left:60.945273631841%;*margin-left:60.844872025415%}.row-fluid .offset6{margin-left:56.716417910448%;*margin-left:56.616016304022%}.row-fluid .offset6:first-child{margin-left:52.238805970149%;*margin-left:52.138404363724%}.row-fluid .offset5{margin-left:48.009950248756%;*margin-left:47.909548642331%}.row-fluid .offset5:first-child{margin-left:43.532338308458%;*margin-left:43.431936702032%}.row-fluid .offset4{margin-left:39.303482587065%;*margin-left:39.203080980639%}.row-fluid .offset4:first-child{margin-left:34.825870646766%;*margin-left:34.72546904034%}.row-fluid .offset3{margin-left:30.597014925373%;*margin-left:30.496613318947%}.row-fluid .offset3:first-child{margin-left:26.119402985075%;*margin-left:26.019001378649%}.row-fluid .offset2{margin-left:21.890547263682%;*margin-left:21.790145657256%}.row-fluid .offset2:first-child{margin-left:17.412935323383%;*margin-left:17.312533716957%}.row-fluid .offset1{margin-left:13.18407960199%;*margin-left:13.083677995564%}.row-fluid .offset1:first-child{margin-left:8.7064676616915%;*margin-left:8.6060660552658%}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right}.container{margin-right:auto;margin-left:auto;*zoom:1}.container:before,.container:after{display:table;content:"";line-height:0}.container:after{clear:both}.container-fluid{padding-right:35px;padding-left:35px;*zoom:1}.container-fluid:before,.container-fluid:after{display:table;content:"";line-height:0}.container-fluid:after{clear:both}p{margin:0 0 11px}.lead{margin-bottom:22px;font-size:22.5px;font-weight:200;line-height:33px}small{font-size:85%}strong{font-weight:bold}em{font-style:italic}cite{font-style:normal}.muted{color:#999}a.muted:hover,a.muted:focus{color:gray}.text-warning{color:#c09853}a.text-warning:hover,a.text-warning:focus{color:#a47e3c}.text-error{color:#b94a48}a.text-error:hover,a.text-error:focus{color:#953b39}.text-info{color:#3a87ad}a.text-info:hover,a.text-info:focus{color:#2d6987}.text-success{color:#468847}a.text-success:hover,a.text-success:focus{color:#356635}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6{margin:11px 0;font-family:inherit;font-weight:bold;line-height:22px;color:inherit;text-rendering:optimizelegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{line-height:44px}h1{font-size:41.25px}h2{font-size:33.75px}h3{font-size:26.25px}h4{font-size:18.75px}h5{font-size:15px}h6{font-size:12.75px}h1 small{font-size:26.25px}h2 small{font-size:18.75px}h3 small{font-size:15px}h4 small{font-size:15px}.page-header{padding-bottom:10px;margin:22px 0 33px;border-bottom:1px solid #eee}ul,ol{padding:0;margin:0 0 11px 25px}ul ul,ul ol,ol ol,ol ul{margin-bottom:0}li{line-height:22px}ul.unstyled,ol.unstyled{margin-left:0;list-style:none}ul.inline,ol.inline{margin-left:0;list-style:none}ul.inline>li,ol.inline>li{display:inline-block;*display:inline;*zoom:1;padding-left:5px;padding-right:5px}dl{margin-bottom:22px}dt,dd{line-height:22px}dt{font-weight:bold}dd{margin-left:11px}.dl-horizontal{*zoom:1}.dl-horizontal:before,.dl-horizontal:after{display:table;content:"";line-height:0}.dl-horizontal:after{clear:both}.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}hr{margin:22px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:0 0 0 15px;margin:0 0 22px;border-left:5px solid #eee}blockquote p{margin-bottom:0;font-size:18.75px;font-weight:300;line-height:1.25}blockquote small{display:block;line-height:22px;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:22px;font-style:normal;line-height:22px}code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:13px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;white-space:nowrap}pre{display:block;padding:10.5px;margin:0 0 11px;font-size:14px;line-height:22px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}pre.prettyprint{margin-bottom:22px}pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}form{margin:0 0 22px}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:22px;font-size:22.5px;line-height:44px;color:#333;border:0;border-bottom:1px solid #e5e5e5}legend small{font-size:16.5px;color:#999}label,input,button,select,textarea{font-size:15px;font-weight:normal;line-height:22px}input,button,select,textarea{font-family:'Arimo',sans-serif}label{display:block;margin-bottom:5px}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:22px;padding:4px 6px;margin-bottom:11px;font-size:15px;line-height:22px;color:#555;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;vertical-align:middle}input,textarea,.uneditable-input{width:206px}textarea{height:auto}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#fafafa;border:1px solid #ebebeb;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}select,input[type="file"]{height:32px;*margin-top:4px;line-height:32px}select{width:220px;border:1px solid #ebebeb;background-color:#fafafa}select[multiple],select[size]{height:auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.uneditable-input,.uneditable-textarea{color:#999;background-color:#f7f7f7;border-color:#ebebeb;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);cursor:not-allowed}.uneditable-input{overflow:hidden;white-space:nowrap}.uneditable-textarea{width:auto;height:auto}input:-moz-placeholder,textarea:-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.radio,.checkbox{min-height:22px;padding-left:20px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-20px}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px}.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px}.input-mini{width:60px}.input-small{width:90px}.input-medium{width:150px}.input-large{width:210px}.input-xlarge{width:270px}.input-xxlarge{width:530px}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:36px}input.span12,textarea.span12,.uneditable-input.span12{width:982px}input.span11,textarea.span11,.uneditable-input.span11{width:896px}input.span10,textarea.span10,.uneditable-input.span10{width:810px}input.span9,textarea.span9,.uneditable-input.span9{width:724px}input.span8,textarea.span8,.uneditable-input.span8{width:638px}input.span7,textarea.span7,.uneditable-input.span7{width:552px}input.span6,textarea.span6,.uneditable-input.span6{width:466px}input.span5,textarea.span5,.uneditable-input.span5{width:380px}input.span4,textarea.span4,.uneditable-input.span4{width:294px}input.span3,textarea.span3,.uneditable-input.span3{width:208px}input.span2,textarea.span2,.uneditable-input.span2{width:122px}input.span1,textarea.span1,.uneditable-input.span1{width:36px}.controls-row{*zoom:1}.controls-row:before,.controls-row:after{display:table;content:"";line-height:0}.controls-row:after{clear:both}.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float:left}.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top:5px}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent}.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853}.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48}.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847}.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847}.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color:#3a87ad}.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad}.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3}.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad}input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}.form-actions{padding:21px 20px 22px;margin-top:22px;margin-bottom:22px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1}.form-actions:before,.form-actions:after{display:table;content:"";line-height:0}.form-actions:after{clear:both}.help-block,.help-inline{color:#595959}.help-block{display:block;margin-bottom:11px}.help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-left:5px}.input-append,.input-prepend{display:inline-block;margin-bottom:11px;vertical-align:middle;font-size:0;white-space:nowrap}.input-append input,.input-append select,.input-append .uneditable-input,.input-append .dropdown-menu,.input-append .popover,.input-prepend input,.input-prepend select,.input-prepend .uneditable-input,.input-prepend .dropdown-menu,.input-prepend .popover{font-size:15px}.input-append input,.input-append select,.input-append .uneditable-input,.input-prepend input,.input-prepend select,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-append input:focus,.input-append select:focus,.input-append .uneditable-input:focus,.input-prepend input:focus,.input-prepend select:focus,.input-prepend .uneditable-input:focus{z-index:2}.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:22px;min-width:16px;padding:4px 5px;font-size:15px;font-weight:normal;line-height:22px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc}.input-append .add-on,.input-append .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .add-on,.input-prepend .btn,.input-prepend .btn-group>.dropdown-toggle{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546}.input-prepend .add-on,.input-prepend .btn{margin-right:-1px}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-append .add-on,.input-append .btn,.input-append .btn-group{margin-left:-1px}.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append .btn-group:first-child{margin-left:0}input.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.form-search .input-append .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search .input-append .btn{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search input,.form-search textarea,.form-search select,.form-search .help-inline,.form-search .uneditable-input,.form-search .input-prepend,.form-search .input-append,.form-inline input,.form-inline textarea,.form-inline select,.form-inline .help-inline,.form-inline .uneditable-input,.form-inline .input-prepend,.form-inline .input-append,.form-horizontal input,.form-horizontal textarea,.form-horizontal select,.form-horizontal .help-inline,.form-horizontal .uneditable-input,.form-horizontal .input-prepend,.form-horizontal .input-append{display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none}.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0}.control-group{margin-bottom:11px}legend+.control-group{margin-top:22px;-webkit-margin-top-collapse:separate}.form-horizontal .control-group{margin-bottom:22px;*zoom:1}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:"";line-height:0}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-label{float:left;width:160px;padding-top:5px;text-align:right}.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0}.form-horizontal .controls:first-child{*padding-left:180px}.form-horizontal .help-block{margin-bottom:0}.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{margin-top:11px}.form-horizontal .form-actions{padding-left:180px}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}.table{width:100%;margin-bottom:22px}.table th,.table td{padding:8px;line-height:22px;text-align:left;vertical-align:top;border-top:1px solid #ddd}.table th{font-weight:bold}.table thead th{vertical-align:bottom}.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed th,.table-condensed td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapse;border-left:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.table-bordered th,.table-bordered td{border-left:1px solid #ddd}.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{-webkit-border-top-left-radius:0;-moz-border-radius-topleft:0;border-top-left-radius:0}.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{-webkit-border-top-right-radius:0;-moz-border-radius-topright:0;border-top-right-radius:0}.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0}.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0}.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0}.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0}.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:0;-moz-border-radius-topleft:0;border-top-left-radius:0}.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:0;-moz-border-radius-topright:0;border-top-right-radius:0}.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{background-color:#f5f5f5}table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display:table-cell;float:none;margin-left:0}.table td.span1,.table th.span1{float:none;width:34px;margin-left:0}.table td.span2,.table th.span2{float:none;width:120px;margin-left:0}.table td.span3,.table th.span3{float:none;width:206px;margin-left:0}.table td.span4,.table th.span4{float:none;width:292px;margin-left:0}.table td.span5,.table th.span5{float:none;width:378px;margin-left:0}.table td.span6,.table th.span6{float:none;width:464px;margin-left:0}.table td.span7,.table th.span7{float:none;width:550px;margin-left:0}.table td.span8,.table th.span8{float:none;width:636px;margin-left:0}.table td.span9,.table th.span9{float:none;width:722px;margin-left:0}.table td.span10,.table th.span10{float:none;width:808px;margin-left:0}.table td.span11,.table th.span11{float:none;width:894px;margin-left:0}.table td.span12,.table th.span12{float:none;width:980px;margin-left:0}.table tbody tr.success>td{background-color:#dff0d8}.table tbody tr.error>td{background-color:#f2dede}.table tbody tr.warning>td{background-color:#fcf8e3}.table tbody tr.info>td{background-color:#d9edf7}.table-hover tbody tr.success:hover>td{background-color:#d0e9c6}.table-hover tbody tr.error:hover>td{background-color:#ebcccc}.table-hover tbody tr.warning:hover>td{background-color:#faf2cc}.table-hover tbody tr.info:hover>td{background-color:#c4e3f3}.dropup,.dropdown{position:relative}.dropdown-toggle{*margin-bottom:-3px}.dropdown-toggle:active,.open .dropdown-toggle{outline:0}.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.dropdown .caret{margin-top:8px;margin-left:2px}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{*width:100%;height:1px;margin:10px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:22px;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{text-decoration:none;color:#fff;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0076b2',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0076b2',GradientType=0)}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default}.open{*z-index:1000}.open>.dropdown-menu{display:block}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;border-radius:5px 5px 5px 0}.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.dropdown .dropdown-menu .nav-header{padding-left:20px;padding-right:20px}.typeahead{z-index:1051;margin-top:2px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.pull-right{float:right}.pull-left{float:left}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.affix{position:fixed}.hidden{display:none;visibility:hidden}.visible-phone{display:none !important}.visible-tablet{display:none !important}.hidden-desktop{display:none !important}.visible-desktop{display:inherit !important}@media(min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}.visible-tablet{display:inherit !important}.hidden-tablet{display:none !important}}@media(max-width:767px){.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}.visible-phone{display:inherit !important}.hidden-phone{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:inherit !important}.hidden-print{display:none !important}}@media(min-width:1200px){.row{margin-left:-30px;*zoom:1}.row:before,.row:after{display:table;content:"";line-height:0}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:30px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px}.span12{width:1170px}.span11{width:1070px}.span10{width:970px}.span9{width:870px}.span8{width:770px}.span7{width:670px}.span6{width:570px}.span5{width:470px}.span4{width:370px}.span3{width:270px}.span2{width:170px}.span1{width:70px}.offset12{margin-left:1230px}.offset11{margin-left:1130px}.offset10{margin-left:1030px}.offset9{margin-left:930px}.offset8{margin-left:830px}.offset7{margin-left:730px}.offset6{margin-left:630px}.offset5{margin-left:530px}.offset4{margin-left:430px}.offset3{margin-left:330px}.offset2{margin-left:230px}.offset1{margin-left:130px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;width:100%;min-height:32px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.5641025641026%;*margin-left:2.5139017608897%}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.5641025641026%}.row-fluid .span12{width:100%;margin-left:2.5641025641026%;*margin-left:2.5139017608897%;*width:99.949799196787%}.row-fluid .span11{width:91.293532338308%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:91.243331535096%}.row-fluid .span10{width:82.587064676617%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:82.536863873404%}.row-fluid .span9{width:73.880597014925%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:73.830396211713%}.row-fluid .span8{width:65.174129353234%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:65.123928550021%}.row-fluid .span7{width:56.467661691542%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:56.417460888329%}.row-fluid .span6{width:47.761194029851%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:47.710993226638%}.row-fluid .span5{width:39.054726368159%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:39.004525564946%}.row-fluid .span4{width:30.348258706468%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:30.298057903255%}.row-fluid .span3{width:21.641791044776%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:21.591590241563%}.row-fluid .span2{width:12.935323383085%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:12.885122579872%}.row-fluid .span1{width:4.228855721393%;margin-left:4.4776119402985%;*margin-left:4.4274111370857%;*width:4.1786549181802%}.row-fluid .offset12{margin-left:105.12820512821%;*margin-left:105.02780352178%}.row-fluid .offset12:first-child{margin-left:102.5641025641%;*margin-left:102.46370095768%}.row-fluid .offset11{margin-left:100.24875621891%;*margin-left:100.14835461248%}.row-fluid .offset11:first-child{margin-left:95.771144278607%;*margin-left:95.670742672181%}.row-fluid .offset10{margin-left:91.542288557214%;*margin-left:91.441886950788%}.row-fluid .offset10:first-child{margin-left:87.064676616915%;*margin-left:86.96427501049%}.row-fluid .offset9{margin-left:82.835820895522%;*margin-left:82.735419289097%}.row-fluid .offset9:first-child{margin-left:78.358208955224%;*margin-left:78.257807348798%}.row-fluid .offset8{margin-left:74.129353233831%;*margin-left:74.028951627405%}.row-fluid .offset8:first-child{margin-left:69.651741293532%;*margin-left:69.551339687107%}.row-fluid .offset7{margin-left:65.422885572139%;*margin-left:65.322483965714%}.row-fluid .offset7:first-child{margin-left:60.945273631841%;*margin-left:60.844872025415%}.row-fluid .offset6{margin-left:56.716417910448%;*margin-left:56.616016304022%}.row-fluid .offset6:first-child{margin-left:52.238805970149%;*margin-left:52.138404363724%}.row-fluid .offset5{margin-left:48.009950248756%;*margin-left:47.909548642331%}.row-fluid .offset5:first-child{margin-left:43.532338308458%;*margin-left:43.431936702032%}.row-fluid .offset4{margin-left:39.303482587065%;*margin-left:39.203080980639%}.row-fluid .offset4:first-child{margin-left:34.825870646766%;*margin-left:34.72546904034%}.row-fluid .offset3{margin-left:30.597014925373%;*margin-left:30.496613318947%}.row-fluid .offset3:first-child{margin-left:26.119402985075%;*margin-left:26.019001378649%}.row-fluid .offset2{margin-left:21.890547263682%;*margin-left:21.790145657256%}.row-fluid .offset2:first-child{margin-left:17.412935323383%;*margin-left:17.312533716957%}.row-fluid .offset1{margin-left:13.18407960199%;*margin-left:13.083677995564%}.row-fluid .offset1:first-child{margin-left:8.7064676616915%;*margin-left:8.6060660552658%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:30px}input.span12,textarea.span12,.uneditable-input.span12{width:1156px}input.span11,textarea.span11,.uneditable-input.span11{width:1056px}input.span10,textarea.span10,.uneditable-input.span10{width:956px}input.span9,textarea.span9,.uneditable-input.span9{width:856px}input.span8,textarea.span8,.uneditable-input.span8{width:756px}input.span7,textarea.span7,.uneditable-input.span7{width:656px}input.span6,textarea.span6,.uneditable-input.span6{width:556px}input.span5,textarea.span5,.uneditable-input.span5{width:456px}input.span4,textarea.span4,.uneditable-input.span4{width:356px}input.span3,textarea.span3,.uneditable-input.span3{width:256px}input.span2,textarea.span2,.uneditable-input.span2{width:156px}input.span1,textarea.span1,.uneditable-input.span1{width:56px}.thumbnails{margin-left:-30px}.thumbnails>li{margin-left:30px}.row-fluid .thumbnails{margin-left:0}}@media(min-width:768px) and (max-width:1018px){.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;content:"";line-height:0}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:748px}.span12{width:748px}.span11{width:684px}.span10{width:620px}.span9{width:556px}.span8{width:492px}.span7{width:428px}.span6{width:364px}.span5{width:300px}.span4{width:236px}.span3{width:172px}.span2{width:108px}.span1{width:44px}.offset12{margin-left:788px}.offset11{margin-left:724px}.offset10{margin-left:660px}.offset9{margin-left:596px}.offset8{margin-left:532px}.offset7{margin-left:468px}.offset6{margin-left:404px}.offset5{margin-left:340px}.offset4{margin-left:276px}.offset3{margin-left:212px}.offset2{margin-left:148px}.offset1{margin-left:84px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;width:100%;min-height:32px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.6737967914439%;*margin-left:2.623595988231%}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.6737967914439%}.row-fluid .span12{width:100%;margin-left:2.6737967914439%;*margin-left:2.623595988231%;*width:99.949799196787%}.row-fluid .span11{width:91.452991452991%;margin-left:2.5641025641026%;*margin-left:2.5139017608897%;*width:91.402790649779%}.row-fluid .span10{width:82.905982905983%;margin-left:2.5641025641026%;*margin-left:2.5139017608897%;*width:82.85578210277%}.row-fluid .span9{width:74.358974358974%;margin-left:2.5641025641026%;*margin-left:2.5139017608897%;*width:74.308773555762%}.row-fluid .span8{width:65.811965811966%;margin-left:2.5641025641026%;*margin-left:2.5139017608897%;*width:65.761765008753%}.row-fluid .span7{width:57.264957264957%;margin-left:2.5641025641026%;*margin-left:2.5139017608897%;*width:57.214756461744%}.row-fluid .span6{width:48.717948717949%;margin-left:2.5641025641026%;*margin-left:2.5139017608897%;*width:48.667747914736%}.row-fluid .span5{width:40.17094017094%;margin-left:2.5641025641026%;*margin-left:2.5139017608897%;*width:40.120739367727%}.row-fluid .span4{width:31.623931623932%;margin-left:2.5641025641026%;*margin-left:2.5139017608897%;*width:31.573730820719%}.row-fluid .span3{width:23.076923076923%;margin-left:2.5641025641026%;*margin-left:2.5139017608897%;*width:23.02672227371%}.row-fluid .span2{width:14.529914529915%;margin-left:2.5641025641026%;*margin-left:2.5139017608897%;*width:14.479713726702%}.row-fluid .span1{width:5.982905982906%;margin-left:2.5641025641026%;*margin-left:2.5139017608897%;*width:5.9327051796931%}.row-fluid .offset12{margin-left:105.34759358289%;*margin-left:105.24719197646%}.row-fluid .offset12:first-child{margin-left:102.67379679144%;*margin-left:102.57339518502%}.row-fluid .offset11{margin-left:96.581196581197%;*margin-left:96.480794974771%}.row-fluid .offset11:first-child{margin-left:94.017094017094%;*margin-left:93.916692410668%}.row-fluid .offset10{margin-left:88.034188034188%;*margin-left:87.933786427762%}.row-fluid .offset10:first-child{margin-left:85.470085470085%;*margin-left:85.36968386366%}.row-fluid .offset9{margin-left:79.487179487179%;*margin-left:79.386777880754%}.row-fluid .offset9:first-child{margin-left:76.923076923077%;*margin-left:76.822675316651%}.row-fluid .offset8{margin-left:70.940170940171%;*margin-left:70.839769333745%}.row-fluid .offset8:first-child{margin-left:68.376068376068%;*margin-left:68.275666769643%}.row-fluid .offset7{margin-left:62.393162393162%;*margin-left:62.292760786737%}.row-fluid .offset7:first-child{margin-left:59.82905982906%;*margin-left:59.728658222634%}.row-fluid .offset6{margin-left:53.846153846154%;*margin-left:53.745752239728%}.row-fluid .offset6:first-child{margin-left:51.282051282051%;*margin-left:51.181649675626%}.row-fluid .offset5{margin-left:45.299145299145%;*margin-left:45.19874369272%}.row-fluid .offset5:first-child{margin-left:42.735042735043%;*margin-left:42.634641128617%}.row-fluid .offset4{margin-left:36.752136752137%;*margin-left:36.651735145711%}.row-fluid .offset4:first-child{margin-left:34.188034188034%;*margin-left:34.087632581608%}.row-fluid .offset3{margin-left:28.205128205128%;*margin-left:28.104726598702%}.row-fluid .offset3:first-child{margin-left:25.641025641026%;*margin-left:25.5406240346%}.row-fluid .offset2{margin-left:19.65811965812%;*margin-left:19.557718051694%}.row-fluid .offset2:first-child{margin-left:17.094017094017%;*margin-left:16.993615487591%}.row-fluid .offset1{margin-left:11.111111111111%;*margin-left:11.010709504685%}.row-fluid .offset1:first-child{margin-left:8.5470085470085%;*margin-left:8.4466069405828%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:734px}input.span11,textarea.span11,.uneditable-input.span11{width:670px}input.span10,textarea.span10,.uneditable-input.span10{width:606px}input.span9,textarea.span9,.uneditable-input.span9{width:542px}input.span8,textarea.span8,.uneditable-input.span8{width:478px}input.span7,textarea.span7,.uneditable-input.span7{width:414px}input.span6,textarea.span6,.uneditable-input.span6{width:350px}input.span5,textarea.span5,.uneditable-input.span5{width:286px}input.span4,textarea.span4,.uneditable-input.span4{width:222px}input.span3,textarea.span3,.uneditable-input.span3{width:158px}input.span2,textarea.span2,.uneditable-input.span2{width:94px}input.span1,textarea.span1,.uneditable-input.span1{width:30px}}@media(max-width:767px){body{padding-left:20px;padding-right:20px}.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-left:-20px;margin-right:-20px}.container-fluid{padding:0}.dl-horizontal dt{float:none;clear:none;width:auto;text-align:left}.dl-horizontal dd{margin-left:0}.container{width:auto}.row-fluid{width:100%}.row,.thumbnails{margin-left:0}.thumbnails>li{float:none;margin-left:0}[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{float:none;display:block;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="offset"]:first-child{margin-left:0}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:32px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto}.controls-row [class*="span"]+[class*="span"]{margin-left:0}.modal{position:fixed;top:20px;left:20px;right:20px;width:auto;margin:0}.modal.fade{top:-100px}.modal.fade.in{top:20px}}@media(max-width:480px){.nav-collapse{-webkit-transform:translate3d(0,0,0)}.page-header h1 small{display:block;line-height:22px}input[type="checkbox"],input[type="radio"]{border:1px solid #ccc}.form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:left}.form-horizontal .controls{margin-left:0}.form-horizontal .control-list{padding-top:0}.form-horizontal .form-actions{padding-left:10px;padding-right:10px}.media .pull-left,.media .pull-right{float:none;display:block;margin-bottom:10px}.media-object{margin-right:0;margin-left:0}.modal{top:10px;left:10px;right:10px}.modal-header .close{padding:10px;margin:-10px}.carousel-caption{position:static}}@media(max-width:979px){body{padding-top:0}.navbar-fixed-top,.navbar-fixed-bottom{position:static}.navbar-fixed-top{margin-bottom:22px}.navbar-fixed-bottom{margin-top:22px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px}.navbar .container{width:auto;padding:0}.navbar .brand{padding-left:10px;padding-right:10px;margin:0 0 0 -5px}.nav-collapse{clear:both}.nav-collapse .nav{float:none;margin:0 0 11px}.nav-collapse .nav>li{float:none}.nav-collapse .nav>li>a{margin-bottom:2px}.nav-collapse .nav>.divider-vertical{display:none}.nav-collapse .nav .nav-header{color:#777;text-shadow:none}.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-collapse .dropdown-menu li+li a{margin-bottom:2px}.nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color:#f2f2f2}.navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999}.navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .nav>li>a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color:#111}.nav-collapse.in .btn-group{margin-top:5px;padding:0}.nav-collapse .dropdown-menu{position:static;top:auto;left:auto;float:none;display:none;max-width:none;margin:0 15px;padding:0;background-color:transparent;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.nav-collapse .open>.dropdown-menu{display:block}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none}.nav-collapse .dropdown-menu .divider{display:none}.nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:11px 15px;margin:11px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111;border-bottom-color:#111}.navbar .nav-collapse .nav.pull-right{float:none;margin-left:0}.nav-collapse,.nav-collapse.collapse{overflow:hidden;height:0}.navbar .btn-navbar{display:block}.navbar-static .navbar-inner{padding-left:10px;padding-right:10px}}@media(min-width:980px){.nav-collapse.collapse{height:auto !important;overflow:visible !important}}

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: 	CurejoyMagazinly
/* 3    *| Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
/* 4    *| Description: 	Premium wordpress template, clean and easy to use.
/* 5    *| Version: 		1.9
/* 6    *| Author: 		tagDiv
/* 7    *| Author URI: 	http://themeforest.net/user/tagDiv/portfolio
/* 8    *| License:
/* 9    *| License URI:
/* 10   *| Tags:black, white, one-column, two-columns, fixed-width
/* 11   *| */
/* 12   */ /*
/* 13   *| 
/* 14   *| /'\_/`\                            _
/* 15   *| |     |   _ _    __     _ _  ____ (_)  ___     __    ___
/* 16   *| | (_) | /'_` ) /'_ `\ /'_` )(_  ,)| |/' _ `\ /'__`\/',__)
/* 17   *| | | | |( (_| |( (_) |( (_| | /'/_ | || ( ) |(  ___/\__, \
/* 18   *| (_) (_)`\__,_)`\__  |`\__,_)(____)(_)(_) (_)`\____)(____/
/* 19   *|               ( )_) |
/* 20   *|                \___/'
/* 21   *| 
/* 22   *|   ~ tagDiv 2013 ~
/* 23   *| 
/* 24   *| */
/* 25   */ body {
/* 26   */     background-color: #fcfcfc;
/* 27   */   color: #4b4b4b;
/* 28   */ }
/* 29   */ @media (max-width: 767px) {
/* 30   */   body {
/* 31   */     padding: 0px;
/* 32   */   }
/* 33   */ }
/* 34   */ .td-grid-wrap {
/* 35   */   padding: 48px 0px 0px 0px;
/* 36   */ }
/* 37   */ @media (max-width: 767px) {
/* 38   */ 
/* 39   */     .td-grid-wrap {
/* 40   */         padding: 10px 0px 0px 0px;
/* 41   */     }
/* 42   */ }
/* 43   */ @media (min-width: 1200px) {
/* 44   */   .td-grid-wrap {
/* 45   */     padding: 49px 13px 0px 13px;
/* 46   */   }
/* 47   */ }
/* 48   */ .container-fluid {
/* 49   */   padding-left: 15px;
/* 50   */   padding-right: 15px;

/* style.css */

/* 51   */ }
/* 52   */ @media (min-width: 1200px) {
/* 53   */   .container-fluid {
/* 54   */     padding-left: 35px;
/* 55   */     padding-right: 35px;
/* 56   */   }
/* 57   */ }
/* 58   */ @media (min-width: 768px) and (max-width: 1018px) {
/* 59   */   .container-fluid {
/* 60   */     padding-left: 11px;
/* 61   */     padding-right: 11px;
/* 62   */   }
/* 63   */ }
/* 64   */ @media (max-width: 767px) {
/* 65   */   .container-fluid {
/* 66   */     padding-left: 8px;
/* 67   */     padding-right: 8px;
/* 68   */   }
/* 69   */ }
/* 70   */ .td-page-meta {
/* 71   */   display: none;
/* 72   */ }
/* 73   */ /*  ----------------------------------------------------------------------------
/* 74   *|     category page
/* 75   *| */
/* 76   */ .td_block_wrap.category-title {
/* 77   */   padding-bottom: 0px;
/* 78   */ }
/* 79   */ /*  ----------------------------------------------------------------------------
/* 80   *|     404
/* 81   *| */
/* 82   */ .td-404-title {
/* 83   */   font-family: 'Open Sans', arial, sans-serif;
/* 84   */   font-weight: 700;
/* 85   */   font-size: 40px;
/* 86   */   color: #cbcbcb;
/* 87   */   text-align: center;
/* 88   */   padding: 20px 0px 70px 0px ;
/* 89   */ }
/* 90   */ .td-404-head {
/* 91   */   text-align: center;
/* 92   */ }
/* 93   */ /*  ----------------------------------------------------------------------------
/* 94   *|     Page navigation
/* 95   *| */
/* 96   */ .page-nav {
/* 97   */   padding: 42px 0 68px 0;
/* 98   */ }
/* 99   */ .page-nav a,
/* 100  */ .page-nav span {

/* style.css */

/* 101  */   color: #333333;
/* 102  */   background-color: #FFFFFF;
/* 103  */   border: 1px solid #f5f5f5;
/* 104  */   margin-right: 5px;
/* 105  */   padding: 5px 10px 5px 10px;
/* 106  */   min-width: 10px;
/* 107  */   display: inline-block;
/* 108  */   text-align: center;
/* 109  */ }
/* 110  */ .page-nav a:hover {
/* 111  */   text-decoration: none !important;
/* 112  */ }
/* 113  */ .page-nav .extend {
/* 114  */   border: none;
/* 115  */ }
/* 116  */ .page-nav .pages {
/* 117  */   float: right;
/* 118  */   margin: 0px;
/* 119  */   padding: 4px 0px 6px 0px;
/* 120  */   border: none;
/* 121  */ }
/* 122  */ .page-nav .current {
/* 123  */   background-color: #ee5656;
/* 124  */   border: 1px solid #ee5656;
/* 125  */   color: white;
/* 126  */ }
/* 127  */ .page-nav .right-arrow {
/* 128  */   padding-left: 5px;
/* 129  */   top: -1px;
/* 130  */   position: relative;
/* 131  */ }
/* 132  */ .page-nav .left-arrow {
/* 133  */   padding-right: 5px;
/* 134  */   top: -1px;
/* 135  */   position: relative;
/* 136  */ }
/* 137  */ .td-homepage-2-wrap {
/* 138  */   padding-top: 0px;
/* 139  */ }
/* 140  */ ins {
/* 141  */   background-color: transparent !important;
/* 142  */ }
/* 143  */ .td-header-line {
/* 144  */   /*background: #ee5656 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;*/
/* 145  */   background: #56ad9b;
/* 146  */   height: 7px;
/* 147  */     display:none;
/* 148  */ }
/* 149  */ .mx-td-header-wrap-normal {
/* 150  */   padding-bottom: 2px;

/* style.css */

/* 151  */   line-height: 156px;
/* 152  */   /* responsive phone */
/* 153  */ 
/* 154  */ }
/* 155  */ @media (max-width: 767px) {
/* 156  */   .mx-td-header-wrap-normal {
/* 157  */     line-height: 70px !important;
/* 158  */   }
/* 159  */ }
/* 160  */ .td-header-wrap-1 {
/* 161  */   padding-bottom: 2px;
/* 162  */   line-height: 156px;
/* 163  */   /* responsive phone */
/* 164  */ 
/* 165  */ }
/* 166  */ @media (max-width: 767px) {
/* 167  */   .td-header-wrap-1 {
/* 168  */     line-height: 70px !important;
/* 169  */   }
/* 170  */ }
/* 171  */ .td-header-wrap-3 {
/* 172  */   padding-bottom: 2px;
/* 173  */   line-height: 156px;
/* 174  */   /* responsive phone */
/* 175  */ 
/* 176  */ }
/* 177  */ @media (max-width: 767px) {
/* 178  */   .td-header-wrap-3 {
/* 179  */     line-height: 70px !important;
/* 180  */   }
/* 181  */ }
/* 182  */ .td-header-wrap-4 {
/* 183  */   text-align: center;
/* 184  */   padding-bottom: 2px;
/* 185  */   line-height: 156px;
/* 186  */   /* responsive phone */
/* 187  */ 
/* 188  */ }
/* 189  */ @media (max-width: 767px) {
/* 190  */   .td-header-wrap-4 {
/* 191  */     line-height: 70px !important;
/* 192  */   }
/* 193  */ }
/* 194  */ .td-header-top-ad .textwidget > ins {
/* 195  */   position: relative !important;
/* 196  */   top: 37px !important;
/* 197  */ }
/* 198  */ /*  ----------------------------------------------------------------------------
/* 199  *|     logo
/* 200  *| */

/* style.css */

/* 201  */ .header-logo-wrap {
/* 202  */   /* responsive phone */
/* 203  */ 
/* 204  */ }
/* 205  */ @media (max-width: 767px) {
/* 206  */   .header-logo-wrap {
/* 207  */     text-align: center;
/* 208  */   }
/* 209  */ }
/* 210  */ .header-logo-wrap img {
/* 211  */   margin-left: 15px;
/* 212  */   /* responsive monitor */
/* 213  */ 
/* 214  */   /* responsive portrait tablet */
/* 215  */ 
/* 216  */   /* responsive phone */
/* 217  */ 
/* 218  */ }
/* 219  */ @media (min-width: 1200px) {
/* 220  */   .header-logo-wrap img {
/* 221  */     margin-left: 48px;
/* 222  */   }
/* 223  */ }
/* 224  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 225  */   .header-logo-wrap img {
/* 226  */     width: 250px;
/* 227  */     margin-left: 11px;
/* 228  */   }
/* 229  */ }
/* 230  */ @media (max-width: 767px) {
/* 231  */   .header-logo-wrap img {
/* 232  */     margin-left: 0px;
/* 233  */     width: 150px;
/* 234  */   }
/* 235  */ }
/* 236  */ /*  ----------------------------------------------------------------------------
/* 237  *|     variablez
/* 238  *| */
/* 239  */ /*  ----------------------------------------------------------------------------
/* 240  *|     menu templates
/* 241  *| */
/* 242  */ .td-menu-style-2 .affix-top .td-triangle-right-wrap {
/* 243  */   display: none;
/* 244  */ }
/* 245  */ .td-menu-style-2 .affix-top .td-triangle-left-wrap {
/* 246  */   display: none;
/* 247  */ }
/* 248  */ .td-menu-style-2 .affix-top {
/* 249  */   -webkit-box-shadow: none;
/* 250  */   -moz-box-shadow: none;

/* style.css */

/* 251  */   box-shadow: none;
/* 252  */ }
/* 253  */ .td-menu-style-2 .affix-top.td-menu-wrap {
/* 254  */   border-bottom: none;
/* 255  */ }
/* 256  */ .td-menu-style-2-line {
/* 257  */   border-bottom: 3px solid #f57272;
/* 258  */   background: #ee5656 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;
/* 259  */ }
/* 260  */ /*  ----------------------------------------------------------------------------
/* 261  *|     diverse
/* 262  *| */
/* 263  */ .td-menu-placeholder {
/* 264  */   height: 66px;
/* 265  */ }
/* 266  */ .affix-top {
/* 267  */   position: relative;
/* 268  */ }
/* 269  */ .affix {
/* 270  */   left: 0;
/* 271  */   right: 0;
/* 272  */   top: 0px;
/* 273  */   z-index: 9999;
/* 274  */ }
/* 275  */ .td-menu-wrap {
/* 276  */   /*background: #ee5656 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;*/
/* 277  */   background: #56ad9b ;
/* 278  */   height: 52px;
/* 279  */   border-bottom: 3px solid #f57272;
/* 280  */     -webkit-border-radius: 4px;
/* 281  */     -moz-border-radius: 4px;
/* 282  */     border-radius: 4px;
/* 283  */   -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.25);
/* 284  */   -moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.25);
/* 285  */   box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.25);
/* 286  */ }
/* 287  */ .td-menu-wrap #td-top-menu {
/* 288  */   padding-left: 15px;
/* 289  */   /* responsive monitor */
/* 290  */ 
/* 291  */   /* responsive portrait tablet */
/* 292  */ 
/* 293  */ }
/* 294  */ @media (min-width: 1200px) {
/* 295  */   .td-menu-wrap #td-top-menu {
/* 296  */     padding-left: 48px;
/* 297  */   }
/* 298  */ }
/* 299  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 300  */   .td-menu-wrap #td-top-menu {

/* style.css */

/* 301  */     padding-left: 11px;
/* 302  */   }
/* 303  */ }
/* 304  */ @media (max-width: 767px) {
/* 305  */     .td-menu-wrap {
/* 306  */         -moz-border-radius: 0;
/* 307  */         -webkit-border-radius: 0;
/* 308  */         border-radius: 0;
/* 309  */     }
/* 310  */ }
/* 311  */ /* triangle left */
/* 312  */ .td-triangle-left-wrap {
/* 313  */   display:none;
/* 314  */   position: absolute;
/* 315  */   left: -6px;
/* 316  */   width: 6px;
/* 317  */   z-index: 9999;
/* 318  */   background: #ee5656 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;
/* 319  */   background-position: -2px 0px;
/* 320  */   height: 52px;
/* 321  */   border-bottom: 3px solid #f57272;
/* 322  */   /* responsive phone */
/* 323  */ 
/* 324  */ }
/* 325  */ @media (max-width: 767px) {
/* 326  */   .td-triangle-left-wrap {
/* 327  */     display: none;
/* 328  */   }
/* 329  */ }
/* 330  */ .td-triangle-left {
/* 331  */   width: 0px;
/* 332  */   height: 0px;
/* 333  */   border-style: solid;
/* 334  */   border-width: 0 5px 5px 0;
/* 335  */   border-color: transparent #9b1010 transparent transparent;
/* 336  */   position: relative;
/* 337  */   top: 55px;
/* 338  */ }
/* 339  */ /* triangle right */
/* 340  */ .td-triangle-right-wrap {
/* 341  */     display:none;
/* 342  */     position: absolute;
/* 343  */   right: -6px;
/* 344  */   width: 6px;
/* 345  */   z-index: 9999;
/* 346  */   background: #ee5656 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;
/* 347  */   /* responsive portrait tablet */
/* 348  */ 
/* 349  */   /* responsive monitor */
/* 350  */ 

/* style.css */

/* 351  */   height: 52px;
/* 352  */   border-bottom: 3px solid #f57272;
/* 353  */   /* responsive phone */
/* 354  */ 
/* 355  */ }
/* 356  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 357  */ 
/* 358  */ }
/* 359  */ @media (min-width: 1200px) {
/* 360  */   .td-triangle-right-wrap {
/* 361  */     background-position: -2px 0px;
/* 362  */   }
/* 363  */ }
/* 364  */ @media (max-width: 767px) {
/* 365  */   .td-triangle-right-wrap {
/* 366  */     display: none;
/* 367  */   }
/* 368  */ }
/* 369  */ .td-triangle-right {
/* 370  */   width: 0px;
/* 371  */   height: 0px;
/* 372  */   border-style: solid;
/* 373  */   border-width: 5px 5px 0 0;
/* 374  */   border-color: #9b1010 transparent transparent transparent;
/* 375  */   position: relative;
/* 376  */   top: 55px;
/* 377  */   left: 1px;
/* 378  */ }
/* 379  */ /*
/* 380  *|   SF menu
/* 381  *| */
/* 382  */ .sf-menu,
/* 383  */ .sf-menu * {
/* 384  */   margin: 0;
/* 385  */   padding: 0;
/* 386  */   list-style: none;
/* 387  */ }
/* 388  */ .sf-menu {
/* 389  */   line-height: 1.0;
/* 390  */ }
/* 391  */ .sf-menu ul {
/* 392  */   position: absolute;
/* 393  */   top: -999em;
/* 394  */   width: 10em;
/* 395  */   /* left offset of submenus need to match (see below) */
/* 396  */ 
/* 397  */ }
/* 398  */ .sf-menu ul li {
/* 399  */   width: 100%;
/* 400  */ }

/* style.css */

/* 401  */ .sf-menu li:hover {
/* 402  */   visibility: inherit;
/* 403  */   /* fixes IE7 'sticky bug' */
/* 404  */ 
/* 405  */ }
/* 406  */ .sf-menu li {
/* 407  */   float: left;
/* 408  */   position: relative;
/* 409  */ }
/* 410  */ .sf-menu a {
/* 411  */   display: block;
/* 412  */   position: relative;
/* 413  */ }
/* 414  */ .sf-menu li:hover ul,
/* 415  */ .sf-menu li.sfHover ul {
/* 416  */   left: 0;
/* 417  */   top: 55px;
/* 418  */   /* match top ul list item height */
/* 419  */ 
/* 420  */   z-index: 99;
/* 421  */ }
/* 422  */ ul.sf-menu li:hover li ul,
/* 423  */ ul.sf-menu li.sfHover li ul {
/* 424  */   top: -999em;
/* 425  */ }
/* 426  */ ul.sf-menu li li:hover ul,
/* 427  */ ul.sf-menu li li.sfHover ul {
/* 428  */   left: 10em;
/* 429  */   /* match ul width */
/* 430  */ 
/* 431  */   top: 0;
/* 432  */ }
/* 433  */ ul.sf-menu li li:hover li ul,
/* 434  */ ul.sf-menu li li.sfHover li ul {
/* 435  */   top: -999em;
/* 436  */ }
/* 437  */ ul.sf-menu li li li:hover ul,
/* 438  */ ul.sf-menu li li li.sfHover ul {
/* 439  */   left: 10em;
/* 440  */   /* match ul width */
/* 441  */ 
/* 442  */   top: 0;
/* 443  */ }
/* 444  */ /*** DEMO SKIN ***/
/* 445  */ .sf-menu {
/* 446  */   float: left;
/* 447  */ }
/* 448  */ /*  ----------------------------------------------------------------------------
/* 449  *|     All the links
/* 450  *| */

/* style.css */

/* 451  */ .sf-menu a {
/* 452  */   text-decoration: none !important;
/* 453  */   font-family: 'Ubuntu', sans-serif;
/* 454  */   font-size: 16px;
/* 455  */ }
/* 456  */ .sf-menu a:hover {
/* 457  */   text-decoration: none !important;
/* 458  */ }
/* 459  */ /*  ----------------------------------------------------------------------------
/* 460  *|     Top menus
/* 461  *| */
/* 462  */ /* remove the down arrow on links with #_ (icosn menus) */
/* 463  */ a[href='#_'] {
/* 464  */   padding-right: 14px !important;
/* 465  */ }
/* 466  */ a[href='#_'] .sf-sub-indicator {
/* 467  */   display: none;
/* 468  */ }
/* 469  */ .sf-menu > li > a {
/* 470  */   padding: 0px 14px 0px 14px;
/* 471  */   height: 52px;
/* 472  */   line-height: 52px;
/* 473  */   font-size: 14px;
/* 474  */   color: #ffffff !important;
/* 475  */   border-bottom: 3px solid transparent;
/* 476  */   z-index: 9999;
/* 477  */   /* responsive monitor */
/* 478  */ 
/* 479  */   /* responsive portrait tablet */
/* 480  */ 
/* 481  */ }
/* 482  */ @media (min-width: 1200px) {
/* 483  */   .sf-menu > li > a {
/* 484  */     font-size: 16px;
/* 485  */   }
/* 486  */ }
/* 487  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 488  */   .sf-menu > li > a {
/* 489  */     font-size: 13px;
/* 490  */     position: relative;
/* 491  */     top: 1px;
/* 492  */   }
/* 493  */ }
/* 494  */ /* menu icons */
/* 495  */ .sf-menu .menu_icon {
/* 496  */   position: relative;
/* 497  */   top: 15px;
/* 498  */ }
/* 499  */ .sf-menu .menu_hidden {
/* 500  */   display: none !important;

/* style.css */

/* 501  */ }
/* 502  */ /* hover and current menu */
/* 503  */ .sf-menu > .current-menu-item > a,
/* 504  */ .sf-menu > .current-menu-ancestor > a,
/* 505  */ .sf-menu > li > a:hover,
/* 506  */ .sf-menu > .sfHover > a {
/* 507  */   border-bottom: 3px solid white;
/* 508  */ }
/* 509  */ .sf-menu > li:before {
/* 510  */   position: absolute;
/* 511  */   top: 23px;
/* 512  */   left: -1px;
/* 513  */   display: block;
/* 514  */   content: '';
/* 515  */   height: 9px;
/* 516  */   width: 1px;
/* 517  */   box-sizing: border-box;
/* 518  */   -moz-box-sizing: border-box;
/* 519  */   -webkit-box-sizing: border-box;
/* 520  */   background-color: #f57272;
/* 521  */ }
/* 522  */ .sf-menu > li.menu-item-first:before {
/* 523  */   display: none;
/* 524  */ }
/* 525  */ /*  ----------------------------------------------------------------------------
/* 526  *|     submenu
/* 527  *| */
/* 528  */ .sf-menu ul {
/* 529  */   box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
/* 530  */   background: transparent url('/content/wp-content/themes/CurejoyMagazinly/images/header/submenu-bg.png') repeat;
/* 531  */ }
/* 532  */ .sf-menu ul a {
/* 533  */   padding: 7px 14px 9px 13px;
/* 534  */   font-size: 14px;
/* 535  */   color: #3d4449;
/* 536  */   -webkit-transition: none;
/* 537  */   -moz-transition: none;
/* 538  */   -o-transition: none;
/* 539  */   transition: none;
/* 540  */ }
/* 541  */ .sf-menu ul a:hover,
/* 542  */ .sf-menu ul .sfHover > a,
/* 543  */ .sf-menu ul .current-menu-ancestor > a,
/* 544  */ .sf-menu ul .current-menu-item > a {
/* 545  */   color: #ffffff !important;
/* 546  */   background: #ee5656 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;
/* 547  */ }
/* 548  */ .sf-menu li:hover,
/* 549  */ .sf-menu li.sfHover,
/* 550  */ .sf-menu a:focus,

/* style.css */

/* 551  */ .sf-menu a:hover,
/* 552  */ .sf-menu a:active {
/* 553  */   outline: 0;
/* 554  */ }
/* 555  */ /*  ----------------------------------------------------------------------------
/* 556  *|     arrows
/* 557  *| */
/* 558  */ .sf-menu a.sf-with-ul {
/* 559  */   padding-right: 26px;
/* 560  */   min-width: 1px;
/* 561  */   /* trigger IE7 hasLayout so spans position accurately */
/* 562  */ 
/* 563  */ }
/* 564  */ /* top menu down white */
/* 565  */ .sf-sub-indicator {
/* 566  */   position: absolute;
/* 567  */   right: 11px;
/* 568  */   top: 25px;
/* 569  */   /* IE6 only */
/* 570  */ 
/* 571  */   text-indent: -999em;
/* 572  */   overflow: hidden;
/* 573  */   width: 7px;
/* 574  */   height: 4px;
/* 575  */   background-position: -20px -832px;
/* 576  */ }
/* 577  */ /* top menu down hover */
/* 578  */ a:focus > .sf-sub-indicator,
/* 579  */ a:hover > .sf-sub-indicator,
/* 580  */ a:active > .sf-sub-indicator,
/* 581  */ li:hover > a > .sf-sub-indicator,
/* 582  */ li.sfHover > a > .sf-sub-indicator {
/* 583  */   width: 7px;
/* 584  */   height: 4px;
/* 585  */   background-position: -20px -832px;
/* 586  */ }
/* 587  */ .sf-menu ul a > .sf-sub-indicator {
/* 588  */   width: 4px;
/* 589  */   height: 7px;
/* 590  */   background-position: -20px -876px;
/* 591  */ }
/* 592  */ /* right white ( hover) */
/* 593  */ .sf-menu ul .sf-sub-indicator {
/* 594  */   top: 17px;
/* 595  */   width: 4px;
/* 596  */   height: 7px;
/* 597  */   background-position: -20px -923px;
/* 598  */ }
/* 599  */ /* hover right white */
/* 600  */ .sf-menu ul a:focus > .sf-sub-indicator,

/* style.css */

/* 601  */ .sf-menu ul a:hover > .sf-sub-indicator,
/* 602  */ .sf-menu ul a:active > .sf-sub-indicator,
/* 603  */ .sf-menu ul li:hover > a > .sf-sub-indicator,
/* 604  */ .sf-menu ul li.sfHover > a > .sf-sub-indicator,
/* 605  */ .sf-menu ul .current-menu-ancestor > a > .sf-sub-indicator,
/* 606  */ .sf-menu ul .current-menu-item > a > .sf-sub-indicator {
/* 607  */   width: 4px;
/* 608  */   height: 7px;
/* 609  */   background-position: -20px -923px;
/* 610  */ }
/* 611  */ /*  ----------------------------------------------------------------------------
/* 612  *|     Mobile menu
/* 613  *| */
/* 614  */ .td_mobile_menu_wrap {
/* 615  */   display: none !important;
/* 616  */   margin: 0px 0px 0px 0px !important;
/* 617  */   vertical-align: top;
/* 618  */   position: relative;
/* 619  */   top: 12px;
/* 620  */   left: -6px;
/* 621  */   /* responsive phone */
/* 622  */ 
/* 623  */ }
/* 624  */ .td_mobile_menu_wrap {
/* 625  */   display: inline-block;
/* 626  */   position: relative;
/* 627  */   overflow: hidden;
/* 628  */   height: 28px;
/* 629  */   width: 200px;
/* 630  */   background: #f2f2f2;
/* 631  */   border: 1px solid;
/* 632  */   border-color: white #f7f7f7 whitesmoke;
/* 633  */   border-radius: 3px;
/* 634  */   background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
/* 635  */   background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
/* 636  */   background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
/* 637  */   background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
/* 638  */   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
/* 639  */   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
/* 640  */ }
/* 641  */ .td_mobile_menu_wrap:before,
/* 642  */ .td_mobile_menu_wrap:after {
/* 643  */   content: '';
/* 644  */   position: absolute;
/* 645  */   z-index: 2;
/* 646  */   top: 9px;
/* 647  */   right: 10px;
/* 648  */   width: 0;
/* 649  */   height: 0;
/* 650  */   border: 4px dashed;

/* style.css */

/* 651  */   border-color: #888888 transparent;
/* 652  */   pointer-events: none;
/* 653  */ }
/* 654  */ .td_mobile_menu_wrap:before {
/* 655  */   border-bottom-style: solid;
/* 656  */   border-top: none;
/* 657  */ }
/* 658  */ .td_mobile_menu_wrap:after {
/* 659  */   margin-top: 7px;
/* 660  */   border-top-style: solid;
/* 661  */   border-bottom: none;
/* 662  */ }
/* 663  */ #mobileMenu_menu-top {
/* 664  */   position: relative;
/* 665  */   width: 130%;
/* 666  */   margin: 0;
/* 667  */   padding: 6px 8px 6px 10px;
/* 668  */   height: 28px;
/* 669  */   line-height: 14px;
/* 670  */   font-size: 12px;
/* 671  */   color: #62717a;
/* 672  */   text-shadow: 0 1px white;
/* 673  */   background: #f2f2f2;
/* 674  */   /* Fallback for IE 8 */
/* 675  */ 
/* 676  */   background: rgba(0, 0, 0, 0) !important;
/* 677  */   /* "transparent" doesn't work with Opera */
/* 678  */ 
/* 679  */   border: 0;
/* 680  */   border-radius: 0;
/* 681  */   -webkit-appearance: none;
/* 682  */ }
/* 683  */ #mobileMenu_menu-top:focus {
/* 684  */   width: 100%;
/* 685  */   color: #394349;
/* 686  */   outline: 2px solid #49aff2;
/* 687  */   outline: 2px solid -webkit-focus-ring-color;
/* 688  */   outline-offset: -2px;
/* 689  */ }
/* 690  */ #mobileMenu_menu-top > option {
/* 691  */   margin: 3px;
/* 692  */   padding: 6px 8px;
/* 693  */   text-shadow: none;
/* 694  */   background: #f2f2f2;
/* 695  */   border-radius: 3px;
/* 696  */   cursor: pointer;
/* 697  */ }
/* 698  */ /* Fix for IE 8 putting the arrows behind the select element. */
/* 699  */ .lt-ie9 #mobileMenu_menu-top {
/* 700  */   z-index: 1;

/* style.css */

/* 701  */ }
/* 702  */ .lt-ie9 #mobileMenu_menu-top {
/* 703  */   z-index: -1;
/* 704  */ }
/* 705  */ .lt-ie9 #mobileMenu_menu-top:focus {
/* 706  */   z-index: 3;
/* 707  */ }
/* 708  */ /* Dirty fix for Firefox adding padding where it shouldn't. */
/* 709  */ @-moz-document url-prefix() {
/* 710  */   #mobileMenu_menu-top {
/* 711  */     padding-left: 6px;
/* 712  */   }
/* 713  */ }
/* 714  */ /*  ----------------------------------------------------------------------------
/* 715  *|     Search
/* 716  *| */
/* 717  */ .header-search-wrap a {
/* 718  */   height: 52px;
/* 719  */   line-height: 55px;
/* 720  */   width: 40px;
/* 721  */   text-align: left;
/* 722  */   display: inline-block;
/* 723  */ }
/* 724  */ .header-search-wrap a .td-sp-ico-search {
/* 725  */   position: relative;
/* 726  */   left: 6px;
/* 727  */   top: 18px;
/* 728  */   /* responsive monitor */
/* 729  */ 
/* 730  */ }
/* 731  */ @media (min-width: 1200px) {
/* 732  */   .header-search-wrap a .td-sp-ico-search {
/* 733  */     left: 8px;
/* 734  */   }
/* 735  */ }
/* 736  */ .header-search-wrap .dropdown-menu {
/* 737  */   top: 53px;
/* 738  */   border-radius: 0px;
/* 739  */   width: 200px;
/* 740  */   height: 38px;
/* 741  */   left: -160px;
/* 742  */   border: none;
/* 743  */   background: transparent url('/content/wp-content/themes/CurejoyMagazinly/images/header/submenu-bg.png') repeat;
/* 744  */   -webkit-box-shadow: 0px 3px 19px rgba(50, 50, 50, 0.19);
/* 745  */   -moz-box-shadow: 0px 3px 19px rgba(50, 50, 50, 0.19);
/* 746  */   box-shadow: 0px 3px 19px rgba(50, 50, 50, 0.19);
/* 747  */ }
/* 748  */ @media (min-width: 1200px) {
/* 749  */   .header-search-wrap .dropdown-menu {
/* 750  */     left: -160px;

/* style.css */

/* 751  */   }
/* 752  */ }
/* 753  */ .header-search-wrap input {
/* 754  */   position: relative;
/* 755  */   top: 3px;
/* 756  */   left: 10px;
/* 757  */   width: 90% !important;
/* 758  */   background: transparent;
/* 759  */   border: 1px solid transparent;
/* 760  */   -webkit-box-shadow: none;
/* 761  */   -moz-box-shadow: none;
/* 762  */   box-shadow: none;
/* 763  */ }
/* 764  */ .header-search-wrap input:focus {
/* 765  */   border: none;
/* 766  */   -webkit-box-shadow: none;
/* 767  */   -moz-box-shadow: none;
/* 768  */   box-shadow: none;
/* 769  */ }
/* 770  */ .header-search-wrap .open a {
/* 771  */   border-bottom: 3px solid white;
/* 772  */ }
/* 773  */ #td-top-search {
/* 774  */   width: 40px;
/* 775  */   position: absolute;
/* 776  */   top: 0px;
/* 777  */   right: 16px;
/* 778  */   /* responsive monitor */
/* 779  */ 
/* 780  */   /* responsive portrait tablet */
/* 781  */ 
/* 782  */   /* responsive phone */
/* 783  */ 
/* 784  */ }
/* 785  */ @media (min-width: 1200px) {
/* 786  */   #td-top-search {
/* 787  */     right: 48px;
/* 788  */   }
/* 789  */ }
/* 790  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 791  */   #td-top-search {
/* 792  */     right: 11px;
/* 793  */   }
/* 794  */ }
/* 795  */ @media (max-width: 767px) {
/* 796  */   #td-top-search {
/* 797  */     right: 0px;
/* 798  */   }
/* 799  */ }
/* 800  */ /*  ----------------------------------------------------------------------------

/* style.css */

/* 801  *|     header menu
/* 802  *| */
/* 803  */ .td-header-menu-wrap {
/* 804  */   background-color: #4c4c4c;
/* 805  */   font-family: 'Arimo', sans-serif;
/* 806  */   font-size: 12px;
/* 807  */   color: #dddddd;
/* 808  */   padding: 2px 0 4px 0px;
/* 809  */   /* responsive phone */
/* 810  */ 
/* 811  */ }
/* 812  */ @media (max-width: 767px) {
/* 813  */   .td-header-menu-wrap {
/* 814  */     display: none;
/* 815  */   }
/* 816  */ }
/* 817  */ .top-header-menu {
/* 818  */   list-style: none;
/* 819  */   padding: 0px;
/* 820  */   margin: 0px 0px 0px 47px;
/* 821  */ }
/* 822  */ @media (min-width: 1019px) and (max-width: 1199px) {
/* 823  */   .top-header-menu {
/* 824  */     margin: 0px 0px 0px 25px;
/* 825  */   }
/* 826  */ }
/* 827  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 828  */   .top-header-menu {
/* 829  */     margin: 0px 0px 0px 22px;
/* 830  */   }
/* 831  */ }
/* 832  */ .top-header-menu li {
/* 833  */   display: inline-block;
/* 834  */   position: relative;
/* 835  */   zoom: 1;
/* 836  */ }
/* 837  */ .top-header-menu li a {
/* 838  */   color: #dddddd;
/* 839  */   padding: 0px 15px 0px 15px;
/* 840  */ }
/* 841  */ .top-header-menu li a:before {
/* 842  */   position: absolute;
/* 843  */   top: 10px;
/* 844  */   left: -1px;
/* 845  */   display: block;
/* 846  */   content: '';
/* 847  */   height: 7px;
/* 848  */   width: 1px;
/* 849  */   box-sizing: border-box;
/* 850  */   -moz-box-sizing: border-box;

/* style.css */

/* 851  */   -webkit-box-sizing: border-box;
/* 852  */   background-color: #7d7d7d;
/* 853  */ }
/* 854  */ .top-header-menu li:first-child a {
/* 855  */   padding-left: 0px;
/* 856  */ }
/* 857  */ .top-header-menu li:first-child a:before {
/* 858  */   display: none;
/* 859  */ }
/* 860  */ /*  ----------------------------------------------------------------------------
/* 861  *|     social widget top
/* 862  *| */
/* 863  */ .td-header-menu-wrap .td_mod_wrap {
/* 864  */   text-align: right !important;
/* 865  */ }
/* 866  */ .td-header-menu-wrap .td-social-wrap {
/* 867  */   padding-bottom: 0px;
/* 868  */   text-align: right !important;
/* 869  */   margin-right: 48px;
/* 870  */ }
/* 871  */ .td-header-menu-wrap .td-social-icon-wrap {
/* 872  */   margin: 0px 0px 0px 14px;
/* 873  */   position: relative;
/* 874  */   top: 5px;
/* 875  */ }
/* 876  */ /*  ----------------------------------------------------------------------------
/* 877  *|     theme specific type
/* 878  *| */
/* 879  */ .h5-caps-title {
/* 880  */   font-family: 'Open Sans', arial, sans-serif;
/* 881  */   text-transform: uppercase;
/* 882  */   font-size: 18px;
/* 883  */   font-weight: 600;
/* 884  */   color: #333232;
/* 885  */ }
/* 886  */ a:active,
/* 887  */ a:focus {
/* 888  */   /* IE remove focus */
/* 889  */ 
/* 890  */   outline: none;
/* 891  */ }
/* 892  */ a {
/* 893  */   /* normal link */
/* 894  */ 
/* 895  */   text-decoration: none !important;
/* 896  */   -webkit-transition: all 0.4s;
/* 897  */   -moz-transition: all 0.4s;
/* 898  */   -o-transition: all 0.4s;
/* 899  */   transition: all 0.4s;
/* 900  */ }

/* style.css */

/* 901  */ a:hover {
/* 902  */   opacity:0.7;
/* 903  */   -webkit-transition: all 0.4s;
/* 904  */   -moz-transition: all 0.4s;
/* 905  */   -o-transition: all 0.4s;
/* 906  */   transition: all 0.4s;
/* 907  */ }
/* 908  */ ins {
/* 909  */   background: #FFF9C0;
/* 910  */   text-decoration: none;
/* 911  */ }
/* 912  */ code {
/* 913  */   position: relative;
/* 914  */   top: -1px;
/* 915  */   border: none;
/* 916  */   background: url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat transparent;
/* 917  */ }
/* 918  */ pre {
/* 919  */   background-color: transparent;
/* 920  */   padding: 0px;
/* 921  */   border: none;
/* 922  */   border-radius: 0px;
/* 923  */   margin-top: 24px;
/* 924  */ }
/* 925  */ /*  ----------------------------------------------------------------------------
/* 926  *|     quote
/* 927  *| */
/* 928  */ blockquote {
/* 929  */   padding: 0px;
/* 930  */   position: relative;
/* 931  */   border-left: none;
/* 932  */   margin-bottom: 22px;
/* 933  */   margin-top: 22px;
/* 934  */ }
/* 935  */ blockquote p {
/* 936  */   font-family: 'Open Sans', arial, sans-serif !important;
/* 937  */   font-size: 18px !important;
/* 938  */   line-height: 26px !important;
/* 939  */   font-weight: 600 !important;
/* 940  */   color: #1F1F1F;
/* 941  */ }
/* 942  */ blockquote p:first-child {
/* 943  */   padding-top: 0px;
/* 944  */ }
/* 945  */ blockquote small {
/* 946  */   font-size: 12px;
/* 947  */   font-style: italic;
/* 948  */   font-weight: normal;
/* 949  */   color: #444444;
/* 950  */ }

/* style.css */

/* 951  */ blockquote.pull-right {
/* 952  */   padding-left: 20px;
/* 953  */   border-right: none;
/* 954  */ }
/* 955  */ blockquote.pull-right:after {
/* 956  */   border-right: 2px solid #FB5502;
/* 957  */   width: 40px;
/* 958  */   right: -40px;
/* 959  */ }
/* 960  */ /*  ----------------------------------------------------------------------------
/* 961  *|     ul li
/* 962  *| */
/* 963  */ ul {
/* 964  */   list-style: disc url('/content/wp-content/themes/CurejoyMagazinly/images/icons/li.png');
/* 965  */ }
/* 966  */ ul li ul {
/* 967  */   /* sub ul */
/* 968  */ 
/* 969  */   padding-top: 0px;
/* 970  */ }
/* 971  */ ul li {
/* 972  */   margin: 0px;
/* 973  */   line-height: 28px;
/* 974  */ }
/* 975  */ ol {
/* 976  */   /* ordered list */
/* 977  */ 
/* 978  */   line-height: 25px;
/* 979  */ }
/* 980  */ ol li ol {
/* 981  */   padding-top: 0px;
/* 982  */ }
/* 983  */ ol li {
/* 984  */   margin: 0px;
/* 985  */   line-height: 20px;
/* 986  */ }
/* 987  */ .dl-horizontal a {
/* 988  */   font-weight: 500 !important;
/* 989  */ }
/* 990  */ .dl-horizontal dt {
/* 991  */   width: 70px;
/* 992  */   font-weight: 400;
/* 993  */   line-height: 24px;
/* 994  */   font-size: 15px;
/* 995  */ }
/* 996  */ .dl-horizontal dd {
/* 997  */   margin-left: 90px;
/* 998  */   line-height: 24px;
/* 999  */   font-size: 14px;
/* 1000 */ }

/* style.css */

/* 1001 */ /*  ----------------------------------------------------------------------------
/* 1002 *|     h
/* 1003 *| */
/* 1004 */ h1,
/* 1005 */ h2,
/* 1006 */ h3,
/* 1007 */ h4,
/* 1008 */ h5,
/* 1009 */ h6 {
/* 1010 */   font-family: 'Open Sans', arial, sans-serif;
/* 1011 */   color: #333232;
/* 1012 */   font-weight: 600;
/* 1013 */   margin: 34px 0px 7px 0px;
/* 1014 */ }
/* 1015 */ h1 {
/* 1016 */   font-size: 28px;
/* 1017 */   line-height: 32px;
/* 1018 */ }
/* 1019 */ h2 {
/* 1020 */   font-size: 24px;
/* 1021 */   line-height: 28px;
/* 1022 */ }
/* 1023 */ h3 {
/* 1024 */   font-size: 20px;
/* 1025 */   line-height: 24px;
/* 1026 */ }
/* 1027 */ h4 {
/* 1028 */   font-size: 18px;
/* 1029 */   line-height: 22px;
/* 1030 */ }
/* 1031 */ h5 {
/* 1032 */   font-size: 15px;
/* 1033 */   line-height: 19px;
/* 1034 */ }
/* 1035 */ h6 {
/* 1036 */   font-size: 12px;
/* 1037 */   line-height: 16px;
/* 1038 */ }
/* 1039 */ article.post h3 {
/* 1040 */   font-size: 22px;
/* 1041 */ }
/* 1042 */ article.post h4 {
/* 1043 */   color: #5A5858;
/* 1044 */ }
/* 1045 */ /*  ----------------------------------------------------------------------------
/* 1046 *|     text and Images align
/* 1047 *| */
/* 1048 */ .aligncenter {
/* 1049 */   text-align: center;
/* 1050 */   clear: both;

/* style.css */

/* 1051 */   display: block;
/* 1052 */   margin-left: auto;
/* 1053 */   margin-right: auto;
/* 1054 */ }
/* 1055 */ .alignleft {
/* 1056 */   float: left;
/* 1057 */   margin-right: 20px;
/* 1058 */   margin-top: 6px;
/* 1059 */   width: auto !important;
/* 1060 */ }
/* 1061 */ .alignright {
/* 1062 */   float: right;
/* 1063 */   margin-left: 20px !important;
/* 1064 */   margin-top: 7px;
/* 1065 */   width: auto !important;
/* 1066 */ }
/* 1067 */ /*  ----------------------------------------------------------------------------
/* 1068 *|      caption
/* 1069 *| */
/* 1070 */ .wp-caption-text {
/* 1071 */   text-align: left;
/* 1072 */   margin: 0px !important;
/* 1073 */   padding: 5px 0px 5px 0px;
/* 1074 */   font-family: 'Open Sans', arial, sans-serif !important;
/* 1075 */   font-size: 12px;
/* 1076 */   font-style: italic;
/* 1077 */   font-weight: normal;
/* 1078 */   color: #444444;
/* 1079 */ }
/* 1080 */ .wp-caption {
/* 1081 */   text-align: center;
/* 1082 */   max-width: 100% !important;
/* 1083 */ }
/* 1084 */ .alignnone img,
/* 1085 */ .aligncenter img {
/* 1086 */   width: 100%;
/* 1087 */ }
/* 1088 */ .wp-caption img {
/* 1089 */   max-width: 100% !important;
/* 1090 */   margin-top: 24px;
/* 1091 */ }
/* 1092 */ /* tables */
/* 1093 */ .table-color th {
/* 1094 */   background-color: #EBEBEB;
/* 1095 */ }
/* 1096 */ address {
/* 1097 */   font-size: inherit !important;
/* 1098 */   line-height: inherit !important;
/* 1099 */   margin-top: 24px;
/* 1100 */ }

/* style.css */

/* 1101 */ .post {
/* 1102 */     text-align: justify;
/* 1103 */   position: relative;
/* 1104 */   -ms-word-wrap: break-word;
/* 1105 */   word-wrap: break-word;
/* 1106 */ }
/* 1107 */ .post header {
/* 1108 */   position: relative;
/* 1109 */   margin-bottom: 6px;
/* 1110 */ }
/* 1111 */ .post header h1 {
/* 1112 */   /* post title */
/* 1113 */ 
/* 1114 */   margin: 0px 0px 0px 0px;
/* 1115 */   line-height: 30px !important;
/* 1116 */ }
/* 1117 */ .post header h1 a {
/* 1118 */     color:#555;
/* 1119 */   text-decoration: none !important;
/* 1120 */   font-family: 'Roboto','Oswald', sans-serif;
/* 1121 */   font-size: 30px;
/* 1122 */   line-height: 38px;
/* 1123 */   font-weight: normal;
/* 1124 */   -ms-word-wrap: break-word;
/* 1125 */   word-wrap: break-word;
/* 1126 */ }
/* 1127 */ .post .img {
/* 1128 */   height: auto !important;
/* 1129 */   /* overide default wordpress height */
/* 1130 */ 
/* 1131 */ }
/* 1132 */ /*  ----------------------------------------------------------------------------
/* 1133 *|     bread crumbs
/* 1134 *| */
/* 1135 */ .entry-crumbs {
/* 1136 */   position: absolute;
/* 1137 */   top: -26px;
/* 1138 */   left: 0px;
/* 1139 */   font-family: 'Ubuntu', sans-serif;
/* 1140 */   font-size: 12px;
/* 1141 */   color: #8f8f8f !important;
/* 1142 */   /* responsive phone */
/* 1143 */ 
/* 1144 */ }
/* 1145 */ @media (max-width: 767px) {
/* 1146 */   .entry-crumbs {
/* 1147 */     display: none;
/* 1148 */   }
/* 1149 */ }
/* 1150 */ .td-bread-sep {

/* style.css */

/* 1151 */   display: inline-block !important;
/* 1152 */   zoom: 1;
/* 1153 */   margin: 0px 10px 0px 10px;
/* 1154 */ }
/* 1155 */ /*  ----------------------------------------------------------------------------
/* 1156 *|     post meta
/* 1157 *| */
/* 1158 */ .td-post-meta {
/* 1159 */   position: relative;
/* 1160 */ }
/* 1161 */ /*  ----------------------------------------------------------------------------
/* 1162 *|     post views and coments
/* 1163 *| */
/* 1164 */ .post .entry-comments-views {
/* 1165 */   top: auto;
/* 1166 */   bottom: 0px;
/* 1167 */ }
/* 1168 */ /*  ----------------------------------------------------------------------------
/* 1169 *|     post category
/* 1170 *| */
/* 1171 */ ul.td-category {
/* 1172 */   position: relative;
/* 1173 */   list-style: none;
/* 1174 */   margin: 0px;
/* 1175 */   padding: 0px;
/* 1176 */   display: inline;
/* 1177 */   float: left;
/* 1178 */ }
/* 1179 */ ul.td-category li {
/* 1180 */   float: left;
/* 1181 */   zoom: 1;
/* 1182 */   margin-right: 15px;
/* 1183 */ }
/* 1184 */ ul.td-category a {
/* 1185 */   line-height: 20px;
/* 1186 */ }
/* 1187 */ /*  ----------------------------------------------------------------------------
/* 1188 *|     post author (top)
/* 1189 *| */
/* 1190 */ .td-clear-author {
/* 1191 */   display: none;
/* 1192 */   *zoom: 1;
/* 1193 */   /* responsive portrait tablet */
/* 1194 */ 
/* 1195 */ }
/* 1196 */ .td-clear-author:before,
/* 1197 */ .td-clear-author:after {
/* 1198 */   display: table;
/* 1199 */   content: "";
/* 1200 */   line-height: 0;

/* style.css */

/* 1201 */ }
/* 1202 */ .td-clear-author:after {
/* 1203 */   clear: both;
/* 1204 */ }
/* 1205 */ @media (max-width: 767px) {
/* 1206 */   .td-clear-author {
/* 1207 */     display: block;
/* 1208 */   }
/* 1209 */ }
/* 1210 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1211 */   .td-clear-author {
/* 1212 */     display: block;
/* 1213 */   }
/* 1214 */ }
/* 1215 */ .post .entry-author-date {
/* 1216 */   max-width: 545px;
/* 1217 */   /* responsive monitor */
/* 1218 */ 
/* 1219 */ }
/* 1220 */ @media (min-width: 1200px) {
/* 1221 */   .post .entry-author-date {
/* 1222 */     max-width: 600px;
/* 1223 */   }
/* 1224 */ }
/* 1225 */ .post .entry-author-date span {
/* 1226 */   white-space: nowrap;
/* 1227 */   position: relative;
/* 1228 */   top: -1px;
/* 1229 */ }
/* 1230 */ /*  ----------------------------------------------------------------------------
/* 1231 *|     post wrap
/* 1232 *| */
/* 1233 */ .post .thumb-wrap {
/* 1234 */   text-align: center;
/* 1235 */   margin-bottom: 22px;
/* 1236 */   background: #2b2b2b url('/content/wp-content/themes/CurejoyMagazinly/images/bg_images.png') repeat-x top !important;
/* 1237 */ }
/* 1238 */ /*  ----------------------------------------------------------------------------
/* 1239 *|     post tags
/* 1240 *| */
/* 1241 */ .td-tags {
/* 1242 */   left: -8px;
/* 1243 */   /* to fix the post-cat-box left padding */
/* 1244 */ 
/* 1245 */   position: relative;
/* 1246 */   list-style: none;
/* 1247 */   margin: 0px;
/* 1248 */   padding: 0px;
/* 1249 */   margin-top: 14px;
/* 1250 */ }

/* style.css */

/* 1251 */ .td-tags li {
/* 1252 */   float: left;
/* 1253 */   zoom: 1;
/* 1254 */ }
/* 1255 */ .td-tags a {
/* 1256 */   padding: 2px 8px 3px 8px;
/* 1257 */   margin-left: 8px;
/* 1258 */   background-color: #c9c9c9;
/* 1259 */   color: white !important;
/* 1260 */   text-decoration: none !important;
/* 1261 */   font-family: 'Open Sans', arial, sans-serif;
/* 1262 */   font-size: 12px;
/* 1263 */   font-weight: 600;
/* 1264 */ }
/* 1265 */ /*  ----------------------------------------------------------------------------
/* 1266 *|     source and via
/* 1267 *| */
/* 1268 */ .post-source-via {
/* 1269 */   font-family: 'Open Sans', arial, sans-serif;
/* 1270 */   line-height: 24px;
/* 1271 */   font-size: 16px;
/* 1272 */   font-style: italic;
/* 1273 */   padding-top: 29px;
/* 1274 */ }
/* 1275 */ /*  ----------------------------------------------------------------------------
/* 1276 *|     author box
/* 1277 *| */
/* 1278 */ .author-box-wrap {
/* 1279 */   background-color: #fafafa;
/* 1280 */   position: relative;
/* 1281 */   padding: 20px;
/* 1282 */   margin-top: 38px;
/* 1283 */   padding-top: 14px;
/* 1284 */   padding-bottom: 10px;
/* 1285 */     border: 1px dashed #bcbcbc;
/* 1286 */ }
/* 1287 */ .author-box-wrap h5 {
/* 1288 */   margin-top: 0px;
/* 1289 */   margin-bottom: 15px;
/* 1290 */ }
/* 1291 */ .author-box-wrap .avatar {
/* 1292 */   float: left;
/* 1293 */ }
/* 1294 */ .author-box-wrap .desc {
/* 1295 */   margin-left: 125px;
/* 1296 */ }
/* 1297 */ .author-box-wrap .td-author-social {
/* 1298 */   margin-top: 10px;
/* 1299 */ }
/* 1300 */ .author-box-wrap .more-articles {

/* style.css */

/* 1301 */   text-align: right;
/* 1302 */   position: relative;
/* 1303 */   /*top: -4px;*/
/* 1304 */ }
/* 1305 */ .author-box-wrap .td-social-icon-wrap {
/* 1306 */   margin-left: 0px;
/* 1307 */   margin-right: 14px;
/* 1308 */ }
/* 1309 */ .author-page {
/* 1310 */   min-height: 170px;
/* 1311 */ }
/* 1312 */ .author-page h1 {
/* 1313 */   margin-top: 0px;
/* 1314 */ }
/* 1315 */ /* Landscape phone to portrait tablet */
/* 1316 */ @media (max-width: 480px) {
/* 1317 */   .author-box-wrap {
/* 1318 */     text-align: center !important;
/* 1319 */   }
/* 1320 */   .author-box-wrap img {
/* 1321 */     float: none !important;
/* 1322 */   }
/* 1323 */   .author-box-wrap .desc {
/* 1324 */     float: none !important;
/* 1325 */     margin-left: 0px;
/* 1326 */     margin-top: 18px;
/* 1327 */   }
/* 1328 */   .author-box-wrap .more-articles {
/* 1329 */     text-align: center !important;
/* 1330 */   }
/* 1331 */ }
/* 1332 */ /*  ----------------------------------------------------------------------------
/* 1333 *|     author page
/* 1334 *| */
/* 1335 */ body.author .author-box-wrap {
/* 1336 */   margin-top: 0px;
/* 1337 */   margin-bottom: 48px;
/* 1338 */ }
/* 1339 */ /*  ----------------------------------------------------------------------------
/* 1340 *|     Post next-prev
/* 1341 *| */
/* 1342 */ .next-prev {
/* 1343 */   padding-top: 36px;
/* 1344 */ }
/* 1345 */ .next-prev .next-post {
/* 1346 */   text-align: right;
/* 1347 */ }
/* 1348 */ .prev-post div,
/* 1349 */ .next-post div {
/* 1350 */   font-family: 'Ubuntu', sans-serif;

/* style.css */

/* 1351 */   font-size: 13px;
/* 1352 */   font-weight: normal;
/* 1353 */   color: #333232;
/* 1354 */   text-transform: uppercase;
/* 1355 */ }
/* 1356 */ .prev-post a,
/* 1357 */ .next-post a {
/* 1358 */   font-family: 'Open Sans', arial, sans-serif;
/* 1359 */   font-size: 16px;
/* 1360 */   color: #7b7b7b;
/* 1361 */   display: block;
/* 1362 */   line-height: 23px;
/* 1363 */ }
/* 1364 */ .prev-post img {
/* 1365 */   position: relative;
/* 1366 */   top: -1px;
/* 1367 */   padding-right: 7px;
/* 1368 */ }
/* 1369 */ .prev-post a {
/* 1370 */   padding-right: 30px;
/* 1371 */ }
/* 1372 */ .next-post img {
/* 1373 */   position: relative;
/* 1374 */   top: -1px;
/* 1375 */   padding-left: 7px;
/* 1376 */ }
/* 1377 */ .next-post a {
/* 1378 */   padding-left: 30px;
/* 1379 */ }
/* 1380 */ /* tablet portrait */
/* 1381 */ @media (max-width: 671px) {
/* 1382 */   .next-prev .half-grid {
/* 1383 */     display: block;
/* 1384 */     width: 100% !important;
/* 1385 */     margin-left: 0px !important;
/* 1386 */   }
/* 1387 */   .next-prev .next-post {
/* 1388 */     text-align: left;
/* 1389 */     margin-top: 22px;
/* 1390 */   }
/* 1391 */   .next-post a {
/* 1392 */     padding-left: 0px;
/* 1393 */   }
/* 1394 */ }
/* 1395 */ /*  ----------------------------------------------------------------------------
/* 1396 *|     similar articles
/* 1397 *| */
/* 1398 */ .similar-articles h5 {
/* 1399 */   text-transform: uppercase;
/* 1400 */   font-family: 'Open Sans', arial, sans-serif;

/* style.css */

/* 1401 */   font-size: 18px;
/* 1402 */   font-weight: 600;
/* 1403 */   color: #333232;
/* 1404 */   line-height: 22px;
/* 1405 */ }
/* 1406 */ /* tablet portrait */
/* 1407 */ @media (max-width: 767px) {
/* 1408 */   .similar-articles .half-grid {
/* 1409 */     margin-bottom: 22px;
/* 1410 */   }
/* 1411 */ }
/* 1412 */ /*  ----------------------------------------------------------------------------
/* 1413 *|     more link
/* 1414 *| */
/* 1415 */ .more-link-wrap {
/* 1416 */   margin-bottom: 0px;
/* 1417 */ }
/* 1418 */ .more-link-wrap a {
/* 1419 */   text-decoration: none !important;
/* 1420 */   color: white;
/* 1421 */ }
/* 1422 */ .more-link-wrap a:hover {
/* 1423 */   color: white;
/* 1424 */ }
/* 1425 */ /*  ----------------------------------------------------------------------------
/* 1426 *|     post formats
/* 1427 *| */
/* 1428 */ .format-quote {
/* 1429 */   text-align: center;
/* 1430 */ }
/* 1431 */ .format-quote .entry-meta {
/* 1432 */   position: relative;
/* 1433 */   top: -3px;
/* 1434 */ }
/* 1435 */ .format-quote p {
/* 1436 */   font-size: 24px;
/* 1437 */   line-height: 34px;
/* 1438 */   font-weight: 600;
/* 1439 */   color: white;
/* 1440 */   padding-top: 0px !important;
/* 1441 */   position: relative;
/* 1442 */   top: -3px;
/* 1443 */ }
/* 1444 */ .format-link {
/* 1445 */   text-align: center;
/* 1446 */ }
/* 1447 */ .format-link .entry-meta {
/* 1448 */   position: relative;
/* 1449 */   top: -3px;
/* 1450 */ }

/* style.css */

/* 1451 */ .format-link p {
/* 1452 */   font-size: 24px;
/* 1453 */   line-height: 34px;
/* 1454 */   font-weight: 600;
/* 1455 */   color: white;
/* 1456 */   padding-top: 0px !important;
/* 1457 */   position: relative;
/* 1458 */   top: -3px;
/* 1459 */ }
/* 1460 */ .format-link p a {
/* 1461 */   color: white;
/* 1462 */   text-decoration: underline !important;
/* 1463 */ }
/* 1464 */ .format-video p {
/* 1465 */   padding-top: 11px !important;
/* 1466 */ }
/* 1467 */ .format-image img {
/* 1468 */   padding-top: 11px !important;
/* 1469 */ }
/* 1470 */ .format-aside p:first-child {
/* 1471 */   padding-top: 0px;
/* 1472 */ }
/* 1473 */ /*  ----------------------------------------------------------------------------
/* 1474 *|     misc
/* 1475 *| */
/* 1476 */ /* sticky post */
/* 1477 */ .sticky {
/* 1478 */   zoom: 1;
/* 1479 */ }
/* 1480 */ .bypostauthor {
/* 1481 */   zoom: 1;
/* 1482 */ }
/* 1483 */ /* no results */
/* 1484 */ .no-results {
/* 1485 */   margin-top: 50px;
/* 1486 */   margin-bottom: 130px;
/* 1487 */ }
/* 1488 */ /*  ----------------------------------------------------------------------------
/* 1489 *|     pagination
/* 1490 *| */
/* 1491 */ .pagination {
/* 1492 */   margin: 0px 0px 50px 0px;
/* 1493 */ }
/* 1494 */ .pagination-disabled {
/* 1495 */   opacity: 0.3;
/* 1496 */ }
/* 1497 */ /*  ----------------------------------------------------------------------------
/* 1498 *|     jetpack sharing
/* 1499 *| */
/* 1500 */ .page .sharedaddy {

/* style.css */

/* 1501 */   display: none;
/* 1502 */ }
/* 1503 */ .sharedaddy {
/* 1504 */   padding-top: 6px;
/* 1505 */ }
/* 1506 */ .sharedaddy .sd-title {
/* 1507 */   display: none;
/* 1508 */ }
/* 1509 */ .sharedaddy .sd-block {
/* 1510 */   border-top: none !important;
/* 1511 */   padding: 0px !important;
/* 1512 */ }
/* 1513 */ .sharedaddy .sd-content {
/* 1514 */   float: left !important;
/* 1515 */   width: 100% !important;
/* 1516 */ }
/* 1517 */ #wpstats {
/* 1518 */   display: none;
/* 1519 */ }
/* 1520 */ #respond .reply-title {
/* 1521 */   text-transform: uppercase !important;
/* 1522 */ }
/* 1523 */ .td-sp,
/* 1524 */ .sf-sub-indicator,
/* 1525 */ .flex-direction-nav .flex-next,
/* 1526 */ .flex-direction-nav .flex-prev,
/* 1527 */ .iosSlider .prevButton,
/* 1528 */ .iosSlider .nextButton,
/* 1529 */ #toTop,
/* 1530 */ #toTopHover {
/* 1531 */   background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/sprite/elements.png');
/* 1532 */   background-repeat: no-repeat;
/* 1533 */   display: block;
/* 1534 */ }
/* 1535 */ .td-sp-block-next {
/* 1536 */   width: 15px;
/* 1537 */   height: 15px;
/* 1538 */   background-position: -20px -20px;
/* 1539 */ }
/* 1540 */ .td-sp-block-prev {
/* 1541 */   width: 15px;
/* 1542 */   height: 15px;
/* 1543 */   background-position: -20px -75px;
/* 1544 */ }
/* 1545 */ .td-sp-blog-arrow-left {
/* 1546 */   width: 38px;
/* 1547 */   height: 38px;
/* 1548 */   background-position: -20px -130px;
/* 1549 */ }
/* 1550 */ .td-sp-blog-arrow-right {

/* style.css */

/* 1551 */   width: 38px;
/* 1552 */   height: 38px;
/* 1553 */   background-position: -20px -208px;
/* 1554 */ }
/* 1555 */ .td-sp-gallery-close {
/* 1556 */   width: 38px;
/* 1557 */   height: 38px;
/* 1558 */   background-position: -20px -286px;
/* 1559 */ }
/* 1560 */ .td-sp-ico-categ {
/* 1561 */   width: 25px;
/* 1562 */   height: 25px;
/* 1563 */   background-position: -20px -364px;
/* 1564 */ }
/* 1565 */ .td-sp-ico-comments {
/* 1566 */   width: 14px;
/* 1567 */   height: 10px;
/* 1568 */   background-position: -20px -429px;
/* 1569 */ }
/* 1570 */ .td-sp-ico-home {
/* 1571 */   width: 25px;
/* 1572 */   height: 25px;
/* 1573 */   background-position: -20px -479px;
/* 1574 */ }
/* 1575 */ .td-sp-ico-search {
/* 1576 */   width: 25px;
/* 1577 */   height: 25px;
/* 1578 */   background-position: -20px -544px;
/* 1579 */ }
/* 1580 */ .td-sp-ico-video-large {
/* 1581 */   width: 40px;
/* 1582 */   height: 40px;
/* 1583 */   background-position: -20px -609px;
/* 1584 */ }
/* 1585 */ .td-sp-ico-view {
/* 1586 */   width: 14px;
/* 1587 */   height: 10px;
/* 1588 */   background-position: -20px -689px;
/* 1589 */ }
/* 1590 */ .td-sp-li {
/* 1591 */   width: 5px;
/* 1592 */   height: 9px;
/* 1593 */   background-position: -20px -739px;
/* 1594 */ }
/* 1595 */ .td-sp-load-more {
/* 1596 */   width: 7px;
/* 1597 */   height: 4px;
/* 1598 */   background-position: -20px -788px;
/* 1599 */ }
/* 1600 */ .td-sp-menu-arrow-down-white {

/* style.css */

/* 1601 */   width: 7px;
/* 1602 */   height: 4px;
/* 1603 */   background-position: -20px -832px;
/* 1604 */ }
/* 1605 */ .td-sp-menu-right-dark {
/* 1606 */   width: 4px;
/* 1607 */   height: 7px;
/* 1608 */   background-position: -20px -876px;
/* 1609 */ }
/* 1610 */ .td-sp-menu-right-white {
/* 1611 */   width: 4px;
/* 1612 */   height: 7px;
/* 1613 */   background-position: -20px -923px;
/* 1614 */ }
/* 1615 */ .td-sp-similar-left {
/* 1616 */   width: 5px;
/* 1617 */   height: 9px;
/* 1618 */   background-position: -20px -970px;
/* 1619 */ }
/* 1620 */ .td-sp-similar-right {
/* 1621 */   width: 5px;
/* 1622 */   height: 9px;
/* 1623 */   background-position: -20px -1019px;
/* 1624 */ }
/* 1625 */ .td-sp-slide-arrow-left {
/* 1626 */   width: 28px;
/* 1627 */   height: 28px;
/* 1628 */   background-position: -20px -1068px;
/* 1629 */ }
/* 1630 */ .td-sp-slide-arrow-right {
/* 1631 */   width: 28px;
/* 1632 */   height: 28px;
/* 1633 */   background-position: -20px -1136px;
/* 1634 */ }
/* 1635 */ .td-sp-star-off {
/* 1636 */   width: 17px;
/* 1637 */   height: 17px;
/* 1638 */   background-position: -20px -1204px;
/* 1639 */ }
/* 1640 */ .td-sp-star-on {
/* 1641 */   width: 17px;
/* 1642 */   height: 17px;
/* 1643 */   background-position: -20px -1261px;
/* 1644 */ }
/* 1645 */ .td-sp-up {
/* 1646 */   width: 51px;
/* 1647 */   height: 51px;
/* 1648 */   background-position: -20px -1318px;
/* 1649 */ }
/* 1650 */ .td-sp-up-hover {

/* style.css */

/* 1651 */   width: 51px;
/* 1652 */   height: 51px;
/* 1653 */   background-position: -20px -1409px;
/* 1654 */ }
/* 1655 */ .td-sp-video-small {
/* 1656 */   width: 20px;
/* 1657 */   height: 20px;
/* 1658 */   background-position: -20px -1500px;
/* 1659 */ }
/* 1660 */ .td-sp-breadcrumb-arrow {
/* 1661 */   width: 4px;
/* 1662 */   height: 7px;
/* 1663 */   background-position: -20px -1560px;
/* 1664 */ }
/* 1665 */ /*  ----------------------------------------------------------------------------
/* 1666 *|     module general
/* 1667 *| */
/* 1668 */ .td_mod_wrap {
/* 1669 */   /* all modules have a margin bottom */
/* 1670 */ 
/* 1671 */   margin-bottom: 34px;
/* 1672 */   /*
/* 1673 *|   .entry-title a:hover {
/* 1674 *|     background-color: #F6F6F6;
/* 1675 *|     text-decoration: none !important;
/* 1676 *|   }
/* 1677 *|   */
/* 1678 */ 
/* 1679 */ }
/* 1680 */ .td_mod_wrap .entry-title a {
/* 1681 */   font-family: 'Open Sans', arial, sans-serif;
/* 1682 */   color: #333232 !important;
/* 1683 */   font-weight: normal;
/* 1684 */ }
/* 1685 */ .td_mod_wrap .entry-title {
/* 1686 */   margin: 0px;
/* 1687 */ }
/* 1688 */ .td_mod_wrap .meta-info {
/* 1689 */   /* entry category + comments + td_mvc */
/* 1690 */ 
/* 1691 */   position: relative;
/* 1692 */ }
/* 1693 */ .td_mod_wrap .entry-thumb:hover {
/* 1694 */   opacity: 0.97;
/* 1695 */ }
/* 1696 */ /*  ----------------------------------------------------------------------------
/* 1697 *|     play button
/* 1698 *| */
/* 1699 */ .thumb-wrap {
/* 1700 */   position: relative;

/* style.css */

/* 1701 */ }
/* 1702 */ .thumb-wrap .video-play-icon-big {
/* 1703 */   position: absolute;
/* 1704 */   bottom: 8px;
/* 1705 */   right: 10px;
/* 1706 */ }
/* 1707 */ .thumb-wrap .video-play-icon {
/* 1708 */   position: absolute;
/* 1709 */   top: 52px;
/* 1710 */   left: 95px;
/* 1711 */ }
/* 1712 */ /*  ----------------------------------------------------------------------------
/* 1713 *|     author + date
/* 1714 *| */
/* 1715 */ .entry-author-date {
/* 1716 */   font-family: 'Ubuntu', sans-serif;
/* 1717 */   color: #929292;
/* 1718 */   font-size: 12px;
/* 1719 */ }
/* 1720 */ /*  ----------------------------------------------------------------------------
/* 1721 *|     comments and views
/* 1722 *| */
/* 1723 */ .entry-comments-views {
/* 1724 */   position: absolute;
/* 1725 */   top: 0px;
/* 1726 */   right: 0px;
/* 1727 */   color: #cbcbcb;
/* 1728 */   font-size: 11px;
/* 1729 */   font-style: italic;
/* 1730 */ }
/* 1731 */ .entry-comments-views .td-sp {
/* 1732 */   /* the small icons */
/* 1733 */ 
/* 1734 */   padding-right: 6px;
/* 1735 */   margin-left: 14px;
/* 1736 */   display: inline-block !important;
/* 1737 */   position: relative;
/* 1738 */   top: 2px;
/* 1739 */ }
/* 1740 */ .entry-comments-views a {
/* 1741 */   color: #cbcbcb;
/* 1742 */ }
/* 1743 */ .entry-comments-views a:hover {
/* 1744 */   color: #cbcbcb;
/* 1745 */   text-decoration: none !important;
/* 1746 */ }
/* 1747 */ /*  ----------------------------------------------------------------------------
/* 1748 *|     category
/* 1749 *| */
/* 1750 */ .entry-category {

/* style.css */

/* 1751 */   font-family: 'Ubuntu', sans-serif;
/* 1752 */   font-size: 12px;
/* 1753 */   line-height: 10px;
/* 1754 */ }
/* 1755 */ .entry-category a {
/* 1756 */   color: #4b4b4b !important;
/* 1757 */ }
/* 1758 */ .entry-category span {
/* 1759 */   font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;
/* 1760 */   font-size: 18px !important;
/* 1761 */   line-height: 10px;
/* 1762 */   margin-right: 5px;
/* 1763 */ }
/* 1764 */ /*  ----------------------------------------------------------------------------
/* 1765 *|     stars
/* 1766 *| */
/* 1767 */ .td-review-star {
/* 1768 */   display: inline-block !important;
/* 1769 */ }
/* 1770 */ /*  ----------------------------------------------------------------------------
/* 1771 *|     The modules with Image + meta+ text below meta info align, title, author-date general
/* 1772 *| */
/* 1773 */ .td_mod2 .meta-info,
/* 1774 */ .td_mod5 .meta-info,
/* 1775 */ .td_mod6 .meta-info {
/* 1776 */   margin: 10px 0px 9px 0px;
/* 1777 */ }
/* 1778 */ .td_mod2 .entry-comments-views,
/* 1779 */ .td_mod5 .entry-comments-views,
/* 1780 */ .td_mod6 .entry-comments-views {
/* 1781 */   line-height: 11px;
/* 1782 */   top: 2px;
/* 1783 */ }
/* 1784 */ .td_mod2 .entry-title,
/* 1785 */ .td_mod5 .entry-title,
/* 1786 */ .td_mod6 .entry-title {
/* 1787 */   padding-bottom: 2px;
/* 1788 */ }
/* 1789 */ .td_mod2 .entry-author-date,
/* 1790 */ .td_mod5 .entry-author-date,
/* 1791 */ .td_mod6 .entry-author-date {
/* 1792 */   padding-bottom: 7px;
/* 1793 */ }
/* 1794 */ .td_mod2 .entry-review-stars,
/* 1795 */ .td_mod5 .entry-review-stars,
/* 1796 */ .td_mod6 .entry-review-stars {
/* 1797 */   padding-top: 4px;
/* 1798 */   padding-bottom: 3px;
/* 1799 */ }
/* 1800 */ /*  ----------------------------------------------------------------------------

/* style.css */

/* 1801 *|     module 2
/* 1802 *| */
/* 1803 */ .td_mod2 .thumb-wrap {
/* 1804 */   text-align: center;
/* 1805 */   /* responsive phone */
/* 1806 */ 
/* 1807 */ }
/* 1808 */ @media (max-width: 767px) {
/* 1809 */   .td_mod2 .thumb-wrap {
/* 1810 */     text-align: center;
/* 1811 */     background: #2b2b2b url('/content/wp-content/themes/CurejoyMagazinly/images/bg_images.png') repeat-x top !important;
/* 1812 */   }
/* 1813 */ }
/* 1814 */ .td_mod2 .entry-title a,
/* 1815 */ .td_mod2 .entry-title {
/* 1816 */   font-size: 20px;
/* 1817 */   line-height: 24px !important;
/* 1818 */ }
/* 1819 */ /*  ----------------------------------------------------------------------------
/* 1820 *|     module 3
/* 1821 *| */
/* 1822 */ .td_mod3 {
/* 1823 */   min-height: 76px;
/* 1824 */   *zoom: 1;
/* 1825 */ }
/* 1826 */ .td_mod3:before,
/* 1827 */ .td_mod3:after {
/* 1828 */   display: table;
/* 1829 */   content: "";
/* 1830 */   line-height: 0;
/* 1831 */ }
/* 1832 */ .td_mod3:after {
/* 1833 */   clear: both;
/* 1834 */ }
/* 1835 */ .td_mod3 .entry-title a,
/* 1836 */ .td_mod3 .entry-title {
/* 1837 */   font-size: 16px;
/* 1838 */   line-height: 19px;
/* 1839 */   position: relative;
/* 1840 */ }
/* 1841 */ .td_mod3 .entry-author-date {
/* 1842 */   position: relative;
/* 1843 */   top: 3px;
/* 1844 */   padding-bottom: 3px;
/* 1845 */ }
/* 1846 */ .td_mod3 .entry-category {
/* 1847 */   position: relative;
/* 1848 */   top: 5px;
/* 1849 */ }
/* 1850 */ .td_mod3 .entry-review-stars {

/* style.css */

/* 1851 */   padding-bottom: 0px;
/* 1852 */   position: relative;
/* 1853 */   top: 5px;
/* 1854 */ }
/* 1855 */ .td_mod3 .thumb-wrap img {
/* 1856 */   position: absolute;
/* 1857 */ }
/* 1858 */ .td_mod3 .item-details {
/* 1859 */   margin-left: 135px;
/* 1860 */   position: relative;
/* 1861 */   top: -4px;
/* 1862 */ }
/* 1863 */ /* no thumb */
/* 1864 */ .td_mod3.td_mod_no_thumb .item-details {
/* 1865 */   margin-left: 0px;
/* 1866 */ }
/* 1867 */ /* on portrait tablets - custom style */
/* 1868 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1869 */   .td_mod3 {
/* 1870 */     margin-bottom: 29px;
/* 1871 */   }
/* 1872 */   .td_mod3 .thumb-wrap {
/* 1873 */     width: 60px;
/* 1874 */   }
/* 1875 */   .td_mod3 .item-details {
/* 1876 */     margin-left: 0px;
/* 1877 */   }
/* 1878 */   .td_mod3 .entry-title a {
/* 1879 */     font-size: 14px;
/* 1880 */   }
/* 1881 */   .td_mod3 .entry-title {
/* 1882 */     margin-left: 70px;
/* 1883 */     min-height: 46px;
/* 1884 */   }
/* 1885 */   .td_mod3 .entry-author-date {
/* 1886 */     top: 0px;
/* 1887 */     padding-bottom: 0px;
/* 1888 */   }
/* 1889 */   .td_mod3 .video-play-icon {
/* 1890 */     right: 0px;
/* 1891 */     bottom: -38px;
/* 1892 */     left: auto;
/* 1893 */     top: auto;
/* 1894 */     width: 15px;
/* 1895 */   }
/* 1896 */ }
/* 1897 */ /*  ----------------------------------------------------------------------------
/* 1898 *|     module 4
/* 1899 *| */
/* 1900 */ .td_mod4 {

/* style.css */

/* 1901 */   min-height: 76px;
/* 1902 */   *zoom: 1;
/* 1903 */   /* thumb */
/* 1904 */ 
/* 1905 */   /* play icon */
/* 1906 */ 
/* 1907 */ }
/* 1908 */ .td_mod4:before,
/* 1909 */ .td_mod4:after {
/* 1910 */   display: table;
/* 1911 */   content: "";
/* 1912 */   line-height: 0;
/* 1913 */ }
/* 1914 */ .td_mod4:after {
/* 1915 */   clear: both;
/* 1916 */ }
/* 1917 */ .td_mod4 .entry-title a,
/* 1918 */ .td_mod4 .entry-title {
/* 1919 */   font-size: 16px;
/* 1920 */   line-height: 19px;
/* 1921 */   position: relative;
/* 1922 */ }
/* 1923 */ .td_mod4 .entry-author-date {
/* 1924 */   position: relative;
/* 1925 */   top: 3px;
/* 1926 */   padding-bottom: 3px;
/* 1927 */ }
/* 1928 */ .td_mod4 .entry-category {
/* 1929 */   position: relative;
/* 1930 */   top: 5px;
/* 1931 */ }
/* 1932 */ .td_mod4 .entry-review-stars {
/* 1933 */   padding-bottom: 0px;
/* 1934 */   position: relative;
/* 1935 */   top: 5px;
/* 1936 */ }
/* 1937 */ .td_mod4 .thumb-wrap img {
/* 1938 */   position: absolute;
/* 1939 */   right: 0px;
/* 1940 */ }
/* 1941 */ .td_mod4 .video-play-icon {
/* 1942 */   right: 5px !important;
/* 1943 */   left: auto !important;
/* 1944 */ }
/* 1945 */ .td_mod4 .item-details {
/* 1946 */   margin-right: 125px;
/* 1947 */   position: relative;
/* 1948 */   top: -4px;
/* 1949 */ }
/* 1950 */ .td_mod4.td_mod_no_thumb .item-details {

/* style.css */

/* 1951 */   margin-right: 0px;
/* 1952 */ }
/* 1953 */ /* on portrait tablets - custom style */
/* 1954 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1955 */   .td_mod4 {
/* 1956 */     margin-bottom: 29px;
/* 1957 */   }
/* 1958 */   .td_mod4 .thumb-wrap .entry-thumb {
/* 1959 */     width: 60px;
/* 1960 */   }
/* 1961 */   .td_mod4 .item-details {
/* 1962 */     margin-right: 0px;
/* 1963 */   }
/* 1964 */   .td_mod4 .entry-title a {
/* 1965 */     font-size: 14px;
/* 1966 */   }
/* 1967 */   .td_mod4 .entry-title {
/* 1968 */     margin-right: 70px;
/* 1969 */     min-height: 40px;
/* 1970 */   }
/* 1971 */   .td_mod4 .entry-author-date {
/* 1972 */     top: 0px;
/* 1973 */     padding-bottom: 0px;
/* 1974 */   }
/* 1975 */   .td_mod4 .video-play-icon {
/* 1976 */     right: 0px !important;
/* 1977 */     bottom: -38px;
/* 1978 */     left: auto;
/* 1979 */     top: auto;
/* 1980 */     width: 15px;
/* 1981 */   }
/* 1982 */ }
/* 1983 */ /*  ----------------------------------------------------------------------------
/* 1984 *|     module 5
/* 1985 *| */
/* 1986 */ .td_mod5 {
/* 1987 */   margin-bottom: 24px;
/* 1988 */ }
/* 1989 */ .td_mod5 .entry-title a,
/* 1990 */ .td_mod5 .entry-title {
/* 1991 */   font-size: 19px;
/* 1992 */   line-height: 22px;
/* 1993 */ }
/* 1994 */ .td_mod5 .thumb-wrap {
/* 1995 */   text-align: center;
/* 1996 */   /* responsive phone */
/* 1997 */ 
/* 1998 */ }
/* 1999 */ @media (max-width: 767px) {
/* 2000 */   .td_mod5 .thumb-wrap {

/* style.css */

/* 2001 */     text-align: center;
/* 2002 */     background: #2b2b2b url('/content/wp-content/themes/CurejoyMagazinly/images/bg_images.png') repeat-x top !important;
/* 2003 */   }
/* 2004 */ }
/* 2005 */ /*  ----------------------------------------------------------------------------
/* 2006 *|     module 6
/* 2007 *| */
/* 2008 */ .td_mod6 {
/* 2009 */   margin-bottom: 24px;
/* 2010 */ }
/* 2011 */ .td_mod6 .entry-title a,
/* 2012 */ .td_mod6 .entry-title {
/* 2013 */   font-size: 19px;
/* 2014 */   line-height: 22px;
/* 2015 */ }
/* 2016 */ .td_mod6 .thumb-wrap {
/* 2017 */   text-align: center;
/* 2018 */   /* responsive phone */
/* 2019 */ 
/* 2020 */ }
/* 2021 */ @media (max-width: 767px) {
/* 2022 */   .td_mod6 .thumb-wrap {
/* 2023 */     text-align: center;
/* 2024 */     background: #2b2b2b url('/content/wp-content/themes/CurejoyMagazinly/images/bg_images.png') repeat-x top !important;
/* 2025 */   }
/* 2026 */ }
/* 2027 */ /* block title + line */
/* 2028 */ .block-title {
/* 2029 */   position: relative;
/* 2030 */   top: -9px;
/* 2031 */   text-align: center;
/* 2032 */   /* images\blocks\block_title_line.png via data uri */
/* 2033 */ 
/* 2034 */   background: transparent url('/content/wp-content/themes/CurejoyMagazinly/images/blocks/block_title_line.png') repeat-x;
/* 2035 */   padding-bottom: 16px;
/* 2036 */   font-size: 15px;
/* 2037 */   margin: 0px;
/* 2038 */   line-height: 22px;
/* 2039 */   font-family: Arimo, sans-serif;
/* 2040 */   font-weight: normal;
/* 2041 */ }
/* 2042 */ .block-title a,
/* 2043 */ .block-title span,
/* 2044 */ .block-title label {
/* 2045 */   /* label is for jetpack */
/* 2046 */ 
/* 2047 */   background-color: #fcfcfc;
/* 2048 */   z-index: 1;
/* 2049 */   color: #555555 !important;
/* 2050 */   font-family: 'Ubuntu', sans-serif;

/* style.css */

/* 2051 */   font-weight: bold;
/* 2052 */   padding: 0 8px;
/* 2053 */ }
/* 2054 */ /* block title with subcategories */
/* 2055 */ .block-title-subcats {
/* 2056 */   padding-bottom: 0px;
/* 2057 */ }
/* 2058 */ /* the block subcategories */
/* 2059 */ .block-child-cats {
/* 2060 */   list-style: none;
/* 2061 */   text-align: center;
/* 2062 */   padding: 0px 0px;
/* 2063 */   position: relative;
/* 2064 */   top: -9px;
/* 2065 */   line-height: 15px;
/* 2066 */   margin: 0px;
/* 2067 */   opacity: 0.7;
/* 2068 */   -webkit-transition: all 0.4s;
/* 2069 */   -moz-transition: all 0.4s;
/* 2070 */   -o-transition: all 0.4s;
/* 2071 */   transition: all 0.4s;
/* 2072 */ }
/* 2073 */ .block-child-cats li {
/* 2074 */   display: inline-block;
/* 2075 */   position: relative;
/* 2076 */   zoom: 1;
/* 2077 */   line-height: 15px;
/* 2078 */ }
/* 2079 */ .block-child-cats a {
/* 2080 */   color: #333232;
/* 2081 */   font-family: 'Ubuntu', sans-serif;
/* 2082 */   padding: 0px 10px 0px 10px;
/* 2083 */   font-size: 12px;
/* 2084 */   text-transform: uppercase;
/* 2085 */   font-weight: 500;
/* 2086 */ }
/* 2087 */ .block-child-cats a:hover {
/* 2088 */   color: #333232;
/* 2089 */ }
/* 2090 */ .td_block_wrap:hover .block-child-cats {
/* 2091 */   opacity: 1;
/* 2092 */ }
/* 2093 */ .cur-sub-cat {
/* 2094 */   color: #ee5656 !important;
/* 2095 */ }
/* 2096 */ .td_block_wrap {
/* 2097 */   position: relative;
/* 2098 */   padding-bottom: 15px;
/* 2099 */ }
/* 2100 */ /*  ----------------------------------------------------------------------------

/* style.css */

/* 2101 *|     loader
/* 2102 *| */
/* 2103 */ .td-loader-gif {
/* 2104 */   position: absolute;
/* 2105 */   top: 50%;
/* 2106 */   left: 50%;
/* 2107 */   width: 64px;
/* 2108 */   height: 64px;
/* 2109 */   margin-top: -32px;
/* 2110 */   /* Half the height */
/* 2111 */ 
/* 2112 */   margin-left: -32px;
/* 2113 */   /* Half the width */
/* 2114 */ 
/* 2115 */   /* responsive phone */
/* 2116 */ 
/* 2117 */ }
/* 2118 */ @media (max-width: 767px) {
/* 2119 */   .td-loader-gif {
/* 2120 */     top: 200px;
/* 2121 */   }
/* 2122 */ }
/* 2123 */ /*  ----------------------------------------------------------------------------
/* 2124 *|     pagination
/* 2125 *| */
/* 2126 */ .ajax-page-disabled {
/* 2127 */   opacity: 0.5;
/* 2128 */ }
/* 2129 */ /*  ----------------------------------------------------------------------------
/* 2130 *|     load more
/* 2131 *| */
/* 2132 */ .td-load-more-wrap {
/* 2133 */   position: relative;
/* 2134 */   top: -15px;
/* 2135 */   text-align: center;
/* 2136 */   font-family: 'Ubuntu', sans-serif;
/* 2137 */   text-transform: uppercase;
/* 2138 */   font-size: 12px;
/* 2139 */ }
/* 2140 */ .td-load-more-wrap a,
/* 2141 */ .td-load-more-wrap a:hover {
/* 2142 */   color: #333232;
/* 2143 */ }
/* 2144 */ .td-load-more-img-wrap {
/* 2145 */   line-height: 4px;
/* 2146 */ }
/* 2147 */ .td-load-more-img {
/* 2148 */   width: 7px;
/* 2149 */   height: 4px;
/* 2150 */   background-position: -20px -788px;

/* style.css */

/* 2151 */   display: inline-block;
/* 2152 */   zoom: 1;
/* 2153 */ }
/* 2154 */ /*  ----------------------------------------------------------------------------
/* 2155 *|     next prev
/* 2156 *| */
/* 2157 */ .td_ajax-prev-page {
/* 2158 */   position: absolute;
/* 2159 */   top: 15px;
/* 2160 */   right: 20px;
/* 2161 */   width: 15px;
/* 2162 */   height: 15px;
/* 2163 */   background-position: -20px -75px;
/* 2164 */   /* responsive phone */
/* 2165 */ 
/* 2166 */ }
/* 2167 */ @media (max-width: 510px) {
/* 2168 */   .td_ajax-prev-page {
/* 2169 */     display: none;
/* 2170 */   }
/* 2171 */ }
/* 2172 */ .td-ajax-next-page {
/* 2173 */   display: block;
/* 2174 */   position: absolute;
/* 2175 */   top: 15px;
/* 2176 */   right: 0px;
/* 2177 */   width: 15px;
/* 2178 */   height: 15px;
/* 2179 */   background-position: -20px -20px;
/* 2180 */   /* responsive phone */
/* 2181 */ 
/* 2182 */ }
/* 2183 */ @media (max-width: 510px) {
/* 2184 */   .td-ajax-next-page {
/* 2185 */     display: none;
/* 2186 */   }
/* 2187 */ }
/* 2188 */ .td_block_inner_overflow {
/* 2189 */   overflow: hidden;
/* 2190 */ }
/* 2191 */ .iosSlider {
/* 2192 */   width: 100%;
/* 2193 */   /* this height ends up being your maximum height,
/* 2194 *|  * if you want it to scale forever, set it to
/* 2195 *|  * a very high number */
/* 2196 */ 
/* 2197 */   height: 1500px;
/* 2198 */ }
/* 2199 */ .iosSlider .slider {
/* 2200 */   width: 100%;

/* style.css */

/* 2201 */   height: 100%;
/* 2202 */ }
/* 2203 */ .iosSlider .slider .item {
/* 2204 */   float: left;
/* 2205 */   width: 100%;
/* 2206 */   background: #2b2b2b url('/content/wp-content/themes/CurejoyMagazinly/images/bg_images.png') repeat-x top !important;
/* 2207 */   position: relative;
/* 2208 */ }
/* 2209 */ .iosSlider .entry-thumb {
/* 2210 */   height: auto;
/* 2211 */ }
/* 2212 */ .iosSlider .entry-thumb:hover {
/* 2213 */   opacity: 1 !important;
/* 2214 */ }
/* 2215 */ .iosSlider .thumb-wrap {
/* 2216 */   text-align: center;
/* 2217 */ }
/* 2218 */ /*  ----------------------------------------------------------------------------
/* 2219 *|     custom slide
/* 2220 *| */
/* 2221 */ .iosSlider .prevButton {
/* 2222 */   position: absolute;
/* 2223 */   width: 28px;
/* 2224 */   height: 28px;
/* 2225 */   background-position: -20px -1068px;
/* 2226 */   z-index: 2;
/* 2227 */   top: 50%;
/* 2228 */   left: 0;
/* 2229 */   margin-top: -14px;
/* 2230 */   opacity: 0.7;
/* 2231 */   -webkit-transition: opacity 0.4s;
/* 2232 */   -moz-transition: opacity 0.4s;
/* 2233 */   -o-transition: opacity 0.4s;
/* 2234 */   transition: opacity 0.4s;
/* 2235 */ }
/* 2236 */ .iosSlider .prevButton:hover {
/* 2237 */   opacity: 1;
/* 2238 */ }
/* 2239 */ .iosSlider .nextButton {
/* 2240 */   position: absolute;
/* 2241 */   width: 28px;
/* 2242 */   height: 28px;
/* 2243 */   background-position: -20px -1136px;
/* 2244 */   z-index: 2;
/* 2245 */   top: 50%;
/* 2246 */   right: 0;
/* 2247 */   margin-top: -14px;
/* 2248 */   opacity: 0.7;
/* 2249 */   -webkit-transition: opacity 0.4s;
/* 2250 */   -moz-transition: opacity 0.4s;

/* style.css */

/* 2251 */   -o-transition: opacity 0.4s;
/* 2252 */   transition: opacity 0.4s;
/* 2253 */ }
/* 2254 */ .iosSlider .nextButton:hover {
/* 2255 */   opacity: 1;
/* 2256 */ }
/* 2257 */ /*  ----------------------------------------------------------------------------
/* 2258 *|     responsive slide
/* 2259 *| */
/* 2260 */ .iosSlider-col-1,
/* 2261 */ .iosSlider-col-1 .item {
/* 2262 */   height: 365px !important;
/* 2263 */   /* responsive monitor */
/* 2264 */ 
/* 2265 */   /* responsive portrait tablet */
/* 2266 */ 
/* 2267 */ }
/* 2268 */ @media (min-width: 1200px) {
/* 2269 */   .iosSlider-col-1,
/* 2270 */   .iosSlider-col-1 .item {
/* 2271 */     height: 406px !important;
/* 2272 */   }
/* 2273 */ }
/* 2274 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2275 */   .iosSlider-col-1,
/* 2276 */   .iosSlider-col-1 .item {
/* 2277 */     height: 286px !important;
/* 2278 */   }
/* 2279 */ }
/* 2280 */ .iosSlider-col-1 .slide-info-wrap {
/* 2281 */   width: 100%;
/* 2282 */ }
/* 2283 */ @media (min-width: 1200px) {
/* 2284 */   .iosSlider-col-1 .slide-info-wrap {
/* 2285 */     width: 100%;
/* 2286 */   }
/* 2287 */ }
/* 2288 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2289 */   .iosSlider-col-1 .slide-info-wrap {
/* 2290 */     width: 100%;
/* 2291 */   }
/* 2292 */ }
/* 2293 */ @media (max-width: 767px) {
/* 2294 */   .iosSlider-col-1 .slide-info-wrap {
/* 2295 */     width: 100%;
/* 2296 */   }
/* 2297 */ }
/* 2298 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2299 */   .iosSlider-col-1 .entry-title a,
/* 2300 */   .iosSlider-col-1 .entry-title {

/* style.css */

/* 2301 */     font-size: 16px !important;
/* 2302 */     line-height: 19px !important;
/* 2303 */   }
/* 2304 */ }
/* 2305 */ @media (max-width: 767px) {
/* 2306 */   .iosSlider-col-1 .entry-title a,
/* 2307 */   .iosSlider-col-1 .entry-title {
/* 2308 */     font-size: 16px !important;
/* 2309 */     line-height: 19px !important;
/* 2310 */   }
/* 2311 */ }
/* 2312 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2313 */   .iosSlider-col-1 .entry-author-date {
/* 2314 */     display: none;
/* 2315 */   }
/* 2316 */ }
/* 2317 */ .iosSlider-col-1 .entry-review-stars {
/* 2318 */   position: relative;
/* 2319 */   top: -1px;
/* 2320 */ }
/* 2321 */ .iosSlider-col-2,
/* 2322 */ .iosSlider-col-2 .item {
/* 2323 */   height: 317px !important;
/* 2324 */   /* responsive monitor */
/* 2325 */ 
/* 2326 */ }
/* 2327 */ @media (min-width: 1200px) {
/* 2328 */   .iosSlider-col-2,
/* 2329 */   .iosSlider-col-2 .item {
/* 2330 */     height: 352px !important;
/* 2331 */   }
/* 2332 */ }
/* 2333 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2334 */   .iosSlider-col-2,
/* 2335 */   .iosSlider-col-2 .item {
/* 2336 */     height: 240px !important;
/* 2337 */   }
/* 2338 */ }
/* 2339 */ @media (max-width: 767px) {
/* 2340 */   .iosSlider-col-2 .slide-info-wrap {
/* 2341 */     width: 100%;
/* 2342 */   }
/* 2343 */ }
/* 2344 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2345 */   .iosSlider-col-2 .entry-title a,
/* 2346 */   .iosSlider-col-2 .entry-title {
/* 2347 */     font-size: 16px !important;
/* 2348 */     line-height: 19px !important;
/* 2349 */   }
/* 2350 */ }

/* style.css */

/* 2351 */ @media (max-width: 767px) {
/* 2352 */   .iosSlider-col-2 .entry-title a,
/* 2353 */   .iosSlider-col-2 .entry-title {
/* 2354 */     font-size: 16px !important;
/* 2355 */     line-height: 19px !important;
/* 2356 */   }
/* 2357 */ }
/* 2358 */ .iosSlider-col-2 .entry-review-stars {
/* 2359 */   position: relative;
/* 2360 */   top: -1px;
/* 2361 */ }
/* 2362 */ .iosSlider-col-3,
/* 2363 */ .iosSlider-col-3 .item {
/* 2364 */   height: 455px !important;
/* 2365 */ }
/* 2366 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2367 */   .iosSlider-col-3,
/* 2368 */   .iosSlider-col-3 .item {
/* 2369 */     height: 342px !important;
/* 2370 */   }
/* 2371 */ }
/* 2372 */ @media (max-width: 767px) {
/* 2373 */   .iosSlider-col-3,
/* 2374 */   .iosSlider-col-3 .item {
/* 2375 */     height: 342px !important;
/* 2376 */   }
/* 2377 */ }
/* 2378 */ @media (max-width: 767px) {
/* 2379 */   .iosSlider-col-3 .slide-info-wrap {
/* 2380 */     width: 100%;
/* 2381 */   }
/* 2382 */ }
/* 2383 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2384 */   .iosSlider-col-3 .entry-title a,
/* 2385 */   .iosSlider-col-3 .entry-title {
/* 2386 */     font-size: 16px !important;
/* 2387 */     line-height: 19px !important;
/* 2388 */   }
/* 2389 */ }
/* 2390 */ @media (max-width: 767px) {
/* 2391 */   .iosSlider-col-3 .entry-title a,
/* 2392 */   .iosSlider-col-3 .entry-title {
/* 2393 */     font-size: 16px !important;
/* 2394 */     line-height: 19px !important;
/* 2395 */   }
/* 2396 */ }
/* 2397 */ /*  ----------------------------------------------------------------------------
/* 2398 *|     slide on mobile
/* 2399 *| */
/* 2400 */ @media (max-width: 650px) {

/* style.css */

/* 2401 */   .iosSlider-col-2,
/* 2402 */   .iosSlider-col-2 .item {
/* 2403 */     height: 250px !important;
/* 2404 */   }
/* 2405 */ }
/* 2406 */ @media (max-width: 520px) {
/* 2407 */   .iosSlider-col-2,
/* 2408 */   .iosSlider-col-2 .item {
/* 2409 */     height: 200px !important;
/* 2410 */   }
/* 2411 */ }
/* 2412 */ @media (max-width: 420px) {
/* 2413 */   .iosSlider-col-2,
/* 2414 */   .iosSlider-col-2 .item {
/* 2415 */     height: 150px !important;
/* 2416 */   }
/* 2417 */ }
/* 2418 */ @media (max-width: 740px) {
/* 2419 */   .iosSlider-col-3,
/* 2420 */   .iosSlider-col-3 .item {
/* 2421 */     height: 300px !important;
/* 2422 */   }
/* 2423 */ }
/* 2424 */ @media (max-width: 650px) {
/* 2425 */   .iosSlider-col-3,
/* 2426 */   .iosSlider-col-3 .item {
/* 2427 */     height: 250px !important;
/* 2428 */   }
/* 2429 */ }
/* 2430 */ @media (max-width: 550px) {
/* 2431 */   .iosSlider-col-3,
/* 2432 */   .iosSlider-col-3 .item {
/* 2433 */     height: 200px !important;
/* 2434 */   }
/* 2435 */ }
/* 2436 */ @media (max-width: 450px) {
/* 2437 */   .iosSlider-col-3,
/* 2438 */   .iosSlider-col-3 .item {
/* 2439 */     height: 150px !important;
/* 2440 */   }
/* 2441 */ }
/* 2442 */ @media (max-width: 400px) {
/* 2443 */   .iosSlider-col-3,
/* 2444 */   .iosSlider-col-3 .item {
/* 2445 */     height: 130px !important;
/* 2446 */   }
/* 2447 */ }
/* 2448 */ .iosSlider-col-3 .entry-review-stars {
/* 2449 */   position: relative;
/* 2450 */   top: -1px;

/* style.css */

/* 2451 */ }
/* 2452 */ .slide-info-wrap {
/* 2453 */   position: absolute;
/* 2454 */   left: 0px;
/* 2455 */   bottom: -110px;
/* 2456 */   width: 326px;
/* 2457 */   color: white;
/* 2458 */   opacity: 0;
/* 2459 */   -webkit-transition: all 0.3s;
/* 2460 */   -moz-transition: all 0.3s;
/* 2461 */   -o-transition: all 0.3s;
/* 2462 */   transition: all 0.3s;
/* 2463 */ }
/* 2464 */ .slide-wrap-active {
/* 2465 */   opacity: 1;
/* 2466 */   bottom: 24px;
/* 2467 */   -webkit-transition: all 0.3s;
/* 2468 */   -moz-transition: all 0.3s;
/* 2469 */   -o-transition: all 0.3s;
/* 2470 */   transition: all 0.3s;
/* 2471 */ }
/* 2472 */ @media (max-width: 600px) {
/* 2473 */   .slide-wrap-active {
/* 2474 */     bottom: 0px;
/* 2475 */   }
/* 2476 */ }
/* 2477 */ .iosSlider {
/* 2478 */   overflow: hidden;
/* 2479 */   -webkit-touch-callout: none;
/* 2480 */   -webkit-user-select: none;
/* 2481 */   -khtml-user-select: none;
/* 2482 */   -moz-user-select: none;
/* 2483 */   -ms-user-select: none;
/* 2484 */   user-select: none;
/* 2485 */ }
/* 2486 */ .iosSlider .slide-title {
/* 2487 */   padding: 4px 10px 5px 9px;
/* 2488 */ }
/* 2489 */ .iosSlider .slide-line {
/* 2490 */   /* using data-uri for transparent background */
/* 2491 */ 
/* 2492 */   background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzU1QzIzNzdCNkU5MTFFMjgyMDY4NTFBQkY5Q0Q1RjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzU1QzIzNzhCNkU5MTFFMjgyMDY4NTFBQkY5Q0Q1RjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NTVDMjM3NUI2RTkxMUUyODIwNjg1MUFCRjlDRDVGMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NTVDMjM3NkI2RTkxMUUyODIwNjg1MUFCRjlDRDVGMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoAQD2sAAAAPSURBVHjaYlBUVPwKEGAAAiMBWb6+NxsAAAAASUVORK5CYII=') repeat;
/* 2493 */   height: 3px;
/* 2494 */ }
/* 2495 */ .iosSlider .slide-meta {
/* 2496 */   /* using data-uri for transparent background */
/* 2497 */ 
/* 2498 */   background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEM1OTJCMjlCNkU5MTFFMjhFNEVDNTY3MDZBMTlBRUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEM1OTJCMkFCNkU5MTFFMjhFNEVDNTY3MDZBMTlBRUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4QzU5MkIyN0I2RTkxMUUyOEU0RUM1NjcwNkExOUFFRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4QzU5MkIyOEI2RTkxMUUyOEU0RUM1NjcwNkExOUFFRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjTEKhQAAAAPSURBVHjaYtDQ0DgDEGAAAjkBRQl7hBsAAAAASUVORK5CYII=') repeat;
/* 2499 */   padding: 3px 9px 7px 9px;
/* 2500 */ }

/* style.css */

/* 2501 */ @media (max-width: 600px) {
/* 2502 */   .iosSlider .slide-meta {
/* 2503 */     display: none;
/* 2504 */   }
/* 2505 */ }
/* 2506 */ .iosSlider .slide-meta-author {
/* 2507 */   position: absolute;
/* 2508 */   bottom: 1px;
/* 2509 */   right: 6px;
/* 2510 */ }
/* 2511 */ .iosSlider .entry-title a,
/* 2512 */ .iosSlider .entry-title {
/* 2513 */   font-size: 20px;
/* 2514 */   line-height: 24px;
/* 2515 */   color: white !important;
/* 2516 */ }
/* 2517 */ .iosSlider .entry-category a {
/* 2518 */   color: white !important;
/* 2519 */ }
/* 2520 */ /*
/* 2521 *|  * jQuery FlexSlider v2.0
/* 2522 *|  * http://www.woothemes.com/flexslider/
/* 2523 *|  *
/* 2524 *|  * Copyright 2012 WooThemes
/* 2525 *|  * Free to use under the GPLv2 license.
/* 2526 *|  * http://www.gnu.org/licenses/gpl-2.0.html
/* 2527 *|  *
/* 2528 *|  * Contributing author: Tyler Smith (@mbmufffin)
/* 2529 *|  */
/* 2530 */ /* Browser Resets */
/* 2531 */ .flexslider a:hover {
/* 2532 */   text-decoration: none !important;
/* 2533 */ }
/* 2534 */ .flex-container a:active,
/* 2535 */ .flexslider a:active,
/* 2536 */ .flex-container a:focus,
/* 2537 */ .flexslider a:focus {
/* 2538 */   outline: none;
/* 2539 */ }
/* 2540 */ .slides,
/* 2541 */ .flex-control-nav,
/* 2542 */ .flex-direction-nav {
/* 2543 */   margin: 0;
/* 2544 */   padding: 0;
/* 2545 */   list-style: none;
/* 2546 */ }
/* 2547 */ /* FlexSlider Necessary Styles
/* 2548 *| *********************************/
/* 2549 */ .flexslider {
/* 2550 */   margin: 0;

/* style.css */

/* 2551 */   padding: 0;
/* 2552 */ }
/* 2553 */ .flexslider .slides > li {
/* 2554 */   display: none;
/* 2555 */   -webkit-backface-visibility: hidden;
/* 2556 */ }
/* 2557 */ /* Hide the slides before the JS is loaded. Avoids image jumping */
/* 2558 */ .flexslider .slides .entry-thumb {
/* 2559 */   width: 100%;
/* 2560 */   display: block;
/* 2561 */ }
/* 2562 */ .flex-pauseplay span {
/* 2563 */   text-transform: capitalize;
/* 2564 */ }
/* 2565 */ /* Clearfix for the .slides element */
/* 2566 */ .slides:after {
/* 2567 */   content: ".";
/* 2568 */   display: block;
/* 2569 */   clear: both;
/* 2570 */   visibility: hidden;
/* 2571 */   line-height: 0;
/* 2572 */   height: 0;
/* 2573 */ }
/* 2574 */ html[xmlns] .slides {
/* 2575 */   display: block;
/* 2576 */ }
/* 2577 */ * html .slides {
/* 2578 */   height: 1%;
/* 2579 */ }
/* 2580 */ /* No JavaScript Fallback */
/* 2581 */ /* If you are not using another script, such as Modernizr, make sure you
/* 2582 *|  * include js that eliminates this class on page load */
/* 2583 */ .no-js .slides > li:first-child {
/* 2584 */   display: block;
/* 2585 */ }
/* 2586 */ /* FlexSlider Default Theme
/* 2587 *| *********************************/
/* 2588 */ .flexslider {
/* 2589 */   margin: 0 0 0px;
/* 2590 */   position: relative;
/* 2591 */   zoom: 1;
/* 2592 */ }
/* 2593 */ .flex-viewport {
/* 2594 */   -webkit-transition: all 1s ease;
/* 2595 */   -moz-transition: all 1s ease;
/* 2596 */   transition: all 1s ease;
/* 2597 */ }
/* 2598 */ .loading .flex-viewport {
/* 2599 */   max-height: 300px;
/* 2600 */ }

/* style.css */

/* 2601 */ .flexslider .slides {
/* 2602 */   zoom: 1;
/* 2603 */ }
/* 2604 */ .carousel li {
/* 2605 */   margin-right: 5px;
/* 2606 */ }
/* 2607 */ /* Direction Nav */
/* 2608 */ .flex-direction-nav {
/* 2609 */   *height: 0;
/* 2610 */ }
/* 2611 */ .flex-direction-nav a {
/* 2612 */   width: 30px;
/* 2613 */   height: 30px;
/* 2614 */   margin: -20px 0 0;
/* 2615 */   display: block;
/* 2616 */   position: absolute;
/* 2617 */   top: 43%;
/* 2618 */   z-index: 10;
/* 2619 */   cursor: pointer;
/* 2620 */   text-indent: -9999px;
/* 2621 */   opacity: 0;
/* 2622 */   -webkit-transition: all .3s ease;
/* 2623 */ }
/* 2624 */ .flexslider:hover .flex-next {
/* 2625 */   opacity: 0.8;
/* 2626 */   right: 5px;
/* 2627 */ }
/* 2628 */ .flexslider:hover .flex-prev {
/* 2629 */   opacity: 0.8;
/* 2630 */   left: 5px;
/* 2631 */ }
/* 2632 */ .flexslider:hover .flex-next:hover,
/* 2633 */ .flexslider:hover .flex-prev:hover {
/* 2634 */   opacity: 1;
/* 2635 */ }
/* 2636 */ .flex-direction-nav .flex-disabled {
/* 2637 */   opacity: .3!important;
/* 2638 */   filter: alpha(opacity=30);
/* 2639 */   cursor: default;
/* 2640 */ }
/* 2641 */ /* Control Nav */
/* 2642 */ .flex-control-nav {
/* 2643 */   width: 100%;
/* 2644 */   position: absolute;
/* 2645 */   bottom: -40px;
/* 2646 */   text-align: center;
/* 2647 */ }
/* 2648 */ .flex-control-nav li {
/* 2649 */   margin: 0 6px;
/* 2650 */   display: inline-block;

/* style.css */

/* 2651 */   zoom: 1;
/* 2652 */   *display: inline;
/* 2653 */ }
/* 2654 */ .flex-control-paging li a {
/* 2655 */   width: 11px;
/* 2656 */   height: 11px;
/* 2657 */   display: block;
/* 2658 */   background: #666;
/* 2659 */   background: rgba(0, 0, 0, 0.5);
/* 2660 */   cursor: pointer;
/* 2661 */   text-indent: -9999px;
/* 2662 */   -webkit-border-radius: 20px;
/* 2663 */   -moz-border-radius: 20px;
/* 2664 */   -o-border-radius: 20px;
/* 2665 */   border-radius: 20px;
/* 2666 */   box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
/* 2667 */ }
/* 2668 */ .flex-control-paging li a:hover {
/* 2669 */   background: #333;
/* 2670 */   background: rgba(0, 0, 0, 0.7);
/* 2671 */ }
/* 2672 */ .flex-control-paging li a.flex-active {
/* 2673 */   background: #000;
/* 2674 */   background: rgba(0, 0, 0, 0.9);
/* 2675 */   cursor: default;
/* 2676 */ }
/* 2677 */ .flex-control-thumbs {
/* 2678 */   margin: 5px 0 0;
/* 2679 */   position: static;
/* 2680 */   overflow: hidden;
/* 2681 */ }
/* 2682 */ .flex-control-thumbs li {
/* 2683 */   width: 25%;
/* 2684 */   float: left;
/* 2685 */   margin: 0;
/* 2686 */ }
/* 2687 */ .flex-control-thumbs img {
/* 2688 */   width: 100%;
/* 2689 */   display: block;
/* 2690 */   opacity: .7;
/* 2691 */   cursor: pointer;
/* 2692 */ }
/* 2693 */ .flex-control-thumbs img:hover {
/* 2694 */   opacity: 1;
/* 2695 */ }
/* 2696 */ .flex-control-thumbs .flex-active {
/* 2697 */   opacity: 1;
/* 2698 */   cursor: default;
/* 2699 */ }
/* 2700 */ @media screen and (max-width: 860px) {

/* style.css */

/* 2701 */   .flex-direction-nav .flex-prev {
/* 2702 */     opacity: 1;
/* 2703 */     left: 0;
/* 2704 */   }
/* 2705 */   .flex-direction-nav .flex-next {
/* 2706 */     opacity: 1;
/* 2707 */     right: 0;
/* 2708 */   }
/* 2709 */ }
/* 2710 */ /*  ----------------------------------------------------------------------------
/* 2711 *|     custom gallery code
/* 2712 *| */
/* 2713 */ .flex-direction-nav .flex-next {
/* 2714 */   position: absolute;
/* 2715 */   width: 28px;
/* 2716 */   height: 28px;
/* 2717 */   background-position: -20px -1136px;
/* 2718 */   z-index: 2;
/* 2719 */   top: 50%;
/* 2720 */   right: 0;
/* 2721 */   margin-top: -14px;
/* 2722 */ }
/* 2723 */ .flex-direction-nav .flex-prev {
/* 2724 */   position: absolute;
/* 2725 */   width: 28px;
/* 2726 */   height: 28px;
/* 2727 */   background-position: -20px -1068px;
/* 2728 */   z-index: 2;
/* 2729 */   top: 50%;
/* 2730 */   left: 0;
/* 2731 */   margin-top: -14px;
/* 2732 */ }
/* 2733 */ .flexslider li {
/* 2734 */   margin-right: 10px;
/* 2735 */   margin-left: 10px;
/* 2736 */ }
/* 2737 */ .flex-caption {
/* 2738 */   position: relative;
/* 2739 */   display: block;
/* 2740 */   height: 43px;
/* 2741 */   padding: 4px 10px;
/* 2742 */   color: white;
/* 2743 */   font-size: 16px;
/* 2744 */   font-family: 'Open Sans', arial, sans-serif;
/* 2745 */   line-height: 20px;
/* 2746 */   text-decoration: none !important;
/* 2747 */   position: absolute;
/* 2748 */   bottom: 0px;
/* 2749 */   left: 0px;
/* 2750 */   right: 0px;

/* style.css */

/* 2751 */ }
/* 2752 */ .flex-slide-wrap {
/* 2753 */   position: relative;
/* 2754 */ }
/* 2755 */ /*  ----------------------------------------------------------------------------
/* 2756 *|     2 and 3 cols image fix
/* 2757 *| */
/* 2758 */ .flex-viewport li {
/* 2759 */   max-width: 213px;
/* 2760 */   /* responsive landscape */
/* 2761 */ 
/* 2762 */ }
/* 2763 */ @media (min-width: 481px) and (max-width: 405px) {
/* 2764 */   .flex-viewport li {
/* 2765 */     max-width: 172px;
/* 2766 */   }
/* 2767 */ }
/* 2768 */ @media (max-device-width: 480px) and (orientation: portrait) {
/* 2769 */   .flex-viewport li {
/* 2770 */     max-width: 131px;
/* 2771 */   }
/* 2772 */ }
/* 2773 */ /*  ----------------------------------------------------------------------------
/* 2774 *|     1 column
/* 2775 *| */
/* 2776 */ .td_gallery-col-1 li {
/* 2777 */   max-width: 127px;
/* 2778 */   /* responsive monitor */
/* 2779 */ 
/* 2780 */   /* responsive landscape */
/* 2781 */ 
/* 2782 */ }
/* 2783 */ @media (min-width: 1200px) {
/* 2784 */   .td_gallery-col-1 li {
/* 2785 */     max-width: 143px;
/* 2786 */   }
/* 2787 */ }
/* 2788 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2789 */   .td_gallery-col-1 li {
/* 2790 */     max-width: 95px;
/* 2791 */   }
/* 2792 */ }
/* 2793 */ /*  ----------------------------------------------------------------------------
/* 2794 *|     2 col
/* 2795 *| */
/* 2796 */ .td_gallery-col-2 {
/* 2797 */   /* responsive landscape */
/* 2798 */ 
/* 2799 */ }
/* 2800 */ @media (min-width: 768px) and (max-width: 1018px) {

/* style.css */

/* 2801 */   .td_gallery-col-2 {
/* 2802 */     width: 475px;
/* 2803 */     position: relative;
/* 2804 */     left: 6px;
/* 2805 */   }
/* 2806 */ }
/* 2807 */ .td_block_gallery .td_block_inner {
/* 2808 */   margin-bottom: 34px;
/* 2809 */ }
/* 2810 */ .td_rec .td_mod_wrap {
/* 2811 */   text-align: center;
/* 2812 */ }
/* 2813 */ .td_rec_left {
/* 2814 */   float: left;
/* 2815 */   margin-right: 22px;
/* 2816 */   position: relative;
/* 2817 */   top: 5px;
/* 2818 */ }
/* 2819 */ .td_rec_left .td_mod_wrap {
/* 2820 */   margin-bottom: 0px;
/* 2821 */ }
/* 2822 */ /*  ----------------------------------------------------------------------------
/* 2823 *|     header ads
/* 2824 *| */
/* 2825 */ .header-wrap .td_rec .td_mod_wrap {
/* 2826 */   margin-bottom: 0px;
/* 2827 */ }
/* 2828 */ .header-wrap .td_rec {
/* 2829 */   padding-bottom: 0px;
/* 2830 */ }
/* 2831 */ .header-wrap .td_mod_wrap .td-g-rec {
/* 2832 */   position: relative;
/* 2833 */   top: 26px;
/* 2834 */   height: 60px;
/* 2835 */   /* responsive monitor */
/* 2836 */ 
/* 2837 */   /* responsive phone */
/* 2838 */ 
/* 2839 */ }
/* 2840 */ @media (min-width: 1200px) {
/* 2841 */   .header-wrap .td_mod_wrap .td-g-rec {
/* 2842 */     position: relative;
/* 2843 */     top: 34px;
/* 2844 */     height: 90px;
/* 2845 */   }
/* 2846 */ }
/* 2847 */ @media (max-width: 767px) {
/* 2848 */     .header-wrap {
/* 2849 */         display:none;
/* 2850 */     }

/* style.css */

/* 2851 */   .header-wrap .td_mod_wrap .td-g-rec {
/* 2852 */     position: static;
/* 2853 */     top: auto;
/* 2854 */     height: auto;
/* 2855 */   }
/* 2856 */ }
/* 2857 */ /*  ----------------------------------------------------------------------------
/* 2858 *|     responsive ads
/* 2859 *| */
/* 2860 */ .td-rec-phone {
/* 2861 */   display: none;
/* 2862 */   /* responsive phone */
/* 2863 */ 
/* 2864 */ }
/* 2865 */ @media (max-width: 767px) {
/* 2866 */   .td-rec-phone {
/* 2867 */     display: block;
/* 2868 */   }
/* 2869 */ }
/* 2870 */ .td-rec-tablet-p {
/* 2871 */   display: none;
/* 2872 */   /* responsive portrait tablet */
/* 2873 */ 
/* 2874 */ }
/* 2875 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2876 */   .td-rec-tablet-p {
/* 2877 */     display: block;
/* 2878 */   }
/* 2879 */ }
/* 2880 */ .td-rec-tablet-l {
/* 2881 */   display: block;
/* 2882 */   /* responsive phone */
/* 2883 */ 
/* 2884 */   /* responsive portrait tablet */
/* 2885 */ 
/* 2886 */   /* responsive monitor */
/* 2887 */ 
/* 2888 */ }
/* 2889 */ @media (max-width: 767px) {
/* 2890 */   .td-rec-tablet-l {
/* 2891 */     display: none;
/* 2892 */   }
/* 2893 */ }
/* 2894 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2895 */   .td-rec-tablet-l {
/* 2896 */     display: none;
/* 2897 */   }
/* 2898 */ }
/* 2899 */ @media (min-width: 1200px) {
/* 2900 */   .td-rec-tablet-l {

/* style.css */

/* 2901 */     display: none;
/* 2902 */   }
/* 2903 */ }
/* 2904 */ .td-rec-monitor {
/* 2905 */   display: none;
/* 2906 */   /* responsive monitor */
/* 2907 */ 
/* 2908 */ }
/* 2909 */ @media (min-width: 1200px) {
/* 2910 */   .td-rec-monitor {
/* 2911 */     display: block;
/* 2912 */   }
/* 2913 */ }
/* 2914 */ .td-social-wrap .td_mod_wrap {
/* 2915 */   margin-bottom: 20px;
/* 2916 */   text-align: center;
/* 2917 */   line-height: 11px;
/* 2918 */ }
/* 2919 */ .td-social-icon-wrap {
/* 2920 */   margin-left: 7px;
/* 2921 */   margin-right: 7px;
/* 2922 */   margin-bottom: 14px;
/* 2923 */   display: inline-block;
/* 2924 */   zoom: 1;
/* 2925 */   -webkit-transition: opacity 0.4s;
/* 2926 */   -moz-transition: opacity 0.4s;
/* 2927 */   -o-transition: opacity 0.4s;
/* 2928 */   transition: opacity 0.4s;
/* 2929 */ }
/* 2930 */ .td-social-icon-wrap:hover {
/* 2931 */   opacity: 0.8;
/* 2932 */ }
/* 2933 */ .td-footer-wrap .td-social-wrap .td_mod_wrap {
/* 2934 */   text-align: left;
/* 2935 */ }
/* 2936 */ .td-footer-wrap .td-social-icon-wrap {
/* 2937 */   margin-left: 0px;
/* 2938 */   margin-right: 14px;
/* 2939 */ }
/* 2940 */ /*  ----------------------------------------------------------------------------
/* 2941 *|     16
/* 2942 *| */
/* 2943 */ .td-social-s1-16 {
/* 2944 */   background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style1-16.png');
/* 2945 */   background-repeat: no-repeat;
/* 2946 */   display: block;
/* 2947 */   width: 16px;
/* 2948 */   height: 16px;
/* 2949 */ }
/* 2950 */ .td-social-s2-16 {

/* style.css */

/* 2951 */   background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style2-16.png');
/* 2952 */   background-repeat: no-repeat;
/* 2953 */   display: block;
/* 2954 */   width: 16px;
/* 2955 */   height: 16px;
/* 2956 */ }
/* 2957 */ .td-social-s3-16 {
/* 2958 */   background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style3-16.png');
/* 2959 */   background-repeat: no-repeat;
/* 2960 */   display: block;
/* 2961 */   width: 16;
/* 2962 */   height: 16px;
/* 2963 */ }
/* 2964 */ .td-social-s4-16 {
/* 2965 */   background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style4-16.png');
/* 2966 */   background-repeat: no-repeat;
/* 2967 */   display: block;
/* 2968 */   width: 16px;
/* 2969 */   height: 16px;
/* 2970 */ }
/* 2971 */ /*  ----------------------------------------------------------------------------
/* 2972 *|     32
/* 2973 *| */
/* 2974 */ .td-social-s1-32 {
/* 2975 */   background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style1-32.png');
/* 2976 */   background-repeat: no-repeat;
/* 2977 */   display: block;
/* 2978 */   width: 32px;
/* 2979 */   height: 32px;
/* 2980 */ }
/* 2981 */ .td-social-s2-32 {
/* 2982 */   background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style2-32.png');
/* 2983 */   background-repeat: no-repeat;
/* 2984 */   display: block;
/* 2985 */   width: 32px;
/* 2986 */   height: 32px;
/* 2987 */ }
/* 2988 */ .td-social-s3-32 {
/* 2989 */   background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style3-32.png');
/* 2990 */   background-repeat: no-repeat;
/* 2991 */   display: block;
/* 2992 */   width: 32px;
/* 2993 */   height: 32px;
/* 2994 */ }
/* 2995 */ .td-social-s4-32 {
/* 2996 */   background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style4-32.png');
/* 2997 */   background-repeat: no-repeat;
/* 2998 */   display: block;
/* 2999 */   width: 32px;
/* 3000 */   height: 32px;

/* style.css */

/* 3001 */ }
/* 3002 */ /*  ----------------------------------------------------------------------------
/* 3003 *|     64
/* 3004 *| */
/* 3005 */ .td-social-s1-64 {
/* 3006 */   background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style1-64.png');
/* 3007 */   background-repeat: no-repeat;
/* 3008 */   display: block;
/* 3009 */   width: 64px;
/* 3010 */   height: 64px;
/* 3011 */ }
/* 3012 */ .td-social-s2-64 {
/* 3013 */   background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style2-64.png');
/* 3014 */   background-repeat: no-repeat;
/* 3015 */   display: block;
/* 3016 */   width: 64px;
/* 3017 */   height: 64px;
/* 3018 */ }
/* 3019 */ .td-social-s3-64 {
/* 3020 */   background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style3-64.png');
/* 3021 */   background-repeat: no-repeat;
/* 3022 */   display: block;
/* 3023 */   width: 64px;
/* 3024 */   height: 64px;
/* 3025 */ }
/* 3026 */ .td-social-s4-64 {
/* 3027 */   background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style4-64.png');
/* 3028 */   background-repeat: no-repeat;
/* 3029 */   display: block;
/* 3030 */   width: 64px;
/* 3031 */   height: 64px;
/* 3032 */ }
/* 3033 */ /*  ----------------------------------------------------------------------------
/* 3034 *|     16px
/* 3035 *| */
/* 3036 */ .td-s-s-16-addthis {
/* 3037 */   background-position: 0 0;
/* 3038 */ }
/* 3039 */ .td-s-s-16-behance {
/* 3040 */   background-position: -16px 0;
/* 3041 */ }
/* 3042 */ .td-s-s-16-blogger {
/* 3043 */   background-position: -32px 0;
/* 3044 */ }
/* 3045 */ .td-s-s-16-delicious {
/* 3046 */   background-position: -48px 0;
/* 3047 */ }
/* 3048 */ .td-s-s-16-deviantart {
/* 3049 */   background-position: -64px 0;
/* 3050 */ }

/* style.css */

/* 3051 */ .td-s-s-16-digg {
/* 3052 */   background-position: -80px 0;
/* 3053 */ }
/* 3054 */ .td-s-s-16-dopplr {
/* 3055 */   background-position: -96px 0;
/* 3056 */ }
/* 3057 */ .td-s-s-16-dribbble {
/* 3058 */   background-position: 0 -16px;
/* 3059 */ }
/* 3060 */ .td-s-s-16-evernote {
/* 3061 */   background-position: -16px -16px;
/* 3062 */ }
/* 3063 */ .td-s-s-16-facebook {
/* 3064 */   background-position: -32px -16px;
/* 3065 */ }
/* 3066 */ .td-s-s-16-flickr {
/* 3067 */   background-position: -48px -16px;
/* 3068 */ }
/* 3069 */ .td-s-s-16-forrst {
/* 3070 */   background-position: -64px -16px;
/* 3071 */ }
/* 3072 */ .td-s-s-16-github {
/* 3073 */   background-position: -80px -16px;
/* 3074 */ }
/* 3075 */ .td-s-s-16-google {
/* 3076 */   background-position: -96px -16px;
/* 3077 */ }
/* 3078 */ .td-s-s-16-googledrive {
/* 3079 */   background-position: 0 -32px;
/* 3080 */ }
/* 3081 */ .td-s-s-16-googlemaps {
/* 3082 */   background-position: -16px -32px;
/* 3083 */ }
/* 3084 */ .td-s-s-16-googleplus {
/* 3085 */   background-position: -32px -32px;
/* 3086 */ }
/* 3087 */ .td-s-s-16-grooveshark {
/* 3088 */   background-position: -48px -32px;
/* 3089 */ }
/* 3090 */ .td-s-s-16-html5 {
/* 3091 */   background-position: -64px -32px;
/* 3092 */ }
/* 3093 */ .td-s-s-16-instagram {
/* 3094 */   background-position: -80px -32px;
/* 3095 */ }
/* 3096 */ .td-s-s-16-lastfm {
/* 3097 */   background-position: -96px -32px;
/* 3098 */ }
/* 3099 */ .td-s-s-16-linkedin {
/* 3100 */   background-position: 0 -48px;

/* style.css */

/* 3101 */ }
/* 3102 */ .td-s-s-16-mail {
/* 3103 */   background-position: -16px -48px;
/* 3104 */ }
/* 3105 */ .td-s-s-16-myspace {
/* 3106 */   background-position: -32px -48px;
/* 3107 */ }
/* 3108 */ .td-s-s-16-path {
/* 3109 */   background-position: -48px -48px;
/* 3110 */ }
/* 3111 */ .td-s-s-16-paypal {
/* 3112 */   background-position: -64px -48px;
/* 3113 */ }
/* 3114 */ .td-s-s-16-picasa {
/* 3115 */   background-position: -80px -48px;
/* 3116 */ }
/* 3117 */ .td-s-s-16-pinterest {
/* 3118 */   background-position: -96px -48px;
/* 3119 */ }
/* 3120 */ .td-s-s-16-posterous {
/* 3121 */   background-position: 0 -64px;
/* 3122 */ }
/* 3123 */ .td-s-s-16-reddit {
/* 3124 */   background-position: -16px -64px;
/* 3125 */ }
/* 3126 */ .td-s-s-16-rss {
/* 3127 */   background-position: -32px -64px;
/* 3128 */ }
/* 3129 */ .td-s-s-16-sharethis {
/* 3130 */   background-position: -48px -64px;
/* 3131 */ }
/* 3132 */ .td-s-s-16-skype {
/* 3133 */   background-position: -64px -64px;
/* 3134 */ }
/* 3135 */ .td-s-s-16-slashdot {
/* 3136 */   background-position: -80px -64px;
/* 3137 */ }
/* 3138 */ .td-s-s-16-soundcloud {
/* 3139 */   background-position: -96px -64px;
/* 3140 */ }
/* 3141 */ .td-s-s-16-spotify {
/* 3142 */   background-position: 0 -80px;
/* 3143 */ }
/* 3144 */ .td-s-s-16-stackoverflow {
/* 3145 */   background-position: -16px -80px;
/* 3146 */ }
/* 3147 */ .td-s-s-16-steam {
/* 3148 */   background-position: -32px -80px;
/* 3149 */ }
/* 3150 */ .td-s-s-16-stumbleUpon {

/* style.css */

/* 3151 */   background-position: -48px -80px;
/* 3152 */ }
/* 3153 */ .td-s-s-16-tehnorati {
/* 3154 */   background-position: -64px -80px;
/* 3155 */ }
/* 3156 */ .td-s-s-16-tumblr {
/* 3157 */   background-position: -80px -80px;
/* 3158 */ }
/* 3159 */ .td-s-s-16-twitter {
/* 3160 */   background-position: -96px -80px;
/* 3161 */ }
/* 3162 */ .td-s-s-16-viddler {
/* 3163 */   background-position: 0 -96px;
/* 3164 */ }
/* 3165 */ .td-s-s-16-vimeo {
/* 3166 */   background-position: -16px -96px;
/* 3167 */ }
/* 3168 */ .td-s-s-16-virb {
/* 3169 */   background-position: -32px -96px;
/* 3170 */ }
/* 3171 */ .td-s-s-16-windows {
/* 3172 */   background-position: -48px -96px;
/* 3173 */ }
/* 3174 */ .td-s-s-16-woordpress {
/* 3175 */   background-position: -64px -96px;
/* 3176 */ }
/* 3177 */ .td-s-s-16-yahoo {
/* 3178 */   background-position: -80px -96px;
/* 3179 */ }
/* 3180 */ .td-s-s-16-youtube {
/* 3181 */   background-position: -96px -96px;
/* 3182 */ }
/* 3183 */ .td-s-s-16-zerply {
/* 3184 */   background-position: -112px 0;
/* 3185 */ }
/* 3186 */ /*  ----------------------------------------------------------------------------
/* 3187 *|     32px social sprite
/* 3188 *| */
/* 3189 */ .td-s-s-32-addthis {
/* 3190 */   background-position: 0 0;
/* 3191 */ }
/* 3192 */ .td-s-s-32-behance {
/* 3193 */   background-position: -32px 0;
/* 3194 */ }
/* 3195 */ .td-s-s-32-blogger {
/* 3196 */   background-position: -64px 0;
/* 3197 */ }
/* 3198 */ .td-s-s-32-delicious {
/* 3199 */   background-position: -96px 0;
/* 3200 */ }

/* style.css */

/* 3201 */ .td-s-s-32-deviantart {
/* 3202 */   background-position: -128px 0;
/* 3203 */ }
/* 3204 */ .td-s-s-32-digg {
/* 3205 */   background-position: -160px 0;
/* 3206 */ }
/* 3207 */ .td-s-s-32-dopplr {
/* 3208 */   background-position: -192px 0;
/* 3209 */ }
/* 3210 */ .td-s-s-32-dribbble {
/* 3211 */   background-position: 0 -32px;
/* 3212 */ }
/* 3213 */ .td-s-s-32-evernote {
/* 3214 */   background-position: -32px -32px;
/* 3215 */ }
/* 3216 */ .td-s-s-32-facebook {
/* 3217 */   background-position: -64px -32px;
/* 3218 */ }
/* 3219 */ .td-s-s-32-flickr {
/* 3220 */   background-position: -96px -32px;
/* 3221 */ }
/* 3222 */ .td-s-s-32-forrst {
/* 3223 */   background-position: -128px -32px;
/* 3224 */ }
/* 3225 */ .td-s-s-32-github {
/* 3226 */   background-position: -160px -32px;
/* 3227 */ }
/* 3228 */ .td-s-s-32-google {
/* 3229 */   background-position: -192px -32px;
/* 3230 */ }
/* 3231 */ .td-s-s-32-googledrive {
/* 3232 */   background-position: 0 -64px;
/* 3233 */ }
/* 3234 */ .td-s-s-32-googlemaps {
/* 3235 */   background-position: -32px -64px;
/* 3236 */ }
/* 3237 */ .td-s-s-32-googleplus {
/* 3238 */   background-position: -64px -64px;
/* 3239 */ }
/* 3240 */ .td-s-s-32-grooveshark {
/* 3241 */   background-position: -96px -64px;
/* 3242 */ }
/* 3243 */ .td-s-s-32-html5 {
/* 3244 */   background-position: -128px -64px;
/* 3245 */ }
/* 3246 */ .td-s-s-32-instagram {
/* 3247 */   background-position: -160px -64px;
/* 3248 */ }
/* 3249 */ .td-s-s-32-lastfm {
/* 3250 */   background-position: -192px -64px;

/* style.css */

/* 3251 */ }
/* 3252 */ .td-s-s-32-linkedin {
/* 3253 */   background-position: 0 -96px;
/* 3254 */ }
/* 3255 */ .td-s-s-32-mail {
/* 3256 */   background-position: -32px -96px;
/* 3257 */ }
/* 3258 */ .td-s-s-32-myspace {
/* 3259 */   background-position: -64px -96px;
/* 3260 */ }
/* 3261 */ .td-s-s-32-path {
/* 3262 */   background-position: -96px -96px;
/* 3263 */ }
/* 3264 */ .td-s-s-32-paypal {
/* 3265 */   background-position: -128px -96px;
/* 3266 */ }
/* 3267 */ .td-s-s-32-picasa {
/* 3268 */   background-position: -160px -96px;
/* 3269 */ }
/* 3270 */ .td-s-s-32-pinterest {
/* 3271 */   background-position: -192px -96px;
/* 3272 */ }
/* 3273 */ .td-s-s-32-posterous {
/* 3274 */   background-position: 0 -128px;
/* 3275 */ }
/* 3276 */ .td-s-s-32-reddit {
/* 3277 */   background-position: -32px -128px;
/* 3278 */ }
/* 3279 */ .td-s-s-32-rss {
/* 3280 */   background-position: -64px -128px;
/* 3281 */ }
/* 3282 */ .td-s-s-32-sharethis {
/* 3283 */   background-position: -96px -128px;
/* 3284 */ }
/* 3285 */ .td-s-s-32-skype {
/* 3286 */   background-position: -128px -128px;
/* 3287 */ }
/* 3288 */ .td-s-s-32-slashdot {
/* 3289 */   background-position: -160px -128px;
/* 3290 */ }
/* 3291 */ .td-s-s-32-soundcloud {
/* 3292 */   background-position: -192px -128px;
/* 3293 */ }
/* 3294 */ .td-s-s-32-spotify {
/* 3295 */   background-position: 0 -160px;
/* 3296 */ }
/* 3297 */ .td-s-s-32-stackoverflow {
/* 3298 */   background-position: -32px -160px;
/* 3299 */ }
/* 3300 */ .td-s-s-32-steam {

/* style.css */

/* 3301 */   background-position: -64px -160px;
/* 3302 */ }
/* 3303 */ .td-s-s-32-stumbleUpon {
/* 3304 */   background-position: -96px -160px;
/* 3305 */ }
/* 3306 */ .td-s-s-32-tehnorati {
/* 3307 */   background-position: -128px -160px;
/* 3308 */ }
/* 3309 */ .td-s-s-32-tumblr {
/* 3310 */   background-position: -160px -160px;
/* 3311 */ }
/* 3312 */ .td-s-s-32-twitter {
/* 3313 */   background-position: -192px -160px;
/* 3314 */ }
/* 3315 */ .td-s-s-32-viddler {
/* 3316 */   background-position: 0 -192px;
/* 3317 */ }
/* 3318 */ .td-s-s-32-vimeo {
/* 3319 */   background-position: -32px -192px;
/* 3320 */ }
/* 3321 */ .td-s-s-32-virb {
/* 3322 */   background-position: -64px -192px;
/* 3323 */ }
/* 3324 */ .td-s-s-32-windows {
/* 3325 */   background-position: -96px -192px;
/* 3326 */ }
/* 3327 */ .td-s-s-32-woordpress {
/* 3328 */   background-position: -128px -192px;
/* 3329 */ }
/* 3330 */ .td-s-s-32-yahoo {
/* 3331 */   background-position: -160px -192px;
/* 3332 */ }
/* 3333 */ .td-s-s-32-youtube {
/* 3334 */   background-position: -192px -192px;
/* 3335 */ }
/* 3336 */ .td-s-s-32-zerply {
/* 3337 */   background-position: -224px 0;
/* 3338 */ }
/* 3339 */ /*  ----------------------------------------------------------------------------
/* 3340 *|     64px
/* 3341 *| */
/* 3342 */ .td-s-s-64-addthis {
/* 3343 */   background-position: 0 0;
/* 3344 */ }
/* 3345 */ .td-s-s-64-behance {
/* 3346 */   background-position: -64px 0;
/* 3347 */ }
/* 3348 */ .td-s-s-64-blogger {
/* 3349 */   background-position: -128px 0;
/* 3350 */ }

/* style.css */

/* 3351 */ .td-s-s-64-delicious {
/* 3352 */   background-position: -192px 0;
/* 3353 */ }
/* 3354 */ .td-s-s-64-deviantart {
/* 3355 */   background-position: -256px 0;
/* 3356 */ }
/* 3357 */ .td-s-s-64-digg {
/* 3358 */   background-position: -320px 0;
/* 3359 */ }
/* 3360 */ .td-s-s-64-dopplr {
/* 3361 */   background-position: -384px 0;
/* 3362 */ }
/* 3363 */ .td-s-s-64-dribbble {
/* 3364 */   background-position: 0 -64px;
/* 3365 */ }
/* 3366 */ .td-s-s-64-evernote {
/* 3367 */   background-position: -64px -64px;
/* 3368 */ }
/* 3369 */ .td-s-s-64-facebook {
/* 3370 */   background-position: -128px -64px;
/* 3371 */ }
/* 3372 */ .td-s-s-64-flickr {
/* 3373 */   background-position: -192px -64px;
/* 3374 */ }
/* 3375 */ .td-s-s-64-forrst {
/* 3376 */   background-position: -256px -64px;
/* 3377 */ }
/* 3378 */ .td-s-s-64-github {
/* 3379 */   background-position: -320px -64px;
/* 3380 */ }
/* 3381 */ .td-s-s-64-google {
/* 3382 */   background-position: -384px -64px;
/* 3383 */ }
/* 3384 */ .td-s-s-64-googledrive {
/* 3385 */   background-position: 0 -128px;
/* 3386 */ }
/* 3387 */ .td-s-s-64-googlemaps {
/* 3388 */   background-position: -64px -128px;
/* 3389 */ }
/* 3390 */ .td-s-s-64-googleplus {
/* 3391 */   background-position: -128px -128px;
/* 3392 */ }
/* 3393 */ .td-s-s-64-grooveshark {
/* 3394 */   background-position: -192px -128px;
/* 3395 */ }
/* 3396 */ .td-s-s-64-html5 {
/* 3397 */   background-position: -256px -128px;
/* 3398 */ }
/* 3399 */ .td-s-s-64-instagram {
/* 3400 */   background-position: -320px -128px;

/* style.css */

/* 3401 */ }
/* 3402 */ .td-s-s-64-lastfm {
/* 3403 */   background-position: -384px -128px;
/* 3404 */ }
/* 3405 */ .td-s-s-64-linkedin {
/* 3406 */   background-position: 0 -192px;
/* 3407 */ }
/* 3408 */ .td-s-s-64-mail {
/* 3409 */   background-position: -64px -192px;
/* 3410 */ }
/* 3411 */ .td-s-s-64-myspace {
/* 3412 */   background-position: -128px -192px;
/* 3413 */ }
/* 3414 */ .td-s-s-64-path {
/* 3415 */   background-position: -192px -192px;
/* 3416 */ }
/* 3417 */ .td-s-s-64-paypal {
/* 3418 */   background-position: -256px -192px;
/* 3419 */ }
/* 3420 */ .td-s-s-64-picasa {
/* 3421 */   background-position: -320px -192px;
/* 3422 */ }
/* 3423 */ .td-s-s-64-pinterest {
/* 3424 */   background-position: -384px -192px;
/* 3425 */ }
/* 3426 */ .td-s-s-64-posterous {
/* 3427 */   background-position: 0 -256px;
/* 3428 */ }
/* 3429 */ .td-s-s-64-reddit {
/* 3430 */   background-position: -64px -256px;
/* 3431 */ }
/* 3432 */ .td-s-s-64-rss {
/* 3433 */   background-position: -128px -256px;
/* 3434 */ }
/* 3435 */ .td-s-s-64-sharethis {
/* 3436 */   background-position: -192px -256px;
/* 3437 */ }
/* 3438 */ .td-s-s-64-skype {
/* 3439 */   background-position: -256px -256px;
/* 3440 */ }
/* 3441 */ .td-s-s-64-slashdot {
/* 3442 */   background-position: -320px -256px;
/* 3443 */ }
/* 3444 */ .td-s-s-64-soundcloud {
/* 3445 */   background-position: -384px -256px;
/* 3446 */ }
/* 3447 */ .td-s-s-64-spotify {
/* 3448 */   background-position: 0 -320px;
/* 3449 */ }
/* 3450 */ .td-s-s-64-stackoverflow {

/* style.css */

/* 3451 */   background-position: -64px -320px;
/* 3452 */ }
/* 3453 */ .td-s-s-64-steam {
/* 3454 */   background-position: -128px -320px;
/* 3455 */ }
/* 3456 */ .td-s-s-64-stumbleUpon {
/* 3457 */   background-position: -192px -320px;
/* 3458 */ }
/* 3459 */ .td-s-s-64-tehnorati {
/* 3460 */   background-position: -256px -320px;
/* 3461 */ }
/* 3462 */ .td-s-s-64-tumblr {
/* 3463 */   background-position: -320px -320px;
/* 3464 */ }
/* 3465 */ .td-s-s-64-twitter {
/* 3466 */   background-position: -384px -320px;
/* 3467 */ }
/* 3468 */ .td-s-s-64-viddler {
/* 3469 */   background-position: 0 -384px;
/* 3470 */ }
/* 3471 */ .td-s-s-64-vimeo {
/* 3472 */   background-position: -64px -384px;
/* 3473 */ }
/* 3474 */ .td-s-s-64-virb {
/* 3475 */   background-position: -128px -384px;
/* 3476 */ }
/* 3477 */ .td-s-s-64-windows {
/* 3478 */   background-position: -192px -384px;
/* 3479 */ }
/* 3480 */ .td-s-s-64-woordpress {
/* 3481 */   background-position: -256px -384px;
/* 3482 */ }
/* 3483 */ .td-s-s-64-yahoo {
/* 3484 */   background-position: -320px -384px;
/* 3485 */ }
/* 3486 */ .td-s-s-64-youtube {
/* 3487 */   background-position: -384px -384px;
/* 3488 */ }
/* 3489 */ .td-s-s-64-zerply {
/* 3490 */   background-position: -448px 0;
/* 3491 */ }
/* 3492 */ .text_title_style2 {
/* 3493 */   margin-bottom: 15px;
/* 3494 */ }
/* 3495 */ .text_title_style2 span,
/* 3496 */ .text_title_style2 h1 {
/* 3497 */   text-transform: uppercase;
/* 3498 */   font-family: 'Open Sans', arial, sans-serif;
/* 3499 */   font-size: 18px;
/* 3500 */   font-weight: 600;

/* style.css */

/* 3501 */   color: #333232;
/* 3502 */   position: relative;
/* 3503 */   top: -6px;
/* 3504 */   /* reset the h style */
/* 3505 */ 
/* 3506 */   margin: 0px;
/* 3507 */   line-height: 22px;
/* 3508 */ }
/* 3509 */ .td_text_title_style3 span {
/* 3510 */   font-family: 'Oswald', sans-serif;
/* 3511 */   font-size: 30px;
/* 3512 */   text-transform: none !important;
/* 3513 */   line-height: 30px !important;
/* 3514 */   font-weight: normal;
/* 3515 */   position: relative;
/* 3516 */   top: -10px;
/* 3517 */ }
/* 3518 */ .td_text_with_title .td_block_inner {
/* 3519 */   margin-bottom: 29px;
/* 3520 */ }
/* 3521 */ dl.dl-horizontal,
/* 3522 */ dt,
/* 3523 */ dd {
/* 3524 */   -webkit-margin-before: 0px !important;
/* 3525 */   -webkit-margin-after: 0px !important;
/* 3526 */   -webkit-margin-start: 0px;
/* 3527 */   -webkit-margin-end: 0px;
/* 3528 */ }
/* 3529 */ body .wpb_alert {
/* 3530 */   -webkit-border-radius: 0px;
/* 3531 */   -moz-border-radius: 0px;
/* 3532 */   border-radius: 0px;
/* 3533 */   background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png');
/* 3534 */   font-family: 'Ubuntu', sans-serif;
/* 3535 */   font-size: 13px;
/* 3536 */ }
/* 3537 */ h3.ui-accordion-header a {
/* 3538 */   font-family: 'Ubuntu', sans-serif;
/* 3539 */   font-size: 13px;
/* 3540 */   color: #4b4b4b;
/* 3541 */   font-weight: 500;
/* 3542 */   background: #f6f6f6 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;
/* 3543 */   padding: 8px 15px 8px 30px !important;
/* 3544 */   margin-bottom: 15px;
/* 3545 */   -webkit-transition: background 0.4s;
/* 3546 */   -moz-transition: background 0.4s;
/* 3547 */   -o-transition: background 0.4s;
/* 3548 */   transition: background 0.4s;
/* 3549 */ }
/* 3550 */ .ui-accordion-header-active a {

/* style.css */

/* 3551 */   background: #ee5656 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat !important;
/* 3552 */   color: white !important;
/* 3553 */ }
/* 3554 */ div.ui-accordion-content {
/* 3555 */   padding: 0px !important;
/* 3556 */ }
/* 3557 */ .wpb_button {
/* 3558 */   -webkit-border-radius: 0px;
/* 3559 */   -moz-border-radius: 0px;
/* 3560 */   border-radius: 0px;
/* 3561 */   background-image: none;
/* 3562 */   background: #f6f6f6 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat !important;
/* 3563 */   color: #4b4b4b;
/* 3564 */   border: none;
/* 3565 */   text-shadow: none;
/* 3566 */   font-family: 'Open Sans', arial, sans-serif;
/* 3567 */   font-weight: 600;
/* 3568 */   font-size: 13px;
/* 3569 */   padding: 10px 15px 10px 15px;
/* 3570 */   -webkit-transition: opacity 0.4s;
/* 3571 */   -moz-transition: opacity 0.4s;
/* 3572 */   -o-transition: opacity 0.4s;
/* 3573 */   transition: opacity 0.4s;
/* 3574 */ }
/* 3575 */ .wpb_button:hover {
/* 3576 */   text-shadow: none;
/* 3577 */   opacity: 0.8;
/* 3578 */   -webkit-transition: opacity 0.4s;
/* 3579 */   -moz-transition: opacity 0.4s;
/* 3580 */   -o-transition: opacity 0.4s;
/* 3581 */   transition: opacity 0.4s;
/* 3582 */ }
/* 3583 */ body .wpb_btn-primary {
/* 3584 */   color: white;
/* 3585 */   background: #33a0d0 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat !important;
/* 3586 */ }
/* 3587 */ body .wpb_btn-info {
/* 3588 */   color: white;
/* 3589 */   background: #63c6f2 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat !important;
/* 3590 */ }
/* 3591 */ body .wpb_btn-success {
/* 3592 */   color: white;
/* 3593 */   background: #75b840 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat !important;
/* 3594 */ }
/* 3595 */ body .wpb_btn-warning {
/* 3596 */   color: white;
/* 3597 */   background: #ffd74e url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat !important;
/* 3598 */ }
/* 3599 */ body .wpb_btn-danger {
/* 3600 */   color: white;

/* style.css */

/* 3601 */   background: #ee5656 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat !important;
/* 3602 */ }
/* 3603 */ .wpb_btn-inverse {
/* 3604 */   color: white;
/* 3605 */   background: #3c3c3c url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat !important;
/* 3606 */ }
/* 3607 */ /* tab navigation */
/* 3608 */ .ui-tabs {
/* 3609 */   padding: 0px !important;
/* 3610 */ }
/* 3611 */ .ui-tabs-nav {
/* 3612 */   background: transparent url('/content/wp-content/themes/CurejoyMagazinly/images/pagebuilder/tabs-line.png') repeat-x;
/* 3613 */   background-position: bottom;
/* 3614 */   list-style: none;
/* 3615 */   margin: 0px;
/* 3616 */   padding: 0px !important;
/* 3617 */ }
/* 3618 */ .ui-tabs-nav li {
/* 3619 */   float: left;
/* 3620 */   margin: 0px !important;
/* 3621 */   border-left: 1px solid white;
/* 3622 */ }
/* 3623 */ .ui-tabs-nav li:first-child {
/* 3624 */   border-left: none !important;
/* 3625 */ }
/* 3626 */ .ui-tabs-nav a {
/* 3627 */   font-family: 'Ubuntu', sans-serif;
/* 3628 */   font-size: 13px;
/* 3629 */   color: #4b4b4b !important;
/* 3630 */   background: #f6f6f6 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;
/* 3631 */   padding: 7px 15px 7px 15px !important;
/* 3632 */   display: block;
/* 3633 */   float: left;
/* 3634 */ }
/* 3635 */ .ui-tabs-nav a:hover {
/* 3636 */   text-decoration: none !important;
/* 3637 */ }
/* 3638 */ .ui-tabs-nav .ui-tabs-active a {
/* 3639 */   color: white !important;
/* 3640 */   background: #ee5656 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat !important;
/* 3641 */ }
/* 3642 */ /* tab content */
/* 3643 */ .wpb_tab {
/* 3644 */   padding: 0px !important;
/* 3645 */   background-color: transparent !important;
/* 3646 */   margin-top: 12px;
/* 3647 */ }
/* 3648 */ /* one column tabs */
/* 3649 */ .span4 .ui-tabs-nav li {
/* 3650 */   max-width: 50%;

/* style.css */

/* 3651 */ }
/* 3652 */ .span4 .ui-tabs-nav a {
/* 3653 */   white-space: normal;
/* 3654 */ }
/* 3655 */ /* vertical tabs */
/* 3656 */ .wpb_tour .ui-tabs-nav {
/* 3657 */   width: 34.8% !important;
/* 3658 */ }
/* 3659 */ .wpb_tour .ui-tabs-nav li {
/* 3660 */   width: 87% !important;
/* 3661 */ }
/* 3662 */ .wpb_tour .ui-tabs-panel {
/* 3663 */   width: 65.2% !important;
/* 3664 */ }
/* 3665 */ .wpb_tour .ui-tabs-nav {
/* 3666 */   background-image: none;
/* 3667 */ }
/* 3668 */ .span4 .wpb_tour .ui-tabs-nav ul {
/* 3669 */   width: 100% !important;
/* 3670 */ }
/* 3671 */ .span4 .wpb_tour .ui-tabs-nav li {
/* 3672 */   max-width: 100%;
/* 3673 */ }
/* 3674 */ .span4 .wpb_tour .ui-tabs-nav a {
/* 3675 */   white-space: normal;
/* 3676 */ }
/* 3677 */ /* responsive phone */
/* 3678 */ @media (max-width: 480px) {
/* 3679 */   .wpb_tour .ui-tabs-nav {
/* 3680 */     width: 100% !important;
/* 3681 */   }
/* 3682 */   .wpb_tour .ui-tabs-nav li {
/* 3683 */     width: 100% !important;
/* 3684 */   }
/* 3685 */   .wpb_tour .ui-tabs-panel {
/* 3686 */     width: 100% !important;
/* 3687 */   }
/* 3688 */ }
/* 3689 */ .wpb_video_wrapper iframe {
/* 3690 */   width: 100% !important;
/* 3691 */ }
/* 3692 */ .wpcf7-text {
/* 3693 */   width: 98%;
/* 3694 */   /* responsive portrait tablet */
/* 3695 */ 
/* 3696 */ }
/* 3697 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3698 */   .wpcf7-text {
/* 3699 */     width: 97%;
/* 3700 */   }

/* style.css */

/* 3701 */ }
/* 3702 */ .wpcf7-textarea {
/* 3703 */   width: 98%;
/* 3704 */   /* responsive portrait tablet */
/* 3705 */ 
/* 3706 */ }
/* 3707 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3708 */   .wpcf7-textarea {
/* 3709 */     width: 97%;
/* 3710 */   }
/* 3711 */ }
/* 3712 */ h4.wpb_toggle {
/* 3713 */   font-family: 'Ubuntu', sans-serif;
/* 3714 */   font-weight: bold;
/* 3715 */   font-size: 16px;
/* 3716 */   text-transform: uppercase;
/* 3717 */ }
/* 3718 */ /*  ----------------------------------------------------------------------------
/* 3719 *|     widgets global
/* 3720 *| */
/* 3721 */ .widget form {
/* 3722 */   margin-bottom: 0px;
/* 3723 */ }
/* 3724 */ .widget ul {
/* 3725 */   list-style: none;
/* 3726 */   margin: 0px;
/* 3727 */   padding: 0px;
/* 3728 */ }
/* 3729 */ .widget ul li {
/* 3730 */   border-bottom: 1px solid #f2f2f2;
/* 3731 */ }
/* 3732 */ .widget ul li > a {
/* 3733 */   padding: 9px 10px 12px 12px;
/* 3734 */ }
/* 3735 */ .widget a {
/* 3736 */   color: #4b4b4b;
/* 3737 */ }
/* 3738 */ .widget_recent_entries,
/* 3739 */ .widget_archive,
/* 3740 */ .widget_categories,
/* 3741 */ .widget_nav_menu,
/* 3742 */ .widget_meta,
/* 3743 */ .widget_pages,
/* 3744 */ .widget_rss_links,
/* 3745 */ .widget_top-posts,
/* 3746 */ .widget_recent_comments {
/* 3747 */   margin-bottom: 48px;
/* 3748 */ }
/* 3749 */ .widget_recent_entries .block-title,
/* 3750 */ .widget_archive .block-title,

/* style.css */

/* 3751 */ .widget_categories .block-title,
/* 3752 */ .widget_nav_menu .block-title,
/* 3753 */ .widget_meta .block-title,
/* 3754 */ .widget_pages .block-title,
/* 3755 */ .widget_rss_links .block-title,
/* 3756 */ .widget_top-posts .block-title,
/* 3757 */ .widget_recent_comments .block-title {
/* 3758 */   padding-bottom: 0px;
/* 3759 */ }
/* 3760 */ .widget_recent_entries a,
/* 3761 */ .widget_archive a,
/* 3762 */ .widget_categories a,
/* 3763 */ .widget_nav_menu a,
/* 3764 */ .widget_meta a,
/* 3765 */ .widget_pages a,
/* 3766 */ .widget_rss_links a,
/* 3767 */ .widget_top-posts a,
/* 3768 */ .widget_recent_comments a {
/* 3769 */   display: block;
/* 3770 */ }
/* 3771 */ .widget .current-menu-item {
/* 3772 */   background-color: #F6F6F6;
/* 3773 */ }
/* 3774 */ /*  ----------------------------------------------------------------------------
/* 3775 *|     search
/* 3776 *| */
/* 3777 */ .widget_search {
/* 3778 */   margin-bottom: 48px;
/* 3779 */ }
/* 3780 */ .widget_search .btn {
/* 3781 */   padding-top: 7px !important;
/* 3782 */   padding-bottom: 7px !important;
/* 3783 */ }
/* 3784 */ .td-search-form-widget div {
/* 3785 */   text-align: center;
/* 3786 */ }
/* 3787 */ .td-widget-search-input {
/* 3788 */   margin-bottom: 0px !important;
/* 3789 */   width: 213px;
/* 3790 */   /* responsive monitor */
/* 3791 */ 
/* 3792 */   /* responsive portrait tablet */
/* 3793 */ 
/* 3794 */ }
/* 3795 */ @media (min-width: 1200px) {
/* 3796 */   .td-widget-search-input {
/* 3797 */     width: 245px;
/* 3798 */   }
/* 3799 */ }
/* 3800 */ @media (min-width: 768px) and (max-width: 1018px) {

/* style.css */

/* 3801 */   .td-widget-search-input {
/* 3802 */     width: 149px;
/* 3803 */   }
/* 3804 */ }
/* 3805 */ /*  ----------------------------------------------------------------------------
/* 3806 *|     categories
/* 3807 *| */
/* 3808 */ .widget_categories a {
/* 3809 */   text-transform: uppercase;
/* 3810 */   font-family: 'Ubuntu', sans-serif;
/* 3811 */   font-size: 16px;
/* 3812 */ }
/* 3813 */ .widget_categories li li {
/* 3814 */   padding-left: 12px;
/* 3815 */ }
/* 3816 */ .widget_categories .children li:last-child {
/* 3817 */   border-bottom: none;
/* 3818 */ }
/* 3819 */ .widget_categories .children li:first-child {
/* 3820 */   border-top: 1px solid #f2f2f2;
/* 3821 */ }
/* 3822 */ /*  ----------------------------------------------------------------------------
/* 3823 *|     calendar
/* 3824 *| */
/* 3825 */ .widget_calendar {
/* 3826 */   margin-bottom: 33px;
/* 3827 */ }
/* 3828 */ .widget_calendar table {
/* 3829 */   margin-left: auto;
/* 3830 */   margin-right: auto;
/* 3831 */ }
/* 3832 */ .widget_calendar td,
/* 3833 */ .widget_calendar td {
/* 3834 */   padding: 10px;
/* 3835 */   /* responsive portrait tablet */
/* 3836 */ 
/* 3837 */ }
/* 3838 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3839 */   .widget_calendar td,
/* 3840 */   .widget_calendar td {
/* 3841 */     padding: 5px;
/* 3842 */   }
/* 3843 */ }
/* 3844 */ .widget_calendar td a {
/* 3845 */   color: #ee5656;
/* 3846 */ }
/* 3847 */ .widget_calendar caption {
/* 3848 */   font-weight: bold;
/* 3849 */   margin-bottom: 10px;
/* 3850 */ }

/* style.css */

/* 3851 */ /*  ----------------------------------------------------------------------------
/* 3852 *|     menu widgets
/* 3853 *| */
/* 3854 */ .widget_nav_menu a {
/* 3855 */   text-transform: uppercase;
/* 3856 */   font-family: 'Ubuntu', sans-serif;
/* 3857 */   font-size: 16px;
/* 3858 */ }
/* 3859 */ .widget_nav_menu li li {
/* 3860 */   padding-left: 12px;
/* 3861 */ }
/* 3862 */ .widget_nav_menu .sub-menu li:last-child {
/* 3863 */   border-bottom: none;
/* 3864 */ }
/* 3865 */ .widget_nav_menu .sub-menu li:first-child {
/* 3866 */   border-top: 1px solid #f2f2f2;
/* 3867 */ }
/* 3868 */ .widget_nav_menu .menu_icon {
/* 3869 */   display: none;
/* 3870 */ }
/* 3871 */ /*  ----------------------------------------------------------------------------
/* 3872 *|     text widget
/* 3873 *| */
/* 3874 */ .widget_text {
/* 3875 */   margin-bottom: 43px;
/* 3876 */ }
/* 3877 */ /*  ----------------------------------------------------------------------------
/* 3878 *|     optinmonster api widget - CureJoy edited
/* 3879 *| */
/* 3880 */ .widget.optin-monster-api {
/* 3881 */   margin-bottom: 43px;
/* 3882 */ }
/* 3883 */ /*  ----------------------------------------------------------------------------
/* 3884 *|     tag widget
/* 3885 *| */
/* 3886 */ .widget_tag_cloud {
/* 3887 */   margin-bottom: 43px;
/* 3888 */ }
/* 3889 */ @media screen and (max-width: 767px) {
/* 3890 */ .widget_tag_cloud {
/* 3891 */     margin-bottom: 0px;
/* 3892 */ }
/* 3893 */ }
/* 3894 */ /*  ----------------------------------------------------------------------------
/* 3895 *|     jetpack twitter
/* 3896 *| */
/* 3897 */ .widget_twitter {
/* 3898 */   margin-bottom: 31px;
/* 3899 */ }
/* 3900 */ .widget_twitter li {

/* style.css */

/* 3901 */   border-bottom: 1px solid #f2f2f2 !important;
/* 3902 */   margin-bottom: 4px;
/* 3903 */   padding-bottom: 5px;
/* 3904 */   position: relative;
/* 3905 */   top: -6px;
/* 3906 */   font-size: 14px;
/* 3907 */   line-height: 20px;
/* 3908 */ }
/* 3909 */ .widget_twitter li:last-child {
/* 3910 */   border-bottom: none !important;
/* 3911 */ }
/* 3912 */ .widget_twitter a {
/* 3913 */   color: #00aced;
/* 3914 */   padding: 0px !important;
/* 3915 */ }
/* 3916 */ .widget_twitter .timesince {
/* 3917 */   color: #cbcbcb;
/* 3918 */   font-size: 12px;
/* 3919 */   font-style: italic;
/* 3920 */   display: block;
/* 3921 */ }
/* 3922 */ /*  ----------------------------------------------------------------------------
/* 3923 *|     jetpack facebook
/* 3924 *| */
/* 3925 */ .widget_facebook_likebox {
/* 3926 */   overflow: hidden;
/* 3927 */   position: relative;
/* 3928 */   top: -2px;
/* 3929 */   margin-bottom: 41px;
/* 3930 */ }
/* 3931 */ .widget_facebook_likebox iframe {
/* 3932 */   width: 105% !important;
/* 3933 */   position: relative;
/* 3934 */   left: -5px;
/* 3935 */   height: 309px !important;
/* 3936 */   /* responsive phone */
/* 3937 */ 
/* 3938 */ }
/* 3939 */ @media (max-width: 767px) {
/* 3940 */   .widget_facebook_likebox iframe {
/* 3941 */     height: 203px !important;
/* 3942 */   }
/* 3943 */ }
/* 3944 */ .widget_facebook_likebox .block-title:after {
/* 3945 */   position: absolute;
/* 3946 */   top: 45px;
/* 3947 */   left: -1px;
/* 3948 */   display: block;
/* 3949 */   content: '';
/* 3950 */   height: 3px;

/* style.css */

/* 3951 */   width: 102%;
/* 3952 */   box-sizing: border-box;
/* 3953 */   -moz-box-sizing: border-box;
/* 3954 */   -webkit-box-sizing: border-box;
/* 3955 */   background-color: white;
/* 3956 */   z-index: 1;
/* 3957 */ }
/* 3958 */ .widget_facebook_likebox .block-title {
/* 3959 */   top: -7px;
/* 3960 */ }
/* 3961 */ /*  ----------------------------------------------------------------------------
/* 3962 *|     jetpack smily face
/* 3963 *| */
/* 3964 */ img#wpstats {
/* 3965 */   display: none;
/* 3966 */ }
/* 3967 */ /*  ----------------------------------------------------------------------------
/* 3968 *|     jetpack subscription email
/* 3969 *| */
/* 3970 */ .jetpack_subscription_widget {
/* 3971 */   margin-bottom: 48px;
/* 3972 */ }
/* 3973 */ .jetpack_subscription_widget label {
/* 3974 */   display: inline;
/* 3975 */   padding: 0px !important;
/* 3976 */ }
/* 3977 */ .jetpack_subscription_widget p {
/* 3978 */   margin-right: 14px;
/* 3979 */ }
/* 3980 */ .jetpack_subscription_widget #subscribe-field {
/* 3981 */   width: 100% !important;
/* 3982 */   padding: 4px 6px !important;
/* 3983 */ }
/* 3984 */ .jetpack_subscription_widget input[type="submit"] {
/* 3985 */   padding: 5px 12px !important;
/* 3986 */   color: white !important;
/* 3987 */   margin-bottom: 0px;
/* 3988 */   -webkit-border-radius: 0px;
/* 3989 */   -moz-border-radius: 0px;
/* 3990 */   border-radius: 0px;
/* 3991 */   background-image: none;
/* 3992 */   background: #f6f6f6 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat !important;
/* 3993 */   color: #4b4b4b;
/* 3994 */   border: none;
/* 3995 */   text-shadow: none;
/* 3996 */   font-family: 'Open Sans', arial, sans-serif;
/* 3997 */   font-weight: 600;
/* 3998 */   font-size: 13px;
/* 3999 */   padding: 10px 15px 10px 15px;
/* 4000 */   -webkit-transition: opacity 0.4s;

/* style.css */

/* 4001 */   -moz-transition: opacity 0.4s;
/* 4002 */   -o-transition: opacity 0.4s;
/* 4003 */   transition: opacity 0.4s;
/* 4004 */   color: white;
/* 4005 */   background: #3c3c3c url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat !important;
/* 4006 */ }
/* 4007 */ .jetpack_subscription_widget input[type="submit"]:hover {
/* 4008 */   text-shadow: none;
/* 4009 */   opacity: 0.8;
/* 4010 */   -webkit-transition: opacity 0.4s;
/* 4011 */   -moz-transition: opacity 0.4s;
/* 4012 */   -o-transition: opacity 0.4s;
/* 4013 */   transition: opacity 0.4s;
/* 4014 */ }
/* 4015 */ /*  ----------------------------------------------------------------------------
/* 4016 *|     jetpack widget-grofile avatar profile
/* 4017 *| */
/* 4018 */ .widget-grofile {
/* 4019 */   margin-bottom: 45px;
/* 4020 */   text-align: center;
/* 4021 */ }
/* 4022 */ /*  ----------------------------------------------------------------------------
/* 4023 *|     jetpack image
/* 4024 *| */
/* 4025 */ .widget_image {
/* 4026 */   margin-bottom: 37px;
/* 4027 */ }
/* 4028 */ .widget_image img {
/* 4029 */   margin-top: 0px !important;
/* 4030 */ }
/* 4031 */ /*  ----------------------------------------------------------------------------
/* 4032 *|     jetpack rss
/* 4033 *| */
/* 4034 */ .widget_rss {
/* 4035 */   margin-bottom: 48px;
/* 4036 */ }
/* 4037 */ /*  ----------------------------------------------------------------------------
/* 4038 *|     most viewed bars
/* 4039 *| */
/* 4040 */ .widget_most_viewed_bars {
/* 4041 */   padding-bottom: 47px;
/* 4042 */ }
/* 4043 */ .widget_most_viewed_bars ul {
/* 4044 */   width: 90% !important;
/* 4045 */   /* responsive monitor */
/* 4046 */ 
/* 4047 */   /* responsive portrait tablet */
/* 4048 */ 
/* 4049 */   /* responsive phone */
/* 4050 */ 

/* style.css */

/* 4051 */ }
/* 4052 */ @media (min-width: 1200px) {
/* 4053 */   .widget_most_viewed_bars ul {
/* 4054 */     width: 98% !important;
/* 4055 */   }
/* 4056 */ }
/* 4057 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4058 */   .widget_most_viewed_bars ul {
/* 4059 */     width: 87% !important;
/* 4060 */   }
/* 4061 */ }
/* 4062 */ @media (max-width: 767px) {
/* 4063 */   .widget_most_viewed_bars ul {
/* 4064 */     width: 95% !important;
/* 4065 */   }
/* 4066 */ }
/* 4067 */ .widget_most_viewed_bars ul a {
/* 4068 */   line-height: 22px !important;
/* 4069 */ }
/* 4070 */ .popular_posts_bars_comment_count_hold a {
/* 4071 */   font-family: 'Ubuntu', sans-serif;
/* 4072 */   font-size: 13px;
/* 4073 */ }
/* 4074 */ .wpb_tabs {
/* 4075 */   margin-bottom: 0px;
/* 4076 */ }
/* 4077 */ .widget.socialbox {
/* 4078 */   margin-bottom: 48px;
/* 4079 */ }
/* 4080 */ .socialbox-style-tutsflavor p {
/* 4081 */   font-family: 'Open Sans', arial, sans-serif !important;
/* 4082 */   font-size: 14px !important;
/* 4083 */   font-weight: 700 !important;
/* 4084 */   text-transform: uppercase;
/* 4085 */   color: #545454 !important;
/* 4086 */   display: none !important;
/* 4087 */ }
/* 4088 */ .socialbox-style-tutsflavor p span {
/* 4089 */   font-weight: 600 !important;
/* 4090 */ }
/* 4091 */ .socialbox-style-tutsflavor a {
/* 4092 */   border-radius: 0px !important;
/* 4093 */   border: none !important;
/* 4094 */   background-image: none !important;
/* 4095 */   text-shadow: none !important;
/* 4096 */   background-color: #eaeaea !important;
/* 4097 */   text-transform: uppercase;
/* 4098 */   -webkit-box-shadow: none !important;
/* 4099 */   -moz-box-shadow: none !important;
/* 4100 */   box-shadow: none !important;

/* style.css */

/* 4101 */   font-size: 11px !important;
/* 4102 */   font-weight: 700 !important;
/* 4103 */   position: relative;
/* 4104 */   top: 2px;
/* 4105 */ }
/* 4106 */ .socialbox {
/* 4107 */   margin-top: 24px !important;
/* 4108 */ }
/* 4109 */ /* Large desktop */
/* 4110 */ @media (min-width: 1200px) {
/* 4111 */   .socialbox-style-tutsflavor p {
/* 4112 */     display: inline-block !important;
/* 4113 */   }
/* 4114 */ }
/* 4115 */ .popular_posts_bars {
/* 4116 */   display: block !important;
/* 4117 */   border: 0 !important;
/* 4118 */   padding: 0 !important;
/* 4119 */   margin: 0 !important;
/* 4120 */   width: 100% !important;
/* 4121 */   background: none !important;
/* 4122 */   color: #333 !important;
/* 4123 */   text-decoration: none !important;
/* 4124 */   list-style: none !important;
/* 4125 */   margin-bottom: 0.5em !important;
/* 4126 */ }
/* 4127 */ .popular_posts_bars .popular_posts_bars_li {
/* 4128 */   display: block !important;
/* 4129 */   border: 0 !important;
/* 4130 */   padding: 0 !important;
/* 4131 */   margin: 0 !important;
/* 4132 */   width: 100% !important;
/* 4133 */   background: none !important;
/* 4134 */   color: #333 !important;
/* 4135 */   text-decoration: none !important;
/* 4136 */   position: relative !important;
/* 4137 */   overflow: visible !important;
/* 4138 */   margin: 0 0 -6px 0 !important;
/* 4139 */   padding: 15px 0 15px 5px !important;
/* 4140 */   background: #ccc !important;
/* 4141 */   background: rgba(200, 200, 200, 0.9) !important;
/* 4142 */   width: 76% !important;
/* 4143 */ }
/* 4144 */ .popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_red {
/* 4145 */   background: #f45 !important;
/* 4146 */   background: rgba(255, 57, 65, 0.9) !important;
/* 4147 */   width: 100% !important;
/* 4148 */ }
/* 4149 */ .popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_orange {
/* 4150 */   background: #f74 !important;

/* style.css */

/* 4151 */   background: rgba(255, 103, 57, 0.9) !important;
/* 4152 */   width: 95% !important;
/* 4153 */ }
/* 4154 */ .popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_yellow {
/* 4155 */   background: #fd4 !important;
/* 4156 */   background: rgba(255, 218, 57, 0.9) !important;
/* 4157 */   width: 89% !important;
/* 4158 */ }
/* 4159 */ .popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_green {
/* 4160 */   background: #cf5 !important;
/* 4161 */   background: rgba(193, 241, 78, 0.9) !important;
/* 4162 */   width: 84% !important;
/* 4163 */ }
/* 4164 */ .popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_blue {
/* 4165 */   background: #3cf !important;
/* 4166 */   background: rgba(29, 195, 246, 0.9) !important;
/* 4167 */   width: 80% !important;
/* 4168 */ }
/* 4169 */ .popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_no-color {
/* 4170 */   background: #ccc !important;
/* 4171 */   background: rgba(200, 200, 200, 0.9) !important;
/* 4172 */   width: 76% !important;
/* 4173 */ }
/* 4174 */ .popular_posts_bars .popular_posts_bars_li.with_thumbnail a.popular_posts_bars_link {
/* 4175 */   clear: both !important;
/* 4176 */ }
/* 4177 */ .popular_posts_bars .popular_posts_bars_li.with_thumbnail a.popular_posts_bars_link:after {
/* 4178 */   display: block !important;
/* 4179 */   clear: both !important;
/* 4180 */   content: '' !important;
/* 4181 */ }
/* 4182 */ .popular_posts_bars .popular_posts_bars_li.with_thumbnail img {
/* 4183 */   padding: 0 3px !important;
/* 4184 */   font-size: 0 !important;
/* 4185 */ }
/* 4186 */ .popular_posts_bars .popular_posts_bars_li a.popular_posts_bars_link {
/* 4187 */   display: block !important;
/* 4188 */   border: 0 !important;
/* 4189 */   padding: 0 !important;
/* 4190 */   margin: 0 !important;
/* 4191 */   width: 100% !important;
/* 4192 */   background: none !important;
/* 4193 */   color: #333 !important;
/* 4194 */   text-decoration: none !important;
/* 4195 */   width: auto !important;
/* 4196 */   min-height: 30px !important;
/* 4197 */   margin-right: 25px !important;
/* 4198 */ }
/* 4199 */ .popular_posts_bars .popular_posts_bars_li a.popular_posts_bars_link:hover {
/* 4200 */   color: #fff !important;

/* style.css */

/* 4201 */ }
/* 4202 */ .popular_posts_bars .popular_posts_bars_li .popular_posts_bars_comment_count_hold {
/* 4203 */   display: block !important;
/* 4204 */   border: 0 !important;
/* 4205 */   padding: 0 !important;
/* 4206 */   margin: 0 !important;
/* 4207 */   width: 100% !important;
/* 4208 */   background: none !important;
/* 4209 */   color: #333 !important;
/* 4210 */   text-decoration: none !important;
/* 4211 */   position: absolute !important;
/* 4212 */   width: 40px !important;
/* 4213 */   top: 10px !important;
/* 4214 */   right: -17px !important;
/* 4215 */ }
/* 4216 */ .popular_posts_bars .popular_posts_bars_li .popular_posts_bars_comment_count_hold a.popular_posts_bars_comment_count {
/* 4217 */   display: block !important;
/* 4218 */   border: 0 !important;
/* 4219 */   padding: 0 !important;
/* 4220 */   margin: 0 !important;
/* 4221 */   width: 100% !important;
/* 4222 */   background: none !important;
/* 4223 */   color: #333 !important;
/* 4224 */   text-decoration: none !important;
/* 4225 */   width: 40px !important;
/* 4226 */   color: #fff !important;
/* 4227 */   text-align: center !important;
/* 4228 */   font-weight: bold !important;
/* 4229 */   padding: 0.5em 0.2em !important;
/* 4230 */   background: #333 !important;
/* 4231 */   white-space: nowrap !important;
/* 4232 */ }
/* 4233 */ .popular_posts_bars .popular_posts_bars_li .popular_posts_bars_comment_count_hold .popular_posts_bars_comment_count_triangle {
/* 4234 */   display: block !important;
/* 4235 */   border: 0 !important;
/* 4236 */   padding: 0 !important;
/* 4237 */   margin: 0 !important;
/* 4238 */   width: 100% !important;
/* 4239 */   background: none !important;
/* 4240 */   color: #333 !important;
/* 4241 */   text-decoration: none !important;
/* 4242 */   width: 0 !important;
/* 4243 */   height: 0 !important;
/* 4244 */   border-right: 9px solid transparent !important;
/* 4245 */   border-top: 9px solid #333 !important;
/* 4246 */   border-left: 0 solid transparent !important;
/* 4247 */   margin: 0 auto !important;
/* 4248 */   top: 0 !important;
/* 4249 */ }
/* 4250 */ .popular_posts_bars .popular_posts_bars_li img {

/* style.css */

/* 4251 */   position: static !important;
/* 4252 */   float: left !important;
/* 4253 */   border: 0 !important;
/* 4254 */   margin: 0 !important;
/* 4255 */   padding: 0 !important;
/* 4256 */   background: transparent !important;
/* 4257 */ }
/* 4258 */ .popular_posts_bars.most_viewed_bars a.popular_posts_bars_link {
/* 4259 */   margin-right: 50px !important;
/* 4260 */ }
/* 4261 */ .popular_posts_bars.most_viewed_bars .popular_posts_bars_comment_count_hold,
/* 4262 */ .popular_posts_bars.most_viewed_bars a.popular_posts_bars_comment_count {
/* 4263 */   min-width: 70px !important;
/* 4264 */ }
/* 4265 */ .input-prepend input:focus,
/* 4266 */ .input-append input:focus,
/* 4267 */ .input-prepend select:focus,
/* 4268 */ .input-append select:focus,
/* 4269 */ .input-prepend .uneditable-input:focus,
/* 4270 */ .input-append .uneditable-input:focus,
/* 4271 */ textarea:focus,
/* 4272 */ input[type="text"]:focus,
/* 4273 */ input[type="password"]:focus,
/* 4274 */ input[type="datetime"]:focus,
/* 4275 */ input[type="datetime-local"]:focus,
/* 4276 */ input[type="date"]:focus,
/* 4277 */ input[type="month"]:focus,
/* 4278 */ input[type="time"]:focus,
/* 4279 */ input[type="week"]:focus,
/* 4280 */ input[type="number"]:focus,
/* 4281 */ input[type="email"]:focus,
/* 4282 */ input[type="url"]:focus,
/* 4283 */ input[type="search"]:focus,
/* 4284 */ input[type="tel"]:focus,
/* 4285 */ input[type="color"]:focus,
/* 4286 */ .uneditable-input:focus,
/* 4287 */ .wpcf7-form input.wpcf7-text:focus,
/* 4288 */ .widget_search #s:focus {
/* 4289 */   outline: none;
/* 4290 */   border: 1px solid #C4C4C4 !important;
/* 4291 */   -webkit-box-shadow: none !important;
/* 4292 */   -moz-box-shadow: none !important;
/* 4293 */   box-shadow: none !important;
/* 4294 */ }
/* 4295 */ .btn {
/* 4296 */   padding: 5px 12px !important;
/* 4297 */   color: white !important;
/* 4298 */   margin-bottom: 0px;
/* 4299 */ }
/* 4300 */ /*  ----------------------------------------------------------------------------

/* style.css */

/* 4301 *|     Comment form
/* 4302 *| */
/* 4303 */ #commentform #author,
/* 4304 */ #commentform #email,
/* 4305 */ #commentform #url {
/* 4306 */   width: 312px;
/* 4307 */   max-width: 100%;
/* 4308 */ }
/* 4309 */ .comment-form-input-wrap {
/* 4310 */   padding-right: 14px;
/* 4311 */ }
/* 4312 */ #commentform textarea {
/* 4313 */   width: 100%;
/* 4314 */ }
/* 4315 */ #cancel-comment-reply-link {
/* 4316 */   position: absolute;
/* 4317 */   right: 0px;
/* 4318 */   top: 5px;
/* 4319 */ }
/* 4320 */ /*  ----------------------------------------------------------------------------
/* 4321 *|     comment list
/* 4322 *| */
/* 4323 */ .comments-title-wrap {
/* 4324 */   position: relative;
/* 4325 */ }
/* 4326 */ .comments-title {
/* 4327 */   text-transform: uppercase;
/* 4328 */   font-family: 'Open Sans', arial, sans-serif;
/* 4329 */   font-size: 18px;
/* 4330 */   font-weight: 600;
/* 4331 */   color: #333232;
/* 4332 */   line-height: 22px;
/* 4333 */ }
/* 4334 */ .comments-title:before {
/* 4335 */   position: absolute;
/* 4336 */   top: 0px;
/* 4337 */   left: 0px;
/* 4338 */   display: block;
/* 4339 */   content: '';
/* 4340 */   height: 3px;
/* 4341 */   width: 100%;
/* 4342 */   box-sizing: border-box;
/* 4343 */   -moz-box-sizing: border-box;
/* 4344 */   -webkit-box-sizing: border-box;
/* 4345 */   background: url('/content/wp-content/themes/CurejoyMagazinly/images/footer/line.png') repeat-x transparent;
/* 4346 */ }
/* 4347 */ .comments-title:after {
/* 4348 */   position: absolute;
/* 4349 */   bottom: 0px;
/* 4350 */   left: 0px;

/* style.css */

/* 4351 */   display: block;
/* 4352 */   content: '';
/* 4353 */   height: 3px;
/* 4354 */   width: 100%;
/* 4355 */   box-sizing: border-box;
/* 4356 */   -moz-box-sizing: border-box;
/* 4357 */   -webkit-box-sizing: border-box;
/* 4358 */   background: url('/content/wp-content/themes/CurejoyMagazinly/images/footer/line.png') repeat-x transparent;
/* 4359 */ }
/* 4360 */ ol.comment-list a {
/* 4361 */   color: #cbcbcb;
/* 4362 */ }
/* 4363 */ ol.comment-list a.url {
/* 4364 */   color: #333232;
/* 4365 */ }
/* 4366 */ cite {
/* 4367 */   font-family: 'Open Sans', arial, sans-serif;
/* 4368 */   font-size: 15px;
/* 4369 */   font-weight: 600;
/* 4370 */   line-height: 22px;
/* 4371 */ }
/* 4372 */ ol.comment-list a:hover {
/* 4373 */   text-decoration: underline !important;
/* 4374 */ }
/* 4375 */ ol.comment-list {
/* 4376 */   list-style-type: none;
/* 4377 */   list-style: none;
/* 4378 */   list-style-image: none;
/* 4379 */   margin: 0;
/* 4380 */   padding: 0px;
/* 4381 */ }
/* 4382 */ .comment {
/* 4383 */   /* each comment wrapper */
/* 4384 */ 
/* 4385 */   *zoom: 1;
/* 4386 */   padding: 16px 0 21px;
/* 4387 */ }
/* 4388 */ .comment:before,
/* 4389 */ .comment:after {
/* 4390 */   display: table;
/* 4391 */   content: "";
/* 4392 */   line-height: 0;
/* 4393 */ }
/* 4394 */ .comment:after {
/* 4395 */   clear: both;
/* 4396 */ }
/* 4397 */ .comment-list .avatar {
/* 4398 */   width: 88px;
/* 4399 */   height: 88px;
/* 4400 */   float: left;

/* style.css */

/* 4401 */   margin-right: 20px;
/* 4402 */   margin-top: 6px;
/* 4403 */   /* responsive portrait tablet */
/* 4404 */ 
/* 4405 */ }
/* 4406 */ @media (max-width: 1018px) {
/* 4407 */   .comment-list .avatar {
/* 4408 */     width: 32px;
/* 4409 */     height: 32px;
/* 4410 */     margin-right: 10px;
/* 4411 */   }
/* 4412 */ }
/* 4413 */ .comment-list .comment-content {
/* 4414 */   margin-left: 108px;
/* 4415 */   font-family: 'Arimo', sans-serif;
/* 4416 */   font-size: 13px;
/* 4417 */   line-height: 18px;
/* 4418 */   /* responsive portrait tablet */
/* 4419 */ 
/* 4420 */ }
/* 4421 */ @media (max-width: 1018px) {
/* 4422 */   .comment-list .comment-content {
/* 4423 */     margin-left: 42px;
/* 4424 */   }
/* 4425 */ }
/* 4426 */ .res p:first-child {
/* 4427 */   padding-top: 0px;
/* 4428 */ }
/* 4429 */ .comment-meta {
/* 4430 */   font-size: 11px;
/* 4431 */   font-weight: 300;
/* 4432 */ }
/* 4433 */ .comment-link {
/* 4434 */   padding-right: 10px;
/* 4435 */ }
/* 4436 */ /* reply comments */
/* 4437 */ ol.comment-list .children {
/* 4438 */   list-style-type: none;
/* 4439 */   list-style: none;
/* 4440 */   list-style-image: none;
/* 4441 */   margin-left: 108px;
/* 4442 */   padding: 0;
/* 4443 */   border-top: 1px solid #ebebeb;
/* 4444 */   /* responsive portrait tablet */
/* 4445 */ 
/* 4446 */   /* responsive phone */
/* 4447 */ 
/* 4448 */ }
/* 4449 */ @media (max-width: 1018px) {
/* 4450 */   ol.comment-list .children {

/* style.css */

/* 4451 */     margin-left: 42px;
/* 4452 */   }
/* 4453 */ }
/* 4454 */ @media (max-width: 767px) {
/* 4455 */   ol.comment-list .children {
/* 4456 */     margin-left: 10px;
/* 4457 */   }
/* 4458 */ }
/* 4459 */ /* by post author */
/* 4460 */ /* comment respond box */
/* 4461 */ #respond {
/* 4462 */   position: relative;
/* 4463 */ }
/* 4464 */ .comment #respond {
/* 4465 */   margin-top: 70px;
/* 4466 */   margin-left: 110px;
/* 4467 */   /* responsive portrait tablet */
/* 4468 */ 
/* 4469 */   /* responsive phone */
/* 4470 */ 
/* 4471 */ }
/* 4472 */ @media (max-width: 1018px) {
/* 4473 */   .comment #respond {
/* 4474 */     margin-left: 42px;
/* 4475 */     margin-top: 5px;
/* 4476 */   }
/* 4477 */ }
/* 4478 */ @media (max-width: 767px) {
/* 4479 */   .comment #respond {
/* 4480 */     margin-left: 0px !important;
/* 4481 */   }
/* 4482 */ }
/* 4483 */ #respond #reply-title {
/* 4484 */   font-family: 'Open Sans', arial, sans-serif;
/* 4485 */   font-size: 18px;
/* 4486 */   font-weight: 600;
/* 4487 */   text-transform: uppercase;
/* 4488 */   position: relative;
/* 4489 */   margin: 0px;
/* 4490 */   margin-top: 3px;
/* 4491 */ }
/* 4492 */ .logged-in-as {
/* 4493 */   font-size: 12px;
/* 4494 */   color: #cbcbcb;
/* 4495 */   margin-bottom: 2px;
/* 4496 */ }
/* 4497 */ #content #respond #reply-title {
/* 4498 */   padding: 8px 10px 9px 10px;
/* 4499 */   position: relative;
/* 4500 */   left: -10px;

/* style.css */

/* 4501 */ }
/* 4502 */ #content #respond #reply-title:after {
/* 4503 */   right: -10px;
/* 4504 */   width: 10px;
/* 4505 */ }
/* 4506 */ .td_block_wrap.comment_reply_text {
/* 4507 */   margin-bottom: 0px;
/* 4508 */   padding-bottom: 0px;
/* 4509 */   text-transform: uppercase;
/* 4510 */ }
/* 4511 */ .td_block_wrap.comment_reply_text .block-title {
/* 4512 */   top: 0px;
/* 4513 */   padding-bottom: 14px;
/* 4514 */ }
/* 4515 */ /*  ----------------------------------------------------------------------------
/* 4516 *|     jetpack subscribe to comment
/* 4517 *| */
/* 4518 */ .comment-subscription-form {
/* 4519 */   margin-bottom: 5px;
/* 4520 */ }
/* 4521 */ .comment-subscription-form .subscribe-label {
/* 4522 */   position: relative;
/* 4523 */   top: 3px;
/* 4524 */   font-size: 12px;
/* 4525 */   color: #cbcbcb;
/* 4526 */ }
/* 4527 */ .mx-review-header-text {
/* 4528 */   text-transform: uppercase;
/* 4529 */   font-family: 'Open Sans', arial, sans-serif;
/* 4530 */   font-size: 18px;
/* 4531 */   font-weight: 600;
/* 4532 */   color: #333232;
/* 4533 */ }
/* 4534 */ .td-review {
/* 4535 */   width: 100%;
/* 4536 */   margin-top: 38px;
/* 4537 */ }
/* 4538 */ .td-review-header td {
/* 4539 */   padding: 15px 15px 15px 19px;
/* 4540 */   text-transform: uppercase;
/* 4541 */   font-family: 'Open Sans', arial, sans-serif;
/* 4542 */   font-size: 18px;
/* 4543 */   font-weight: 600;
/* 4544 */   color: #333232;
/* 4545 */   background: #f6f6f6 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;
/* 4546 */ }
/* 4547 */ .td-review-summary h5 {
/* 4548 */   text-transform: uppercase;
/* 4549 */   font-family: 'Open Sans', arial, sans-serif;
/* 4550 */   font-size: 18px;

/* style.css */

/* 4551 */   font-weight: 600;
/* 4552 */   color: #333232;
/* 4553 */   margin: 0 0 8px;
/* 4554 */ }
/* 4555 */ /*  ----------------------------------------------------------------------------
/* 4556 *|     footer
/* 4557 *| */
/* 4558 */ .td-review-summary {
/* 4559 */   padding: 15px 15px 14px 19px;
/* 4560 */   border-right: 1px solid #dbdbdb;
/* 4561 */   background: #f6f6f6 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;
/* 4562 */ }
/* 4563 */ .td-review-score {
/* 4564 */   background-color: #f7f7f7;
/* 4565 */   padding: 15px;
/* 4566 */   width: 100px;
/* 4567 */   font-family: 'Oswald', sans-serif;
/* 4568 */   font-size: 52px;
/* 4569 */   text-align: center;
/* 4570 */   background: #f6f6f6 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;
/* 4571 */ }
/* 4572 */ .td_review_with_bars td {
/* 4573 */   height: 28px;
/* 4574 */ }
/* 4575 */ /*  ----------------------------------------------------------------------------
/* 4576 *|     stars
/* 4577 *| */
/* 4578 */ .td-review-stars {
/* 4579 */   padding: 12px 19px 16px 19px;
/* 4580 */   width: 100px;
/* 4581 */   text-align: center;
/* 4582 */ }
/* 4583 */ .td-review-row-stars td {
/* 4584 */   background-color: #fcfcfc;
/* 4585 */   border-bottom: 1px solid #eae9e8;
/* 4586 */   padding: 12px 19px 16px 19px;
/* 4587 */ }
/* 4588 */ .td-review-row-stars .td-review-desc {
/* 4589 */   font-family: 'Open Sans', arial, sans-serif;
/* 4590 */   font-size: 15px;
/* 4591 */ }
/* 4592 */ .td-review-final-score {
/* 4593 */   padding: 20px 0;
/* 4594 */ }
/* 4595 */ /*  ----------------------------------------------------------------------------
/* 4596 *|     review bars
/* 4597 *| */
/* 4598 */ .td-rating-bar-wrap {
/* 4599 */   height: 20px;
/* 4600 */   background: #f6f6f6 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;

/* style.css */

/* 4601 */   margin-bottom: 1px;
/* 4602 */ }
/* 4603 */ .td-rating-bar-wrap div {
/* 4604 */   height: 20px;
/* 4605 */   background: #ee5656 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;
/* 4606 */ }
/* 4607 */ .td-review-row-bars .td-review-desc {
/* 4608 */   font-family: 'Open Sans', arial, sans-serif;
/* 4609 */   font-size: 13px;
/* 4610 */   color: #333232;
/* 4611 */   padding-top: 8px;
/* 4612 */ }
/* 4613 */ .td-review-row-bars td {
/* 4614 */   padding: 0px;
/* 4615 */ }
/* 4616 */ /*  ----------------------------------------------------------------------------
/* 4617 *|     percent
/* 4618 *| */
/* 4619 */ .td-review-percent-sign {
/* 4620 */   font-size: 30px;
/* 4621 */ }
/* 4622 */ .td-footer-wrap {
/* 4623 */   padding: 20px 0px 20px 0;
/* 4624 */ }
/* 4625 */ .td-footer-wrap .td-grid-wrap {
/* 4626 */   padding-top: 0px;
/* 4627 */ }
/* 4628 */ .td-footer-line {
/* 4629 */   /*background: #ee5656 url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;*/
/* 4630 */   background-color: #ee5656;
/* 4631 */   border-right: 1px solid #ee5656;
/* 4632 */   border-left: 1px solid #ee5656;
/* 4633 */   height: 7px;
/* 4634 */ }
/* 4635 */ .footer-logo-wrap {
/* 4636 */   padding-bottom: 11px;
/* 4637 */ }
/* 4638 */ .footer-text-wrap {
/* 4639 */   padding-bottom: 11px;
/* 4640 */ }
/* 4641 */ /*  ----------------------------------------------------------------------------
/* 4642 *|     sub footer
/* 4643 *| */
/* 4644 */ .td-sub-footer-wrap {
/* 4645 */     border-top: 1px solid #c5c5c5;
/* 4646 */ }
/* 4647 */ .td-sub-footer-wrap .td-grid-wrap {
/* 4648 */   padding: 6px 0 10px 0;
/* 4649 */ }
/* 4650 */ .td-sub-footer-copy {

/* style.css */

/* 4651 */   font-size: 13px;
/* 4652 */     line-height: 32px;
/* 4653 */   color: #373737;
/* 4654 */   /* responsive phone */
/* 4655 */ 
/* 4656 */ }
/* 4657 */ @media (max-width: 767px) {
/* 4658 */   .td-sub-footer-copy {
/* 4659 */     text-align: center;
/* 4660 */   }
/* 4661 */ }
/* 4662 */ .td-sub-footer-menu {
/* 4663 */   text-align: right;
/* 4664 */   /* responsive phone */
/* 4665 */ 
/* 4666 */ }
/* 4667 */ @media (max-width: 767px) {
/* 4668 */   .td-sub-footer-menu {
/* 4669 */     text-align: center;
/* 4670 */   }
/* 4671 */ }
/* 4672 */ .td-sub-footer-menu ul {
/* 4673 */   list-style: none;
/* 4674 */   padding: 0px;
/* 4675 */ }
/* 4676 */ .td-sub-footer-menu li {
/* 4677 */   display: inline-block;
/* 4678 */   position: relative;
/* 4679 */   zoom: 1;
/* 4680 */ }
/* 4681 */ .td-sub-footer-menu li a {
/* 4682 */   color: #4b4b4b;
/* 4683 */   font-size: 13px;
/* 4684 */   padding: 0px 10px 0px 10px;
/* 4685 */ }
/* 4686 */ .td-sub-footer-menu li a:before {
/* 4687 */   position: absolute;
/* 4688 */   top: 8px;
/* 4689 */   left: -1px;
/* 4690 */   display: block;
/* 4691 */   content: '';
/* 4692 */   height: 9px;
/* 4693 */   width: 1px;
/* 4694 */   box-sizing: border-box;
/* 4695 */   -moz-box-sizing: border-box;
/* 4696 */   -webkit-box-sizing: border-box;
/* 4697 */   background-color: #4b4b4b;
/* 4698 */ }
/* 4699 */ .td-sub-footer-menu li:first-child a:before {
/* 4700 */   display: none;

/* style.css */

/* 4701 */ }
/* 4702 */ /*  ----------------------------------------------------------------------------
/* 4703 *|     default wordpress gallery
/* 4704 *| */
/* 4705 */ /*  ----------------------------------------------------------------------------
/* 4706 *|     gallery
/* 4707 *| */
/* 4708 */ .gallery {
/* 4709 */   position: relative;
/* 4710 */ }
/* 4711 */ .gallery-item a,
/* 4712 */ .gallery-item a:hover {
/* 4713 */   -o-transition: none !important;
/* 4714 */   -webkit-transition: none !important;
/* 4715 */   -moz-transition: none !important;
/* 4716 */   transition: none !important;
/* 4717 */ }
/* 4718 */ .gallery-columns-3 .gallery-item {
/* 4719 */   width: 33.3333% !important;
/* 4720 */ }
/* 4721 */ .gallery-columns-2 .gallery-item {
/* 4722 */   width: 50% !important;
/* 4723 */ }
/* 4724 */ .gallery-columns-4 .gallery-item {
/* 4725 */   width: 25% !important;
/* 4726 */ }
/* 4727 */ .gallery-item {
/* 4728 */   margin: 0px !important;
/* 4729 */   position: relative;
/* 4730 */   float: left;
/* 4731 */ }
/* 4732 */ .gallery-item img {
/* 4733 */   border: none !important;
/* 4734 */ }
/* 4735 */ body .gallery .gallery-caption {
/* 4736 */   color: white;
/* 4737 */   font-size: 16px;
/* 4738 */   font-family: 'Open Sans', arial, sans-serif;
/* 4739 */   line-height: 20px;
/* 4740 */   text-decoration: none !important;
/* 4741 */   font-style: normal !important;
/* 4742 */   position: absolute;
/* 4743 */   bottom: 0px;
/* 4744 */   left: 0px;
/* 4745 */   padding: 4px 10px;
/* 4746 */   opacity: 0;
/* 4747 */   -o-transition: all 0.4s;
/* 4748 */   -webkit-transition: all 0.4s;
/* 4749 */   -moz-transition: all 0.4s;
/* 4750 */   transition: all 0.4s;

/* style.css */

/* 4751 */   overflow: hidden;
/* 4752 */   max-width: 110px;
/* 4753 */   height: 20px;
/* 4754 */ }
/* 4755 */ .gallery-item:hover .gallery-caption {
/* 4756 */   opacity: 0.9;
/* 4757 */ }
/* 4758 */ /*  ----------------------------------------------------------------------------
/* 4759 *|     jetpack tile gallery
/* 4760 *| */
/* 4761 */ .post .type-square img {
/* 4762 */   margin: 0px !important;
/* 4763 */ }
/* 4764 */ .post .type-square .tiled-gallery-item {
/* 4765 */   overflow: hidden;
/* 4766 */   margin: 1px;
/* 4767 */ }
/* 4768 */ .post .type-square .tiled-gallery-caption {
/* 4769 */   color: white;
/* 4770 */   font-size: 16px;
/* 4771 */   font-family: 'Open Sans', arial, sans-serif;
/* 4772 */   line-height: 20px;
/* 4773 */   text-decoration: none !important;
/* 4774 */ }
/* 4775 */ /*  ----------------------------------------------------------------------------
/* 4776 *|     jetpack slideshow
/* 4777 *| */
/* 4778 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4779 */   .jetpack-slideshow {
/* 4780 */     height: 300px !important;
/* 4781 */   }
/* 4782 */   .jetpack-slideshow .slideshow-slide {
/* 4783 */     height: 300px !important;
/* 4784 */     line-height: 300px !important;
/* 4785 */   }
/* 4786 */ }
/* 4787 */ @media (max-width: 540px) {
/* 4788 */   .jetpack-slideshow {
/* 4789 */     height: 350px !important;
/* 4790 */   }
/* 4791 */   .jetpack-slideshow .slideshow-slide {
/* 4792 */     height: 350px !important;
/* 4793 */     line-height: 350px !important;
/* 4794 */   }
/* 4795 */ }
/* 4796 */ @media (max-width: 480px) {
/* 4797 */   .jetpack-slideshow {
/* 4798 */     height: 300px !important;
/* 4799 */   }
/* 4800 */   .jetpack-slideshow .slideshow-slide {

/* style.css */

/* 4801 */     height: 300px !important;
/* 4802 */     line-height: 300px !important;
/* 4803 */   }
/* 4804 */ }
/* 4805 */ @media (max-width: 321px) {
/* 4806 */   .jetpack-slideshow {
/* 4807 */     height: 250px !important;
/* 4808 */   }
/* 4809 */   .jetpack-slideshow .slideshow-slide {
/* 4810 */     height: 250px !important;
/* 4811 */     line-height: 250px !important;
/* 4812 */   }
/* 4813 */ }
/* 4814 */ .jetpack-slideshow {
/* 4815 */   background-color: transparent !important;
/* 4816 */   margin: 0px !important;
/* 4817 */   border: none !important;
/* 4818 */   margin-bottom: 22px !important;
/* 4819 */   border-radius: 0px !important;
/* 4820 */   /* responsive phone */
/* 4821 */ 
/* 4822 */ }
/* 4823 */ @media (max-width: 767px) {
/* 4824 */   .jetpack-slideshow {
/* 4825 */     background: #2b2b2b url('/content/wp-content/themes/CurejoyMagazinly/images/bg_images.png') repeat-x top !important;
/* 4826 */   }
/* 4827 */ }
/* 4828 */ div.slideshow-slide {
/* 4829 */   width: 100% !important;
/* 4830 */ }
/* 4831 */ .jetpack-slideshow .slideshow-slide,
/* 4832 */ .jetpack-slideshow .slideshow-slide img {
/* 4833 */   height: auto !important;
/* 4834 */   width: 100% !important;
/* 4835 */   max-width: 100% !important;
/* 4836 */   max-height: 100% !important;
/* 4837 */ }
/* 4838 */ #toTop {
/* 4839 */   display: none;
/* 4840 */   text-decoration: none;
/* 4841 */   position: fixed;
/* 4842 */   top: 48%;
/* 4843 */   right: 10px;
/* 4844 */   overflow: hidden;
/* 4845 */   border: none;
/* 4846 */     z-index: 99;
/* 4847 */   text-indent: 100%;
/* 4848 */   opacity: 0.5;
/* 4849 */   width: 51px;
/* 4850 */   height: 51px;

/* style.css */

/* 4851 */   background-position: -20px -1318px;
/* 4852 */ }
/* 4853 */ #toTopHover {
/* 4854 */   display: block;
/* 4855 */   overflow: hidden;
/* 4856 */   float: left;
/* 4857 */   width: 51px;
/* 4858 */   height: 51px;
/* 4859 */   background-position: -20px -1409px;
/* 4860 */ }
/* 4861 */ #toTop:active,
/* 4862 */ #toTop:focus {
/* 4863 */   outline: none;
/* 4864 */ }
/* 4865 */ /*
/* 4866 *|     =======================================================================================================
/* 4867 *| 
/* 4868 *|     Name          : Custom colorbox style
/* 4869 *|     File          : colorbox.css
/* 4870 *| 
/* 4871 *|     =======================================================================================================
/* 4872 *| */
/* 4873 */ /*
/* 4874 *|     ColorBox Core Style
/* 4875 *|     The following rules are the styles that are consistant between themes.
/* 4876 *|     Avoid changing this area to maintain compatability with future versions of ColorBox.
/* 4877 *| */
/* 4878 */ #colorbox,
/* 4879 */ #cboxOverlay,
/* 4880 */ #cboxWrapper {
/* 4881 */   position: absolute;
/* 4882 */   top: 0;
/* 4883 */   left: 0;
/* 4884 */   z-index: 9999;
/* 4885 */   overflow: hidden;
/* 4886 */ }
/* 4887 */ #cboxOverlay {
/* 4888 */   position: fixed;
/* 4889 */   width: 100%;
/* 4890 */   height: 100%;
/* 4891 */ }
/* 4892 */ #cboxMiddleLeft,
/* 4893 */ #cboxBottomLeft {
/* 4894 */   clear: left;
/* 4895 */ }
/* 4896 */ #cboxContent {
/* 4897 */   position: relative;
/* 4898 */   overflow: hidden;
/* 4899 */ }
/* 4900 */ #cboxLoadedContent {

/* style.css */

/* 4901 */   overflow: auto;
/* 4902 */ }
/* 4903 */ #cboxLoadedContent iframe {
/* 4904 */   display: block;
/* 4905 */   width: 100%;
/* 4906 */   height: 100%;
/* 4907 */   border: 0;
/* 4908 */ }
/* 4909 */ #cboxTitle {
/* 4910 */   margin: 0;
/* 4911 */ }
/* 4912 */ #cboxLoadingOverlay,
/* 4913 */ #cboxLoadingGraphic {
/* 4914 */   position: absolute;
/* 4915 */   top: 0;
/* 4916 */   left: 0;
/* 4917 */   width: 100%;
/* 4918 */ }
/* 4919 */ #cboxPrevious,
/* 4920 */ #cboxNext,
/* 4921 */ #cboxClose,
/* 4922 */ #cboxSlideshow {
/* 4923 */   cursor: pointer;
/* 4924 */ }
/* 4925 */ /*
/* 4926 *|     Example user style
/* 4927 *|     The following rules are ordered and tabbed in a way that represents the
/* 4928 *|     order/nesting of the generated HTML, so that the structure easier to understand.
/* 4929 *| */
/* 4930 */ #colorbox:focus {
/* 4931 */   outline: 0;
/* 4932 */ }
/* 4933 */ #cboxContent {
/* 4934 */   background: #fff;
/* 4935 */ }
/* 4936 */ #cboxLoadedContent {
/* 4937 */   margin-bottom: 28px;
/* 4938 */ }
/* 4939 */ #cboxTitle {
/* 4940 */   position: absolute;
/* 4941 */   bottom: 4px;
/* 4942 */   left: 0;
/* 4943 */   text-align: center;
/* 4944 */   width: 100%;
/* 4945 */   color: #949494;
/* 4946 */ }
/* 4947 */ #cboxCurrent {
/* 4948 */   position: absolute;
/* 4949 */   bottom: 4px;
/* 4950 */   left: 58px;

/* style.css */

/* 4951 */   color: #949494;
/* 4952 */ }
/* 4953 */ #cboxSlideshow {
/* 4954 */   position: absolute;
/* 4955 */   bottom: 4px;
/* 4956 */   right: 30px;
/* 4957 */   color: #0092ef;
/* 4958 */ }
/* 4959 */ #cboxPrevious {
/* 4960 */   position: absolute;
/* 4961 */   bottom: 0;
/* 4962 */   left: 0px;
/* 4963 */   background: url(/content/wp-content/themes/CurejoyMagazinly/images/controls.png) -75px 0px no-repeat;
/* 4964 */   width: 25px;
/* 4965 */   height: 25px;
/* 4966 */   text-indent: -9999px;
/* 4967 */ }
/* 4968 */ #cboxPrevious.hover {
/* 4969 */   background-position: -75px -25px;
/* 4970 */ }
/* 4971 */ #cboxNext {
/* 4972 */   position: absolute;
/* 4973 */   bottom: 0;
/* 4974 */   left: 27px;
/* 4975 */   background: url(/content/wp-content/themes/CurejoyMagazinly/images/controls.png) -50px 0px no-repeat;
/* 4976 */   width: 25px;
/* 4977 */   height: 25px;
/* 4978 */   text-indent: -9999px;
/* 4979 */ }
/* 4980 */ #cboxNext.hover {
/* 4981 */   background-position: -50px -25px;
/* 4982 */ }
/* 4983 */ #cboxLoadingGraphic {
/* 4984 */   background: url("/content/wp-content/themes/CurejoyMagazinly/images/colorbox/loading.gif") center center no-repeat;
/* 4985 */ }
/* 4986 */ #cboxClose {
/* 4987 */   position: absolute;
/* 4988 */   bottom: 0;
/* 4989 */   right: 0;
/* 4990 */   background: url(/content/wp-content/themes/CurejoyMagazinly/images/controls.png) -25px 0px no-repeat;
/* 4991 */   width: 25px;
/* 4992 */   height: 25px;
/* 4993 */   text-indent: -9999px;
/* 4994 */ }
/* 4995 */ #cboxClose.hover {
/* 4996 */   background-position: -25px -25px;
/* 4997 */ }
/* 4998 */ /*  ----------------------------------------------------------------------------
/* 4999 *|     Gallery popup
/* 5000 *| */

/* style.css */

/* 5001 */ #cboxLoadedContent {
/* 5002 */   overflow: hidden !important;
/* 5003 */ }
/* 5004 */ #cboxOverlay {
/* 5005 */   background: #3c3c3c url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg.png') repeat;
/* 5006 */ }
/* 5007 */ #cboxBottomRight,
/* 5008 */ #cboxBottomCenter,
/* 5009 */ #cboxBottomLeft,
/* 5010 */ #cboxMiddleLeft,
/* 5011 */ #cboxMiddleRight,
/* 5012 */ #cboxTopLeft,
/* 5013 */ #cboxTopCenter,
/* 5014 */ #cboxTopRight,
/* 5015 */ #cboxCurrent {
/* 5016 */   display: none !important;
/* 5017 */ }
/* 5018 */ #cboxNext {
/* 5019 */   position: absolute;
/* 5020 */   bottom: 10px;
/* 5021 */   left: auto !important;
/* 5022 */   right: 10px;
/* 5023 */   width: 38px;
/* 5024 */   height: 38px;
/* 5025 */ }
/* 5026 */ #cboxPrevious {
/* 5027 */   position: absolute;
/* 5028 */   bottom: 10px;
/* 5029 */   left: auto !important;
/* 5030 */   right: 48px;
/* 5031 */   width: 38px;
/* 5032 */   height: 38px;
/* 5033 */ }
/* 5034 */ #cboxClose {
/* 5035 */   position: absolute;
/* 5036 */   top: 10px;
/* 5037 */   right: 10px;
/* 5038 */   background: url('/content/wp-content/themes/CurejoyMagazinly/images/colorbox/gallery-close.png') no-repeat transparent;
/* 5039 */   width: 38px;
/* 5040 */   height: 38px;
/* 5041 */   -o-transition: all 0.4s;
/* 5042 */   -webkit-transition: all 0.4s;
/* 5043 */   -moz-transition: all 0.4s;
/* 5044 */   transition: all 0.4s;
/* 5045 */   border-style: none;
/* 5046 */ }
/* 5047 */ #cboxClose.hover,
/* 5048 */ #cboxPrevious.hover {
/* 5049 */   opacity: 0.8;
/* 5050 */ }

/* style.css */

/* 5051 */ #cboxNext.hover {
/* 5052 */   opacity: 0.8;
/* 5053 */ }
/* 5054 */ #cboxContent {
/* 5055 */   margin: 10px;
/* 5056 */   -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75) !important;
/* 5057 */   -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75) !important;
/* 5058 */   box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75) !important;
/* 5059 */ }
/* 5060 */ #cboxLoadedContent {
/* 5061 */   margin-bottom: 0px;
/* 5062 */ }
/* 5063 */ #cboxTitle {
/* 5064 */   display: none !important;
/* 5065 */ }
/* 5066 */ /* theme style customizer */
/* 5067 */ #td-theme-settings {
/* 5068 */   position: absolute;
/* 5069 */   top: 110px;
/* 5070 */   left: 0px;
/* 5071 */   z-index: 99999;
/* 5072 */   width: 60px;
/* 5073 */   overflow: hidden;
/* 5074 */   background-color: white;
/* 5075 */   border: 1px solid white;
/* 5076 */   border-left: none;
/* 5077 */   -moz-box-shadow: 1px 2px 2px 1px rgba(177, 177, 177, 0.27) !important;
/* 5078 */   -webkit-box-shadow: 1px 2px 2px 1px rgba(177, 177, 177, 0.27);
/* 5079 */   box-shadow: 1px 2px 2px 1px rgba(177, 177, 177, 0.27);
/* 5080 */   height: 166px;
/* 5081 */   padding: 5px 5px 6px 5px;
/* 5082 */   -webkit-transition: all 0.5s;
/* 5083 */   -moz-transition: all 0.5s;
/* 5084 */   -o-transition: all 0.5s;
/* 5085 */   transition: all 0.5s;
/* 5086 */ }
/* 5087 */ #td-theme-settings .td-set-color {
/* 5088 */   width: 20px;
/* 5089 */   height: 20px;
/* 5090 */   background-color: #f3eeee;
/* 5091 */   margin: 5px;
/* 5092 */   float: left;
/* 5093 */ }
/* 5094 */ #td-theme-settings .td-set-hide-show {
/* 5095 */   text-align: center;
/* 5096 */   font-family: 'Ubuntu', sans-serif;
/* 5097 */   text-transform: uppercase;
/* 5098 */   font-size: 12px;
/* 5099 */   line-height: 16px;
/* 5100 */ }

/* style.css */

/* 5101 */ #td-theme-settings .td-set-hide-show a {
/* 5102 */   color: black;
/* 5103 */ }
/* 5104 */ .td-theme-settings-small {
/* 5105 */   opacity: 0.8;
/* 5106 */   left: -60px !important;
/* 5107 */   height: 30px !important;
/* 5108 */   cursor: pointer;
/* 5109 */   -o-transition: all 0.5s;
/* 5110 */   -webkit-transition: all 0.5s;
/* 5111 */   -moz-transition: all 0.5s;
/* 5112 */ }
/* 5113 */ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
/* 5114 */   /*  ----------------------------------------------------------------------------
/* 5115 *|         main sprite file
/* 5116 *|     */
/* 5117 */   .td-sp,
/* 5118 */   .sf-sub-indicator,
/* 5119 */   .flex-direction-nav .flex-next,
/* 5120 */   .flex-direction-nav .flex-prev,
/* 5121 */   .iosSlider .prevButton,
/* 5122 */   .iosSlider .nextButton,
/* 5123 */   #toTop,
/* 5124 */   #toTopHover {
/* 5125 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/sprite/elements@2x.png');
/* 5126 */     background-size: 91px 1587px !important;
/* 5127 */   }
/* 5128 */   /* header texture */
/* 5129 */   .td-menu-wrap,
/* 5130 */   .td-header-line,
/* 5131 */   .td-footer-wrap {
/* 5132 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/header/header-bg@2x.png');
/* 5133 */     background-size: 4px 4px !important;
/* 5134 */   }
/* 5135 */   /* block title line */
/* 5136 */   .block-title {
/* 5137 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/blocks/block_title_line@2x.png');
/* 5138 */     background-size: 4px 23px !important;
/* 5139 */   }
/* 5140 */   /*  ----------------------------------------------------------------------------
/* 5141 *|         social icons 16px retina
/* 5142 *|     */
/* 5143 */   .td-social-s1-16 {
/* 5144 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style1-16@2x.png');
/* 5145 */     background-size: 128px 112px !important;
/* 5146 */   }
/* 5147 */   .td-social-s2-16 {
/* 5148 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style2-16@2x.png');
/* 5149 */     background-size: 128px 112px !important;
/* 5150 */   }

/* style.css */

/* 5151 */   .td-social-s3-16 {
/* 5152 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style3-16@2x.png');
/* 5153 */     background-size: 128px 112px !important;
/* 5154 */   }
/* 5155 */   .td-social-s4-16 {
/* 5156 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style4-16@2x.png');
/* 5157 */     background-size: 128px 112px !important;
/* 5158 */   }
/* 5159 */   /*  ----------------------------------------------------------------------------
/* 5160 *|         social icons 32px retina
/* 5161 *|     */
/* 5162 */   .td-social-s1-32 {
/* 5163 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style1-32@2x.png');
/* 5164 */     background-size: 256px 224px !important;
/* 5165 */   }
/* 5166 */   .td-social-s2-32 {
/* 5167 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style2-32@2x.png');
/* 5168 */     background-size: 256px 224px !important;
/* 5169 */   }
/* 5170 */   .td-social-s3-32 {
/* 5171 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style3-32@2x.png');
/* 5172 */     background-size: 256px 224px !important;
/* 5173 */   }
/* 5174 */   .td-social-s4-32 {
/* 5175 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style4-32@2x.png');
/* 5176 */     background-size: 256px 224px !important;
/* 5177 */   }
/* 5178 */   /*  ----------------------------------------------------------------------------
/* 5179 *|         social icons 64px retina
/* 5180 *|     */
/* 5181 */   .td-social-s1-64 {
/* 5182 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style1-64@2x.png');
/* 5183 */     background-size: 512px 448px !important;
/* 5184 */   }
/* 5185 */   .td-social-s2-64 {
/* 5186 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style2-64@2x.png');
/* 5187 */     background-size: 512px 448px !important;
/* 5188 */   }
/* 5189 */   .td-social-s3-64 {
/* 5190 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style3-64@2x.png');
/* 5191 */     background-size: 512px 448px !important;
/* 5192 */   }
/* 5193 */   .td-social-s4-64 {
/* 5194 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/icons/social/sprite/style4-64@2x.png');
/* 5195 */     background-size: 512px 448px !important;
/* 5196 */   }
/* 5197 */ }
/* 5198 */ .iosSlider,
/* 5199 */ .slide-title,
/* 5200 */ body .gallery .gallery-caption,

/* style.css */

/* 5201 */ .post .type-square .tiled-gallery-caption,
/* 5202 */ .flex-caption {
/* 5203 */   background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUUyN0Y2OEVCNkU5MTFFMkJBOThCMjVGRjRFMTZEQUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUUyN0Y2OEZCNkU5MTFFMkJBOThCMjVGRjRFMTZEQUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRTI3RjY4Q0I2RTkxMUUyQkE5OEIyNUZGNEUxNkRBQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTI3RjY4REI2RTkxMUUyQkE5OEIyNUZGNEUxNkRBQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn5VvC8AAAAPSURBVHjaYmBgYDgDEGAAANEAzVtoW4UAAAAASUVORK5CYII=') repeat;
/* 5204 */ }
/* 5205 */ .mx_image_background {
/* 5206 */   background: #2b2b2b url('/content/wp-content/themes/CurejoyMagazinly/images/bg_images.png') repeat-x top !important;
/* 5207 */ }
/* 5208 */ /*  ----------------------------------------------------------------------------
/* 5209 *|     from bootstrap
/* 5210 *| */
/* 5211 */ .clearfix {
/* 5212 */   *zoom: 1;
/* 5213 */ }
/* 5214 */ .clearfix:before,
/* 5215 */ .clearfix:after {
/* 5216 */   display: table;
/* 5217 */   content: "";
/* 5218 */   line-height: 0;
/* 5219 */ }
/* 5220 */ .clearfix:after {
/* 5221 */   clear: both;
/* 5222 */ }
/* 5223 */ @media (min-width: 1200px) {
/* 5224 */   .column_container .span6 {
/* 5225 */     width: 46.57142857142857%;
/* 5226 */     margin-left: 6.857142857142857%;
/* 5227 */   }
/* 5228 */ }
/* 5229 */ 
/* 5230 */ .askaquestion_btn {
/* 5231 */     display: block;
/* 5232 */     margin: 0 auto;
/* 5233 */     box-sizing: border-box;
/* 5234 */     -moz-box-sizing: border-box;
/* 5235 */     -webkit-box-sizing: border-box;
/* 5236 */     width: 100%;
/* 5237 */     font: bold 18px/44px 'Open Sans';
/* 5238 */     color: #fff;
/* 5239 */     background-color: #a4c385;
/* 5240 */     padding: 0;
/* 5241 */     border: none;
/* 5242 */     cursor: pointer;
/* 5243 */     margin-top: 15px;
/* 5244 */     margin-bottom: 10px;
/* 5245 */ }
/* 5246 */ 
/* 5247 */ .askaquestion_btn.small {
/* 5248 */     width: auto;
/* 5249 */     font: bold 11px/22px 'Open Sans';
/* 5250 */     padding: 0 12px;

/* style.css */

/* 5251 */     color: #ffffff !important;
/* 5252 */     text-align: center;
/* 5253 */     margin-right: 20px;
/* 5254 */     margin-left: 15px;
/* 5255 */     float: left;
/* 5256 */ }
/* 5257 */ 
/* 5258 */ .askaquestion_btn.anchorlink{
/* 5259 */     color: #ffffff !important;
/* 5260 */     text-align: center;
/* 5261 */ 
/* 5262 */ }
/* 5263 */ .askaquestion_btn:hover {
/* 5264 */     background-color: #afd18a;
/* 5265 */     text-decoration:  none !important;
/* 5266 */ }
/* 5267 */ 
/* 5268 */ #cjlogo {
/* 5269 */     background-image: url('/content/wp-content/themes/CurejoyMagazinly/images/header/logo_alt.png');
/* 5270 */     width: 84px;
/* 5271 */     height: 40px;
/* 5272 */     display: block;
/* 5273 */ }
/* 5274 */ .rltdpstsplgn_content h3 {
/* 5275 */     font-size: 14px !important;
/* 5276 */     color: #56ad9b;
/* 5277 */     margin: 0;
/* 5278 */     line-height: 22px;
/* 5279 */ }
/* 5280 */ 
/* 5281 */ .cj_ad_tablet, .cj_ad_pc{
/* 5282 */     display: none;
/* 5283 */     margin: 0 auto;
/* 5284 */ }
/* 5285 */ @media all and (min-width: 768px) and (max-width: 1199px) {
/* 5286 */     .cj_ad_tablet {
/* 5287 */         display: block;
/* 5288 */         width: 468px;
/* 5289 */         /*background-color: lightcoral;*/
/* 5290 */     }
/* 5291 */ }
/* 5292 */ @media all and (min-width:1200px) {
/* 5293 */     .cj_ad_pc {
/* 5294 */         display: block;
/* 5295 */         width: 728px;
/* 5296 */         /*background-color: lightblue;*/
/* 5297 */     }
/* 5298 */ }
/* 5299 */ 
/* 5300 */ /* =Theme customization for Responsive Theme

/* style.css */

/* 5301 *| ------------------------------------------------------- */
/* 5302 */ @font-face {
/* 5303 */     font-family: "SocialicoRegular";
/* 5304 */     src: url("/content/wp-content/themes/CurejoyMagazinly/fonts/social_icons/socialico-webfont.eot");
/* 5305 */     src: local("☺"),
/* 5306 */     url("/content/wp-content/themes/CurejoyMagazinly/fonts/social_icons/socialico-webfont.woff") format("woff"),
/* 5307 */     url("/content/wp-content/themes/CurejoyMagazinly/fonts/social_icons/socialico-webfont.ttf") format('truetype'),
/* 5308 */     url("/content/wp-content/themes/CurejoyMagazinly/fonts/social_icons/socialico-webfont.svg#socialico-webfont") format("svg");
/* 5309 */ }
/* 5310 */ .social-icons {
/* 5311 */     font-family: 'SocialicoRegular';
/* 5312 */     font-size: 37px;
/* 5313 */     position: relative;
/* 5314 */ }
/* 5315 */ .social-row{
/* 5316 */     border-top: 1px dotted #d4d4d4;
/* 5317 */     margin-top: 10px;
/* 5318 */     padding-top: 10px;
/* 5319 */ }
/* 5320 */ 
/* 5321 */ .social-row a:hover{
/* 5322 */     text-decoration: none!important;
/* 5323 */ }
/* 5324 */ .social-row a.read-more:hover{
/* 5325 */     text-decoration: underline!important;
/* 5326 */ }
/* 5327 */ .read-more{
/* 5328 */     float: right;
/* 5329 */ }
/* 5330 */ 
/* 5331 */ .mobileAds{
/* 5332 */     display: none;
/* 5333 */ }
/* 5334 */ .desktopAds{
/* 5335 */     display: block;
/* 5336 */ }
/* 5337 */ 
/* 5338 */ /* disabling ads in app-web-view */
/* 5339 */ body.app-web-view .cj_ad_pc,
/* 5340 */ body.app-web-view .cj_ad_tablet,
/* 5341 */ body.app-web-view .mobileAds,
/* 5342 */ body.app-web-view .desktopAds {
/* 5343 */     display: none !important;
/* 5344 */ }
/* 5345 */ 
/* 5346 */ @media screen and (max-width: 767px) {
/* 5347 */ 
/* 5348 */     .mobileAds{
/* 5349 */         display: block;
/* 5350 */         overflow: hidden;

/* style.css */

/* 5351 */         padding-bottom: 10px;
/* 5352 */     }
/* 5353 */ 
/* 5354 */     .desktopAds{
/* 5355 */         display: none;
/* 5356 */     }
/* 5357 */ 
/* 5358 */     .clear-resp{
/* 5359 */         clear: both;
/* 5360 */     }
/* 5361 */     #responsiveSidebar{
/* 5362 */         display: none;!important;
/* 5363 */     }
/* 5364 */     .post header,.post h3{
/* 5365 */         text-align: left;
/* 5366 */         margin: 0px 0px 7px 0px;
/* 5367 */     }
/* 5368 */     .post header h1 a, .cj-block-holder header h1 a{
/* 5369 */         font-size: 32px!important;
/* 5370 */         font-family: 'Roboto Condensed';
/* 5371 */         font-weight: normal;
/* 5372 */         color: #484848!important;
/* 5373 */         line-height: 42px!important;
/* 5374 */     }
/* 5375 */     .wp-caption-text{
/* 5376 */         text-align: center!important;
/* 5377 */     }
/* 5378 */     .td_block3 img.entry-thumb, .td_block_slide img.entry-thumb, .td_mod2 img.entry-thumb{
/* 5379 */         width: 100%!important;
/* 5380 */     }
/* 5381 */     ul.td-category,.entry-category{
/* 5382 */         display: none;
/* 5383 */     }
/* 5384 */ }
/* 5385 */ /*  ----------------------------------------------------------------------------
/* 5386 *|     custom mobile menu for magazinly
/* 5387 *| */
/* 5388 */ .side-search-open-btn,
/* 5389 */ .side-menu-open-btn {
/* 5390 */     width: 40px;
/* 5391 */     position: absolute;
/* 5392 */     top: 0;
/* 5393 */     right: 40px;
/* 5394 */     display: none;
/* 5395 */     font-size: 24px;
/* 5396 */     line-height: 66px;
/* 5397 */     text-align: center;
/* 5398 */     color: #fff;
/* 5399 */ }
/* 5400 */ .side-search-open-btn{

/* style.css */

/* 5401 */     border: none !important;
/* 5402 */ }
/* 5403 */ .side-search-open-btn:hover,
/* 5404 */ .side-menu-open-btn:hover {
/* 5405 */     color: #2e5d51;
/* 5406 */ }
/* 5407 */ .side-menu-close-btn {
/* 5408 */     font-size: 24px;
/* 5409 */     display: block;
/* 5410 */     height: 48px;
/* 5411 */     line-height: 48px;
/* 5412 */     text-align: center;
/* 5413 */     border-radius: 6px;
/* 5414 */     border: 1px solid #dadada;
/* 5415 */     color: #c9c9c9;
/* 5416 */     margin: 24px 18px;
/* 5417 */ }
/* 5418 */ .side-menu-close-btn:hover {
/* 5419 */     border: 1px solid #49c0f4;
/* 5420 */     color: #49c0f4;
/* 5421 */ }
/* 5422 */ .side-menu {
/* 5423 */     position: fixed;
/* 5424 */     height: 100%;
/* 5425 */     right: 0;
/* 5426 */     top: 0;
/* 5427 */     z-index: 100000;
/* 5428 */     width: 100%;
/* 5429 */     background-color: #333;
/* 5430 */     overflow-y: auto;
/* 5431 */     -webkit-transform: translateX(100%);
/* 5432 */     -moz-transform: translateX(100%);
/* 5433 */     -ms-transform: translateX(100%);
/* 5434 */     -o-transform: translateX(100%);
/* 5435 */     transform: translateX(100%);
/* 5436 */ }
/* 5437 */ .genericmodalpopup-compact.side-menu-close,
/* 5438 */ .side-menu.side-menu-close {
/* 5439 */     -webkit-transform: translateZ(0);
/* 5440 */     -webkit-backface-visibility: hidden;
/* 5441 */     -webkit-transition-property: -webkit-transform;
/* 5442 */     -moz-transition-property: -moz-transform;
/* 5443 */     transition-property: transform;
/* 5444 */     -webkit-transition-duration: 0.4s;
/* 5445 */     -moz-transition-duration: 0.4s;
/* 5446 */     transition-duration: 0.4s;
/* 5447 */     /*this creates the subtle slide in animation of the navigation */
/* 5448 */     -webkit-transform: translateX(100%);
/* 5449 */     -moz-transform: translateX(100%);
/* 5450 */     -ms-transform: translateX(100%);

/* style.css */

/* 5451 */     -o-transform: translateX(100%);
/* 5452 */     transform: translateX(100%);
/* 5453 */ }
/* 5454 */ .genericmodalpopup-compact.side-menu-open,
/* 5455 */ .side-menu.side-menu-open {
/* 5456 */     -webkit-transform: translateX(0);
/* 5457 */     -moz-transform: translateX(0);
/* 5458 */     -ms-transform: translateX(0);
/* 5459 */     -o-transform: translateX(0);
/* 5460 */     transform: translateX(0);
/* 5461 */     /* smooth the scrolling on touch devices - webkit browsers */
/* 5462 */     -webkit-overflow-scrolling: touch;
/* 5463 */     -webkit-transition-property: -webkit-transform;
/* 5464 */     -moz-transition-property: -moz-transform;
/* 5465 */     transition-property: transform;
/* 5466 */     -webkit-transition-duration: 0.4s;
/* 5467 */     -moz-transition-duration: 0.4s;
/* 5468 */     transition-duration: 0.4s;
/* 5469 */ }
/* 5470 */ .side-menu ul {
/* 5471 */     margin: 10px 0 16px;
/* 5472 */     padding: 0;
/* 5473 */ }
/* 5474 */ .side-menu li {
/* 5475 */     list-style: none;
/* 5476 */ }
/* 5477 */ .side-menu ul>li ul {
/* 5478 */     padding: 0 10px 20px 15px;
/* 5479 */     display: none;
/* 5480 */ }
/* 5481 */ .side-menu ul>li a, .side-menu ul>li.active>ul a {
/* 5482 */     display: block;
/* 5483 */     font-size: 18px;
/* 5484 */     line-height: 24px;
/* 5485 */     padding: 24px;
/* 5486 */     color: #c9c9c9;
/* 5487 */     background: none;
/* 5488 */ }
/* 5489 */ .side-menu ul>li a:hover, .side-menu ul>li.active>ul a:hover {
/* 5490 */     color: #49c0f4;
/* 5491 */ }
/* 5492 */ .side-menu ul>li.active a {
/* 5493 */     background-color: #49c0f4;
/* 5494 */     color: #fff;
/* 5495 */ }
/* 5496 */ .side-menu ul>li a i {
/* 5497 */     -webkit-transition: .25s;
/* 5498 */     -moz-transition: .25s;
/* 5499 */     -o-transition: .25s;
/* 5500 */     -ms-transition: .25s;

/* style.css */

/* 5501 */     transition: .25s;
/* 5502 */     display: block;
/* 5503 */     font-size: 30px;
/* 5504 */     height: 30px;
/* 5505 */     width: 30px;
/* 5506 */     line-height: 30px;
/* 5507 */     text-align: center;
/* 5508 */     float: right;
/* 5509 */ }
/* 5510 */ .side-menu ul>li a.submenu-open i {
/* 5511 */     -webkit-transform: rotate(90deg);
/* 5512 */     -moz-transform: rotate(90deg);
/* 5513 */     -ms-transform: rotate(90deg);
/* 5514 */     -o-transform: rotate(90deg);
/* 5515 */     transform: rotate(90deg);
/* 5516 */ }
/* 5517 */ .side-menu .button {
/* 5518 */     margin: 0 18px;
/* 5519 */     display: block;
/* 5520 */     text-align: center;
/* 5521 */ }
/* 5522 */ .cj-search-mobile-holder {
/* 5523 */     display: none;
/* 5524 */     z-index: 100;
/* 5525 */     width: 100%;
/* 5526 */     position: fixed;
/* 5527 */     top:0;
/* 5528 */     left:0;
/* 5529 */     -webkit-box-sizing: border-box;
/* 5530 */     -moz-box-sizing: border-box;
/* 5531 */     box-sizing: border-box;
/* 5532 */     background: #56ad9b;
/* 5533 */ }
/* 5534 */ .logo_1 {
/* 5535 */     margin-top: 14px;
/* 5536 */ }
/* 5537 */ .logo-search-container {
/* 5538 */     width: 50%;
/* 5539 */     float: left;
/* 5540 */ }
/* 5541 */ @media (min-width: 1200px) {
/* 5542 */     .verbose-search-toggle {
/* 5543 */         display: none !important;
/* 5544 */     }
/* 5545 */ }
/* 5546 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5547 */     /*.side-menu-open-btn {*/
/* 5548 */         /*right: 51px;*/
/* 5549 */     /*}*/
/* 5550 */ }

/* style.css */

/* 5551 */ @media (max-width: 767px) {
/* 5552 */     .side-menu-open-btn {
/* 5553 */         display: block;
/* 5554 */     }
/* 5555 */     .sf-menu {
/* 5556 */         display: none;
/* 5557 */     }
/* 5558 */ }
/* 5559 */ /*  ----------------------------------------------------------------------------
/* 5560 *|     CJ native pinit like share button
/* 5561 *| */
/* 5562 */ .cj-native-like-share-holder {
/* 5563 */     margin: 17px 0 12px;
/* 5564 */     line-height: 0;
/* 5565 */ }
/* 5566 */ .cj-native-like-share-holder .pinit-bookmark {
/* 5567 */     display: block;
/* 5568 */     float: left;
/* 5569 */     padding-right: 7px;
/* 5570 */     margin-right: 7px;
/* 5571 */     border-right: 1px solid #dcdcdc;
/* 5572 */ }
/* 5573 */ .cj-native-like-share-holder .fb-like span {
/* 5574 */     width: auto !important;
/* 5575 */ }
/* 5576 */ /*  ----------------------------------------------------------------------------
/* 5577 *|     New Design based on Wildebeest Designs
/* 5578 *| */
/* 5579 */ .learn-more-tags-section {
/* 5580 */     background-color: #f1f1f2;
/* 5581 */     overflow: hidden;
/* 5582 */     text-align: left;
/* 5583 */     font: normal 14px/16px 'Roboto Condensed';
/* 5584 */ }
/* 5585 */ .learn-more-tags-section div {
/* 5586 */     margin-bottom: 10px;
/* 5587 */     font-size: 16px;
/* 5588 */     font-weight: bold;
/* 5589 */     line-height: 20px;
/* 5590 */     text-indent: 4px;
/* 5591 */ }
/* 5592 */ .learn-more-tags-section a {
/* 5593 */     display: block;
/* 5594 */     float:left;
/* 5595 */     padding: 6px 12px;
/* 5596 */     background-color: #56AD9B;
/* 5597 */     color:#fff;
/* 5598 */     text-transform: lowercase;
/* 5599 */     white-space: nowrap;
/* 5600 */     margin: 0 6px 6px 0;

/* style.css */

/* 5601 */     -webkit-border-radius: 10px;
/* 5602 */     -moz-border-radius: 10px;
/* 5603 */     border-radius: 10px;
/* 5604 */ }
/* 5605 */ .learn-more-tags-section a:hover {
/* 5606 */     background-color: #62bdab;
/* 5607 */     text-decoration: none !important;
/* 5608 */     color: #fff;
/* 5609 */ }
/* 5610 */ 
/* 5611 */ .essb-mobile-sharebottom {
/* 5612 */     -webkit-transition: opacity 0.2s;
/* 5613 */     -moz-transition: opacity 0.2s;
/* 5614 */     transition: opacity 0.2s;
/* 5615 */     opacity: 0;
/* 5616 */     z-index: 9000!important;
/* 5617 */ }
/* 5618 */ /* SPONSORED CONTENT */
/* 5619 */ 
/* 5620 */ .OUTBRAIN {
/* 5621 */     padding: 0 12px 50px 12px;
/* 5622 */ }
/* 5623 */ 
/* 5624 */ .OUTBRAIN[data-widget-id=MB_2] {
/* 5625 */     padding-left: 0;
/* 5626 */     padding-right: 0;
/* 5627 */ }
/* 5628 */ 
/* 5629 */ .MB_2.ob-widget.ob-strip-layout .ob-dynamic-rec-link {
/* 5630 */     text-decoration: none !important;
/* 5631 */ }
/* 5632 */ .MB_2.ob-widget.ob-strip-layout .ob-unit.ob-rec-text {
/* 5633 */     height: 100%;
/* 5634 */     width: 100%;
/* 5635 */     font: normal 18px/24px 'Roboto Condensed';
/* 5636 */     max-height: none;
/* 5637 */     background: rgba(0,0,0,0.45);
/* 5638 */     -webkit-box-sizing: border-box;
/* 5639 */     -moz-box-sizing: border-box;
/* 5640 */     box-sizing: border-box;
/* 5641 */ }
/* 5642 */ 
/* 5643 */ #rcjsload_9d08e9,
/* 5644 */ #rev-flicker {
/* 5645 */     margin-bottom: 48px;
/* 5646 */ }
/* 5647 */ 
/* 5648 */ #rev-flicker .rev-sponsored.bottom-right {
/* 5649 */     margin: 16px 12px 32px 0;
/* 5650 */ }

/* style.css */

/* 5651 */ 
/* 5652 */ #rev-flicker h2.rev-header,
/* 5653 */ #rcjsload_9d08e9 h3,
/* 5654 */ .MB_1 .ob-widget-header,
/* 5655 */ .MB_2 .ob-widget-header,
/* 5656 */ .AR_1 .ob-widget-header {
/* 5657 */     font: normal 24px/30px 'Roboto Condensed' !important;
/* 5658 */     text-transform: uppercase;
/* 5659 */     margin-bottom: 18px;
/* 5660 */     text-align: center;
/* 5661 */     width: 100%;
/* 5662 */     -webkit-box-sizing: border-box;
/* 5663 */     -moz-box-sizing: border-box;
/* 5664 */     box-sizing: border-box;
/* 5665 */ }
/* 5666 */ 
/* 5667 */ .outbrain-sidebar-widget .MB_2.ob-strip-layout {
/* 5668 */     margin-bottom: 48px;
/* 5669 */ }
/* 5670 */ .outbrain-sidebar-widget .MB_2.ob-strip-layout .ob-widget-items-container{
/* 5671 */     direction: ltr;
/* 5672 */     margin: 0 0 24px 0;
/* 5673 */     padding: 0;
/* 5674 */ }
/* 5675 */ .outbrain-sidebar-widget .MB_2.ob-strip-layout .ob-dynamic-rec-container{
/* 5676 */     position: relative;
/* 5677 */     max-width: 400px;
/* 5678 */     display: inline-block;
/* 5679 */     vertical-align: top;
/* 5680 */     min-width: 50px;
/* 5681 */     width: 100.0%;
/* 5682 */     box-sizing: border-box;
/* 5683 */     margin: 0;
/* 5684 */ }
/* 5685 */ .outbrain-sidebar-widget .MB_2.ob-strip-layout .ob-unit {
/* 5686 */     display:block;
/* 5687 */ }
/* 5688 */ 
/* 5689 */ .outbrain-sidebar-widget .MB_2.ob-widget.ob-strip-layout .ob-unit.ob-rec-text {
/* 5690 */     padding: 8px 8px 8px 0;
/* 5691 */     color: #000;
/* 5692 */     text-align: left;
/* 5693 */     background: transparent;
/* 5694 */ }
/* 5695 */ aside.widget.outbrain-sidebar-widget-holder ul li {
/* 5696 */     border: none;
/* 5697 */ }
/* 5698 */ aside.widget.outbrain-sidebar-widget-holder ul li > a {
/* 5699 */     padding:0;
/* 5700 */ }

/* style.css */

/* 5701 */ 
/* 5702 */ .MB_1.ob-widget li.ob-dynamic-rec-container {
/* 5703 */     width: 48%;
/* 5704 */ }
/* 5705 */ 
/* 5706 */ .MB_1.ob-widget li.ob-dynamic-rec-container ~ li.ob-dynamic-rec-container {
/* 5707 */     margin: 0 0 0 4%;
/* 5708 */ }
/* 5709 */ 
/* 5710 */ #rcjsload_9d08e9 h3 {
/* 5711 */     padding-left: 12px;
/* 5712 */ }
/* 5713 */ 
/* 5714 */ #livefyre-wrapper{
/* 5715 */     cursor:pointer;
/* 5716 */     width:100%;
/* 5717 */     text-align:center;
/* 5718 */     padding: 20px 0;
/* 5719 */     margin-bottom: 15px;
/* 5720 */     background-color: #56ad9b;
/* 5721 */     color:#fff;
/* 5722 */     font: bold 16px/20px 'Roboto';
/* 5723 */ }
/* 5724 */ 
/* 5725 */ #livefyre-comments{
/* 5726 */     display:none;
/* 5727 */ }
/* 5728 */ 
/* 5729 */ #livefyre-comments .fyre {
/* 5730 */     padding: 0 14px;
/* 5731 */     -webkit-box-sizing: border-box;
/* 5732 */     -moz-box-sizing: border-box;
/* 5733 */     box-sizing: border-box;
/* 5734 */ }
/* 5735 */ 
/* 5736 */ #livefyre-comments .fyre .fyre-editor.fyre-editor-small .fyre-share-button {
/* 5737 */     width: auto;
/* 5738 */ }
/* 5739 */ 
/* 5740 */ .comments-toggle-icon{
/* 5741 */     float: right;
/* 5742 */     margin-top: 4px;
/* 5743 */ }
/* 5744 */ 
/* 5745 */ .post-header-mobile{
/* 5746 */     display: none;
/* 5747 */ }
/* 5748 */ 
/* 5749 */ .post-header-pc{
/* 5750 */     text-align: left;

/* style.css */

/* 5751 */ }
/* 5752 */ .post-header-pc header{
/* 5753 */     margin: 0;
/* 5754 */ }
/* 5755 */ .post-header-pc header h1 + .post-meta-inline {
/* 5756 */     font: normal 12px/14px 'Roboto Condensed';
/* 5757 */     color: #6f6f6f;
/* 5758 */     margin: 10px 0 30px 0;
/* 5759 */     overflow: hidden;
/* 5760 */ }
/* 5761 */ .post-header-pc header h1 + .post-meta-inline .fa {
/* 5762 */     font-size: 5px;
/* 5763 */     vertical-align: middle;
/* 5764 */     margin-right: 2px;
/* 5765 */     color:#555;
/* 5766 */ }
/* 5767 */ .post-header-pc header h1 + .post-meta-inline .modified-date,
/* 5768 */ .post-header-pc header h1 + .post-meta-inline .time-to-read {
/* 5769 */     float: left;
/* 5770 */     margin-left: 2px;
/* 5771 */ }
/* 5772 */ .post-header-pc header h1 + .post-meta-inline .time-to-read {
/* 5773 */     margin-left: 15px;
/* 5774 */ }
/* 5775 */ .category-holder{
/* 5776 */     margin: 10px 0px 20px;
/* 5777 */ }
/* 5778 */ .category-holder .category-name{
/* 5779 */     color: #56AD9B;
/* 5780 */     border: 1px solid #56AD9B;
/* 5781 */     padding: 6px;
/* 5782 */     margin-right: 5px;
/* 5783 */ }
/* 5784 */ 
/* 5785 */ article.post .content-container .adsbygoogle {
/* 5786 */     display:block !important;
/* 5787 */     margin: 20px auto !important;
/* 5788 */ }
/* 5789 */ 
/* 5790 */ article.post.desktopView .content-container {
/* 5791 */     padding-top: 32px;
/* 5792 */ }
/* 5793 */ 
/* 5794 */ article.post .content-container ol li,
/* 5795 */ article.post .content-container,
/* 5796 */ .cj-block-holder .cj-block-excerpt{
/* 5797 */     font-family: 'Droid Sans';
/* 5798 */     font-size: 18px;
/* 5799 */     line-height: 30px;
/* 5800 */     text-align: left;

/* style.css */

/* 5801 */ }
/* 5802 */ .learn-more-tags-section,
/* 5803 */ article.post .content-container p,
/* 5804 */ article.post .content-container ul,
/* 5805 */ article.post .content-container ol,
/* 5806 */ article.post .content-container h2,
/* 5807 */ article.post .content-container h3,
/* 5808 */ article.post .content-container h4,
/* 5809 */ article.post .om-optin-holder,
/* 5810 */ article.post .content-container div[id^="div-gpt-ad-"],
/* 5811 */ article.post .content-container div.mobileAds,
/* 5812 */ article.post .content-container .author-box-holder-mobile-v2 .pull-left,
/* 5813 */ article.post .content-container .author-box-holder-mobile-v2 .pull-right,
/* 5814 */ article.post .content-container #fb-video-holder{
/* 5815 */     padding: 0 12px;
/* 5816 */     margin-bottom: 32px;
/* 5817 */ }
/* 5818 */ .learn-more-tags-section {
/* 5819 */     padding: 18px 12px;
/* 5820 */ }
/* 5821 */ 
/* 5822 */ article.post .content-container ul {
/* 5823 */     padding-left: 0;
/* 5824 */ }
/* 5825 */ article.post .content-container div.mobileAds {
/* 5826 */     padding: 0 0 5px 0;
/* 5827 */ }
/* 5828 */ article.post .om-optin-holder,
/* 5829 */ article.post .content-container div[id^="div-gpt-ad-"],
/* 5830 */ article.post .content-container .no-padding {
/* 5831 */     padding: 0;
/* 5832 */ }
/* 5833 */ 
/* 5834 */ article.post .content-container .simplePullQuote p {
/* 5835 */     margin-bottom: 0;
/* 5836 */ }
/* 5837 */ 
/* 5838 */ article.post .content-container .simplePullQuote {
/* 5839 */     width: 50%;
/* 5840 */     text-align: center;
/* 5841 */     text-indent: 0;
/* 5842 */     background-color: #f1f1f2;
/* 5843 */     background-image: none;
/* 5844 */     margin: 0 0 32px 10px;
/* 5845 */     border: none;
/* 5846 */     padding: 20px 2px;
/* 5847 */ }
/* 5848 */ 
/* 5849 */ /* SEO Containers */
/* 5850 */ 

/* style.css */

/* 5851 */ article.post .content-container .post-highlights-block,
/* 5852 */ article.post .content-container .post-expert-view-block{
/* 5853 */     width: 45%;
/* 5854 */     text-align: center;
/* 5855 */     text-indent: 0;
/* 5856 */     background-color: #f1f1f2;
/* 5857 */     background-image: none;
/* 5858 */     margin: 0px 0 10px 10px;
/* 5859 */     border: none;
/* 5860 */     padding: 0px 2px 10px;
/* 5861 */     float: right;
/* 5862 */     padding-top: 20px;
/* 5863 */ }
/* 5864 */ 
/* 5865 */ article.post .content-container .post-highlights-block p {
/* 5866 */     margin-bottom: 15px;
/* 5867 */ }
/* 5868 */ article.post .content-container .post-highlights-block ul{
/* 5869 */     margin-left: 22px;
/* 5870 */     text-align: left;
/* 5871 */     margin-bottom: 0px;
/* 5872 */ }
/* 5873 */ 
/* 5874 */ article.post .content-container .post-highlights-block ol{
/* 5875 */     margin-left: 10px;
/* 5876 */     text-align: left;
/* 5877 */     margin-bottom: 0px;
/* 5878 */ }
/* 5879 */ 
/* 5880 */ article.post .content-container .post-highlights-block h4{
/* 5881 */     padding-left: 5px;
/* 5882 */     margin: 0px;
/* 5883 */     margin-bottom: 12px;
/* 5884 */ }
/* 5885 */ 
/* 5886 */ article.post .content-container .post-expert-view-block{
/* 5887 */     padding: 0px;
/* 5888 */ }
/* 5889 */ article.post .content-container .post-expert-view-block h4{
/* 5890 */     padding: 14px 0px;
/* 5891 */     margin: 0;
/* 5892 */     text-align: center;
/* 5893 */     font-weight: 300;
/* 5894 */     font: normal 14px/18px 'Roboto Condensed';
/* 5895 */     background-color: #54C7D4;
/* 5896 */     color: #fff;
/* 5897 */ }
/* 5898 */ article.post .content-container .post-expert-view-block ol,
/* 5899 */ article.post .content-container .post-expert-view-block ul{
/* 5900 */     margin: 0px;

/* style.css */

/* 5901 */     padding: 0px;
/* 5902 */ }
/* 5903 */ article.post .content-container .post-expert-view-block ol li,
/* 5904 */ article.post .content-container .post-expert-view-block ul li{
/* 5905 */     list-style: none;
/* 5906 */     line-height: 20px!important;
/* 5907 */     padding: 13px 12px;
/* 5908 */     font-size: 14px!important;
/* 5909 */     border-bottom: 1px dashed #ababab;
/* 5910 */     background-color: #ECECEC;
/* 5911 */ }
/* 5912 */ article.post .content-container .post-expert-view-block li a {
/* 5913 */     color: #000;
/* 5914 */     text-decoration: none !important;
/* 5915 */ }
/* 5916 */ 
/* 5917 */ article.post .content-container .post-summary-block{
/* 5918 */     text-align: justify;
/* 5919 */     background-color: #f1f1f2;
/* 5920 */     font-size: 16px;
/* 5921 */     font-weight: normal;
/* 5922 */     font-style: normal;
/* 5923 */     line-height: 28px;
/* 5924 */     padding: 20px;
/* 5925 */     /* display: none; */
/* 5926 */ }
/* 5927 */ 
/* 5928 */ 
/* 5929 */ /* CONTINUE READING BUTTON */
/* 5930 */ .article-holder {
/* 5931 */     overflow:hidden;
/* 5932 */     position:relative;
/* 5933 */     max-height: 1000000px;
/* 5934 */     -webkit-transition: max-height 1s;
/* 5935 */     -moz-transition: max-height 1s;
/* 5936 */     transition: max-height 1s;
/* 5937 */     margin-bottom: 30px;
/* 5938 */ }
/* 5939 */ div.continue-reading-button-holder {
/* 5940 */     display: none;
/* 5941 */     position: absolute;
/* 5942 */     bottom: 0;
/* 5943 */     width:100%;
/* 5944 */     height: 300px;
/* 5945 */     z-index: 2;
/* 5946 */     background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%); /* FF3.6-15 */
/* 5947 */     background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* Chrome10-25,Safari5.1-6 */
/* 5948 */     background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* 5949 */     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
/* 5950 */ }

/* style.css */

/* 5951 */ .length-reduced div.continue-reading-button-holder {
/* 5952 */     display: block;
/* 5953 */ }
/* 5954 */ .continue-reading-button {
/* 5955 */     text-align: center;
/* 5956 */     padding: 15px 0;
/* 5957 */     width: 84%;
/* 5958 */     margin: 250px auto 0 auto;
/* 5959 */     border-radius: 8px;
/* 5960 */     background-color: #56ad9b;
/* 5961 */     color:#fff;
/* 5962 */     font: normal 16px/18px 'Roboto Condensed';
/* 5963 */ }
/* 5964 */ 
/* 5965 */ 
/* 5966 */ /* HEADERS */
/* 5967 */ article.post .content-container h2,
/* 5968 */ article.post .content-container h3 {
/* 5969 */     font-size: 24px;
/* 5970 */     letter-spacing: 0.5px;
/* 5971 */     font-family: 'Roboto Condensed';
/* 5972 */     line-height: 32px;
/* 5973 */     color: #000;
/* 5974 */ }
/* 5975 */ article.post .content-container h2 {
/* 5976 */     font-size: 28px;
/* 5977 */     line-height: 36px;
/* 5978 */ }
/* 5979 */ article.post .content-container h4 {
/* 5980 */     font-size: 22px;
/* 5981 */     font-family: 'Roboto Condensed';
/* 5982 */     line-height: 30px;
/* 5983 */     letter-spacing: 0.5px;
/* 5984 */     color: #000;
/* 5985 */ }
/* 5986 */ 
/* 5987 */ .author-box-holder-desktop-v2,
/* 5988 */ .author-box-holder-mobile{
/* 5989 */     text-align: left;
/* 5990 */     font-size: 16px;
/* 5991 */     padding: 15px 0;
/* 5992 */     margin: 0 0 32px 0;
/* 5993 */     color: #555;
/* 5994 */     position:relative;
/* 5995 */     background-color: #f1f1f2;
/* 5996 */ }
/* 5997 */ .author-box-holder-mobile{
/* 5998 */     display:none;
/* 5999 */ }
/* 6000 */ .post-meta-box-desktop,

/* style.css */

/* 6001 */ .author-box-holder-mobile-v2{
/* 6002 */     display:none;
/* 6003 */     font-size: 16px;
/* 6004 */     padding: 12px 0 15px;
/* 6005 */     margin: 0 0 32px 0;
/* 6006 */     color: #555;
/* 6007 */     position:relative;
/* 6008 */     /*background-color: #f1f1f2;*/
/* 6009 */ }
/* 6010 */ .post-meta-box-desktop {
/* 6011 */     display: block;
/* 6012 */     font: normal 12px/16px 'Roboto';
/* 6013 */ }
/* 6014 */ .post-meta-box-desktop img {
/* 6015 */     float: left;
/* 6016 */     border-radius: 50%;
/* 6017 */     margin: 0 8px 0 0;
/* 6018 */ }
/* 6019 */ .post-meta-box-desktop .pull-left,
/* 6020 */ .post-meta-box-desktop .pull-right,
/* 6021 */ .author-box-holder-mobile-v2 .pull-left,
/* 6022 */ .author-box-holder-mobile-v2 .pull-right {
/* 6023 */     display: inline-block;
/* 6024 */     margin-bottom: 0px!important;
/* 6025 */ }
/* 6026 */ .author-box-holder-mobile-v2{
/* 6027 */     font: normal 13px/18px 'Roboto Condensed';
/* 6028 */ }
/* 6029 */ 
/* 6030 */ .author-box-holder-desktop-v2 .meta-holder,
/* 6031 */ .author-box-holder-mobile .meta-holder {
/* 6032 */     display: inline-block;
/* 6033 */     margin-top: 4px;
/* 6034 */     line-height: 24px;
/* 6035 */ }
/* 6036 */ .author-box-holder-desktop-v2 .meta-holder .designation,
/* 6037 */ .author-box-holder-mobile .meta-holder .designation{
/* 6038 */     font-size:14px;
/* 6039 */     text-transform: uppercase;
/* 6040 */ }
/* 6041 */ .author-box-holder-desktop-v2 .meta-holder .designation {
/* 6042 */     font-size: 11px;
/* 6043 */ }
/* 6044 */ .author-box-holder-desktop-v2 .meta-holder .modified-date,
/* 6045 */ .author-box-holder-mobile .meta-holder .modified-date{
/* 6046 */     font: normal 13px/14px 'Roboto Condensed';
/* 6047 */ }
/* 6048 */ article.post .content-container .author-box-holder-desktop-v2 p,
/* 6049 */ article.post .content-container .author-box-holder-mobile p {
/* 6050 */     margin: 12px 0 4px 0;

/* style.css */

/* 6051 */     font: normal 16px/26px 'Droid Sans';
/* 6052 */ }
/* 6053 */ article.post .content-container .author-box-holder-desktop-v2 .extended-info,
/* 6054 */ article.post .content-container .author-box-holder-mobile .extended-info {
/* 6055 */     display: none;
/* 6056 */ }
/* 6057 */ .author-box-holder-desktop-v2 .expander-arrow,
/* 6058 */ .author-box-holder-mobile .expander-arrow{
/* 6059 */     cursor: pointer;
/* 6060 */     position:absolute;
/* 6061 */     right:10px;
/* 6062 */     top: 26px;
/* 6063 */ }
/* 6064 */ .author-box-holder-mobile .expander-arrow i{
/* 6065 */     font-size: 30px;
/* 6066 */     color:#ababab;
/* 6067 */ }
/* 6068 */ .author-box-holder-desktop-v2 img,
/* 6069 */ .author-box-holder-mobile img,
/* 6070 */ .cj-block-avatar-desktop img{
/* 6071 */     vertical-align: top;
/* 6072 */     border-radius: 50%;
/* 6073 */     width: 55px;
/* 6074 */     margin: 0 10px;
/* 6075 */ }
/* 6076 */ .author-box-holder-desktop {
/* 6077 */     background-color: #f1f1f2;
/* 6078 */     overflow:hidden;
/* 6079 */     margin-bottom: 30px;
/* 6080 */ }
/* 6081 */ .author-box-holder-desktop a {
/* 6082 */     text-align: center;
/* 6083 */     font-size: 18px;
/* 6084 */     display: block;
/* 6085 */ }
/* 6086 */ .author-box-holder-desktop .designation {
/* 6087 */     text-align: center;
/* 6088 */     text-transform: uppercase;
/* 6089 */     font: bold 12px/24px 'Roboto Condensed';
/* 6090 */     color:#666;
/* 6091 */ }
/* 6092 */ .author-box-holder-desktop a.author-read-more {
/* 6093 */     text-align: center;
/* 6094 */     display:block;
/* 6095 */     margin-bottom: 15px;
/* 6096 */     font-size: 26px;
/* 6097 */ }
/* 6098 */ .author-box-holder-desktop a:hover {
/* 6099 */     text-decoration: none;
/* 6100 */ }

/* style.css */

/* 6101 */ .author-box-holder-desktop .touchpoint-holder {
/* 6102 */     text-align: center;
/* 6103 */     margin-bottom: 15px;
/* 6104 */ }
/* 6105 */ .author-box-holder-desktop-v2 .touchpoint-holder,
/* 6106 */ .author-box-holder-mobile .touchpoint-holder {
/* 6107 */     text-align:center;
/* 6108 */     margin-top: 16px;
/* 6109 */ }
/* 6110 */ .author-box-holder-mobile .touchpoint-holder a,
/* 6111 */ .author-box-holder-desktop-v2 .touchpoint-holder a,
/* 6112 */ .author-box-holder-desktop .touchpoint-holder a {
/* 6113 */     color: #555;
/* 6114 */     transition: color 0.2s;
/* 6115 */     margin: 0 8px;
/* 6116 */     font-size: 30px;
/* 6117 */     display: inline;
/* 6118 */ }
/* 6119 */ .author-box-holder-desktop-v2 .touchpoint-holder a,
/* 6120 */ .author-box-holder-mobile .touchpoint-holder a {
/* 6121 */     margin: 0 12px;
/* 6122 */ }
/* 6123 */ .author-box-holder-mobile .touchpoint-holder a,
/* 6124 */ .author-box-holder-desktop-v2 .touchpoint-holder a,
/* 6125 */ .author-box-holder-desktop .touchpoint-holder a:hover {
/* 6126 */     color:#56AD9B;
/* 6127 */ }
/* 6128 */ .author-box-holder-desktop img{
/* 6129 */     display:block;
/* 6130 */     border-radius: 50%;
/* 6131 */     width: 100px;
/* 6132 */     margin: 15px auto;
/* 6133 */ }
/* 6134 */ article.post #responsiveSidebar .author-box-holder-desktop p {
/* 6135 */     display: block;
/* 6136 */     text-align:left;
/* 6137 */     margin: 15px 0;
/* 6138 */     padding: 0 12px;
/* 6139 */     -webkit-transition: max-height 0.2s;
/* 6140 */     -moz-transition: max-height 0.2s;
/* 6141 */     transition: max-height 0.2s;
/* 6142 */     overflow:hidden;
/* 6143 */ }
/* 6144 */ 
/* 6145 */ .mobile-cover-tint {
/* 6146 */     position: absolute;
/* 6147 */     left: 0;
/* 6148 */     top: 0;
/* 6149 */     width: 100%;
/* 6150 */     height: 100%;

/* style.css */

/* 6151 */     background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.4) 100%);
/* 6152 */     background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.4) 100%);
/* 6153 */     background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 100%);
/* 6154 */     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
/* 6155 */ }
/* 6156 */ 
/* 6157 */ .post .post-header-pc header h1{
/* 6158 */     margin: 30px 0px 0px;
/* 6159 */ }
/* 6160 */ .cj-block-holder .post-header-pc header h1{
/* 6161 */     margin: 30px 0;
/* 6162 */ }
/* 6163 */ .cj-block-holder .post-header-pc header h1{
/* 6164 */     padding-top: 5px;
/* 6165 */ }
/* 6166 */ .cj-block-holder .post-header-pc header{
/* 6167 */     margin-left: 10px;
/* 6168 */ }
/* 6169 */ .post .post-header-pc header h1 a, .cj-block-holder .post-header-pc header h1 a{
/* 6170 */     color: #0c0c0c;
/* 6171 */     font: normal 32px/42px 'Oswald';
/* 6172 */ }
/* 6173 */ 
/* 6174 */ .entry-crumbs-v2{
/* 6175 */     display: none;
/* 6176 */ }
/* 6177 */ 
/* 6178 */ .nobgscroll{
/* 6179 */     overflow: hidden;
/* 6180 */ }
/* 6181 */ 
/* 6182 */ @media all and (max-width: 480px) {
/* 6183 */     .entry-crumbs-v2{
/* 6184 */         display: block;
/* 6185 */         top: 0;
/* 6186 */         font-size: 12px;
/* 6187 */         color: #fff !important;
/* 6188 */         z-index: 2;
/* 6189 */         background-color: rgba(0,0,0,0.5);
/* 6190 */         width: 100%;
/* 6191 */         padding: 5px 12px;
/* 6192 */     }
/* 6193 */     .entry-crumbs-v2 a{
/* 6194 */         color: #ffffff;
/* 6195 */         text-transform: uppercase;
/* 6196 */         vertical-align: middle;
/* 6197 */     }
/* 6198 */     .entry-crumbs-v2 a:hover{
/* 6199 */         text-decoration: none!important;
/* 6200 */     }

/* style.css */

/* 6201 */     .block-wrapper-for-search{
/* 6202 */         padding: 0px 15px;
/* 6203 */     }
/* 6204 */ }
/* 6205 */ 
/* 6206 */ @media all and (max-width: 767px) {
/* 6207 */     .container-fluid{
/* 6208 */         padding: 0px;
/* 6209 */     }
/* 6210 */     .post-featured-image-container-desktop,
/* 6211 */     .post-header-pc {
/* 6212 */         display: none;
/* 6213 */     }
/* 6214 */     .post-header-mobile{
/* 6215 */         display: block;
/* 6216 */     }
/* 6217 */     .header-category-mobile-wrap{
/* 6218 */         padding-left: 10px;
/* 6219 */     }
/* 6220 */     .post header{
/* 6221 */         margin-bottom: 15px;
/* 6222 */     }
/* 6223 */     .post-featured-image-holder-mobile{
/* 6224 */         position: relative;
/* 6225 */     }
/* 6226 */     .post-image-wrap-mobile{
/* 6227 */         position: relative;
/* 6228 */         width: 100%;
/* 6229 */         overflow: hidden;
/* 6230 */     }
/* 6231 */     .post-image-wrap-mobile:before {
/* 6232 */         content:"";
/* 6233 */         display:block;
/* 6234 */         padding-top: 120%;
/* 6235 */     }
/* 6236 */     .post-image-wrap-mobile > img {
/* 6237 */         position: absolute;
/* 6238 */         top:0;
/* 6239 */         left:0;
/* 6240 */     }
/* 6241 */     #gframe{
/* 6242 */         position: absolute;
/* 6243 */         left: 0;
/* 6244 */         top: 0;
/* 6245 */         width: 100%;
/* 6246 */         height: 100%;
/* 6247 */     }
/* 6248 */     .post-featured-image-holder-mobile .header-category-mobile-wrap{
/* 6249 */         position: absolute;
/* 6250 */         bottom: 0px;

/* style.css */

/* 6251 */     }
/* 6252 */     .author-box-holder-mobile, .author-box-holder-mobile-v2 {
/* 6253 */         display:block;
/* 6254 */     }
/* 6255 */     .author-box-holder-desktop-v2 {
/* 6256 */         display: none;
/* 6257 */     }
/* 6258 */     .author-box-holder{
/* 6259 */         text-align: center;
/* 6260 */         padding: 15px 10px 5px;
/* 6261 */         border-bottom: 1px solid #e2e2e2;
/* 6262 */         background-color: #F1F1F2;
/* 6263 */     }
/* 6264 */     .author-box-holder img{
/* 6265 */         border-radius: 50%;
/* 6266 */         padding-bottom: 10px;
/* 6267 */     }
/* 6268 */     .subscribe-in-post{
/* 6269 */         text-align: center;
/* 6270 */     }
/* 6271 */     .left-inner-addon input{
/* 6272 */         width: 50%;
/* 6273 */     }
/* 6274 */     article.post .content-container .simplePullQuote,
/* 6275 */     article.post .content-container .post-highlights-block,
/* 6276 */     article.post .content-container .post-expert-view-block{
/* 6277 */         width: auto;
/* 6278 */         text-align: left;
/* 6279 */         background-color: #f1f1f2;
/* 6280 */         background-position: 4% 12%;
/* 6281 */         margin: 0 0 10px 0;
/* 6282 */         border: none;
/* 6283 */         padding: 10px 12px 8px;
/* 6284 */     }
/* 6285 */     article.post .content-container .post-highlights-block{
/* 6286 */         margin: 0 0 32px 0;
/* 6287 */         float: none;
/* 6288 */     }
/* 6289 */     article.post .content-container .post-highlights-block + .post-summary-block{
/* 6290 */         margin-top: -32px;
/* 6291 */     }
/* 6292 */     article.post .content-container .post-expert-view-block{
/* 6293 */         margin: 0 0 32px 0;
/* 6294 */         padding: 0px;
/* 6295 */ 		float: none;
/* 6296 */     }
/* 6297 */     article.post .content-container .post-expert-view-block h4{
/* 6298 */         padding: 14px 0px;
/* 6299 */         margin: 0;
/* 6300 */         text-align: center;

/* style.css */

/* 6301 */         font-weight: 300;
/* 6302 */         font: normal 14px/18px 'Roboto Condensed';
/* 6303 */         background-color: #54C7D4;
/* 6304 */         color: #fff;
/* 6305 */     }
/* 6306 */     article.post .content-container .post-expert-view-block ol,
/* 6307 */     article.post .content-container .post-expert-view-block ul{
/* 6308 */         margin:0px;
/* 6309 */         padding:0px;
/* 6310 */     }
/* 6311 */     article.post .content-container .post-summary-block{
/* 6312 */         text-align: left;
/* 6313 */     }
/* 6314 */     .home.page .td_mod3 {
/* 6315 */         padding: 0 10px;
/* 6316 */     }
/* 6317 */     .td-grid-wrap {
/* 6318 */         padding-top: 30px;
/* 6319 */     }
/* 6320 */     .home.page .td-grid-wrap {
/* 6321 */         padding: 0;
/* 6322 */     }
/* 6323 */     .td_mod6 .entry-author-date, .td_mod6 h3.entry-title {
/* 6324 */         padding: 0 10px 2px 10px;
/* 6325 */     }
/* 6326 */ }
/* 6327 */ 
/* 6328 */ /* Category Title */
/* 6329 */ 
/* 6330 */ .cat-page-title{
/* 6331 */     text-align: center;
/* 6332 */ }
/* 6333 */ 
/* 6334 */ .cj-block-wrap{
/* 6335 */     width: 770px;
/* 6336 */     margin: 0px auto;
/* 6337 */ }
/* 6338 */ 
/* 6339 */ .cj-block-wrap .text_title_style2 h1{
/* 6340 */     font: 600 18px/22px 'Roboto Condensed';
/* 6341 */ }
/* 6342 */ .cj-block-wrap .text_title_style2 h1.listicles_title{
/* 6343 */     font: 600 22px/22px 'Roboto Condensed';
/* 6344 */ }
/* 6345 */ .cj-block-wrap .text_title_style2 p.listicles_excerpt{
/* 6346 */     font-size: 18px;
/* 6347 */ }
/* 6348 */ 
/* 6349 */ .cj-block-holder{
/* 6350 */     margin: 0px 0px 30px;

/* style.css */

/* 6351 */ }
/* 6352 */ 
/* 6353 */ .cj-block-excerpt p{
/* 6354 */     padding: 0 12px;
/* 6355 */     margin-bottom: 20px;
/* 6356 */ }
/* 6357 */ 
/* 6358 */ .cj-block-holder .social-row{
/* 6359 */     border-bottom: 1px dotted #d4d4d4;
/* 6360 */     border-top: none;
/* 6361 */     margin-top: 0px;
/* 6362 */     padding: 0px 10px 10px;
/* 6363 */     font-family: 'Roboto Condensed';
/* 6364 */ }
/* 6365 */ 
/* 6366 */ .cj-block-avatar-desktop{
/* 6367 */     position:relative;
/* 6368 */ }
/* 6369 */ 
/* 6370 */ .cj-block-wrap .page-nav .current{
/* 6371 */     background-color: #56AD9B;
/* 6372 */     border: 1px solid #56AD9B;
/* 6373 */ }
/* 6374 */ 
/* 6375 */ .cj-block-holder .post-featured-image-container-desktop{
/* 6376 */     width: 770px;
/* 6377 */     height: 361px;
/* 6378 */     margin: 0px auto;
/* 6379 */     overflow: hidden;
/* 6380 */ }
/* 6381 */ 
/* 6382 */ .cj-block-wrap .om-optin-holder{
/* 6383 */     margin-bottom: 30px;
/* 6384 */ }
/* 6385 */ .cj-block-wrap .adsbygoogle{
/* 6386 */     display: block !important;
/* 6387 */     margin: 0 auto 30px auto !important;
/* 6388 */ }
/* 6389 */ 
/* 6390 */ #global-ad-holder div[id^="div-gpt-ad-"] {
/* 6391 */   width: 100%;
/* 6392 */   text-align: center;
/* 6393 */ }
/* 6394 */ 
/* 6395 */ .post-content div[id^="div-gpt-ad-"] {
/* 6396 */   width: 728px;
/* 6397 */   text-align: center;
/* 6398 */   margin: 0px auto;
/* 6399 */ }
/* 6400 */ 

/* style.css */

/* 6401 */ #responsiveSidebar div[id^="div-gpt-ad-"] {
/* 6402 */   width: 300px;
/* 6403 */   text-align: center;
/* 6404 */   margin: 0px auto;
/* 6405 */ }
/* 6406 */ 
/* 6407 */ div[id^="div-gpt-ad-"] .adMsg {
/* 6408 */   margin-bottom: 10px;
/* 6409 */   border-bottom: 1px solid #979797  ;
/* 6410 */   color: #555;
/* 6411 */   letter-spacing: 1.5px;
/* 6412 */   text-transform: uppercase;
/* 6413 */   padding-bottom: 5px;
/* 6414 */   text-align: left!important;
/* 6415 */   display: none;
/* 6416 */ }
/* 6417 */ 
/* 6418 */ div[id^="div-gpt-ad-postsidebar"] {
/* 6419 */     text-align: center;
/* 6420 */     margin-bottom: 43px!important;
/* 6421 */ }
/* 6422 */ 
/* 6423 */ @media all and (max-width: 767px) {
/* 6424 */     .cj-block-wrap{
/* 6425 */         width: 100%;
/* 6426 */     }
/* 6427 */     .cj-block-holder .post-image-wrap-mobile:before{
/* 6428 */         padding-top: 70%!important;
/* 6429 */     }
/* 6430 */     .cj-block-avatar-desktop{
/* 6431 */         display: none;
/* 6432 */     }
/* 6433 */     .cj-block-excerpt{
/* 6434 */         margin-top: 20px;
/* 6435 */     }
/* 6436 */     .post-content div[id^="div-gpt-ad-"]{
/* 6437 */       width: 300px;
/* 6438 */     }
/* 6439 */ }
/* 6440 */ 
/* 6441 */ @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
/* 6442 */     .cj-block-wrap, .cj-block-holder .post-featured-image-container-desktop{
/* 6443 */         width: 100%;
/* 6444 */     }
/* 6445 */ }
/* 6446 */ 
/* 6447 */ /*LeaderboardAdHolder CSS*/
/* 6448 */ #global-ad-holder{
/* 6449 */     background: url("/content/wp-content/themes/CurejoyMagazinly/images/pattern_for_ad_transparent.jpg") 0 0/85px auto #f7f7f7;
/* 6450 */     position: relative;

/* style.css */

/* 6451 */ }
/* 6452 */ 
/* 6453 */ /* cj extended header for desktop & all screens */
/* 6454 */ nav.cj-wildebeest-menu-placeholder .cj-logo {
/* 6455 */     float: left;
/* 6456 */     margin: 14px 0 0 13px;
/* 6457 */ }
/* 6458 */ nav.cj-wildebeest-menu-placeholder ul.cj-header-menu {
/* 6459 */     list-style-type: none;
/* 6460 */     margin: 0;
/* 6461 */     padding: 0 10px 0 0;
/* 6462 */     height: 66px;
/* 6463 */     display: block;
/* 6464 */ }
/* 6465 */ nav.cj-wildebeest-menu-placeholder ul.cj-header-menu li {
/* 6466 */     min-width: 36px;
/* 6467 */     font-size: 24px;
/* 6468 */     color:#fff;
/* 6469 */     line-height: 66px;
/* 6470 */     display: block;
/* 6471 */     float: right;
/* 6472 */     margin-left: 30px;
/* 6473 */     text-align: center;
/* 6474 */ }
/* 6475 */ nav.cj-wildebeest-menu-placeholder ul.cj-header-menu li:last-of-type {
/* 6476 */     margin-left: 0 !important;
/* 6477 */ }
/* 6478 */ 
/* 6479 */ nav.cj-wildebeest-menu-placeholder ul.cj-header-menu li.search-desktop {
/* 6480 */     width: 30%;
/* 6481 */ }
/* 6482 */ .cj-search-mobile-holder input::-webkit-input-placeholder,
/* 6483 */ .cj-search-desktop-holder input::-webkit-input-placeholder {
/* 6484 */     color: #fff;
/* 6485 */ }
/* 6486 */ 
/* 6487 */ .cj-search-mobile-holder input:-moz-placeholder,
/* 6488 */ .cj-search-desktop-holder input:-moz-placeholder {
/* 6489 */     color: #fff;
/* 6490 */ }
/* 6491 */ 
/* 6492 */ .cj-search-mobile-holder input::-moz-placeholder,
/* 6493 */ .cj-search-desktop-holder input::-moz-placeholder {
/* 6494 */     color: #fff;
/* 6495 */ }
/* 6496 */ 
/* 6497 */ .cj-search-mobile-holder input:-ms-input-placeholder,
/* 6498 */ .cj-search-desktop-holder input:-ms-input-placeholder {
/* 6499 */     color: #fff;
/* 6500 */ }

/* style.css */

/* 6501 */ 
/* 6502 */ .cj-search-mobile-holder input[type="text"]:focus,
/* 6503 */ .cj-search-desktop-holder input[type="text"]:focus{
/* 6504 */     border: 1px solid #fff!important;
/* 6505 */ }
/* 6506 */ 
/* 6507 */ .cj-wildebeest-menu-placeholder{
/* 6508 */     position: relative;
/* 6509 */ }
/* 6510 */ 
/* 6511 */ .cj-wildebeest-menu-placeholder .cj-wildebeest-menu-wrap{
/* 6512 */     border-radius: 0;
/* 6513 */     background-color: #56ad9b;
/* 6514 */     height: 66px;
/* 6515 */     font: bold 12px/22px 'Open Sans','Roboto Condensed';
/* 6516 */     text-transform: uppercase;
/* 6517 */     position: relative;
/* 6518 */ }
/* 6519 */ 
/* 6520 */ .cj-wildebeest-menu-placeholder .cj-wildebeest-menu-content-holder{
/* 6521 */     width: 1170px;
/* 6522 */ }
/* 6523 */ .cj-search-desktop-holder{
/* 6524 */     position: relative;
/* 6525 */ }
/* 6526 */ 
/* 6527 */ .cj-search-desktop-form{
/* 6528 */     position: relative;
/* 6529 */     margin: 13px 0 0 0;
/* 6530 */     line-height: 0;
/* 6531 */ }
/* 6532 */ 
/* 6533 */ .cj-search-mobile-form {
/* 6534 */     position: relative;
/* 6535 */     line-height: 38px;
/* 6536 */ }
/* 6537 */ 
/* 6538 */ .cj-search-mobile-form input,
/* 6539 */ .cj-search-desktop-form input{
/* 6540 */     margin: 0;
/* 6541 */     color: #fff;
/* 6542 */     display: block;
/* 6543 */     border: 1px solid #fff;
/* 6544 */     border-radius: 20px;
/* 6545 */     -moz-box-sizing: border-box;
/* 6546 */     -webkit-box-sizing: border-box;
/* 6547 */     box-sizing: border-box;
/* 6548 */     height: 40px;
/* 6549 */     font: normal 14px/18px 'Roboto Condensed';
/* 6550 */     width: 100%;

/* style.css */

/* 6551 */     padding: 10px 29px 10px 20px;
/* 6552 */     position: absolute;
/* 6553 */     top: 0;
/* 6554 */     left: 0;
/* 6555 */     box-shadow: none;
/* 6556 */     background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
/* 6557 */ }
/* 6558 */ 
/* 6559 */ .cj-ico-search{
/* 6560 */     width: 25px;
/* 6561 */     height: 25px;
/* 6562 */     background-position: -20px -544px;
/* 6563 */     position: absolute;
/* 6564 */ }
/* 6565 */ 
/* 6566 */ .cj-search-desktop-form .cj-ico-search{
/* 6567 */     top: 7px;
/* 6568 */     right: 8px;
/* 6569 */ }
/* 6570 */ .cj-search-mobile-form .cj-ico-search{
/* 6571 */     top: 10px;
/* 6572 */     right: 8px;
/* 6573 */ }
/* 6574 */ 
/* 6575 */ .cj-extended-menu-btn{
/* 6576 */     width: 36px;
/* 6577 */     display: block;
/* 6578 */     line-height: 66px;
/* 6579 */     text-align: center;
/* 6580 */     color: #fff;
/* 6581 */     cursor: pointer;
/* 6582 */     -webkit-transition: color 0.2s;
/* 6583 */     -moz-transition: color 0.2s;
/* 6584 */     transition: color 0.2s;
/* 6585 */ }
/* 6586 */ 
/* 6587 */ .cj-extended-menu-btn:hover {
/* 6588 */     color: #254254 !important;
/* 6589 */ }
/* 6590 */ 
/* 6591 */ .cj-extended-menu-holder-desktop{
/* 6592 */     display: none;
/* 6593 */     border: none;
/* 6594 */     background-color: #ffffff;
/* 6595 */     position: absolute;
/* 6596 */     top: 100%;
/* 6597 */     z-index: 9999;
/* 6598 */     right: 0px;
/* 6599 */     border-top: none;
/* 6600 */     -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);

/* style.css */

/* 6601 */     -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.75);
/* 6602 */     box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.75);
/* 6603 */ }
/* 6604 */ 
/* 6605 */ .cj-extended-menu-btn-mobile-trigger, #cj-extended-menu-btn-tablet-trigger, .cj-extended-menu-holder-mobile{
/* 6606 */     display: none;
/* 6607 */ }
/* 6608 */ 
/* 6609 */ .bookmark-count-wrap{
/* 6610 */     position: relative;
/* 6611 */ }
/* 6612 */ 
/* 6613 */ .bookmark-count-wrap span{
/* 6614 */     font-weight: bold;
/* 6615 */ }
/* 6616 */ 
/* 6617 */ .bookmark-count-badge{
/* 6618 */     border-radius: 100%;
/* 6619 */     background-color: #E42323;
/* 6620 */     font: normal 9px/20px 'Roboto Condensed';
/* 6621 */     height: 20px;
/* 6622 */     width: 20px;
/* 6623 */     display: block;
/* 6624 */     text-align: center;
/* 6625 */     position: absolute;
/* 6626 */     top: 12px;
/* 6627 */     right: 0;
/* 6628 */     opacity:1;
/* 6629 */     color:#fff;
/* 6630 */     -webkit-transition: opacity 0.2s;
/* 6631 */     -moz-transition: opacity 0.2s;
/* 6632 */     -ms-transition: opacity 0.2s;
/* 6633 */     -o-transition: opacity 0.2s;
/* 6634 */     transition: opacity 0.2s;
/* 6635 */ }
/* 6636 */ 
/* 6637 */ .hideBookmarkCount{
/* 6638 */     opacity: 0;
/* 6639 */ }
/* 6640 */ 
/* 6641 */ .bookmark-btn-desktop{
/* 6642 */     font: 600 11px/12px 'Open Sans';
/* 6643 */     display: block;
/* 6644 */     float: right;
/* 6645 */     padding: 4px 8px;
/* 6646 */     color: #fff;
/* 6647 */     cursor: pointer;
/* 6648 */     margin-left: 10px;
/* 6649 */     border-radius: 3px;
/* 6650 */     background-color: #01A8EA;

/* style.css */

/* 6651 */ }
/* 6652 */ .bookmark-btn-desktop:hover {
/* 6653 */     background-color: #0191cc;
/* 6654 */ }
/* 6655 */ 
/* 6656 */ .bookmark-btn-desktop span.fa {
/* 6657 */     margin-right: 3px;
/* 6658 */     font-weight: bold;
/* 6659 */ }
/* 6660 */ 
/* 6661 */ .main-menu-item-holder{
/* 6662 */     float: right;
/* 6663 */     /*margin-left: 20px;*/
/* 6664 */     margin-bottom: 20px;
/* 6665 */     width: 180px;
/* 6666 */     height: 180px;
/* 6667 */ }
/* 6668 */ .main-menu-item-holder h4{
/* 6669 */     margin-top: 20px;
/* 6670 */     padding-left: 15px;
/* 6671 */     width: 160px;
/* 6672 */     overflow: hidden;
/* 6673 */     white-space: nowrap;
/* 6674 */     text-overflow: ellipsis;
/* 6675 */     margin-bottom: 20px;
/* 6676 */ }
/* 6677 */ 
/* 6678 */ .main-menu-item-holder h4 a{
/* 6679 */     color: #000000;
/* 6680 */ }
/* 6681 */ 
/* 6682 */ .main-menu-item-holder h4 a:hover{
/* 6683 */     color: #56ad9b;
/* 6684 */     text-decoration: none!important;
/* 6685 */ }
/* 6686 */ 
/* 6687 */ .main-menu-item-holder ul{
/* 6688 */     margin: 0px;
/* 6689 */     border-left: 1px solid #56ad9b;
/* 6690 */     min-height: 132px;
/* 6691 */     padding-left: 16px;
/* 6692 */ }
/* 6693 */ .main-menu-item-holder:last-child ul{
/* 6694 */     border-left: none;
/* 6695 */ }
/* 6696 */ 
/* 6697 */ .sub-menu li:first-of-type{
/* 6698 */     margin-top: -10px;
/* 6699 */ }
/* 6700 */ .sub-menu-holder{

/* style.css */

/* 6701 */     overflow: hidden;
/* 6702 */ }
/* 6703 */ 
/* 6704 */ .main-menu-item-holder ul li{
/* 6705 */     list-style: none;
/* 6706 */     padding-right: 14px;
/* 6707 */     width: 150px;
/* 6708 */     text-overflow: ellipsis;
/* 6709 */     white-space: nowrap;
/* 6710 */     overflow: hidden;
/* 6711 */ }
/* 6712 */ .main-menu-item-holder ul li a{
/* 6713 */     color: #000000;
/* 6714 */     font-size: 11px;
/* 6715 */ }
/* 6716 */ .and-more-link{
/* 6717 */     text-transform: lowercase;
/* 6718 */ }
/* 6719 */ .main-menu-item-holder ul li a:hover{
/* 6720 */     color: #000000;
/* 6721 */     text-decoration: none!important;
/* 6722 */ }
/* 6723 */ 
/* 6724 */ .main-menu-tag-holder{
/* 6725 */     float: right;
/* 6726 */     width: 270px;
/* 6727 */     /*margin-left: 20px;*/
/* 6728 */     position: relative;
/* 6729 */     top: 20px;
/* 6730 */     height: 170px;
/* 6731 */     overflow: hidden;
/* 6732 */     border-left: 1px solid #56ad9b;
/* 6733 */     padding-left: 15px;
/* 6734 */ }
/* 6735 */ .main-menu-tag-holder a, .main-menu-tag-holder-mobile a{
/* 6736 */     background-color: #656565;
/* 6737 */     color: #fff;
/* 6738 */     white-space: nowrap;
/* 6739 */     padding: 5px 12px;
/* 6740 */     margin: 0px 10px 12px 0;
/* 6741 */     display: inline-block;
/* 6742 */     border-radius: 5px;
/* 6743 */ }
/* 6744 */ 
/* 6745 */ .main-menu-tag-holder a:hover, .main-menu-tag-holder-mobile a:hover {
/* 6746 */     background-color: #62bdab;
/* 6747 */     text-decoration: none !important;
/* 6748 */     color: #fff;
/* 6749 */ }
/* 6750 */ 

/* style.css */

/* 6751 */ .cj-extended-menu-holder-mobile{
/* 6752 */     border-bottom: 3px solid #56ad9b;
/* 6753 */     background-color: #ffffff;
/* 6754 */     position: fixed;
/* 6755 */     top: 0px;
/* 6756 */     width: 100%;
/* 6757 */     z-index: 10001;
/* 6758 */     height: 100%;
/* 6759 */     right: 0;
/* 6760 */     overflow-y: auto;
/* 6761 */ }
/* 6762 */ 
/* 6763 */ .cj-extended-menu-holder-mobile div{
/* 6764 */     box-sizing: border-box;
/* 6765 */ }
/* 6766 */ 
/* 6767 */ #header_UserSettingsMenu {
/* 6768 */     position: absolute;
/* 6769 */     width: 120px;
/* 6770 */     background-color: #fff;
/* 6771 */     right: 0;
/* 6772 */     top: 100%;
/* 6773 */     border: 1px solid #eeeeee;
/* 6774 */     box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
/* 6775 */     -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
/* 6776 */     -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
/* 6777 */     padding: 5px;
/* 6778 */     z-index: 9999;
/* 6779 */     display: none;
/* 6780 */ }
/* 6781 */ 
/* 6782 */ #header_UserSettingsMenu a {
/* 6783 */     transition: all 0.2s ease;
/* 6784 */     -webkit-transition: all 0.2s ease;
/* 6785 */     -moz-transition: all 0.2s ease;
/* 6786 */     text-decoration: none !important;
/* 6787 */     height: 24px;
/* 6788 */     font: normal 14px/24px 'Roboto Condensed';
/* 6789 */     color: #000;
/* 6790 */     text-align: right;
/* 6791 */     padding-right: 5px;
/* 6792 */ }
/* 6793 */ 
/* 6794 */ #header_UserSettingsMenu a:hover {
/* 6795 */     color: #fff;
/* 6796 */     background-color: #56ad9b;
/* 6797 */ }
/* 6798 */ 
/* 6799 */ .active-link{
/* 6800 */     background: transparent url("/content/wp-content/themes/CurejoyMagazinly/images/active-link.png") no-repeat;

/* style.css */

/* 6801 */     width: 31px;
/* 6802 */     height: 14px;
/* 6803 */     background-size: 18px;
/* 6804 */     background-position: 10px 0px;
/* 6805 */     display: inline-block;
/* 6806 */ }
/* 6807 */ 
/* 6808 */ .main-menu-item-holder-mobile ul li a{
/* 6809 */     color: #000000;
/* 6810 */     text-decoration: none;
/* 6811 */ }
/* 6812 */ .affix{
/* 6813 */     position: fixed!important;
/* 6814 */ }
/* 6815 */ 
/* 6816 */ .home-expert-program-heading .wpb_content_element{margin-bottom: 0px;}
/* 6817 */ 
/* 6818 */ /* cj extended header for mobile */
/* 6819 */ 
/* 6820 */ nav.cj-wildebeest-menu-placeholder ul.cj-header-menu li.search-mobile,
/* 6821 */ .cj-search-mobile-holder{
/* 6822 */     display: none;
/* 6823 */ }
/* 6824 */ nav.cj-wildebeest-menu-placeholder ul.cj-header-menu li.search-mobile div {
/* 6825 */     -moz-box-sizing: border-box;
/* 6826 */     -webkit-box-sizing: border-box;
/* 6827 */     box-sizing: border-box;
/* 6828 */ }
/* 6829 */ 
/* 6830 */ .mobile-search-screen {
/* 6831 */     height: 100%;
/* 6832 */     width: 100%;
/* 6833 */     position: fixed;
/* 6834 */     background-color: rgba(0,0,0,0.4);
/* 6835 */     opacity: 0;
/* 6836 */     -webkit-transition: opacity 0.5s;
/* 6837 */     -moz-transition: opacity 0.5s;
/* 6838 */     -ms-transition: opacity 0.5s;
/* 6839 */     -o-transition: opacity 0.5s;
/* 6840 */     transition: opacity 0.5s;
/* 6841 */ }
/* 6842 */ .mobile-search-screen.show{
/* 6843 */     opacity:1;
/* 6844 */ }
/* 6845 */ 
/* 6846 */ .mobile-search-title-text {
/* 6847 */     font: normal 12px/24px 'Roboto Condensed';
/* 6848 */     text-transform: capitalize;
/* 6849 */     color: #9CC5BD;
/* 6850 */ }

/* style.css */

/* 6851 */ 
/* 6852 */ @media all and (max-width: 480px) {
/* 6853 */     .cj-extended-menu-btn-mobile-trigger,.cj-extended-menu-holder-mobile{
/* 6854 */         display: block;
/* 6855 */     }
/* 6856 */     #cj-extended-menu-btn-desktop-trigger, #cj-extended-menu-btn-tablet-trigger,
/* 6857 */     .cj-extended-menu-holder-desktop, .bookmark-btn-desktop,.mail-todo-btn-desktop{
/* 6858 */         display: none;
/* 6859 */     }
/* 6860 */     .main-menu-item-holder-mobile{
/* 6861 */         height: 70%;
/* 6862 */         overflow-y: scroll;
/* 6863 */     }
/* 6864 */     .main-menu-item-holder-mobile ul{
/* 6865 */         margin: 0px;
/* 6866 */     }
/* 6867 */     .main-menu-item-holder-mobile ul li{
/* 6868 */         text-align: center;
/* 6869 */         list-style: none;
/* 6870 */         margin: 24px 0px;
/* 6871 */     }
/* 6872 */     .main-menu-item-holder-mobile ul li a{
/* 6873 */         font-size: 18px;
/* 6874 */     }
/* 6875 */ 
/* 6876 */     .main-menu-tag-holder-mobile{
/* 6877 */         border-top: 3px solid #56ad9b;
/* 6878 */         width: 100%;
/* 6879 */         position: absolute;
/* 6880 */         height: 140px;
/* 6881 */         overflow: hidden;
/* 6882 */         padding-left: 10px;
/* 6883 */         padding-top: 10px;
/* 6884 */         bottom: 0px;
/* 6885 */         background-color: #fff;
/* 6886 */     }
/* 6887 */ 
/* 6888 */     .cj-mobile-menu-content-wrap{
/* 6889 */         position: relative;
/* 6890 */     }
/* 6891 */ 
/* 6892 */     .cj-extended-menu-holder-mobile{
/* 6893 */         -webkit-transition: width 0.4s;
/* 6894 */         transition: width 0.4s;
/* 6895 */     }
/* 6896 */     .cj-extended-menu-holder-mobile.side-menu-close{
/* 6897 */         width: 0;
/* 6898 */     }
/* 6899 */     .cj-extended-menu-holder-mobile.side-menu-open{
/* 6900 */         width: 100%;

/* style.css */

/* 6901 */         border-top: none;
/* 6902 */         -webkit-box-shadow: -1px 1px 4px 0px rgba(50, 50, 50, 0.75);
/* 6903 */         -moz-box-shadow:    -1px 1px 4px 0px rgba(50, 50, 50, 0.75);
/* 6904 */         box-shadow:         -1px 1px 4px 0px rgba(50, 50, 50, 0.75);
/* 6905 */     }
/* 6906 */ }
/* 6907 */ 
/* 6908 */ @media all and (max-width: 767px) {
/* 6909 */     nav.cj-wildebeest-menu-placeholder ul.cj-header-menu li {
/* 6910 */         margin-left: 10px;
/* 6911 */         font-size: 20px;
/* 6912 */     }
/* 6913 */     nav.cj-wildebeest-menu-placeholder ul.cj-header-menu li.search-mobile {
/* 6914 */         display: block;
/* 6915 */     }
/* 6916 */     nav.cj-wildebeest-menu-placeholder ul.cj-header-menu li.search-desktop {
/* 6917 */         display: none;
/* 6918 */     }
/* 6919 */     #mobile-search-title-container {
/* 6920 */         width: 100%;
/* 6921 */         padding: 10px;
/* 6922 */         overflow: hidden;
/* 6923 */         background: #438675;
/* 6924 */     }
/* 6925 */     .mobile-search-close-btn {
/* 6926 */         float: right;
/* 6927 */         line-height: 1;
/* 6928 */     }
/* 6929 */     .cj-search-mobile-holder #searchBarContainer {
/* 6930 */         width: 90%;
/* 6931 */         margin: 24px auto;
/* 6932 */         float: none;
/* 6933 */     }
/* 6934 */ }
/* 6935 */ 
/* 6936 */ /* cj extended header for tabs */
/* 6937 */ 
/* 6938 */ @media only screen and (min-width: 481px) and (max-width: 1024px) {
/* 6939 */     #cj-extended-menu-btn-desktop-trigger, .cj-extended-menu-btn-mobile-trigger{
/* 6940 */         display: none;
/* 6941 */     }
/* 6942 */     #cj-extended-menu-btn-tablet-trigger, .cj-extended-menu-holder-mobile{
/* 6943 */         display: block;
/* 6944 */     }
/* 6945 */     #cj-extended-menu-btn-tablet-trigger{
/* 6946 */         right: 15px;
/* 6947 */     }
/* 6948 */     .cj-extended-menu-holder-mobile{
/* 6949 */         height: auto;
/* 6950 */         position: absolute;

/* style.css */

/* 6951 */         top: 100%;
/* 6952 */         border: none;
/* 6953 */         -webkit-transition: width 0.4s;
/* 6954 */         transition: width 0.4s;
/* 6955 */         background-color: #fff;
/* 6956 */     }
/* 6957 */     .cj-extended-menu-holder-mobile.side-menu-close{
/* 6958 */         width: 0;
/* 6959 */     }
/* 6960 */     .cj-extended-menu-holder-mobile.side-menu-open{
/* 6961 */         width: 300px;
/* 6962 */         border-top: none;
/* 6963 */         -webkit-box-shadow: -1px 1px 4px 0px rgba(50, 50, 50, 0.75);
/* 6964 */         -moz-box-shadow:    -1px 1px 4px 0px rgba(50, 50, 50, 0.75);
/* 6965 */         box-shadow:         -1px 1px 4px 0px rgba(50, 50, 50, 0.75);
/* 6966 */     }
/* 6967 */     .cj-mobile-menu-content-wrap{
/* 6968 */         width: 300px;
/* 6969 */         height: auto!important;
/* 6970 */         max-height: 600px;
/* 6971 */     }
/* 6972 */     .main-menu-item-holder-mobile{
/* 6973 */         height: 70%;
/* 6974 */         overflow-y: scroll;
/* 6975 */         max-height: 350px;
/* 6976 */     }
/* 6977 */     .main-menu-item-holder-mobile ul{
/* 6978 */         margin: 0px;
/* 6979 */     }
/* 6980 */     .main-menu-item-holder-mobile ul li{
/* 6981 */         text-align: center;
/* 6982 */         list-style: none;
/* 6983 */         margin: 24px 0px;
/* 6984 */     }
/* 6985 */     .main-menu-item-holder-mobile ul li a{
/* 6986 */         font-size: 18px;
/* 6987 */     }
/* 6988 */     .main-menu-tag-holder-mobile{
/* 6989 */         border-top: 3px solid #56ad9b;
/* 6990 */         width: 100%;
/* 6991 */         height: 140px;
/* 6992 */         overflow: hidden;
/* 6993 */         padding-left: 10px;
/* 6994 */         padding-top: 10px;
/* 6995 */         background-color: #fff;
/* 6996 */     }
/* 6997 */ 
/* 6998 */     .cj-mobile-menu-content-wrap{
/* 6999 */         position: relative;
/* 7000 */     }

/* style.css */

/* 7001 */     .cj-wildebeest-menu-placeholder .cj-wildebeest-menu-wrap{
/* 7002 */         position: relative;
/* 7003 */     }
/* 7004 */ }
/* 7005 */ 
/* 7006 */ /* cj simple footer */
/* 7007 */ 
/* 7008 */ .cj-simple-footer {
/* 7009 */     margin: 20px 0;
/* 7010 */     text-align: center;
/* 7011 */ }
/* 7012 */ 
/* 7013 */ .cj-simple-footer ul {
/* 7014 */     margin: 0;
/* 7015 */ }
/* 7016 */ 
/* 7017 */ .cj-simple-footer li {
/* 7018 */     line-height: 34px;
/* 7019 */     display: inline-block;
/* 7020 */     margin-right: 20px;
/* 7021 */ }
/* 7022 */ 
/* 7023 */ @media all and (max-width: 768px) {
/* 7024 */     .cj-simple-footer ul {
/* 7025 */         margin: 0 0 70px 0;
/* 7026 */     }
/* 7027 */ 
/* 7028 */     .cj-simple-footer li {
/* 7029 */         display:block;
/* 7030 */         margin: 0;
/* 7031 */     }
/* 7032 */ }
/* 7033 */ 
/* 7034 */ /* PPS Plugin */
/* 7035 */ 
/* 7036 */ nav.pps-slider-nav {
/* 7037 */     min-height: 0;
/* 7038 */     border:0;
/* 7039 */     background-color: #f1f1f2;
/* 7040 */     margin-top: 0;
/* 7041 */ }
/* 7042 */ nav.pps-slider-nav .pps-prev{
/* 7043 */     left: 1%;
/* 7044 */ }
/* 7045 */ nav.pps-slider-nav .pps-next{
/* 7046 */     right: 1%;
/* 7047 */ }
/* 7048 */ 
/* 7049 */ /* Styles that were in header.php */
/* 7050 */ #cj-shadeScreen{

/* style.css */

/* 7051 */     position: fixed;
/* 7052 */     top: 0;
/* 7053 */     left: 0;
/* 7054 */     display: none;
/* 7055 */     height: 100%;
/* 7056 */     width: 100%;
/* 7057 */     background-color: #000000;
/* 7058 */     opacity: 0.7;
/* 7059 */     filter:alpha(opacity=50);
/* 7060 */     -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
/* 7061 */     z-index: 99999;
/* 7062 */ }
/* 7063 */ #cjfbpopup {
/* 7064 */     position: fixed;
/* 7065 */     z-index: 100000;
/* 7066 */     min-width: 350px;
/* 7067 */     background-color: #FFF;
/* 7068 */     border: 3px solid #0e8cc8;
/* 7069 */     -moz-box-shadow: 0 1px 8px 10px rgba(0, 0, 0, 0.2);
/* 7070 */     -webkit-box-shadow: 0 1px 8px 10px rgba(0, 0, 0, 0.2);
/* 7071 */     box-shadow: 0 1px 8px 10px rgba(0, 0, 0, 0.2);
/* 7072 */     -moz-border-radius: 10px;
/* 7073 */     -webkit-border-radius: 10px;
/* 7074 */     border-radius: 10px;
/* 7075 */     display: none;
/* 7076 */     text-align: center;
/* 7077 */ 
/* 7078 */ }
/* 7079 */ #cjfbpopup h3 {
/* 7080 */     margin-top: 10px;
/* 7081 */     font: bold 22px/22px 'Arial' !important;
/* 7082 */ }
/* 7083 */ 
/* 7084 */ #cjfbpopup button {
/* 7085 */     outline:none;
/* 7086 */     border: none;
/* 7087 */     padding: 0;
/* 7088 */     background-size: contain;
/* 7089 */ }
/* 7090 */ #closecjfbpopup {
/* 7091 */     position: absolute;
/* 7092 */     right: 5px;
/* 7093 */     top: 5px;
/* 7094 */     background: url('/web/images/close_btn.png') no-repeat center;
/* 7095 */     width: 12px;
/* 7096 */     height: 12px;
/* 7097 */ }
/* 7098 */ 
/* 7099 */ #cjfbpopup #cj-fb-login-button {
/* 7100 */     width:200px;

/* style.css */

/* 7101 */     height: 46px;
/* 7102 */     margin: 10px auto;
/* 7103 */     background: url('/web/images/fb_connect_new.png') no-repeat center;
/* 7104 */ }
/* 7105 */ 
/* 7106 */ /* ESSB & Bookmarks-related CSS */
/* 7107 */ .essb-mobile-sharebottom .essb_links li {
/* 7108 */     display: block;
/* 7109 */     float: left;
/* 7110 */ }
/* 7111 */ .essb-mobile-sharebottom .essb_links li.essb_item.essb_link_bookmark {
/* 7112 */     background-color: #01A8EA!important;
/* 7113 */ }
/* 7114 */ .essb-mobile-sharebottom .essb_links li.essb_item.essb_link_bookmark a span {
/* 7115 */     color: #fff!important;
/* 7116 */     margin: 4px;
/* 7117 */     font-size: 32px;
/* 7118 */     line-height: 40px;
/* 7119 */ }
/* 7120 */ 
/* 7121 */ .essb-mobile-sharebottom .essb_links.essb_template_metro-retina.essb_nospace li.essb_link_bookmark a {
/* 7122 */     padding: 0;
/* 7123 */ }
/* 7124 */ .essb-mobile-sharebottom .essb_links.essb_template_metro-retina.essb_nospace li a {
/* 7125 */     margin-top: 0;
/* 7126 */ }
/* 7127 */ .essb-mobile-sharebottom .essb_links.essb_template_metro-retina li a .essb_icon {
/* 7128 */     margin-right: 0 !important;
/* 7129 */ }
/* 7130 */ .bookmarks-not-available-markup,
/* 7131 */ .bookmarks-available-markup {
/* 7132 */     display:none;
/* 7133 */ }
/* 7134 */ .bookmarks-not-available .bookmarks-not-available-markup {
/* 7135 */     display: block;
/* 7136 */ }
/* 7137 */ .bookmarks-available .bookmarks-available-markup {
/* 7138 */     display: block;
/* 7139 */ }
/* 7140 */ 
/* 7141 */ /*Popups*/
/* 7142 */ 
/* 7143 */ .genericmodalpopup {
/* 7144 */     display: none;
/* 7145 */     z-index: 100001;
/* 7146 */     position: absolute;
/* 7147 */     min-height: 200px;
/* 7148 */     max-width: 400px;
/* 7149 */     width: 100%;
/* 7150 */     background-color: #ffffff;

/* style.css */

/* 7151 */     box-shadow: 0px 1px 4px 8px rgba(0, 0, 0, 0.2);
/* 7152 */     -moz-box-shadow: 0px 1px 8px 10px rgba(0, 0, 0, 0.2);
/* 7153 */     -webkit-box-shadow: 0px 1px 8px 10px rgba(0, 0, 0, 0.2);
/* 7154 */     -moz-border-radius: 10px;
/* 7155 */     -webkit-border-radius: 10px;
/* 7156 */     border-radius: 10px;
/* 7157 */     border: 3px solid #56ad9b;
/* 7158 */ }
/* 7159 */ .genericmodalpopup.genericalert {
/* 7160 */     min-height: 0;
/* 7161 */     padding: 20px;
/* 7162 */     font: normal 16px/20px 'Open Sans';
/* 7163 */     color: #000;
/* 7164 */     text-align: center;
/* 7165 */     min-width: 350px;
/* 7166 */     width: auto;
/* 7167 */     max-width: 450px;
/* 7168 */ }
/* 7169 */ .shadescreen {
/* 7170 */     display: none;
/* 7171 */     position: fixed;
/* 7172 */     top: 0;
/* 7173 */     left: 0;
/* 7174 */     height: 100%;
/* 7175 */     width: 100%;
/* 7176 */     background-color: #000000;
/* 7177 */     opacity: 0.7;
/* 7178 */     filter: alpha(opacity=50);
/* 7179 */     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* 7180 */     z-index: 99999;
/* 7181 */ }
/* 7182 */ #popupMsg{
/* 7183 */     display: none;
/* 7184 */ }
/* 7185 */ @media all and (max-width: 480px) {
/* 7186 */     .genericmodalpopup{
/* 7187 */         width: 90%;
/* 7188 */         max-width: 320px;
/* 7189 */     }
/* 7190 */     .genericmodalpopup.genericalert{
/* 7191 */         width: 80%;
/* 7192 */         max-width: 300px;
/* 7193 */         min-width: 260px;
/* 7194 */     }
/* 7195 */ }
/* 7196 */ 
/* 7197 */ /*TODO_TIPS*/
/* 7198 */ 
/* 7199 */ .todoTip-holder{
/* 7200 */     margin: 0 12px 32px;

/* style.css */

/* 7201 */     max-width: 460px;
/* 7202 */     border: 1px dashed;
/* 7203 */     position: relative;
/* 7204 */     line-height: 26px;
/* 7205 */     padding: 8px 14px;
/* 7206 */     text-align: justify;
/* 7207 */     float: right;
/* 7208 */     width: 320px;
/* 7209 */     display: none;
/* 7210 */     cursor: pointer;
/* 7211 */ }
/* 7212 */ .todoTip-holder h5{
/* 7213 */     margin: 4px 0 12px;
/* 7214 */     text-align: center;
/* 7215 */     text-transform: uppercase;
/* 7216 */ }
/* 7217 */ .todoTip-holder p{
/* 7218 */     margin-bottom: 0px!important;
/* 7219 */ }
/* 7220 */ .todoTip-holder .tap-action{
/* 7221 */     font: normal 10px/24px 'Open Sans';
/* 7222 */     text-align: center;
/* 7223 */     margin: 10px 0 0 0;
/* 7224 */     color: #56ad9b;
/* 7225 */ }
/* 7226 */ 
/* 7227 */ .todopopup{
/* 7228 */     min-height: 165px;
/* 7229 */ }
/* 7230 */ 
/* 7231 */ .todopopup p{
/* 7232 */     text-align: center;
/* 7233 */     margin: 15px 0px;
/* 7234 */     font-weight: bold;
/* 7235 */ }
/* 7236 */ .todopopup h5{
/* 7237 */     margin: 15px 0px;
/* 7238 */     text-align: center;
/* 7239 */     text-transform: uppercase;
/* 7240 */ }
/* 7241 */ .todopopup .todopopup-holder{
/* 7242 */     padding: 0px 10px;
/* 7243 */ }
/* 7244 */ .todopopup .todopopup-holder form{
/* 7245 */     margin-bottom: 0px;
/* 7246 */ }
/* 7247 */ .todopopup .todopopup-holder input{
/* 7248 */     width: 100%;
/* 7249 */     box-sizing: border-box;
/* 7250 */     height: 45px;

/* style.css */

/* 7251 */     border-radius: 6px;
/* 7252 */ }
/* 7253 */ .todopopup .todopopup-holder .popup-btn{
/* 7254 */     background-color: #2785C8;
/* 7255 */     border: none;
/* 7256 */     color: #fff;
/* 7257 */     width: 100%;
/* 7258 */     height: 35px;
/* 7259 */     font: normal 14px/16px 'Roboto Condensed';
/* 7260 */ }
/* 7261 */ 
/* 7262 */ @media screen and (max-width: 767px) {
/* 7263 */     .todoTip-holder{
/* 7264 */         width: 260px;
/* 7265 */         margin: 0px auto 32px;
/* 7266 */         float: none;
/* 7267 */     }
/* 7268 */ }
/* 7269 */ 
/* 7270 */ /* Homepage - Featured Experts Section */
/* 7271 */ .drimagebox {
/* 7272 */     overflow: hidden;
/* 7273 */     position: relative;
/* 7274 */     max-height: 200px;
/* 7275 */     max-width: 200px;
/* 7276 */     opacity: 0.99; /*  this opacity line is a workaround for a bug in chrome where a css transformation would cause hidden region to appear for a second!  */
/* 7277 */     background-color: #fff;
/* 7278 */     margin: 0 auto;
/* 7279 */ }
/* 7280 */ 
/* 7281 */ .drimagebox:before {
/* 7282 */     content: "";
/* 7283 */     display: block;
/* 7284 */     padding-top: 100%;
/* 7285 */ }
/* 7286 */ 
/* 7287 */ .drimagebox .overlay {
/* 7288 */     width: 100%;
/* 7289 */     height: 100%;
/* 7290 */     position: absolute;
/* 7291 */     top: 0;
/* 7292 */     left: 0;
/* 7293 */     background: none;
/* 7294 */     -webkit-transition: .25s;
/* 7295 */     -moz-transition: .25s;
/* 7296 */     -o-transition: .25s;
/* 7297 */     -ms-transition: .25s;
/* 7298 */     transition: .25s;
/* 7299 */ }
/* 7300 */ .drcard {

/* style.css */

/* 7301 */     color: #7F7F7F !important;
/* 7302 */     width: 33.33%;
/* 7303 */     float:left;
/* 7304 */ }
/* 7305 */ 
/* 7306 */ .drcard:hover .overlay {
/* 7307 */     background: rgba(0, 0, 0, 0.40);
/* 7308 */ }
/* 7309 */ 
/* 7310 */ .drimagebox .overlay .eye {
/* 7311 */     display: inline-block;
/* 7312 */     width: 48px;
/* 7313 */     height: 48px;
/* 7314 */     line-height: 48px;
/* 7315 */     text-align: center;
/* 7316 */     font-size: 24px;
/* 7317 */     background: #fff;
/* 7318 */     color: #279f35;
/* 7319 */     border-radius: 100%;
/* 7320 */     position: absolute;
/* 7321 */     top: 50%;
/* 7322 */     opacity: 0;
/* 7323 */     cursor: pointer;
/* 7324 */     right: 50%;
/* 7325 */     webkit-transform: translateX(50%) translateY(-30%);
/* 7326 */     -moz-transform: translateX(50%) translateY(-30%);
/* 7327 */     -ms-transform: translateX(50%) translateY(-30%);
/* 7328 */     -o-transform: translateX(50%) translateY(-30%);
/* 7329 */     transform: translateX(50%) translateY(-30%);
/* 7330 */     -webkit-backface-visibility: hidden;
/* 7331 */     -webkit-transition: .25s;
/* 7332 */     -moz-transition: .25s;
/* 7333 */     -o-transition: .25s;
/* 7334 */     -ms-transition: .25s;
/* 7335 */     transition: .25s;
/* 7336 */ }
/* 7337 */ .drcard:hover .overlay .eye{
/* 7338 */     opacity: 1;
/* 7339 */     color: #000000;
/* 7340 */     webkit-transform: translateX(50%) translateY(-50%);
/* 7341 */     -moz-transform: translateX(50%) translateY(-50%);
/* 7342 */     -ms-transform: translateX(50%) translateY(-50%);
/* 7343 */     -o-transform: translateX(50%) translateY(-50%);
/* 7344 */     transform: translateX(50%) translateY(-50%);
/* 7345 */ }
/* 7346 */ 
/* 7347 */ .drimage {
/* 7348 */     position: absolute;
/* 7349 */     height: 101%;
/* 7350 */     width: 101%;

/* style.css */

/* 7351 */     top: 0;
/* 7352 */     left:0;
/* 7353 */     -webkit-background-size: 100%;
/* 7354 */     -moz-background-size: 100%;
/* 7355 */     -o-background-size: 100%;
/* 7356 */     background-size: 100%;
/* 7357 */     background-repeat: no-repeat;
/* 7358 */ }
/* 7359 */ .featured-experts-section {
/* 7360 */     overflow:hidden;
/* 7361 */ }
/* 7362 */ 
/* 7363 */ .featured-experts-section a:first-child .drimagebox {
/* 7364 */     margin-left: 0;
/* 7365 */ }
/* 7366 */ .featured-experts-section a:last-child .drimagebox {
/* 7367 */     margin-right: 0;
/* 7368 */ }
/* 7369 */ .featured-experts-section-footer h4 {
/* 7370 */     margin-top:0;
/* 7371 */     padding: 10px;
/* 7372 */     text-align: center;
/* 7373 */     line-height: 26px;
/* 7374 */ }
/* 7375 */ @media all and (min-width: 768px) {
/* 7376 */     .featured-experts-section-footer h4 {
/* 7377 */         margin: 16px 0;
/* 7378 */     }
/* 7379 */ }
/* 7380 */ .featured-experts-section-footer {
/* 7381 */     text-align: center;
/* 7382 */ }
/* 7383 */ .featured-experts-section-footer a {
/* 7384 */     display: inline-block;
/* 7385 */     padding: 8px 14px;
/* 7386 */     border: 1px solid #56AD9B;
/* 7387 */     text-decoration: none !important;
/* 7388 */     -webkit-transition: background-color 0.2s;
/* 7389 */     -moz-transition: background-color 0.2s;
/* 7390 */     -ms-transition: background-color 0.2s;
/* 7391 */     -o-transition: background-color 0.2s;
/* 7392 */     transition: background-color 0.2s;
/* 7393 */ }
/* 7394 */ .featured-experts-section-footer a:hover {
/* 7395 */     background-color: #56AD9B;
/* 7396 */     color: #fff;
/* 7397 */ }
/* 7398 */ 
/* 7399 */ /*BMI Calculator*/
/* 7400 */ 

/* style.css */

/* 7401 */ .calculator-wrap{
/* 7402 */     width: 320px;
/* 7403 */     height: 240px;
/* 7404 */     margin: 0px auto;
/* 7405 */     padding-top: 20px;
/* 7406 */     background-color: #fff;
/* 7407 */     border: 1px dashed #ababab;
/* 7408 */     border-radius: 20px;
/* 7409 */ }
/* 7410 */ .calculator-wrap#inpost{
/* 7411 */     float: right;
/* 7412 */     margin-left: 15px;
/* 7413 */     margin-bottom: 15px;
/* 7414 */ }
/* 7415 */ .calculator-wrap#inpost,.calculator-wrap#insidebar{
/* 7416 */     position: relative;
/* 7417 */ }
/* 7418 */ .calculator-wrap .result-wrap{
/* 7419 */     background-color: #d4e8e6;
/* 7420 */     position: absolute;
/* 7421 */     top: 0;
/* 7422 */     width: 100%;
/* 7423 */     height: 100%;
/* 7424 */     color: #000000;
/* 7425 */     text-align: center;
/* 7426 */     display: none;
/* 7427 */     border-radius: 20px;
/* 7428 */ }
/* 7429 */ .calculator-wrap .result-wrap p{
/* 7430 */     margin: 0px 0px 15px!important;
/* 7431 */     padding: 5px 15px 0px!important;
/* 7432 */ }
/* 7433 */ .calculator-wrap ul,.calculator-wrap form{
/* 7434 */     margin: 0px!important;
/* 7435 */     padding: 0px!important;
/* 7436 */ }
/* 7437 */ .calculator-wrap .bmi-action ul{
/* 7438 */     list-style: none;
/* 7439 */     text-align: left;
/* 7440 */     padding-left: 0px;
/* 7441 */ }
/* 7442 */ 
/* 7443 */ .calculator-wrap .bmi-action ul li{
/* 7444 */     margin: 0px 0px 25px;
/* 7445 */ }
/* 7446 */ 
/* 7447 */ .calculator-wrap .bmi-action ul li input{
/* 7448 */     box-shadow: none;
/* 7449 */     margin-bottom: 0px;
/* 7450 */ }

/* style.css */

/* 7451 */ 
/* 7452 */ .calculator-wrap .calculator-title{
/* 7453 */     text-align: center;
/* 7454 */     margin: 0px auto 20px!important;
/* 7455 */     font-size: 22px;
/* 7456 */     font-family: 'Roboto Condensed';
/* 7457 */     line-height: 30px;
/* 7458 */     letter-spacing: 0.5px;
/* 7459 */     color: #000;
/* 7460 */     font-weight: 500;
/* 7461 */ }
/* 7462 */ .calculator-wrap .bmi-action{
/* 7463 */     margin: 0px 21px;
/* 7464 */ }
/* 7465 */ .calculator-wrap#insidebar .bmi-action ul li{
/* 7466 */     border: none;
/* 7467 */ }
/* 7468 */ .calculator-wrap .bmi-action ul li.bmi-cal-btn-holder{
/* 7469 */     margin-bottom: 5px;
/* 7470 */     border-bottom: none;
/* 7471 */ }
/* 7472 */ .calculator-wrap .bmi-action ul li.bmi-val-reset-holder{
/* 7473 */     padding-bottom: 15px;
/* 7474 */     display: none;
/* 7475 */     width: 200px;
/* 7476 */     margin: 0px auto;
/* 7477 */     border-bottom: none;
/* 7478 */ }
/* 7479 */ .calculator-wrap .result-wrap .bmi-val-holder{
/* 7480 */     margin-top: 25px!important;
/* 7481 */ }
/* 7482 */ .calculator-wrap .bmi-val-holder,.calculator-wrap .bmi-result-main{
/* 7483 */     font-size: 24px;
/* 7484 */     font-weight: bold;
/* 7485 */ }
/* 7486 */ .calculator-wrap .result-wrap .bmi-msg-style{
/* 7487 */     line-height: 24px;
/* 7488 */     font-size: 14px;
/* 7489 */ }
/* 7490 */ 
/* 7491 */ .calculator-wrap .reset-btn{
/* 7492 */     background-color: #000000;
/* 7493 */     color: #ffffff;
/* 7494 */     border: none;
/* 7495 */     padding: 12px 16px;
/* 7496 */ }
/* 7497 */ .calculator-wrap .reset-btn-cross{
/* 7498 */     background-color: transparent;
/* 7499 */     color: #000000;
/* 7500 */     border: none;

/* style.css */

/* 7501 */     padding: 5px 10px;
/* 7502 */     position: absolute;
/* 7503 */     top: 0;
/* 7504 */     right: 0;
/* 7505 */ }
/* 7506 */ .calculator-wrap .reset-btn .fa-rotate-left{
/* 7507 */     font-size: 24px;
/* 7508 */ }
/* 7509 */ 
/* 7510 */ .calculator-wrap .bluebtn {
/* 7511 */     display: block;
/* 7512 */     background-color: #69b3a4;
/* 7513 */     color: #ffffff;
/* 7514 */     text-transform: capitalize;
/* 7515 */     height: 50px;
/* 7516 */     border: none;
/* 7517 */     margin: 0px auto;
/* 7518 */     width: 223px;
/* 7519 */     border-right: 1px solid #ffffff;
/* 7520 */     text-transform: uppercase;
/* 7521 */ }
/* 7522 */ 
/* 7523 */ .calculator-wrap .bmi-action .radio-wrap input[type=radio]{
/* 7524 */     display: none;
/* 7525 */ }
/* 7526 */ .calculator-wrap .bmi-action .radio-wrap {
/* 7527 */     height: 32px;
/* 7528 */     position: relative;
/* 7529 */     float: left;
/* 7530 */     display: inline-block;
/* 7531 */ }
/* 7532 */ .calculator-wrap .bmi-action .radio-wrap.half {
/* 7533 */     width: 50%;
/* 7534 */ }
/* 7535 */ 
/* 7536 */ .calculator-wrap .bmi-action input.custom-radio:checked ~ label {
/* 7537 */     background-color: #000000;
/* 7538 */     color: #ffffff;
/* 7539 */ }
/* 7540 */ .calculator-wrap .bmi-action input.custom-radio ~ label {
/* 7541 */     display: inline-block;
/* 7542 */     padding: 0;
/* 7543 */     margin: 0;
/* 7544 */     position: absolute;
/* 7545 */     top: 0;
/* 7546 */     left: 0;
/* 7547 */     left: 0;
/* 7548 */     right: 0;
/* 7549 */     bottom: 0;
/* 7550 */     background-color: #d5d5d5;

/* style.css */

/* 7551 */     text-align: center;
/* 7552 */     line-height: 32px;
/* 7553 */     cursor: pointer;
/* 7554 */     color: #000;
/* 7555 */ }
/* 7556 */ 
/* 7557 */ .labelNameHolder{
/* 7558 */     width: 215px;
/* 7559 */ }
/* 7560 */ .labelValHolder{
/* 7561 */     width: 60px;
/* 7562 */ }
/* 7563 */ .errorBox-holder{
/* 7564 */     margin: 0px!important;
/* 7565 */ }
/* 7566 */ #errBox{
/* 7567 */     text-align: center;
/* 7568 */     margin-top: 0px;
/* 7569 */     margin-bottom: 0px!important;
/* 7570 */     font-size: 14px;
/* 7571 */     line-height: 14px;
/* 7572 */ }
/* 7573 */ @media screen and (max-width: 767px) {
/* 7574 */     .calculator-wrap,
/* 7575 */     .calculator-wrap .result-wrap{
/* 7576 */         border: none;
/* 7577 */         border-radius: 0px;
/* 7578 */     }
/* 7579 */     .calculator-wrap#inpost{
/* 7580 */         float: none;
/* 7581 */         margin-left: 0px;
/* 7582 */         margin: 0px auto;
/* 7583 */     }
/* 7584 */ }
/* 7585 */ 
/* 7586 */ /*CJ Main Footer*/
/* 7587 */ 
/* 7588 */ .footer {
/* 7589 */     background: #254254;
/* 7590 */ }
/* 7591 */ .footer-widget-area {
/* 7592 */     padding: 48px 0;
/* 7593 */     color: #738f9d;
/* 7594 */ }
/* 7595 */ .footer-bottom {
/* 7596 */     padding: 14px;
/* 7597 */     background: #355163;
/* 7598 */     text-align: center;
/* 7599 */     color: #fff;
/* 7600 */ }

/* style.css */

/* 7601 */ .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer p {
/* 7602 */     color: #fff
/* 7603 */ }
/* 7604 */ .footer h4 {
/* 7605 */     margin-bottom: 24px;
/* 7606 */ }
/* 7607 */ .footer h5 {
/* 7608 */     margin: 30px 0 18px 0;
/* 7609 */     font-size: 18px;
/* 7610 */     line-height: 36px;
/* 7611 */ }
/* 7612 */ .footer-widget-area li {
/* 7613 */     line-height: 30px;
/* 7614 */ }
/* 7615 */ .footer-widget-area a {
/* 7616 */     color: #738f9d;
/* 7617 */     font-size: 16px;
/* 7618 */ }
/* 7619 */ .footer-widget-area a:hover {
/* 7620 */     color: #49c0f4;
/* 7621 */ }
/* 7622 */ .logo-footer {
/* 7623 */     width: 50%;
/* 7624 */     overflow: hidden;
/* 7625 */     margin: 0 auto;
/* 7626 */ }
/* 7627 */ .logo_1 {
/* 7628 */     background-size: contain;
/* 7629 */     background-repeat: no-repeat;
/* 7630 */     margin-right: 10%;
/* 7631 */     width: 115px;
/* 7632 */     display: block;
/* 7633 */     float: left;
/* 7634 */ }
/* 7635 */ .logo_1:before {
/* 7636 */     content: "";
/* 7637 */     padding-top: 45%;
/* 7638 */     display: block;
/* 7639 */ }
/* 7640 */ .logo-footer .logo_1 {
/* 7641 */     width: 22%;
/* 7642 */     float: left;
/* 7643 */     margin: 0 4%;
/* 7644 */ }
/* 7645 */ .list-unstyled {
/* 7646 */     padding-left: 0;
/* 7647 */     list-style: none;
/* 7648 */     margin: 0px;
/* 7649 */ }
/* 7650 */ .logo-wing {

/* style.css */

/* 7651 */     float: left;
/* 7652 */     width: 35%;
/* 7653 */     height: 1px;
/* 7654 */     margin-top: 25px;
/* 7655 */     background: #c2ccd6;
/* 7656 */ }
/* 7657 */ .subscribe_submit_home {
/* 7658 */     width: 38px;
/* 7659 */     height: 32px;
/* 7660 */     background-color: #ec9519;
/* 7661 */     border: none;
/* 7662 */     box-sizing: border-box;
/* 7663 */     -moz-box-sizing: border-box;
/* 7664 */     -webkit-box-sizing: border-box;
/* 7665 */     color: #fff;
/* 7666 */     line-height: 20px;
/* 7667 */ }
/* 7668 */ #subscribe_inputbarholderFooter {
/* 7669 */     margin: 0px 0px 20px;
/* 7670 */     width: 256px;
/* 7671 */     position: relative;
/* 7672 */ }
/* 7673 */ #subscribe_inputbarholderFooter .subscribe-field {
/* 7674 */     width: 218px;
/* 7675 */ }
/* 7676 */ .subscribe-field {
/* 7677 */     width: 180px;
/* 7678 */     margin: 0;
/* 7679 */     text-align: left;
/* 7680 */     height: 32px!important;
/* 7681 */     font: normal 14px 'Open Sans';
/* 7682 */     border: none;
/* 7683 */     background-color: #eee;
/* 7684 */     padding: 6px 4px;
/* 7685 */     box-sizing: border-box;
/* 7686 */     -moz-box-sizing: border-box;
/* 7687 */     -webkit-box-sizing: border-box;
/* 7688 */ }
/* 7689 */ .newsletter-success-msg{
/* 7690 */     text-align: left;
/* 7691 */     margin: 5px 0px 15px;
/* 7692 */     display: none;
/* 7693 */     font-style: italic;
/* 7694 */     color: #fff;
/* 7695 */ }
/* 7696 */ @media all and (max-width: 767px) {
/* 7697 */     .logo-footer {
/* 7698 */         width: 100%;
/* 7699 */     }
/* 7700 */     .logo-footer .logo_1 {

/* style.css */

/* 7701 */         float: none;
/* 7702 */         margin: 0 auto;
/* 7703 */         width: 50%;
/* 7704 */     }
/* 7705 */     .logo-wing{
/* 7706 */         display: none;
/* 7707 */     }
/* 7708 */     .footer{
/* 7709 */         text-align: center;
/* 7710 */     }
/* 7711 */     #subscribe_inputbarholderFooter{
/* 7712 */         margin: 0px auto;
/* 7713 */     }
/* 7714 */     .newsletter-success-msg{
/* 7715 */         text-align: center;
/* 7716 */     }
/* 7717 */ }
/* 7718 */ 
/* 7719 */ /**********
/* 7720 *| 
/* 7721 *| 	SOCIAL ICONS
/* 7722 *| 
/* 7723 *| **********/
/* 7724 */ .footer .social-icon {
/* 7725 */     display: inline-block;
/* 7726 */     width: 35px;
/* 7727 */     height: 35px;
/* 7728 */     text-align: center;
/* 7729 */     line-height: 40px;
/* 7730 */     font-size: 24px;
/* 7731 */     background: #e1e1e1;
/* 7732 */     border-radius: 12px;
/* 7733 */     margin: 0px 2px 0px;
/* 7734 */ }
/* 7735 */ .social-icon:hover, .footer .social-icon:hover {
/* 7736 */     background: #C2CCD6;
/* 7737 */ }
/* 7738 */ .social-icon.facebook, .social-icon:hover.facebook {
/* 7739 */     color: #3b5998
/* 7740 */ }
/* 7741 */ .social-icon.dribbble, .social-icon:hover.dribbble {
/* 7742 */     color: #ea4c89;
/* 7743 */ }
/* 7744 */ .social-icon.twitter, .social-icon:hover.twitter {
/* 7745 */     color: #55acee;
/* 7746 */ }
/* 7747 */ .social-icon.youtube, .social-icon:hover.youtube {
/* 7748 */     color: #e52d27;
/* 7749 */ }
/* 7750 */ .social-icon.deviantart, .social-icon:hover.deviantart {

/* style.css */

/* 7751 */     color: #4e6252;
/* 7752 */ }
/* 7753 */ .social-icon.skype, .social-icon:hover.skype {
/* 7754 */     color: #00aff0;
/* 7755 */ }
/* 7756 */ .social-icon.behance, .social-icon:hover.behance {
/* 7757 */     color: #1769ff;
/* 7758 */ }
/* 7759 */ .social-icon.linkedin, .social-icon:hover.linkedin {
/* 7760 */     color: #0976b4;
/* 7761 */ }
/* 7762 */ .social-icon.instagram, .social-icon:hover.instagram {
/* 7763 */     color: #3f729b;
/* 7764 */ }
/* 7765 */ .social-icon.pinterest, .social-icon:hover.pinterest {
/* 7766 */     color: #cc2127;
/* 7767 */ }
/* 7768 */ .social-icon.vimeo, .social-icon:hover.vimeo {
/* 7769 */     color: #1ab7ea;
/* 7770 */ }
/* 7771 */ .social-icon.blogger, .social-icon:hover.blogger {
/* 7772 */     color: #f57d00;
/* 7773 */ }
/* 7774 */ .social-icon.google-plus, .social-icon:hover.google-plus {
/* 7775 */     color: #dd4b39;
/* 7776 */ }
/* 7777 */ .social-icon.tumblr, .social-icon:hover.tumblr {
/* 7778 */     color: #35465c;
/* 7779 */ }
/* 7780 */ .social-icon.flickr, .social-icon:hover.flickr {
/* 7781 */     color: #ff0084;
/* 7782 */ }
/* 7783 */ .social-icon.google-drive, .social-icon:hover.google-drive {
/* 7784 */     color: #0f9d58;
/* 7785 */ }
/* 7786 */ .social-icon.rss, .social-icon:hover.rss {
/* 7787 */     color: #f26522;
/* 7788 */ }
/* 7789 */ .social-icon.picasa, .social-icon:hover.picasa {
/* 7790 */     color: #db4437;
/* 7791 */ }
/* 7792 */ .social-icon.forrst, .social-icon:hover.forrst {
/* 7793 */     color: #5b9a68;
/* 7794 */ }
/* 7795 */ .social-icon.github, .social-icon:hover.github {
/* 7796 */     color: #4183c4;
/* 7797 */ }
/* 7798 */ .social-icon.wordpress, .social-icon:hover.wordpress {
/* 7799 */     color: #21759b;
/* 7800 */ }

/* style.css */

/* 7801 */ .social-icon.yahoo, .social-icon:hover.yahoo {
/* 7802 */     color: #400191;
/* 7803 */ }
/* 7804 */ .social-icon.android, .social-icon:hover.android {
/* 7805 */     color: #a4c639;
/* 7806 */ }
/* 7807 */ .social-icon.sound-cloud, .social-icon:hover.sound-cloud {
/* 7808 */     color: #f80;
/* 7809 */ }
/* 7810 */ .social-icon.reddit, .social-icon:hover.reddit {
/* 7811 */     color: #ff4500;
/* 7812 */ }
/* 7813 */ .social-icon.lastfm, .social-icon:hover.lastfm {
/* 7814 */     color: #c3000d;
/* 7815 */ }
/* 7816 */ .social-icon.delicious, .social-icon:hover.delicious {
/* 7817 */     color: #3399ff;
/* 7818 */ }
/* 7819 */ .social-icon.stumbleupon, .social-icon:hover.stumbleupon {
/* 7820 */     color: #eb4924;
/* 7821 */ }
/* 7822 */ .social-icon.stackoverflow, .social-icon:hover.stackoverflow {
/* 7823 */     color: #fe7a15;
/* 7824 */ }
/* 7825 */ .social-icon.xing, .social-icon:hover.xing {
/* 7826 */     color: #026466;
/* 7827 */ }
/* 7828 */ .social-icon.flattr, .social-icon:hover.flattr {
/* 7829 */     color: #f67c1a;
/* 7830 */ }
/* 7831 */ .social-icon.foursquare, .social-icon:hover.foursquare {
/* 7832 */     color: #0072b1;
/* 7833 */ }
/* 7834 */ .social-icon.paypal, .social-icon:hover.paypal {
/* 7835 */     color: #253b80;
/* 7836 */ }
/* 7837 */ .social-icon.yelp, .social-icon:hover.yelp {
/* 7838 */     color: #af0606;
/* 7839 */ }
/* 7840 */ 

/* paged-post.css */

/* 1  */ .pagination-slider .pps-the-content{
/* 2  */ 		margin-bottom:.813em 0;
/* 3  */ 		}
/* 4  */ 
/* 5  */ 	.pps-slider-nav{
/* 6  */ 		border-bottom:1px solid #ccc;
/* 7  */ 		border-top:1px solid #ccc;	
/* 8  */ 		font-size:1.1em;
/* 9  */ 		font-weight:bold;
/* 10 */ 		line-height: 1.5;
/* 11 */ 		margin:1em 0;
/* 12 */ 		min-height:3em;
/* 13 */ 		text-transform:uppercase;
/* 14 */ 		padding:.75em 0;
/* 15 */ 		position:relative;
/* 16 */ 		}
/* 17 */ 
/* 18 */ 		.pps-slide-count{
/* 19 */ 			display:block;
/* 20 */ 			text-align:center;
/* 21 */ 			text-transform:none;
/* 22 */ 			}
/* 23 */ 
/* 24 */ 		.pps-slider-nav .pps-next{
/* 25 */ 			padding-right:.2em;
/* 26 */ 			position:absolute;
/* 27 */ 			right:0;
/* 28 */ 			}
/* 29 */ 
/* 30 */ 		.pps-slider-nav .pps-prev{
/* 31 */ 			left:0;
/* 32 */ 			padding-left:.2em;
/* 33 */ 			position:absolute;
/* 34 */ 			}
/* 35 */ 
/* 36 */ 	.pps-slider-nav-bottom{
/* 37 */ 		margin-top:2.45em;
/* 38 */ 		text-align:left;
/* 39 */ 		}
/* 40 */ 
/* 41 */ 	.pps-slider-nav-bottom.first-slide{
/* 42 */ 	text-align:right;
/* 43 */ 	}
/* 44 */ 
/* 45 */ 	.pps-slider-nav-bottom.first-slide .pps-next{
/* 46 */ 		position:relative;
/* 47 */ 		}
/* 48 */ 	
/* 49 */ 	.pps-slider-nav-bottom .pps-prev{
/* 50 */ 		position:relative;

/* paged-post.css */

/* 51 */ 		}
/* 52 */ 
/* 53 */ /* new clearfix */
/* 54 */ .pps-clearfix:after {
/* 55 */ 	visibility: hidden;
/* 56 */ 	display: block;
/* 57 */ 	font-size: 0;
/* 58 */ 	content: " ";
/* 59 */ 	clear: both;
/* 60 */ 	height: 0;
/* 61 */ 	}
/* 62 */ 

/* front.css */

/* 1  */ @charset "UTF-8";
/* 2  */ /* CSS Document */
/* 3  */ 
/* 4  */ .proper_contact_form_wrap {max-width: 350px;}
/* 5  */ 
/* 6  */ .proper_contact_form {padding: 12px; box-shadow: 0 1px 5px #aaa; border-radius: 6px; background: #f9f9f9;}
/* 7  */ 	
/* 8  */ 	.proper_contact_form .form_field_wrap {padding: 6px; margin: 0 0 8px}
/* 9  */ 	
/* 10 */ 	.proper_contact_form label {display: block; font-weight: bold; margin: 0 0 4px}
/* 11 */ 	
/* 12 */ 	.proper_contact_form input[type=text], 
/* 13 */ 	.proper_contact_form input[type=email], 
/* 14 */ 	.proper_contact_form input[type=url], 
/* 15 */ 	.proper_contact_form textarea,
/* 16 */ 	.proper_contact_form select {width: 98%; display: block; font-size: 1.1em; font-family: inherit}
/* 17 */ 	
/* 18 */ 	.proper_contact_form input[type=text], 
/* 19 */ 	.proper_contact_form input[type=email], 
/* 20 */ 	.proper_contact_form input[type=url], 
/* 21 */ 	.proper_contact_form textarea {border: 1px #ccc solid; border-radius: 2px; padding: 6px 2px;}
/* 22 */ 	
/* 23 */ 	.proper_contact_form textarea {height: 80px}
/* 24 */ 	
/* 25 */ 	.proper_contact_form input[type=submit] {padding: 8px 12px; color: #fff; background: #5cb200; border: none; border-radius: 4px; font-size: 14px; font-weight: bold; font-family: inherit}
/* 26 */ 
/* 27 */ .proper_error_box {padding: 12px; background: #ffbbba; margin: 0 0 20px; border-radius: 2px;}
/* 28 */ 	
/* 29 */ 	.proper_error_box h6 {font-size: 14px; font-weight: bold; margin: 0 0 6px;}
/* 30 */ 	
/* 31 */ 	.proper_contact_form .error input[type=text], 
/* 32 */ 	.proper_contact_form .error input[type=email], 
/* 33 */ 	.proper_contact_form .error input[type=url], 
/* 34 */ 	.proper_contact_form .error textarea {border-color: red}
/* 35 */ 
