/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/job-manager/css

*/

/* display.css */

/* 1   */ #jobman_login, #jobman_loggedin {
/* 2   */ 	text-align: left;
/* 3   */ 	padding: 10px 0;
/* 4   */ }
/* 5   */ 
/* 6   */ #jobman_login input.username, #jobman_login input.password {
/* 7   */ 	width: 100px;
/* 8   */ 	margin-right: 10px;
/* 9   */ }
/* 10  */ 
/* 11  */ #jobman_login br, #jobman_register br {
/* 12  */ 	display: none;
/* 13  */ }
/* 14  */ 
/* 15  */ #jobman_login span {
/* 16  */ 	display: block;
/* 17  */ 	text-align: right;
/* 18  */ }
/* 19  */ 
/* 20  */ #jobman_loggedin span.message, #jobman_login span.message {
/* 21  */ 	text-align: left;
/* 22  */ 	padding: 10px 0;
/* 23  */ }
/* 24  */ 
/* 25  */ #jobman_register input.submit {
/* 26  */ 	float: right;
/* 27  */ }
/* 28  */ 
/* 29  */ #jobman_register table {
/* 30  */ 	text-align: left;
/* 31  */ 	width: 100%;
/* 32  */ }
/* 33  */ 
/* 34  */ #jobman_register th {
/* 35  */ 	width: 130px;
/* 36  */ }
/* 37  */ 
/* 38  */ #jobman_register td.error {
/* 39  */ 	color: red;
/* 40  */ }
/* 41  */ 
/* 42  */ table.jobs-table, table.job-table, table.job-apply-table {
/* 43  */ 	width: 100%;
/* 44  */ 	text-align: left;
/* 45  */ }
/* 46  */ 
/* 47  */ table.jobs-table th, table.job-table th {
/* 48  */ 	font-weight: bold;
/* 49  */ 	text-align: left;
/* 50  */ }

/* display.css */

/* 51  */ 
/* 52  */ table.job-table th {
/* 53  */ 	width: 100px;
/* 54  */ }
/* 55  */ 
/* 56  */ table.highlighted {
/* 57  */ 	background-color: #eef;
/* 58  */ }
/* 59  */ 
/* 60  */ table.jobs-table tr.highlighted td{
/* 61  */ 	background-color: #eef;
/* 62  */ }
/* 63  */ 
/* 64  */ td.jobs-moreinfo, td.jobs-applynow {
/* 65  */ 	font-weight: bold;
/* 66  */ 	text-align: center;
/* 67  */ 	vertical-align: middle;
/* 68  */ }
/* 69  */ 
/* 70  */ td.jobs-moreinfo a, td.jobs-applynow  a{
/* 71  */ 	width: 100%;
/* 72  */ }
/* 73  */ 
/* 74  */ table.job-apply-table th, table.job-apply-table td.th {
/* 75  */ 	width: 40%;
/* 76  */ }
/* 77  */ 
/* 78  */ table.job-apply-table td {
/* 79  */ 	width: 60%;
/* 80  */ }
/* 81  */ 
/* 82  */ #ui-datepicker-div {
/* 83  */ 	background-color: #fff;
/* 84  */ 	border: 1px solid #000;
/* 85  */ }
/* 86  */ 
/* 87  */ div.ui-datepicker-header a {
/* 88  */ 	cursor: pointer;
/* 89  */ }
/* 90  */ 
/* 91  */ a.ui-datepicker-next {
/* 92  */ 	float: right;
/* 93  */ }
/* 94  */ 
/* 95  */ div.ui-datepicker-title {
/* 96  */ 	text-align: center;
/* 97  */ }
/* 98  */ 
/* 99  */ td.ui-datepicker-current-day {
/* 100 */ 	border: 1px solid #111;

/* display.css */

/* 101 */ }
/* 102 */ 
/* 103 */ table.ui-datepicker-calendar td {
/* 104 */ 	text-align: center;
/* 105 */ 	width: 25px;
/* 106 */ 	height: 25px;
/* 107 */ }
/* 108 */ 
/* 109 */ p.jobmanpromo {
/* 110 */ 	padding-top: 20px;
/* 111 */ 	clear: left;
/* 112 */ }
/* 113 */ 
/* 114 */ #jobman-jobselect-echo, #jobman-catselect-echo {
/* 115 */ 	cursor: pointer;
/* 116 */ 	border: 1px solid #ccc;
/* 117 */ 	padding: 1px;
/* 118 */ }
/* 119 */ 
/* 120 */ #jobman-jobselect-close a, #jobman-catselect-close a {
/* 121 */ 	font-family: Helvetica, Arial, sans-serif;
/* 122 */ 	font-size: 10px;
/* 123 */ 	float: right;
/* 124 */ 	margin-top: -10px;
/* 125 */ }
/* 126 */ 
/* 127 */ span.jobselect-popout, span.catselect-popout {
/* 128 */ 	position: absolute;
/* 129 */ 	display: block;
/* 130 */ 	background-color: #f1f1f1;
/* 131 */ 	border: 1px solid #7d7e88;
/* 132 */ 	padding: 10px 5px 5px;
/* 133 */ }
/* 134 */ 
/* 135 */ span.jobselect-popout span, span.catselect-popout span {
/* 136 */ 	display: block;
/* 137 */ 	min-width: 150px;
/* 138 */ }
/* 139 */ 
/* 140 */ div.job-nav div.previous {
/* 141 */ 	float: left;
/* 142 */ 	width: 20%;
/* 143 */ 	text-align: left;
/* 144 */ 	min-height: 16px;
/* 145 */ }
/* 146 */ 
/* 147 */ div.job-nav div.this {
/* 148 */ 	text-align: center;
/* 149 */ 	float: left;
/* 150 */ 	width: 55%;

/* display.css */

/* 151 */ }
/* 152 */ 
/* 153 */ div.job-nav div.next {
/* 154 */ 	float: right;
/* 155 */ 	width: 20%;
/* 156 */ 	text-align: right;
/* 157 */ 	min-height: 16px;
/* 158 */ }
/* 159 */ 
/* 160 */ div.jobman-error {
/* 161 */ 	border: 1px solid red;
/* 162 */ 	background-color: #fcc;
/* 163 */ 	font-weight: bold;
/* 164 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/simple-tooltips

*/

/* zebra_tooltips.css */

/* 1  */ .Zebra_Tooltip {
/* 2  */     position: absolute;
/* 3  */     z-index: 99999;
/* 4  */     background: transparent;
/* 5  */     font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
/* 6  */ }
/* 7  */ 
/* 8  */ .Zebra_Tooltip .Zebra_Tooltip_Message {
/* 9  */     position: relative;
/* 10 */     padding: 20px;
/* 11 */     font-size: inherit;
/* 12 */     text-align: left;
/* 13 */     font-weight: normal;
/* 14 */     line-height: inherit;
/* 15 */     -webkit-border-radius: 5px;
/* 16 */     -moz-border-radius: 5px;
/* 17 */     border-radius: 5px;
/* 18 */     -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
/* 19 */     -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
/* 20 */     box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
/* 21 */     *margin-right: 0;
/* 22 */     _width:expression(document.body.clientWidth > 250 ? '250px': 'auto'); /* max-width for IE6 */
/* 23 */ }
/* 24 */ 
/* 25 */ .Zebra_Tooltip .Zebra_Tooltip_Arrow         { position: absolute; height: 10px; width: 20px; overflow: hidden }
/* 26 */ 
/* 27 */ .Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom  { bottom: 0 }
/* 28 */ .Zebra_Tooltip .Zebra_Tooltip_Arrow_Top     { top: 0    }
/* 29 */ 
/* 30 */ .Zebra_Tooltip .Zebra_Tooltip_Arrow div {
/* 31 */     position: absolute;
/* 32 */     border-style: solid;
/* 33 */     border-width: 10px;
/* 34 */     height: 0;
/* 35 */     width: 0;
/* 36 */     left: 0;
/* 37 */     _border-left-color: pink;
/* 38 */     _border-right-color: pink;
/* 39 */     _filter: chroma(color=pink);
/* 40 */ }
/* 41 */ 
/* 42 */ .Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom div  {
/* 43 */     top: 0;
/* 44 */     _border-bottom-color: pink;
/* 45 */ }
/* 46 */ 
/* 47 */ .Zebra_Tooltip .Zebra_Tooltip_Arrow_Top div     {
/* 48 */     bottom: 0;
/* 49 */     _border-top-color: pink;
/* 50 */ }

/* zebra_tooltips.css */

/* 51 */ 
/* 52 */ .Zebra_Tooltip .Zebra_Tooltip_Close {
/* 53 */     text-decoration: none;
/* 54 */     color: #FFF;
/* 55 */     position: absolute;
/* 56 */     right: 8px;
/* 57 */     top: 1px;
/* 58 */     font-size: inherit;
/* 59 */     font-weight: bold;
/* 60 */ }
/* 61 */ 
/* 62 */ .Zebra_Tooltip .Zebra_Tooltip_Close:hover {
/* 63 */     color: #C40000;
/* 64 */ }
/* 65 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/LayerSlider/static/css

file-relative URI  : blank.gif
path prepended     : /nas/content/live/aversan/wp-content/plugins/LayerSlider/static/css/blank.gif
docroot stripped   : /wp-content/plugins/LayerSlider/static/css/blank.gif
traversals removed : /wp-content/plugins/LayerSlider/static/css/blank.gif

file-relative URI  : blank.gif
path prepended     : /nas/content/live/aversan/wp-content/plugins/LayerSlider/static/css/blank.gif
docroot stripped   : /wp-content/plugins/LayerSlider/static/css/blank.gif
traversals removed : /wp-content/plugins/LayerSlider/static/css/blank.gif

*/

/* layerslider.css */

/* 1   */ 
/* 2   */ /*
/* 3   *| 	* Style settings of LayerSlider
/* 4   *| 	*
/* 5   *| 	* (c) 2011-2014 George Krupa, John Gera & Kreatura Media
/* 6   *| 	*
/* 7   *| 	* Plugin web:			http://kreaturamedia.com/
/* 8   *| 	* Licenses: 			http://codecanyon.net/licenses/
/* 9   *| */
/* 10  */ 
/* 11  */ 
/* 12  */ 
/* 13  */ /* Global settings */
/* 14  */ 
/* 15  */ .ls-container {
/* 16  */ 	visibility: hidden;
/* 17  */ 	position: relative;
/* 18  */ }
/* 19  */ 
/* 20  */ .ls-lt-container {
/* 21  */ 	position: absolute;
/* 22  */ }
/* 23  */ 
/* 24  */ .ls-lt-container,
/* 25  */ .ls-lt-container * {
/* 26  */ 	text-align: left !important;
/* 27  */ 	direction: ltr !important;
/* 28  */ }
/* 29  */ 
/* 30  */ .ls-container-fullscreen {
/* 31  */ 	margin: 0 auto !important;
/* 32  */ 	padding: 2% !important;
/* 33  */ 	background: black !important;
/* 34  */ 	border-radius: 0 !important;
/* 35  */ 	-moz-border-radius: 0 !important;
/* 36  */ 	-webkit-border-radius: 0 !important;
/* 37  */ 	border: none !important;
/* 38  */ }
/* 39  */ 
/* 40  */ .ls-container-fullscreen .ls-thumbnail-wrapper,
/* 41  */ .ls-container-fullscreen .ls-fullscreen,
/* 42  */ .ls-container-fullscreen .ls-shadow {
/* 43  */ 	display: none !important;
/* 44  */ }
/* 45  */ 
/* 46  */ .ls-overflow-hidden {
/* 47  */ 	overflow: hidden;
/* 48  */ }
/* 49  */ 
/* 50  */ .ls-inner {

/* layerslider.css */

/* 51  */ 	position: relative;
/* 52  */ 	background-position: center center;
/* 53  */ 	z-index: 2;
/* 54  */ }
/* 55  */ 
/* 56  */ .ls-loading-container {
/* 57  */ 	position: absolute !important;
/* 58  */ 	display: none;
/* 59  */ 	z-index: 3 !important;
/* 60  */ 	left: 50% !important;
/* 61  */ 	top: 50% !important;
/* 62  */ }
/* 63  */ 
/* 64  */ .ls-loading-indicator {
/* 65  */ 	margin: 0 auto;
/* 66  */ }
/* 67  */ 
/* 68  */ .ls-inner,
/* 69  */ .ls-slide {
/* 70  */ 	width: 100%;
/* 71  */ 	height: 100%;
/* 72  */ }
/* 73  */ 
/* 74  */ .ls-slide,
/* 75  */ .ls-layer {
/* 76  */ 	position: absolute;
/* 77  */ 	display: none;
/* 78  */ 	background-position: center center;
/* 79  */ 	overflow: hidden;
/* 80  */ }
/* 81  */ 
/* 82  */ .ls-active,
/* 83  */ .ls-animating {
/* 84  */ 	display: block !important;
/* 85  */ }
/* 86  */ 
/* 87  */ .ls-slide > * {
/* 88  */ 	position: absolute;
/* 89  */ 	line-height: normal;
/* 90  */ 	margin: 0;
/* 91  */ 	left: 0;
/* 92  */ 	top: 0;
/* 93  */ }
/* 94  */ 
/* 95  */ .ls-slide .ls-bg {
/* 96  */ 	left: 0px;
/* 97  */ 	top: 0px;
/* 98  */ 	transform: none !important;
/* 99  */ 	-o-transform: none !important;
/* 100 */ 	-ms-transform: none !important;

/* layerslider.css */

/* 101 */ 	-moz-transform: none !important;
/* 102 */ 	-webkit-transform: none !important;
/* 103 */ }
/* 104 */ 
/* 105 */ .ls-yourlogo {
/* 106 */ 	position: absolute;
/* 107 */ 	z-index: 99;
/* 108 */ }
/* 109 */ 
/* 110 */ 
/* 111 */ 
/* 112 */ /* Timers */
/* 113 */ 
/* 114 */ .ls-bar-timer {
/* 115 */ 	position: absolute;
/* 116 */ 	width: 0;
/* 117 */ 	height: 2px;
/* 118 */ 	background: white;
/* 119 */ 	border-bottom: 2px solid #555;
/* 120 */ 	opacity: .55;
/* 121 */ 	filter: alpha(opacity=55);
/* 122 */ 	z-index: 4;
/* 123 */ 	top: 0;
/* 124 */ }
/* 125 */ 
/* 126 */ .ls-circle-timer {
/* 127 */ 	width: 16px;
/* 128 */ 	height: 16px;
/* 129 */ 	position: absolute;
/* 130 */ 	right: 10px;
/* 131 */ 	top: 10px;
/* 132 */ 	z-index: 4;
/* 133 */ 	opacity: .65;
/* 134 */ 	filter: alpha(opacity=65);
/* 135 */ 	display: none;
/* 136 */ }
/* 137 */ 
/* 138 */ .ls-ct-half {
/* 139 */ 	background: white;
/* 140 */ }
/* 141 */ 
/* 142 */ .ls-ct-center {
/* 143 */ 	background: #444;
/* 144 */ }
/* 145 */ 
/* 146 */ .ls-ct-left,
/* 147 */ .ls-ct-right {
/* 148 */ 	width: 50%;
/* 149 */ 	height: 100%;
/* 150 */ 	overflow: hidden;

/* layerslider.css */

/* 151 */ }
/* 152 */ 
/* 153 */ .ls-ct-left,
/* 154 */ .ls-ct-right {
/* 155 */ 	float: left;
/* 156 */ 	position: relative;
/* 157 */ }
/* 158 */ 
/* 159 */ .ls-ct-rotate {
/* 160 */ 	width: 200%;
/* 161 */ 	height: 100%;
/* 162 */ 	position: absolute;
/* 163 */ 	top: 0;
/* 164 */ }
/* 165 */ 
/* 166 */ .ls-ct-left .ls-ct-rotate,
/* 167 */ .ls-ct-right .ls-ct-hider,
/* 168 */ .ls-ct-right .ls-ct-half {
/* 169 */ 	left: 0;
/* 170 */ }
/* 171 */ 
/* 172 */ .ls-ct-right .ls-ct-rotate,
/* 173 */ .ls-ct-left .ls-ct-hider,
/* 174 */ .ls-ct-left .ls-ct-half {
/* 175 */ 	right: 0;
/* 176 */ }
/* 177 */ 
/* 178 */ .ls-ct-hider,
/* 179 */ .ls-ct-half {
/* 180 */ 	position: absolute;
/* 181 */ 	top: 0;
/* 182 */ }
/* 183 */ 
/* 184 */ .ls-ct-hider {
/* 185 */ 	width: 50%;
/* 186 */ 	height: 100%;
/* 187 */ 	overflow: hidden;
/* 188 */ }
/* 189 */ 
/* 190 */ .ls-ct-half {
/* 191 */ 	width: 200%;
/* 192 */ 	height: 100%;
/* 193 */ }
/* 194 */ 
/* 195 */ .ls-ct-center {
/* 196 */ 	width: 50%;
/* 197 */ 	height: 50%;
/* 198 */ 	left: 25%;
/* 199 */ 	top: 25%;
/* 200 */ 	position: absolute;

/* layerslider.css */

/* 201 */ }
/* 202 */ 
/* 203 */ .ls-ct-half,
/* 204 */ .ls-ct-center {
/* 205 */ 	border-radius: 100px;
/* 206 */ 	-moz-border-radius: 100px;
/* 207 */ 	-webkit-border-radius: 100px;
/* 208 */ }
/* 209 */ 
/* 210 */ 
/* 211 */ 
/* 212 */ /* Navigation */
/* 213 */ 
/* 214 */ .ls-bottom-nav-wrapper {
/* 215 */ 	height: 0;
/* 216 */ }
/* 217 */ 
/* 218 */ .ls-bottom-slidebuttons {
/* 219 */ 	text-align: left;
/* 220 */ }
/* 221 */ 
/* 222 */ .ls-bottom-nav-wrapper,
/* 223 */ .ls-below-thumbnails {
/* 224 */ 	z-index: 2;
/* 225 */ 	height: 0;
/* 226 */ 	position: relative;
/* 227 */ 	text-align: center;
/* 228 */ 	margin: 0 auto;
/* 229 */ }
/* 230 */ 
/* 231 */ .ls-below-thumbnails {
/* 232 */ 	display: none;
/* 233 */ 	z-index: 6;
/* 234 */ }
/* 235 */ 
/* 236 */ .ls-bottom-nav-wrapper a,
/* 237 */ .ls-nav-prev,
/* 238 */ .ls-nav-next {
/* 239 */ 	outline: none;
/* 240 */ }
/* 241 */ 
/* 242 */ * .ls-bottom-nav-wrapper *,
/* 243 */ * .ls-bottom-nav-wrapper span * {
/* 244 */ 	direction: ltr !important;
/* 245 */ }
/* 246 */ 
/* 247 */ .ls-bottom-slidebuttons {
/* 248 */ 	position: relative;
/* 249 */ 	z-index: 1000;
/* 250 */ }

/* layerslider.css */

/* 251 */ 
/* 252 */ .ls-bottom-slidebuttons,
/* 253 */ .ls-nav-start,
/* 254 */ .ls-nav-stop,
/* 255 */ .ls-nav-sides {
/* 256 */ 	position: relative;
/* 257 */ }
/* 258 */ 
/* 259 */ .ls-nothumb {
/* 260 */ 	text-align: center !important;
/* 261 */ }
/* 262 */ 
/* 263 */ .ls-link {
/* 264 */ 	position: absolute;
/* 265 */ 	width: 100% !important;
/* 266 */ 	height: 100% !important;
/* 267 */ 	left: 0 !important;
/* 268 */ 	top: 0 !important;
/* 269 */ 	background-image: url(/wp-content/plugins/LayerSlider/static/css/blank.gif);
/* 270 */ }
/* 271 */ 
/* 272 */ .ls-slide > a > * {
/* 273 */ 	background-image: url(/wp-content/plugins/LayerSlider/static/css/blank.gif);
/* 274 */ }
/* 275 */ 
/* 276 */ 
/* 277 */ 
/* 278 */ /* Embedded videos */
/* 279 */ 
/* 280 */ .ls-vpcontainer {
/* 281 */ 	width: 100%;
/* 282 */ 	height: 100%;
/* 283 */ 	position: absolute;
/* 284 */ 	left: 0;
/* 285 */ 	top: 0;
/* 286 */ }
/* 287 */ 
/* 288 */ .ls-videopreview {
/* 289 */ 	width : 100%;
/* 290 */ 	height : 100%;
/* 291 */ 	position : absolute;
/* 292 */ 	left : 0;
/* 293 */ 	top : 0;
/* 294 */ 	cursor : pointer;
/* 295 */ }
/* 296 */ 
/* 297 */ .ls-playvideo {
/* 298 */ 	position: absolute;
/* 299 */ 	left: 50%;
/* 300 */ 	top: 50%;

/* layerslider.css */

/* 301 */ 	cursor: pointer;
/* 302 */ }
/* 303 */ 
/* 304 */ 
/* 305 */ 
/* 306 */ /* Thumbnails */
/* 307 */ 
/* 308 */ .ls-tn {
/* 309 */ 	display: none !important;
/* 310 */ }
/* 311 */ 
/* 312 */ .ls-thumbnail-hover {
/* 313 */ 	display: none;
/* 314 */ 	position: absolute;
/* 315 */ 	left: 0;
/* 316 */ }
/* 317 */ 
/* 318 */ .ls-thumbnail-hover-inner {
/* 319 */ 	width: 100%;
/* 320 */ 	height: 100%;
/* 321 */ 	position: absolute;
/* 322 */ 	left: 0;
/* 323 */ 	top: 0;
/* 324 */ 	display: none;
/* 325 */ }
/* 326 */ 
/* 327 */ .ls-thumbnail-hover-bg {
/* 328 */ 	position: absolute;
/* 329 */ 	width: 100%;
/* 330 */ 	height: 100%;
/* 331 */ 	left: 0;
/* 332 */ 	top: 0;
/* 333 */ }
/* 334 */ 
/* 335 */ .ls-thumbnail-hover-img {
/* 336 */ 	position: absolute;
/* 337 */ 	overflow: hidden;
/* 338 */ }
/* 339 */ 
/* 340 */ .ls-thumbnail-hover img {
/* 341 */ 	max-width: none !important;
/* 342 */ 	position: absolute;
/* 343 */ 	display: inline-block;
/* 344 */ 	visibility: visible !important;
/* 345 */ 	left: 50%;
/* 346 */ 	top: 0;
/* 347 */ }
/* 348 */ 
/* 349 */ .ls-thumbnail-hover span {
/* 350 */ 	left: 50%;

/* layerslider.css */

/* 351 */ 	top: 100%;
/* 352 */ 	width: 0;
/* 353 */ 	height: 0;
/* 354 */ 	display: block;
/* 355 */ 	position: absolute;
/* 356 */ 	border-left-color: transparent !important;
/* 357 */ 	border-right-color: transparent !important;
/* 358 */ 	border-bottom-color: transparent !important;
/* 359 */ }
/* 360 */ 
/* 361 */ .ls-thumbnail-wrapper {
/* 362 */ 	position: relative;
/* 363 */ 	width: 100%;
/* 364 */ 	margin: 0 auto;
/* 365 */ 	z-index: 4;
/* 366 */ }
/* 367 */ 
/* 368 */ .ls-thumbnail {
/* 369 */ 	position: relative;
/* 370 */ 	margin: 0 auto;
/* 371 */ }
/* 372 */ 
/* 373 */ .ls-thumbnail-inner,
/* 374 */ .ls-thumbnail-slide-container {
/* 375 */ 	width: 100%;
/* 376 */ }
/* 377 */ 
/* 378 */ .ls-thumbnail-slide-container {
/* 379 */ 	overflow: hidden !important;
/* 380 */ 	position: relative;
/* 381 */ }
/* 382 */ 
/* 383 */ .ls-touchscroll {
/* 384 */ 	overflow-x: auto !important;
/* 385 */ }
/* 386 */ 
/* 387 */ .ls-thumbnail-slide {
/* 388 */ 	text-align: center;
/* 389 */ 	white-space: nowrap;
/* 390 */ 	float: left;
/* 391 */ 	position: relative;
/* 392 */ }
/* 393 */ 
/* 394 */ .ls-thumbnail-slide a {
/* 395 */ 	overflow: hidden;
/* 396 */ 	display: inline-block;
/* 397 */ 	width: 0;
/* 398 */ 	height: 0;
/* 399 */ 	position: relative;
/* 400 */ }

/* layerslider.css */

/* 401 */ 
/* 402 */ .ls-thumbnail-slide img {
/* 403 */ 	max-width: none !important;
/* 404 */ 	max-height: 100% !important;
/* 405 */ 	height: 100%;
/* 406 */ 	visibility: visible !important;
/* 407 */ }
/* 408 */ 
/* 409 */ .ls-shadow {
/* 410 */ 	display: none;
/* 411 */ 	position: absolute;
/* 412 */ 	z-index: 1;
/* 413 */ 	top: 100%;
/* 414 */ 	width: 100%;
/* 415 */ 	left: 0;
/* 416 */ 	overflow: hidden !important;
/* 417 */ 	visibility: hidden;
/* 418 */ }
/* 419 */ 
/* 420 */ .ls-shadow img {
/* 421 */ 	width: 100% !important;
/* 422 */ 	height: auto !important;
/* 423 */ 	position: absolute !important;
/* 424 */ 	left: 0 !important;
/* 425 */ 	bottom: 0 !important;
/* 426 */ }
/* 427 */ 
/* 428 */ .ls-bottom-nav-wrapper,
/* 429 */ .ls-thumbnail-wrapper,
/* 430 */ .ls-nav-prev,
/* 431 */ .ls-nav-next {
/* 432 */ 	visibility: hidden;
/* 433 */ }
/* 434 */ 
/* 435 */ 
/* 436 */ 
/* 437 */ /* WP plugin fullwidth */
/* 438 */ 
/* 439 */ .ls-wp-fullwidth-container {
/* 440 */ 	width: 100%;
/* 441 */ 	position: relative;
/* 442 */ }
/* 443 */ 
/* 444 */ .ls-wp-fullwidth-helper {
/* 445 */ 	position: absolute;
/* 446 */ }
/* 447 */ 
/* 448 */ 
/* 449 */ 
/* 450 */ /* 2D & 3D Layer Transitions */

/* layerslider.css */

/* 451 */ 
/* 452 */ .ls-overflow-hidden {
/* 453 */ 	overflow: hidden;
/* 454 */ }
/* 455 */ 
/* 456 */ .ls-lt-tile {
/* 457 */ 	position: relative;
/* 458 */ 	float: left;
/* 459 */ 	perspective: 1000px;
/* 460 */ 	-o-perspective: 1000px;
/* 461 */ 	-ms-perspective: 1000px;
/* 462 */ 	-moz-perspective: 1000px;
/* 463 */ 	-webkit-perspective: 1000px;
/* 464 */ }
/* 465 */ 
/* 466 */ .ls-lt-tile img {
/* 467 */ 	visibility: visible;
/* 468 */ 	display: inline-block;
/* 469 */ }
/* 470 */ 
/* 471 */ .ls-curtiles {
/* 472 */ 	overflow: hidden;
/* 473 */ }
/* 474 */ 
/* 475 */ .ls-curtiles,
/* 476 */ .ls-nexttiles {
/* 477 */ 	position: absolute;
/* 478 */ 	width: 100%;
/* 479 */ 	height: 100%;
/* 480 */ 	left: 0;
/* 481 */ 	top: 0;
/* 482 */ }
/* 483 */ 
/* 484 */ .ls-curtile, .ls-nexttile {
/* 485 */ 	overflow: hidden;
/* 486 */ 	position: absolute;
/* 487 */ 	width: 100% !important;
/* 488 */ 	height: 100% !important;
/* 489 */ 	backface-visibility: hidden;
/* 490 */ 	-o-backface-visibility: hidden;
/* 491 */ 	-ms-backface-visibility: hidden;
/* 492 */ 	-moz-backface-visibility: hidden;
/* 493 */ 	-webkit-backface-visibility: hidden;
/* 494 */ }
/* 495 */ 
/* 496 */ .ls-curtile {
/* 497 */ 	left: 0;
/* 498 */ 	top: 0;
/* 499 */ }
/* 500 */ 

/* layerslider.css */

/* 501 */ .ls-curtile img,
/* 502 */ .ls-nexttile img {
/* 503 */ 	position: absolute;
/* 504 */ 	filter: inherit;
/* 505 */ }
/* 506 */ 
/* 507 */ .ls-3d-container {
/* 508 */ 	position: relative;
/* 509 */ 	overflow: visible !important;
/* 510 */ }
/* 511 */ 
/* 512 */ .ls-3d-box {
/* 513 */ 	position: absolute;
/* 514 */ 	top: 50%;
/* 515 */ 	left: 50%;
/* 516 */ 	transform-style: preserve-3d;
/* 517 */ 	-o-transform-style: preserve-3d;
/* 518 */ 	-ms-transform-style: preserve-3d;
/* 519 */ 	-moz-transform-style: preserve-3d;
/* 520 */ 	-webkit-transform-style: preserve-3d;
/* 521 */ }
/* 522 */ 
/* 523 */ .ls-3d-box div {
/* 524 */ 	overflow: hidden;
/* 525 */ 	background: #777;
/* 526 */ 	margin: 0;
/* 527 */ 	padding: 0;
/* 528 */ 	position: absolute;
/* 529 */ }
/* 530 */ 
/* 531 */ 
/* 532 */ 
/* 533 */ /* Full screen */
/* 534 */ 
/* 535 */ .ls-fullscreen {
/* 536 */ 	position: absolute;
/* 537 */ 	z-index: 10;
/* 538 */ 	cursor: pointer;
/* 539 */ 	display: block;
/* 540 */ }
/* 541 */ 
/* 542 */ 
/* 543 */ 
/* 544 */ /* Removing all default global styles of WordPress themes */
/* 545 */ 
/* 546 */ html * .ls-nav-prev,
/* 547 */ html * .ls-nav-next,
/* 548 */ html * .ls-container img,
/* 549 */ html * .ls-bottom-nav-wrapper a,
/* 550 */ html * .ls-container .ls-fullscreen,

/* layerslider.css */

/* 551 */ body * .ls-nav-prev,
/* 552 */ body * .ls-nav-next,
/* 553 */ body * .ls-container img,
/* 554 */ body * .ls-bottom-nav-wrapper a,
/* 555 */ body * .ls-container .ls-fullscreen,
/* 556 */ #ls-global * .ls-nav-prev,
/* 557 */ #ls-global * .ls-nav-next,
/* 558 */ #ls-global * .ls-container img,
/* 559 */ #ls-global * .ls-bottom-nav-wrapper a,
/* 560 */ #ls-global * .ls-container .ls-fullscreen,
/* 561 */ html * .ls-thumbnail a,
/* 562 */ body * .ls-thumbnail a,
/* 563 */ #ls-global * .ls-thumbnail a {
/* 564 */ 	transition: none;
/* 565 */ 	-o-transition: none;
/* 566 */ 	-ms-transition: none;
/* 567 */ 	-moz-transition: none;
/* 568 */ 	-webkit-transition: none;
/* 569 */ 	line-height: normal;
/* 570 */ 	outline: none;
/* 571 */ 	padding: 0;
/* 572 */ 	border: 0;
/* 573 */ }
/* 574 */ 
/* 575 */ html * .ls-slide > a,
/* 576 */ body * .ls-slide > a,
/* 577 */ #ls-global * .ls-slide > a,
/* 578 */ html * .ls-slide > h1,
/* 579 */ body * .ls-slide > h1,
/* 580 */ #ls-global * .ls-slide > h1,
/* 581 */ html * .ls-slide > h2,
/* 582 */ body * .ls-slide > h2,
/* 583 */ #ls-global * .ls-slide > h2,
/* 584 */ html * .ls-slide > h3,
/* 585 */ body * .ls-slide > h3,
/* 586 */ #ls-global * .ls-slide > h3,
/* 587 */ html * .ls-slide > h4,
/* 588 */ body * .ls-slide > h4,
/* 589 */ #ls-global * .ls-slide > h4,
/* 590 */ html * .ls-slide > h5,
/* 591 */ body * .ls-slide > h5,
/* 592 */ #ls-global * .ls-slide > h5,
/* 593 */ html * .ls-slide > p,
/* 594 */ body * .ls-slide > p,
/* 595 */ #ls-global * .ls-slide > p,
/* 596 */ html * .ls-slide > div,
/* 597 */ body * .ls-slide > div,
/* 598 */ #ls-global * .ls-slide > div,
/* 599 */ html * .ls-slide > span,
/* 600 */ body * .ls-slide > span,

/* layerslider.css */

/* 601 */ #ls-global * .ls-slide > span,
/* 602 */ html * .ls-slide > *,
/* 603 */ body * .ls-slide > *,
/* 604 */ #ls-global * .ls-slide > * {
/* 605 */ 	transition: none;
/* 606 */ 	-o-transition: none;
/* 607 */ 	-ms-transition: none;
/* 608 */ 	-moz-transition: none;
/* 609 */ 	-webkit-transition: none;
/* 610 */ }
/* 611 */ 
/* 612 */ html * .ls-slide > *,
/* 613 */ body * .ls-slide > *,
/* 614 */ #ls-global * .ls-slide > * {
/* 615 */ 	margin: 0;
/* 616 */ }
/* 617 */ 
/* 618 */ html * .ls-container img,
/* 619 */ body * .ls-container img,
/* 620 */ #ls-global * .ls-container img {
/* 621 */ 	background: none !important;
/* 622 */ 	min-width: 0 !important;
/* 623 */ 	max-width: none !important;
/* 624 */ 	border-radius: 0;
/* 625 */ 	box-shadow: none;
/* 626 */ 	border: 0;
/* 627 */ 	padding: 0;
/* 628 */ }
/* 629 */ 
/* 630 */ /*html * .ls-thumbnail a img,
/* 631 *| body * .ls-thumbnail a img,
/* 632 *| #ls-global * .ls-thumbnail a img {
/* 633 *| 	min-width: 100% !important;
/* 634 *| }
/* 635 *| */
/* 636 */ 
/* 637 */ html * .ls-wp-container .ls-slide > *,
/* 638 */ body * .ls-wp-container .ls-slide > *,
/* 639 */ #ls-global * .ls-wp-container .ls-slide > * {
/* 640 */ 	line-height: normal;
/* 641 */ 	outline: none;
/* 642 */ 	padding: 0;
/* 643 */ 	margin: 0;
/* 644 */ 	border: 0;
/* 645 */ }
/* 646 */ 
/* 647 */ html * .ls-wp-container .ls-slide > a > *,
/* 648 */ body * .ls-wp-container .ls-slide > a > *,
/* 649 */ #ls-global * .ls-wp-container .ls-slide > a > * {
/* 650 */ 	margin: 0;

/* layerslider.css */

/* 651 */ }
/* 652 */ 
/* 653 */ html * .ls-wp-container .ls-slide > a,
/* 654 */ body * .ls-wp-container .ls-slide > a,
/* 655 */ #ls-global * .ls-wp-container .ls-slide > a {
/* 656 */ 	text-decoration: none;
/* 657 */ }
/* 658 */ 
/* 659 */ .ls-wp-fullwidth-container,
/* 660 */ .ls-wp-fullwidth-helper,
/* 661 */ .ls-container,
/* 662 */ .ls-container * {
/* 663 */ 	box-sizing: content-box !important;
/* 664 */ 	-moz-box-sizing: content-box !important;
/* 665 */ 	-webkit-box-sizing: content-box !important;
/* 666 */ }
/* 667 */ 
/* 668 */ html * .ls-yourlogo,
/* 669 */ body * .ls-yourlogo,
/* 670 */ #ls-global * .ls-yourlogo {
/* 671 */ 	margin: 0;
/* 672 */ }
/* 673 */ 
/* 674 */ html * .ls-tn,
/* 675 */ body * .ls-tn,
/* 676 */ #ls-global * .ls-tn {
/* 677 */ 	display: none;
/* 678 */ }
/* 679 */ 
/* 680 */ .site {
/* 681 */ 	overflow: visible !important;
/* 682 */ }
/* 683 */ 
/* 684 */ 
/* 685 */ 
/* 686 */ /* Style of LayerSlider Debug Console */
/* 687 */ 
/* 688 */ .ls-debug-console * {
/* 689 */ 	margin: 0 !important;
/* 690 */ 	padding: 0 !important;
/* 691 */ 	border: 0 !important;
/* 692 */ 	color: white !important;
/* 693 */ 	text-shadow: none !important;
/* 694 */ 	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
/* 695 */ 	line-height: normal !important;
/* 696 */ 	-webkit-font-smoothing: antialiased !important;
/* 697 */ 	text-align: left !important;
/* 698 */ 	font-style: normal !important;
/* 699 */ }
/* 700 */ 

/* layerslider.css */

/* 701 */ .ls-debug-console h1 {
/* 702 */ 	padding-top: 10px !important;
/* 703 */ 	font-size: 17px !important;
/* 704 */ 	font-weight: bold !important;
/* 705 */ }
/* 706 */ 
/* 707 */ .ls-debug-console h1:first-child {
/* 708 */ 	padding-top: 0 !important;
/* 709 */ }
/* 710 */ 
/* 711 */ .ls-debug-console ul {
/* 712 */ 	padding-top: 10px !important;
/* 713 */ 	list-style: none !important;
/* 714 */ }
/* 715 */ 
/* 716 */ .ls-debug-console li {
/* 717 */ 	margin-left: 10px !important;
/* 718 */ 	font-size: 13px !important;
/* 719 */ 	position: relative !important;
/* 720 */ 	font-weight: normal !important;
/* 721 */ }
/* 722 */ 
/* 723 */ html * .ls-debug-console li ul,
/* 724 */ body * .ls-debug-console li ul,
/* 725 */ #ls-global * .ls-debug-console li ul {
/* 726 */ 	display: none;
/* 727 */ 	width: 260px;
/* 728 */ 	left: -10px;
/* 729 */ }
/* 730 */ 
/* 731 */ .ls-debug-console li ul {
/* 732 */ 	position: absolute !important;
/* 733 */ 	bottom: 100% !important;
/* 734 */ 	padding: 10px 10px 10px 0 !important;
/* 735 */ 	background: white !important;
/* 736 */ 	border-radius: 10px !important;
/* 737 */ 	box-shadow: 0 0 20px black !important;
/* 738 */ }
/* 739 */ 
/* 740 */ html * .ls-debug-console li:hover ul,
/* 741 */ body * .ls-debug-console li:hover ul,
/* 742 */ #ls-global * .ls-debug-console li:hover ul {
/* 743 */ 	display: block;
/* 744 */ }
/* 745 */ 
/* 746 */ .ls-debug-console li ul * {
/* 747 */ 	color: black !important;
/* 748 */ }
/* 749 */ 
/* 750 */ .ls-debug-console a {

/* layerslider.css */

/* 751 */ 	text-decoration: none !important;
/* 752 */ 	border-bottom: 1px dotted white !important;
/* 753 */ }
/* 754 */ 
/* 755 */ .ls-error {
/* 756 */ 	border-radius: 5px !important;
/* 757 */ 	-moz-border-radius: 5px !important;
/* 758 */ 	-wenkit-border-radius: 5px !important;
/* 759 */ 	background: white !important;
/* 760 */ 	height: auto !important;
/* 761 */ 	width: auto !important;
/* 762 */ 	color: white !important;
/* 763 */ 	padding: 20px 40px 30px 80px !important;
/* 764 */ 	position: relative !important;
/* 765 */ 	box-shadow: 0 2px 20px -5px black;
/* 766 */ }
/* 767 */ 
/* 768 */ .ls-error p {
/* 769 */ 	line-height: normal !important;
/* 770 */ 	text-shadow: none !important;
/* 771 */ 	margin: 0 !important;
/* 772 */ 	padding: 0 !important;
/* 773 */ 	border: 0 !important;
/* 774 */ 	text-align: justify !important;
/* 775 */ 	font-family: Arial, sans-serif !important;
/* 776 */ }
/* 777 */ 
/* 778 */ .ls-error .ls-error-title {
/* 779 */ 	line-height: 40px !important;
/* 780 */ 	color: red !important;
/* 781 */ 	font-weight: bold !important;
/* 782 */ 	font-size: 16px !important;
/* 783 */ }
/* 784 */ 
/* 785 */ .ls-error .ls-error-text {
/* 786 */ 	color: #555 !important;
/* 787 */ 	font-weight: normal !important;
/* 788 */ 	font-size: 13px !important;
/* 789 */ }
/* 790 */ 
/* 791 */ .ls-error .ls-exclam {
/* 792 */ 	width: 40px !important;
/* 793 */ 	height: 40px !important;
/* 794 */ 	position: absolute !important;
/* 795 */ 	left: 20px !important;
/* 796 */ 	top: 20px !important;
/* 797 */ 	border-radius: 50px !important;
/* 798 */ 	-moz-border-radius: 50px !important;
/* 799 */ 	-webkit-border-radius: 50px !important;
/* 800 */ 	font-size: 30px !important;

/* layerslider.css */

/* 801 */ 	font-weight: bold !important;
/* 802 */ 	color: white !important;
/* 803 */ 	line-height: 40px !important;
/* 804 */ 	background: red !important;
/* 805 */ 	text-align: center !important;
/* 806 */ }
/* 807 */ 
/* 808 */ 
/* 809 */ 
/* 810 */ /* GPU Hardware Acceleration */
/* 811 */ 
/* 812 */ html * .ls-container .ls-shadow,
/* 813 */ html * .ls-container .ls-slide > *,
/* 814 */ html * .ls-container .ls-fullscreen,
/* 815 */ html * .ls-container .ls-3d-container,
/* 816 */ html * .ls-container .ls-lt-container,
/* 817 */ html * .ls-container .ls-lt-container *,
/* 818 */ html * .ls-container .ls-thumbnail-wrapper,
/* 819 */ html * .ls-container .ls-bottom-nav-wrapper,
/* 820 */ body * .ls-container .ls-shadow,
/* 821 */ body * .ls-container .ls-slide > *,
/* 822 */ body * .ls-container .ls-fullscreen,
/* 823 */ body * .ls-container .ls-3d-container,
/* 824 */ body * .ls-container .ls-lt-container,
/* 825 */ body * .ls-container .ls-lt-container *,
/* 826 */ body * .ls-container .ls-thumbnail-wrapper,
/* 827 */ body * .ls-container .ls-bottom-nav-wrapper,
/* 828 */ #ls-global * .ls-container .ls-shadow,
/* 829 */ #ls-global * .ls-container .ls-slide > *,
/* 830 */ #ls-global * .ls-container .ls-fullscreen,
/* 831 */ #ls-global * .ls-container .ls-3d-container,
/* 832 */ #ls-global * .ls-container .ls-lt-container,
/* 833 */ #ls-global * .ls-container .ls-lt-container *,
/* 834 */ #ls-global * .ls-container .ls-thumbnail-wrapper,
/* 835 */ #ls-global * .ls-container .ls-bottom-nav-wrapper,
/* 836 */ .ls-gpuhack {
/* 837 */ 	transform: translate3d(0, 0, 0);
/* 838 */ 	-o-transform: translate3d(0, 0, 0);
/* 839 */ 	-ms-transform: translate3d(0, 0, 0);
/* 840 */ 	-moz-transform: translate3d(0, 0, 0);
/* 841 */ 	-webkit-transform: translate3d(0, 0, 0);
/* 842 */ }
/* 843 */ 
/* 844 */ .ls-videohack {
/* 845 */ 	transform: none !important;
/* 846 */ 	-o-transform: none !important;
/* 847 */ 	-ms-transform: none !important;
/* 848 */ 	-moz-transform: none !important;
/* 849 */ 	-webkit-transform: none !important;
/* 850 */ 	transform-origin: none !important;

/* layerslider.css */

/* 851 */ 	-o-transform-origin: none !important;
/* 852 */ 	-ms-transform-origin: none !important;
/* 853 */ 	-moz-transform-origin: none !important;
/* 854 */ 	-webkit-transform-origin: none !important;
/* 855 */ }
/* 856 */ 
/* 857 */ .ls-oldiepnghack {
/* 858 */ 	filter: none !important;
/* 859 */ }
/* 860 */ 
/* 861 */ .ls-gpuhack {
/* 862 */ 	width: 100% !important;
/* 863 */ 	height: 100% !important;
/* 864 */ 	left: 0px !important;
/* 865 */ 	top: 0px !important;
/* 866 */ }
/* 867 */ 
/* 868 */ 
/* 869 */ html * .ls-container .ls-webkit-hack,
/* 870 */ body * .ls-container .ls-webkit-hack,
/* 871 */ #ls-global * .ls-container .ls-webkit-hack {
/* 872 */ 	width: 100%;
/* 873 */ 	height: 100%;
/* 874 */ 	position: absolute;
/* 875 */ 	left: 0;
/* 876 */ 	top: 0;
/* 877 */ 	z-index: 1;
/* 878 */ }
/* 879 */ 
/* 880 */ /* GPU */
/* 881 */ 
/* 882 */ @media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
/* 883 */ 	#ls-test3d {
/* 884 */ 		position: absolute;
/* 885 */ 		left: 9px;
/* 886 */ 		height: 3px;
/* 887 */ 	}
/* 888 */ }
/* 889 */ 
/* 890 */ /* Mobile features */
/* 891 */ 
/* 892 */ .ls-forcehide {
/* 893 */ 	display: none !important;
/* 894 */ }
/* 895 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/contact-form-7/includes/css

*/

/* styles.css */

/* 1  */ div.wpcf7 {
/* 2  */ 	margin: 0;
/* 3  */ 	padding: 0;
/* 4  */ }
/* 5  */ 
/* 6  */ div.wpcf7-response-output {
/* 7  */ 	margin: 2em 0.5em 1em;
/* 8  */ 	padding: 0.2em 1em;
/* 9  */ }
/* 10 */ 
/* 11 */ div.wpcf7 .screen-reader-response {
/* 12 */ 	position: absolute;
/* 13 */ 	overflow: hidden;
/* 14 */ 	clip: rect(1px, 1px, 1px, 1px);
/* 15 */ 	height: 1px;
/* 16 */ 	width: 1px;
/* 17 */ 	margin: 0;
/* 18 */ 	padding: 0;
/* 19 */ 	border: 0;
/* 20 */ }
/* 21 */ 
/* 22 */ div.wpcf7-mail-sent-ok {
/* 23 */ 	border: 2px solid #398f14;
/* 24 */ }
/* 25 */ 
/* 26 */ div.wpcf7-mail-sent-ng {
/* 27 */ 	border: 2px solid #ff0000;
/* 28 */ }
/* 29 */ 
/* 30 */ div.wpcf7-spam-blocked {
/* 31 */ 	border: 2px solid #ffa500;
/* 32 */ }
/* 33 */ 
/* 34 */ div.wpcf7-validation-errors {
/* 35 */ 	border: 2px solid #f7e700;
/* 36 */ }
/* 37 */ 
/* 38 */ span.wpcf7-form-control-wrap {
/* 39 */ 	position: relative;
/* 40 */ }
/* 41 */ 
/* 42 */ span.wpcf7-not-valid-tip {
/* 43 */ 	color: #f00;
/* 44 */ 	font-size: 1em;
/* 45 */ 	display: block;
/* 46 */ }
/* 47 */ 
/* 48 */ .use-floating-validation-tip span.wpcf7-not-valid-tip { 
/* 49 */ 	position: absolute;
/* 50 */ 	top: 20%;

/* styles.css */

/* 51 */ 	left: 20%;
/* 52 */ 	z-index: 100;
/* 53 */ 	border: 1px solid #ff0000;
/* 54 */ 	background: #fff;
/* 55 */ 	padding: .2em .8em;
/* 56 */ }
/* 57 */ 
/* 58 */ span.wpcf7-list-item {
/* 59 */ 	margin-left: 0.5em;
/* 60 */ }
/* 61 */ 
/* 62 */ .wpcf7-display-none {
/* 63 */ 	display: none;
/* 64 */ }
/* 65 */ 
/* 66 */ div.wpcf7 img.ajax-loader {
/* 67 */ 	border: none;
/* 68 */ 	vertical-align: middle;
/* 69 */ 	margin-left: 4px;
/* 70 */ }
/* 71 */ 
/* 72 */ div.wpcf7 div.ajax-error {
/* 73 */ 	display: none;
/* 74 */ }
/* 75 */ 
/* 76 */ div.wpcf7 .placeheld {
/* 77 */ 	color: #888;
/* 78 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/download-monitor-page-addon/assets/css

*/

/* page.css */

/* 1   */ .box-sizing {
/* 2   */   -webkit-box-sizing: border-box;
/* 3   */   /* Safari/Chrome, other WebKit */
/* 4   */ 
/* 5   */   -moz-box-sizing: border-box;
/* 6   */   /* Firefox, other Gecko */
/* 7   */ 
/* 8   */   box-sizing: border-box;
/* 9   */   /* Opera/IE 8+ */
/* 10  */ 
/* 11  */ }
/* 12  */ #download-page .download-information {
/* 13  */   overflow: hidden;
/* 14  */   zoom: 1;
/* 15  */ }
/* 16  */ #download-page .download-information aside {
/* 17  */   width: 20%;
/* 18  */   float: left;
/* 19  */ }
/* 20  */ #download-page .download-information aside img {
/* 21  */   width: 100%;
/* 22  */   height: auto;
/* 23  */   margin-bottom: 1em;
/* 24  */ }
/* 25  */ #download-page .download-information article {
/* 26  */   width: 75%;
/* 27  */   float: right;
/* 28  */ }
/* 29  */ #download-page .download-information article h1 {
/* 30  */   margin: 0 0 1em;
/* 31  */ }
/* 32  */ #download-page .download-information article td.name {
/* 33  */   font-weight: bold;
/* 34  */ }
/* 35  */ #download-page .download-information article .toggle-previous-versions {
/* 36  */   margin-left: 1em;
/* 37  */ }
/* 38  */ #download-page .download-information article .previous-versions {
/* 39  */   margin: .5em 0 0 0;
/* 40  */   padding: 0;
/* 41  */   border: 1px solid #ddd;
/* 42  */   border-bottom: 0;
/* 43  */   list-style: none outside;
/* 44  */ }
/* 45  */ #download-page .download-information article .previous-versions li {
/* 46  */   padding: .5em 1em;
/* 47  */   margin: 0;
/* 48  */   border-bottom: 1px solid #ddd;
/* 49  */ }
/* 50  */ #download-page .download-monitor-orderby,

/* page.css */

/* 51  */ #download-page .download-monitor-subcategories {
/* 52  */   list-style: none outside;
/* 53  */   overflow: hidden;
/* 54  */   zoom: 1;
/* 55  */   border: 1px solid #ddd;
/* 56  */   -webkit-border-radius: 4px;
/* 57  */   border-radius: 4px;
/* 58  */   margin: 0 0 1em;
/* 59  */   padding: .5em 1em;
/* 60  */ }
/* 61  */ #download-page .download-monitor-orderby li,
/* 62  */ #download-page .download-monitor-subcategories li {
/* 63  */   float: left;
/* 64  */   list-style: none outside;
/* 65  */   margin: 0 1em 0 0;
/* 66  */   padding: 0;
/* 67  */ }
/* 68  */ #download-page .download-monitor-orderby li a.active,
/* 69  */ #download-page .download-monitor-subcategories li a.active {
/* 70  */   text-decoration: none;
/* 71  */   color: inherit;
/* 72  */ }
/* 73  */ #download-page ul.page-numbers {
/* 74  */   overflow: hidden;
/* 75  */   zoom: 1;
/* 76  */   margin: 0 auto;
/* 77  */   padding: 0;
/* 78  */   text-align: center;
/* 79  */ }
/* 80  */ #download-page ul.page-numbers li {
/* 81  */   display: inline-block;
/* 82  */   margin: 0;
/* 83  */   list-style: none outside;
/* 84  */   line-height: 1em;
/* 85  */ }
/* 86  */ #download-page ul.page-numbers li a,
/* 87  */ #download-page ul.page-numbers li span {
/* 88  */   text-decoration: none;
/* 89  */   border: 1px solid #ddd;
/* 90  */   -webkit-border-radius: 4px;
/* 91  */   border-radius: 4px;
/* 92  */   padding: 8px;
/* 93  */   display: block;
/* 94  */ }
/* 95  */ #download-page ul.page-numbers li span {
/* 96  */   border-color: #eee;
/* 97  */ }
/* 98  */ #download-page .download-monitor-categories {
/* 99  */   overflow: hidden;
/* 100 */   zoom: 1;

/* page.css */

/* 101 */ }
/* 102 */ #download-page .download_category {
/* 103 */   width: 48%;
/* 104 */   float: left;
/* 105 */   clear: left;
/* 106 */ }
/* 107 */ #download-page .download_category:nth-child(even) {
/* 108 */   float: right;
/* 109 */   clear: none;
/* 110 */ }
/* 111 */ #download-page .download_group,
/* 112 */ #download-page #download-search {
/* 113 */   border: 1px solid #ddd;
/* 114 */   -webkit-border-radius: 4px;
/* 115 */   border-radius: 4px;
/* 116 */   margin: 0 0 1.5em;
/* 117 */   box-shadow: 0 3px 1px rgba(0, 0, 0, 0.04);
/* 118 */ }
/* 119 */ #download-page .download_group#download-search,
/* 120 */ #download-page #download-search#download-search {
/* 121 */   padding: 1em;
/* 122 */ }
/* 123 */ #download-page .download_group#download-search label,
/* 124 */ #download-page #download-search#download-search label,
/* 125 */ #download-page .download_group#download-search input[type=submit],
/* 126 */ #download-page #download-search#download-search input[type=submit] {
/* 127 */   display: none;
/* 128 */ }
/* 129 */ #download-page .download_group#download-search input[type=text],
/* 130 */ #download-page #download-search#download-search input[type=text] {
/* 131 */   width: 100%;
/* 132 */   -webkit-box-sizing: border-box;
/* 133 */   /* Safari/Chrome, other WebKit */
/* 134 */ 
/* 135 */   -moz-box-sizing: border-box;
/* 136 */   /* Firefox, other Gecko */
/* 137 */ 
/* 138 */   box-sizing: border-box;
/* 139 */   /* Opera/IE 8+ */
/* 140 */ 
/* 141 */   margin: 0;
/* 142 */ }
/* 143 */ #download-page .download_group#download-page-featured img,
/* 144 */ #download-page #download-search#download-page-featured img {
/* 145 */   vertical-align: middle;
/* 146 */   width: 42px;
/* 147 */   height: 42px;
/* 148 */   margin: 0 1em 0 0;
/* 149 */ }
/* 150 */ #download-page .download_group#download-page-featured ul,

/* page.css */

/* 151 */ #download-page #download-search#download-page-featured ul {
/* 152 */   padding: 1em 1em 0;
/* 153 */   margin: 0;
/* 154 */   list-style: none outside;
/* 155 */   overflow: hidden;
/* 156 */   zoom: 1;
/* 157 */ }
/* 158 */ #download-page .download_group#download-page-featured ul li,
/* 159 */ #download-page #download-search#download-page-featured ul li {
/* 160 */   width: 48%;
/* 161 */   float: left;
/* 162 */   margin: 0 0 1em;
/* 163 */   padding: 0;
/* 164 */ }
/* 165 */ #download-page .download_group#download-page-featured ul li:nth-child(even),
/* 166 */ #download-page #download-search#download-page-featured ul li:nth-child(even) {
/* 167 */   float: right;
/* 168 */ }
/* 169 */ #download-page .download_group h3,
/* 170 */ #download-page #download-search h3 {
/* 171 */   border-bottom: 1px solid #ddd;
/* 172 */   padding: .5em 1em;
/* 173 */   margin: 0;
/* 174 */   box-shadow: 0 3px 1px rgba(0, 0, 0, 0.02);
/* 175 */ }
/* 176 */ #download-page .download_group ol,
/* 177 */ #download-page #download-search ol {
/* 178 */   padding: 1em 1em .5em;
/* 179 */   margin: 0;
/* 180 */   list-style: decimal inside;
/* 181 */ }
/* 182 */ #download-page .download_group ol li,
/* 183 */ #download-page #download-search ol li {
/* 184 */   margin: 0 0 .5em;
/* 185 */   padding: 0;
/* 186 */ }
/* 187 */ #download-page .download_group .download_tags,
/* 188 */ #download-page #download-search .download_tags {
/* 189 */   padding: .5em 1em;
/* 190 */   text-align: center;
/* 191 */ }
/* 192 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/flickr-justified-gallery/css

*/

/* justifiedGallery.min.css */

/* 1 */ /*!
/* 2 *|  * Justified Gallery - v3.6.0
/* 3 *|  * http://miromannino.github.io/Justified-Gallery/
/* 4 *|  * Copyright (c) 2015 Miro Mannino
/* 5 *|  * Licensed under the MIT license.
/* 6 *|  */
/* 7 */ @-webkit-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/flickr-justified-gallery/css

*/

/* flickrJustifiedGalleryWPPlugin.css */

/* 1 */ /* 
/* 2 *| Flickr Justified Gallery Wordpress Plugin
/* 3 *| Author: Miro Mannino
/* 4 *| Author URI: http://miromannino.com
/* 5 *| */
/* 6 */ 
/* 7 */ .justified-gallery .caption .photo-title-with-desc {
/* 8 */ 	font-weight: bold;
/* 9 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css

file-relative URI  : ../images/tribe-tooltips.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/tribe-tooltips.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/tribe-tooltips.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/tribe-tooltips.png

file-relative URI  : ../images/events-bar/icon-month.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-month.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-month.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-month.png

file-relative URI  : ../images/events-bar/icon-list.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-list.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-list.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-list.png

file-relative URI  : ../images/events-bar/icon-month.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-month.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-month.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-month.png

file-relative URI  : ../images/events-bar/icon-week.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-week.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-week.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-week.png

file-relative URI  : ../images/events-bar/icon-day.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-day.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-day.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-day.png

file-relative URI  : ../images/events-bar/icon-photo.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-photo.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-photo.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-photo.png

file-relative URI  : ../images/events-bar/icon-map.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-map.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-map.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-map.png

file-relative URI  : ../images/tribe-tooltips@2x.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/tribe-tooltips@2x.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/tribe-tooltips@2x.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/tribe-tooltips@2x.png

file-relative URI  : ../images/events-bar/icon-search@2x.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-search@2x.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-search@2x.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-search@2x.png

file-relative URI  : ../images/events-bar/icon-gear@2x.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-gear@2x.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-gear@2x.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-gear@2x.png

file-relative URI  : ../vendor/select2/select2x2.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../vendor/select2/select2x2.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../vendor/select2/select2x2.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/vendor/select2/select2x2.png

file-relative URI  : ../images/events-bar/icon-month@2x.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-month@2x.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-month@2x.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-month@2x.png

file-relative URI  : ../images/events-bar/icon-list@2x.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-list@2x.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-list@2x.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-list@2x.png

file-relative URI  : ../images/events-bar/icon-month@2x.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-month@2x.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-month@2x.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-month@2x.png

file-relative URI  : ../images/events-bar/icon-week@2x.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-week@2x.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-week@2x.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-week@2x.png

file-relative URI  : ../images/events-bar/icon-day@2x.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-day@2x.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-day@2x.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-day@2x.png

file-relative URI  : ../images/events-bar/icon-photo@2x.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-photo@2x.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-photo@2x.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-photo@2x.png

file-relative URI  : ../images/events-bar/icon-map@2x.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-map@2x.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/events-bar/icon-map@2x.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-map@2x.png

*/

/* tribe-events-full.min.css */

/* 1 */ #tribe-events-pg-template{max-width:1000px;margin:0 auto}.tribe-events-after-html{clear:both}#tribe-events .tribe-events-content p,.tribe-events-after-html p,.tribe-events-before-html p{margin:0 0 10px;line-height:1.7}#tribe-events-pg-template .tribe-events-content h1,#tribe-events-pg-template .tribe-events-content h2,#tribe-events-pg-template .tribe-events-content h3,#tribe-events-pg-template .tribe-events-content h4,#tribe-events-pg-template .tribe-events-content h5,#tribe-events-pg-template .tribe-events-content h6,.tribe-events-after-html h1,.tribe-events-after-html h2,.tribe-events-after-html h3,.tribe-events-after-html h4,.tribe-events-after-html h5,.tribe-events-after-html h6,.tribe-events-before-html h1,.tribe-events-before-html h2,.tribe-events-before-html h3,.tribe-events-before-html h4,.tribe-events-before-html h5,.tribe-events-before-html h6{margin:20px 0}#tribe-events-pg-template .tribe-events-content h1,.tribe-events-after-html h1,.tribe-events-before-html h1{font-size:21px;line-height:1.5}#tribe-events-pg-template .tribe-events-content h2,.tribe-events-after-html h2,.tribe-events-before-html h2{font-size:18px;line-height:1.6}#tribe-events-pg-template .tribe-events-content h3,.tribe-events-after-html h3,.tribe-events-before-html h3{font-size:16px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h4,.tribe-events-after-html h4,.tribe-events-before-html h4{font-size:14px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h5,.tribe-events-after-html h5,.tribe-events-before-html h5{font-size:13px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h6,.tribe-events-after-html h6,.tribe-events-before-html h6{font-size:12px;line-height:1.8}#tribe-events-pg-template .tribe-events-content ul,.tribe-events-after-html ul,.tribe-events-before-html ul{list-style:disc}#tribe-events-pg-template .tribe-events-content ol,.tribe-events-after-html ol,.tribe-events-before-html ol{list-style:decimal}#tribe-events-pg-template .tribe-events-content ol li,#tribe-events-pg-template .tribe-events-content ul li,.tribe-events-after-html ol li,.tribe-events-after-html ul li,.tribe-events-before-html ol li,.tribe-events-before-html ul li{margin:0 0 20px;line-height:1.7}.tribe-events-back{margin:0 0 20px}#tribe-events-content a,.tribe-events-adv-list-widget .tribe-events-widget-link a,.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,.tribe-events-back a,.tribe-events-back a:hover,.tribe-events-event-meta a,.tribe-events-list-widget .tribe-events-widget-link a,.tribe-events-list-widget .tribe-events-widget-link a:hover,ul.tribe-events-sub-nav a,ul.tribe-events-sub-nav a:hover{text-decoration:none}#tribe-events .tribe-events-button,.tribe-events-button{background-color:#666;color:#fff;background-image:none;font-size:11px;font-weight:700;padding:6px 9px;text-align:center;text-transform:uppercase;letter-spacing:1px;-webkit-border-radius:3px;border-radius:3px;border:0;line-height:normal;cursor:pointer;-webkit-box-shadow:none;box-shadow:none;text-decoration:none;display:inline-block;zoom:1;vertical-align:middle}.tribe-events-button.tribe-active{background-color:#666;color:#fff}#tribe-events .tribe-events-button:hover,.tribe-events-button.tribe-active:hover,.tribe-events-button.tribe-inactive,.tribe-events-button:hover{background-color:#ddd;color:#444;text-decoration:none}a.tribe-events-gcal,a.tribe-events-ical{font-size:10px;font-weight:400;padding:0 6px;float:right;text-decoration:none;line-height:18px;margin-top:21px;color:#fff;clear:both}.tribe-events-gcal{margin-right:9px}.single-tribe_events a.tribe-events-gcal,.single-tribe_events a.tribe-events-ical{float:none}.tribe-events-event-meta .tribe-events-gmap,.tribe-events-event-meta-desc .tribe-events-gmap{white-space:nowrap}.event .entry-title{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:inherit}.updated-info{text-indent:-9999px;height:0}.tribe-events-event-image{margin:0 0 20px;text-align:center}.tribe-events-event-image img{max-width:100%;height:auto}.tribe-events-schedule h2{font-style:normal;font-weight:700}.tribe-events-event-schedule-details{display:inline}.tribe-events-divider{padding:0 10px;font-weight:700}.events-archive .entry-content,.events-archive .entry-header{width:98%}.events-archive footer.entry-meta,.events-archive header.entry-header,.events-archive span.edit-link,.single-tribe_events footer.entry-meta,.single-tribe_events header.entry-header,.single-tribe_organizer footer.entry-meta,.single-tribe_organizer header.entry-header,.single-tribe_venue footer.entry-meta,.single-tribe_venue header.entry-header{display:none}.tribe-events-notices{background:#d9edf7;border:1px solid #bce8f1;color:#3a87ad;margin:10px 0 18px;padding:8px 35px 8px 14px;text-shadow:0 1px 0 #fff;-webkit-border-radius:4px;border-radius:4px}div.tribe-events-notices>ul,div.tribe-events-notices>ul>li{margin:0;padding:0;list-style:none}#tribe-events-content p.tribe-events-promo{font-size:12px;color:#999}#tribe-events-content p.tribe-events-promo a{color:#666}.clearfix:after,.clearfix:before,.tribe-clearfix:after,.tribe-clearfix:before{content:"";display:table}.clearfix:after,.tribe-clearfix:after{clear:both}.clearfix,.tribe-clearfix{zoom:1}.tribe-clear{clear:both}.tribe-events-visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-hide-text{text-indent:100%;white-space:nowrap;overflow:hidden}.tribe-events-error{display:none}.tribe-events-multi-event-day{color:#0f81bb}#tribe-events-content .tribe-events-abbr{border-bottom:0;cursor:default}.tribe-events-spinner{width:32px;height:32px;margin-left:-16px}.tribe-events-spinner-medium{width:24px;height:24px}.tribe-events-spinner-small{width:16px;height:16px;margin-left:-8px}h2.tribe-events-page-title{font-size:24px;font-weight:400;position:relative;z-index:0;margin-bottom:.5em;text-align:center;clear:none}.tribe-events-filter-view .tribe-events-list h2.tribe-events-page-title{width:100%;float:none}h2.tribe-events-page-title a{color:#000}h2.tribe-events-page-title a:focus,h2.tribe-events-page-title a:hover{color:#333;text-decoration:underline}#tribe-events-footer,#tribe-events-header{margin-bottom:.5em;clear:both}#tribe-events-footer .tribe-events-sub-nav,#tribe-events-header .tribe-events-sub-nav{list-style-type:none;margin:0;padding:0;overflow:hidden;line-height:normal;text-align:center}#tribe-events-footer .tribe-events-sub-nav li,#tribe-events-header .tribe-events-sub-nav li{display:inline-block;zoom:1;margin:0;vertical-align:middle}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,#tribe-events-header .tribe-events-sub-nav li{float:left;margin-right:5px;text-align:left}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next{float:right;margin-left:5px;text-align:right}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left{float:left;text-align:left}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right{float:right;text-align:right}.tribe-events-ajax-loading{display:none;position:absolute;left:50%;margin-left:-27px;top:150px;padding:15px;background:#666;z-index:10;border-radius:5px;-webkit-box-shadow:none!important;box-shadow:none!important;-moz-box-shadow:none!important}.tribe-events-ajax-loading.tribe-events-active-spinner,.tribe-events-ajax-loading.tribe-events-active-spinner img,.tribe-events-loading .tribe-events-ajax-loading{display:block}#tribe-events-header{position:relative}#tribe-events-footer{margin-bottom:1em}.events-list #tribe-events-footer,.tribe-events-day #tribe-events-footer,.tribe-events-map #tribe-events-footer{margin:1.25em 0 18px;clear:both}.tribe-events-map #tribe-events-header{margin:1em 0}.single-tribe_events #tribe-events-header{margin:1em 0 20px}.single-tribe_events #tribe-events-footer li,.single-tribe_events #tribe-events-header li{width:48%}#tribe-events-content .tribe-events-nav-date{padding-top:16px}select.tribe-events-dropdown{width:auto;font-size:11px;margin:33px 9px 0 0}#tribe-events-events-picker,#tribe-events-picker{display:inline}#tribe-events-content{position:relative;margin-bottom:48px;padding:2px 0}#tribe-events-content.tribe-events-list{padding:0}.tribe-events-othermonth .tribe-events-month-event-title,.tribe-events-othermonth div[id*=tribe-events-daynum-]{-ms-filter:"alpha(Opacity=40)";filter:alpha(opacity=40);-moz-opacity:.4;-khtml-opacity:.4;opacity:.4}.tribe-events-list h2.tribe-events-page-title{margin-bottom:15px}#tribe-events-content.tribe-events-list{margin-bottom:60px}.tribe-events-list .type-tribe_events{border-bottom:1px solid #ddd;padding:2.25em 0;margin:0}.tribe-events-list .type-tribe_events.tribe-events-first{padding-top:0}.tribe-events-list h2.tribe-events-list-event-title{margin:0;padding:0;font-size:1.4em;line-height:1.4em;text-transform:none;letter-spacing:0;border:none;float:none;display:inline}.tribe-events-event-details .tribe-events-event-meta address.tribe-events-address{font-style:normal;font-family:inherit;font-size:inherit;line-height:inherit}.tribe-events-list .tribe-events-event-image{float:left;width:30%;margin:0 3% 0 0}.tribe-events-list .tribe-events-event-image img{width:100%;height:auto;margin:0;padding:0}.tribe-events-list .tribe-events-event-image+div.tribe-events-content{float:left;width:67%;position:relative}.tribe-events-loop .tribe-events-event-meta{float:none;clear:both;border:0;margin:5px 0 15px;line-height:1.5;font-size:14px;font-weight:700;overflow:visible}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo{display:inline-block;zoom:1}.tribe-events-event-meta address.tribe-events-address{display:inline;font-style:normal;font-family:inherit;font-size:inherit;line-height:inherit;margin-right:10px}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .event-is-recurring{position:relative}.tribe-events-list .time-details,.tribe-events-list .tribe-events-venue-details{line-height:1.2;margin:0;display:block}.tribe-events-list .time-details{margin:0 0 8px}.tribe-events-list .tribe-events-event-cost{float:right;margin:0 0 5px 5px}.tribe-events-list .tribe-events-event-cost span{font-weight:700;background:#eee;border:1px solid #ddd;display:block;padding:5px 10px;text-align:center;line-height:1.3;font-style:normal;text-overflow:ellipsis}.tribe-events-list .tribe-events-loop .tribe-events-content{width:100%;padding:0}.tribe-events-list-separator-year{display:block;text-align:center;font-size:38px;color:#ccc;padding:1em 2.25em 0;font-weight:700}.tribe-events-list-separator-month{display:block;text-transform:uppercase;font-weight:700;font-size:14px;margin:2.5em 0 0;background-color:#EEE;padding:6px 10px}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{padding-top:2.25em}.tribe-events-list .type-tribe_events.tribe-event-end-month{border-bottom:0;padding-bottom:0}.tribe-events-loop{clear:both}.tribe-events-loop .type-tribe_events.tribe-events-last{border-bottom:0}.tribe-events-loop .tribe-events-content{width:60%;float:left;padding:0 5% 0 0}.single-tribe_venue .tribe-events-loop .tribe-events-content p{margin:0}.events-archive h3 .published,.single-tribe_venue h3 .published{font-size:18px;margin-top:0;font-style:italic;text-transform:none}.tribe-events-event-day,.tribe-events-event-meta-desc{color:#333}.single-tribe_events h2.tribe-events-single-event-title{font-size:1.7em;line-height:1;margin:0;padding:0}#tribe-events-content .tribe-events-single-event-description img.attachment-post-thumbnail{margin-left:auto;margin-right:auto;display:block;text-align:center}.tribe-events-meta-group .tribe-events-single-section-title{margin:20px 0 10px;font-size:1.4em;font-weight:700}.tribe-events-meta-group+.tribe-events-single-section-title{margin-top:0}.tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address{margin:0;display:block}#eventbrite-embed{width:100%;min-height:225px;margin:24px 0}.eventbrite-ticket-embed{margin:0 0 30px}.tribe-events-schedule{margin:20px 0 0}.single-tribe_events .tribe-events-schedule .recurringinfo,.single-tribe_events .tribe-events-schedule .tribe-events-cost,.single-tribe_events .tribe-events-schedule .tribe-events-divider{font-size:1.2em}.single-tribe_events .tribe-events-schedule h3{font-size:1.2em;display:inline-block;zoom:1;margin:0;padding:0;vertical-align:middle;white-space:nowrap}.single-tribe_events .tribe-events-schedule .tribe-events-cost{vertical-align:middle}.single-tribe_events .tribe-events-event-image{clear:both;text-align:center;margin-bottom:30px}.single-tribe_events .tribe-events-event-meta{background:#fafafa;border:1px solid #eee;margin:30px 0}.single-tribe_events .tribe-events-venue-map{width:58%;margin:20px 4% 2% 0;padding:5px;float:right;background:#eee;border:1px solid #ddd;border-radius:3px;display:inline-block;zoom:1;vertical-align:top}.single-tribe_events #tribe-events-gmap{height:0!important;padding-top:50%;width:100%!important;margin:0!important}.single-tribe_events .tribe-events-meta-group .tribe-events-venue-map{float:none;margin:20px 0 0;width:100%}.single-tribe_events .tribe-events-meta-group #tribe-events-gmap{height:0!important;padding-top:100%;width:100%!important;margin-top:50px}.single-tribe_events .tribe-events-event-meta{font-size:13px}.tribe-events-event-meta .column,.tribe-events-event-meta .tribe-events-meta-group{float:left;width:33.3333%;padding:0 4%;text-align:left;margin:0 0 20px;display:inline-block;zoom:1;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.single-tribe_events .tribe-events-event-meta dl{margin:0}.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{clear:left;font-weight:700;line-height:1;list-style:none}.single-tribe_events #tribe-events-content .tribe-events-event-meta dd{padding:0;margin:0 0 10px;line-height:1.5;list-style:none;float:none}#tribe-events-content .tribe-events-event-meta dd span.adr{display:block}.single-tribe_events .tribe-events-content{width:100%;max-width:100%;padding:0}.sidebar.single-tribe_events .tribe-events-content{padding:0}.tribe-events-day .tribe-events-day-time-slot h5{text-transform:uppercase;font-weight:700;font-size:14px;margin:2.5em 0 0;background-color:#eee;padding:6px 10px}.tribe-events-day .tribe-events-day-time-slot .type-tribe_events{margin-left:5%}#tribe-events-content table.tribe-events-calendar{margin:12px 0 .6em;clear:both;font-size:12px;border-collapse:collapse;table-layout:fixed;width:100%}#tribe-events-content .tribe-events-calendar td,#tribe-events-content table.tribe-events-calendar{border:1px solid #bbb}.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-daynum-] a{background-color:#f5f5f5;color:#333;font-size:11px;font-weight:700}.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#666;color:#fff}.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{color:#999}#tribe-events-content .tribe-events-calendar td{height:110px;width:14.28%;color:#114b7d;vertical-align:top;padding:0 0 .5em;font-size:12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.recurring-info-tooltip,.tribe-events-calendar .tribe-events-tooltip,.tribe-events-week .tribe-events-tooltip{border:1px solid #666;position:absolute;z-index:1001;bottom:30px;left:3px;width:320px;background-color:#f9f9f9;color:#333;line-height:1.4;display:none}.tribe-events-tooltip .tribe-events-arrow{width:18px;height:11px;background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/tribe-tooltips.png);background-repeat:no-repeat;background-position:0 0;-webkit-background-size:44px 19px;background-size:44px 19px;display:block;position:absolute;bottom:-11px;left:20px}.recurring-info-tooltip,.tribe-events-calendar .tribe-events-right .tribe-events-tooltip,.tribe-events-week .tribe-events-right .tribe-events-tooltip{left:auto;right:3px}.tribe-events-right .tribe-events-tooltip .tribe-events-arrow{left:auto;right:30px}.recurringinfo{display:inline-block;vertical-align:middle;zoom:1;position:relative}.event-is-recurring{position:relative;font-style:normal;font-weight:500;color:rgba(0,0,0,.7)}.event-is-recurring:hover{color:#000}.recurring-info-tooltip.tribe-events-tooltip{left:10px;width:200px;padding-bottom:.8em}.events-archive.events-gridview #tribe-events-content table .type-tribe_events{margin:0 5%;padding:6px 8px;border-bottom:1px solid #e7e7e7}.events-archive.events-gridview #tribe-events-content table .tribe-events-last{border-bottom:0}.tribe-events-viewmore{margin:0 5%;padding:9px 8px;font-weight:700;line-height:1;border-top:1px solid #e7e7e7}.tribe-events-calendar td .tribe-events-viewmore a{font-size:100%}.tribe-events-calendar th{width:14.28%;height:10px;background-color:#ddd;color:#333;padding:4px 0;text-align:center;text-transform:uppercase;letter-spacing:1px}.tribe-events-calendar td div[id*=tribe-events-daynum-]{padding:6px 9px;line-height:1.2}.tribe-events-calendar td a{font-size:91.7%}.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-event-]{position:relative;margin:0}#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title{line-height:1.25;font-size:13px;overflow:hidden;font-family:sans-serif;font-weight:700;text-transform:none;margin:0;padding:0;letter-spacing:0}.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a{font-size:100%}#tribe-events-content .tribe-events-tooltip h4{margin:0;color:#fff;background-color:#666;font-size:12px;padding:0 6px;min-height:24px;line-height:24px;letter-spacing:1px;font-weight:400}.tribe-events-tooltip .tribe-events-event-body{font-size:11px;padding:3px 6px 6px;font-weight:400}.tribe-events-tooltip .duration{font-style:italic;margin:3px 0}.tribe-events-tooltip .tribe-events-event-thumb{float:left;padding:5px 5px 5px 0}.tribe-events-tooltip .tribe-events-event-thumb img{-webkit-box-shadow:none;box-shadow:none}.tribe-events-tooltip p.entry-summary{padding:0;font-size:11px;line-height:1.5}#tribe-mobile-container{display:none}.tribe-events-list-widget ol li{margin-bottom:30px;list-style:none}.tribe-events-list-widget .duration{font-weight:700}.datepicker{z-index:1000!important}.datepicker table tr td span,.datepicker td{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker td{border-top:1px solid #EDEDED}.datepicker table tr td span.active.active,.datepicker table tr td.active.active{background:#666}.datepicker table tr td span.active.active:hover,.datepicker table tr td.active.active:hover{background:#DADADA;color:inherit}#tribe-events-bar{width:100%;min-width:220px;margin-bottom:30px;height:auto;position:relative;clear:none}#tribe-events-bar *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#tribe-bar-form{background:#f5f5f5;position:relative;margin:0;width:100%}#tribe-bar-form input{font-size:15px;margin:0 4px 0 0}#tribe-bar-form input[type=text]{width:100%;padding:0 0 5px;background:0;border:none;border-bottom:1px dashed #b9b9b9;line-height:1;height:auto;font-weight:700;border-radius:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}#tribe-bar-form input[type=text]:focus{outline:0}input[name*=tribe-bar-]::-webkit-input-placeholder{color:#5f5f5f;font-weight:400;font-style:italic;line-height:1.3}input[name*=tribe-bar-]:-moz-placeholder{color:#5f5f5f;font-weight:400;font-style:italic;line-height:1.3}.placeholder{color:#5f5f5f;font-weight:400;font-style:italic;line-height:1.3}#tribe-bar-form .tribe-bar-submit input[type=submit]{font-size:13px;line-height:20px;letter-spacing:0;width:100%;height:auto;padding:10px;background:#666;color:#fff;border:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-appearance:button}.tribe-bar-submit input[type=submit]:hover{background:#999;color:#fff}#tribe-bar-form label{display:block;font-size:11px;line-height:1;text-transform:uppercase;font-weight:700;margin:0 0 5px;padding:0}#tribe-bar-dates .select2-choice{border-bottom:1px dashed #b9b9b9}#tribe-bar-form .tribe-bar-filters{position:relative;float:left;width:100%;margin:0}#tribe-bar-form #tribe-bar-views+.tribe-bar-filters{right:16.66667%;left:auto;width:83.3333%}#tribe-bar-form .tribe-bar-filters-inner{margin:0}#tribe-bar-form.tribe-bar-full .tribe-bar-filters{display:block!important}.tribe-bar-date-filter{float:left;width:25%;margin-bottom:0;padding:15px}.tribe-bar-search-filter{float:left;width:33.3333%;margin-bottom:0;padding:15px}.tribe-bar-submit{float:left;width:25%;margin-bottom:0;margin-left:16.6667%;padding:15px}#tribe-bar-form #tribe-bar-views{position:relative;left:83.3333%;right:auto;float:left;width:16.66667%;padding:0 0 0 5px;background:0 0;margin:0}#tribe-bar-views label:hover,#tribe-bar-views:hover{cursor:pointer}.tribe-bar-views-inner{padding:15px 0 45px;background:#E0E0E0;margin:0}#tribe-bar-form .tribe-bar-views-inner label{padding:0 15px;text-align:left}.tribe-bar-views-inner .select2-container{padding:0 15px}.tribe-select2-results-views.select2-drop{background:#DBDBDB;border:none;z-index:10001;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}#tribe-bar-form.tribe-bar-mini #tribe-bar-views{width:16.66667%}#tribe-bar-views .tribe-bar-views-list{list-style-type:none;margin:0;padding:0 0 0 5px;position:absolute;left:0;top:auto;z-index:99;border-radius:0 0 3px 3px}#tribe-bar-views li.tribe-bar-views-option{line-height:14px;margin:0;background:0 0;filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";list-style:none;border:none;padding:0;display:none;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}#tribe-bar-views .tribe-bar-views-option.tribe-bar-active,#tribe-bar-views .tribe-bar-views-option:first-child,#tribe-bar-views.tribe-bar-views-open .tribe-bar-views-option{display:list-item}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{color:#444;text-align:left;display:block;text-decoration:none;padding:6px 15px;background:#E0E0E0}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover{background:#cacaca;color:inherit}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover{background:#e0e0e0}#tribe-bar-views .tribe-bar-views-option:last-child a{border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px}.tribe-no-js #tribe-bar-views [name=tribe-bar-view]{display:block}#tribe-bar-views [name=tribe-bar-view]{display:none}#tribe-bar-views .tribe-bar-views-list{width:100%;float:left}#tribe-bar-views .tribe-bar-settings{display:none}#tribe-bar-form.tribe-bar-mini *{font-size:12px}#tribe-bar-form.tribe-bar-mini label{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tribe-bar-mini .tribe-bar-filters{display:block!important;float:left;width:83.3333%}.tribe-bar-mini .tribe-bar-date-filter{padding:10px}.tribe-bar-mini .tribe-bar-search-filter{width:45%;padding:10px}.tribe-bar-mini .tribe-bar-submit{width:25%;margin-left:5%;padding:10px}#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit]{font-size:11px;padding:10px 5px;-webkit-appearance:button}.tribe-bar-mini #tribe-bar-views{width:16.66667%}.tribe-bar-mini .tribe-bar-views-inner{padding:10px 0 35px}.tribe-bar-mini .tribe-bar-views-inner label{padding:0 10px}.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{padding:4px 15px}#tribe-bar-collapse-toggle{display:none;float:left;padding:15px;position:relative;font-size:13px;line-height:28px;font-weight:700;text-transform:uppercase;background:#f5f5f5}#tribe-bar-collapse-toggle:hover{cursor:pointer}#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow{display:inline-block;margin:0 4px;position:absolute;right:10px}#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after{top:10px;right:0;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-top-color:inherit;border-width:8px}#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after{top:0;border-top-color:transparent;border-bottom-color:inherit}#tribe-bar-form.tribe-bar-collapse #tribe-bar-views+.tribe-bar-filters{display:none;margin-top:5px;overflow:hidden;clear:both;left:auto;right:auto;width:100%}.tribe-bar-collapse #tribe-bar-views,.tribe-bar-collapse .tribe-bar-filters-inner>div{width:100%;height:auto;margin:0}.tribe-bar-collapse #tribe-bar-collapse-toggle{display:block;width:70%}.tribe-bar-collapse #tribe-bar-collapse-toggle.tribe-bar-collapse-toggle-full-width{width:100%}#tribe-bar-form.tribe-bar-collapse #tribe-bar-views{float:left;left:auto;width:30%}#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner{padding:10px 0 40px}#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label{margin:0}.tribe-bar-is-disabled .tribe-events-page-title{line-height:45px;text-align:left;clear:none;margin:0}.tribe-bar-disabled{float:right;position:relative;z-index:101}.tribe-bar-disabled #tribe-events-bar{width:auto;min-width:0;float:none}.tribe-bar-disabled #tribe-bar-form{width:auto;border-radius:3px}.tribe-bar-disabled .tribe-bar-filters{float:left}.tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter{padding:5px 10px}.tribe-bar-disabled #tribe-bar-form label{font-size:10px}.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text]{border:none;display:block;width:85px;margin:0;padding:0;font-size:13px;line-height:15px}.tribe-bar-disabled #tribe-bar-form #tribe-bar-views+.tribe-bar-filters{left:auto;right:50%;width:50%}.tribe-bar-disabled .tribe-bar-date-filter,.tribe-events-uses-geolocation .tribe-bar-disabled .tribe-bar-date-filter{width:auto}.tribe-bar-disabled #tribe-bar-form #tribe-bar-views{width:50%;float:left;font-size:16px;left:50%;right:auto;padding:0}.tribe-bar-disabled .tribe-bar-views-inner{min-width:100px;padding:5px 0 25px;border-radius:0 3px 3px 0}.tribe-bar-disabled #tribe-bar-form .tribe-bar-views-inner label{padding:0 10px}.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list,.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option{margin:0}.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{padding:4px 10px;margin:0}.tribe-bar-disabled #tribe-bar-views .select2-container .select2-choice{line-height:18px;height:auto;font-size:13px}.tribe-bar-is-disabled .tribe-select2-results-views.select2-drop .select2-results li{padding:0 10px}.tribe-bar-disabled #tribe-bar-collapse-toggle,.tribe-bar-disabled .tribe-bar-submit{display:none}.tribe-bar-view-list a[class*=tribe-icon-],.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{padding-left:24px;background-repeat:no-repeat;background-position:0 50%;min-height:16px;display:block}.tribe-select2-results-views span[class^=tribe-icon-]{min-height:16px;display:inline-block}.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-month.png);-webkit-background-size:15px 16px;background-size:15px 16px}.tribe-bar-view-list span[class^=tribe-icon-],.tribe-bar-views-list span.tribe-icon-list,.tribe-select2-results-views span.tribe-icon-list{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-list.png);-webkit-background-size:15px 10px;background-size:15px 10px}.tribe-bar-view-list a.tribe-icon-list,.tribe-bar-view-list a.tribe-icon-month{padding-left:30px;background-position:10px 50%}.tribe-bar-view-list a.tribe-icon-month,.tribe-bar-views-list span.tribe-icon-month,.tribe-select2-results-views .tribe-icon-month{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-month.png);-webkit-background-size:15px 16px;background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-week,.tribe-select2-results-views span.tribe-icon-week{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-week.png);-webkit-background-size:15px 16px;background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-day,.tribe-select2-results-views span.tribe-icon-day{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-day.png);-webkit-background-size:15px 16px;background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-photo,.tribe-select2-results-views span.tribe-icon-photo{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-photo.png);-webkit-background-size:15px 14px;background-size:15px 14px}.tribe-bar-views-list span.tribe-icon-map,.tribe-select2-results-views span.tribe-icon-map{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-map.png);-webkit-background-size:12px 16px;background-size:12px 16px;background-position:2px 50%}.tribe-events-week.tribe-theme-parent-twentyfourteen #masthead,.tribe-events-week.tribe-theme-twentyfourteen #masthead{z-index:1001}.tribe-theme-parent-twentyfourteen #tribe-events-pg-template #tribe-events,.tribe-theme-twentyfourteen #tribe-events-pg-template #tribe-events{padding:20px}.tribe-theme-parent-twentyfourteen #tribe-bar-views .tribe-bar-views-list,.tribe-theme-twentyfourteen #tribe-bar-views .tribe-bar-views-list{z-index:3}@media screen and (min-width:1000px){.tribe-theme-parent-twentyfourteen #tribe-events-pg-template,.tribe-theme-twentyfourteen #tribe-events-pg-template{padding-left:220px}}#tribe-events-content .updated{display:inherit}@media screen and (max-width:400px){.list-view.events-archive .site-content .type-page .entry-content{display:initial}}.tribe-theme-twentyfifteen.events-single.tribe-events-page-template #tribe-events-pg-template{padding-top:8.3333%}.tribe-theme-twentyfifteen.events-single.tribe-events-page-template #tribe-events-content{padding:8.3333% 10%}.tribe-theme-twentyfifteen.single-tribe_events.page-template-page-php .tribe-events-single{box-shadow:none;margin-left:0;margin-right:0;margin-bottom:0!important}.tribe-theme-twentyfifteen.tribe-events-week .tribe-events-grid .hentry{margin-left:0;margin-right:0}.tribe-theme-twentyfifteen .tribe-events-list-widget .type-tribe_events{margin-left:0;margin-right:0;box-shadow:none;border-top:1px solid rgba(51,51,51,.1)}.tribe-theme-twentyfifteen .tribe-events-list-widget .entry-title{font-size:22px;font-size:2.2rem;line-height:1.4545}.tribe-theme-twentyfifteen.tribe-events-page-template #tribe-events-content-wrapper{padding:3.333%}.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events,.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first{padding:8.333% 10%}.tribe-theme-twentyfifteen .tribe-events-day-time-slot .type-tribe_events{margin-left:0}.tribe-theme-twentyfifteen .type-tribe_events a.more-link{display:none}.tribe-theme-twentyfifteen .datepicker.dropdown-menu{max-width:340px}.tribe-theme-twentyfifteen .datepicker.dropdown-menu table,.tribe-theme-twentyfifteen .datepicker.dropdown-menu table.table-condensed{border-top-width:0;border-left-width:0}.tribe-theme-twentyfifteen .tribe-events-calendar td a,.tribe-theme-twentyfifteen .tribe-events-nav-next a,.tribe-theme-twentyfifteen .tribe-events-nav-previous a,.tribe-theme-twentyfifteen ul.tribe-bar-views-list li a{border-bottom:none}.tribe-theme-twentyfifteen.events-archive .entry-footer,.tribe-theme-twentyfifteen.single-tribe_events .entry-footer{display:none}.tribe-theme-twentyfifteen .tribe-events-list .time-details,.tribe-theme-twentyfifteen .tribe-events-list .tribe-events-venue-details{line-height:1.6}@media (min--moz-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.tribe-events-tooltip .tribe-events-arrow{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/tribe-tooltips@2x.png)}#tribe-bar-filters .tribe-bar-button-search .tribe-bar-btn-small{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-search@2x.png)}#tribe-events-bar .tribe-bar-button-settings span{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-gear@2x.png)}#tribe-events-bar [class^=tribe-bar-button-]:after{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/vendor/select2/select2x2.png)}.tribe-bar-view-list a[class^=tribe-icon-],.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-month@2x.png)}.tribe-bar-view-list span[class^=tribe-icon-],.tribe-bar-views-list span.tribe-icon-list,.tribe-select2-results-views span.tribe-icon-list{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-list@2x.png)}.tribe-bar-view-list a.tribe-icon-month,.tribe-bar-views-list span.tribe-icon-month,.tribe-select2-results-views span.tribe-icon-month{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-month@2x.png)}.tribe-bar-views-list span.tribe-icon-week,.tribe-select2-results-views span.tribe-icon-week{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-week@2x.png)}.tribe-bar-views-list span.tribe-icon-day,.tribe-select2-results-views span.tribe-icon-day{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-day@2x.png)}.tribe-bar-views-list span.tribe-icon-photo,.tribe-select2-results-views span.tribe-icon-photo{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-photo@2x.png)}.tribe-bar-views-list span.tribe-icon-map,.tribe-select2-results-views span.tribe-icon-map{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-map@2x.png)}}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css

file-relative URI  : ../images/tribe-theme/tribe-theme-tooltips.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/tribe-theme/tribe-theme-tooltips.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/tribe-theme/tribe-theme-tooltips.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/tribe-theme/tribe-theme-tooltips.png

file-relative URI  : ../images/tribe-theme/tribe-theme-tooltips@2x.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css/../images/tribe-theme/tribe-theme-tooltips@2x.png
docroot stripped   : /wp-content/plugins/the-events-calendar/src/resources/css/../images/tribe-theme/tribe-theme-tooltips@2x.png
traversals removed : /wp-content/plugins/the-events-calendar/src/resources/images/tribe-theme/tribe-theme-tooltips@2x.png

*/

/* tribe-events-theme.min.css */

/* 1 */ #tribe-events-content .tribe-events-tooltip h4,#tribe_events_filters_wrapper .tribe_events_slider_val,.single-tribe_events a.tribe-events-gcal,.single-tribe_events a.tribe-events-ical{color:#21759b}#tribe-events .tribe-events-button,#tribe-events .tribe-events-button:hover,#tribe_events_filters_wrapper input[type=submit],.tribe-events-button,.tribe-events-button.tribe-active:hover,.tribe-events-button.tribe-inactive,.tribe-events-button:hover,.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#21759b}#tribe_events_filters_wrapper input[type=submit]:hover,.tribe-events-button.tribe-active:hover{background-color:#0f3647}#tribe-events .tribe-events-button:hover,.tribe-events-button.tribe-active:hover,.tribe-events-button.tribe-inactive,.tribe-events-button:hover{color:#fff}#tribe_events_filters_wrapper h3 span:after{border-top-color:#21759b}#tribe_events_filters_wrapper .tribe_events_filter_item.closed h3 span:after{border-left-color:#21759b}.tribe-events-adv-list-widget .tribe-events-widget-link a,.tribe-events-back a,.tribe-events-list-widget .tribe-events-widget-link a,ul.tribe-events-sub-nav a{font-size:15px;font-weight:700}.tribe-events-gcal{margin-right:1.25em}.tribe-events-divider{display:none}.event-is-recurring .tribe-events-divider{display:inline}.tribe-events-event-image{margin-bottom:1.25em;text-align:left}#tribe-geo-results h2.tribe-events-page-title,h2.tribe-events-page-title{font-size:30px;font-weight:700}#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a,#tribe-events-header .tribe-events-sub-nav li{display:none}#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next{display:block}.events-list #tribe-events-footer,.single-tribe_events #tribe-events-footer,.tribe-events-day #tribe-events-footer,.tribe-events-map #tribe-events-footer,.tribe-events-photo #tribe-events-footer{border-top:1px solid #e5e5e5;padding-top:2em}.single-tribe_events #tribe-events-header{display:none}.tribe-events-day .tribe-events-day-time-slot h5{font-size:21px;margin:1.5em 0 .25em;padding:6px 10px;background:#E0E0E0;color:#fff;text-align:center;line-height:1}.tribe-events-list .type-tribe_events{border-bottom:0;padding:1.75em 0;position:relative}.tribe-events-list .type-tribe_events h2{font-size:1.6em}.tribe-events-list-separator-year{font-size:28px;padding-top:1.25em}.tribe-events-list-separator-year+.tribe-events-list-separator-month{margin-top:.25em}.tribe-events-list-separator-month{text-transform:none;font-size:24px;margin:1.25em auto;text-align:center;position:relative;background-color:transparent;z-index:1}.tribe-events-list-separator-month:after{content:'';border-bottom:1px solid #c2c2c2;height:1px;width:100%;display:block;position:absolute;top:50%;left:0;z-index:-1}.tribe-events-list-separator-month span{background-color:#fff;padding:0 7.5%}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{padding-top:1.5em}.tribe-events-list .type-tribe_events.tribe-event-end-month{padding-bottom:1.5em}.tribe-events-loop .tribe-events-event-meta{margin-bottom:1em;font-size:13px}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo{padding-left:0;font-weight:400;vertical-align:top}.tribe-events-list .time-details,.tribe-events-list .tribe-events-venue-details{line-height:1.2}.tribe-events-event-meta address.tribe-events-address,.tribe-events-list .tribe-events-venue-details{font-weight:400;font-style:italic}.tribe-events-event-meta address.tribe-events-address{padding-right:3px}.events-list .tribe-events-loop,.single-tribe_organizer .tribe-events-loop,.single-tribe_venue .tribe-events-loop,.tribe-events-day .tribe-events-loop{max-width:700px;margin:0 auto}.single-tribe_events h2.tribe-events-single-event-title{font-size:33px}.tribe-events-schedule{margin:1em 0 1.5em}.single-tribe_events .tribe-events-schedule .tribe-events-divider{display:inline-block;zoom:1;font-weight:400}.single-tribe_events .tribe-events-schedule .recurringinfo{margin-right:.5em}.single-tribe_events .tribe-events-schedule h3{font-size:18px;margin:0}.single-tribe_events .tribe-events-cal-links{margin-bottom:1.75em;display:block}.single-tribe_events a.tribe-events-gcal,.single-tribe_events a.tribe-events-gcal:hover,.single-tribe_events a.tribe-events-ical,.single-tribe_events a.tribe-events-ical:hover{background-color:transparent;text-transform:none;font-size:14px;font-weight:700;letter-spacing:0;padding:0;float:none;color:#21759B}.single-tribe_events .tribe-events-event-image{text-align:left;margin-bottom:1.25em}.tribe-events-event-schedule-details{margin-right:.5em}.tribe-events-meta-group .tribe-events-single-section-title{font-size:17px}.single-tribe_events .tribe-events-event-meta{font-size:14px}#tribe-events-content .tribe-events-calendar td{border:1px solid #d2d2d2;border-top:0;-webkit-transition:all .2s cubic-bezier(0.55,.085,.68,.53);-moz-transition:all .2s cubic-bezier(0.55,.085,.68,.53);-ms-transition:all .2s cubic-bezier(0.55,.085,.68,.53);-o-transition:all .2s cubic-bezier(0.55,.085,.68,.53);transition:all .2s cubic-bezier(0.55,.085,.68,.53)}#tribe-events-content .tribe-events-calendar td:hover{background:#f7f7f7;-webkit-box-shadow:rgba(0,0,0,.2) 0 0 10px;box-shadow:rgba(0,0,0,.2) 0 0 10px}#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth{background:#f9f9f9}#tribe-events-content .tribe-events-calendar .tribe-events-othermonth:hover{-webkit-box-shadow:none;box-shadow:none}#tribe-events-content table.tribe-events-calendar{border-bottom:1px solid #d2d2d2;border-top:0}.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-daynum-] a{background-color:#b2b2b2;color:#fff;font-size:12px;font-weight:700}.tribe-events-calendar div[id*=tribe-events-daynum-] a:hover{color:#666}.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{background-color:#e0e0e0;color:#fff}.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,.tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a{opacity:.5;filter:Alpha(opacity=50)}.recurring-info-tooltip,.tribe-events-calendar .tribe-events-tooltip,.tribe-events-week .tribe-events-tooltip{border:0;background-color:#fff;color:#606060;padding:.75em 1em 1.15em;-webkit-box-shadow:3px 4px 21px rgba(0,0,0,.38);-moz-box-shadow:3px 4px 21px rgba(0,0,0,.38);box-shadow:3px 4px 21px rgba(0,0,0,.38)}.tribe-events-tooltip .tribe-events-arrow{width:20px;height:7px;background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/tribe-theme/tribe-theme-tooltips.png);-webkit-background-size:37px 20px;background-size:37px 20px;bottom:-7px}.events-archive.events-gridview #tribe-events-content table .type-tribe_events{border-bottom:1px solid #e0e0e0}.events-archive.events-gridview #tribe-events-content table .tribe-events-last{border-bottom:0}.tribe-events-calendar thead th{background-color:#666;color:#fff;font-weight:700;padding:1em 0;white-space:nowrap;border-left:1px solid #666;border-right:1px solid #666}.tribe-events-calendar td div[id*=tribe-events-daynum-]{padding:4px 9px 6px}#tribe-events-content .tribe-events-tooltip h4{margin:0;background-color:transparent;font-size:18px;padding:0;letter-spacing:0;font-weight:700}.tribe-events-tooltip .tribe-events-event-body{font-size:11px;padding:0}.tribe-events-tooltip .duration{font-style:normal;font-weight:700;margin:0;padding:.4em 0 .5em}.tribe-events-tooltip .tribe-events-event-thumb{padding:.85em 1em 0 0}.tribe-events-tooltip p.entry-summary{font-size:13px;padding-top:.5em}.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper{max-width:700px;margin:0 auto}.tribe-events-map.tribe-bar-is-disabled #tribe-events-content-wrapper{max-width:none}@media (min--moz-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.tribe-events-tooltip .tribe-events-arrow{background-image:url(/wp-content/plugins/the-events-calendar/src/resources/images/tribe-theme/tribe-theme-tooltips@2x.png)}}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css

*/

/* tribe-events-full-mobile.min.css */

/* 1 */ .tribe-mobile #main{padding-top:0}a.tribe-events-gmap{display:block}#tribe-events-content{width:100%}.tribe-events-day .tribe-events-day-time-slot h5{margin-top:2em}.tribe-events-day .tribe-events-day-time-slot .type-tribe_events{margin-left:0}#tribe-events #tribe-events-footer,#tribe-events #tribe-events-header{padding:0}#tribe-events-footer,#tribe-events-header{position:relative}.events-list #tribe-events-footer,.single-tribe_events #tribe-events-footer,.tribe-events-day #tribe-events-footer,.tribe-events-map #tribe-events-footer,.tribe-events-photo #tribe-events-footer{border-top:0}#tribe-events-footer:after,#tribe-events-footer:before,#tribe-events-header:after,#tribe-events-header:before{content:'';width:1px;height:100%;background-color:#fff;position:absolute;display:block;top:0;z-index:1}#tribe-events-footer:before,#tribe-events-header:before{right:50%}#tribe-events-footer:after,#tribe-events-header:after{left:50%}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous{display:block;width:50%;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tribe-events-notices+#tribe-events-header{display:none}.tribe-events-sub-nav li a{display:block;padding:10px 20px 1000px;color:#fff;white-space:normal;position:relative;margin-bottom:-990px;background:#666}.tribe-events-sub-nav .tribe-events-nav-left a span{display:block;content:"\ab";position:absolute;left:10px;top:10px}.tribe-events-sub-nav .tribe-events-nav-right a span{display:block;content:"\00BB";position:absolute;right:10px;top:10px}.tribe-events-sub-nav li a:hover,.tribe-events-sub-nav li a:visited{color:#fff}.tribe-events-list .tribe-events-event-image{float:left;margin:0 3% 0 0}.tribe-events-list .tribe-events-event-image img{width:auto;max-height:400px}.tribe-events-list .tribe-events-event-image+div.tribe-events-content{float:none;position:relative;width:100%}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo{display:block;margin:4px 0 0}#tribe-events .tribe-events-loop .tribe-events-content{padding:0}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo .tribe-events-divider{display:none}.tribe-events-loop .tribe-events-event-meta{padding:12px 0 15px;margin-top:12px;background:#fafafa;border:1px solid #eee}.tribe-events-list .time-details{padding:0 12px;margin-bottom:0}.tribe-events-list .tribe-events-venue-details{border-top:1px solid #eee;margin-top:12px;padding:8px 12px 0}.tribe-events-list .tribe-events-event-cost,.tribe-events-list-separator-year{display:none}.tribe-events-list-separator-month{margin:36px 0 0}.single-tribe_events .tribe-events-schedule{padding:12px;margin:18px 0 8px;background:#fafafa;border:1px solid #eee}.single-tribe_events .tribe-events-schedule .tribe-events-cost,.single-tribe_events .tribe-events-schedule h3{display:block;font-weight:400;font-size:15px;margin:0;line-height:1.25}.single-tribe_events .tribe-events-schedule h3{margin-bottom:2px;white-space:normal}.single-tribe_events .tribe-events-schedule .recurringinfo .tribe-events-divider,.single-tribe_events .tribe-events-schedule .tribe-events-divider{display:none}.single-tribe_events .tribe-events-event-image{margin-bottom:10px}#tribe-events div.tribe-events-single-event-description{padding:0;margin-bottom:10px}.single-tribe_events .tribe-events-cal-links{margin-bottom:30px}.single-tribe_events .tribe-events-cal-links a{margin-top:15px}.single-tribe_events .tribe-events-event-meta{padding:4% 0;margin:15px 0 20px}.tribe-events-meta-group .tribe-events-single-section-title{margin-top:0}.tribe-events-event-meta .tribe-events-meta-group{margin-bottom:0}.tribe-events-event-meta .column,.tribe-events-event-meta .tribe-events-meta-group{float:none;width:100%}.single-tribe_events .tribe-events-venue-map{width:90%;margin:5px auto 0;display:block;float:none}#tribe-mobile-container{display:block;margin:0 auto 10px}.tribe-events-calendar .tribe-events-has-events:after{content:'';display:block;height:8px;width:8px;padding:0;border-radius:50%;background-color:#333;margin:5px auto}.tribe-events-calendar .tribe-events-has-events.tribe-events-othermonth:after{-ms-filter:"alpha(Opacity=40)";filter:alpha(opacity=40);-moz-opacity:.4;-khtml-opacity:.4;opacity:.4}#tribe-mobile-container .type-tribe_events{padding:20px 0 16px;margin-bottom:0}#tribe-mobile-container .type-tribe_events~.type-tribe_events{padding:15px 0;border-top:1px solid #ddd}#tribe-mobile-container .type-tribe_events h4{font-size:1.25em;margin:0 0 2px;line-height:1.35}#tribe-mobile-container .type-tribe_events .time-details{font-size:13px;font-weight:700;margin:0 0 2px}#tribe-mobile-container .type-tribe_events .tribe-events-event-image{float:left;width:25%;margin:5px 15px 10px 0}#tribe-mobile-container .type-tribe_events .tribe-events-event-image a{display:block}#tribe-mobile-container .type-tribe_events .entry-summary.description{padding:0;margin-bottom:0}#tribe-mobile-container .type-tribe_events .tribe-events-read-more{margin-top:8px;display:inline-block}.tribe-mobile-day-heading{font-size:16px;margin-bottom:10px}.tribe-events-calendar td .tribe-events-viewmore,.tribe-events-calendar td .type-tribe_events{display:none}#tribe-events-content .tribe-events-calendar td{height:45px;padding:0}.tribe-events-calendar td.tribe-events-has-events:hover{cursor:pointer}.tribe-events-calendar td div[id*=tribe-events-daynum-],.tribe-events-calendar td div[id*=tribe-events-daynum-] a{text-align:center;padding:0;margin-top:6px;font-size:16px;line-height:1;background:0 0}#tribe-mobile-container .tribe-events-viewmore{margin:5px 0 0;padding:15px 0 5px;border-top:1px solid #ddd}.tribe-events-calendar .mobile-active.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar .mobile-active.tribe-events-past div[id*=tribe-events-daynum-]>a{color:#fff}.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a,.tribe-events-calendar .tribe-events-past.tribe-events-has-events:after,.tribe-events-calendar td.mobile-active{background-color:#999;color:#fff}.tribe-events-calendar .mobile-active.tribe-events-has-events:after,.tribe-events-calendar .tribe-events-present.tribe-events-has-events:after{background:#fff}.tribe-events-calendar .tribe-events-present,.tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-],.tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a,.tribe-events-calendar td.tribe-events-present.mobile-active{background-color:#666}.tribe-bar-collapse #tribe-bar-collapse-toggle{width:60%}#tribe-bar-form.tribe-bar-collapse #tribe-bar-views{width:40%}.tribe-bar-disabled{width:100%;float:none}.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list{padding:0}#tribe-events-pg-template{padding:40px 20px 20px}#tribe-events-content,#tribe-events-content.tribe-events-list{margin-bottom:20px}.tribe-events-promo{text-align:center;margin-top:10px}#tribe-events-footer~a.tribe-events-ical.tribe-events-button{float:none;margin:0 auto 10px;-webkit-border-radius:0;border-radius:0;display:block;text-align:center;font-size:12px;line-height:32px;height:32px;padding:0 10px;font-weight:400}.tribe-theme-twentyfourteen .entry-content .tribe-events-calendar th,.tribe-theme-twentyfourteen .tribe-events-calendar th{padding:3px;border-width:0}.tribe-theme-twentyfourteen #tribe-events-pg-template{padding-left:0;padding-right:0}.tribe-theme-twentyfourteen.events-archive .entry-content{width:90%}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/the-events-calendar/src/resources/css

*/

/* tribe-events-theme-mobile.min.css */

/* 1 */ #tribe-events-header .tribe-events-sub-nav li a{display:none}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo{display:block;padding:0}.single-tribe_events .tribe-events-schedule .recurringinfo{display:block;margin:2px 0 0}.tribe-events-schedule{margin:18px 0}.single-tribe_events .tribe-events-schedule .recurringinfo .tribe-events-divider,.single-tribe_events .tribe-events-schedule .tribe-events-divider{display:none}.single-tribe_events .tribe-events-event-image{margin-bottom:10px}.tribe-events-list-separator-month{margin:20px 0}#tribe-mobile-container .type-tribe_events~.type-tribe_events{border-top:1px dotted #2f2f2f}.tribe-events-calendar thead th{padding:7px 1em}#tribe-events-content .tribe-events-calendar td{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}#tribe-events-content .tribe-events-calendar td:hover{background:0 0;-webkit-box-shadow:none;box-shadow:none}#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth:hover{background:#f9f9f9}.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{background:0 0;color:#999}.tribe-events-calendar td div[id*=tribe-events-daynum-],.tribe-events-calendar td div[id*=tribe-events-daynum-] a{background:0 0;padding:0;color:#333}#tribe-mobile-container .tribe-events-viewmore{border-top:1px dotted #2f2f2f}.tribe-events-calendar div[id*=tribe-events-daynum-] a:hover{color:#333}.tribe-events-calendar .mobile-active.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar .mobile-active.tribe-events-past div[id*=tribe-events-daynum-]>a{color:#fff}#tribe-events-content .tribe-events-calendar .mobile-active:hover,#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active,#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-],#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a,.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a,.tribe-events-calendar td.mobile-active{background-color:#21759b;color:#fff}.tribe-events-calendar .tribe-events-present.tribe-events-has-events:after{background:#333}.tribe-events-calendar .mobile-active.tribe-events-has-events:after{background-color:#fff}#tribe-events-content .tribe-events-calendar td.tribe-events-present:hover,.tribe-events-calendar td.tribe-events-present,.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#dedede;color:#333}#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,.tribe-events-calendar td.tribe-events-present.mobile-active,.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a{background-color:#21759b;color:#fff}.tribe-theme-twentyfourteen #tribe-events-pg-template{padding-left:0;padding-right:0}.tribe-theme-twentyfourteen #tribe-events-pg-template #tribe-events{padding:10px}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css

file-relative URI  : ../images/filetypes/document.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document.png

file-relative URI  : ../images/filetypes/document-pdf.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-pdf.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-pdf.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document-pdf.png

file-relative URI  : ../images/filetypes/document-music.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-music.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-music.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document-music.png

file-relative URI  : ../images/filetypes/document-film.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-film.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-film.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document-film.png

file-relative URI  : ../images/filetypes/document-zipper.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-zipper.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-zipper.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document-zipper.png

file-relative URI  : ../images/filetypes/document-excel.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-excel.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-excel.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document-excel.png

file-relative URI  : ../images/filetypes/document-word-text.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-word-text.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-word-text.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document-word-text.png

file-relative URI  : ../images/filetypes/document-illustrator.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-illustrator.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-illustrator.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document-illustrator.png

file-relative URI  : ../images/filetypes/document-flash-movie.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-flash-movie.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-flash-movie.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document-flash-movie.png

file-relative URI  : ../images/filetypes/document-image.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-image.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-image.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document-image.png

file-relative URI  : ../images/filetypes/document-photoshop.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-photoshop.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-photoshop.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document-photoshop.png

file-relative URI  : ../images/filetypes/document-powerpoint.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-powerpoint.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-powerpoint.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document-powerpoint.png

file-relative URI  : ../images/filetypes/document-code.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-code.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-code.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document-code.png

file-relative URI  : ../images/filetypes/document-text-image.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-text-image.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-text-image.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document-text-image.png

file-relative URI  : ../images/filetypes/document-text.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-text.png
docroot stripped   : /wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-text.png
traversals removed : /wp-content/plugins/download-monitor/assets/images/filetypes/document-text.png

*/

/* frontend.css */

/* 1 */ .download-box{width:250px;border:1px solid #ccc;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;text-align:center;position:relative;margin:1em auto;box-shadow:0 2px 4px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.4)}.download-box img.wp-post-image{margin:0;padding:0;display:block;width:100%;-moz-border-radius:0;-webkit-border-radius:0;-moz-border-top-left-radius:3px;-moz-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-radius:0;border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:inset 0 1px 0 rgba(255,255,255,.4)}.download-box .download-box-content{padding:0 1em 1em}.download-box .download-count{-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em;color:#777;text-shadow:0 1px 0 rgba(255,255,255,.5);background:#ddd;box-shadow:0 2px 4px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.4);position:absolute;top:0;right:0;padding:.6em;width:auto;min-width:1em;font-size:1em;text-align:center;vertical-align:middle;line-height:1em;border:1px solid #bbb;margin:-.5em -.5em 0 0}.download-button{text-align:center;text-decoration:none;padding:.75em 1em;color:#fff;display:block;font-size:1.2em;line-height:1.5em;background-color:#09c;background-image:-webkit-linear-gradient(#009fd4,#09c,#0086b2);background-image:-moz-linear-gradient(#009fd4,#09c,#0086b2);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;text-shadow:0 -1px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.4);border:1px solid #0086b2;cursor:pointer}.download-button:hover{color:#fff;background-color:#09c;background-image:-webkit-linear-gradient(#09c,#0086b2);background-image:-moz-linear-gradient(#09c,#0086b2)}.download-button small{font-size:.8em;opacity:.8;display:block}.filetype-icon{padding-left:19px;background-repeat:no-repeat;background-position:left;background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document.png)}.filetype-pdf{background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document-pdf.png)}.filetype-aif,.filetype-aifc,.filetype-aiff,.filetype-au,.filetype-kar,.filetype-m3u,.filetype-m4r,.filetype-mid,.filetype-midi,.filetype-mp2,.filetype-mp3,.filetype-mpga,.filetype-ra,.filetype-ram,.filetype-rm,.filetype-rpm,.filetype-snd,.filetype-wav,.filetype-wave{background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document-music.png)}.filetype-avi,.filetype-divx,.filetype-mov,.filetype-movie,.filetype-mp4,.filetype-mpe,.filetype-mpeg,.filetype-mpg,.filetype-mxu,.filetype-qt{background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document-film.png)}.filetype-7z,.filetype-gz,.filetype-rar,.filetype-sit,.filetype-tar,.filetype-zip{background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document-zipper.png)}.filetype-csv,.filetype-tsv,.filetype-xls,.filetype-xlsx{background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document-excel.png)}.filetype-doc,.filetype-docx{background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document-word-text.png)}.filetype-ai{background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document-illustrator.png)}.filetype-swf{background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document-flash-movie.png)}.filetype-bmp,.filetype-djv,.filetype-eps,.filetype-gif,.filetype-ief,.filetype-jpe,.filetype-jpeg,.filetype-jpg,.filetype-pbm,.filetype-pgm,.filetype-png,.filetype-pnm,.filetype-ppm,.filetype-ps,.filetype-ras,.filetype-rgb,.filetype-tif,.filetype-tiff,.filetype-wbmp,.filetype-xbm,.filetype-xpm,.filetype-xwd{background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document-image.png)}.filetype-psd{background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document-photoshop.png)}.filetype-ppt,.filetype-pptx{background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document-powerpoint.png)}.filetype-as,.filetype-css,.filetype-htaccess,.filetype-htm,.filetype-html,.filetype-js,.filetype-php,.filetype-sql,.filetype-xml,.filetype-xsl{background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document-code.png)}.filetype-rtf,.filetype-rtx{background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document-text-image.png)}.filetype-txt{background-image:url(/wp-content/plugins/download-monitor/assets/images/filetypes/document-text.png)}#content nav.download-monitor-pagination,nav.download-monitor-pagination{text-align:center}#content nav.download-monitor-pagination ul,nav.download-monitor-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #eee;border-right:0;margin:1px}#content nav.download-monitor-pagination ul li,nav.download-monitor-pagination ul li{border-right:1px solid #eee;padding:0;margin:0;float:left;display:inline;overflow:hidden}#content nav.download-monitor-pagination ul li a,#content nav.download-monitor-pagination ul li span,nav.download-monitor-pagination ul li a,nav.download-monitor-pagination ul li span{margin:0;text-decoration:none;line-height:1em;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}#content nav.download-monitor-pagination ul li a:focus,#content nav.download-monitor-pagination ul li a:hover,#content nav.download-monitor-pagination ul li span.current,nav.download-monitor-pagination ul li a:focus,nav.download-monitor-pagination ul li a:hover,nav.download-monitor-pagination ul li span.current{background:#eee;color:#888}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/mailchimp-for-wp/assets/css

*/

/* checkbox.min.css */

/* 1 */ #mc4wp-checkbox{clear:both;display:block;position:static;width:auto}#mc4wp-checkbox input{float:none;width:auto;position:static;margin:0 6px 0 0;padding:0;vertical-align:middle;display:inline-block!important;max-width:21px;-webkit-appearance:checkbox}#mc4wp-checkbox label{float:none;display:block;cursor:pointer;width:auto;position:static}#_mc4wp_subscribe_woocommerce_checkout_field input,#_mc4wp_subscribe_woocommerce_checkout_field label{float:none!important;width:auto!important;display:inline-block!important}#registerform #mc4wp-checkbox{margin-bottom:10px}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/themes/strata

*/

/* style.css */

/* 1   */ /*
/* 2   *| Theme Name: Strata
/* 3   *| Theme URI: http://demo.qodeinteractive.com/strata/
/* 4   *| Description: Strata Theme
/* 5   *| Tags: portfolio, multi-purpose, clean, retina, responsive, corporate, parallax, mega menu, business, fullscreen, animations, white, creative, modern, ecommerce
/* 6   *| Author: Qode Interactive
/* 7   *| Author URI: http://www.qodethemes.com/
/* 8   *| Version: 1.9.1
/* 9   *| License: GNU General Public License
/* 10  *| License URI: licence/GPL.txt
/* 11  *| 
/* 12  *| */
/* 13  */ 
/* 14  */ /*
/* 15  *| CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.
/* 16  *| 
/* 17  *| 1.9.1
/* 18  *| - Updated Visual Composer to 4.7.4
/* 19  *| - Updated Layer Slider to 5.6.2
/* 20  *| 
/* 21  *| 1.9
/* 22  *| - Added Woocommerce 2.4.6 compatibility
/* 23  *| - Updated Visual Composer to 4.6.2
/* 24  *| - Updated Layer Slider to 5.5.1
/* 25  *| - Updated Font Awesome to version 4.4.0
/* 26  *| 
/* 27  *| 1.8
/* 28  *| - Added WooCommerce 2.3.10 compatibility
/* 29  *| - Updated Visual Composer to 4.5.3
/* 30  *| - Updated PrettyPhoto to 3.1.6
/* 31  *| - Updated Layer Slider to 5.4.0
/* 32  *| - Fixed prettyPhoto XSS
/* 33  *| - Fixed bug with Yoast SEO and page transitions
/* 34  *| 
/* 35  *| 1.7
/* 36  *| - Added WooCommerce 2.3.8 compatibility
/* 37  *| - Updated Visual Composer to 4.4.4 version
/* 38  *| - Updated TGM Plugin Activation class for security vulnerability
/* 39  *| - Fixed bug with link and image style option for single image shortcode
/* 40  *| - Fixed bug with row design options not working
/* 41  *| 
/* 42  *| 1.6
/* 43  *| - Added WooCommerce 2.3.6 compatibility
/* 44  *| - Updated Visual Composer to version 4.4.3
/* 45  *| - Updated FontAwesome to 4.3.0
/* 46  *| 
/* 47  *| 1.5
/* 48  *| - Added WooCommerce 2.3.4 compatibility
/* 49  *| - Fixed bug with title position in Qode Options -> Header and Footer
/* 50  *| 

/* style.css */

/* 51  *| 1.4.1
/* 52  *| - Updated Visual Composer to version 4.3.5
/* 53  *| - Fixed bug with YOAST notice for meta description
/* 54  *| - Fixed Google fonts link when SSL is enabled
/* 55  *| - Fixed bug with special characters in social share
/* 56  *| 
/* 57  *| 1.4
/* 58  *| - Added WooCommerce 2.2.7 compatibility
/* 59  *| - Updated LayerSlider to version 5.3.2
/* 60  *| - Fixed bug with YOAST and page transitions error on home page
/* 61  *| - Fixed bug with Qode Search and WPML
/* 62  *| 
/* 63  *| 1.3.1
/* 64  *| - Updated Visual Composer to version 4.3.4
/* 65  *| - Updated WooCommerce template files for 2.2.3 compatibility
/* 66  *| 
/* 67  *| 1.3
/* 68  *| - Added WooCommerce 2.2 compatibility
/* 69  *| - Improved responsiveness for older tablets
/* 70  *| - Improved page transition to register page loading with Google Analytics
/* 71  *| - Updated LayerSlider to version 5.2.0
/* 72  *| - Updated Visual Composer to version 4.3.3
/* 73  *| - Updated FontAwesome icons pack to version 4.2.0
/* 74  *| - Fixed margin top on content when title area is disabled
/* 75  *| - Fixed dropdown menu position when boxed layout is enabled
/* 76  *| - Fixed bug with related products for WooCommerce
/* 77  *| - Fixed bug with don't link option for menu items and page transitions
/* 78  *| - Fixed bug with click event with ctrl key pressed and page transitions
/* 79  *| 
/* 80  *| 1.2
/* 81  *| - Updated Visual Composer to version 4.2.3
/* 82  *| - Updated Font Awesome to version 4.1
/* 83  *| - Fixed Visual Composer dependency for checkbox
/* 84  *| 
/* 85  *| 1.1
/* 86  *| - Updated Visual Composer to version 4.1.2
/* 87  *| - Fixed WP 3.9 Qode Shortcodes bug
/* 88  *| - Fixed WP 3.9 Qode Options image browser field bug
/* 89  *| - Fixed bug fith Qode like
/* 90  *| - Fixed admin CSS - Added "qode" prefix to admin style id
/* 91  *| - Fixed bug with drop down menu background colors in Qode Options
/* 92  *| - Fixed link in title for blog single post - type link
/* 93  *| - Fixed font-family option for title and text in Qode Slider
/* 94  *| - Fixed bug with Qode Custom fields saving zero values
/* 95  *| 
/* 96  *| 1.0.2
/* 97  *| - Updated Visual Composer to version 4.0.2
/* 98  *| - Updated Layer Slider to version 5.1.1
/* 99  *| - Fixed top header background color per page
/* 100 *| - Fixed bug with hover color of first level menu item in Qode Options

/* style.css */

/* 101 *| - Fixed "Line Graph" shortcode
/* 102 *| - Fixed css for wide menu with four columns
/* 103 *| - Fixed Animated icons with text shortcode on touch devices
/* 104 *| - Fixed input filed class for some fields in Qode Options
/* 105 *| - Fixed Qode Slider, Qode Carousel and Testimonials exclude from search
/* 106 *| - Fixed dropdown menu click for IE
/* 107 *| - Fixed twitter share character numbering
/* 108 *| - Fixed background color and positioning of content menu
/* 109 *| - Fixed testimonials text color
/* 110 *| 
/* 111 *| 1.0.1
/* 112 *| - Fixed icons line-height in side menu
/* 113 *| - Fixed arrow hover color on resent posts widget in sidebar
/* 114 *| - Fixed content overlaping on qode slider and footer
/* 115 *| - Fixed woocommerce css styles
/* 116 *| - Fixed woocommerce placeholder translate
/* 117 *| - Fixed related product number woocommerce filter
/* 118 *| - Fixed navigation thumbs flickering in Chrome
/* 119 *| - Fixed bug with tumblr icon field
/* 120 *| - Fixed self hosted video on single portfolio for "Portfolio gallery" view
/* 121 *| - Fixed woocommerce css style issue
/* 122 *| - Fixed global header background color settings from page to page
/* 123 *| - Fixed quotes for chosen fonts in Qode Options
/* 124 *| 
/* 125 *| */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/themes/strata/css/font-awesome/css

file-relative URI  : ../fonts/fontawesome-webfont.eot?v=4.4.0
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.4.0
docroot stripped   : /wp-content/themes/strata/css/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.4.0
traversals removed : /wp-content/themes/strata/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0

file-relative URI  : ../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0
docroot stripped   : /wp-content/themes/strata/css/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0
traversals removed : /wp-content/themes/strata/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0

file-relative URI  : ../fonts/fontawesome-webfont.woff2?v=4.4.0
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.4.0
docroot stripped   : /wp-content/themes/strata/css/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.4.0
traversals removed : /wp-content/themes/strata/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0

file-relative URI  : ../fonts/fontawesome-webfont.woff?v=4.4.0
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.4.0
docroot stripped   : /wp-content/themes/strata/css/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.4.0
traversals removed : /wp-content/themes/strata/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0

file-relative URI  : ../fonts/fontawesome-webfont.ttf?v=4.4.0
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.4.0
docroot stripped   : /wp-content/themes/strata/css/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.4.0
traversals removed : /wp-content/themes/strata/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0

file-relative URI  : ../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular
docroot stripped   : /wp-content/themes/strata/css/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular
traversals removed : /wp-content/themes/strata/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular

*/

/* font-awesome.min.css */

/* 1 */ /*!
/* 2 *|  *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
/* 3 *|  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
/* 4 *|  */@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/strata/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0');src:url('/wp-content/themes/strata/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('/wp-content/themes/strata/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('/wp-content/themes/strata/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('/wp-content/themes/strata/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('/wp-content/themes/strata/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}
/* 5 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/themes/strata/css

file-relative URI  : img/pixel-video.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/pixel-video.png
docroot stripped   : /wp-content/themes/strata/css/img/pixel-video.png
traversals removed : /wp-content/themes/strata/css/img/pixel-video.png

file-relative URI  : img/box_image_shadow.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/box_image_shadow.png
docroot stripped   : /wp-content/themes/strata/css/img/box_image_shadow.png
traversals removed : /wp-content/themes/strata/css/img/box_image_shadow.png

file-relative URI  : img/button-bg-px.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/button-bg-px.png
docroot stripped   : /wp-content/themes/strata/css/img/button-bg-px.png
traversals removed : /wp-content/themes/strata/css/img/button-bg-px.png

file-relative URI  : img/portfolio_list_button.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/portfolio_list_button.png
docroot stripped   : /wp-content/themes/strata/css/img/portfolio_list_button.png
traversals removed : /wp-content/themes/strata/css/img/portfolio_list_button.png

file-relative URI  : img/portfolio_list_button_hover.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/portfolio_list_button_hover.png
docroot stripped   : /wp-content/themes/strata/css/img/portfolio_list_button_hover.png
traversals removed : /wp-content/themes/strata/css/img/portfolio_list_button_hover.png

file-relative URI  : img/portfolio_list_button@1_5x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/portfolio_list_button@1_5x.png
docroot stripped   : /wp-content/themes/strata/css/img/portfolio_list_button@1_5x.png
traversals removed : /wp-content/themes/strata/css/img/portfolio_list_button@1_5x.png

file-relative URI  : img/portfolio_list_button_hover@1_5x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/portfolio_list_button_hover@1_5x.png
docroot stripped   : /wp-content/themes/strata/css/img/portfolio_list_button_hover@1_5x.png
traversals removed : /wp-content/themes/strata/css/img/portfolio_list_button_hover@1_5x.png

file-relative URI  : img/portfolio_list_button@2x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/portfolio_list_button@2x.png
docroot stripped   : /wp-content/themes/strata/css/img/portfolio_list_button@2x.png
traversals removed : /wp-content/themes/strata/css/img/portfolio_list_button@2x.png

file-relative URI  : img/portfolio_list_button_hover@2x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/portfolio_list_button_hover@2x.png
docroot stripped   : /wp-content/themes/strata/css/img/portfolio_list_button_hover@2x.png
traversals removed : /wp-content/themes/strata/css/img/portfolio_list_button_hover@2x.png

file-relative URI  : img/button-bg-px.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/button-bg-px.png
docroot stripped   : /wp-content/themes/strata/css/img/button-bg-px.png
traversals removed : /wp-content/themes/strata/css/img/button-bg-px.png

file-relative URI  : img/plus.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/plus.png
docroot stripped   : /wp-content/themes/strata/css/img/plus.png
traversals removed : /wp-content/themes/strata/css/img/plus.png

file-relative URI  : img/minus.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/minus.png
docroot stripped   : /wp-content/themes/strata/css/img/minus.png
traversals removed : /wp-content/themes/strata/css/img/minus.png

file-relative URI  : img/button-bg-px.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/button-bg-px.png
docroot stripped   : /wp-content/themes/strata/css/img/button-bg-px.png
traversals removed : /wp-content/themes/strata/css/img/button-bg-px.png

file-relative URI  : img/minus.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/minus.png
docroot stripped   : /wp-content/themes/strata/css/img/minus.png
traversals removed : /wp-content/themes/strata/css/img/minus.png

file-relative URI  : img/plus@1_5x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/plus@1_5x.png
docroot stripped   : /wp-content/themes/strata/css/img/plus@1_5x.png
traversals removed : /wp-content/themes/strata/css/img/plus@1_5x.png

file-relative URI  : img/minus@1_5x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/minus@1_5x.png
docroot stripped   : /wp-content/themes/strata/css/img/minus@1_5x.png
traversals removed : /wp-content/themes/strata/css/img/minus@1_5x.png

file-relative URI  : img/plus@2x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/plus@2x.png
docroot stripped   : /wp-content/themes/strata/css/img/plus@2x.png
traversals removed : /wp-content/themes/strata/css/img/plus@2x.png

file-relative URI  : img/minus@2x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/minus@2x.png
docroot stripped   : /wp-content/themes/strata/css/img/minus@2x.png
traversals removed : /wp-content/themes/strata/css/img/minus@2x.png

file-relative URI  : img/list_circle.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/list_circle.png
docroot stripped   : /wp-content/themes/strata/css/img/list_circle.png
traversals removed : /wp-content/themes/strata/css/img/list_circle.png

file-relative URI  : img/button-bg-px.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/button-bg-px.png
docroot stripped   : /wp-content/themes/strata/css/img/button-bg-px.png
traversals removed : /wp-content/themes/strata/css/img/button-bg-px.png

file-relative URI  : img/social_share_blue.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/social_share_blue.png
docroot stripped   : /wp-content/themes/strata/css/img/social_share_blue.png
traversals removed : /wp-content/themes/strata/css/img/social_share_blue.png

file-relative URI  : img/social_share.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/social_share.png
docroot stripped   : /wp-content/themes/strata/css/img/social_share.png
traversals removed : /wp-content/themes/strata/css/img/social_share.png

file-relative URI  : img/social_share@1_5x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/social_share@1_5x.png
docroot stripped   : /wp-content/themes/strata/css/img/social_share@1_5x.png
traversals removed : /wp-content/themes/strata/css/img/social_share@1_5x.png

file-relative URI  : img/social_share@2x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/social_share@2x.png
docroot stripped   : /wp-content/themes/strata/css/img/social_share@2x.png
traversals removed : /wp-content/themes/strata/css/img/social_share@2x.png

file-relative URI  : img/social_share_blue@1_5x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/social_share_blue@1_5x.png
docroot stripped   : /wp-content/themes/strata/css/img/social_share_blue@1_5x.png
traversals removed : /wp-content/themes/strata/css/img/social_share_blue@1_5x.png

file-relative URI  : img/social_share_blue@2x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/social_share_blue@2x.png
docroot stripped   : /wp-content/themes/strata/css/img/social_share_blue@2x.png
traversals removed : /wp-content/themes/strata/css/img/social_share_blue@2x.png

file-relative URI  : img/button-bg-px.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/button-bg-px.png
docroot stripped   : /wp-content/themes/strata/css/img/button-bg-px.png
traversals removed : /wp-content/themes/strata/css/img/button-bg-px.png

file-relative URI  : img/button-bg-px.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/button-bg-px.png
docroot stripped   : /wp-content/themes/strata/css/img/button-bg-px.png
traversals removed : /wp-content/themes/strata/css/img/button-bg-px.png

file-relative URI  : img/button-bg-px.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/button-bg-px.png
docroot stripped   : /wp-content/themes/strata/css/img/button-bg-px.png
traversals removed : /wp-content/themes/strata/css/img/button-bg-px.png

file-relative URI  : img/button-bg-px.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/button-bg-px.png
docroot stripped   : /wp-content/themes/strata/css/img/button-bg-px.png
traversals removed : /wp-content/themes/strata/css/img/button-bg-px.png

file-relative URI  : img/prettyPhoto/sprite.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png

file-relative URI  : img/prettyPhoto/sprite_x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite_x.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite_x.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite_x.png

file-relative URI  : img/prettyPhoto/sprite.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png

file-relative URI  : img/prettyPhoto/sprite_y.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite_y.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite_y.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite_y.png

file-relative URI  : img/prettyPhoto/sprite_y.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite_y.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite_y.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite_y.png

file-relative URI  : img/prettyPhoto/sprite_next.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite_next.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite_next.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite_next.png

file-relative URI  : img/prettyPhoto/sprite_prev.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite_prev.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite_prev.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite_prev.png

file-relative URI  : img/prettyPhoto/sprite.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png

file-relative URI  : img/prettyPhoto/sprite.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png

file-relative URI  : img/prettyPhoto/sprite.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png

file-relative URI  : img/prettyPhoto/sprite.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png

file-relative URI  : img/prettyPhoto/sprite.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png

file-relative URI  : img/prettyPhoto/default_thumb.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/default_thumb.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/default_thumb.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/default_thumb.png

file-relative URI  : img/prettyPhoto/sprite.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png

file-relative URI  : img/prettyPhoto/sprite.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png

file-relative URI  : img/prettyPhoto/sprite.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png

file-relative URI  : img/prettyPhoto/sprite_x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite_x.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite_x.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite_x.png

file-relative URI  : img/prettyPhoto/sprite.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/sprite.png
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/sprite.png

file-relative URI  : img/prettyPhoto/loader.gif
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/prettyPhoto/loader.gif
docroot stripped   : /wp-content/themes/strata/css/img/prettyPhoto/loader.gif
traversals removed : /wp-content/themes/strata/css/img/prettyPhoto/loader.gif

file-relative URI  : ../images/prettyPhoto/facebook/default_thumbnail.gif
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/../images/prettyPhoto/facebook/default_thumbnail.gif
docroot stripped   : /wp-content/themes/strata/css/../images/prettyPhoto/facebook/default_thumbnail.gif
traversals removed : /wp-content/themes/strata/images/prettyPhoto/facebook/default_thumbnail.gif

file-relative URI  : img/audio/controls.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/audio/controls.png
docroot stripped   : /wp-content/themes/strata/css/img/audio/controls.png
traversals removed : /wp-content/themes/strata/css/img/audio/controls.png

file-relative URI  : img/audio/play.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/audio/play.png
docroot stripped   : /wp-content/themes/strata/css/img/audio/play.png
traversals removed : /wp-content/themes/strata/css/img/audio/play.png

file-relative URI  : img/audio/pause.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/audio/pause.png
docroot stripped   : /wp-content/themes/strata/css/img/audio/pause.png
traversals removed : /wp-content/themes/strata/css/img/audio/pause.png

file-relative URI  : img/audio/stop.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/audio/stop.png
docroot stripped   : /wp-content/themes/strata/css/img/audio/stop.png
traversals removed : /wp-content/themes/strata/css/img/audio/stop.png

file-relative URI  : img/audio/sound.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/audio/sound.png
docroot stripped   : /wp-content/themes/strata/css/img/audio/sound.png
traversals removed : /wp-content/themes/strata/css/img/audio/sound.png

file-relative URI  : img/audio/sound.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/audio/sound.png
docroot stripped   : /wp-content/themes/strata/css/img/audio/sound.png
traversals removed : /wp-content/themes/strata/css/img/audio/sound.png

file-relative URI  : img/audio/mute.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/audio/mute.png
docroot stripped   : /wp-content/themes/strata/css/img/audio/mute.png
traversals removed : /wp-content/themes/strata/css/img/audio/mute.png

file-relative URI  : img/audio/sound.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/audio/sound.png
docroot stripped   : /wp-content/themes/strata/css/img/audio/sound.png
traversals removed : /wp-content/themes/strata/css/img/audio/sound.png

file-relative URI  : img/wc_select_arrow.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/wc_select_arrow.png
docroot stripped   : /wp-content/themes/strata/css/img/wc_select_arrow.png
traversals removed : /wp-content/themes/strata/css/img/wc_select_arrow.png

file-relative URI  : img/wc_select_arrow_footer.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/wc_select_arrow_footer.png
docroot stripped   : /wp-content/themes/strata/css/img/wc_select_arrow_footer.png
traversals removed : /wp-content/themes/strata/css/img/wc_select_arrow_footer.png

file-relative URI  : img/layer-slider-left.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/layer-slider-left.png
docroot stripped   : /wp-content/themes/strata/css/img/layer-slider-left.png
traversals removed : /wp-content/themes/strata/css/img/layer-slider-left.png

file-relative URI  : img/layer-slider-right.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/layer-slider-right.png
docroot stripped   : /wp-content/themes/strata/css/img/layer-slider-right.png
traversals removed : /wp-content/themes/strata/css/img/layer-slider-right.png

file-relative URI  : img/layer-slider-left@1_5x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/layer-slider-left@1_5x.png
docroot stripped   : /wp-content/themes/strata/css/img/layer-slider-left@1_5x.png
traversals removed : /wp-content/themes/strata/css/img/layer-slider-left@1_5x.png

file-relative URI  : img/layer-slider-right@1_5x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/layer-slider-right@1_5x.png
docroot stripped   : /wp-content/themes/strata/css/img/layer-slider-right@1_5x.png
traversals removed : /wp-content/themes/strata/css/img/layer-slider-right@1_5x.png

file-relative URI  : img/layer-slider-left@2x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/layer-slider-left@2x.png
docroot stripped   : /wp-content/themes/strata/css/img/layer-slider-left@2x.png
traversals removed : /wp-content/themes/strata/css/img/layer-slider-left@2x.png

file-relative URI  : img/layer-slider-right@2x.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/layer-slider-right@2x.png
docroot stripped   : /wp-content/themes/strata/css/img/layer-slider-right@2x.png
traversals removed : /wp-content/themes/strata/css/img/layer-slider-right@2x.png

file-relative URI  : img/pixel.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/pixel.png
docroot stripped   : /wp-content/themes/strata/css/img/pixel.png
traversals removed : /wp-content/themes/strata/css/img/pixel.png

file-relative URI  : img/pixel-video.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/pixel-video.png
docroot stripped   : /wp-content/themes/strata/css/img/pixel-video.png
traversals removed : /wp-content/themes/strata/css/img/pixel-video.png

file-relative URI  : img/content_menu_arrow.png
path prepended     : /nas/content/live/aversan/wp-content/themes/strata/css/img/content_menu_arrow.png
docroot stripped   : /wp-content/themes/strata/css/img/content_menu_arrow.png
traversals removed : /wp-content/themes/strata/css/img/content_menu_arrow.png

*/

/* stylesheet.min.css */

/* 1     */ .wp-caption,
/* 2     */ .wp-caption-text,
/* 3     */ .sticky,
/* 4     */ .gallery-caption,
/* 5     */ .bypostauthor{
/* 6     */ 	opacity: 1;
/* 7     */ }
/* 8     */ 
/* 9     */ .clearfix:before,
/* 10    */ .clearfix:after {
/* 11    */     content: " "; /* 1 */
/* 12    */     display: table; /* 2 */
/* 13    */ }
/* 14    */     
/* 15    */ .clearfix:after {
/* 16    */     clear: both;
/* 17    */ }
/* 18    */ 
/* 19    */ .clearfix {
/* 20    */     *zoom: 1;
/* 21    */ }
/* 22    */ 
/* 23    */ .clear:after {
/* 24    */     clear: both;
/* 25    */     content: "";
/* 26    */     display: block;
/* 27    */ }
/* 28    */ 
/* 29    */ /* Webkit */
/* 30    */ ::selection {
/* 31    */     background: #00aeef;
/* 32    */     color: #fff;
/* 33    */ }
/* 34    */ /* Gecko/Mozilla */
/* 35    */ ::-moz-selection {
/* 36    */     background: #00aeef;
/* 37    */     color: #fff;
/* 38    */ }
/* 39    */ 
/* 40    */ .alignleft {
/* 41    */ 	float: left;
/* 42    */ 	margin: 0 20px 20px 0;
/* 43    */ }
/* 44    */ .alignright {
/* 45    */ 	float: right;
/* 46    */ 	margin: 0 0 20px 20px;
/* 47    */ }
/* 48    */ .aligncenter {
/* 49    */ 	display: block;
/* 50    */ 	margin: 10px auto;

/* stylesheet.min.css */

/* 51    */ }
/* 52    */ .header_top .aligncenter{
/* 53    */ 	margin: 8px auto;
/* 54    */ }
/* 55    */ .text-align-right {
/* 56    */ 	text-align: right;
/* 57    */ }
/* 58    */ .text-align-left {
/* 59    */ 	text-align: left;
/* 60    */ }
/* 61    */ .text-align-center {
/* 62    */ 	text-align: center;
/* 63    */ }
/* 64    */ 
/* 65    */ .content ul ul,
/* 66    */ .content ol ol{
/* 67    */ 	padding:0 0 0 15px;
/* 68    */ }
/* 69    */ 
/* 70    */ /* =Reset default browser CSS.
/* 71    *| -------------------------------------------------------------- */
/* 72    */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,
/* 73    */ 	ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
/* 74    */ 	{
/* 75    */ 	background: transparent;
/* 76    */ 	border: 0;
/* 77    */ 	margin: 0;
/* 78    */ 	padding: 0;
/* 79    */ 	vertical-align: baseline;
/* 80    */ 	outline: none;
/* 81    */ }
/* 82    */ 
/* 83    */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
/* 84    */     display: block;
/* 85    */ }
/* 86    */ 
/* 87    */ blockquote {
/* 88    */ 	quotes: none;
/* 89    */ }
/* 90    */ 
/* 91    */ blockquote:before,blockquote:after {
/* 92    */ 	content: '';
/* 93    */ 	content: none;
/* 94    */ }
/* 95    */ 
/* 96    */ del {
/* 97    */ 	text-decoration: line-through;
/* 98    */ }
/* 99    */ 
/* 100   */ /* tables still need 'cellspacing="0"' in the markup */

/* stylesheet.min.css */

/* 101   */ table {
/* 102   */     border-collapse: collapse;
/* 103   */     border-spacing: 0;
/* 104   */     border: medium none;
/* 105   */     vertical-align: middle;
/* 106   */ }
/* 107   */ 
/* 108   */ table th{
/* 109   */ 	border: 0;
/* 110   */ 	padding: 5px 7px;
/* 111   */ 	text-align: center;
/* 112   */ }
/* 113   */ 
/* 114   */ table td {
/* 115   */ 	padding: 5px 10px;
/* 116   */ 	text-align: center;
/* 117   */ }
/* 118   */ 
/* 119   */ a img {
/* 120   */ 	border: none;
/* 121   */ }
/* 122   */ 
/* 123   */ img{
/* 124   */ 	max-width: 100%;
/* 125   */ 	height: auto;
/* 126   */ }
/* 127   */ 
/* 128   */ h1,h2,h3,h4,h5,h6{
/* 129   */     color: #333;
/* 130   */ 	font-weight: 400;
/* 131   */ 	font-family: inherit;
/* 132   */ }
/* 133   */ 
/* 134   */ h1{
/* 135   */ 	font-size: 18px;
/* 136   */ 	line-height: 1.25em; /* 20px/16px */
/* 137   */ }
/* 138   */ 
/* 139   */ h2{
/* 140   */ 	font-size: 26px;
/* 141   */ 	line-height: 1.384615384615385em;  /* 36px/26px */
/* 142   */ }
/* 143   */ 
/* 144   */ h2 a{
/* 145   */ 	font-weight: 400;
/* 146   */ }
/* 147   */ 
/* 148   */ h3{
/* 149   */ 	font-size: 20px;
/* 150   */ 	line-height: 1.304347826086957em; /* 30px/23px */

/* stylesheet.min.css */

/* 151   */ }
/* 152   */ 
/* 153   */ h4{
/* 154   */ 	font-size: 17px;
/* 155   */ 	line-height: 1.375em; /* 22px/16px */
/* 156   */ 
/* 157   */ }
/* 158   */ 
/* 159   */ h5{
/* 160   */ 	font-size: 15px;
/* 161   */     line-height: 1.375em; /* 22px/16px */
/* 162   */ }
/* 163   */ 
/* 164   */ h6{
/* 165   */ 	font-size: 13px;
/* 166   */ 	line-height: 1.538461538461538em; /* 20px/13px */
/* 167   */ }
/* 168   */ 
/* 169   */ h1 a,
/* 170   */ h2 a,
/* 171   */ h3 a,
/* 172   */ h4 a,
/* 173   */ h5 a,
/* 174   */ h6 a{
/* 175   */ 	color: #333;
/* 176   */ }
/* 177   */ 
/* 178   */ h1 a:hover,
/* 179   */ h2 a:hover,
/* 180   */ h3 a:hover,
/* 181   */ h4 a:hover,
/* 182   */ h5 a:hover,
/* 183   */ h6 a:hover{
/* 184   */ 	color: #00aeef;
/* 185   */ }
/* 186   */ 
/* 187   */ a,
/* 188   */ p a{
/* 189   */ 	color: #00aeef;
/* 190   */ 	text-decoration: none;
/* 191   */ 	cursor: pointer;
/* 192   */ }
/* 193   */ 
/* 194   */ a:hover,
/* 195   */ p a:hover {
/* 196   */ 	color: #333;
/* 197   */ 	text-decoration: none;
/* 198   */ }
/* 199   */ 
/* 200   */ input[type='submit'],

/* stylesheet.min.css */

/* 201   */ .woocommerce input[type='button'],
/* 202   */ .woocommerce-page input[type='button']{
/* 203   */ 	-webkit-appearance: none;
/* 204   */ }
/* 205   */ 
/* 206   */ ul{
/* 207   */ 	list-style-position:inside;
/* 208   */ }
/* 209   */ 
/* 210   */ /* =Structure
/* 211   *| -------------------------------------------------------------- */
/* 212   */ 
/* 213   */ html{
/* 214   */ 	height: 100%;
/* 215   */ 	margin: 0px !important;
/* 216   */ 	-webkit-transition: all 1.3s ease-out;
/* 217   */ 	-moz-transition: all 1.3s ease-out;
/* 218   */ 	-o-transition: all 1.3s ease-out;
/* 219   */ 	-ms-transform: all 1.3s ease-out;
/* 220   */ 	transition: all 1.3s ease-out;
/* 221   */ }
/* 222   */ 
/* 223   */ #ascrail2000 {
/* 224   */ 	z-index: 99990 !important;
/* 225   */     padding: 0 0 0 1px;
/* 226   */ }
/* 227   */ 
/* 228   */ #ascrail2000 div{
/* 229   */ 	background-color: #000 !important;
/* 230   */ 	background-color: rgba(0,0,0,0.2) !important;
/* 231   */ 	right: 3px;
/* 232   */ }
/* 233   */ 
/* 234   */ body{
/* 235   */ 	font-family: 'Roboto', sans-serif;
/* 236   */ 	font-size: 13px;
/* 237   */ 	line-height: 22px;
/* 238   */ 	color: #777;
/* 239   */ 	font-weight: 400;
/* 240   */ 	background-color: #fff;
/* 241   */ 	overflow-y: scroll;
/* 242   */ 	overflow-x: hidden !important;
/* 243   */ 	-webkit-transition: all 1.3s ease-out;
/* 244   */ 	-moz-transition: all 1.3s ease-out;
/* 245   */ 	-o-transition: all 1.3s ease-out;
/* 246   */ 	-ms-transform: all 1.3s ease-out;
/* 247   */ 	transition: all 1.3s ease-out;
/* 248   */ 	-webkit-font-smoothing: antialiased;
/* 249   */ }
/* 250   */ 

/* stylesheet.min.css */

/* 251   */ .wrapper {
/* 252   */ 	background-color: #fff;
/* 253   */ 	position: relative;
/* 254   */ 	z-index: 1000;
/* 255   */ 	-webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 256   */ 	-moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 257   */ 	-o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 258   */ 	-ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 259   */ 	transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 260   */ 	left: 0px;
/* 261   */ }
/* 262   */ 
/* 263   */ .right_side_menu_opened .wrapper{
/* 264   */ 	left: -250px;
/* 265   */ }
/* 266   */ 
/* 267   */ .right_side_menu_opened .wrapper header.fixed,
/* 268   */ .right_side_menu_opened .wrapper header.sticky{
/* 269   */ 	left: -250px;
/* 270   */ }
/* 271   */ 
/* 272   */ @media only screen and (min-width: 1100px){
/* 273   */ 	.right_side_menu_opened .carousel-inner{
/* 274   */ 		left: -250px !important;
/* 275   */ 	}
/* 276   */ }
/* 277   */ 
/* 278   */ .wrapper_inner{
/* 279   */ 	width: 100%;
/* 280   */ 	overflow: hidden;
/* 281   */ }
/* 282   */ 
/* 283   */ body.boxed .wrapper_inner{
/* 284   */ 	overflow: hidden;
/* 285   */ }
/* 286   */ 
/* 287   */ .meta{
/* 288   */ 	display: none;
/* 289   */ }
/* 290   */ 
/* 291   */ .ajax_loader {
/* 292   */ 	position: fixed;
/* 293   */ 	top: 50%;
/* 294   */ 	left: 50%;
/* 295   */ 	z-index: 1100;
/* 296   */ 	display: none;
/* 297   */ }
/* 298   */ 
/* 299   */ .ajax_loader_slider{
/* 300   */ 	position: fixed;

/* stylesheet.min.css */

/* 301   */ 	top: 50%;
/* 302   */ 	left: 50%;
/* 303   */ 	z-index: 1100;
/* 304   */ 	display: none;
/* 305   */ }
/* 306   */ 
/* 307   */ .ajax_loader_1 {
/* 308   */ 	position: relative;
/* 309   */ 	display: inline-block;
/* 310   */ 	width: 100%;
/* 311   */ 	height: 100%;
/* 312   */ }
/* 313   */ 
/* 314   */ .ajax_loader_2 {
/* 315   */ 	margin: -50% 0 0 -50%;
/* 316   */ }
/* 317   */ 
/* 318   */ .ajax_loader_html {
/* 319   */ 	margin: -50% 0 0 -50%;
/* 320   */ 	width: 40px;
/* 321   */ 	height: 40px;
/* 322   */ 	left: 50%;
/* 323   */ 	border: 3px solid #00aeef;
/* 324   */ 	border-right-color: transparent !important;
/* 325   */ 	border-radius: 50%;
/* 326   */ 	background-color: transparent;
/* 327   */ 	-webkit-animation: spin 1s linear infinite;
/* 328   */ 	-moz-animation: spin 1s linear infinite;
/* 329   */ 	-ms-animation: spin 1s linear infinite;
/* 330   */ 	-o-animation: spin 1s linear infinite;
/* 331   */ 	animation: spin 1s linear infinite;
/* 332   */ }
/* 333   */ 
/* 334   */ @-webkit-keyframes spin{
/* 335   */ 	from { -webkit-transform: rotate(0deg); opacity: 1; }
/* 336   */ 	to   { -webkit-transform: rotate(360deg); opacity: 1; }
/* 337   */ }
/* 338   */ 
/* 339   */ @-moz-keyframes spin{
/* 340   */ 	from { -moz-transform: rotate(0deg); opacity: 1; }
/* 341   */ 	to   { -moz-transform: rotate(360deg); opacity: 1; }
/* 342   */ }
/* 343   */ 
/* 344   */ @-ms-keyframes spin{
/* 345   */ 	from { -ms-transform: rotate(0deg); opacity: 1; }
/* 346   */ 	to   { -ms-transform: rotate(360deg); opacity: 1; }
/* 347   */ }
/* 348   */ 
/* 349   */ @-o-keyframes spin{
/* 350   */ 	from { -o-transform: rotate(0deg); opacity: 1; }

/* stylesheet.min.css */

/* 351   */ 	to   { -o-transform: rotate(360deg); opacity: 1; }
/* 352   */ }
/* 353   */ 
/* 354   */ @keyframes spin{
/* 355   */ 	from { transform: rotate(0deg); opacity: 1; }
/* 356   */ 	to   { transform: rotate(360deg); opacity: 1; }
/* 357   */ }
/* 358   */ 
/* 359   */ body.smooth_scroll {
/* 360   */     overflow-y: hidden;
/* 361   */ }
/* 362   */ 
/* 363   */ body.boxed .wrapper_inner,
/* 364   */ body.boxed .footer_inner{
/* 365   */ 	width: 1150px;
/* 366   */ 	margin: 0 auto;
/* 367   */ }
/* 368   */ 
/* 369   */ header{
/* 370   */ 	width: 100%;
/* 371   */ 	display: inline-block;
/* 372   */ 	margin: 0px 0px -6px 0px;
/* 373   */ 	position: relative;
/* 374   */ 	z-index: 110;
/* 375   */ 	-webkit-backface-visibility:hidden;
/* 376   */ }
/* 377   */ 
/* 378   */ header.sticky {
/* 379   */ 	-webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 380   */ 	-moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 381   */ 	-o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 382   */ 	-ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 383   */ 	transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 384   */ 	top: -120px;
/* 385   */ 	left: 0;
/* 386   */ 	position: fixed;
/* 387   */ 	-moz-background-clip:border;
/* 388   */ 	-webkit-background-clip:border;
/* 389   */ 	background-clip:border-box;
/* 390   */ 	-moz-background-clip:padding;
/* 391   */ 	-webkit-background-clip:padding;
/* 392   */ 	background-clip:padding-box;
/* 393   */ 	-moz-background-clip:content;
/* 394   */ 	-webkit-background-clip:content;
/* 395   */ 	background-clip:content-box;
/* 396   */ }
/* 397   */ 
/* 398   */ header.sticky.centered_logo {
/* 399   */ 	top: -300px;
/* 400   */ }

/* stylesheet.min.css */

/* 401   */ 
/* 402   */ header.sticky.sticky_animate {
/* 403   */ 	top:0px;
/* 404   */ }
/* 405   */ 
/* 406   */ header.sticky .q_logo img.sticky{
/* 407   */ 	opacity:1;
/* 408   */ }
/* 409   */ 
/* 410   */ header.sticky .q_logo img.normal,
/* 411   */ header.sticky .q_logo img.light,
/* 412   */ header.sticky .q_logo img.dark{
/* 413   */ 	opacity:0 !important;
/* 414   */ }
/* 415   */ 
/* 416   */ header.fixed{
/* 417   */ 	-webkit-transition: left 0.13s cubic-bezier(0.694, 0.0482, 0.335, 1), left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 418   */ 	-moz-transition: left 0.13s cubic-bezier(0.694, 0.0482, 0.335, 1), left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 419   */ 	-o-transition: left 0.13s cubic-bezier(0.694, 0.0482, 0.335, 1), left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 420   */ 	-ms-transition: left 0.13s cubic-bezier(0.694, 0.0482, 0.335, 1), left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 421   */ 	transition: left 0.13s cubic-bezier(0.694, 0.0482, 0.335, 1), left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 422   */ 	width: 100%;
/* 423   */ 	position: fixed;
/* 424   */ 	z-index: 110;
/* 425   */ 	top:0px;
/* 426   */ 	left: 0px;
/* 427   */ }
/* 428   */ 
/* 429   */ header.scrolled:not(.scroll_header_top_area) .header_top {
/* 430   */     border-bottom: 0;
/* 431   */ }
/* 432   */ 
/* 433   */ .boxed header{
/* 434   */ 	background-color: transparent !important;
/* 435   */ 	border: 0px !important;
/* 436   */ }
/* 437   */ 
/* 438   */ .boxed .header_inner{
/* 439   */ 	width: 1150px;
/* 440   */ 	margin: 0px auto;
/* 441   */ }
/* 442   */ 
/* 443   */ .header_top{
/* 444   */ 	line-height: 33px;
/* 445   */ 	height:  33px;
/* 446   */ 	padding: 0;
/* 447   */ 	border-bottom: 1px solid #eaeaea;
/* 448   */ 	font-size: 12px;
/* 449   */ 	background-color: #fff;
/* 450   */ }

/* stylesheet.min.css */

/* 451   */ 
/* 452   */ header.sticky .header_top{
/* 453   */ 	display: none;
/* 454   */ }
/* 455   */ 
/* 456   */ .header_top p{
/* 457   */ 	line-height: 32px;
/* 458   */ 	padding: 0 15px;
/* 459   */ }
/* 460   */ 
/* 461   */ .header_top .left{
/* 462   */ 	float: left;
/* 463   */ }
/* 464   */ 
/* 465   */ .header_top .right{
/* 466   */ 	float: right;
/* 467   */ }
/* 468   */ 
/* 469   */ .header_top .right .inner #lang_sel {
/* 470   */ 	float: left;
/* 471   */ 	padding: 0 0 0 0px;
/* 472   */ }
/* 473   */ 
/* 474   */ .header_top .right .inner #lang_sel > ul {
/* 475   */     list-style: none;
/* 476   */ }
/* 477   */ 
/* 478   */ .header_top .left .inner > div,
/* 479   */ .header_top .left .inner > div:last-child {
/* 480   */ 	float:left;
/* 481   */     border-bottom: 0;
/* 482   */     border-top: 0;
/* 483   */ }
/* 484   */ 
/* 485   */ .header_top .left .inner > div {
/* 486   */     border-left: 1px solid #eaeaea;
/* 487   */     border-right: 0
/* 488   */ }
/* 489   */ 
/* 490   */ .header_top .left .inner > div:last-child {
/* 491   */     border-right: 1px solid #eaeaea;
/* 492   */ }
/* 493   */ .header_top .right .inner > div:first-child {
/* 494   */     border-left: 1px solid #eaeaea;
/* 495   */ }
/* 496   */ 
/* 497   */ .header_top .right .inner > div {
/* 498   */     border-right: 1px solid #eaeaea;
/* 499   */     border-left: 0;
/* 500   */     float: left;

/* stylesheet.min.css */

/* 501   */ }
/* 502   */ 
/* 503   */ .header_bottom {
/* 504   */ 	padding: 0px 45px;
/* 505   */ 	position: relative;
/* 506   */ 	background-color: #fff;
/* 507   */ 	border-bottom:1px solid #eaeaea;
/* 508   */     -webkit-transition: all 0.2s ease 0s;
/* 509   */     -moz-transition: all 0.2s ease 0s;
/* 510   */     -o-transition: all 0.2s ease 0s;
/* 511   */     transition: all 0.2s ease 0s;
/* 512   */ }
/* 513   */ 
/* 514   */ .boxed .header_bottom{
/* 515   */ 	padding: 0px 25px;
/* 516   */ }
/* 517   */ 
/* 518   */ header.sticky .header_bottom{
/* 519   */ 	background-color: #fff;
/* 520   */ 	background-color: rgba(255,255,255,0.9) !important;
/* 521   */ 	box-shadow: 0 1px 3px rgba(0,0,0,0.11);
/* 522   */ }
/* 523   */ 
/* 524   */ header .header_inner_left {
/* 525   */ 	position: absolute;
/* 526   */ 	left: 45px;
/* 527   */ 	top: 0px;
/* 528   */ }
/* 529   */ 
/* 530   */ header.menu_bottom .header_inner_left {
/* 531   */     left: 0;
/* 532   */ }
/* 533   */ 
/* 534   */ header .container_inner .header_inner_left{
/* 535   */ 	position: absolute;
/* 536   */ 	left: 0px;
/* 537   */ 	top: 0px;
/* 538   */ }
/* 539   */ 
/* 540   */ .logo_wrapper{
/* 541   */ 	height: 85px;
/* 542   */ 	float: left;
/* 543   */ }
/* 544   */ 
/* 545   */ header.sticky .logo_wrapper,
/* 546   */ header.sticky.centered_logo .logo_wrapper{
/* 547   */ 	height: 60px !important;
/* 548   */ 	float: left;
/* 549   */ }
/* 550   */ 

/* stylesheet.min.css */

/* 551   */ .q_logo{
/* 552   */ 	position: relative;
/* 553   */ 	top: 50%;
/* 554   */ 	left: 0px;
/* 555   */ }
/* 556   */ 
/* 557   */ .q_logo a{
/* 558   */ 	position: relative;
/* 559   */ 	display: block;
/* 560   */ 	visibility: hidden;
/* 561   */ }
/* 562   */ 
/* 563   */ .q_logo img{
/* 564   */ 	display: block;
/* 565   */ 	opacity:1;
/* 566   */ 	position: absolute;
/* 567   */ 	top: -50%;
/* 568   */ 	width: auto !important;
/* 569   */ 	max-width: none;
/* 570   */ 	-webkit-transition: opacity 0.6s ease-in-out;
/* 571   */ 	-moz-transition: opacity 0.6s ease-in-out;
/* 572   */ 	-o-transition: opacity 0.6s ease-in-out;
/* 573   */ 	-ms-transition: opacity 0.6s ease-in-out;
/* 574   */ }
/* 575   */ 
/* 576   */ .q_logo img.light,
/* 577   */ .q_logo img.sticky, 
/* 578   */ .q_logo img.dark{
/* 579   */ 	opacity:0;
/* 580   */ }
/* 581   */ 
/* 582   */ header.light .q_logo img.normal{
/* 583   */ 	opacity:0;
/* 584   */ }
/* 585   */ 
/* 586   */ header.light .q_logo img.light{
/* 587   */ 	opacity:1;
/* 588   */ }
/* 589   */ 
/* 590   */ header.light .q_logo img.dark{
/* 591   */ 	opacity:0;
/* 592   */ }
/* 593   */ 
/* 594   */ header.dark .q_logo img.normal{
/* 595   */ 	opacity:0;
/* 596   */ }
/* 597   */ 
/* 598   */ header.dark .q_logo img.light{
/* 599   */ 	opacity:0;
/* 600   */ }

/* stylesheet.min.css */

/* 601   */ 
/* 602   */ header.dark .q_logo img.dark{
/* 603   */ 	opacity:1;
/* 604   */ }
/* 605   */ 
/* 606   */ .header_inner_right{
/* 607   */ 	float: right;
/* 608   */ 	position: relative;
/* 609   */ 	z-index: 110;
/* 610   */ }
/* 611   */ 
/* 612   */ header.centered_logo{
/* 613   */ 	text-align: center;
/* 614   */ }
/* 615   */ 
/* 616   */ header.centered_logo .header_inner_left{
/* 617   */ 	float: none;
/* 618   */ 	position: relative;
/* 619   */ 	display: block;
/* 620   */ 	margin: 20px 0px 10px 0px;
/* 621   */ }
/* 622   */ 
/* 623   */ header.centered_logo.sticky .header_inner_left{
/* 624   */ 	margin: 0px;
/* 625   */ }
/* 626   */ 
/* 627   */ header.centered_logo .logo_wrapper{
/* 628   */ 	float: none;
/* 629   */ 	height: auto !important;
/* 630   */ }
/* 631   */ 
/* 632   */ header.centered_logo .q_logo{
/* 633   */ 	top: 0px;
/* 634   */ }
/* 635   */ 
/* 636   */ header.centered_logo.sticky .q_logo{
/* 637   */ 	top: 50%;
/* 638   */ }
/* 639   */ 
/* 640   */ header.centered_logo .q_logo a{
/* 641   */ 	display: inline-block;
/* 642   */ 	margin: 0px 0px -6px 0px;
/* 643   */ }
/* 644   */ 
/* 645   */ header.centered_logo .q_logo img{
/* 646   */ 	top: 0px;
/* 647   */ 	margin: 0px;
/* 648   */ }
/* 649   */ 
/* 650   */ header.centered_logo.sticky .q_logo img{

/* stylesheet.min.css */

/* 651   */ 	top: -50%;
/* 652   */ }
/* 653   */ 
/* 654   */ header.centered_logo.sticky .q_logo img{
/* 655   */ 	height: 100% !important;
/* 656   */ }
/* 657   */ 
/* 658   */ header.centered_logo .header_inner_right{
/* 659   */ 	float: none;
/* 660   */ 	display: inline-block;
/* 661   */ 	position: relative;
/* 662   */ 	margin: 0 0 -6px;
/* 663   */ }
/* 664   */ 
/* 665   */ header.centered_logo .header_right_widget{
/* 666   */ 	float: left;
/* 667   */ }
/* 668   */ 
/* 669   */ header.centered_logo nav.main_menu,
/* 670   */ header.centered_logo nav.main_menu.right{
/* 671   */ 	position: relative;
/* 672   */ 	display: inline-block;
/* 673   */ 	left: auto;
/* 674   */ 	float: none;
/* 675   */ 	margin: 0 0 -6px;
/* 676   */ }
/* 677   */ 
/* 678   */ header.centered_logo nav.main_menu > ul{
/* 679   */ 	left: 0px;
/* 680   */ }
/* 681   */ 
/* 682   */ nav.main_menu{
/* 683   */ 	position: absolute;
/* 684   */ 	left: 50%;
/* 685   */ 	z-index: 100;
/* 686   */ 	text-align: left;
/* 687   */ }
/* 688   */ 
/* 689   */ nav.main_menu.right{
/* 690   */ 	position: relative;
/* 691   */ 	left: auto;
/* 692   */ 	float: right;
/* 693   */ }
/* 694   */ 
/* 695   */ nav.main_menu ul {
/* 696   */ 	list-style:none outside none;
/* 697   */ 	margin:0px;
/* 698   */ 	padding:0px;
/* 699   */ }
/* 700   */ 

/* stylesheet.min.css */

/* 701   */ nav.main_menu > ul {
/* 702   */ 	left: -50%;
/* 703   */ 	position: relative;
/* 704   */ }
/* 705   */ 
/* 706   */ nav.main_menu.right > ul{
/* 707   */ 	left: auto;
/* 708   */ }
/* 709   */ 
/* 710   */ nav.main_menu ul li{
/* 711   */ 	display:inline-block;
/* 712   */ 	float:left;
/* 713   */ 	padding:0px;
/* 714   */ 	margin:0px;
/* 715   */ 	background-repeat: no-repeat;
/* 716   */ 	background-position: right;	
/* 717   */ }
/* 718   */ 
/* 719   */ nav.main_menu ul li a {
/* 720   */ 	color: #777;
/* 721   */     font-weight: 400;
/* 722   */ 	text-decoration: none;
/* 723   */     display: inline-block;
/* 724   */ 	position: relative;
/* 725   */ 	line-height: 85px;
/* 726   */ 	padding: 0;
/* 727   */ 	margin: 0;
/* 728   */     cursor: pointer;
/* 729   */ }
/* 730   */ 
/* 731   */ header.sticky nav.main_menu > ul > li > a,
/* 732   */ .light.sticky nav.main_menu > ul > li > a,
/* 733   */ .light.sticky nav.main_menu > ul > li > a:hover,
/* 734   */ .light.sticky nav.main_menu > ul > li.active > a,
/* 735   */ .dark.sticky nav.main_menu > ul > li > a,
/* 736   */ .dark.sticky nav.main_menu > ul > li > a:hover,
/* 737   */ .dark.sticky nav.main_menu > ul > li.active > a{
/* 738   */ 	line-height: 60px;
/* 739   */ 	font-weight: 400;
/* 740   */ }
/* 741   */ 
/* 742   */ header:not(.sticky) .header_menu_bottom nav.main_menu > ul > li > a {
/* 743   */     line-height: 45px;
/* 744   */ }
/* 745   */ 
/* 746   */ header.menu_bottom:not(.sticky) .drop_down .second.bellow_header {
/* 747   */     top: 45px;
/* 748   */ }
/* 749   */ 
/* 750   */ header:not(.sticky) .header_menu_bottom .side_menu_button {

/* stylesheet.min.css */

/* 751   */     height: 45px;
/* 752   */ }
/* 753   */ 
/* 754   */ nav.main_menu > ul > li > a span,
/* 755   */ nav.main_menu > ul > li > a i{
/* 756   */ 	display: inline-block;
/* 757   */ 	height: 100%;
/* 758   */ 	background-color: transparent;
/* 759   */ 	-webkit-transition: color 0.3s ease-in-out;
/* 760   */ 	-moz-transition: color 0.3s ease-in-out;
/* 761   */ 	-o-transition: color 0.3s ease-in-out;
/* 762   */ 	-ms-transition: color 0.3s ease-in-out;
/* 763   */ 	transition: color 0.3s ease-in-out;
/* 764   */ }
/* 765   */ 
/* 766   */ nav.main_menu>ul>li.active > a,
/* 767   */ nav.main_menu>ul>li.active > a,
/* 768   */ nav.main_menu > ul > li:hover > a,
/* 769   */ nav.main_menu > ul > li:hover > a {
/* 770   */ 	color: #00aeef;
/* 771   */ }
/* 772   */ 
/* 773   */ nav.main_menu > ul > li > a > i.blank{
/* 774   */ 	display: none;
/* 775   */ }
/* 776   */ 
/* 777   */ nav.main_menu > ul > li.has_sub > a > i.q_menu_arrow {
/* 778   */     display: inline-block;
/* 779   */     margin-left: 6px;
/* 780   */ }
/* 781   */ 
/* 782   */ .light nav.main_menu > ul > li > a,
/* 783   */ .light nav.main_menu > ul > li > a:hover,
/* 784   */ .light nav.main_menu > ul > li.active > a{
/* 785   */ 	color: #fff;
/* 786   */ }
/* 787   */ 
/* 788   */ .dark nav.main_menu > ul > li > a,
/* 789   */ .dark nav.main_menu > ul > li.active > a{
/* 790   */ 	color: #000;
/* 791   */ }
/* 792   */ 
/* 793   */ .dark nav.main_menu > ul > li:hover > a{
/* 794   */ 	color: #fff;
/* 795   */ }
/* 796   */ 
/* 797   */ nav.main_menu > ul > li > a {
/* 798   */ 	position: relative;
/* 799   */ 	padding: 0 12px;
/* 800   */ }

/* stylesheet.min.css */

/* 801   */ 
/* 802   */ /* DROP DOWN MENU - START */
/* 803   */ 
/* 804   */ .drop_down ul{
/* 805   */ 	list-style: none;
/* 806   */ }
/* 807   */ 
/* 808   */ .drop_down ul li{
/* 809   */ 	position: relative;
/* 810   */ }
/* 811   */ 
/* 812   */ .drop_down .second{
/* 813   */ 	left: 0;
/* 814   */ 	margin: 0;
/* 815   */ 	top: 70px;
/* 816   */ 	position: absolute;
/* 817   */ 	display: block;
/* 818   */ 	visibility: hidden;
/* 819   */ 	overflow: hidden;
/* 820   */ 	opacity: 0;
/* 821   */ 	z-index: 10;
/* 822   */ }
/* 823   */ 
/* 824   */ .drop_down li.left_position .second{
/* 825   */ 	left: 0px;
/* 826   */ }
/* 827   */ 
/* 828   */ .drop_down li.right_position .second{
/* 829   */ 	left: auto;
/* 830   */ 	right: 0;
/* 831   */ }
/* 832   */ 
/* 833   */ .drop_down .second.drop_down_start{
/* 834   */ 	visibility: visible;
/* 835   */ 	overflow: visible;
/* 836   */ 	opacity: 1;
/* 837   */ }
/* 838   */ 
/* 839   */ header.sticky .drop_down .second{
/* 840   */ 	top: 60px;
/* 841   */ }
/* 842   */ 
/* 843   */ nav.main_menu > ul > li:hover > .second{
/* 844   */ 	z-index: 20;
/* 845   */ }
/* 846   */ 
/* 847   */ .drop_down .second .inner{
/* 848   */     position: relative;
/* 849   */     padding: 0px;
/* 850   */     display: block;

/* stylesheet.min.css */

/* 851   */     z-index: 997;
/* 852   */ }
/* 853   */ 
/* 854   */ .drop_down .second .inner > ul,
/* 855   */ li.narrow .second .inner ul {
/* 856   */ 	display:inline-block;
/* 857   */ 	position: relative;
/* 858   */ 	background-color: #fff;
/* 859   */ 	padding: 5px 0;
/* 860   */     border: 1px solid #eaeaea;
/* 861   */ 	border-radius: 4px;
/* 862   */ 	-webkit-border-radius: 4px;
/* 863   */ 	-moz-border-radius: 4px;
/* 864   */ 	-o-border-radius: 4px;
/* 865   */ }
/* 866   */ 
/* 867   */ .drop_down .wide .second ul {
/* 868   */ 	border-radius: 4px;
/* 869   */ 	-webkit-border-radius: 4px;
/* 870   */ 	-moz-border-radius: 4px;
/* 871   */ 	-o-border-radius: 4px;
/* 872   */ }
/* 873   */ 
/* 874   */ .drop_down .second .inner ul li {
/* 875   */ 	display: block;
/* 876   */ 	padding: 0 15px;
/* 877   */ 	position: relative;
/* 878   */ 	float: none;	
/* 879   */ 	height: auto;
/* 880   */ 	background: none;
/* 881   */ }
/* 882   */ 
/* 883   */ .drop_down .second .inner ul li,
/* 884   */ .drop_down .wide.left_position .second ul li,
/* 885   */ .drop_down .wide.right_position .second ul li {
/* 886   */     width: 180px;
/* 887   */ }
/* 888   */ 
/* 889   */ .drop_down .second .inner ul li a,
/* 890   */ .drop_down .second .inner ul li h5{
/* 891   */ 	display: block;
/* 892   */ 	font-size: 12px;
/* 893   */ 	font-weight: 400;
/* 894   */ 	color: #888;
/* 895   */ 	height: auto;
/* 896   */ 	line-height: 15px;
/* 897   */ 	margin: 0px;
/* 898   */ 	padding: 9px 0;
/* 899   */ 	-webkit-transition: all 0.2s ease-in-out;
/* 900   */ 	-moz-transition: all 0.2s ease-in-out;

/* stylesheet.min.css */

/* 901   */ 	-o-transition: all 0.2s ease-in-out;
/* 902   */ }
/* 903   */ 
/* 904   */ .drop_down .second .inner ul li a {
/* 905   */     border-bottom: 1px solid #eaeaea;
/* 906   */ }
/* 907   */ 
/* 908   */ .drop_down .second .inner > ul > li:last-child > a,
/* 909   */ .drop_down .second .inner > ul > li > ul > li:last-child > a,
/* 910   */ .drop_down .second .inner > ul > li > ul > li > ul > li:last-child > a {
/* 911   */     border-bottom: 0;
/* 912   */ }
/* 913   */ 
/* 914   */ .drop_down .second .inner ul.right li a{
/* 915   */ 	padding: 9px 20px 9px 0;
/* 916   */ }
/* 917   */ 
/* 918   */ .drop_down .second .inner > ul > li > a:hover,
/* 919   */ .drop_down .second .inner ul li.sub ul li a:hover{
/* 920   */ 	color: #00aeef;
/* 921   */ }
/* 922   */ 
/* 923   */ .drop_down .second i{
/* 924   */ 	display: none;
/* 925   */ }
/* 926   */ 
/* 927   */ .drop_down .second .inner ul li ul{
/* 928   */ 	position: absolute;
/* 929   */ 	left: 100%;
/* 930   */ 	top: -6px;
/* 931   */ 	height: auto;
/* 932   */ 	display: none;
/* 933   */ 	overflow: hidden;
/* 934   */ 	z-index: 10;
/* 935   */ }
/* 936   */ 
/* 937   */ .drop_down .second .inner ul li:hover ul{
/* 938   */ 	z-index: 20;
/* 939   */ 	display: block;
/* 940   */ }
/* 941   */ 
/* 942   */ .drop_down .second.right {
/* 943   */ 	right: 0px;
/* 944   */ 	left: auto;
/* 945   */ }
/* 946   */ 
/* 947   */ .drop_down .second .inner ul.right li a,
/* 948   */ .drop_down .second .inner ul.right li h5{
/* 949   */ 	text-align: right;
/* 950   */ }

/* stylesheet.min.css */

/* 951   */ 
/* 952   */ .drop_down .second .inner ul.right li ul{
/* 953   */ 	left: -101%;
/* 954   */ }
/* 955   */ 
/* 956   */ .drop_down .second .inner ul li.sub ul li a,
/* 957   */ .drop_down .second .inner ul.right li.sub ul li a{
/* 958   */ 	background: none;
/* 959   */ }
/* 960   */ 
/* 961   */ .drop_down .second.bellow_header {
/* 962   */     top: 85px;
/* 963   */ }
/* 964   */ 
/* 965   */ .drop_down .second.bellow_header .inner > ul {
/* 966   */     border-top-left-radius: 0;
/* 967   */     border-top-right-radius: 0;
/* 968   */ }
/* 969   */ 
/* 970   */ /* DROP DOWN MENU - END */
/* 971   */ 
/* 972   */ /* DROP DOWN MENU WIDE - START */
/* 973   */ 
/* 974   */ .drop_down .wide .second ul{
/* 975   */ 	padding: 12px 25px 10px 25px;
/* 976   */ }
/* 977   */ 
/* 978   */ .drop_down .wide .second ul li{
/* 979   */     float: left;
/* 980   */     width: 243px;
/* 981   */     padding: 0;
/* 982   */     padding-right: 25px;
/* 983   */ }
/* 984   */ 
/* 985   */ .drop_down .wide .second ul li:last-child {
/* 986   */     padding-right: 0;
/* 987   */ }
/* 988   */ 
/* 989   */ .drop_down .wide .second ul li:last-child {
/* 990   */     margin-right: 0;
/* 991   */ }
/* 992   */ 
/* 993   */ .drop_down .wide.right_position .second ul li{
/* 994   */     float: right;
/* 995   */     padding-left: 25px;
/* 996   */     padding-right: 0;
/* 997   */  }
/* 998   */ 
/* 999   */ .drop_down .wide.right_position .second ul li:last-child {
/* 1000  */     padding-left: 0;

/* stylesheet.min.css */

/* 1001  */ }
/* 1002  */ 
/* 1003  */ .drop_down .wide .second ul li:hover{
/* 1004  */ 	background-color: transparent;
/* 1005  */ }
/* 1006  */ 
/* 1007  */ .drop_down .wide .second ul li:nth-child(4n+1){
/* 1008  */ 	clear: both;
/* 1009  */ }
/* 1010  */ 
/* 1011  */ .drop_down .wide .second ul li:nth-child(4n){
/* 1012  */     padding-right: 0px;
/* 1013  */ }
/* 1014  */ 
/* 1015  */ .drop_down .second .inner ul li.sub a i.q_menu_arrow{
/* 1016  */ 	display: inline-block;
/* 1017  */     float: right;
/* 1018  */ 	position: relative;
/* 1019  */ 	top: 2px;
/* 1020  */ 	font-size: 12px;
/* 1021  */ 	color: #888;
/* 1022  */ }
/* 1023  */ 
/* 1024  */ .drop_down .second .inner ul li.sub ul li a i.q_menu_arrow,
/* 1025  */ .drop_down .wide .second .inner ul li.sub a i.q_menu_arrow {
/* 1026  */ 	display: none;
/* 1027  */ }
/* 1028  */ 
/* 1029  */ .drop_down .second .inner ul.right li.sub a i.q_menu_arrow{
/* 1030  */     float: left;
/* 1031  */ 	-ms-transform: rotate(180deg);
/* 1032  */ 	-moz-transform: rotate(180deg);
/* 1033  */ 	-webkit-transform: rotate(180deg);
/* 1034  */ }
/* 1035  */ 
/* 1036  */ .drop_down .wide .second .inner > ul > li > a{
/* 1037  */     color: #333;
/* 1038  */     border-bottom: 0;
/* 1039  */     font-size: 15px;
/* 1040  */ }
/* 1041  */ 
/* 1042  */ .drop_down .wide .second .inner > ul > li > a{
/* 1043  */ 	margin-bottom: 2px;
/* 1044  */ }
/* 1045  */ 
/* 1046  */ .drop_down .wide .second .inner ul li.sub h5 a,
/* 1047  */ .drop_down .wide .second .inner ul li h5 a{
/* 1048  */ 	padding: 0px !important;
/* 1049  */ }
/* 1050  */ 

/* stylesheet.min.css */

/* 1051  */ .drop_down .wide .second ul li ul{
/* 1052  */ 	display: block;
/* 1053  */ 	left: 0;
/* 1054  */ 	padding: 0;
/* 1055  */ 	position: relative;
/* 1056  */ 	top: 0;
/* 1057  */ 	visibility: visible;
/* 1058  */ 	background-color: transparent !important;
/* 1059  */ }
/* 1060  */ 
/* 1061  */ .drop_down .wide .second ul li ul .widget{
/* 1062  */ 	padding:0 10px;
/* 1063  */ }
/* 1064  */ 
/* 1065  */ .drop_down .wide .second ul li ul li{
/* 1066  */ 	padding: 0px;
/* 1067  */ 	margin: 0px;
/* 1068  */ }
/* 1069  */ 
/* 1070  */ .drop_down .wide .second ul li ul li.menu-item-has-children > a,
/* 1071  */ .drop_down .wide .second ul li ul li.menu-item-has-children > a:hover{
/* 1072  */ 	border-bottom: 0 none;
/* 1073  */ 	color: #333333;
/* 1074  */ 	font-size: 15px;
/* 1075  */ }
/* 1076  */ 
/* 1077  */ /* DROP DOWN MENU WIDE - END */
/* 1078  */ 
/* 1079  */ 
/* 1080  */ /* DROP DOWN MENU WIDE ICONS - START */
/* 1081  */ 
/* 1082  */ .drop_down .wide.icons .second ul li a span{
/* 1083  */ 	position: relative;
/* 1084  */ 	display: block;
/* 1085  */ }
/* 1086  */ 
/* 1087  */ .drop_down .wide.icons .second i{
/* 1088  */ 	width: 24px;
/* 1089  */ 	height: 24px;
/* 1090  */ 	float: left;
/* 1091  */ 	display: inline-block;
/* 1092  */ 	color: #888;
/* 1093  */ 	line-height: 16px;
/* 1094  */ }
/* 1095  */ 
/* 1096  */ .drop_down .wide.icons  .second a:hover i{
/* 1097  */ 	color: #00aeef;
/* 1098  */ }
/* 1099  */ 
/* 1100  */ .drop_down .wide.icons  .second i.blank{

/* stylesheet.min.css */

/* 1101  */ 	background: none;
/* 1102  */ 	border: 0px;
/* 1103  */ 	display:none;
/* 1104  */ }
/* 1105  */ 
/* 1106  */ /* DROP DOWN MENU WIDE ICONS - END */
/* 1107  */ 
/* 1108  */ .mobile_menu_button{
/* 1109  */ 	display: none;
/* 1110  */ 	float: left;
/* 1111  */ 	height: 100px;
/* 1112  */ 	margin: 0 20px 0 0;
/* 1113  */ }
/* 1114  */ 
/* 1115  */ header.menu_bottom.has_header_fixed_right .mobile_menu_button {
/* 1116  */     height: 130px;
/* 1117  */ }
/* 1118  */ 
/* 1119  */ .mobile_menu_button span {
/* 1120  */     color: #777;
/* 1121  */ 	width: 19px;
/* 1122  */ 	height: 17px;
/* 1123  */ 	font-size: 14px;
/* 1124  */ 	z-index: 50;
/* 1125  */ 	display: table-cell;
/* 1126  */ 	position: relative;
/* 1127  */ 	cursor: pointer;
/* 1128  */ 	vertical-align: middle;
/* 1129  */ }
/* 1130  */ 
/* 1131  */ .dark .mobile_menu_button span{
/* 1132  */ 	color: #000;
/* 1133  */ }
/* 1134  */ 
/* 1135  */ nav.mobile_menu{
/* 1136  */ 	display: none;
/* 1137  */ 	width: 100%;
/* 1138  */ 	float: left;
/* 1139  */ 	position: relative;
/* 1140  */ 	top: 0px;
/* 1141  */ 	text-align: left;
/* 1142  */ 	overflow: hidden;
/* 1143  */ 	background-color: #fff;
/* 1144  */ }
/* 1145  */ 
/* 1146  */ nav.mobile_menu ul{
/* 1147  */ 	display: none;
/* 1148  */ 	width: 100%;
/* 1149  */ 	position: relative;
/* 1150  */ 	list-style: none;

/* stylesheet.min.css */

/* 1151  */ 	padding: 0;
/* 1152  */ 	margin: 0;
/* 1153  */ }
/* 1154  */ 
/* 1155  */ nav.mobile_menu > ul{
/* 1156  */ 	margin-bottom: -1px !important;
/* 1157  */ }
/* 1158  */ 
/* 1159  */ nav.mobile_menu ul li{
/* 1160  */ 	margin: 0px;
/* 1161  */ 	padding: 0px;
/* 1162  */ }
/* 1163  */ 
/* 1164  */ nav.mobile_menu ul li a{
/* 1165  */ 	-webkit-transition: all 0.2s ease;
/* 1166  */ 	-moz-transition: all 0.2s ease;
/* 1167  */ 	-o-transition: all 0.2s ease;
/* 1168  */ }
/* 1169  */ 
/* 1170  */ nav.mobile_menu ul li a,
/* 1171  */ nav.mobile_menu ul li h3,
/* 1172  */ nav.mobile_menu ul li ul li a,
/* 1173  */ nav.mobile_menu ul li.open_sub > a:first-child {
/* 1174  */ 	border-bottom: 1px solid #eaeaea;
/* 1175  */ }
/* 1176  */ 
/* 1177  */ nav.mobile_menu ul > li.has_sub > a span.mobile_arrow,
/* 1178  */ nav.mobile_menu ul > li.has_sub > h3 span.mobile_arrow  {
/* 1179  */ 	display: inline-block;
/* 1180  */ 	float: right;
/* 1181  */ 	width: 30px;
/* 1182  */ 	height: 100%;
/* 1183  */ 	position: relative;
/* 1184  */ 	z-index: 9000;
/* 1185  */ 	text-align: right;
/* 1186  */ }
/* 1187  */ 
/* 1188  */ nav.mobile_menu ul li a span.mobile_arrow i,
/* 1189  */ nav.mobile_menu ul li h3 span.mobile_arrow i{
/* 1190  */ 	color: #888;
/* 1191  */ }
/* 1192  */ 
/* 1193  */ nav.mobile_menu ul > li > a span.mobile_arrow i{
/* 1194  */ 	display:none;
/* 1195  */ }
/* 1196  */ 
/* 1197  */ nav.mobile_menu ul > li.has_sub > a span.mobile_arrow i{
/* 1198  */ 	display:inline;
/* 1199  */ }
/* 1200  */ 

/* stylesheet.min.css */

/* 1201  */ nav.mobile_menu ul > li.has_sub > a span.mobile_arrow i.fa-angle-down,
/* 1202  */ nav.mobile_menu ul > li.has_sub > h3 span.mobile_arrow i.fa-angle-down{
/* 1203  */ 	display:none;
/* 1204  */ }
/* 1205  */ 
/* 1206  */ nav.mobile_menu ul > li.has_sub.open_sub > a span.mobile_arrow  i.fa-angle-right,
/* 1207  */ nav.mobile_menu ul > li.has_sub.open_sub > h3 span.mobile_arrow  i.fa-angle-right{
/* 1208  */ 	display:none;
/* 1209  */ }
/* 1210  */ 
/* 1211  */ nav.mobile_menu ul > li.has_sub.open_sub > a span.mobile_arrow  i.fa-angle-down,
/* 1212  */ nav.mobile_menu ul > li.has_sub.open_sub > h3 span.mobile_arrow  i.fa-angle-down{
/* 1213  */ 	display:inline;
/* 1214  */ }
/* 1215  */ 
/* 1216  */ nav.mobile_menu ul li a,
/* 1217  */ nav.mobile_menu ul li h3{
/* 1218  */ 	font-size: 13px;
/* 1219  */ 	font-weight: 400;
/* 1220  */ 	color: #888;
/* 1221  */ 	padding: 10px 10px 10px 0;
/* 1222  */ 	display: block;
/* 1223  */ 	position: relative;
/* 1224  */ }
/* 1225  */ 
/* 1226  */ nav.mobile_menu ul li a:hover,
/* 1227  */ nav.mobile_menu ul li.active > a{
/* 1228  */ 	color: #00aeef;
/* 1229  */ }
/* 1230  */ 
/* 1231  */ nav.mobile_menu ul li ul li{
/* 1232  */ 	margin: 0px 0px 0px 20px;
/* 1233  */ }
/* 1234  */ 
/* 1235  */ header.menu_bottom .header_inner_left{
/* 1236  */ 	position: relative;
/* 1237  */ }
/* 1238  */ 
/* 1239  */ .menu_bottom.sticky .container_inner .header_inner_left{
/* 1240  */ 	position: absolute;
/* 1241  */ }
/* 1242  */ 
/* 1243  */ .menu_bottom .logo_wrapper{
/* 1244  */ 	float: none;
/* 1245  */ 
/* 1246  */ }
/* 1247  */ .menu_bottom  .q_logo a{
/* 1248  */ 	display:inline-block;
/* 1249  */ }
/* 1250  */ .menu_bottom.sticky .logo_wrapper{

/* stylesheet.min.css */

/* 1251  */ 	float: left;
/* 1252  */ }
/* 1253  */ 
/* 1254  */ header:not(.centered_logo) .header_fixed_right_area {
/* 1255  */     position: absolute;
/* 1256  */     right: 0;
/* 1257  */     top: 0;
/* 1258  */     height: 100%;
/* 1259  */     line-height: 85px;
/* 1260  */ }
/* 1261  */ 
/* 1262  */ header.sticky .header_fixed_right_area {
/* 1263  */     display: none;
/* 1264  */ }
/* 1265  */ 
/* 1266  */ .header_menu_bottom {
/* 1267  */ 	position: relative;
/* 1268  */ 	display: block;
/* 1269  */     margin: 0 -1000px;
/* 1270  */     border-top: 1px solid #eaeaea;
/* 1271  */ }
/* 1272  */ 
/* 1273  */ .header_menu_bottom .header_menu_bottom_inner {
/* 1274  */     padding: 0 1000px;
/* 1275  */ }
/* 1276  */ 
/* 1277  */ .sticky .header_menu_bottom{
/* 1278  */ 	position: static;
/* 1279  */ }
/* 1280  */ 
/* 1281  */ .header_menu_bottom .main_menu{
/* 1282  */ 	left: auto;
/* 1283  */ }
/* 1284  */ 
/* 1285  */ .sticky .header_menu_bottom .main_menu{
/* 1286  */ 	float: right;
/* 1287  */ 	left: auto;
/* 1288  */ 	position: relative;
/* 1289  */ }
/* 1290  */ 
/* 1291  */ .sticky .header_menu_bottom  .main_menu_header_inner_right_holder .main_menu{
/* 1292  */ 	float:left;
/* 1293  */ }
/* 1294  */ 
/* 1295  */ .sticky .header_menu_bottom  .main_menu_header_inner_right_holder.with_center_logo .main_menu{
/* 1296  */ 	float:left;
/* 1297  */ }
/* 1298  */ 
/* 1299  */ .sticky .header_menu_bottom  .main_menu_header_inner_right_holder{
/* 1300  */ 	float:right;

/* stylesheet.min.css */

/* 1301  */ }
/* 1302  */ 
/* 1303  */ .header_menu_bottom nav.main_menu > ul{
/* 1304  */ 	left: auto;
/* 1305  */ }
/* 1306  */ 
/* 1307  */ .sticky .header_menu_bottom nav.main_menu > ul{
/* 1308  */ 	left: auto;
/* 1309  */ }
/* 1310  */ 
/* 1311  */ .side_menu_button_wrapper{
/* 1312  */ 	display: table;
/* 1313  */ }
/* 1314  */ 
/* 1315  */ .side_menu_button{
/* 1316  */ 	cursor: pointer;
/* 1317  */ 	display: table-cell;
/* 1318  */ 	vertical-align: middle;
/* 1319  */ 	height: 85px;
/* 1320  */ }
/* 1321  */ 
/* 1322  */ header.sticky .side_menu_button{
/* 1323  */ 	height: 60px;
/* 1324  */ }
/* 1325  */ 
/* 1326  */ .side_menu_button > a {
/* 1327  */ 	color: #777;
/* 1328  */ 	font-size: 14px;
/* 1329  */ 	position: relative;
/* 1330  */ 	display: inline;
/* 1331  */ 	width: 20px;
/* 1332  */ 	height: 20px;
/* 1333  */ 	padding:0 12px 0 12px;
/* 1334  */ 	-webkit-transition: color 0.3s ease;
/* 1335  */ 	-moz-transition: color 0.3s ease;
/* 1336  */ 	-ms-transition: color 0.3s ease;
/* 1337  */ 	-o-transition: color 0.3s ease;
/* 1338  */ }
/* 1339  */ 
/* 1340  */ .side_menu_button > a:hover{
/* 1341  */ 	color: #00aeef;
/* 1342  */ }
/* 1343  */ 
/* 1344  */ .side_menu_button a.search_button{
/* 1345  */ 	top: 1px;
/* 1346  */ }
/* 1347  */ .dark .side_menu_button > a{
/* 1348  */ 	color:#000;
/* 1349  */ }
/* 1350  */ .light .side_menu_button > a{

/* stylesheet.min.css */

/* 1351  */ 	color:#fff;
/* 1352  */ }
/* 1353  */ 
/* 1354  */ .dark .side_menu_button > a:hover,
/* 1355  */ .light .side_menu_button > a:hover{
/* 1356  */ 	color:#00aeef;
/* 1357  */ }
/* 1358  */ 
/* 1359  */ 
/* 1360  */ .light .header_top .q_social_icon_holder i.simple_social,
/* 1361  */ .light .header_top .header-widget,
/* 1362  */ .light .header_top .header-widget.widget_nav_menu ul.menu > li > a,
/* 1363  */ .light .header_top .header-widget p,
/* 1364  */ .light .header_top .header-widget a,
/* 1365  */ .light .header_top .header-widget span
/* 1366  */ {
/* 1367  */ 	color:#fff;
/* 1368  */ 
/* 1369  */ }
/* 1370  */ .light .header_top .q_social_icon_holder i.simple_social,
/* 1371  */ .light .header_top #lang_sel > ul > li > a,
/* 1372  */ .light  .header_top #lang_sel_click > ul > li> a
/* 1373  */ {
/* 1374  */ 	color:#fff !important;
/* 1375  */ }
/* 1376  */ .dark .header_top .q_social_icon_holder i.simple_social,
/* 1377  */ .dark .header_top .header-widget,
/* 1378  */ .dark .header_top .header-widget.widget_nav_menu ul.menu > li > a,
/* 1379  */ .dark .header_top .header-widget p,
/* 1380  */ .dark .header_top .header-widget a,
/* 1381  */ .dark .header_top .header-widget span
/* 1382  */ {
/* 1383  */ 	color:#000;
/* 1384  */ 
/* 1385  */ }
/* 1386  */ .dark .header_top .q_social_icon_holder i.simple_social,
/* 1387  */ .dark .header_top #lang_sel > ul > li > a,
/* 1388  */ .dark  .header_top #lang_sel_click > ul > li> a
/* 1389  */ {
/* 1390  */ 	color:#000 !important;
/* 1391  */ }
/* 1392  */ .side_menu_button a:last-child{
/* 1393  */ 	padding: 0px 0px 0px 12px;
/* 1394  */ }
/* 1395  */ 
/* 1396  */ .side_menu {
/* 1397  */ 	background-color: #2b2b2b;
/* 1398  */ 	height: 100%;
/* 1399  */ 	min-height: 100%;
/* 1400  */ 	overflow: hidden;

/* stylesheet.min.css */

/* 1401  */ 	padding: 25px;
/* 1402  */ 	position: fixed;
/* 1403  */ 	top: 0;
/* 1404  */ 	right: -250px;
/* 1405  */ 	width: 200px;
/* 1406  */ 	z-index: 90;
/* 1407  */ 	visibility: hidden;
/* 1408  */ }
/* 1409  */ 
/* 1410  */ .side_menu .fa-lg,
/* 1411  */ footer .fa-lg {
/* 1412  */ 	font-size: 13.5px;
/* 1413  */ 	float: left;
/* 1414  */ 	line-height: 22px;
/* 1415  */ }
/* 1416  */ 
/* 1417  */ .q_slider {
/* 1418  */ 	width: 100%;
/* 1419  */ 	overflow: hidden;
/* 1420  */ 	position: relative;
/* 1421  */ 	z-index: 10;
/* 1422  */ }
/* 1423  */ 
/* 1424  */ .ls-wp-fullwidth-helper {
/* 1425  */ 	left: 0px !important;
/* 1426  */ }
/* 1427  */ 
/* 1428  */ .content{
/* 1429  */ 	margin-top: 0;
/* 1430  */ 	position: relative;
/* 1431  */ 	z-index: 100;
/* 1432  */ 	background-color: #fff;
/* 1433  */ }
/* 1434  */ 
/* 1435  */ .content.content_top_margin{
/* 1436  */ 	margin-top: 120px !important;
/* 1437  */ }
/* 1438  */ 
/* 1439  */ .container{
/* 1440  */ 	position: relative;
/* 1441  */ 	padding: 0;
/* 1442  */ 	width: 100%;
/* 1443  */ }
/* 1444  */ 
/* 1445  */ .container_inner{
/* 1446  */ 	width: 1100px;
/* 1447  */ 	margin: 0px auto;
/* 1448  */ }
/* 1449  */ 
/* 1450  */ 

/* stylesheet.min.css */

/* 1451  */ .content .container .container_inner{
/* 1452  */ 	padding:43px 0px 0px 0px;
/* 1453  */ }
/* 1454  */ 
/* 1455  */ .full_width{
/* 1456  */ 	position: relative;
/* 1457  */ 	z-index: 100;
/* 1458  */ 	background-color: #fff;
/* 1459  */ }
/* 1460  */ 
/* 1461  */ .header_bottom .container_inner{
/* 1462  */ 	position: relative;
/* 1463  */ }
/* 1464  */ 
/* 1465  */ .content .title .container_inner{
/* 1466  */ 	padding: 0px;
/* 1467  */ }
/* 1468  */ 
/* 1469  */ section.section{
/* 1470  */ 	display: block;
/* 1471  */ 	position: relative;
/* 1472  */ 	padding: 50px 0;
/* 1473  */ 	overflow: hidden;
/* 1474  */ }
/* 1475  */ div.section{
/* 1476  */ 	position:relative;
/* 1477  */ 	background-position: center center;
/* 1478  */ 	background-repeat: no-repeat;
/* 1479  */ 	background-size: cover;
/* 1480  */ 	
/* 1481  */ }
/* 1482  */ .use_row_as_box{
/* 1483  */ 	-moz-border-radius:4px;
/* 1484  */ 	-webkit-border-radius:4px;
/* 1485  */ 	-ms-border-radius: 4px;
/* 1486  */ 	-o-border-radius: 4px;
/* 1487  */ 	border-radius:4px;
/* 1488  */ 	margin-left: 0 !important;
/* 1489  */ 	margin-right: 0 !important;
/* 1490  */ }
/* 1491  */ div.video_section{
/* 1492  */ 	overflow: hidden;
/* 1493  */ }
/* 1494  */ 
/* 1495  */ .boxed .section .section_inner,
/* 1496  */ .grid_section .section_inner{
/* 1497  */ 	width: 1100px;
/* 1498  */ 	margin: 0px auto;
/* 1499  */ 	position: relative;
/* 1500  */ 	z-index: 20;

/* stylesheet.min.css */

/* 1501  */ }
/* 1502  */ 
/* 1503  */ /* Section Video Background - Start */
/* 1504  */ 
/* 1505  */ .section .mobile-video-image {
/* 1506  */ 	background-position: center center;
/* 1507  */ 	background-repeat: no-repeat;
/* 1508  */ 	background-size: cover;
/* 1509  */ 	display: none;
/* 1510  */ 	height: 100%;
/* 1511  */ 	left: 0;
/* 1512  */ 	position: absolute;
/* 1513  */ 	top: 0;
/* 1514  */ 	width: 100%;
/* 1515  */ 	z-index: 10;
/* 1516  */ }
/* 1517  */ 
/* 1518  */ .section .video-overlay {
/* 1519  */ 	height: 3000px;
/* 1520  */ 	left: 0;
/* 1521  */ 	opacity: 0;
/* 1522  */ 	position: absolute;
/* 1523  */ 	top: 0;
/* 1524  */ 	width: 100%;
/* 1525  */ 	z-index: 11;
/* 1526  */ }
/* 1527  */ 
/* 1528  */ .section .video-overlay.active {
/* 1529  */ 	background-image: url("/wp-content/themes/strata/css/img/pixel-video.png");
/* 1530  */ 	background-position: 0px 0px;
/* 1531  */ 	background-repeat: repeat;
/* 1532  */ 	opacity: 1;
/* 1533  */ }
/* 1534  */ 
/* 1535  */ .section .video-wrap {
/* 1536  */ 	top: 0px;
/* 1537  */ 	left: 0px;
/* 1538  */ 	overflow: hidden;
/* 1539  */ 	position: absolute;
/* 1540  */ 	width: 100%;
/* 1541  */ 	z-index: 10;
/* 1542  */ }
/* 1543  */ 
/* 1544  */ .section .video-wrap .mejs-poster {
/* 1545  */ 	background-size: cover!important;
/* 1546  */ 	-moz-background-size: cover!important;
/* 1547  */ 	-webkit-background-size: cover!important;
/* 1548  */ 	-o-background-size: cover!important;
/* 1549  */ }
/* 1550  */ 

/* stylesheet.min.css */

/* 1551  */ .section .video-wrap .mejs-container .mejs-controls {
/* 1552  */ 	display: none!important;
/* 1553  */ }
/* 1554  */ 
/* 1555  */ .section .video-wrap .mejs-controls .mejs-button button:focus {
/* 1556  */ 	outline: none!important;
/* 1557  */ }
/* 1558  */ 
/* 1559  */ .section .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
/* 1560  */ 	background-color: rgba(255, 255, 255, 0.18) !important;
/* 1561  */ }
/* 1562  */ 
/* 1563  */ .section .video-wrap .mejs-container {
/* 1564  */ 	background-color: transparent!important;
/* 1565  */ 	background-image: none!important;
/* 1566  */ 	height: auto !important;
/* 1567  */ }
/* 1568  */ 
/* 1569  */ .section .video-wrap .mejs-mediaelement{
/* 1570  */ 	background: none !important;
/* 1571  */ 	border: 0px !important;
/* 1572  */ }
/* 1573  */ 
/* 1574  */ .section .video-wrap .mejs-container .mejs-poster img {
/* 1575  */ 	max-width: none!important;
/* 1576  */ 	width: 100%!important;
/* 1577  */ }
/* 1578  */ 
/* 1579  */ .section .video-wrap .mejs-controls button { opacity: 0.8; }
/* 1580  */ .section .video-wrap .mejs-controls button:hover, .mejs-controls .mejs-fullscreen-button:hover button { opacity: 1!important;}
/* 1581  */ 
/* 1582  */ .section .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
/* 1583  */ 	background: #1f1f1f none repeat scroll 0 0 !important;	
/* 1584  */ }
/* 1585  */ 
/* 1586  */ .section .video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
/* 1587  */ 	background: transparent!important;
/* 1588  */ }
/* 1589  */ 
/* 1590  */ /* Section Video Background - End */
/* 1591  */ 
/* 1592  */ .two_columns_66_33{
/* 1593  */ 	width: 100%;
/* 1594  */ }
/* 1595  */ 
/* 1596  */ .two_columns_66_33>.column1{
/* 1597  */ 	width: 66.66%;
/* 1598  */ 	float: left;
/* 1599  */ }
/* 1600  */ 

/* stylesheet.min.css */

/* 1601  */ .two_columns_66_33>.column1>.column_inner{
/* 1602  */ 	padding: 0 20px 0 0;
/* 1603  */ }
/* 1604  */ 
/* 1605  */ .two_columns_66_33>.column2{
/* 1606  */ 	width: 33.33%;
/* 1607  */ 	float: left;
/* 1608  */ }
/* 1609  */ 
/* 1610  */ .two_columns_66_33>.column2>.column_inner{
/* 1611  */ 	padding: 0 0 0 20px;
/* 1612  */ 
/* 1613  */ }
/* 1614  */ 
/* 1615  */ .two_columns_33_66{
/* 1616  */ 	width: 100%;
/* 1617  */ }
/* 1618  */ 
/* 1619  */ .two_columns_33_66>.column1{
/* 1620  */ 	width: 33.33%;
/* 1621  */ 	float: left;
/* 1622  */ }
/* 1623  */ 
/* 1624  */ .two_columns_33_66>.column1>.column_inner{
/* 1625  */ 	padding: 0 20px 0 0;
/* 1626  */ }
/* 1627  */ 
/* 1628  */ .two_columns_33_66>.column2{
/* 1629  */ 	width: 66.66%;
/* 1630  */ 	float: left;
/* 1631  */ }
/* 1632  */ 
/* 1633  */ .two_columns_33_66>.column2>.column_inner{
/* 1634  */ 	padding: 0 0 0 20px;
/* 1635  */ }
/* 1636  */ 
/* 1637  */ .two_columns_75_25{
/* 1638  */ 	width: 100%;
/* 1639  */ }
/* 1640  */ 
/* 1641  */ .two_columns_75_25>.column1{
/* 1642  */ 	width: 75%;
/* 1643  */ 	float: left;
/* 1644  */ }
/* 1645  */ 
/* 1646  */ .two_columns_75_25>.column1>.column_inner{
/* 1647  */ 	padding: 0 20px 0 0;
/* 1648  */ }
/* 1649  */ 
/* 1650  */ .two_columns_75_25>.column2{

/* stylesheet.min.css */

/* 1651  */ 	width: 25%;
/* 1652  */ 	float: left;
/* 1653  */ }
/* 1654  */ 
/* 1655  */ .two_columns_75_25>.column2>.column_inner{
/* 1656  */ 	padding: 0 0 0 20px;
/* 1657  */ }
/* 1658  */ 
/* 1659  */ .two_columns_25_75 {
/* 1660  */ 	width: 100%;
/* 1661  */ }
/* 1662  */ 
/* 1663  */ .two_columns_25_75>.column1{
/* 1664  */ 	width: 25%;
/* 1665  */ 	float: left;
/* 1666  */ }
/* 1667  */ 
/* 1668  */ .two_columns_25_75>.column1>.column_inner{
/* 1669  */ 	padding: 0 20px 0 0;
/* 1670  */ }
/* 1671  */ 
/* 1672  */ .two_columns_25_75>.column2{
/* 1673  */ 	width: 75%;
/* 1674  */ 	float: left;
/* 1675  */ }
/* 1676  */ 
/* 1677  */ .two_columns_25_75>.column2>.column_inner{
/* 1678  */ 	padding: 0 0 0 20px;
/* 1679  */ }
/* 1680  */ 
/* 1681  */ .two_columns_50_50 {
/* 1682  */ 	width: 100%;
/* 1683  */ }
/* 1684  */ 
/* 1685  */ .two_columns_50_50>.column1{
/* 1686  */ 	width: 50%;
/* 1687  */ 	float: left;
/* 1688  */ }
/* 1689  */ 
/* 1690  */ .two_columns_50_50>.column1>.column_inner{
/* 1691  */ 	padding: 0 10px 0 0;
/* 1692  */ }
/* 1693  */ 
/* 1694  */ .two_columns_50_50>.column2{
/* 1695  */ 	width: 50%;
/* 1696  */ 	float: left;
/* 1697  */ }
/* 1698  */ 
/* 1699  */ .two_columns_50_50>.column2>.column_inner{
/* 1700  */ 	padding: 0 0 0 10px;

/* stylesheet.min.css */

/* 1701  */ }
/* 1702  */ 
/* 1703  */ .three_columns {
/* 1704  */ 	width: 100%;
/* 1705  */ }
/* 1706  */ 
/* 1707  */ .three_columns>.column1, 
/* 1708  */ .three_columns>.column2, 
/* 1709  */ .three_columns>.column3{
/* 1710  */ 	width: 33.33%;
/* 1711  */ 	float: left;
/* 1712  */ }
/* 1713  */ 
/* 1714  */ .three_columns>.column1>.column_inner{
/* 1715  */ 	padding: 0 15px 0 0;
/* 1716  */ }
/* 1717  */ 
/* 1718  */ .three_columns>.column2>.column_inner{
/* 1719  */ 	padding: 0 5px 0 10px;
/* 1720  */ }
/* 1721  */ 
/* 1722  */ .three_columns>.column3>.column_inner{
/* 1723  */ 	padding: 0 0 0 15px;
/* 1724  */ }
/* 1725  */ 
/* 1726  */ .four_columns{
/* 1727  */ 	width: 100%;
/* 1728  */ }
/* 1729  */ 
/* 1730  */ .four_columns>.column1,
/* 1731  */ .four_columns>.column2,
/* 1732  */ .four_columns>.column3,
/* 1733  */ .four_columns>.column4{
/* 1734  */ 	width: 25%;
/* 1735  */ 	float: left;
/* 1736  */ }
/* 1737  */ 
/* 1738  */ .four_columns>.column1>.column_inner{
/* 1739  */ 	padding: 0 15px 0 0;
/* 1740  */ }
/* 1741  */ 
/* 1742  */ .four_columns>.column2>.column_inner{
/* 1743  */ 	padding: 0 10px 0 5px;
/* 1744  */ }
/* 1745  */ 
/* 1746  */ .four_columns>.column3>.column_inner{
/* 1747  */ 	padding: 0 5px 0 10px;
/* 1748  */ }
/* 1749  */ 
/* 1750  */ .four_columns>.column4>.column_inner{

/* stylesheet.min.css */

/* 1751  */ 	padding: 0 0 0 15px;
/* 1752  */ }
/* 1753  */ 
/* 1754  */ .five_columns>.column1,
/* 1755  */ .five_columns>.column2,
/* 1756  */ .five_columns>.column3,
/* 1757  */ .five_columns>.column4,
/* 1758  */ .five_columns>.column5{
/* 1759  */ 	width: 20%;
/* 1760  */ 	float: left;
/* 1761  */ }
/* 1762  */ 
/* 1763  */ .five_columns>.column1>.column_inner,
/* 1764  */ .five_columns>.column2>.column_inner,
/* 1765  */ .five_columns>.column3>.column_inner,
/* 1766  */ .five_columns>.column4>.column_inner{
/* 1767  */ 	margin: 0 2.5% 0 0;
/* 1768  */ }
/* 1769  */ 
/* 1770  */ .five_columns>.column5>.column_inner{
/* 1771  */ 	margin: 0;
/* 1772  */ }
/* 1773  */ 
/* 1774  */ .title_outer.animate_title_area{
/* 1775  */ 	overflow: hidden;
/* 1776  */ }
/* 1777  */ 
/* 1778  */ .title{
/* 1779  */ 	display: block;
/* 1780  */ 	width: 100%;
/* 1781  */ 	height: 85px;
/* 1782  */ 	background-color: #fbfbfb;
/* 1783  */ 	text-align: left;
/* 1784  */ 	position: relative;
/* 1785  */ 	z-index: 101;
/* 1786  */ 	border-bottom:1px solid #eaeaea;
/* 1787  */ }
/* 1788  */ 
/* 1789  */ .title_outer.with_image .title{
/* 1790  */ 	height: auto !important;
/* 1791  */ 	line-height: normal;
/* 1792  */ 	background: none;
/* 1793  */ }
/* 1794  */ 
/* 1795  */ .title img{
/* 1796  */ 	display: block;
/* 1797  */ 	position: relative;
/* 1798  */ 	width: 100%;
/* 1799  */ }
/* 1800  */ 

/* stylesheet.min.css */

/* 1801  */ .title .not_responsive{
/* 1802  */ 	display: none;
/* 1803  */ }
/* 1804  */ 
/* 1805  */ .title .title_holder{
/* 1806  */ 	display: table;
/* 1807  */ 	height: 100%;
/* 1808  */ 	left: 0;
/* 1809  */ 	position: relative;	
/* 1810  */ 	width: 100%;
/* 1811  */ }
/* 1812  */ 
/* 1813  */ .title_outer.with_image .title .title_holder,
/* 1814  */ .title_outer  .has_fixed_background.title .title_holder,
/* 1815  */ .title_outer  .has_background.title .title_holder
/* 1816  */ {
/* 1817  */ 	position: absolute;
/* 1818  */ 	top: 0%;
/* 1819  */ 	display:block;
/* 1820  */ }
/* 1821  */ 
/* 1822  */ .title .title_overlay{
/* 1823  */ 	position: absolute;
/* 1824  */ 	width: 100%;
/* 1825  */ 	height: 100%;
/* 1826  */ 	background-repeat: repeat;
/* 1827  */ 	background-position: 0px 0px;
/* 1828  */ }
/* 1829  */ 
/* 1830  */ .title .title_holder .container{
/* 1831  */ 	 display: table-cell;
/* 1832  */ 	 vertical-align: middle;
/* 1833  */ }
/* 1834  */ .title_outer.with_image .title .title_holder .container,
/* 1835  */ .title_outer  .has_fixed_background.title .title_holder .container,
/* 1836  */ .title_outer  .has_background.title .title_holder .container
/* 1837  */ {
/* 1838  */ 	display:block;
/* 1839  */ 	height: 100%;
/* 1840  */ }
/* 1841  */ .content .title_outer.with_image  .title .container_inner,
/* 1842  */ .title_outer  .has_fixed_background.title .title_holder .container_inner,
/* 1843  */ .title_outer  .has_background.title .title_holder .container_inner
/* 1844  */ {
/* 1845  */ 	 display: table;
/* 1846  */ 	 height: 100%;
/* 1847  */ }
/* 1848  */ .title_subtitle_holder{
/* 1849  */ 	display: block;
/* 1850  */ 	padding: 0px;

/* stylesheet.min.css */

/* 1851  */ 	position:relative;
/* 1852  */ }
/* 1853  */ .title_outer.with_image .title .title_subtitle_holder,
/* 1854  */ .title_outer  .has_fixed_background.title .title_subtitle_holder,
/* 1855  */ .title_outer  .has_background.title .title_subtitle_holder
/* 1856  */ {
/* 1857  */ 	display: table-cell;
/* 1858  */ 	vertical-align: middle;
/* 1859  */ }
/* 1860  */ .title_subtitle_holder_inner {
/* 1861  */ 	position: relative;
/* 1862  */ }
/* 1863  */ .title h1{
/* 1864  */ 	color: #333;
/* 1865  */ 	padding: 0px;
/* 1866  */ 	
/* 1867  */ }
/* 1868  */ .title.title_size_medium h1{
/* 1869  */ 	font-size:40px;
/* 1870  */ 	font-weight:300;
/* 1871  */ }
/* 1872  */ .title.title_size_large h1{
/* 1873  */ 	font-size:45px;
/* 1874  */ 	font-weight:300;
/* 1875  */ }
/* 1876  */ 
/* 1877  */ .title_text_shadow .title h1{
/* 1878  */ 	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
/* 1879  */ }
/* 1880  */ 
/* 1881  */ .subtitle{
/* 1882  */ 	display:block;
/* 1883  */ }
/* 1884  */ 
/* 1885  */ .title_text_shadow .subtitle{
/* 1886  */ 	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
/* 1887  */ }
/* 1888  */ 
/* 1889  */ .animate_title_text .title h1{
/* 1890  */ 	-webkit-animation: title-from-right .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
/* 1891  */ 	-moz-animation: title-from-right .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
/* 1892  */ 	-o-animation: title-from-right .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
/* 1893  */ 	animation: title-from-right .5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
/* 1894  */ 	-webkit-animation-fill-mode: both;
/* 1895  */ 	-moz-animation-fill-mode: both;
/* 1896  */ 	-ms-animation-fill-mode: both;
/* 1897  */ 	-o-animation-fill-mode: both;
/* 1898  */ 	animation-fill-mode: both;
/* 1899  */ 	visibility: visible;
/* 1900  */ 	}

/* stylesheet.min.css */

/* 1901  */ 	
/* 1902  */ @-webkit-keyframes title-from-right {
/* 1903  */ 	0% {
/* 1904  */ 		filter: alpha(opacity=0);
/* 1905  */ 		opacity: 0;
/* 1906  */ 		-webkit-transform: translate(50%, 0);
/* 1907  */ 	}
/* 1908  */ 	100% {
/* 1909  */ 		filter: alpha(opacity=100);
/* 1910  */ 		opacity: 1;
/* 1911  */ 		-webkit-transform: translate(0, 0);
/* 1912  */ 	}
/* 1913  */ }
/* 1914  */ @-moz-keyframes title-from-right {
/* 1915  */ 	0% {
/* 1916  */ 		filter: alpha(opacity=0);
/* 1917  */ 		opacity: 0;
/* 1918  */ 		-moz-transform: translate(50%, 0);
/* 1919  */ 	}
/* 1920  */ 	100% {
/* 1921  */ 		filter: alpha(opacity=100);
/* 1922  */ 		opacity: 1;
/* 1923  */ 		-moz-transform: translate(0, 0);
/* 1924  */ 	}
/* 1925  */ }
/* 1926  */ @-o-keyframes title-from-right {
/* 1927  */ 	0% {
/* 1928  */ 		filter: alpha(opacity=0);
/* 1929  */ 		opacity: 0;
/* 1930  */ 		-o-transform: translate(50%, 0);
/* 1931  */ 	}
/* 1932  */ 	100% {
/* 1933  */ 		filter: alpha(opacity=100);
/* 1934  */ 		opacity: 1;
/* 1935  */ 		-o-transform: translate(0, 0);
/* 1936  */ 	}
/* 1937  */ }
/* 1938  */ @keyframes title-from-right {
/* 1939  */ 	0% {
/* 1940  */ 		filter: alpha(opacity=0);
/* 1941  */ 		opacity: 0;
/* 1942  */ 		transform: translate(50%, 0);
/* 1943  */ 	}
/* 1944  */ 	100% {
/* 1945  */ 		filter: alpha(opacity=100);
/* 1946  */ 		opacity: 1;
/* 1947  */ 		transform: translate(0, 0);
/* 1948  */ 	}
/* 1949  */ }
/* 1950  */ .position_center.title .title_subtitle_holder{

/* stylesheet.min.css */

/* 1951  */ 	text-align:center;
/* 1952  */ }
/* 1953  */ .title.has_background {
/* 1954  */ 	background-repeat: no-repeat;
/* 1955  */ 	background-position: center 0;
/* 1956  */ }
/* 1957  */ 
/* 1958  */ .title.has_fixed_background {
/* 1959  */ 	background-repeat: no-repeat;
/* 1960  */ 	background-attachment: fixed;
/* 1961  */ 	background-position: center 0;
/* 1962  */ 	position: relative;
/* 1963  */ 	z-index: 101;
/* 1964  */ }
/* 1965  */ .breadcrumb{
/* 1966  */ 	position:absolute;
/* 1967  */ 	height:100%;
/* 1968  */ 	font-size:11px;
/* 1969  */ 	top:0;
/* 1970  */ 	right:0;
/* 1971  */ }
/* 1972  */ .breadcrumbs{
/* 1973  */ 	display:table;
/* 1974  */ 	height:100%;
/* 1975  */ 	width:100%;
/* 1976  */ }
/* 1977  */ .breadcrumbs .breadcrumbs_inner{
/* 1978  */ 	display:table-cell;
/* 1979  */ 	vertical-align:middle;
/* 1980  */ }
/* 1981  */ 
/* 1982  */ .title_text_shadow .breadcrumbs .breadcrumbs_inner{
/* 1983  */ 	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
/* 1984  */ }
/* 1985  */ 
/* 1986  */ .position_center.title .breadcrumb{
/* 1987  */ 	position:relative;
/* 1988  */ 	text-align:center;
/* 1989  */ }
/* 1990  */ 
/* 1991  */ .breadcrumb .current{
/* 1992  */ 	color:#00aeef;
/* 1993  */ }
/* 1994  */ 
/* 1995  */ .breadcrumb a{
/* 1996  */ 	color:#777;
/* 1997  */ }
/* 1998  */ 
/* 1999  */ .breadcrumb a:hover{
/* 2000  */ 	color:#00aeef;

/* stylesheet.min.css */

/* 2001  */ }
/* 2002  */ 
/* 2003  */ .touch .title.has_fixed_background {
/* 2004  */ 	background-attachment: scroll;
/* 2005  */ }
/* 2006  */ 
/* 2007  */ .box_image_with_border{
/* 2008  */ 	display: block;
/* 2009  */ 	position: relative;
/* 2010  */ 	border-bottom: 5px solid #dddddd;
/* 2011  */ 	-webkit-transition: all .4s ease-out 0s;
/* 2012  */ 	-moz-transition: all .4s ease-out 0s;
/* 2013  */ 	-o-transition: all .4s ease-out 0s;
/* 2014  */ 	-ms-transition: all .4s ease-out 0s;
/* 2015  */ 	text-align: center;
/* 2016  */ }
/* 2017  */ 
/* 2018  */ .box_image_with_border:hover{
/* 2019  */ 	border-color: #00aeef;
/* 2020  */ }
/* 2021  */ 
/* 2022  */ .box_image_with_border h3{
/* 2023  */ 	margin: 0 0 15px;
/* 2024  */ }
/* 2025  */ 
/* 2026  */ .box_image_holder{
/* 2027  */ 	display: block;
/* 2028  */ 	position: relative;
/* 2029  */ 	margin: 0 0 56px;
/* 2030  */ 	text-align: left;
/* 2031  */ }
/* 2032  */ 
/* 2033  */ .box_image_holder a{
/* 2034  */ 	position: relative;
/* 2035  */ 	display: block;
/* 2036  */ }
/* 2037  */ 
/* 2038  */ .box_image_holder .box_image_shadow{
/* 2039  */ 	display: block;
/* 2040  */ 	position: absolute;
/* 2041  */ 	bottom: -8px;
/* 2042  */ 	left: 0;
/* 2043  */ 	width: 100%;
/* 2044  */ 	height: 100%;
/* 2045  */ 	background-image: url('/wp-content/themes/strata/css/img/box_image_shadow.png');
/* 2046  */ 	background-repeat: no-repeat;
/* 2047  */ 	background-position: center bottom;
/* 2048  */ 	background-size: 100% 30px;
/* 2049  */ 	-webkit-background-size: 100% 30px;
/* 2050  */ 	-moz-background-size: 100% 30px;

/* stylesheet.min.css */

/* 2051  */ 	-o-background-size: 100% 30px;
/* 2052  */ 	-webkit-transition: all .4s ease-out 0s;
/* 2053  */ 	-moz-transition: all .4s ease-out 0s;
/* 2054  */ 	-o-transition: all .4s ease-out 0s;
/* 2055  */ 	-ms-transition: all .4s ease-out 0s;
/* 2056  */ }
/* 2057  */ 
/* 2058  */ .box_image_with_border:hover .box_image_shadow{
/* 2059  */ 	bottom: -13px;
/* 2060  */ 	opacity: 0.2;
/* 2061  */ 	filter: alpha(opacity=20);
/* 2062  */ }
/* 2063  */ 
/* 2064  */ .box_image_holder .image_holder_inner{
/* 2065  */ 	position: relative;
/* 2066  */ 	display: inline-block;
/* 2067  */ 	width: 100%;
/* 2068  */ 	top: 0px;
/* 2069  */ 	left: 0px;
/* 2070  */ 	-webkit-transition: all .4s ease-out 0s;
/* 2071  */ 	-moz-transition: all .4s ease-out 0s;
/* 2072  */ 	-o-transition: all .4s ease-out 0s;
/* 2073  */ 	-ms-transition: all .4s ease-out 0s;
/* 2074  */ }
/* 2075  */ 
/* 2076  */ .box_image_with_border:hover .box_image_holder .image_holder_inner{
/* 2077  */ 	top: -15px;
/* 2078  */ }
/* 2079  */ 
/* 2080  */ .box_image_holder img{
/* 2081  */ 	width: 100%;
/* 2082  */ }
/* 2083  */ 
/* 2084  */ .box_image_holder .box_icon{
/* 2085  */ 	display: inline-block;
/* 2086  */ 	position: absolute;
/* 2087  */ 	left: 50%;
/* 2088  */ 	bottom: 0px;
/* 2089  */ 	-webkit-transform: translateZ(0px);
/* 2090  */ 	-moz-transform: translateZ(0px);
/* 2091  */ }
/* 2092  */ 
/* 2093  */ .box_image_holder .box_icon .fa-stack{
/* 2094  */ 	margin: 0 0 0 -50%;
/* 2095  */ 	font-size: 4em;
/* 2096  */ }
/* 2097  */ 
/* 2098  */ .box_image_holder .box_icon .fa-stack i{
/* 2099  */ 	margin: 35% 0 0;
/* 2100  */ }

/* stylesheet.min.css */

/* 2101  */ 
/* 2102  */ .box_image_holder .box_icon .fa-stack i.fa-stack-base {
/* 2103  */     color: #00aeef;
/* 2104  */ }
/* 2105  */ 
/* 2106  */ .separator { 
/* 2107  */ 	position: relative;
/* 2108  */ 	display: block;
/* 2109  */ 	height: 1px;
/* 2110  */ 	background-color: #eaeaea;
/* 2111  */ 	margin: 10px 0;
/* 2112  */ }
/* 2113  */ .wpb_column > .wpb_wrapper .separator:last-child{
/* 2114  */ 	margin-bottom: 10px;
/* 2115  */ }
/* 2116  */ .separator.transparent {
/* 2117  */ 	background-color: transparent;
/* 2118  */ }
/* 2119  */ 
/* 2120  */ .separator.small {
/* 2121  */     background-color: #000;
/* 2122  */     height: 1px;
/* 2123  */     position: relative;
/* 2124  */     width: 55px;
/* 2125  */     display: block;
/* 2126  */     margin: 18px auto 28px auto;
/* 2127  */ }
/* 2128  */ .wpb_column > .wpb_wrapper .separator.small:last-child{
/* 2129  */ 	margin-bottom: 28px;
/* 2130  */ }
/* 2131  */ .separator.small.left {
/* 2132  */     margin-left:0;
/* 2133  */ 	margin-right: 0;
/* 2134  */ }
/* 2135  */ 
/* 2136  */ .separator.small.right {
/* 2137  */     margin: 18px 0 28px auto;
/* 2138  */ }
/* 2139  */ 
/* 2140  */ /* ==========================================================================
/* 2141  *|    Icon list shortcode styles
/* 2142  *|    ========================================================================== */
/* 2143  */ .q_icon_list p{
/* 2144  */ 	font-size: 16px;
/* 2145  */ 	line-height: 44px;
/* 2146  */ 	font-weight: 400;
/* 2147  */ 	margin: 0px 0px 10px;
/* 2148  */ 	padding: 0px 0px 0px 56px;
/* 2149  */ 	position: relative;
/* 2150  */ }

/* stylesheet.min.css */

/* 2151  */ .wpb_column > .wpb_wrapper  .q_icon_list p:last-child{
/* 2152  */ 	margin-bottom: 10px;
/* 2153  */ }
/* 2154  */ .q_icon_list i {
/* 2155  */     background-color: #f3f3f3;
/* 2156  */     /* IE10 Consumer Preview */
/* 2157  */     background: #f9f9f9 -ms-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 2158  */     /* Mozilla Firefox */
/* 2159  */     background: #f9f9f9 -moz-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 2160  */     /* Opera */
/* 2161  */     background: #f9f9f9 -o-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 2162  */     /* Webkit (Safari/Chrome 10) */
/* 2163  */     background: #f9f9f9 -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #f9f9f9));
/* 2164  */     /* Webkit (Chrome 11+) */
/* 2165  */     background: #f9f9f9 -webkit-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 2166  */     /* W3C Markup, IE10 Release Preview */
/* 2167  */     background: #f9f9f9 linear-gradient(to top, #f3f3f3 0%, #f9f9f9 100%);
/* 2168  */     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2169  */     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2170  */     -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2171  */     -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2172  */     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2173  */     border: 1px solid #eaeaea;
/* 2174  */     color: #00aeef;
/* 2175  */     font-size: 18px;
/* 2176  */     line-height: 42px;
/* 2177  */     height: 42px;
/* 2178  */     width: 42px;
/* 2179  */     text-align: center;
/* 2180  */     border-radius: 2em;
/* 2181  */ 	-webkit-border-radius: 2em;
/* 2182  */ 	-moz-border-radius: 2em;
/* 2183  */ 	-o-border-radius: 2em;
/* 2184  */ }
/* 2185  */ 
/* 2186  */ .q_icon_list i.transparent {
/* 2187  */     background: transparent;
/* 2188  */     border: 0;
/* 2189  */ }
/* 2190  */ 
/* 2191  */ /* ==========================================================================
/* 2192  *|    Progress bar shortcode start styles
/* 2193  *|    ========================================================================== */
/* 2194  */ .q_progress_bar {
/* 2195  */ 	position: relative;
/* 2196  */ 	margin: 0 0 8px 0;
/* 2197  */ 	width: 100%;
/* 2198  */ 	overflow: hidden;
/* 2199  */ 	text-align: left;
/* 2200  */ }

/* stylesheet.min.css */

/* 2201  */ .wpb_column > .wpb_wrapper  .q_progress_bar:last-child{
/* 2202  */ 	margin-bottom: 8px;
/* 2203  */ }
/* 2204  */ .q_progress_bar .progress_content_outer{
/* 2205  */ 	background-color: #f3f3f3;
/* 2206  */ 	position: relative;
/* 2207  */ 	overflow: hidden;
/* 2208  */     height: 10px;
/* 2209  */     border: 1px solid #eaeaea;
/* 2210  */ 	box-sizing: content-box;
/* 2211  */ 	-webkit-box-sizing: content-box;
/* 2212  */ 	-moz-box-sizing: content-box;
/* 2213  */ }
/* 2214  */ 
/* 2215  */ .q_progress_bar .progress_content_outer,
/* 2216  */ .q_progress_bar .progress_content {
/* 2217  */     -webkit-border-radius: 2px;
/* 2218  */     -moz-border-radius: 2px;
/* 2219  */     -ms-border-radius: 2px;
/* 2220  */     -o-border-radius: 2px;
/* 2221  */     border-radius: 2px;
/* 2222  */ }
/* 2223  */ 
/* 2224  */ .q_progress_bar .progress_content{
/* 2225  */ 	position: absolute;
/* 2226  */ 	top: 0;
/* 2227  */ 	left: 0;
/* 2228  */     max-width: 99.6%; /* width must be limited because of the border */
/* 2229  */ 	overflow: hidden;
/* 2230  */ 	background-color: #00aeef;
/* 2231  */     height: 8px;
/* 2232  */     border: 1px solid #049cd4;
/* 2233  */     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2234  */     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2235  */     -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2236  */     -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2237  */     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2238  */ 	box-sizing: content-box;
/* 2239  */ 	-webkit-box-sizing: content-box;
/* 2240  */ 	-moz-box-sizing: content-box;
/* 2241  */ }
/* 2242  */ .wpb_row .q_progress_bar .progress_content{
/* 2243  */ 	box-sizing: content-box;
/* 2244  */ 	-webkit-box-sizing: content-box;
/* 2245  */ 	-moz-box-sizing: content-box;
/* 2246  */ }
/* 2247  */ .q_progress_bar .progress_title_holder {
/* 2248  */     height: 30px;
/* 2249  */     display: table-cell;
/* 2250  */     width: 1%;

/* stylesheet.min.css */

/* 2251  */     vertical-align: middle;
/* 2252  */     position: relative;
/* 2253  */ }
/* 2254  */ 
/* 2255  */ .q_progress_bar .progress_title {
/* 2256  */ 	display: inline-block;
/* 2257  */ 	z-index: 100;
/* 2258  */ }
/* 2259  */ 
/* 2260  */ .q_progress_bar .progress_number_wrapper {
/* 2261  */     text-align: right;
/* 2262  */     position: absolute;
/* 2263  */     left: 0px;
/* 2264  */ 	z-index: 10;
/* 2265  */ 	opacity: 0;
/* 2266  */ 	filter: alpha(opacity=0);
/* 2267  */     color: #fff;
/* 2268  */ }
/* 2269  */ 
/* 2270  */ .q_progress_bar .progress_number {
/* 2271  */     position: absolute;
/* 2272  */     right: 0;
/* 2273  */ }
/* 2274  */ /* ==========================================================================
/* 2275  *|    Progress bar shortcode end styles
/* 2276  *|    ========================================================================== */
/* 2277  */ 
/* 2278  */ /* ==========================================================================
/* 2279  *|    Vertical progress bar shortcode start styles
/* 2280  *|    ========================================================================== */
/* 2281  */ .q_progress_bars_vertical .progress_content_outer {
/* 2282  */     height: 200px;
/* 2283  */     position: relative;
/* 2284  */     background: #f3f3f3;
/* 2285  */     background: #f9f9f9 -ms-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 2286  */     background: #f9f9f9 -moz-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 2287  */     background: #f9f9f9 -o-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 2288  */     background: #f9f9f9 -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #f9f9f9));
/* 2289  */     background: #f9f9f9 -webkit-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 2290  */     background: #f9f9f9 linear-gradient(to top, #f3f3f3 0%, #f9f9f9 100%);
/* 2291  */     border: 1px solid #eaeaea;
/* 2292  */ }
/* 2293  */ 
/* 2294  */ .q_progress_bars_vertical .progress_content_outer,
/* 2295  */ .q_progress_bars_vertical .progress_content_outer .progress_content {
/* 2296  */     -webkit-border-radius: 4px;
/* 2297  */     -moz-border-radius: 4px;
/* 2298  */     -ms-border-radius: 4px;
/* 2299  */     -o-border-radius: 4px;
/* 2300  */     border-radius: 4px;

/* stylesheet.min.css */

/* 2301  */ }
/* 2302  */ 
/* 2303  */ .q_progress_bars_vertical .progress_number {
/* 2304  */     font-size: 18px;
/* 2305  */     line-height: 1em;
/* 2306  */     color: #333;
/* 2307  */     display: block;
/* 2308  */     position: relative;
/* 2309  */     font-weight: 300;
/* 2310  */     margin-bottom: 14px;
/* 2311  */ }
/* 2312  */ 
/* 2313  */ .q_progress_bars_vertical .progress_title {
/* 2314  */     margin-bottom: 0.7777777777777778em;
/* 2315  */     margin-top: 1em;
/* 2316  */ }
/* 2317  */ 
/* 2318  */ .q_progress_bars_vertica .progress_text {
/* 2319  */     display: inline-block;
/* 2320  */     line-height: 18px;
/* 2321  */ }
/* 2322  */ 
/* 2323  */ .q_progress_bars_vertical .progress_content_outer .progress_content {
/* 2324  */     display: inline-block;
/* 2325  */     width: 100%;
/* 2326  */     position: absolute;
/* 2327  */     bottom: 0;
/* 2328  */     left: -1px;
/* 2329  */     border: 1px solid #049cd4;
/* 2330  */     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2331  */     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2332  */     -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2333  */     -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2334  */     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2335  */     background: #009ad4;
/* 2336  */     background: #00aeef -ms-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 2337  */     background: #00aeef -moz-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 2338  */     background: #00aeef -o-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 2339  */     background: #00aeef -webkit-gradient(linear, left bottom, left top, color-stop(0,#009ad4), color-stop(1, #00aeef));
/* 2340  */     background: #00aeef -webkit-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 2341  */     background: #00aeef linear-gradient(to top, #009ad4 0%, #00aeef 100%);
/* 2342  */ }
/* 2343  */ 
/* 2344  */ /* ==========================================================================
/* 2345  *|    Vertical progress bar shortcode end styles
/* 2346  *|    ========================================================================== */
/* 2347  */ 
/* 2348  */ /* ==========================================================================
/* 2349  *|    Counter shortcode start styles
/* 2350  *|    ========================================================================== */

/* stylesheet.min.css */

/* 2351  */ 
/* 2352  */ .q_counter_holder {
/* 2353  */ 	display: block;
/* 2354  */ 	opacity: 0;
/* 2355  */ 	filter: alpha(opacity=0);
/* 2356  */ 	-webkit-transition: opacity .4s ease 0s;
/* 2357  */ 	-moz-transition: opacity .4s ease 0s;
/* 2358  */ 	-o-transition: opacity .4s ease 0s;
/* 2359  */     padding: 20px 0;
/* 2360  */ }
/* 2361  */ 
/* 2362  */ .q_counter_holder.boxed_counter {
/* 2363  */     border: 1px solid #eaeaea;
/* 2364  */     padding: 20px 40px;
/* 2365  */ 	background-color:#fff;
/* 2366  */ }
/* 2367  */ 
/* 2368  */ .q_counter_holder.left {
/* 2369  */ 	text-align: left;
/* 2370  */ }
/* 2371  */ 
/* 2372  */ .q_counter_holder.right {
/* 2373  */ 	text-align: right;
/* 2374  */ }
/* 2375  */ 
/* 2376  */ .q_counter_holder.center {
/* 2377  */ 	text-align: center;
/* 2378  */     padding: 20px 40px;
/* 2379  */ }
/* 2380  */ 
/* 2381  */ .q_counter_holder span.counter {
/* 2382  */ 	font-size: 50px;
/* 2383  */ 	line-height: 1em;
/* 2384  */ 	font-weight: 500;
/* 2385  */ 	color: #00aeef;
/* 2386  */     font-family: inherit;
/* 2387  */ 
/* 2388  */ 	overflow: hidden;
/* 2389  */ 	display: inline-block !important;
/* 2390  */ 	height: 1em;
/* 2391  */ }
/* 2392  */ 
/* 2393  */ .q_counter_holder .separator.small {
/* 2394  */     background-color: #eaeaea;
/* 2395  */     margin: 2px auto 7px auto;
/* 2396  */ }
/* 2397  */ 
/* 2398  */ .q_counter_holder.left .separator.small {
/* 2399  */     margin-left: 0;
/* 2400  */     margin-right: auto;

/* stylesheet.min.css */

/* 2401  */ }
/* 2402  */ 
/* 2403  */ .q_counter_holder.right .separator.small {
/* 2404  */     margin-left: auto;
/* 2405  */     margin-right: 0;
/* 2406  */ }
/* 2407  */ 
/* 2408  */ /* ==========================================================================
/* 2409  *|    Counter shortcode end styles
/* 2410  *|    ========================================================================== */
/* 2411  */ 
/* 2412  */ /* ==========================================================================
/* 2413  *|    Box Holder shortcode start styles
/* 2414  *|    ========================================================================== */
/* 2415  */ .q_box_holder{
/* 2416  */ 	display: block;
/* 2417  */ 	position: relative;
/* 2418  */ 	border: 1px solid transparent;
/* 2419  */ 	z-index: 200;
/* 2420  */ }
/* 2421  */ 
/* 2422  */ .q_box_holder.with_icon{
/* 2423  */     border: 1px solid #eaeaea;
/* 2424  */     -webkit-border-radius: 4px;
/* 2425  */     -moz-border-radius: 4px;
/* 2426  */     -ms-border-radius: 4px;
/* 2427  */     -o-border-radius: 4px;
/* 2428  */     border-radius: 4px;
/* 2429  */ }
/* 2430  */ 
/* 2431  */ .box_holder_inner{
/* 2432  */ 	padding: 30px 20px;
/* 2433  */ 	display: block;
/* 2434  */ }
/* 2435  */ 
/* 2436  */ .q_box_holder.with_icon .box_holder_inner.tiny{
/* 2437  */ 	padding: 37px 20px 30px;
/* 2438  */ }
/* 2439  */ 
/* 2440  */ .q_box_holder.with_icon .box_holder_inner.small{
/* 2441  */ 	padding: 45px 20px 30px;
/* 2442  */ }
/* 2443  */ 
/* 2444  */ .q_box_holder.with_icon .box_holder_inner.medium{
/* 2445  */ 	padding: 58px 20px 30px;
/* 2446  */ }
/* 2447  */ 
/* 2448  */ .q_box_holder.with_icon .box_holder_inner.large{
/* 2449  */ 	padding: 71px 20px 30px;
/* 2450  */ }

/* stylesheet.min.css */

/* 2451  */ 
/* 2452  */ .q_box_holder.with_icon .box_holder_inner.very_large{
/* 2453  */ 	padding: 85px 20px 30px;
/* 2454  */ }
/* 2455  */ 
/* 2456  */ .box_holder_inner.left{
/* 2457  */ 	text-align: left;
/* 2458  */ }
/* 2459  */ 
/* 2460  */ .box_holder_inner.right{
/* 2461  */ 	text-align: right;
/* 2462  */ }
/* 2463  */ 
/* 2464  */ .box_holder_inner.center{
/* 2465  */ 	text-align: center;
/* 2466  */ }
/* 2467  */ 
/* 2468  */ .box_holder_icon{
/* 2469  */ 	position: absolute;
/* 2470  */ 	display: block;
/* 2471  */ 	left: 50%;
/* 2472  */ 	top: 0;
/* 2473  */ 	z-index: 250;
/* 2474  */ }
/* 2475  */ 
/* 2476  */ .box_holder_icon_inner{
/* 2477  */ 	margin: -50% 0 0 -50%;
/* 2478  */ }
/* 2479  */ 
/* 2480  */ .box_holder_icon_inner.circle,
/* 2481  */ .box_holder_icon_inner.square,
/* 2482  */ .box_holder_icon_inner.image{
/* 2483  */ 	margin: -50% 0 0 -50%;
/* 2484  */ }
/* 2485  */ 
/* 2486  */ .box_holder_icon_inner.circle .fa-stack,
/* 2487  */ .circle .icon_holder .fa-stack{
/* 2488  */ 	-o-border-radius: 2em;
/* 2489  */ 	-moz-border-radius: 2em;
/* 2490  */ 	-webkit-border-radius: 2em;
/* 2491  */ 	-ms-border-radius: 2em;
/* 2492  */ 	border-radius: 2em;
/* 2493  */ 	box-sizing: content-box;
/* 2494  */ 	-webkit-box-sizing: content-box;
/* 2495  */ 	-moz-box-sizing: content-box;
/* 2496  */ }
/* 2497  */ 
/* 2498  */ .box_holder_icon .fa-stack i{
/* 2499  */ 	color: #00aeef;
/* 2500  */ }

/* stylesheet.min.css */

/* 2501  */ 
/* 2502  */ .box_holder_icon_inner.tiny i.fa-circle{
/* 2503  */ 	font-size: 40px;
/* 2504  */ }
/* 2505  */ 
/* 2506  */ .box_holder_icon_inner.image.tiny img{
/* 2507  */ 	height: 35px;
/* 2508  */ }
/* 2509  */ 
/* 2510  */ .box_holder_icon_inner.image.small img{
/* 2511  */ 	height: 52px;
/* 2512  */ }
/* 2513  */ 
/* 2514  */ .box_holder_icon_inner.image.medium img{
/* 2515  */ 	height: 78px;
/* 2516  */ }
/* 2517  */ 
/* 2518  */ .box_holder_icon_inner.image.large img{
/* 2519  */ 	height: 104px;
/* 2520  */ }
/* 2521  */ 
/* 2522  */ .box_holder_icon_inner.image.very_large img{
/* 2523  */ 	height: 130px;
/* 2524  */ }
/* 2525  */ /* ==========================================================================
/* 2526  *|    Box Holder shortcode end styles
/* 2527  *|    ========================================================================== */
/* 2528  */ 
/* 2529  */ /* ==========================================================================
/* 2530  *|    Button shortcode start styles
/* 2531  *|    ========================================================================== */
/* 2532  */ .qbutton,
/* 2533  */ .load_more a,
/* 2534  */ #submit_comment,
/* 2535  */ .drop_down .wide .second ul li .qbutton,
/* 2536  */ .drop_down .wide .second ul li ul li .qbutton{
/* 2537  */ 	position: relative;
/* 2538  */ 	display: inline-block;
/* 2539  */ 	width: auto;
/* 2540  */ 	height: 35px;
/* 2541  */ 	line-height: 35px;
/* 2542  */ 	margin: 0;
/* 2543  */ 	padding: 0px 16px;
/* 2544  */ 	font-size: 13px;
/* 2545  */ 	font-weight: 400;
/* 2546  */ 	text-align: left;
/* 2547  */ 	 color: #fff;
/* 2548  */     font-family: inherit;
/* 2549  */ 	text-decoration: none;
/* 2550  */ 	cursor: pointer;

/* stylesheet.min.css */

/* 2551  */ 	white-space: nowrap;
/* 2552  */ 	outline: none;
/* 2553  */ 	font-style: normal;
/* 2554  */ 	-o-border-radius: 4px;
/* 2555  */ 	-moz-border-radius: 4px;
/* 2556  */ 	-webkit-border-radius: 4px;
/* 2557  */ 	-ms-border-radius: 4px;
/* 2558  */     border-radius: 4px;
/* 2559  */ 	text-shadow: none;
/* 2560  */ 	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2561  */ 	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2562  */ 	-ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2563  */ 	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2564  */ 	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 2565  */ 	border: 1px solid #049cd4;
/* 2566  */     background: #009ad4;
/* 2567  */     background: #00aeef -ms-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 2568  */     background: #00aeef -moz-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 2569  */     background: #00aeef -o-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 2570  */     background: #00aeef -webkit-gradient(linear, left bottom, left top, color-stop(0,#009ad4), color-stop(1, #00aeef));
/* 2571  */     background: #00aeef -webkit-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 2572  */     background: #00aeef linear-gradient(to top, #009ad4 0%, #00aeef 100%);
/* 2573  */ 	box-sizing: content-box;
/* 2574  */ 	-webkit-box-sizing: content-box;
/* 2575  */ 	-moz-box-sizing: content-box;
/* 2576  */ }
/* 2577  */ .wpb_row .qbutton,
/* 2578  */ .wpb_row .load_more a,
/* 2579  */ .wpb_row #submit_comment,
/* 2580  */ .wpb_row .drop_down .wide .second ul li .qbutton,
/* 2581  */ .wpb_row .drop_down .wide .second ul li ul li .qbutton{
/* 2582  */ 	box-sizing: content-box;
/* 2583  */ 	-webkit-box-sizing: content-box;
/* 2584  */ 	-moz-box-sizing: content-box;
/* 2585  */ }
/* 2586  */ .qbutton.green,
/* 2587  */ .qbutton.dark {
/* 2588  */     color: #fff;
/* 2589  */ }
/* 2590  */ 
/* 2591  */ .qbutton.dark {
/* 2592  */     border: 1px solid #049cd4;
/* 2593  */     background: #009ad4;
/* 2594  */     background: #00aeef -ms-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 2595  */     background: #00aeef -moz-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 2596  */     background: #00aeef -o-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 2597  */     background: #00aeef -webkit-gradient(linear, left bottom, left top, color-stop(0,#009ad4), color-stop(1, #00aeef));
/* 2598  */     background: #00aeef -webkit-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 2599  */     background: #00aeef linear-gradient(to top, #009ad4 0%, #00aeef 100%);
/* 2600  */ }

/* stylesheet.min.css */

/* 2601  */ 
/* 2602  */ .qbutton.gray {
/* 2603  */ 	color: #00aeef;
/* 2604  */ 	border: 1px solid #eaeaea;
/* 2605  */     background: #eeeeee;
/* 2606  */ 	/* IE10 Consumer Preview */
/* 2607  */ 	background: #f9f9f9 -ms-linear-gradient(bottom, #eeeeee 0%, #f9f9f9 100%);
/* 2608  */ 	/* Mozilla Firefox */
/* 2609  */ 	background: #f9f9f9 -moz-linear-gradient(bottom, #eeeeee 0%, #f9f9f9 100%);
/* 2610  */ 	/* Opera */
/* 2611  */ 	background: #f9f9f9 -o-linear-gradient(bottom, #eeeeee 0%, #f9f9f9 100%);
/* 2612  */ 	/* Webkit (Safari/Chrome 10) */
/* 2613  */ 	background: #f9f9f9 -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #f9f9f9));
/* 2614  */ 	/* Webkit (Chrome 11+) */
/* 2615  */ 	background: #f9f9f9 -webkit-linear-gradient(bottom, #eeeeee 0%, #f9f9f9 100%);
/* 2616  */ 	/* W3C Markup, IE10 Release Preview */
/* 2617  */ 	background: #f9f9f9 linear-gradient(to top, #eeeeee 0%, #f9f9f9 100%);
/* 2618  */ }
/* 2619  */ 
/* 2620  */ .qbutton.green {
/* 2621  */     border: 1px solid #94bd27;
/* 2622  */     background: #9dbf00;
/* 2623  */     background: #b4cf00 -ms-linear-gradient(bottom, #9dbf00 0%, #b4cf00 100%);
/* 2624  */     background: #b4cf00 -moz-linear-gradient(bottom, #9dbf00 0%, #b4cf00 100%);
/* 2625  */     background: #b4cf00 -o-linear-gradient(bottom, #9dbf00 0%, #b4cf00 100%);
/* 2626  */     background: #b4cf00 -webkit-gradient(linear, left bottom, left top, color-stop(0,#9dbf00), color-stop(1, #b4cf00));
/* 2627  */     background: #b4cf00 -webkit-linear-gradient(bottom, #9dbf00 0%, #b4cf00 100%);
/* 2628  */     background: #b4cf00 linear-gradient(to top, #9dbf00 0%, #b4cf00 100%);
/* 2629  */ }
/* 2630  */ 
/* 2631  */ .qbutton.dark:hover,
/* 2632  */ .qbutton.green:hover {
/* 2633  */     color: #fff;
/* 2634  */ }
/* 2635  */ 
/* 2636  */ .qbutton.gray:hover {
/* 2637  */     color: #00aeef;
/* 2638  */ }
/* 2639  */ 
/* 2640  */ .qbutton:hover,
/* 2641  */ .qbutton.medium:hover,
/* 2642  */ .load_more a:hover,
/* 2643  */ #submit_comment:hover,
/* 2644  */ .drop_down .wide .second ul li .qbutton:hover,
/* 2645  */ .drop_down .wide .second ul li ul li .qbutton:hover{
/* 2646  */     background-image: url('/wp-content/themes/strata/css/img/button-bg-px.png') !important;
/* 2647  */     color: #fff;
/* 2648  */     text-decoration: none;
/* 2649  */ }
/* 2650  */ 

/* stylesheet.min.css */

/* 2651  */ .qbutton.big_large,
/* 2652  */ .qbutton.big_large_full_width{
/* 2653  */ 	height: 57px;
/* 2654  */ 	line-height: 57px;
/* 2655  */ 	font-size: 18px;
/* 2656  */  	padding: 0 22px;
/* 2657  */ }
/* 2658  */ 
/* 2659  */ .qbutton.big_large_full_width{
/* 2660  */ 	width:100%;
/* 2661  */ 	padding:0;
/* 2662  */ 	text-align: center;
/* 2663  */ 	-webkit-box-sizing: border-box;
/* 2664  */ 	-moz-box-sizing: border-box;
/* 2665  */ 	-ms-box-sizing: border-box;
/* 2666  */ 	-o-box-sizing: border-box;
/* 2667  */ }
/* 2668  */ 
/* 2669  */ .qbutton.large {
/* 2670  */ 	height: 47px;
/* 2671  */ 	line-height: 47px;
/* 2672  */ 	font-size: 15px;
/* 2673  */ 	padding: 0px 22px;
/* 2674  */ }
/* 2675  */ 
/* 2676  */ .qbutton.medium {
/* 2677  */ 	height: 42px;
/* 2678  */ 	line-height: 42px;
/* 2679  */ 	font-size: 14px;
/* 2680  */ }
/* 2681  */ 
/* 2682  */ .qbutton.small {
/* 2683  */     height: 35px;
/* 2684  */     line-height: 35px;
/* 2685  */     font-size: 13px;
/* 2686  */ }
/* 2687  */ 
/* 2688  */ .qbutton.tiny {
/* 2689  */     height: 25px;
/* 2690  */     line-height: 25px;
/* 2691  */     padding: 0 10px;
/* 2692  */     font-size: 11px;
/* 2693  */ }
/* 2694  */ 
/* 2695  */ #submit_comment,
/* 2696  */ .load_more.tiny a{
/* 2697  */ 	height: 39px;
/* 2698  */ 	line-height: 39px;
/* 2699  */ 	font-size: 12px;
/* 2700  */ 	padding: 0px 18px;

/* stylesheet.min.css */

/* 2701  */ }
/* 2702  */ 
/* 2703  */ .qbutton.left{
/* 2704  */ 	text-align: left;
/* 2705  */ }
/* 2706  */ 
/* 2707  */ .qbutton.right{
/* 2708  */ 	text-align: right;
/* 2709  */ }
/* 2710  */ 
/* 2711  */ .qbutton.center{
/* 2712  */ 	text-align: center;
/* 2713  */ }
/* 2714  */ 
/* 2715  */ .qbutton i{
/* 2716  */ 	margin: 0 0 0 10px;
/* 2717  */ }
/* 2718  */ .qbutton.large i{
/* 2719  */ 	margin: 0 0 0 17px;
/* 2720  */ }
/* 2721  */ .qbutton.medium i{
/* 2722  */ 	margin: 0 0 0 15px;
/* 2723  */ }
/* 2724  */ .qbutton.small i{
/* 2725  */ 	margin: 0 0 0 10px;
/* 2726  */ }
/* 2727  */ .qbutton.tiny i{
/* 2728  */ 	margin: 0 0 0 8px;
/* 2729  */ }
/* 2730  */ .qbutton.big_large i,
/* 2731  */ .qbutton.big_large_full_width i{
/* 2732  */ 	margin: 0 0 0 19px;
/* 2733  */ }
/* 2734  */ /* ==========================================================================
/* 2735  *|    Button end styles
/* 2736  *|    ========================================================================== */
/* 2737  */ 
/* 2738  */ /* ==========================================================================
/* 2739  *|    Pie Charts and Pie Charts With Icon start styles
/* 2740  *|    ========================================================================== */
/* 2741  */ 
/* 2742  */ .easyPieChart {
/* 2743  */ 	position: relative;
/* 2744  */ }
/* 2745  */ 
/* 2746  */ .easyPieChart canvas {
/* 2747  */ 	position: absolute;
/* 2748  */ 	top: 0;
/* 2749  */ 	left: 0;
/* 2750  */ }

/* stylesheet.min.css */

/* 2751  */ 
/* 2752  */ .q_pie_chart_holder,
/* 2753  */ .q_pie_chart_with_icon_holder{
/* 2754  */ 	display: block;
/* 2755  */ 	margin: 0 0 30px;
/* 2756  */ 	opacity: 0;
/* 2757  */ 	filter: alpha(opacity=0);
/* 2758  */ 	-webkit-transition: opacity .3s ease 0s;
/* 2759  */ 	-moz-transition: opacity .3s ease 0s;
/* 2760  */ 	-o-transition: opacity .3s ease 0s;
/* 2761  */ }
/* 2762  */ .wpb_column > .wpb_wrapper  .q_pie_chart_holder:last-child,
/* 2763  */ .wpb_column > .wpb_wrapper .q_pie_chart_with_icon_holder:last-child{
/* 2764  */ 	margin-bottom: 30px;
/* 2765  */ }
/* 2766  */ .q_percentage {
/* 2767  */ 	font-size: 18px;
/* 2768  */     font-weight: 300;
/* 2769  */ 	color: #333;
/* 2770  */ 	text-align: center;
/* 2771  */ 	margin: 0 auto;
/* 2772  */ 	opacity: 0;
/* 2773  */ 	filter: alpha(opacity=0);
/* 2774  */ 	-webkit-transition: opacity .3s ease 0s;
/* 2775  */ 	-moz-transition: opacity .3s ease 0s;
/* 2776  */ 	-o-transition: opacity .3s ease 0s;
/* 2777  */ }
/* 2778  */ 
/* 2779  */ .q_percentage_with_icon{
/* 2780  */ 	color: #00aeef;
/* 2781  */ 	text-align: center;
/* 2782  */ 	margin: 0 auto;
/* 2783  */ 	opacity: 0;
/* 2784  */ 	filter: alpha(opacity=0);
/* 2785  */ 	-webkit-transition: opacity .3s ease 0s;
/* 2786  */ 	-moz-transition: opacity .3s ease 0s;
/* 2787  */ 	-o-transition: opacity .3s ease 0s;
/* 2788  */ 	-webkit-backface-visibility: hidden;
/* 2789  */ }
/* 2790  */ 
/* 2791  */ .q_pie_chart_holder .tocounter{
/* 2792  */ 	float: none;
/* 2793  */ 	margin: 0;
/* 2794  */ }
/* 2795  */ 
/* 2796  */ .q_percentage_with_icon i{
/* 2797  */ 	float: none;
/* 2798  */ 	margin: 0;
/* 2799  */ 	vertical-align: middle !important;
/* 2800  */     color: #333;

/* stylesheet.min.css */

/* 2801  */ }
/* 2802  */ 
/* 2803  */ .q_pie_chart_holder .pie_chart_text,
/* 2804  */ .q_pie_chart_with_icon_holder .pie_chart_text{
/* 2805  */ 	text-align: center;
/* 2806  */ 	margin: 28px 0 0;
/* 2807  */ }
/* 2808  */ 
/* 2809  */ .q_pie_chart_holder .pie_chart_text .pie_title,
/* 2810  */ .q_pie_chart_with_icon_holder .pie_chart_text .pie_title{
/* 2811  */ 	margin: 0 0 0.35em;
/* 2812  */ }
/* 2813  */ 
/* 2814  */ /* ==========================================================================
/* 2815  *|    Pie Charts and Pie Charts With Icon end styles
/* 2816  *|    ========================================================================== */
/* 2817  */ 
/* 2818  */ /* ==========================================================================
/* 2819  *|    Image With Text start styles
/* 2820  *|    ========================================================================== */
/* 2821  */ 
/* 2822  */ .image_with_text {
/* 2823  */ 	display: inline-block;
/* 2824  */ 	width: 100%;
/* 2825  */ 	position: relative;
/* 2826  */ }
/* 2827  */ .image_with_text img {
/* 2828  */ 	display: block;
/* 2829  */ 	margin: 0 0 22px 0;
/* 2830  */ }
/* 2831  */ 
/* 2832  */ /* ==========================================================================
/* 2833  *|    Image With Text end styles
/* 2834  *|    ========================================================================== */
/* 2835  */ 
/* 2836  */ /* ==========================================================================
/* 2837  *|    Call to action styles
/* 2838  *|    ========================================================================== */
/* 2839  */ .call_to_action {
/* 2840  */     position: relative;
/* 2841  */     display: block;
/* 2842  */     padding: 28px 21px;
/* 2843  */     border: 1px solid #eaeaea;
/* 2844  */     -webkit-border-radius: 4px;
/* 2845  */     -moz-border-radius: 4px;
/* 2846  */     -ms-border-radius: 4px;
/* 2847  */     -o-border-radius: 4px;
/* 2848  */     border-radius: 4px;
/* 2849  */ }
/* 2850  */ 	

/* stylesheet.min.css */

/* 2851  */ .call_to_action.with_icon .text_wrapper .call_to_action_text {
/* 2852  */     padding:0 0 0 54px;
/* 2853  */ }
/* 2854  */ 
/* 2855  */ .call_to_action .text_wrapper{
/* 2856  */ 	position:relative;
/* 2857  */ }
/* 2858  */ 
/* 2859  */ .call_to_action .text_wrapper .call_to_action_icon_holder{
/* 2860  */ 	position:absolute;
/* 2861  */ 	height:100%;
/* 2862  */ }
/* 2863  */ 
/* 2864  */ .call_to_action .text_wrapper .call_to_action_icon{
/* 2865  */ 	display:table;
/* 2866  */ 	height:100%;
/* 2867  */ }
/* 2868  */ 
/* 2869  */ .call_to_action .text_wrapper .call_to_action_icon_inner{
/* 2870  */ 	display:table-cell;
/* 2871  */ 	height:100%;
/* 2872  */ 	vertical-align:middle;
/* 2873  */ }
/* 2874  */ 
/* 2875  */ .call_to_action .column2.button_wrapper {
/* 2876  */     text-align: right;
/* 2877  */ }
/* 2878  */ 
/* 2879  */ .call_to_action .column2.button_wrapper .qbutton{
/* 2880  */ 	position:absolute;
/* 2881  */ 	right:21px;
/* 2882  */ 	top:50%;
/* 2883  */ 	margin:-18px 0 0 0;
/* 2884  */ }
/* 2885  */ /* ==========================================================================
/* 2886  *|    Parallax shortcode styles
/* 2887  *|    ========================================================================== */
/* 2888  */ 
/* 2889  */ .full_width .parallax_content{
/* 2890  */ 	width: 1100px;
/* 2891  */ 	margin: 0px auto;
/* 2892  */ }
/* 2893  */ 
/* 2894  */ section.section section.parallax{
/* 2895  */ 	margin: -50px 0px;
/* 2896  */ }
/* 2897  */ 
/* 2898  */ .boxed section.section section.parallax{
/* 2899  */ 	margin: -50px -25px;
/* 2900  */ }

/* stylesheet.min.css */

/* 2901  */ 
/* 2902  */ .boxed .full_width .parallax_content{
/* 2903  */ 	width: auto;
/* 2904  */ 	margin: 0px;
/* 2905  */ 	padding: 0px 25px;
/* 2906  */ }
/* 2907  */ 
/* 2908  */ section.parallax_section_holder{
/* 2909  */ 	background-repeat: no-repeat;
/* 2910  */ 	background-color: transparent;
/* 2911  */ 	background-attachment: fixed;
/* 2912  */ 	background-position: center 0px;
/* 2913  */ 	padding: 1px 0px;
/* 2914  */ }
/* 2915  */ 
/* 2916  */ .touch section.parallax_section_holder{
/* 2917  */ 	background-attachment: scroll;
/* 2918  */ }
/* 2919  */ 
/* 2920  */ .parallax_content.left{
/* 2921  */ 	text-align: left;
/* 2922  */ }
/* 2923  */ 
/* 2924  */ .parallax_content.center{
/* 2925  */ 	text-align: center;
/* 2926  */ }
/* 2927  */ 
/* 2928  */ .parallax_content.right{
/* 2929  */ 	text-align: right;
/* 2930  */ }
/* 2931  */ 
/* 2932  */ .portfolio_single{
/* 2933  */ 	display: block;
/* 2934  */ 	position: relative;
/* 2935  */ }
/* 2936  */ 
/* 2937  */ .portfolio_single_text_holder,
/* 2938  */ .portfolio_detail,
/* 2939  */ .lightbox_single_portfolio{
/* 2940  */ 	position: relative;
/* 2941  */ }
/* 2942  */ 
/* 2943  */ .portfolio_single .flexslider, 
/* 2944  */ .portfolio_single .portfolio_single_text_holder{
/* 2945  */ 	margin: 0 0 40px;
/* 2946  */ }
/* 2947  */ .portfolio_single .portfolio_images .fluid-width-video-wrapper,
/* 2948  */ .portfolio_single .portfolio_images img{
/* 2949  */ 	margin: 0 0 18px;
/* 2950  */ }

/* stylesheet.min.css */

/* 2951  */ .portfolio_single .portfolio_container{
/* 2952  */ 	position: relative;
/* 2953  */ 	z-index: 200;
/* 2954  */ }
/* 2955  */ 
/* 2956  */ .portfolio_single h3{
/* 2957  */ 	margin: 0 0 8px;
/* 2958  */ 	padding: 0 70px 0 0;
/* 2959  */ }
/* 2960  */ 
/* 2961  */ .portfolio_single h6{
/* 2962  */ 	margin: 1px 0 2px 0;
/* 2963  */ }
/* 2964  */ 
/* 2965  */ .portfolio_detail.portfolio_single_follow {
/* 2966  */     position: relative;
/* 2967  */ }
/* 2968  */ 
/* 2969  */ .portfolio_detail .info{
/* 2970  */ 	padding: 0 0 9px;
/* 2971  */ 	margin: 0 0 8px;
/* 2972  */ }
/* 2973  */ 
/* 2974  */ .portfolio_detail .info:last-child{
/* 2975  */ 	border: 0px;
/* 2976  */ }
/* 2977  */ 
/* 2978  */ .video_holder{
/* 2979  */ 	position: relative;
/* 2980  */ 	width: 100%;
/* 2981  */ 	display: block;
/* 2982  */ 	min-height: 1px;
/* 2983  */ }
/* 2984  */ 
/* 2985  */ .portfolio_single .video .mobile-video-image { 
/* 2986  */ 	background-position: center center; 
/* 2987  */ 	background-repeat: no-repeat; 
/* 2988  */ 	background-size: cover; 
/* 2989  */ 	display: none; 
/* 2990  */ 	height: 100%; 
/* 2991  */ 	left: 0; 
/* 2992  */ 	position: absolute; 
/* 2993  */ 	top: 0; 
/* 2994  */ 	width: 100%; 
/* 2995  */ 	z-index: 10; 
/* 2996  */ } 
/* 2997  */ 
/* 2998  */ .portfolio_single .video{ 
/* 2999  */ 	margin: 0 0 44px; 
/* 3000  */ 	position: relative; 

/* stylesheet.min.css */

/* 3001  */ } 
/* 3002  */ 
/* 3003  */ .portfolio_single .video .video-wrap { 
/* 3004  */ 	overflow: hidden; 
/* 3005  */ 	position: relative; 
/* 3006  */ 	width: 100%; 
/* 3007  */ 	z-index: 10; 
/* 3008  */ } 
/* 3009  */ 
/* 3010  */ .portfolio_single .video .video-wrap .mejs-poster { 
/* 3011  */ 	background-size: cover!important; 
/* 3012  */ 	-moz-background-size: cover!important; 
/* 3013  */ 	-webkit-background-size: cover!important; 
/* 3014  */ 	-o-background-size: cover!important; 
/* 3015  */ 	width: 100% !important; 
/* 3016  */ 	height: 100% !important; 
/* 3017  */ } 
/* 3018  */ 
/* 3019  */ .portfolio_single .video .video-wrap .mejs-container { 
/* 3020  */ 	background-color: transparent!important; 
/* 3021  */ 	background-image: none!important; 
/* 3022  */ 	height: 100% !important; 
/* 3023  */ 	width: 100% !important; 
/* 3024  */ 	overflow: hidden; 
/* 3025  */ } 
/* 3026  */ 
/* 3027  */ .portfolio_single .video .video-wrap .mejs-mediaelement{ 
/* 3028  */ 	background: none !important; 
/* 3029  */ 	border: 0px !important; 
/* 3030  */ } 
/* 3031  */  		 
/* 3032  */ .portfolio_single .video .video-wrap .mejs-container .mejs-poster img { 
/* 3033  */ 	max-width: none!important; 
/* 3034  */ 	width: 100%!important; 
/* 3035  */ } 
/* 3036  */ 
/* 3037  */ .portfolio_single .mejs-container .mejs-controls{ 
/* 3038  */ 	visibility: visible !important; 
/* 3039  */ } 
/* 3040  */ 
/* 3041  */ .portfolio_single .mejs-controls .mejs-volume-button .mejs-volume-slider{ 
/* 3042  */ 	display: none !important; 
/* 3043  */ } 
/* 3044  */ 
/* 3045  */ .flexslider .slides .mejs-poster img, 
/* 3046  */ .portfolio_slider .portfolio_slides .mejs-poster img{ 
/* 3047  */ 	display: none; 
/* 3048  */ } 
/* 3049  */ 
/* 3050  */ .portfolio_single .flexslider .video .video-wrap{ 

/* stylesheet.min.css */

/* 3051  */ 	margin: 0px; 
/* 3052  */ }  
/* 3053  */ 
/* 3054  */ .portfolio_navigation{
/* 3055  */ 	display: inline-block;
/* 3056  */ 	width: 100%;
/* 3057  */ 	text-align: center;
/* 3058  */ 	padding: 28px 0 50px;
/* 3059  */ 	z-index: 100;
/* 3060  */ 	position: relative;
/* 3061  */ }
/* 3062  */ 
/* 3063  */ .portfolio_navigation .portfolio_prev, 
/* 3064  */ .portfolio_navigation .portfolio_next, 
/* 3065  */ .portfolio_navigation .portfolio_button{
/* 3066  */ 	display: inline-block;
/* 3067  */ 	height: 35px;
/* 3068  */ 	line-height: 35px;
/* 3069  */ }
/* 3070  */ 
/* 3071  */ .portfolio_navigation .portfolio_prev{
/* 3072  */ 	position: absolute;
/* 3073  */ 	left: 0;
/* 3074  */ }
/* 3075  */ 
/* 3076  */ .portfolio_navigation .portfolio_next{
/* 3077  */ 	position: absolute;
/* 3078  */ 	right: 0;
/* 3079  */ }
/* 3080  */ 
/* 3081  */ .portfolio_navigation .portfolio_prev a,
/* 3082  */ .portfolio_navigation .portfolio_next a{
/* 3083  */ 	position: relative;
/* 3084  */ 	display: inline-block;
/* 3085  */ 	width: 36px;
/* 3086  */ 	height: 36px;
/* 3087  */ 	line-height: 36px;
/* 3088  */ 	margin: 0 5px 0 0;
/* 3089  */ 	text-align:center;
/* 3090  */ 	color: #333;
/* 3091  */ 	text-decoration: none;
/* 3092  */ 	text-transform: uppercase;
/* 3093  */ 	cursor: pointer;
/* 3094  */ 	white-space: nowrap;
/* 3095  */ 	border: 1px solid #eaeaea;
/* 3096  */ 	outline: none;
/* 3097  */ 	-o-border-radius: 4px;
/* 3098  */ 	-moz-border-radius: 4px;
/* 3099  */ 	-webkit-border-radius: 4px;
/* 3100  */ 	-ms-border-radius: 4px;

/* stylesheet.min.css */

/* 3101  */ 	border-radius: 4px;
/* 3102  */ 	text-shadow: none;
/* 3103  */ 	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 3104  */ 	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 3105  */ 	-ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 3106  */ 	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 3107  */ 	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 3108  */ 	background: #f3f3f3;
/* 3109  */ 	/* IE10 Consumer Preview */
/* 3110  */ 	background: #f9f9f9 -ms-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 3111  */ 	/* Mozilla Firefox */
/* 3112  */ 	background: #f9f9f9 -moz-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 3113  */ 	/* Opera */
/* 3114  */ 	background: #f9f9f9 -o-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 3115  */ 	/* Webkit (Safari/Chrome 10) */
/* 3116  */ 	background: #f9f9f9 -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #f9f9f9));
/* 3117  */ 	/* Webkit (Chrome 11+) */
/* 3118  */ 	background: #f9f9f9 -webkit-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 3119  */ 	/* W3C Markup, IE10 Release Preview */
/* 3120  */ 	background: #f9f9f9 linear-gradient(to top, #f3f3f3 0%, #f9f9f9 100%);	
/* 3121  */ }
/* 3122  */ .portfolio_navigation .portfolio_button a{
/* 3123  */ 	background-image: url(/wp-content/themes/strata/css/img/portfolio_list_button.png);
/* 3124  */ 	background-position: 0 0;
/* 3125  */ 	background-repeat: no-repeat;
/* 3126  */ 	width: 19px;
/* 3127  */ 	display: block;
/* 3128  */ 	height: 19px;
/* 3129  */ 	margin: 8px 0 0 0;
/* 3130  */ }
/* 3131  */ .portfolio_navigation .portfolio_button a:hover{
/* 3132  */ 	background-image: url(/wp-content/themes/strata/css/img/portfolio_list_button_hover.png);
/* 3133  */ }
/* 3134  */ @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
/* 3135  */ 	.portfolio_navigation .portfolio_button a{
/* 3136  */ 		background-image: url(/wp-content/themes/strata/css/img/portfolio_list_button@1_5x.png);
/* 3137  */ 		-o-background-size: 19px 19px;
/* 3138  */ 		-webkit-background-size: 19px 19px;
/* 3139  */ 		-moz-background-size: 19px 19px;
/* 3140  */ 		background-size: 19px 19px;
/* 3141  */ 	}
/* 3142  */ 	.portfolio_navigation .portfolio_button a:hover{
/* 3143  */ 		background-image: url(/wp-content/themes/strata/css/img/portfolio_list_button_hover@1_5x.png);
/* 3144  */ 	}
/* 3145  */ }
/* 3146  */ 
/* 3147  */ @media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
/* 3148  */ 	.portfolio_navigation .portfolio_button a{
/* 3149  */ 		background-image: url(/wp-content/themes/strata/css/img/portfolio_list_button@2x.png);
/* 3150  */ 		-o-background-size: 19px 19px;

/* stylesheet.min.css */

/* 3151  */ 		-webkit-background-size: 19px 19px;
/* 3152  */ 		-moz-background-size: 19px 19px;
/* 3153  */ 		background-size: 19px 19px;
/* 3154  */ 	}
/* 3155  */ 	.portfolio_navigation .portfolio_button a:hover{
/* 3156  */ 		background-image: url(/wp-content/themes/strata/css/img/portfolio_list_button_hover@2x.png);
/* 3157  */ 	}
/* 3158  */ }
/* 3159  */ 
/* 3160  */ .portfolio_navigation .portfolio_prev a:hover,
/* 3161  */ .portfolio_navigation .portfolio_next a:hover{
/* 3162  */ 	background-image: url('/wp-content/themes/strata/css/img/button-bg-px.png') !important;
/* 3163  */ }
/* 3164  */ 
/* 3165  */ .portfolio_navigation .portfolio_prev a i,
/* 3166  */ .portfolio_navigation .portfolio_next a i{
/* 3167  */ 	line-height: 36px;
/* 3168  */ 	font-size: 16px;
/* 3169  */ 	color: #333;
/* 3170  */ }
/* 3171  */ 
/* 3172  */ .portfolio_social_holder{
/* 3173  */ 	width:100%;
/* 3174  */ 	display: inline-block;
/* 3175  */ }
/* 3176  */ 
/* 3177  */ .portfolio_social_holder a{
/* 3178  */ 	color:#333;
/* 3179  */ }
/* 3180  */ 
/* 3181  */ .portfolio_social_holder a:hover{
/* 3182  */ 	color:#00aeef;
/* 3183  */ }
/* 3184  */ 
/* 3185  */ .portfolio_single .portfolio_social_holder .portfolio_share,
/* 3186  */ .portfolio_single .portfolio_social_holder .portfolio_like{
/* 3187  */ 	display: inline-block;
/* 3188  */ 	margin: 0;
/* 3189  */ }
/* 3190  */ 
/* 3191  */ .portfolio_single .portfolio_social_holder .portfolio_share{
/* 3192  */ 	margin: 0 0 0 18px;
/* 3193  */ }
/* 3194  */ 
/* 3195  */ .portfolio_gallery {
/* 3196  */ 	display: inline-block;
/* 3197  */ 	width: 100%;
/* 3198  */ 	position: relative;
/* 3199  */ 	margin: 0 0 15px 0;
/* 3200  */ }

/* stylesheet.min.css */

/* 3201  */ .portfolio_single .portfolio_gallery{
/* 3202  */ 	margin: 0 0 3px 0;
/* 3203  */ }
/* 3204  */ .portfolio_gallery a {
/* 3205  */ 	position: relative;
/* 3206  */ 	float: left;
/* 3207  */ 	display: inline-block;
/* 3208  */ 	overflow: hidden;
/* 3209  */ 	-webkit-backface-visibility: hidden;
/* 3210  */ 	-webkit-transform: translateZ(0px);
/* 3211  */ 	-moz-transform: translateZ(0px);
/* 3212  */ }
/* 3213  */ 
/* 3214  */ .portfolio_gallery a.v2 {
/* 3215  */ 	width: 49%;
/* 3216  */ 	margin: 0 2% 2% 0;
/* 3217  */ }
/* 3218  */ 
/* 3219  */ .portfolio_gallery a.v3 {
/* 3220  */ 	width: 32%;
/* 3221  */ 	margin: 0 2% 2% 0;
/* 3222  */ }
/* 3223  */ 
/* 3224  */ .portfolio_gallery a.v4 {
/* 3225  */ 	width: 23.5%;
/* 3226  */ 	margin: 0 2% 2% 0;
/* 3227  */ }
/* 3228  */ 
/* 3229  */ .portfolio_gallery a.v2:nth-child(2n), 
/* 3230  */ .portfolio_gallery a.v3:nth-child(3n), 
/* 3231  */ .portfolio_gallery a.v4:nth-child(4n) {
/* 3232  */ 	margin: 0 0 2% 0;
/* 3233  */ }
/* 3234  */ 
/* 3235  */ .portfolio_gallery a img, 
/* 3236  */ .portfolio_gallery a frame {
/* 3237  */ 	position: relative;
/* 3238  */ 	display: block;
/* 3239  */ 	width: 100%;
/* 3240  */ 	z-index: 100;
/* 3241  */ }
/* 3242  */ 
/* 3243  */ .portfolio_gallery iframe{
/* 3244  */ 	min-height: 200px;
/* 3245  */ }
/* 3246  */ 
/* 3247  */ .portfolio_gallery a .gallery_text_holder{
/* 3248  */ 	background-color: #000;
/* 3249  */ 	background-color: rgba(0, 0, 0, 0.50);
/* 3250  */ 	position: absolute;

/* stylesheet.min.css */

/* 3251  */ 	bottom: 0;
/* 3252  */ 	left: 0;
/* 3253  */ 	width: 100%;
/* 3254  */ 	height: 100%;
/* 3255  */ 	display: inline-block;
/* 3256  */ 	z-index: 200;
/* 3257  */ 	opacity: 0;
/* 3258  */ 	filter: alpha(opacity=0);
/* 3259  */ 	visibility: visible;
/* 3260  */ 	-webkit-transition: opacity .4s;
/* 3261  */ 	-moz-transition: opacity .4s;
/* 3262  */ 	-o-transition: opacity .4s;
/* 3263  */ 	-ms-transition: opacity .4s;
/* 3264  */ }
/* 3265  */ 
/* 3266  */ .portfolio_gallery a img{
/* 3267  */ 	-webkit-transition: all 0.3s ease-out;
/* 3268  */ 	-moz-transition: all 0.3s ease-out;
/* 3269  */ 	-o-transition: all 0.3s ease-out;
/* 3270  */ 	transition: all 0.3s ease-out;
/* 3271  */ }
/* 3272  */ 
/* 3273  */ .portfolio_gallery a:hover .gallery_text_holder{
/* 3274  */ 	opacity: 1;
/* 3275  */ 	filter: alpha(opacity=100);
/* 3276  */ }
/* 3277  */ 
/* 3278  */ .portfolio_gallery a .gallery_text_inner{
/* 3279  */ 	display: table;
/* 3280  */ 	text-align: center;
/* 3281  */ 	vertical-align: middle;
/* 3282  */ 	width: 100%;
/* 3283  */ 	height: 100%;
/* 3284  */ }
/* 3285  */ 
/* 3286  */ .portfolio_gallery a .gallery_text_inner h5{
/* 3287  */ 	display: table-cell;
/* 3288  */ 	text-align: center;
/* 3289  */ 	vertical-align: middle;
/* 3290  */ 	width: 100%;
/* 3291  */ 	height: 100%;
/* 3292  */ 	margin: 0;
/* 3293  */ 	padding: 0px 15px;
/* 3294  */ 	color: #fff;
/* 3295  */ }
/* 3296  */ 
/* 3297  */ .projects_holder_outer{
/* 3298  */ 	margin: 0;
/* 3299  */ 	display: block;
/* 3300  */ 	width: 100%;

/* stylesheet.min.css */

/* 3301  */ }
/* 3302  */ .projects_holder_outer .container .container_inner{
/* 3303  */ 	padding: 0px 0px 0px 0px;
/* 3304  */ }
/* 3305  */ .full_width .projects_holder_outer.portfolio_no_space .filter_outer {
/* 3306  */ 	margin-left: 0;
/* 3307  */ 	margin-right: 0;
/* 3308  */ 	width: 100%;
/* 3309  */ }
/* 3310  */ .full_width .projects_holder_outer.v6 .hover_text,
/* 3311  */ .full_width .projects_holder_outer.v5 .hover_text,
/* 3312  */ .full_width .projects_holder_outer.v4 .hover_text,
/* 3313  */ .full_width .projects_holder_outer.v5 .standard,
/* 3314  */ .full_width .projects_holder_outer.v6 .standard,
/* 3315  */ .full_width .projects_holder_outer.v4 .standard {
/* 3316  */ 	width: 95%;
/* 3317  */ 	margin: 0 auto;
/* 3318  */ }
/* 3319  */ 
/* 3320  */ .full_width .section_inner .projects_holder_outer.v6 .hover_text,
/* 3321  */ .full_width .section_inner .projects_holder_outer.v5 .hover_text,
/* 3322  */ .full_width .section_inner .projects_holder_outer.v4 .hover_text,
/* 3323  */ .full_width .section_inner .projects_holder_outer.v5 .standard,
/* 3324  */ .full_width .section_inner .projects_holder_outer.v6 .standard,
/* 3325  */ .full_width .section_inner .projects_holder_outer.v4 .standard {
/* 3326  */     width: 100%;
/* 3327  */ }
/* 3328  */ 
/* 3329  */ .full_width .projects_holder_outer.v6 .hover_text.no_space,
/* 3330  */ .full_width .projects_holder_outer.v5 .hover_text.no_space,
/* 3331  */ .full_width .projects_holder_outer.v4 .hover_text.no_space{
/* 3332  */ 	width: 100%;
/* 3333  */ 	margin: 0;
/* 3334  */ }
/* 3335  */ 
/* 3336  */ .projects_holder{
/* 3337  */ 	font-size: 0.1px;
/* 3338  */ 	line-height: 0;
/* 3339  */ 	list-style-type: none;
/* 3340  */ 	text-align: justify;
/* 3341  */ }
/* 3342  */ 
/* 3343  */ .projects_holder:after,
/* 3344  */ .projects_holder:before{
/* 3345  */     content: "";
/* 3346  */     display: inline-block !important;
/* 3347  */     width: 100%;
/* 3348  */ }
/* 3349  */ 
/* 3350  */ .projects_holder > .mix{

/* stylesheet.min.css */

/* 3351  */ 	display: none;
/* 3352  */ 	position: relative;
/* 3353  */ 	vertical-align: top;
/* 3354  */ 	-webkit-transition: all 0.7s ease-out;
/* 3355  */ 	-moz-transition: all 0.7s ease-out;
/* 3356  */ 	-o-transition: all 0.7s ease-out;
/* 3357  */ 	transition: all 0.7s ease-out;
/* 3358  */ 	text-align: left;
/* 3359  */ }
/* 3360  */ 
/* 3361  */ .projects_holder .mix .image{
/* 3362  */ 	position: relative;
/* 3363  */ 	display: block;
/* 3364  */ 	overflow: hidden;
/* 3365  */ 	width: 100%;
/* 3366  */ 	-moz-transform: translateZ(0px);
/* 3367  */ 	-webkit-transform: translateZ(0px);
/* 3368  */ }
/* 3369  */ 
/* 3370  */ .projects_holder article .image img{
/* 3371  */ 	position: relative;
/* 3372  */ 	display: block;
/* 3373  */ 	width: 100%;
/* 3374  */ 	z-index: 100;
/* 3375  */ }
/* 3376  */ 
/* 3377  */ .projects_holder article .image_holder,
/* 3378  */ .projects_holder article .portfolio_description{
/* 3379  */ 	display: block;
/* 3380  */ 	position: relative;
/* 3381  */ }
/* 3382  */ 
/* 3383  */ .projects_holder article .portfolio_description{
/* 3384  */ 	padding:12px 0 12px;
/* 3385  */ 	text-align:center;
/* 3386  */ 	border:1px solid #eaeaea;
/* 3387  */ 	border-top:none;
/* 3388  */ 	background-color:#fff;
/* 3389  */ }
/* 3390  */ 
/* 3391  */ .standard_no_space.projects_holder article .portfolio_description{
/* 3392  */ 	margin: 0 -1px 0 0;
/* 3393  */ }
/* 3394  */ 
/* 3395  */ .projects_holder article .portfolio_description .portfolio_title {
/* 3396  */ 	display: block;
/* 3397  */ }
/* 3398  */ 
/* 3399  */ .projects_holder article .portfolio_description .separator,
/* 3400  */ .projects_holder article .hover_feature_holder_title .separator,

/* stylesheet.min.css */

/* 3401  */ .portfolio_slider .image_holder .separator{
/* 3402  */     background-color: #00aeef;
/* 3403  */     display: block;
/* 3404  */     height: 1px;
/* 3405  */     margin: 12px auto 9px;
/* 3406  */     position: relative;
/* 3407  */     width: 46px;
/* 3408  */ }
/* 3409  */ 
/* 3410  */ .projects_holder.hover_text article .hover_feature_holder_title .separator{
/* 3411  */ 	background-color: #fff;
/* 3412  */ }
/* 3413  */ 
/* 3414  */ .projects_holder.hover_text article .hover_feature_holder_title .portfolio_title a,
/* 3415  */ .projects_holder.hover_text article span.text_holder  span.text_inner .hover_feature_holder_title .project_category{
/* 3416  */ 	color: #fff;
/* 3417  */ }
/* 3418  */ 
/* 3419  */ .projects_holder article .portfolio_description .project_category,
/* 3420  */ .projects_holder.hover_text article .project_category {
/* 3421  */ 	line-height: 18px;
/* 3422  */ 	display: block;
/* 3423  */     font-size: 12px;
/* 3424  */ }
/* 3425  */ 
/* 3426  */ .portfolio_single .portfolio_like{
/* 3427  */ 	position: relative;
/* 3428  */ 	display: inline-block;
/* 3429  */ 	cursor: pointer;
/* 3430  */ 	float: left;
/* 3431  */ 	padding: 0px;
/* 3432  */ 	margin: 35px 15px 0 0;
/* 3433  */ }
/* 3434  */ 
/* 3435  */ .portfolio_like a,
/* 3436  */ .portfolio_single .portfolio_like a{
/* 3437  */ 	display: block;
/* 3438  */ 	font-size: 13px;
/* 3439  */ 	line-height: 13px;
/* 3440  */ 	text-align: center;
/* 3441  */ }
/* 3442  */ 
/* 3443  */ .portfolio_like a i,
/* 3444  */ .portfolio_single .portfolio_like a i{
/* 3445  */ 	display: block;
/* 3446  */ 	color: #d4d4d4;
/* 3447  */ 	margin: 0 0 8px;
/* 3448  */ 	font-size: 19px;
/* 3449  */ 	-webkit-transition: color 0.2s ease-in-out;
/* 3450  */ 	-moz-transition: color 0.2s ease-in-out;

/* stylesheet.min.css */

/* 3451  */ 	-o-transition: color 0.2s ease-in-out;
/* 3452  */ 	-ms-transition: color 0.2s ease-in-out;
/* 3453  */ }
/* 3454  */ 
/* 3455  */ .portfolio_single .portfolio_like a i{
/* 3456  */ 	display: inline-block;
/* 3457  */ 	margin: 0 8px 0 0;
/* 3458  */ 	color: #a0a0a0;
/* 3459  */ }
/* 3460  */ 
/* 3461  */ .portfolio_like span{
/* 3462  */ 	display: block;
/* 3463  */ 	color: #888;
/* 3464  */ }
/* 3465  */ 
/* 3466  */ .portfolio_single .portfolio_like span{
/* 3467  */ 	display: inline-block;
/* 3468  */ 	line-height: 19px;
/* 3469  */ 	color: #333;
/* 3470  */ }
/* 3471  */ 
/* 3472  */ .portfolio_slider .portfolio_like a i,
/* 3473  */ .portfolio_slider .portfolio_like a.liked i,
/* 3474  */ .portfolio_slider .portfolio_like a:hover i,
/* 3475  */ .portfolio_slider .portfolio_like span{
/* 3476  */ 	color: #e0e0e0;
/* 3477  */ }
/* 3478  */ 
/* 3479  */ .portfolio_like a.liked i,
/* 3480  */ .portfolio_like a:hover i,
/* 3481  */ .portfolio_single .portfolio_like a.liked i,
/* 3482  */ .portfolio_single .portfolio_like a:hover i{
/* 3483  */ 	color: #00aeef;
/* 3484  */ }
/* 3485  */ 
/* 3486  */ .projects_holder article span.text_holder{
/* 3487  */ 	background-color: #000;
/* 3488  */ 	background-color: rgba(0, 0, 0, 0.5);
/* 3489  */     bottom: 0;
/* 3490  */     display: inline-block;
/* 3491  */     height: 100%;
/* 3492  */     left: 0;
/* 3493  */     opacity: 0;
/* 3494  */     position: absolute;
/* 3495  */     transition: opacity 0.4s ease-in-out;
/* 3496  */     -webkit-transition: opacity 0.4s ease-in-out;
/* 3497  */     -moz-transition: opacity 0.4s ease-in-out;
/* 3498  */     -o-transition: opacity 0.4s ease-in-out;
/* 3499  */     -ms-transition: opacity 0.4s ease-in-out;
/* 3500  */     visibility: visible;

/* stylesheet.min.css */

/* 3501  */     overflow: hidden;
/* 3502  */     width: 100%;
/* 3503  */     z-index: 200;
/* 3504  */ }
/* 3505  */ 
/* 3506  */ .touch .projects_holder article span.text_holder{
/* 3507  */ 	display: none !important;
/* 3508  */ 	height: 0 !important;
/* 3509  */ 	width: 0 !important;
/* 3510  */ 	opacity: 0 !important;
/* 3511  */ 	visibility: hidden !important;
/* 3512  */ }
/* 3513  */ 
/* 3514  */ .projects_holder article:hover span.text_holder{
/* 3515  */ 	height:100% !important;
/* 3516  */ }
/* 3517  */ 
/* 3518  */ .projects_holder article .image_holder:hover span.text_holder{
/* 3519  */ 	opacity: 1;
/* 3520  */ 	filter: alpha(opacity=100);
/* 3521  */ }
/* 3522  */ 
/* 3523  */ .projects_holder.hover_text.with_mask article .image_holder:hover .image_hover{
/* 3524  */ 	opacity: 0;
/* 3525  */ 	filter: alpha(opacity=0);
/* 3526  */ }
/* 3527  */ 
/* 3528  */ .projects_holder article span.text_holder span.text_outer{
/* 3529  */ 	display: table;
/* 3530  */ 	text-align: center;
/* 3531  */ 	vertical-align: middle;
/* 3532  */ 	width: 100%;
/* 3533  */ 	height: 100%;
/* 3534  */ 	overflow:hidden;
/* 3535  */ 	
/* 3536  */ }
/* 3537  */ 
/* 3538  */ .projects_holder article span.text_holder span span.text_inner{
/* 3539  */ 	display: table-cell;
/* 3540  */ 	text-align: center;
/* 3541  */ 	vertical-align: middle;
/* 3542  */ 	width: 100%;
/* 3543  */ 	height: 100%;
/* 3544  */ 	margin: 0;
/* 3545  */ 	padding: 0;
/* 3546  */ }
/* 3547  */ 
/* 3548  */ .projects_holder article span.text_holder span span.text_inner .project_category{
/* 3549  */ 	color: #A6A6A6;
/* 3550  */     display: block;

/* stylesheet.min.css */

/* 3551  */     font-size: 13px;
/* 3552  */     line-height: 22px;
/* 3553  */ }
/* 3554  */ 
/* 3555  */ .projects_holder article .feature_holder,
/* 3556  */ .projects_holder article .feature_holder .feature_holder_icons{
/* 3557  */ 	display: inline-block;
/* 3558  */ }
/* 3559  */ 
/* 3560  */ .projects_holder.hover_text article .feature_holder{
/* 3561  */     width: 100%;
/* 3562  */ }
/* 3563  */ 
/* 3564  */ .projects_holder.hover_text article .feature_holder .feature_holder_icons{
/* 3565  */ 	margin:15px 0 0 0;
/* 3566  */ }
/* 3567  */ 
/* 3568  */ .portfolio_slider,
/* 3569  */ .portfolio_slides .image_holder{
/* 3570  */ 	position: relative;
/* 3571  */ 	display: block;
/* 3572  */ 	-webkit-backface-visibility: hidden;
/* 3573  */ }
/* 3574  */ 
/* 3575  */ .portfolio_slides .image_pixel_hover{
/* 3576  */ 	position: absolute;
/* 3577  */ 	height: 100%;
/* 3578  */ 	width: 100%;
/* 3579  */ 	display: block;
/* 3580  */ 	background-color: transparent;
/* 3581  */ 	-webkit-transition: background-color .4s ease 0.1s;
/* 3582  */ 	-moz-transition: background-color .4s ease 0.1s;
/* 3583  */ 	-o-transition: background-color .4s ease 0.1s;
/* 3584  */ 	-ms-transition: background-color .4s ease 0.1s;
/* 3585  */ 	transition: background-color .4s ease 0.1s;
/* 3586  */ }
/* 3587  */ 
/* 3588  */ .touch .portfolio_slides .image_pixel_hover{
/* 3589  */ 	display: none !important;
/* 3590  */ }
/* 3591  */ 
/* 3592  */ .portfolio_slides li:hover .image_pixel_hover{
/* 3593  */ 	background-color: #000;
/* 3594  */ 	background-color: rgba(0,0,0,0.5);
/* 3595  */ }
/* 3596  */ 
/* 3597  */ .portfolio_slides .image_holder .image {
/* 3598  */ 	position: relative;
/* 3599  */ 	display: block;
/* 3600  */ 	overflow: hidden;

/* stylesheet.min.css */

/* 3601  */ 	width: 100%;
/* 3602  */ 	-webkit-transition: -webkit-transform 0.4s;
/* 3603  */ 	-moz-transition: -moz-transform 0.4s;
/* 3604  */ 	transition: transform 0.4s;
/* 3605  */ 	-webkit-backface-visibility: hidden;
/* 3606  */ 	-moz-backface-visibility: hidden;
/* 3607  */ }
/* 3608  */ 
/* 3609  */ .portfolio_slides li:hover .image{
/* 3610  */ 	-webkit-transform: translateY(-45px);
/* 3611  */ 	-moz-transform: translateY(-45px);
/* 3612  */ 	-ms-transform: translateY(-45px);
/* 3613  */ 	transform: translateY(-45px);
/* 3614  */ }
/* 3615  */ 
/* 3616  */ .touch .portfolio_slides li:hover .image{
/* 3617  */ 	-webkit-transform: none !important;
/* 3618  */ 	-moz-transform: none !important;
/* 3619  */ 	-ms-transform: none !important;
/* 3620  */ 	transform: none !important;
/* 3621  */ }
/* 3622  */ 
/* 3623  */ .portfolio_slides .hover_feature_holder{
/* 3624  */ 	position: absolute;
/* 3625  */ 	display: block;
/* 3626  */ 	top: auto;
/* 3627  */ 	bottom: 0;
/* 3628  */ 	left: 0;
/* 3629  */ 	width: 100%;
/* 3630  */ 	height: auto;
/* 3631  */ }
/* 3632  */ 
/* 3633  */ .touch .portfolio_slides .hover_feature_holder{
/* 3634  */ 	display: none !important;
/* 3635  */ }
/* 3636  */ 
/* 3637  */ .portfolio_slides .hover_feature_holder_icons{
/* 3638  */ 	position: relative;
/* 3639  */ 	opacity: 0;
/* 3640  */ 	text-align: center;
/* 3641  */ 	display: inline-block;
/* 3642  */ 	width: 100%;
/* 3643  */ 	margin: 0 0 30px;
/* 3644  */ 	-webkit-transition: opacity .4s ease-in-out 0.1s;
/* 3645  */ 	-moz-transition: opacity .4s ease-in-out 0.1s;
/* 3646  */ 	-o-transition: opacity .4s ease-in-out 0.1s;
/* 3647  */ 	-ms-transition: opacity .4s ease-in-out 0.1s;
/* 3648  */ 	transition: opacity .4s ease-in-out 0.1s;
/* 3649  */ 	-webkit-transform: translateZ(0px);
/* 3650  */ 	-moz-transform: translateZ(0px);

/* stylesheet.min.css */

/* 3651  */ }
/* 3652  */ 
/* 3653  */ .portfolio_slides li:hover .hover_feature_holder_icons{
/* 3654  */ 	opacity: 1;
/* 3655  */ }
/* 3656  */ 
/* 3657  */ .portfolio_slides .hover_feature_holder_icons_inner{
/* 3658  */ 	display: inline-block;
/* 3659  */ 	position: relative;
/* 3660  */ }
/* 3661  */ 
/* 3662  */ .portfolio_slides .hover_feature_holder_outer{
/* 3663  */ 	position: relative;
/* 3664  */ 	bottom: 0 !important;
/* 3665  */ 	opacity: 1 !important;
/* 3666  */ 	top: auto;
/* 3667  */ }
/* 3668  */ 
/* 3669  */ .portfolio_slides .hover_feature_holder_inner{
/* 3670  */ 	height: auto;
/* 3671  */ 	width: 100%;
/* 3672  */ 	top: auto;
/* 3673  */ 	bottom: 0;
/* 3674  */ 	min-height: 45px;
/* 3675  */ 	-webkit-box-sizing: border-box;
/* 3676  */ 	-moz-box-sizing: border-box;
/* 3677  */ 	-ms-box-sizing: border-box;
/* 3678  */ 	-o-box-sizing: border-box;
/* 3679  */ 	box-sizing: border-box;
/* 3680  */ 	background-color: #fff;
/* 3681  */ 	padding: 10px 3%;
/* 3682  */ 	opacity: 0;
/* 3683  */ 	text-align: center;
/* 3684  */ 	-webkit-transform: translateY(100%);
/* 3685  */ 	-moz-transform: translateY(100%);
/* 3686  */ 	-ms-transform: translateY(100%);
/* 3687  */ 	transform: translateY(100%);
/* 3688  */ 	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
/* 3689  */ 	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
/* 3690  */ 	transition: transform 0.4s, opacity 0.1s 0.3s;
/* 3691  */ 	-webkit-backface-visibility: hidden;
/* 3692  */ 	-moz-backface-visibility: hidden;
/* 3693  */ }
/* 3694  */ 
/* 3695  */ .portfolio_slides li:hover .hover_feature_holder_inner{
/* 3696  */ 	opacity: 1;
/* 3697  */ 	-webkit-transform: translateY(0px);
/* 3698  */ 	-moz-transform: translateY(0px);
/* 3699  */ 	-ms-transform: translateY(0px);
/* 3700  */ 	transform: translateY(0px);

/* stylesheet.min.css */

/* 3701  */ 	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
/* 3702  */ 	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
/* 3703  */ 	transition: transform 0.4s, opacity 0.1s;
/* 3704  */ }
/* 3705  */ 
/* 3706  */ .projects_holder.hover_text article .image_holder{
/* 3707  */ 	overflow: hidden;
/* 3708  */ }
/* 3709  */ 
/* 3710  */ .projects_holder article a.lightbox,
/* 3711  */ .projects_holder article a.preview,
/* 3712  */ .projects_holder article .portfolio_like,
/* 3713  */ .portfolio_slider a.lightbox,
/* 3714  */ .portfolio_slider a.preview,
/* 3715  */ .portfolio_slider .portfolio_like{
/* 3716  */ 	position: relative;
/* 3717  */ 	display: inline-block;
/* 3718  */ 	top:30px;
/* 3719  */ 	float: left;
/* 3720  */ 	font-size: 13px;
/* 3721  */ 	margin: 0;
/* 3722  */ 	padding: 0;
/* 3723  */ 	opacity: 0;
/* 3724  */ 	border: 1px solid #fff;
/* 3725  */ 	background-color:rgba(255,255,255,0.15);
/* 3726  */ 	border-radius: 100px;
/* 3727  */ 	-webkit-border-radius: 100px;
/* 3728  */ 	-moz-border-radius: 100px;
/* 3729  */ 	-o-border-radius: 100px;
/* 3730  */ 	width:40px;
/* 3731  */ 	height:40px;
/* 3732  */ 	filter: alpha(opacity=0);
/* 3733  */ 	 -webkit-transition: top 0.3s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
/* 3734  */ 	-moz-transition: top 0.3s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
/* 3735  */ 	-o-transition: top 0.3s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
/* 3736  */ 	transition: top 0.3s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
/* 3737  */ 	-moz-transform: translateZ(0px);
/* 3738  */ 	-webkit-transform: translateZ(0px);
/* 3739  */ 	-webkit-backface-visibility: hidden;
/* 3740  */ }
/* 3741  */ 
/* 3742  */ .projects_holder article a.lightbox,
/* 3743  */ .portfolio_slider a.lightbox{
/* 3744  */ 	margin: 0 10px 0 0;
/* 3745  */ }
/* 3746  */ 
/* 3747  */ .projects_holder article .portfolio_like,
/* 3748  */ .portfolio_slider .portfolio_like{
/* 3749  */ 	margin: 0 0 0 10px;
/* 3750  */ }

/* stylesheet.min.css */

/* 3751  */ 
/* 3752  */ .projects_holder article a.preview{
/* 3753  */ 	-webkit-transition: top 0.3s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
/* 3754  */ 	-webkit-transition-delay: 0.1s, 0.1s, 0s, 0s;
/* 3755  */ 	-moz-transition: top 0.3s ease-in-out 0.1s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
/* 3756  */ 	-o-transition: top 0.3s ease-in-out 0.1s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
/* 3757  */ 	transition: top 0.3s ease-in-out 0.1s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;	
/* 3758  */ }
/* 3759  */ 
/* 3760  */ .projects_holder article .portfolio_like{
/* 3761  */ 	-webkit-transition: top 0.3s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
/* 3762  */ 	-webkit-transition-delay: 0.2s, 0.2s, 0s, 0s;
/* 3763  */ 	-moz-transition: top 0.3s ease-in-out 0.2s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
/* 3764  */ 	-o-transition: top 0.3s ease-in-out 0.2s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
/* 3765  */ 	transition: top 0.3s ease-in-out 0.2s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
/* 3766  */ }
/* 3767  */ 
/* 3768  */ .portfolio_slider a.lightbox,
/* 3769  */ .portfolio_slider a.preview,
/* 3770  */ .portfolio_slider .portfolio_like{
/* 3771  */ 	-webkit-transition:none;
/* 3772  */ 	-webkit-transition-delay: 0;
/* 3773  */ 	-moz-transition: none;
/* 3774  */ 	-o-transition: none;
/* 3775  */ 	transition:none;
/* 3776  */ }
/* 3777  */ 
/* 3778  */ .projects_holder article:hover a.lightbox,
/* 3779  */ .projects_holder article:hover a.preview,
/* 3780  */ .projects_holder article:hover span.portfolio_like,
/* 3781  */ .portfolio_slider li:hover a.lightbox,
/* 3782  */ .portfolio_slider li:hover a.preview,
/* 3783  */ .portfolio_slider li:hover .portfolio_like{
/* 3784  */ 	opacity: 1;
/* 3785  */ 	filter: alpha(opacity=100);
/* 3786  */ 	top:0px;
/* 3787  */ }
/* 3788  */ 
/* 3789  */ .projects_holder article a.lightbox i,
/* 3790  */ .projects_holder article a.preview i,
/* 3791  */ .projects_holder article .portfolio_like i,
/* 3792  */ .portfolio_slider a.lightbox i,
/* 3793  */ .portfolio_slider a.preview i,
/* 3794  */ .portfolio_slider .portfolio_like i{
/* 3795  */ 	position: relative;
/* 3796  */ 	display: block;
/* 3797  */ 	line-height:40px;
/* 3798  */ 	font-size:16px;
/* 3799  */ 	color: #fff;
/* 3800  */ 	opacity: 1;

/* stylesheet.min.css */

/* 3801  */ 	filter: alpha(opacity=100);
/* 3802  */ 	-webkit-transition: opacity .2s ease-in-out;
/* 3803  */ 	-moz-transition: opacity .2s ease-in-out;
/* 3804  */ 	-o-transition: opacity .2s ease-in-out;
/* 3805  */ 	-ms-transition: opacity .2s ease-in-out;
/* 3806  */ }
/* 3807  */ 
/* 3808  */ .projects_holder article .portfolio_like i,
/* 3809  */ .portfolio_slider .portfolio_like i{
/* 3810  */ 	line-height: 20px;
/* 3811  */ 	margin: 4px 0 0 0;
/* 3812  */ }
/* 3813  */ 
/* 3814  */ .portfolio_like .qode-like-count span{
/* 3815  */ 	display:none;
/* 3816  */ }
/* 3817  */ 
/* 3818  */ .projects_holder article a.lightbox:hover i,
/* 3819  */ .projects_holder article a.preview:hover i,
/* 3820  */ .projects_holder article .portfolio_like a:hover,
/* 3821  */ .portfolio_slider a.lightbox:hover i,
/* 3822  */ .portfolio_slider a.preview:hover i,
/* 3823  */ .portfolio_slider .portfolio_like a:hover{
/* 3824  */ 	opacity: 0.7;
/* 3825  */ 	filter: alpha(opacity=70);
/* 3826  */ }
/* 3827  */ 
/* 3828  */ .projects_holder article .portfolio_like .qode-like-count,
/* 3829  */ .portfolio_slider article .portfolio_like .qode-like-count{
/* 3830  */ 	font-size: 13px;
/* 3831  */ 	line-height: 13px;
/* 3832  */ 	color: #fff;
/* 3833  */ }
/* 3834  */ 
/* 3835  */ .projects_holder .filler {
/* 3836  */ 	display: inline-block;
/* 3837  */ 	height: 0px;
/* 3838  */ }
/* 3839  */ 
/* 3840  */ .projects_holder.v6 .mix,
/* 3841  */ .projects_holder.v6.hover_text .mix{
/* 3842  */ 	width: 15.7%;
/* 3843  */ 	margin: 0 0 1.2%;
/* 3844  */ }
/* 3845  */ 
/* 3846  */ .projects_holder.v6.hover_text .mix{
/* 3847  */ 	margin: 0 0 1.7%;
/* 3848  */ }
/* 3849  */ 
/* 3850  */ .projects_holder.v6 .filler,

/* stylesheet.min.css */

/* 3851  */ .projects_holder.v6.hover_text .filler{
/* 3852  */ 	width: 15.7%;
/* 3853  */ }
/* 3854  */ 
/* 3855  */ .projects_holder.v6.standard_no_space .mix,
/* 3856  */ .projects_holder.v6.hover_text.no_space .mix{
/* 3857  */ 	width: 16.66%;
/* 3858  */ 	margin: 0;
/* 3859  */ }
/* 3860  */ 
/* 3861  */ .projects_holder.v6.standard_no_space .mix{
/* 3862  */ 	margin: 0 0 0%;
/* 3863  */ }
/* 3864  */ 
/* 3865  */ .projects_holder.v6.standard_no_space .filler,
/* 3866  */ .projects_holder.v6.hover_text.no_space .filler{
/* 3867  */ 	width: 16.66%;
/* 3868  */ }
/* 3869  */ 
/* 3870  */ .safari_browser .projects_holder.v6.standard_no_space .mix,
/* 3871  */ .safari_browser .projects_holder.v6.hover_text.no_space .mix{
/* 3872  */ 	width: 16.6%;
/* 3873  */ }
/* 3874  */ 
/* 3875  */ .safari_browser .projects_holder.v6.standard_no_space .filler,
/* 3876  */ .safari_browser .projects_holder.v6.hover_text.no_space .filler{
/* 3877  */ 	width: 16.6%;
/* 3878  */ }
/* 3879  */ 
/* 3880  */ .projects_holder.v5 .mix,
/* 3881  */ .projects_holder.v5.hover_text .mix{
/* 3882  */ 	width: 18%;
/* 3883  */ 	margin: 0 0 2.9%;
/* 3884  */ }
/* 3885  */ 
/* 3886  */ .projects_holder.v5.hover_text .mix{
/* 3887  */ 	margin: 0 0 2%;
/* 3888  */ }
/* 3889  */ 
/* 3890  */ .projects_holder.v5 .filler,
/* 3891  */ .projects_holder.v5.hover_text .filler{
/* 3892  */ 	width: 18.5%;
/* 3893  */ }
/* 3894  */ 
/* 3895  */ .projects_holder.v5.standard_no_space .mix,
/* 3896  */ .projects_holder.v5.hover_text.no_space .mix{
/* 3897  */ 	width: 19.99%;
/* 3898  */ 	margin: 0;
/* 3899  */ }
/* 3900  */ 

/* stylesheet.min.css */

/* 3901  */ .projects_holder.v5.standard_no_space .mix{
/* 3902  */ 	margin: 0 0 0%;
/* 3903  */ }
/* 3904  */ 
/* 3905  */ .projects_holder.v5.standard_no_space .filler,
/* 3906  */ .projects_holder.v5.hover_text.no_space .filler{
/* 3907  */ 	width: 19.99%;
/* 3908  */ }
/* 3909  */ 
/* 3910  */ .safari_browser .projects_holder.v5.standard_no_space .mix,
/* 3911  */ .safari_browser .projects_holder.v5.hover_text.no_space .mix{
/* 3912  */ 	width: 19.93%;
/* 3913  */ }
/* 3914  */ 
/* 3915  */ .safari_browser .projects_holder.v5.standard_no_space .filler,
/* 3916  */ .safari_browser .projects_holder.v5.hover_text.no_space .filler{
/* 3917  */ 	width: 19.93%;
/* 3918  */ }
/* 3919  */ 
/* 3920  */ 
/* 3921  */ 
/* 3922  */ .projects_holder.v4 .mix,
/* 3923  */ .projects_holder.v4.hover_text .mix{
/* 3924  */ 	width: 23.5%;
/* 3925  */ 	margin: 0 0 2.5%;
/* 3926  */ }
/* 3927  */ 
/* 3928  */ .projects_holder.v4.hover_text .mix{
/* 3929  */ 	margin: 0 0 2.2%;
/* 3930  */ }
/* 3931  */ 
/* 3932  */ .projects_holder.v4 .filler,
/* 3933  */ .projects_holder.v4.hover_text .filler{
/* 3934  */ 	width: 23.5%;
/* 3935  */ }
/* 3936  */ 
/* 3937  */ .projects_holder.v4.standard_no_space .mix,
/* 3938  */ .projects_holder.v4.hover_text.no_space .mix{
/* 3939  */ 	width: 24.99%;
/* 3940  */ 	margin: 0;
/* 3941  */ }
/* 3942  */ 
/* 3943  */ .projects_holder.v4.standard_no_space .mix{
/* 3944  */ 	margin: 0 0 0;
/* 3945  */ }
/* 3946  */ 
/* 3947  */ .projects_holder.v4.standard_no_space .filler,
/* 3948  */ .projects_holder.v4.hover_text.no_space .filler{
/* 3949  */ 	width: 24.99%;
/* 3950  */ }

/* stylesheet.min.css */

/* 3951  */ 
/* 3952  */ 
/* 3953  */ 
/* 3954  */ .projects_holder.v3 .mix,
/* 3955  */ .projects_holder.v3.hover_text .mix{
/* 3956  */ 	width: 32%;
/* 3957  */ 	margin: 0 0 2.4%;
/* 3958  */ }
/* 3959  */ 
/* 3960  */ .projects_holder.v3.hover_text .mix{
/* 3961  */ 	margin: 0 0 2.2%;
/* 3962  */ }
/* 3963  */ 
/* 3964  */ .projects_holder.v3 .filler,
/* 3965  */ .projects_holder.v3.hover_text .filler{
/* 3966  */ 	width: 32%;
/* 3967  */ }
/* 3968  */ 
/* 3969  */ .projects_holder.v3.standard_no_space .mix,
/* 3970  */ .projects_holder.v3.hover_text.no_space .mix{
/* 3971  */ 	width: 33.32%;
/* 3972  */ 	margin: 0;
/* 3973  */ }
/* 3974  */ 
/* 3975  */ .projects_holder.v3.standard_no_space .mix{
/* 3976  */ 	margin: 0 0 0%;
/* 3977  */ }
/* 3978  */ 
/* 3979  */ .projects_holder.v3.standard_no_space .filler,
/* 3980  */ .projects_holder.v3.hover_text.no_space .filler{
/* 3981  */ 	width: 33.32%;
/* 3982  */ }
/* 3983  */ 
/* 3984  */ .safari_browser .projects_holder.v3.standard_no_space .mix,
/* 3985  */ .safari_browser .projects_holder.v3.hover_text.no_space .mix{
/* 3986  */ 	width: 33.3%;
/* 3987  */ }
/* 3988  */ 
/* 3989  */ .safari_browser .projects_holder.v3.standard_no_space .filler,
/* 3990  */ .safari_browser .projects_holder.v3.hover_text.no_space .filler{
/* 3991  */ 	width: 33.3%;
/* 3992  */ }
/* 3993  */ 
/* 3994  */ 
/* 3995  */ 
/* 3996  */ 
/* 3997  */ .projects_holder.v2 .mix,
/* 3998  */ .projects_holder.v2.hover_text .mix{
/* 3999  */ 	width: 49%;
/* 4000  */ 	margin: 0 0 2.4%;

/* stylesheet.min.css */

/* 4001  */ }
/* 4002  */ 
/* 4003  */ .projects_holder.v2.hover_text .mix{
/* 4004  */ 	margin: 0 0 2.1%;
/* 4005  */ }
/* 4006  */ 
/* 4007  */ .projects_holder.v2 .filler,
/* 4008  */ .projects_holder.v2.hover_text .filler{
/* 4009  */ 	width: 49%;
/* 4010  */ }
/* 4011  */ 
/* 4012  */ .projects_holder.v2.standard_no_space .mix,
/* 4013  */ .projects_holder.v2.hover_text.no_space .mix{
/* 4014  */ 	width: 49.99%;
/* 4015  */ 	margin: 0;
/* 4016  */ }
/* 4017  */ 
/* 4018  */ .projects_holder.v2.standard_no_space .mix{
/* 4019  */ 	margin: 0 0 0%;
/* 4020  */ }
/* 4021  */ 
/* 4022  */ .projects_holder.v2.standard_no_space .filler,
/* 4023  */ .projects_holder.v2.hover_text.no_space .filler{
/* 4024  */ 	width: 49.99%;
/* 4025  */ }
/* 4026  */ 
/* 4027  */ 
/* 4028  */ .portfolio_paging{
/* 4029  */ 	text-align: center;
/* 4030  */ 	margin: 40px 0 0;
/* 4031  */ }
/* 4032  */ .portfolio_with_space .portfolio_paging{
/* 4033  */ 	margin: 15px 0 0;
/* 4034  */ }
/* 4035  */ .filter_outer{
/* 4036  */ 	display: block;
/* 4037  */ 	position: relative;
/* 4038  */ 	height: 38px;
/* 4039  */ 	margin: -10px 0 33px;
/* 4040  */ 	text-align:left;
/* 4041  */ }
/* 4042  */ 
/* 4043  */ .full_width .filter_outer{
/* 4044  */ 	margin: 0 auto 33px auto;
/* 4045  */ 	width:95%;
/* 4046  */ }
/* 4047  */ 
/* 4048  */ .filter_holder {
/* 4049  */ 	display:inline-block;
/* 4050  */ }

/* stylesheet.min.css */

/* 4051  */ 
/* 4052  */ body:not(.touch) .filter_holder ul {
/* 4053  */     transition: height 200ms ease-in-out 0s;
/* 4054  */ }
/* 4055  */ 
/* 4056  */ .filter_holder ul {
/* 4057  */     display: inline-block;
/* 4058  */     border: 1px solid #eaeaea;
/* 4059  */ 	-moz-border-radius:4px;
/* 4060  */ 	-webkit-border-radius:4px;
/* 4061  */ 	border-radius:4px;
/* 4062  */ 	background-color:#fff;
/* 4063  */     list-style: none;
/* 4064  */     height: 36px;
/* 4065  */     width: 150px;
/* 4066  */     left: 0;
/* 4067  */     margin: 0;
/* 4068  */     overflow: hidden;
/* 4069  */     position: absolute;
/* 4070  */     top: 0;
/* 4071  */     z-index: 1;
/* 4072  */ 	padding:0 15px;
/* 4073  */ }
/* 4074  */ 
/* 4075  */ .filter_holder ul li {
/* 4076  */     cursor: pointer;
/* 4077  */     display: block;
/* 4078  */     line-height: 36px;
/* 4079  */     margin: 0;
/* 4080  */     text-align: left;
/* 4081  */     transition: background-color 150ms ease-in-out 0s;
/* 4082  */ }
/* 4083  */ 
/* 4084  */ .filter_holder ul li.filter {
/* 4085  */ 	border-top: 1px solid #eaeaea;
/* 4086  */ }
/* 4087  */ 
/* 4088  */ .filter_holder ul li span {
/* 4089  */     display: inline-block;
/* 4090  */     line-height: 36px;
/* 4091  */     padding: 0 6px;
/* 4092  */     position: relative;
/* 4093  */     color: #777;
/* 4094  */ }
/* 4095  */ 
/* 4096  */ .filter_holder ul li:hover span{
/* 4097  */ 	 color: #00aeef;
/* 4098  */ }
/* 4099  */ 
/* 4100  */ .filter_holder ul li.label i{

/* stylesheet.min.css */

/* 4101  */ 	position: absolute;
/* 4102  */ 	top: 10px;
/* 4103  */ 	right: 15px;
/* 4104  */ }
/* 4105  */ 
/* 4106  */ /* ==========================================================================
/* 4107  *|    Tabs shortcode start styles
/* 4108  *|    ========================================================================== */
/* 4109  */ .q_tabs{
/* 4110  */ 	display: block;
/* 4111  */ 	text-align: center;
/* 4112  */ 	visibility: hidden;
/* 4113  */ }
/* 4114  */ 
/* 4115  */ .q_tabs.boxed{
/* 4116  */ 	text-align: left;
/* 4117  */ }
/* 4118  */ 
/* 4119  */ .q_tabs .tabs-nav {
/* 4120  */ 	list-style: none outside none;
/* 4121  */ 	margin: 0;
/* 4122  */ 	overflow: hidden;
/* 4123  */ 	padding: 0;
/* 4124  */ 	display: inline-block;
/* 4125  */ 	position: relative;
/* 4126  */ }
/* 4127  */ 
/* 4128  */ .q_tabs.boxed .tabs-nav{
/* 4129  */ 	display: block;
/* 4130  */ }
/* 4131  */ 
/* 4132  */ .q_tabs .tabs-nav li {
/* 4133  */ 	margin: 0;
/* 4134  */ 	overflow: hidden;
/* 4135  */ 	padding: 0;
/* 4136  */ 	position: relative;
/* 4137  */ 	display: inline-block;
/* 4138  */ 	float: left;
/* 4139  */ }
/* 4140  */ 
/* 4141  */ .q_tabs .tabs-nav li a {
/* 4142  */     height: 37px;
/* 4143  */     line-height: 37px;
/* 4144  */     display: block;
/* 4145  */     margin: 0;
/* 4146  */     padding: 0 14px;
/* 4147  */     font-size: 13px;
/* 4148  */     background: #fff;
/* 4149  */     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 4150  */     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);

/* stylesheet.min.css */

/* 4151  */     -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 4152  */     -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 4153  */     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 4154  */     border: 1px solid #eaeaea;
/* 4155  */     border-right: 0;
/* 4156  */     text-decoration: none;
/* 4157  */     font-style: normal;
/* 4158  */     color: inherit;
/* 4159  */ 	box-sizing: content-box;
/* 4160  */ 	-webkit-box-sizing: content-box;
/* 4161  */ 	-moz-box-sizing: content-box;
/* 4162  */ }
/* 4163  */ 
/* 4164  */ .q_tabs.boxed .tabs-nav li a {
/* 4165  */     border-bottom: 0;
/* 4166  */ }
/* 4167  */ 
/* 4168  */ .q_tabs.boxed .tabs-nav li:first-child a {
/* 4169  */     -webkit-border-top-left-radius: 4px;
/* 4170  */     -moz-border-radius-topleft: 4px;
/* 4171  */     border-top-left-radius: 4px;
/* 4172  */ }
/* 4173  */ 
/* 4174  */ .q_tabs.boxed .tabs-nav li:last-child a {
/* 4175  */     -webkit-border-top-right-radius: 4px;
/* 4176  */     -moz-border-radius-topright: 4px;
/* 4177  */     border-top-right-radius: 4px;
/* 4178  */ }
/* 4179  */ 
/* 4180  */ .q_tabs.horizontal .tabs-nav li:first-child a {
/* 4181  */     -webkit-border-top-left-radius: 4px;
/* 4182  */     -webkit-border-bottom-left-radius: 4px;
/* 4183  */     -moz-border-radius-topleft: 4px;
/* 4184  */     -moz-border-radius-bottomleft: 4px;
/* 4185  */     border-top-left-radius: 4px;
/* 4186  */     border-bottom-left-radius: 4px;
/* 4187  */ }
/* 4188  */ .q_tabs.horizontal .tabs-nav li:last-child a {
/* 4189  */     -webkit-border-top-right-radius: 4px;
/* 4190  */     -webkit-border-bottom-right-radius: 4px;
/* 4191  */     -moz-border-radius-topright: 4px;
/* 4192  */     -moz-border-radius-bottomright: 4px;
/* 4193  */     border-top-right-radius: 4px;
/* 4194  */     border-bottom-right-radius: 4px;
/* 4195  */     border-right: 1px solid #eaeaea;
/* 4196  */ }
/* 4197  */ 
/* 4198  */ .q_tabs.vertical .tabs-nav li:first-child a {
/* 4199  */     -webkit-border-top-left-radius: 4px;
/* 4200  */     -moz-border-radius-topleft: 4px;

/* stylesheet.min.css */

/* 4201  */     border-top-left-radius: 4px;
/* 4202  */ }
/* 4203  */ 
/* 4204  */ .q_tabs.vertical .tabs-nav li:last-child a {
/* 4205  */     -webkit-border-bottom-left-radius: 4px;
/* 4206  */     -moz-border-radius-bottomleft: 4px;
/* 4207  */     border-bottom-left-radius: 4px;
/* 4208  */ }
/* 4209  */ 
/* 4210  */ .q_tabs.boxed .tabs-nav li:last-child a {
/* 4211  */     border-right: 1px solid #eaeaea;
/* 4212  */ }
/* 4213  */ 
/* 4214  */ .q_tabs.boxed .tabs-nav li a {
/* 4215  */     position: relative;
/* 4216  */     z-index: 200;
/* 4217  */ }
/* 4218  */ 
/* 4219  */ .q_tabs .tabs-nav li a:hover {
/* 4220  */     color: #333;
/* 4221  */ }
/* 4222  */ 
/* 4223  */ .q_tabs.boxed .tabs-nav li.active a {
/* 4224  */     border-bottom: 1px solid #fbfbfb;
/* 4225  */ }
/* 4226  */ 
/* 4227  */ .q_tabs .tabs-nav li.active a {
/* 4228  */     background-color: #fbfbfb;
/* 4229  */ }
/* 4230  */ 
/* 4231  */ .q_tabs.boxed .tabs-container {
/* 4232  */ 	overflow: hidden;
/* 4233  */ 	background-color: #fbfbfb;
/* 4234  */ 	text-align: left;
/* 4235  */     padding: 15px 20px 18px;
/* 4236  */     border: 1px solid #eaeaea;
/* 4237  */     -webkit-border-bottom-left-radius: 4px;
/* 4238  */     -webkit-border-bottom-right-radius: 4px;
/* 4239  */     -moz-border-radius-bottomleft: 4px;
/* 4240  */     -moz-border-radius-bottomright: 4px;
/* 4241  */     border-bottom-left-radius: 4px;
/* 4242  */     border-bottom-right-radius: 4px;
/* 4243  */     position: relative;
/* 4244  */     top: -1px;
/* 4245  */     z-index: 100;
/* 4246  */ }
/* 4247  */ 
/* 4248  */ .q_tabs.horizontal .tabs-container {
/* 4249  */     padding-top: 15px;
/* 4250  */     text-align: left;

/* stylesheet.min.css */

/* 4251  */ }
/* 4252  */ 
/* 4253  */ .q_tabs.vertical .tabs-nav{
/* 4254  */ 	float: left;
/* 4255  */ 	width: 24.02957486136784%;
/* 4256  */     margin: 0 2.284658040665434% 0 0;
/* 4257  */ }
/* 4258  */ 
/* 4259  */ .q_tabs.vertical.right .tabs-nav{
/* 4260  */ 	float: right;
/* 4261  */ 	margin: 0 0 0 2%;
/* 4262  */ }
/* 4263  */ 
/* 4264  */ .q_tabs.vertical .tabs-nav li{
/* 4265  */ 	display: block;
/* 4266  */ 	width: 100%;
/* 4267  */ }
/* 4268  */ 
/* 4269  */ .q_tabs.vertical .tabs-nav li a{
/* 4270  */ 	text-align: left;
/* 4271  */ 	height: auto;
/* 4272  */ 	line-height: normal;
/* 4273  */ 	padding: 9px 17px;
/* 4274  */     border-right: 1px solid #eaeaea;
/* 4275  */ }
/* 4276  */ 
/* 4277  */ .q_tabs.vertical .tabs-nav li:nth-child(n) a{
/* 4278  */ 	border-bottom-width: 0px;
/* 4279  */ }
/* 4280  */ 
/* 4281  */ .q_tabs.vertical .tabs-nav li:last-child a{
/* 4282  */ 	border-bottom-width: 1px;
/* 4283  */ }
/* 4284  */ 
/* 4285  */ .q_tabs.vertical .tabs-container{
/* 4286  */ 	width: 73.68576709796673%;
/* 4287  */ 	float: left;
/* 4288  */     text-align: left;
/* 4289  */ }
/* 4290  */ 
/* 4291  */ .q_tabs.vertical .tab-content{
/* 4292  */ 	padding: 0px;
/* 4293  */ }
/* 4294  */ /* ==========================================================================
/* 4295  *|    Tabs shortcode end styles
/* 4296  *|    ========================================================================== */
/* 4297  */ 
/* 4298  */ /* ==========================================================================
/* 4299  *|    Accordion shortcode start styles
/* 4300  *|    ========================================================================== */

/* stylesheet.min.css */

/* 4301  */ .q_accordion_holder{
/* 4302  */ 	position: relative;
/* 4303  */ 	display: block;
/* 4304  */ 	visibility: hidden;
/* 4305  */ 	margin: 0 0 30px;
/* 4306  */ }
/* 4307  */ 
/* 4308  */ .q_accordion_holder.accordion.with_icon {
/* 4309  */     border-top: 1px solid #eaeaea;
/* 4310  */ }
/* 4311  */ 
/* 4312  */ .q_accordion_holder.accordion .ui-accordion-header {
/* 4313  */ 	cursor: pointer;
/* 4314  */ 	position: relative;
/* 4315  */ 	display: block;
/* 4316  */ 	line-height: 27px;
/* 4317  */ 	min-height: 27px;
/* 4318  */ 	padding: 0px;
/* 4319  */ 	margin: 0 0 7px;
/* 4320  */ 	-webkit-transform: translateZ(0px);
/* 4321  */ 	-moz-transform: translateZ(0px);
/* 4322  */ }
/* 4323  */ 
/* 4324  */ .q_accordion_holder.accordion h5.ui-accordion-header {
/* 4325  */     font-size: 14px;
/* 4326  */ }
/* 4327  */ 
/* 4328  */ .q_accordion_holder.accordion.with_icon .ui-accordion-header{
/* 4329  */ 	line-height: 3em;
/* 4330  */ 	min-height: 3em;
/* 4331  */ 	margin: 0;
/* 4332  */     border: 1px solid #eaeaea;
/* 4333  */     border-top: 0 !important;
/* 4334  */ 	-webkit-transition: border-bottom 0.3s ease-in-out;
/* 4335  */ 	-moz-transition: border-bottom 0.3s ease-in-out;
/* 4336  */ 	-o-transition: border-bottom 0.3s ease-in-out;
/* 4337  */ 	-ms-transition: border-bottom 0.3s ease-in-out;
/* 4338  */ }
/* 4339  */ 
/* 4340  */ .q_accordion_holder.accordion .ui-accordion-header,
/* 4341  */ .q_accordion_holder.accordion.with_icon .ui-accordion-header {
/* 4342  */     -webkit-transition: color 0.3s ease-in-out;
/* 4343  */     -moz-transition: color 0.3s ease-in-out;
/* 4344  */     -o-transition: color 0.3s ease-in-out;
/* 4345  */     -ms-transition: color 0.3s ease-in-out;
/* 4346  */ }
/* 4347  */ 
/* 4348  */ .q_accordion_holder.accordion .ui-accordion-header:hover {
/* 4349  */     color: #00aeef;
/* 4350  */ }

/* stylesheet.min.css */

/* 4351  */ 
/* 4352  */ .q_accordion_holder.accordion.with_icon .ui-accordion-header:last-child {
/* 4353  */     border-bottom: 0 !important;
/* 4354  */ }
/* 4355  */ 
/* 4356  */ .q_accordion_holder.accordion.with_icon .ui-accordion-header span.tab-title {
/* 4357  */     width: 72%;
/* 4358  */     line-height: 1.5625em;
/* 4359  */     margin: 0.85em 0 0.85em 20px;
/* 4360  */     display: inline-block;
/* 4361  */ }
/* 4362  */ 
/* 4363  */ .q_accordion_holder.accordion.without_icon  .ui-accordion-header span.tab-title{
/* 4364  */ 	padding: 0 0 0 46px;
/* 4365  */ 	display: block;
/* 4366  */ }
/* 4367  */ 
/* 4368  */ .q_accordion_holder.accordion.with_icon .ui-state-active {
/* 4369  */     border-bottom-color: transparent;
/* 4370  */     -webkit-transition: border-bottom 0.3s ease-in-out;
/* 4371  */     -moz-transition: border-bottom 0.3s ease-in-out;
/* 4372  */     -o-transition: border-bottom 0.3s ease-in-out;
/* 4373  */     -ms-transition: border-bottom 0.3s ease-in-out;
/* 4374  */ }
/* 4375  */ 
/* 4376  */ .q_accordion_holder.accordion.with_icon .ui-state-active,
/* 4377  */ .q_accordion_holder.accordion .ui-state-active {
/* 4378  */     -webkit-transition: color 0.3s ease-in-out;
/* 4379  */     -moz-transition: color 0.3s ease-in-out;
/* 4380  */     -o-transition: color 0.3s ease-in-out;
/* 4381  */     -ms-transition: color 0.3s ease-in-out;
/* 4382  */ }
/* 4383  */ 
/* 4384  */ .q_accordion_holder.accordion.with_icon .ui-accordion-header-active,
/* 4385  */ .q_accordion_holder.with_icon div.accordion_content {
/* 4386  */     background-color: #fbfbfb;
/* 4387  */ }
/* 4388  */ 
/* 4389  */ .q_accordion_holder.accordion.with_icon .ui-accordion-header div.icon-wrapper,
/* 4390  */ .q_accordion_holder .ui-accordion-header .accordion_mark {
/* 4391  */     float: left;
/* 4392  */     line-height: 3.25em;
/* 4393  */     position: relative;
/* 4394  */     top: 0.09375em;
/* 4395  */ }
/* 4396  */ 
/* 4397  */ .q_accordion_holder.accordion.without_icon .ui-accordion-header div.icon-wrapper{
/* 4398  */ 	display: none !important;
/* 4399  */ }
/* 4400  */ 

/* stylesheet.min.css */

/* 4401  */ .q_accordion_holder.accordion.with_icon .ui-accordion-header i{
/* 4402  */ 	margin: 0 0 0 15px;
/* 4403  */ 	font-size: 18px;
/* 4404  */ 	color: #00aeef;
/* 4405  */ }
/* 4406  */ 
/* 4407  */ .q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon {
/* 4408  */ 	display: block;
/* 4409  */ 	width: 1.8em;
/* 4410  */ 	height: 1.8em;
/* 4411  */ 	margin: 0 20px 0 0;
/* 4412  */ 	background-image: url(/wp-content/themes/strata/css/img/plus.png);
/* 4413  */ 	background-repeat: no-repeat;
/* 4414  */ 	background-position: center;
/* 4415  */     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 4416  */     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 4417  */     -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 4418  */     -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 4419  */     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 4420  */ }
/* 4421  */ 
/* 4422  */ .q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark{
/* 4423  */     background-image: url(/wp-content/themes/strata/css/img/minus.png);
/* 4424  */ }
/* 4425  */ 
/* 4426  */ .q_accordion_holder.accordion .ui-accordion-header .accordion_mark {
/* 4427  */ 	display: block;
/* 4428  */     width: 1.8em;
/* 4429  */     height: 1.8em;
/* 4430  */     border: 1px solid #eaeaea;
/* 4431  */     -webkit-border-radius: 3px;
/* 4432  */     -moz-border-radius: 3px;
/* 4433  */     -o-border-radius: 3px;
/* 4434  */     -ms-border-radius: 3px;
/* 4435  */     border-radius: 3px;
/* 4436  */     background: #f3f3f3;
/* 4437  */     /* IE10 Consumer Preview */
/* 4438  */     background: #f9f9f9 -ms-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 4439  */     /* Mozilla Firefox */
/* 4440  */     background: #f9f9f9 -moz-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 4441  */     /* Opera */
/* 4442  */     background: #f9f9f9 -o-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 4443  */     /* Webkit (Safari/Chrome 10) */
/* 4444  */     background: #f9f9f9 -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #f9f9f9));
/* 4445  */     /* Webkit (Chrome 11+) */
/* 4446  */     background: #f9f9f9 -webkit-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 4447  */     /* W3C Markup, IE10 Release Preview */
/* 4448  */     background: #f9f9f9 linear-gradient(to top, #f3f3f3 0%, #f9f9f9 100%);
/* 4449  */ 	box-sizing: content-box;
/* 4450  */ 	-webkit-box-sizing: content-box;

/* stylesheet.min.css */

/* 4451  */ 	-moz-box-sizing: content-box;
/* 4452  */ }
/* 4453  */ 
/* 4454  */ .q_accordion_holder.accordion .ui-accordion-header .accordion_mark:hover {
/* 4455  */     background-image: url('/wp-content/themes/strata/css/img/button-bg-px.png') !important;
/* 4456  */ }
/* 4457  */ 
/* 4458  */ .q_accordion_holder.accordion .ui-accordion-header .accordion_mark.left_mark {
/* 4459  */ 	position: absolute;
/* 4460  */ 	top: 0;
/* 4461  */ 	left: 0;
/* 4462  */ }
/* 4463  */ 
/* 4464  */ .q_accordion_holder.accordion .ui-accordion-header .accordion_mark.right_mark {
/* 4465  */     position: absolute;
/* 4466  */     right: 0.65em;
/* 4467  */     top: 0.65em;
/* 4468  */ }
/* 4469  */ 
/* 4470  */ .q_accordion_holder.accordion.without_icon .ui-accordion-header .accordion_mark.right_mark,
/* 4471  */ .q_accordion_holder.accordion.with_icon .ui-accordion-header .accordion_mark.left_mark {
/* 4472  */     display: none;
/* 4473  */ }
/* 4474  */ 
/* 4475  */ .q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon{
/* 4476  */ 	background-image: url(/wp-content/themes/strata/css/img/minus.png);
/* 4477  */ }
/* 4478  */ 
/* 4479  */ @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
/* 4480  */ 	.q_accordion_holder.with_icon .accordion_icon_mark,
/* 4481  */ 	.q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon{
/* 4482  */ 		-o-background-size: 9px 9px;
/* 4483  */ 		-webkit-background-size: 9px 9px;
/* 4484  */ 		-moz-background-size: 9px 9px;
/* 4485  */ 		background-size: 9px 9px;
/* 4486  */ 		background-image: url(/wp-content/themes/strata/css/img/plus@1_5x.png);
/* 4487  */ 	}
/* 4488  */ 
/* 4489  */ 	.q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark,
/* 4490  */ 	.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon{
/* 4491  */ 		-o-background-size: 9px 9px;
/* 4492  */ 		-webkit-background-size: 9px 9px;
/* 4493  */ 		-moz-background-size: 9px 9px;
/* 4494  */ 		background-size:9px 9px;
/* 4495  */ 		background-image: url(/wp-content/themes/strata/css/img/minus@1_5x.png);
/* 4496  */ 	}
/* 4497  */ }
/* 4498  */ @media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
/* 4499  */ 	.q_accordion_holder.with_icon .accordion_icon_mark,
/* 4500  */ 	.q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon{

/* stylesheet.min.css */

/* 4501  */ 		-o-background-size: 9px 9px;
/* 4502  */ 		-webkit-background-size:9px 9px;
/* 4503  */ 		-moz-background-size: 9px 9px;
/* 4504  */ 		background-size: 9px 9px;
/* 4505  */ 		background-image: url(/wp-content/themes/strata/css/img/plus@2x.png);
/* 4506  */ 	}
/* 4507  */ 
/* 4508  */ 	.q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark,
/* 4509  */ 	.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon{
/* 4510  */ 		-o-background-size: 9px 9px;
/* 4511  */ 		-webkit-background-size: 9px 9px;
/* 4512  */ 		-moz-background-size: 9px 9px;
/* 4513  */ 		background-size: 9px 9px;
/* 4514  */ 		background-image: url(/wp-content/themes/strata/css/img/minus@2x.png);
/* 4515  */ 	}
/* 4516  */ }
/* 4517  */ 
/* 4518  */ .q_accordion_holder.accordion div.accordion_content{
/* 4519  */ 	padding: 0 0 0 47px;
/* 4520  */ 	margin: 0;
/* 4521  */ }
/* 4522  */ 
/* 4523  */ .q_accordion_holder.with_icon div.accordion_content {
/* 4524  */     padding: 0 0 0 50px;
/* 4525  */     border: 1px solid #eaeaea;
/* 4526  */     border-top: 0;
/* 4527  */ }
/* 4528  */ 
/* 4529  */ .q_accordion_holder.accordion.with_icon div.accordion_content.no_icon{
/* 4530  */ 	padding: 0 0 0 22px;
/* 4531  */ }
/* 4532  */ 
/* 4533  */ .q_accordion_holder.accordion div.accordion_content_inner {
/* 4534  */ 	padding: 0 0 16px;
/* 4535  */ 	display: block;
/* 4536  */ }
/* 4537  */ 
/* 4538  */ .q_accordion_holder.with_icon div.accordion_content_inner {
/* 4539  */     padding: 10px 27px 19px 0;
/* 4540  */ }
/* 4541  */ /* ==========================================================================
/* 4542  *|    Accordion shortcode end styles
/* 4543  *|    ========================================================================== */
/* 4544  */ 
/* 4545  */ /* ==========================================================================
/* 4546  *|    Highlight shortcode start styles
/* 4547  *|    ========================================================================== */
/* 4548  */ .highlight{
/* 4549  */ 	background-color: #00aeef;
/* 4550  */ 	color: #fff;

/* stylesheet.min.css */

/* 4551  */ 	padding: 0 3px;
/* 4552  */ }
/* 4553  */ /* ==========================================================================
/* 4554  *|    Highlight shortcode end styles
/* 4555  *|    ========================================================================== */
/* 4556  */ 
/* 4557  */ .testimonials{
/* 4558  */     position: relative;
/* 4559  */ }
/* 4560  */ 
/* 4561  */ .testimonials .testimonial_container {
/* 4562  */ 	overflow: hidden;
/* 4563  */ 	width: 100%;
/* 4564  */ 	background-color: transparent;
/* 4565  */ 	text-align: left;
/* 4566  */ 	margin: 0 0 16px;
/* 4567  */ }
/* 4568  */ 
/* 4569  */ .content  .testimonial_content .container .container_inner {
/* 4570  */ 	padding:0px 0px 0px 0px;
/* 4571  */ }
/* 4572  */ 
/* 4573  */ .testimonials .slides {
/* 4574  */     margin-bottom: 25px;
/* 4575  */ }
/* 4576  */ 
/* 4577  */ .testimonial_text_holder {
/* 4578  */ 	position: relative;
/* 4579  */ 	display: block;
/* 4580  */ }
/* 4581  */ 
/* 4582  */ .testimonials .author_image_holder {
/* 4583  */     margin-left: 15px;
/* 4584  */     position: relative;
/* 4585  */ }
/* 4586  */ 
/* 4587  */ .author_image_holder .image_holder {
/* 4588  */     border-radius: 3em;
/* 4589  */     border: 1px solid #eaeaea;
/* 4590  */     width: 60px;
/* 4591  */     height: 60px;
/* 4592  */ 	display: inline-block;
/* 4593  */ 	float: left;
/* 4594  */ 	margin:0 15px 0 0;
/* 4595  */ 	overflow: hidden;
/* 4596  */ }
/* 4597  */ 
/* 4598  */ .testimonials_holder.full_width .image_holder {
/* 4599  */ 	border-radius: 3em;
/* 4600  */ 	border: 1px solid #eaeaea;

/* stylesheet.min.css */

/* 4601  */ 	width: 99px;
/* 4602  */ 	height: 99px;
/* 4603  */ 	overflow: hidden;
/* 4604  */ 	position: absolute;
/* 4605  */ 	top: 100%;
/* 4606  */ 	margin: -50px 0 0 -50px;
/* 4607  */ 	left: 50%;
/* 4608  */ }
/* 4609  */ 
/* 4610  */ .testimonials_holder .image_holder img{
/* 4611  */ 	width:100%;
/* 4612  */ }
/* 4613  */ 
/* 4614  */ .testimonial_content_inner .testimonial_author {
/* 4615  */ 	display: inline-block;
/* 4616  */ 	float: left;
/* 4617  */ 	padding: 7px 0 0 0;
/* 4618  */ }
/* 4619  */ 
/* 4620  */ .testimonial_content_inner .testimonial_author .website{
/* 4621  */ 	color:#333;
/* 4622  */ 	font-weight:300;
/* 4623  */ 	display:block;
/* 4624  */ }
/* 4625  */ 
/* 4626  */ .testimonial_content_inner .testimonial_author h4{
/* 4627  */ 	color:#00a8e8;
/* 4628  */ }
/* 4629  */ 
/* 4630  */ .testimonial_text_inner .testimonial_name {
/* 4631  */     display: block;
/* 4632  */ }
/* 4633  */ 
/* 4634  */ .testimonial_content_inner .testimonial_author .company_position {
/* 4635  */     color: #00aeef;
/* 4636  */ }
/* 4637  */ 
/* 4638  */ .testimonials .testimonial_text_inner {
/* 4639  */ 	display: block;
/* 4640  */ 	padding: 22px 30px 25px;
/* 4641  */ 	background-color: #fbfbfb;
/* 4642  */ 	border: 1px solid #eaeaea;
/* 4643  */ }
/* 4644  */ 
/* 4645  */ .testimonials .testimonial_text_inner p {
/* 4646  */ 	font-style:italic;
/* 4647  */ }
/* 4648  */ 
/* 4649  */ .testimonials_holder.standard .testimonials .testimonial_text_inner{
/* 4650  */ 	-webkit-border-radius: 4px;

/* stylesheet.min.css */

/* 4651  */ 	-moz-border-radius: 4px;
/* 4652  */ 	-ms-border-radius: 4px;
/* 4653  */ 	-o-border-radius: 4px;
/* 4654  */ 	border-radius: 4px;
/* 4655  */ }
/* 4656  */ 
/* 4657  */ .testimonials_holder.full_width .testimonials .testimonial_text_inner{
/* 4658  */ 	font-size:19px;
/* 4659  */ 	border-left:none;
/* 4660  */ 	border-right:none;
/* 4661  */ 	padding:46px 0 75px 0;
/* 4662  */ 	position:relative;
/* 4663  */ 	margin: 0 0 50px;
/* 4664  */ 	text-align:center;
/* 4665  */ 	font-weight:300;
/* 4666  */ }
/* 4667  */ 
/* 4668  */ .testimonials_holder.full_width .testimonials .testimonial_text_inner p{
/* 4669  */ 	margin: 0 0 19px;
/* 4670  */ }
/* 4671  */ 
/* 4672  */ .testimonial_arrow {
/* 4673  */ 	width: 20px;
/* 4674  */ 	height: 20px;
/* 4675  */ 	display: inline-block;
/* 4676  */ 	margin: 0 0 0 -10px;
/* 4677  */ 	z-index: 999;
/* 4678  */ 	position: relative;
/* 4679  */ 	overflow: hidden;
/* 4680  */ 	left: 45px;
/* 4681  */ 	bottom: 11px;
/* 4682  */ 	background-color: #fbfbfb;
/* 4683  */ 	border-width: 0 1px 1px 0;
/* 4684  */ 	border-style: solid;
/* 4685  */ 	border-color: #eaeaea;
/* 4686  */ 	-webkit-transform: rotate(45deg);
/* 4687  */ 	-moz-transform: rotate(45deg);
/* 4688  */ 	-o-transform: rotate(45deg);
/* 4689  */ 	transform: rotate(45deg);
/* 4690  */ }
/* 4691  */ 
/* 4692  */ .testimonials.transparent .testimonial_text_inner {
/* 4693  */ 	background-color: transparent !important;
/* 4694  */ 	padding: 0;
/* 4695  */     border: none;
/* 4696  */ }
/* 4697  */ 
/* 4698  */ .testimonial_image_holder{
/* 4699  */ 	text-align: center;
/* 4700  */ 	border-radius: 60px;

/* stylesheet.min.css */

/* 4701  */ 	-webkit-border-radius: 60px;
/* 4702  */ 	-moz-border-radius: 60px;
/* 4703  */ 	-o-border-radius: 60px;
/* 4704  */ 	display: inline-block;
/* 4705  */ 	position: relative;
/* 4706  */ 	overflow: hidden;
/* 4707  */ 	height: 47px;
/* 4708  */ 	width: 47px;
/* 4709  */ }
/* 4710  */ 
/* 4711  */ /* ==========================================================================
/* 4712  *|    Blockquote shortcode start styles
/* 4713  *|    ========================================================================== */
/* 4714  */ blockquote {
/* 4715  */     position: relative;
/* 4716  */     padding: 14px;
/* 4717  */     padding-left: 20px;
/* 4718  */     border-left: 4px solid #00aeff;
/* 4719  */ }
/* 4720  */ 
/* 4721  */ blockquote h5 {
/* 4722  */     line-height: 1.5625em;
/* 4723  */     color: #777;
/* 4724  */ }
/* 4725  */ 
/* 4726  */ blockquote.with_quote_icon h5 {
/* 4727  */     padding: 0 0 0 34px;
/* 4728  */ }
/* 4729  */ 
/* 4730  */ blockquote i.pull-left {
/* 4731  */     font-size: 18px;
/* 4732  */     color: #00aeef;
/* 4733  */     margin: 6px 0 0 !important;
/* 4734  */ }
/* 4735  */ 
/* 4736  */ /* ==========================================================================
/* 4737  *|    Blockquote shortcode end styles
/* 4738  *|    ========================================================================== */
/* 4739  */ 
/* 4740  */ .gallery_holder{
/* 4741  */ 	display: block;
/* 4742  */ 	position: relative;
/* 4743  */ }
/* 4744  */ 
/* 4745  */ .gallery_holder ul{
/* 4746  */ 	list-style: none;
/* 4747  */ 	display: inline-block;
/* 4748  */ 	width: 100%;
/* 4749  */ 	position: relative;
/* 4750  */ 	margin: 0;

/* stylesheet.min.css */

/* 4751  */ 	padding: 0;
/* 4752  */ }
/* 4753  */ 
/* 4754  */ .gallery_holder ul li{
/* 4755  */ 	position: relative;
/* 4756  */ 	display: block;
/* 4757  */ 	float: left;
/* 4758  */ }
/* 4759  */ 
/* 4760  */ .gallery_holder ul li a{
/* 4761  */ 	display: block;
/* 4762  */ 	position: relative;
/* 4763  */ 	-webkit-backface-visibility: hidden;
/* 4764  */ }
/* 4765  */ 
/* 4766  */ .gallery_holder ul li a img{
/* 4767  */ 	display: block;
/* 4768  */ }
/* 4769  */ 
/* 4770  */ .gallery_holder ul li .gallery_hover{
/* 4771  */ 	position: absolute;
/* 4772  */ 	bottom: 0;
/* 4773  */ 	left: 0;
/* 4774  */ 	width: 100%;
/* 4775  */ 	height: 100%;
/* 4776  */ 	display: inline-block;
/* 4777  */ 	background-color: #000;
/* 4778  */ 	background-color: rgba(0, 0, 0, 0.50);
/* 4779  */ 	visibility: visible;
/* 4780  */ 	opacity: 0;
/* 4781  */ 	filter: alpha(opacity=0);
/* 4782  */ 	-webkit-transition: opacity .4s;
/* 4783  */ 	-moz-transition: opacity .4s;
/* 4784  */ 	-o-transition: opacity .4s;
/* 4785  */ 	-ms-transition: opacity .4s;
/* 4786  */ 	-webkit-transform: translateZ(0px);
/* 4787  */ 	-moz-transform: translateZ(0px);
/* 4788  */ 	-webkit-backface-visibility: hidden;
/* 4789  */ }
/* 4790  */ 
/* 4791  */ .gallery_holder ul li:hover .gallery_hover{
/* 4792  */ 	opacity: 1;
/* 4793  */ 	filter: alpha(opacity=100);
/* 4794  */ }
/* 4795  */ 
/* 4796  */ .gallery_holder ul li .gallery_hover i{
/* 4797  */ 	position: absolute;
/* 4798  */ 	top: 50%;
/* 4799  */ 	left: 50%;
/* 4800  */ 	margin: -20px 0 0 -20px;

/* stylesheet.min.css */

/* 4801  */ 	font-size: 16px;
/* 4802  */ 	color: #fff;
/* 4803  */ 	border: 1px solid #fff;
/* 4804  */ 	background-color: rgba(255,255,255,0.15);
/* 4805  */ 	border-radius: 100px;
/* 4806  */ 	-webkit-border-radius: 100px;
/* 4807  */ 	-moz-border-radius: 100px;
/* 4808  */ 	-o-border-radius: 100px;
/* 4809  */ 	width: 40px;
/* 4810  */ 	height: 40px;
/* 4811  */ 	line-height:40px;
/* 4812  */ 	text-align: center;
/* 4813  */ 	display: inline-block;
/* 4814  */ }
/* 4815  */ .gallery_holder ul.v5 li,
/* 4816  */ .wpb_gallery_slides .gallery_holder ul.v5 li{
/* 4817  */ 	width: 18.4%;
/* 4818  */ 	margin: 0 2% 20px 0;
/* 4819  */ }
/* 4820  */ 
/* 4821  */ .gallery_holder ul.v4 li,
/* 4822  */ .wpb_gallery_slides .gallery_holder ul.v4 li{
/* 4823  */ 	width: 23.5%;
/* 4824  */ 	margin: 0 2% 20px 0;
/* 4825  */ }
/* 4826  */ 
/* 4827  */ .gallery_holder ul.v3 li,
/* 4828  */ .wpb_gallery_slides .gallery_holder ul.v3 li{
/* 4829  */ 	width: 32%;
/* 4830  */ 	margin: 0 2% 20px 0;
/* 4831  */ }
/* 4832  */ 
/* 4833  */ .gallery_holder ul.v2 li,
/* 4834  */ .wpb_gallery_slides .gallery_holder ul.v2 li{
/* 4835  */ 	width: 49%;
/* 4836  */ 	margin: 0 2% 20px 0;
/* 4837  */ }
/* 4838  */ 
/* 4839  */ .gallery_holder ul.v2 li:nth-child(2n),
/* 4840  */ .gallery_holder ul.v3 li:nth-child(3n),
/* 4841  */ .gallery_holder ul.v4 li:nth-child(4n),
/* 4842  */ .gallery_holder ul.v5 li:nth-child(5n),
/* 4843  */ .wpb_gallery_slides .gallery_holder ul.v2 li:nth-child(2n),
/* 4844  */ .wpb_gallery_slides .gallery_holder ul.v3 li:nth-child(3n),
/* 4845  */ .wpb_gallery_slides .gallery_holder ul.v4 li:nth-child(4n),
/* 4846  */ .wpb_gallery_slides .gallery_holder ul.v5 li:nth-child(5n)
/* 4847  */ {
/* 4848  */ 	margin: 0 0 20px;
/* 4849  */ }
/* 4850  */ 

/* stylesheet.min.css */

/* 4851  */ /* ==========================================================================
/* 4852  *|    Dropcaps shortcodes styles
/* 4853  *|    ========================================================================== */
/* 4854  */ .q_dropcap{
/* 4855  */     position: relative;
/* 4856  */     display: inline-block;
/* 4857  */     float: left;
/* 4858  */     height: 48px;
/* 4859  */     width: 48px;
/* 4860  */     line-height: 48px;
/* 4861  */     font-size: 23px;
/* 4862  */     color: #00aeef;
/* 4863  */     text-align: center;
/* 4864  */     margin: 5px 20px 0 0;
/* 4865  */     border: 1px solid transparent;
/* 4866  */ }
/* 4867  */ 
/* 4868  */ .q_dropcap.circle,
/* 4869  */ .q_dropcap.square{
/* 4870  */     margin: 5px 20px 0 0;
/* 4871  */     font-size: 22px;
/* 4872  */     background-color: #00aeef;
/* 4873  */     border: 1px solid transparent;
/* 4874  */     color: #fff;
/* 4875  */     font-weight: 300;
/* 4876  */ 	box-sizing: content-box;
/* 4877  */ 	-webkit-box-sizing: content-box;
/* 4878  */ 	-moz-box-sizing: content-box;
/* 4879  */ }
/* 4880  */ 
/* 4881  */ .q_dropcap.normal{
/* 4882  */ 	font-weight: 700;
/* 4883  */     position: relative;
/* 4884  */     left: 8px;
/* 4885  */ }
/* 4886  */ 
/* 4887  */ .q_dropcap.circle {
/* 4888  */     -webkit-border-radius: 2em;
/* 4889  */     -moz-border-radius: 2em;
/* 4890  */     -ms-border-radius: 2em;
/* 4891  */     -o-border-radius: 2em;
/* 4892  */     border-radius: 2em;
/* 4893  */ }
/* 4894  */ 
/* 4895  */ .q_dropcap.square {
/* 4896  */     -webkit-border-radius: 4px;
/* 4897  */     -moz-border-radius: 4px;
/* 4898  */     -ms-border-radius: 4px;
/* 4899  */     -o-border-radius: 4px;
/* 4900  */     border-radius: 4px;

/* stylesheet.min.css */

/* 4901  */ }
/* 4902  */ 
/* 4903  */ /* ==========================================================================
/* 4904  *|    Message box shortcode styles
/* 4905  *|    ========================================================================== */
/* 4906  */ .q_message {
/* 4907  */ 	position: relative;
/* 4908  */ 	padding: 16px 14px;
/* 4909  */     border: 1px solid #eaeaea;
/* 4910  */     margin: 0 0 25px;
/* 4911  */     -webkit-border-radius: 4px;
/* 4912  */     -moz-border-radius: 4px;
/* 4913  */     -ms-border-radius: 4px;
/* 4914  */     -o-border-radius: 4px;
/* 4915  */     border-radius: 4px;
/* 4916  */ 	box-sizing: content-box;
/* 4917  */ 	-webkit-box-sizing: content-box;
/* 4918  */ 	-moz-box-sizing: content-box;
/* 4919  */ }
/* 4920  */ .wpb_row .q_message{
/* 4921  */ 	box-sizing: content-box;
/* 4922  */ 	-webkit-box-sizing: content-box;
/* 4923  */ 	-moz-box-sizing: content-box;
/* 4924  */ }
/* 4925  */ .wpb_column > .wpb_wrapper .q_message:last-child{
/* 4926  */ 	margin-bottom: 25px;
/* 4927  */ }
/* 4928  */ .q_message .q_message_inner{
/* 4929  */ 	position: relative;
/* 4930  */ }
/* 4931  */ 
/* 4932  */ .q_message.with_icon .q_message_icon_holder{
/* 4933  */ 	float:left;
/* 4934  */ 	padding:0 13px 0 0;
/* 4935  */ }
/* 4936  */ 
/* 4937  */ .q_message.with_icon .q_message_icon{
/* 4938  */ 	display: table;
/* 4939  */ 	height: 100%;
/* 4940  */ }
/* 4941  */ 
/* 4942  */ .q_message.with_icon .q_message_icon_inner {
/* 4943  */ 	display: table-cell;
/* 4944  */ 	height: 100%;
/* 4945  */ 	vertical-align: middle;
/* 4946  */ }
/* 4947  */ 
/* 4948  */ .q_message.with_icon > i{
/* 4949  */ 	color: #00aeef;
/* 4950  */ 	line-height: 1em;

/* stylesheet.min.css */

/* 4951  */ }
/* 4952  */ 
/* 4953  */ .q_message.with_icon img{
/* 4954  */ 	float: left;
/* 4955  */ }
/* 4956  */ 
/* 4957  */ .q_message a.close{
/* 4958  */ 	position: absolute;
/* 4959  */ 	top: -9px;
/* 4960  */ 	right: -9px;
/* 4961  */ 	line-height: 13px;
/* 4962  */ }
/* 4963  */ 
/* 4964  */ .q_message a.close i{
/* 4965  */ 	width: 14px;
/* 4966  */     height: 14px;
/* 4967  */     display: inline-block;
/* 4968  */     background-repeat: no-repeat;
/* 4969  */     background-position: center;
/* 4970  */ }
/* 4971  */ 
/* 4972  */ .q_message a.close i.dark {
/* 4973  */    color:#333;  
/* 4974  */ }
/* 4975  */ 
/* 4976  */ .q_message a.close i.light {
/* 4977  */    color:#fff;
/* 4978  */ }
/* 4979  */ 
/* 4980  */ .q_message .message_text{
/* 4981  */     display: table;
/* 4982  */ 	height:100%;
/* 4983  */     color: #333;
/* 4984  */ }
/* 4985  */ 
/* 4986  */ .q_message .message_text_holder{
/* 4987  */ 	padding: 0px 20px 0px 0px;
/* 4988  */ }
/* 4989  */ 
/* 4990  */ .q_message .message_text_inner{
/* 4991  */ 	display: table-cell;
/* 4992  */ 	height: 100%;
/* 4993  */ 	vertical-align: middle;
/* 4994  */ }
/* 4995  */ 
/* 4996  */ .q_message.with_icon .message_text_holder{
/* 4997  */ 	padding: 0px 20px 0px 0px;
/* 4998  */ }
/* 4999  */ 
/* 5000  */ /* ==========================================================================

/* stylesheet.min.css */

/* 5001  *|    Pricing table shorcode styles
/* 5002  *|    ========================================================================== */
/* 5003  */ .q_price_table {
/* 5004  */ 	width: 100%;
/* 5005  */ 	display: inline-block;
/* 5006  */ 	padding: 0;
/* 5007  */ 	position: relative;
/* 5008  */ }
/* 5009  */ 
/* 5010  */ .price_table_inner {
/* 5011  */ 	position: relative;
/* 5012  */ 	display: block;
/* 5013  */ 	text-align: center;
/* 5014  */ 	background-color:#fff;
/* 5015  */ }
/* 5016  */ 
/* 5017  */ .price_table_inner ul li.table_title{
/* 5018  */ 	background-color: #00aeef;
/* 5019  */     /* IE10 Consumer Preview */
/* 5020  */     background: #00aeef -ms-linear-gradient(bottom, #00aaea 0%, #00aeef 100%);
/* 5021  */     /* Mozilla Firefox */
/* 5022  */     background: #00aeef -moz-linear-gradient(bottom, #00aaea 0%, #00aeef 100%);
/* 5023  */     /* Opera */
/* 5024  */     background: #00aeef -o-linear-gradient(bottom, #00aaea 0%, #00aeef 100%);
/* 5025  */     /* Webkit (Safari/Chrome 10) */
/* 5026  */     background: #00aeef -webkit-gradient(linear, left bottom, left top, color-stop(0, #00aaea), color-stop(1, #00aeef));
/* 5027  */     /* Webkit (Chrome 11+) */
/* 5028  */     background: #00aeef -webkit-linear-gradient(bottom, #00aaea 0%, #00aeef 100%);
/* 5029  */     /* W3C Markup, IE10 Release Preview */
/* 5030  */     background: #00aeef linear-gradient(to top, #00aaea 0%, #00aeef 100%);
/* 5031  */     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 5032  */     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 5033  */     -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 5034  */     -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 5035  */     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 5036  */ 	color: #fff;
/* 5037  */ 	border-top-left-radius: 6px;
/* 5038  */     border-top-right-radius: 6px;
/* 5039  */ 	border:1px solid #049cd4;
/* 5040  */ 	border-bottom: 1px solid rgba(0,0,0, 0.1);
/* 5041  */ }
/* 5042  */ 
/* 5043  */ .price_table_inner.active_price ul li.table_title {
/* 5044  */     border: 1px solid #2b2b2b;
/* 5045  */ 	border-bottom: 1px solid rgba(0,0,0, 0.5);
/* 5046  */ }
/* 5047  */ 
/* 5048  */ .price_table_inner.active_price ul li.prices {
/* 5049  */     border-top: 1px solid rgba(255,255,255, 0.1);
/* 5050  */ }

/* stylesheet.min.css */

/* 5051  */ 
/* 5052  */ .price_table_inner.active_price ul li.table_title,
/* 5053  */ .price_table_inner.active_price ul li.prices {
/* 5054  */     background: #2b2b2b;
/* 5055  */     color: #fff;
/* 5056  */ }
/* 5057  */ 
/* 5058  */ .price_table_inner.active_price ul li.table_title .title_content,
/* 5059  */ .price_table_inner.active_price .price_in_table .value,
/* 5060  */ .price_table_inner.active_price .price_in_table .price,
/* 5061  */ .price_table_inner.active_price .price_in_table .mark {
/* 5062  */     color: #fff;
/* 5063  */ }
/* 5064  */ 
/* 5065  */ .price_table_inner ul {
/* 5066  */ 	list-style: none outside none;
/* 5067  */ 	margin: 0;
/* 5068  */ 	padding:0;
/* 5069  */ }
/* 5070  */ 
/* 5071  */ .price_table_inner > ul {
/* 5072  */     border-radius: 6px;
/* 5073  */     border: 1px solid #eaeaea;
/* 5074  */ }
/* 5075  */ 
/* 5076  */ .price_table_inner ul li {
/* 5077  */ 	text-align: center;
/* 5078  */ 	margin: 0px;
/* 5079  */ 	padding: 11px 20px;
/* 5080  */ }
/* 5081  */ 
/* 5082  */ .price_table_inner ul li.pricing_table_content {
/* 5083  */     padding: 20px 27px 10px;
/* 5084  */ }
/* 5085  */ 
/* 5086  */ .price_table_inner ul li.pricing_table_content li {
/* 5087  */     border-bottom: 1px solid #eaeaea;
/* 5088  */ }
/* 5089  */ 
/* 5090  */ .price_table_inner ul li.pricing_table_content li:last-child {
/* 5091  */     border-bottom: none;
/* 5092  */ }
/* 5093  */ 
/* 5094  */ .price_table_inner ul li.prices {
/* 5095  */     padding-top:14px;
/* 5096  */     padding-bottom:18px;
/* 5097  */     border-top: 1px solid rgba(255,255,255, 0.3);
/* 5098  */ 	background-color: #00aaea;
/* 5099  */     /* IE10 Consumer Preview */
/* 5100  */     background: #00aaea -ms-linear-gradient(bottom, #00a8e6 0%, #00aaea 100%);

/* stylesheet.min.css */

/* 5101  */     /* Mozilla Firefox */
/* 5102  */     background: #00aaea -moz-linear-gradient(bottom, #00a8e6 0%, #00aaea 100%);
/* 5103  */     /* Opera */
/* 5104  */     background: #00aaea -o-linear-gradient(bottom, #00a8e6 0%, #00aaea 100%);
/* 5105  */     /* Webkit (Safari/Chrome 10) */
/* 5106  */     background: #00aaea -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a8e6), color-stop(1, #00aaea));
/* 5107  */     /* Webkit (Chrome 11+) */
/* 5108  */     background: #00aaea -webkit-linear-gradient(bottom, #00a8e6 0%, #00aaea 100%);
/* 5109  */     /* W3C Markup, IE10 Release Preview */
/* 5110  */     background: #00aaea linear-gradient(to top, #00aaea 0%, #00aaea 100%);
/* 5111  */     color: #fff;
/* 5112  */ }
/* 5113  */ 
/* 5114  */ .price_table_inner ul li.table_title {
/* 5115  */     padding: 18px 25px 17px;
/* 5116  */ }
/* 5117  */ 
/* 5118  */ .price_table_inner ul li.table_title .title_content {
/* 5119  */     color: #fff;
/* 5120  */ }
/* 5121  */ 
/* 5122  */ .price_in_table {
/* 5123  */ 	text-align: center;
/* 5124  */ }
/* 5125  */ 
/* 5126  */ .price_in_table .value {
/* 5127  */ 	font-size: 18px;
/* 5128  */ 	color: #fff;
/* 5129  */ 	vertical-align: top;
/* 5130  */ 	display: inline-block;
/* 5131  */ }
/* 5132  */ 
/* 5133  */ .price_in_table .price {
/* 5134  */     font-size: 55px;
/* 5135  */     line-height: 55px;
/* 5136  */     padding: 0 3px;
/* 5137  */     font-weight: 300;
/* 5138  */     color: #fff;
/* 5139  */     vertical-align: middle;
/* 5140  */     display: inline-block;
/* 5141  */ }
/* 5142  */ 
/* 5143  */ .price_in_table .mark {
/* 5144  */ 	color: #fff;
/* 5145  */ 	vertical-align: bottom;
/* 5146  */ 	position: relative;
/* 5147  */ }
/* 5148  */ 
/* 5149  */ .price_table_inner .price_button{
/* 5150  */     padding-bottom: 19px;

/* stylesheet.min.css */

/* 5151  */ 	padding-left: 0;
/* 5152  */ 	padding-right: 0;
/* 5153  */ }
/* 5154  */ 
/* 5155  */ .price_button .qbutton{
/* 5156  */ 	margin:0 7px;
/* 5157  */ }
/* 5158  */ /* ==========================================================================
/* 5159  *|    Icon with text shortcode start styles
/* 5160  *|    ========================================================================== */
/* 5161  */ .q_icon_with_title{
/* 5162  */ 	display: block;
/* 5163  */ 	position: relative;
/* 5164  */ }
/* 5165  */ 
/* 5166  */ .q_icon_with_title .icon_holder{
/* 5167  */ 	float: left;
/* 5168  */ 	display: inline-block;
/* 5169  */ 	position: relative;
/* 5170  */ 	z-index: 2;
/* 5171  */ }
/* 5172  */ 
/* 5173  */ .q_icon_with_title.center{
/* 5174  */ 	text-align: center;
/* 5175  */ }
/* 5176  */ 
/* 5177  */ .q_icon_with_title.center .icon_holder{
/* 5178  */ 	float: none;
/* 5179  */ 	display: block;
/* 5180  */ 	margin: 0 0 20px;
/* 5181  */ }
/* 5182  */ 
/* 5183  */ .q_icon_with_title.icon_image.center .icon_holder{
/* 5184  */ 	margin: 0 0 13px;
/* 5185  */ }
/* 5186  */ 
/* 5187  */ .q_icon_with_title .icon_holder.q_icon_animation,
/* 5188  */ .box_holder_icon_inner.q_icon_animation{
/* 5189  */ 	-webkit-transform: scale(0);
/* 5190  */ 	-moz-transform: scale(0);
/* 5191  */ 	-ms-transform: scale(0);
/* 5192  */ 	-o-transform: scale(0);
/* 5193  */ 	transform: scale(0);
/* 5194  */ 	-webkit-transition: all 0.4s ease;
/* 5195  */ 	-moz-transition: all 0.4s ease;
/* 5196  */ 	-o-transition: all 0.4s ease;
/* 5197  */ 	transition: all 0.4s ease;
/* 5198  */ 	-webkit-backface-visibility: hidden;
/* 5199  */ }
/* 5200  */ 

/* stylesheet.min.css */

/* 5201  */ .q_icon_with_title .icon_holder.q_icon_animation.q_show_animation,
/* 5202  */ .box_holder_icon_inner.q_icon_animation.q_show_animation{
/* 5203  */ 	-webkit-transform: scale(1.0);
/* 5204  */ 	-moz-transform: scale(1.0);
/* 5205  */ 	-ms-transform: scale(1.0);
/* 5206  */ 	-o-transform: scale(1.0);
/* 5207  */ 	transform: scale(1.0);
/* 5208  */ }
/* 5209  */ 
/* 5210  */ .touch .no_animation_on_touch .q_icon_animation{
/* 5211  */ 	-webkit-transform: scale(1.0);
/* 5212  */ 	-moz-transform: scale(1.0);
/* 5213  */ 	-ms-transform: scale(1.0);
/* 5214  */ 	-o-transform: scale(1.0);
/* 5215  */ 	transform: scale(1.0);
/* 5216  */ }
/* 5217  */ 
/* 5218  */ .q_icon_with_title.boxed .icon_holder .fa-stack, 
/* 5219  */ .q_font_awsome_icon_square {
/* 5220  */ 	background-color: #00aeef;
/* 5221  */ 	border-radius: 4px;
/* 5222  */     text-align: center;
/* 5223  */     -webkit-transition: all 0.3s ease-in-out;
/* 5224  */     -moz-transition: all 0.3s ease-in-out;
/* 5225  */     -o-transition: all 0.3s ease-in-out;
/* 5226  */     transition: all 0.3s ease-in-out;
/* 5227  */     -webkit-backface-visibility: hidden;
/* 5228  */ }
/* 5229  */ 
/* 5230  */ .q_font_awsome_icon_square i {
/* 5231  */     color: #fff;
/* 5232  */ }
/* 5233  */ 
/* 5234  */ .q_box_holder.with_icon .box_holder_icon_inner .fa-stack i.fa-stack-base{
/* 5235  */ 	color: #00aeef;
/* 5236  */     -webkit-transition: all 0.3s ease-in-out;
/* 5237  */ 	-moz-transition: all 0.3s ease-in-out;
/* 5238  */ 	-o-transition: all 0.3s ease-in-out;
/* 5239  */ 	transition: all 0.3s ease-in-out;
/* 5240  */ 	-webkit-backface-visibility: hidden;
/* 5241  */ }
/* 5242  */ 
/* 5243  */ .q_icon_with_title.square .icon_holder .fa-stack,
/* 5244  */ .box_holder_icon_inner.square .fa-stack,
/* 5245  */ .q_font_awsome_icon_square{
/* 5246  */     -webkit-border-radius: 4px;
/* 5247  */     -moz-border-radius: 4px;
/* 5248  */     border-radius: 4px;
/* 5249  */     line-height: 1.7em;
/* 5250  */ }

/* stylesheet.min.css */

/* 5251  */ 
/* 5252  */ .q_icon_with_title.square .icon_holder .fa-stack,
/* 5253  */ .box_holder_icon_inner.square .fa-stack,
/* 5254  */ .q_font_awsome_icon_square,
/* 5255  */ .box_holder_icon_inner.circle .fa-stack,
/* 5256  */ .circle .icon_holder .fa-stack{
/* 5257  */ 	background-color: #00aeef;
/* 5258  */ 	-webkit-transition: background-color 0.3s ease-in-out;
/* 5259  */     -moz-transition: background-color 0.3s ease-in-out;
/* 5260  */     -o-transition: background-color 0.3s ease-in-out;
/* 5261  */     transition: background-color 0.3s ease-in-out;
/* 5262  */     -webkit-backface-visibility: hidden;
/* 5263  */ }
/* 5264  */ 
/* 5265  */ .q_icon_with_title.square .icon_holder .fa-stack:hover i,
/* 5266  */ .box_holder_icon_inner.square:hover i,
/* 5267  */ .q_font_awsome_icon_square:hover i {
/* 5268  */     color: #7b7b7b;
/* 5269  */ }
/* 5270  */ 
/* 5271  */ .q_font_awsome_icon_stack .fa-circle,
/* 5272  */ .q_icon_with_title.boxed .icon_holder .fa-stack {
/* 5273  */     color: #00aeef;
/* 5274  */     -webkit-transition: color 0.4s ease-in-out;
/* 5275  */ 	-moz-transition: color 0.4s ease-in-out;
/* 5276  */ 	-o-transition: color 0.4s ease-in-out;
/* 5277  */ 	transition: color 0.4s ease-in-out;
/* 5278  */ }
/* 5279  */ 
/* 5280  */ .q_icon_with_title.circle .icon_holder .fa-stack:hover i.fa-circle,
/* 5281  */ .q_font_awsome_icon_stack:hover .fa-circle,
/* 5282  */ .q_box_holder.with_icon .box_holder_icon_inner .fa-stack:hover i.fa-stack-base {
/* 5283  */     color: #f3f3f3 !important;
/* 5284  */ }
/* 5285  */ 
/* 5286  */ .q_icon_with_title.boxed .icon_holder .fa-stack {
/* 5287  */     -webkit-transition: background-color 0.2s ease-in-out;
/* 5288  */ 	-moz-transition: background-color 0.2s ease-in-out;
/* 5289  */ 	-o-transition: background-color 0.2s ease-in-out;
/* 5290  */ 	transition: background-color 0.2s ease-in-out;
/* 5291  */ }
/* 5292  */ 
/* 5293  */ .q_icon_with_title.boxed .icon_holder .fa-stack:hover,
/* 5294  */ .box_holder_icon_inner.circle .fa-stack:hover,
/* 5295  */ .q_icon_with_title.square .icon_holder .fa-stack:hover,
/* 5296  */ .box_holder_icon_inner.square .fa-stack:hover,
/* 5297  */ .q_font_awsome_icon_square:hover, 
/* 5298  */ .circle .icon_holder .fa-stack:hover{
/* 5299  */     background-color: #f3f3f3 !important;
/* 5300  */ }

/* stylesheet.min.css */

/* 5301  */ 
/* 5302  */ .q_icon_with_title.circle .icon_holder .fa-stack:hover i:last-child,
/* 5303  */ .q_font_awsome_icon_stack:hover i:last-child,
/* 5304  */ .q_icon_with_title.boxed .icon_holder .fa-stack:hover i,
/* 5305  */ .q_box_holder.with_icon span.fa-stack:hover i:last-child {
/* 5306  */     color: #7b7b7b !important;
/* 5307  */ }
/* 5308  */ 
/* 5309  */ .q_font_awsome_icon_stack i:last-child {
/* 5310  */     color: #fff;
/* 5311  */ }
/* 5312  */ 
/* 5313  */ .q_icon_with_title .icon_text_holder{
/* 5314  */ 	position: relative;
/* 5315  */ }
/* 5316  */ 
/* 5317  */ .q_icon_with_title span.fa-stack i:last-child,
/* 5318  */ .q_box_holder.with_icon span.fa-stack i:last-child {
/* 5319  */     font-size: 0.7em;
/* 5320  */     color: #fff;
/* 5321  */     -webkit-transition: all 0.3s ease-in-out;
/* 5322  */     -moz-transition: all 0.3s ease-in-out;
/* 5323  */     -o-transition: all 0.3s ease-in-out;
/* 5324  */     transition: all 0.3s ease-in-out;
/* 5325  */ }
/* 5326  */ 
/* 5327  */ .q_box_holder.with_icon .tiny span.fa-stack i:last-child {
/* 5328  */     top: 1px;
/* 5329  */ }
/* 5330  */ 
/* 5331  */ .q_icon_with_title span.fa-stack.custom-font i:last-child {
/* 5332  */     font-size: 0.7em;
/* 5333  */ }
/* 5334  */ 
/* 5335  */ .q_icon_with_title .icon_text_inner{
/* 5336  */ 	padding: 0 0 18px;
/* 5337  */ }
/* 5338  */ 
/* 5339  */ .q_icon_with_title.with_border_line .icon_text_inner{
/* 5340  */ 	border-bottom: 1px solid #fbfbfb;
/* 5341  */ }
/* 5342  */ 
/* 5343  */ .q_icon_with_title.tiny .icon_text_holder {
/* 5344  */     padding: 0 0 0 44px;
/* 5345  */ }
/* 5346  */ 
/* 5347  */ .q_icon_with_title.small .icon_text_holder{
/* 5348  */ 	padding: 0 0 0 49px;
/* 5349  */ }
/* 5350  */ 

/* stylesheet.min.css */

/* 5351  */ .q_icon_with_title .icon_holder span i{
/* 5352  */ 	color:#333;
/* 5353  */ }
/* 5354  */ 
/* 5355  */ .q_icon_with_title.left_from_title .icon_text_holder{
/* 5356  */ 	padding: 0;
/* 5357  */ }
/* 5358  */ 
/* 5359  */ .q_icon_with_title .icon_title_holder {
/* 5360  */ 	display: table;
/* 5361  */ 	width: 100%;
/* 5362  */ 	height: 100%;
/* 5363  */ 	margin:0 0 12px;
/* 5364  */ }
/* 5365  */ 
/* 5366  */ .q_icon_with_title .icon_title_holder .icon_holder{
/* 5367  */ 	display: table-cell;
/* 5368  */ 	text-align: center;
/* 5369  */ 	height: 100%;
/* 5370  */ 	vertical-align: middle;
/* 5371  */ 	float:none;
/* 5372  */ 	padding:0 15px 0 0;
/* 5373  */ 	box-sizing: content-box;
/* 5374  */ 	-webkit-box-sizing: content-box;
/* 5375  */ 	-moz-box-sizing: content-box;
/* 5376  */ }
/* 5377  */ 
/* 5378  */ .q_icon_with_title .icon_title_holder .icon_holder span{
/* 5379  */ 	position:relative;
/* 5380  */ 	top:2px;
/* 5381  */ }
/* 5382  */ 
/* 5383  */ .q_icon_with_title  .icon_text_holder .icon_title_holder .icon_title {
/* 5384  */ 	display: table-cell;
/* 5385  */ 	margin: 0 0 0;
/* 5386  */ 	vertical-align: middle;
/* 5387  */ 	width: 100%;
/* 5388  */ }
/* 5389  */ 
/* 5390  */ .q_icon_with_title.medium .icon_holder,
/* 5391  */ .q_icon_with_title.tiny.square .icon_holder,
/* 5392  */ .q_icon_with_title.small.square .icon_holder{
/* 5393  */ 	text-align: center;
/* 5394  */ }
/* 5395  */ 
/* 5396  */ .q_icon_with_title.tiny.square .icon_text_holder,
/* 5397  */ .q_icon_with_title.medium .icon_text_holder{
/* 5398  */ 	padding: 0 0 0 63px;
/* 5399  */ }
/* 5400  */ 

/* stylesheet.min.css */

/* 5401  */ .q_icon_with_title.large .icon_text_holder{
/* 5402  */ 	padding: 0 0 0 65px;
/* 5403  */ }
/* 5404  */ 
/* 5405  */ .q_icon_with_title.large .icon_holder{
/* 5406  */ 	text-align: center;
/* 5407  */ }
/* 5408  */ 
/* 5409  */ .q_icon_with_title.very_large .icon_text_holder{
/* 5410  */ 	padding: 0 0 0 84px;
/* 5411  */ }
/* 5412  */ 
/* 5413  */ .q_icon_with_title.tiny.boxed .icon_text_holder,
/* 5414  */ .q_icon_with_title.tiny.circle .icon_text_holder,
/* 5415  */ .q_icon_with_title.tiny.icon_image .icon_text_holder{
/* 5416  */ 	padding: 0 0 0 55px;
/* 5417  */ }
/* 5418  */ 
/* 5419  */ .q_icon_with_title.small.square .icon_text_holder,
/* 5420  */ .q_icon_with_title.small.boxed .icon_text_holder,
/* 5421  */ .q_icon_with_title.small.circle .icon_text_holder,
/* 5422  */ .q_icon_with_title.small.icon_image .icon_text_holder{
/* 5423  */ 	padding: 0 0 0 72px;
/* 5424  */ }
/* 5425  */ 
/* 5426  */ .q_icon_with_title.medium.boxed .icon_text_holder,
/* 5427  */ .q_icon_with_title.medium.circle .icon_text_holder,
/* 5428  */ .q_icon_with_title.medium.icon_image .icon_text_holder,
/* 5429  */ .q_icon_with_title.medium.square .icon_text_holder{
/* 5430  */ 	padding: 0 0 0 95px;
/* 5431  */ }
/* 5432  */ 
/* 5433  */ .q_icon_with_title.large.boxed .icon_text_holder,
/* 5434  */ .q_icon_with_title.large.circle .icon_text_holder,
/* 5435  */ .q_icon_with_title.large.icon_image .icon_text_holder,
/* 5436  */ .q_icon_with_title.large.square .icon_text_holder{
/* 5437  */ 	padding: 0 0 0 122px;
/* 5438  */ }
/* 5439  */ 
/* 5440  */ .q_icon_with_title.very_large.boxed .icon_text_holder,
/* 5441  */ .q_icon_with_title.very_large.circle .icon_text_holder,
/* 5442  */ .q_icon_with_title.very_large.icon_image .icon_text_holder,
/* 5443  */ .q_icon_with_title.very_large.square .icon_text_holder{
/* 5444  */ 	padding: 0 0 0 150px;
/* 5445  */ }
/* 5446  */ 
/* 5447  */ .q_icon_with_title.left_from_title .icon_text_holder{
/* 5448  */ 	padding: 0 0 0 0px !important;
/* 5449  */ }
/* 5450  */ 

/* stylesheet.min.css */

/* 5451  */ .q_icon_with_title.center .icon_holder{
/* 5452  */ 	width: 100% !important;
/* 5453  */ }
/* 5454  */ 
/* 5455  */ .q_icon_with_title.center .icon_holder .font_awsome_icon i {
/* 5456  */     color: #7b7b7b;
/* 5457  */     -webkit-transition: color 0.3s ease-in-out;
/* 5458  */     -moz-transition: color 0.3s ease-in-out;
/* 5459  */     -o-transition: color 0.3s ease-in-out;
/* 5460  */     transition: color 0.3s ease-in-out;
/* 5461  */ }
/* 5462  */ 
/* 5463  */ .q_icon_with_title.center .icon_holder .font_awsome_icon i:hover {
/* 5464  */     color: #00aeef;
/* 5465  */ }
/* 5466  */ 
/* 5467  */ .q_icon_with_title.tiny.center .icon_text_holder,
/* 5468  */ .q_icon_with_title.small.center .icon_text_holder,
/* 5469  */ .q_icon_with_title.medium.center .icon_text_holder,
/* 5470  */ .q_icon_with_title.large.center .icon_text_holder,
/* 5471  */ .q_icon_with_title.very_large.center .icon_text_holder,
/* 5472  */ .q_icon_with_title.tiny.boxed.center .icon_text_holder,
/* 5473  */ .q_icon_with_title.tiny.circle.center .icon_text_holder,
/* 5474  */ .q_icon_with_title.small.boxed.center .icon_text_holder,
/* 5475  */ .q_icon_with_title.small.circle.center .icon_text_holder,
/* 5476  */ .q_icon_with_title.medium.boxed.center .icon_text_holder,
/* 5477  */ .q_icon_with_title.medium.circle.center .icon_text_holder,
/* 5478  */ .q_icon_with_title.large.boxed.center .icon_text_holder,
/* 5479  */ .q_icon_with_title.large.circle.center .icon_text_holder,
/* 5480  */ .q_icon_with_title.very_large.boxed.center .icon_text_holder,
/* 5481  */ .q_icon_with_title.very_large.circle.center .icon_text_holder,
/* 5482  */ .q_icon_with_title.tiny.icon_image.center .icon_text_holder,
/* 5483  */ .q_icon_with_title.small.icon_image.center .icon_text_holder,
/* 5484  */ .q_icon_with_title.medium.icon_image.center .icon_text_holder,
/* 5485  */ .q_icon_with_title.large.icon_image.center .icon_text_holder,
/* 5486  */ .q_icon_with_title.very_large.icon_image.center .icon_text_holder{
/* 5487  */ 	padding: 0;
/* 5488  */ }
/* 5489  */ 
/* 5490  */ .q_icon_with_title.left_from_title .icon_holder{
/* 5491  */ 	display: block;
/* 5492  */ }
/* 5493  */ 
/* 5494  */ .q_icon_with_title.tiny .icon_holder img,
/* 5495  */ .q_icon_with_title.left_from_title.tiny .icon_holder,
/* 5496  */ .q_icon_with_title.left_from_title.small.normal_icon .icon_holder{
/* 5497  */ 	width: 35px;
/* 5498  */ }
/* 5499  */ 
/* 5500  */ .q_icon_with_title.small .icon_holder img,

/* stylesheet.min.css */

/* 5501  */ .q_icon_with_title.left_from_title.small .icon_holder,
/* 5502  */ .q_icon_with_title.left_from_title.large.normal_icon .icon_holder{
/* 5503  */ 	width: 52px;
/* 5504  */ }
/* 5505  */ 
/* 5506  */ .q_icon_with_title.medium .icon_holder img,
/* 5507  */ .q_icon_with_title.left_from_title.medium .icon_holder,
/* 5508  */ .q_icon_with_title.left_from_title.very_large.normal_icon .icon_holder{
/* 5509  */ 	width: 78px;
/* 5510  */ }
/* 5511  */ 
/* 5512  */ .q_icon_with_title.large .icon_holder img,
/* 5513  */ .q_icon_with_title.left_from_title.large .icon_holder{
/* 5514  */ 	width: 104px;
/* 5515  */ }
/* 5516  */ 
/* 5517  */ .q_icon_with_title.very_large .icon_holder img,
/* 5518  */ .q_icon_with_title.left_from_title.very_large .icon_holder{
/* 5519  */ 	width: 130px;
/* 5520  */ }
/* 5521  */ 
/* 5522  */ .q_icon_with_title.left_from_title.tiny.normal_icon .icon_holder{
/* 5523  */ 	width: 25px;
/* 5524  */ }
/* 5525  */ 
/* 5526  */ .q_icon_with_title.left_from_title.medium.normal_icon .icon_holder{
/* 5527  */ 	width: 45px;
/* 5528  */ }
/* 5529  */ 
/* 5530  */ .q_icon_with_title .icon_text_holder .icon_title {
/* 5531  */ 	display: block;
/* 5532  */ 	margin: 0 0 0.6em;
/* 5533  */ }
/* 5534  */ 
/* 5535  */ .q_icon_with_title.large .icon_text_holder .icon_title {
/* 5536  */     margin-bottom: 0.35em;
/* 5537  */ }
/* 5538  */ 
/* 5539  */ .q_icon_with_title .icon_with_title_link {
/* 5540  */ 	display: inline-block;
/* 5541  */ 	margin: 13px 0 0;
/* 5542  */ 	color: #00aeef;
/* 5543  */ }
/* 5544  */ 
/* 5545  */ .q_icon_with_title .icon_with_title_link:hover {
/* 5546  */     color: #333;
/* 5547  */ }
/* 5548  */ /* ==========================================================================
/* 5549  *|    Icon with text shortcode end styles
/* 5550  *|    ========================================================================== */

/* stylesheet.min.css */

/* 5551  */ 
/* 5552  */ /* ==========================================================================
/* 5553  *|    Icon start shortcode
/* 5554  *|    ========================================================================== */
/* 5555  */ 
/* 5556  */ .q_font_awsome_icon {
/* 5557  */ 	display: inline-block;
/* 5558  */ }
/* 5559  */ 
/* 5560  */ .q_font_awsome_icon i {
/* 5561  */ 	color: #7b7b7b;
/* 5562  */     -webkit-transition: color 0.3s ease-in-out;
/* 5563  */     -moz-transition: color 0.3s ease-in-out;
/* 5564  */     -o-transition: color 0.3s ease-in-out;
/* 5565  */     -ms-transition: color 0.3s ease-in-out;
/* 5566  */     transition: color 0.3s ease-in-out;
/* 5567  */     -webkit-backface-visibility: hidden;
/* 5568  */ }
/* 5569  */ 
/* 5570  */ .q_font_awsome_icon i:hover {
/* 5571  */     color: #00aeef;
/* 5572  */ }
/* 5573  */ 
/* 5574  */ .q_font_awsome_icon.pull-center{
/* 5575  */ 	display: block;
/* 5576  */ 	text-align: center;
/* 5577  */ }
/* 5578  */ 
/* 5579  */ .q_font_awsome_icon_square.pull-center,
/* 5580  */ .q_font_awsome_icon_stack.pull-center{
/* 5581  */ 	display: block;
/* 5582  */ 	margin: 0 auto !important;
/* 5583  */ }
/* 5584  */ 
/* 5585  */ .q_font_awsome_icon.q_icon_animation,
/* 5586  */ .q_font_awsome_icon_square.q_icon_animation,
/* 5587  */ .q_font_awsome_icon_stack.q_icon_animation{
/* 5588  */ 	-webkit-transform: scale(0);
/* 5589  */ 	-moz-transform: scale(0);
/* 5590  */ 	-ms-transform: scale(0);
/* 5591  */ 	-o-transform: scale(0);
/* 5592  */ 	transform: scale(0);
/* 5593  */ 	-webkit-transition: -webkit-transform 0.4s ease;
/* 5594  */ 	-moz-transition: -moz-transform 0.4s ease;
/* 5595  */ 	-o-transition: -o-transform 0.4s ease;
/* 5596  */ 	-ms-transition: -ms-transform 0.4s ease;
/* 5597  */ 	transition: transform 0.4s ease;
/* 5598  */ 	-webkit-backface-visibility: hidden;
/* 5599  */ }
/* 5600  */ 

/* stylesheet.min.css */

/* 5601  */ .q_font_awsome_icon.q_icon_animation.q_show_animation,
/* 5602  */ .q_font_awsome_icon_square.q_icon_animation.q_show_animation,
/* 5603  */ .q_font_awsome_icon_stack.q_icon_animation.q_show_animation{
/* 5604  */ 	-webkit-transform: scale(1.0);
/* 5605  */ 	-moz-transform: scale(1.0);
/* 5606  */ 	-ms-transform: scale(1.0);
/* 5607  */ 	-o-transform: scale(1.0);
/* 5608  */ 	transform: scale(1.0);
/* 5609  */ }
/* 5610  */ 
/* 5611  */ #back_to_top span,
/* 5612  */ .q_social_icon_holder .fa-stack,
/* 5613  */ .q_icon_with_title.square .icon_holder .fa-stack,
/* 5614  */ .box_holder_icon_inner.square .fa-stack {
/* 5615  */ 	text-align: center;
/* 5616  */ }
/* 5617  */ 
/* 5618  */ /* ==========================================================================
/* 5619  *|    Icon end shortcode
/* 5620  *|    ========================================================================== */
/* 5621  */ 
/* 5622  */ .drop_down .wide .second ul li div.flexslider li:nth-child(4n+1){
/* 5623  */ 	clear: none;
/* 5624  */ }
/* 5625  */ 
/* 5626  */ .drop_down .wide .second ul li .flexslider ul {
/* 5627  */ 	padding:0;
/* 5628  */ 	border:none;
/* 5629  */ }
/* 5630  */ 
/* 5631  */ .drop_down .wide .second ul li ul.flex-direction-nav a{
/* 5632  */ 	position:absolute;
/* 5633  */ 	top:0;
/* 5634  */ 	border:none;
/* 5635  */ 	margin:0px 0 0 0;
/* 5636  */ }
/* 5637  */ 
/* 5638  */ .drop_down .wide .second ul li ul.flex-direction-nav{
/* 5639  */ 	position:absolute;
/* 5640  */ 	top:45px;
/* 5641  */ 	left:0px;
/* 5642  */ 	overflow:visible;
/* 5643  */ 	width: 100%;
/* 5644  */ }
/* 5645  */ 
/* 5646  */ .drop_down .wide .second ul li div.flexslider{
/* 5647  */ 	margin: 0;
/* 5648  */ }
/* 5649  */ 
/* 5650  */ .drop_down .wide .second ul li .flexslider.widget_flexslider ul.flex-direction-nav li{

/* stylesheet.min.css */

/* 5651  */ 	width: 100%;
/* 5652  */ }
/* 5653  */ 
/* 5654  */ .flexslider.widget_flexslider h3,
/* 5655  */ .drop_down .wide .second ul li ul li .flexslider.widget_flexslider h3,
/* 5656  */ .drop_down .wide .second ul li ul li .flexslider.widget_flexslider h3 a{
/* 5657  */ 	color: #fff;
/* 5658  */ 	font-size: 15px;
/* 5659  */ 	font-weight: 400;
/* 5660  */ 	line-height: 22px;
/* 5661  */ 	padding: 10px 0 2px !important;
/* 5662  */ }
/* 5663  */ 
/* 5664  */ .flexslider.widget_flexslider ul li h3 a,
/* 5665  */ .drop_down .wide .second .inner ul li.flexslider.widget_flexslider ul li h3 a{
/* 5666  */ 	color: #000;
/* 5667  */ 	font-size: 18px;
/* 5668  */     font-weight: 300;
/* 5669  */     line-height: 22px;
/* 5670  */ }
/* 5671  */ 
/* 5672  */ .flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev, 
/* 5673  */ .drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev{
/* 5674  */ 	background-color: #000;
/* 5675  */ 	background-color: rgba(0, 0, 0, 0.4);
/* 5676  */ 	width: 40px;
/* 5677  */ 	height: 40px;
/* 5678  */ 	line-height: 40px;
/* 5679  */ }
/* 5680  */ 
/* 5681  */ .drop_down .second .flexslider.widget_flexslider ul.flex-direction-nav  i {
/* 5682  */ 	display:inline;
/* 5683  */ }
/* 5684  */ 
/* 5685  */ .drop_down .wide.icons .second .flexslider.widget_flexslider ul.flex-direction-nav  i {
/* 5686  */ 	width:auto;
/* 5687  */ 	float:none;
/* 5688  */ 	height:auto;
/* 5689  */ 	color: #fff;
/* 5690  */ }
/* 5691  */ 
/* 5692  */ .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next, 
/* 5693  */ .drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next{
/* 5694  */ 	background-color: #000;
/* 5695  */ 	background-color: rgba(0, 0, 0, 0.4);
/* 5696  */ 	width: 40px;
/* 5697  */ 	height: 40px;
/* 5698  */ 	line-height: 40px;
/* 5699  */ }
/* 5700  */ 

/* stylesheet.min.css */

/* 5701  */ .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next:hover, 
/* 5702  */ .drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next:hover,
/* 5703  */ .flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev:hover, 
/* 5704  */ .drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev:hover{
/* 5705  */ 	background-color:#000;
/* 5706  */ }
/* 5707  */ 
/* 5708  */ .drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider .menu_recent_post_text {
/* 5709  */ 	padding: 10px 0;
/* 5710  */ }
/* 5711  */ 
/* 5712  */ .drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider .menu_recent_post_text a{
/* 5713  */ 	display: inline;
/* 5714  */     padding: 0;
/* 5715  */ }
/* 5716  */ 
/* 5717  */ .drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider .menu_recent_post_text a:hover{
/* 5718  */ 	color:#fff;
/* 5719  */ }
/* 5720  */ 
/* 5721  */ .drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider a, 
/* 5722  */ .drop_down .wide .second ul li .flexslider.widget_flexslider a{
/* 5723  */ 	padding: 0;
/* 5724  */ 	margin: 0;
/* 5725  */ }
/* 5726  */ 
/* 5727  */ .drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider a i, 
/* 5728  */ .drop_down .wide .second ul li .flexslider.widget_flexslider a i{
/* 5729  */ 	font-size: 20px;
/* 5730  */ }
/* 5731  */ 
/* 5732  */ ul.flickr_widget{
/* 5733  */ 	display: inline-block;
/* 5734  */ 	position: relative;
/* 5735  */ 	padding:0;
/* 5736  */ }
/* 5737  */ 
/* 5738  */ ul.flickr_widget li{
/* 5739  */ 	float: left;
/* 5740  */ 	margin: 0px 5px  5px 0px;
/* 5741  */ }
/* 5742  */ 
/* 5743  */ ul.flickr_widget li:nth-child(3n){
/* 5744  */ 	margin: 0 0 5px;
/* 5745  */ }
/* 5746  */ 
/* 5747  */ ul.flickr_widget li a img{
/* 5748  */ 	float: left;
/* 5749  */ }
/* 5750  */ 

/* stylesheet.min.css */

/* 5751  */ .menu_recent_post_text{
/* 5752  */ 	display: block;
/* 5753  */ }
/* 5754  */ 
/* 5755  */ .menu_recent_post_text a{
/* 5756  */ 	display: inline-block !important;
/* 5757  */ 	color: #fff !important;
/* 5758  */ }
/* 5759  */ 
/* 5760  */ /* ==========================================================================
/* 5761  *|    Icon progress bar shortcode start styles
/* 5762  *|    ========================================================================== */
/* 5763  */ .q_progress_bars_icons{
/* 5764  */ 	display: block;
/* 5765  */ 	position: relative;
/* 5766  */ 	opacity: 0;
/* 5767  */ 	filter: alpha(opacity=0);
/* 5768  */ }
/* 5769  */ 
/* 5770  */ .q_progress_bars_icons_inner{
/* 5771  */ 	position: relative;
/* 5772  */ 	width: 100%;
/* 5773  */ }
/* 5774  */ 
/* 5775  */ .q_progress_bars_icons_inner .bar{
/* 5776  */ 	position: relative;
/* 5777  */ 	float: left;
/* 5778  */ 	margin: 0px 10px 10px 0px;
/* 5779  */ }
/* 5780  */ 
/* 5781  */ .q_progress_bars_icons_inner.normal .bar{
/* 5782  */ 	margin: 0 0 10px;
/* 5783  */ }
/* 5784  */ 
/* 5785  */ .q_progress_bars_icons_inner.tiny .bar{
/* 5786  */ 	height: 39px;
/* 5787  */ 	width: 39px;
/* 5788  */ }
/* 5789  */ 
/* 5790  */ .q_progress_bars_icons_inner.small .bar{
/* 5791  */ 	width: 56px;
/* 5792  */ 	height: 56px;
/* 5793  */ }
/* 5794  */ 
/* 5795  */ .q_progress_bars_icons_inner.medium .bar{
/* 5796  */ 	width: 83px;
/* 5797  */ 	height: 83px;
/* 5798  */ }
/* 5799  */ 
/* 5800  */ .q_progress_bars_icons_inner.large .bar{

/* stylesheet.min.css */

/* 5801  */ 	width: 109px;
/* 5802  */ 	height: 109px;
/* 5803  */ }
/* 5804  */ 
/* 5805  */ .q_progress_bars_icons_inner.very_large .bar{
/* 5806  */ 	width: 135px;
/* 5807  */ 	height: 135px;
/* 5808  */ }
/* 5809  */ 
/* 5810  */ .q_progress_bars_icons_inner .bar .bar_noactive, 
/* 5811  */ .q_progress_bars_icons_inner .bar .bar_active{
/* 5812  */ 	display: inline-block;
/* 5813  */ 	position: absolute;
/* 5814  */ 	top: 0px;
/* 5815  */ 	left: 0px;
/* 5816  */ 	overflow: hidden;
/* 5817  */ 	z-index: 50;
/* 5818  */ }
/* 5819  */ 
/* 5820  */ .q_progress_bars_icons_inner .bar.active .bar_noactive {
/* 5821  */ 	z-index: 100;
/* 5822  */ }
/* 5823  */ 
/* 5824  */ .q_progress_bars_icons_inner.square .bar .bar_noactive, 
/* 5825  */ .q_progress_bars_icons_inner.square .bar .bar_active{
/* 5826  */ 	border: 1px solid #d7d7d7;
/* 5827  */ 
/* 5828  */     -webkit-border-radius: 4px;
/* 5829  */     -moz-border-radius: 4px;
/* 5830  */     -ms-border-radius: 4px;
/* 5831  */     -o-border-radius: 4px;
/* 5832  */     border-radius: 4px;
/* 5833  */ }
/* 5834  */ 
/* 5835  */ .q_progress_bars_icons_inner.circle .bar .bar_noactive,
/* 5836  */ .q_progress_bars_icons_inner.circle .bar .bar_active {
/* 5837  */     border: 1px solid #d7d7d7;
/* 5838  */ 
/* 5839  */     -webkit-border-radius: 2em;
/* 5840  */     -moz-border-radius: 2em;
/* 5841  */     -ms-border-radius: 2em;
/* 5842  */     -o-border-radius: 2em;
/* 5843  */     border-radius: 2em;
/* 5844  */ }
/* 5845  */ 
/* 5846  */ .q_progress_bars_icons_inner.square .bar.active .bar_noactive, 
/* 5847  */ .q_progress_bars_icons_inner.square .bar.active .bar_active,
/* 5848  */ .q_progress_bars_icons_inner.circle .bar.active .bar_noactive,
/* 5849  */ .q_progress_bars_icons_inner.circle .bar.active .bar_active {
/* 5850  */ 	border: 1px solid #00aeef;

/* stylesheet.min.css */

/* 5851  */ }
/* 5852  */ 
/* 5853  */ .q_progress_bars_icons_inner.square .bar.active i,
/* 5854  */ .q_progress_bars_icons_inner.circle .bar.active i,
/* 5855  */ .q_progress_bars_icons_inner.normal .bar.active i,
/* 5856  */ .q_progress_bars_icons_inner .bar.active i.fa-circle{
/* 5857  */     color: #00aeef;
/* 5858  */ }
/* 5859  */ 
/* 5860  */ .q_progress_bars_icons_inner.square .bar i,
/* 5861  */ .q_progress_bars_icons_inner.circle .bar i,
/* 5862  */ .q_progress_bars_icons_inner.normal .bar i,
/* 5863  */ .q_progress_bars_icons_inner .bar i.fa-circle{
/* 5864  */     color: #d7d7d7;
/* 5865  */ }
/* 5866  */ 
/* 5867  */ /* ==========================================================================
/* 5868  *|    Icon progress bar shortcode end styles
/* 5869  *|    ========================================================================== */
/* 5870  */ 
/* 5871  */ .more_facts_outer{
/* 5872  */ 	position: relative;
/* 5873  */ 	display: block;
/* 5874  */ }
/* 5875  */ 
/* 5876  */ .more_facts_inner{
/* 5877  */ 	display: inline-block;
/* 5878  */ 	width: 100%;
/* 5879  */ 	opacity: 0;
/* 5880  */ 	filter: alpha(opacity=0);
/* 5881  */ }
/* 5882  */ 
/* 5883  */ .more_facts_button{
/* 5884  */ 	cursor: pointer;
/* 5885  */ }
/* 5886  */ 
/* 5887  */ .more_facts_button_holder{
/* 5888  */ 	display: block;
/* 5889  */ 	position: relative;
/* 5890  */ }
/* 5891  */ 
/* 5892  */ .more_facts_button_holder.left{
/* 5893  */ 	text-align: left;
/* 5894  */ }
/* 5895  */ 
/* 5896  */ .more_facts_button_holder.center{
/* 5897  */ 	text-align: center;
/* 5898  */ }
/* 5899  */ 
/* 5900  */ .more_facts_button_holder.right{

/* stylesheet.min.css */

/* 5901  */ 	text-align: right;
/* 5902  */ }
/* 5903  */ 
/* 5904  */ .ordered ul, .ordered ol {
/* 5905  */ 	counter-reset: li;
/* 5906  */ 	display: block;
/* 5907  */ 	list-style-type: decimal;
/* 5908  */ 	background-position: left center;
/* 5909  */ 	background-repeat: no-repeat;
/* 5910  */ 	margin: 0 0 30px;
/* 5911  */ 	padding: 0 0 0 20px;
/* 5912  */ }
/* 5913  */ 
/* 5914  */ .ordered ol li {
/* 5915  */ 	margin: 0px 0px 15px;
/* 5916  */ 	padding: 0 0 0 4px;
/* 5917  */ }
/* 5918  */ 
/* 5919  */ /* ==========================================================================
/* 5920  *|    Unordered list shortcode styles
/* 5921  *|    ========================================================================== */
/* 5922  */ .q_list.normal ul > li {
/* 5923  */     font-weight: 400 !important;
/* 5924  */ }
/* 5925  */ 
/* 5926  */ .q_list.light ul > li {
/* 5927  */     font-weight: 300 !important;
/* 5928  */ }
/* 5929  */ 
/* 5930  */ .q_list.bold  ul > li {
/* 5931  */     font-weight: 600 !important;
/* 5932  */ }
/* 5933  */ 
/* 5934  */ .q_list.circle ul,
/* 5935  */ .q_list.number ul{
/* 5936  */ 	display: block;
/* 5937  */ 	list-style-type: none;
/* 5938  */ 	margin: 0;
/* 5939  */ 	padding: 0;
/* 5940  */ }
/* 5941  */ 
/* 5942  */ .q_list.number ul{
/* 5943  */ 	counter-reset: li;
/* 5944  */ }
/* 5945  */ 
/* 5946  */ .q_list.number.circle_number li {
/* 5947  */     padding-left: 43px;
/* 5948  */     margin-bottom: 15px;
/* 5949  */ }
/* 5950  */ 

/* stylesheet.min.css */

/* 5951  */ .q_list.circle ul>li,
/* 5952  */ .q_list.number ul>li{
/* 5953  */ 	position: relative;
/* 5954  */ 	font-weight: 400;
/* 5955  */ 	margin: 0 0 13px;
/* 5956  */ 	padding: 0 0 0 25px;
/* 5957  */ 	background-repeat: no-repeat;
/* 5958  */ 	background-position: 0px 10px;
/* 5959  */ }
/* 5960  */ 
/* 5961  */ .q_list.circle ul>li{
/* 5962  */ 	background-image: url(/wp-content/themes/strata/css/img/list_circle.png);
/* 5963  */ }
/* 5964  */ 
/* 5965  */ .q_list.number ul>li:before{
/* 5966  */ 	height: 20px;
/* 5967  */ 	width: 20px;
/* 5968  */ 	line-height: 20px;
/* 5969  */ 	display: inline-block;
/* 5970  */ 	position: absolute;
/* 5971  */ 	left: 0;
/* 5972  */     top: 1px;
/* 5973  */ 	padding: 0;
/* 5974  */ 	font-weight: 300;
/* 5975  */ 	color: #00aeef;
/* 5976  */ 	text-align: center;
/* 5977  */ 	content: counter(li, decimal-leading-zero);
/* 5978  */ 	counter-increment: li;
/* 5979  */ }
/* 5980  */ 
/* 5981  */ .q_list.number.circle_number ul>li:before {
/* 5982  */     color: #fff;
/* 5983  */     background-color: #00aeef;
/* 5984  */     border-radius: 2em;
/* 5985  */     height: 31px;
/* 5986  */     width: 31px;
/* 5987  */     line-height: 31px;
/* 5988  */     top: -3px;
/* 5989  */ }
/* 5990  */ 
/* 5991  */ 
/* 5992  */ .q_list.circle.animate_list ul li,
/* 5993  */ .q_list.number.animate_list ul li{
/* 5994  */ 	opacity: 0;
/* 5995  */ 	filter: alpha(opacity = 0);
/* 5996  */ 	top: -40px;
/* 5997  */ }
/* 5998  */ 
/* 5999  */ .touch .no_animation_on_touch .q_list.circle.animate_list ul li,
/* 6000  */ .touch .no_animation_on_touch .q_list.number.animate_list ul li{

/* stylesheet.min.css */

/* 6001  */ 	opacity: 1;
/* 6002  */ 	filter: alpha(opacity = 100);
/* 6003  */ 	top: 0px;
/* 6004  */ }
/* 6005  */ 
/* 6006  */ /* ==========================================================================
/* 6007  *|    Social icon shortcode styles
/* 6008  *|    ========================================================================== */
/* 6009  */ .q_social_icon_holder{
/* 6010  */ 	display: inline-block;
/* 6011  */ 	position: relative;
/* 6012  */ }
/* 6013  */ 
/* 6014  */ header .header_top .q_social_icon_holder {
/* 6015  */     border-right: 1px solid #eaeaea;
/* 6016  */     float: left;
/* 6017  */     margin: 0;
/* 6018  */     width: 32px;
/* 6019  */ }
/* 6020  */ 
/* 6021  */ header .header_top .q_social_icon_holder a {
/* 6022  */     display: block;
/* 6023  */     text-align: center;
/* 6024  */ }
/* 6025  */ 
/* 6026  */ header .header_top .q_social_icon_holder:last-child {
/* 6027  */     border-right: 0;
/* 6028  */ }
/* 6029  */ 
/* 6030  */ header .header_top .q_social_icon_holder i.simple_social.fa-lg{
/* 6031  */ 	font-size: 13px;
/* 6032  */ }
/* 6033  */ 
/* 6034  */ .q_social_icon_holder i.simple_social{
/* 6035  */ 	color: #777;
/* 6036  */ }
/* 6037  */ 
/* 6038  */ .q_social_icon_holder:hover i.simple_social{
/* 6039  */ 	color: #009ad4 !important;
/* 6040  */ }
/* 6041  */ 
/* 6042  */ .q_social_icon_holder .fa-stack {
/* 6043  */     background: #009ad4;
/* 6044  */     /* IE10 Consumer Preview */
/* 6045  */     background: #00aeef -ms-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 6046  */     /* Mozilla Firefox */
/* 6047  */     background: #00aeef -moz-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 6048  */     /* Opera */
/* 6049  */     background: #00aeef -o-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 6050  */     /* Webkit (Safari/Chrome 10) */

/* stylesheet.min.css */

/* 6051  */     background: #00aeef -webkit-gradient(linear, left bottom, left top, color-stop(0, #009ad4), color-stop(1, #00aeef));
/* 6052  */     /* Webkit (Chrome 11+) */
/* 6053  */     background: #00aeef -webkit-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 6054  */     /* W3C Markup, IE10 Release Preview */
/* 6055  */     background: #00aeef linear-gradient(to top, #009ad4 0%, #00aeef 100%);
/* 6056  */ 	-o-border-radius: 2em;
/* 6057  */ 	-moz-border-radius: 2em;
/* 6058  */ 	-webkit-border-radius: 2em;
/* 6059  */ 	border-radius: 2em;
/* 6060  */ 	margin: 0.2307692307692308em;
/* 6061  */     border: 1px solid #049cd4;
/* 6062  */     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 6063  */     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 6064  */     -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 6065  */     -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 6066  */     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 6067  */ }
/* 6068  */ 
/* 6069  */ .header_top .q_social_icon_holder .fa-stack {
/* 6070  */     background: transparent;
/* 6071  */     border: 0;
/* 6072  */     padding: 0;
/* 6073  */     margin: 0;
/* 6074  */     box-shadow: none;
/* 6075  */     border-radius: 0;
/* 6076  */     font-size: 13px;
/* 6077  */ }
/* 6078  */ 
/* 6079  */ .header_top .q_social_icon_holder .fa-stack:hover i {
/* 6080  */     color: #fff;
/* 6081  */ }
/* 6082  */ 
/* 6083  */ .q_social_icon_holder .fa-stack:hover {
/* 6084  */     background-image: url('/wp-content/themes/strata/css/img/button-bg-px.png') !important;
/* 6085  */ }
/* 6086  */ 
/* 6087  */ .q_social_icon_holder .fa-stack i{
/* 6088  */     color: #fff;
/* 6089  */     -webkit-transition: color 0.3s ease-out;
/* 6090  */ 	-moz-transition: color 0.3s ease-out;
/* 6091  */ 	-o-transition: color 0.3s ease-out;
/* 6092  */ 	transition: color 0.3s ease-out;
/* 6093  */ }
/* 6094  */ 
/* 6095  */ .header_top .q_social_icon_holder .fa-stack i {
/* 6096  */     color: #7b7b7b;
/* 6097  */ }
/* 6098  */ 
/* 6099  */ .q_social_icon_holder .fa-stack i.fa-circle{
/* 6100  */     color: #fbfbfb;

/* stylesheet.min.css */

/* 6101  */ }
/* 6102  */ 
/* 6103  */ .q_social_icon_holder .fa-stack.fa-2x {
/* 6104  */ 	width:36px;
/* 6105  */ 	height:36px;
/* 6106  */ 	line-height:31px;
/* 6107  */ }
/* 6108  */ 
/* 6109  */ .q_social_icon_holder .fa-stack i:last-child {
/* 6110  */     font-size: 0.7692307692307692em;
/* 6111  */ }
/* 6112  */ 
/* 6113  */ .q_social_icon_holder .fa-stack.fa-lg i:last-child {
/* 6114  */     font-size: 1em;
/* 6115  */ }
/* 6116  */ 
/* 6117  */ /* ==========================================================================
/* 6118  *|    Latest posts styles
/* 6119  *|    ========================================================================== */
/* 6120  */ .latest_post_holder{
/* 6121  */ 	display: inline-block;
/* 6122  */ 	width: 100%;
/* 6123  */ }
/* 6124  */ 
/* 6125  */ .latest_post_holder .latest_post {
/* 6126  */     padding-bottom: 15px;
/* 6127  */     border-bottom: 1px solid #eaeaea;
/* 6128  */ }
/* 6129  */ 
/* 6130  */ .latest_post_holder.date_in_box  .latest_post {
/* 6131  */ 	padding-left:85px;
/* 6132  */ }
/* 6133  */ 
/* 6134  */ .latest_post_holder.minimal .latest_post{
/* 6135  */ 	  border-bottom: none;
/* 6136  */ 	   padding-bottom: 0px;
/* 6137  */ }
/* 6138  */ 
/* 6139  */ .latest_post_holder.image_in_box{
/* 6140  */ 	 padding-bottom: 15px;
/* 6141  */ }
/* 6142  */ 
/* 6143  */ .latest_post_holder li:last-child .latest_post {
/* 6144  */     border-bottom: none;
/* 6145  */ }
/* 6146  */ 
/* 6147  */ .latest_post_holder .latest_post_date {
/* 6148  */     float: left;
/* 6149  */     margin-right: 25px;
/* 6150  */     width: 59px;

/* stylesheet.min.css */

/* 6151  */     border-radius: 4px;
/* 6152  */     text-align: center;
/* 6153  */     margin-top: 8px;
/* 6154  */ }
/* 6155  */ 
/* 6156  */ .latest_post_holder .latest_post_date .post_publish_day {
/* 6157  */     font-size: 22px;
/* 6158  */     color: #fff;
/* 6159  */     height: 39px;
/* 6160  */     line-height: 39px;
/* 6161  */     background-color: #00aeef;
/* 6162  */ }
/* 6163  */ 
/* 6164  */ .latest_post_holder .latest_post_date .post_publish_month {
/* 6165  */     border: 1px solid #eaeaea;
/* 6166  */     background-color: #f4f4f4;
/* 6167  */     color: #333;
/* 6168  */     font-size: 12px;
/* 6169  */     -webkit-border-bottom-left-radius: 2px;
/* 6170  */     -webkit-border-bottom-right-radius: 2px;
/* 6171  */     -moz-border-radius-bottomleft: 2px;
/* 6172  */     -moz-border-radius-bottomright: 2px;
/* 6173  */     border-bottom-left-radius: 2px;
/* 6174  */     border-bottom-right-radius: 2px;
/* 6175  */     height: 18px;
/* 6176  */     line-height: 18px;
/* 6177  */ }
/* 6178  */ 
/* 6179  */ .latest_post_holder > ul{
/* 6180  */ 	list-style: none;
/* 6181  */ 	display: inline-block;
/* 6182  */ 	width: 100%;
/* 6183  */ 	position: relative;
/* 6184  */ 	margin: 0;
/* 6185  */ 	padding:0;
/* 6186  */ }
/* 6187  */ 
/* 6188  */ .latest_post_holder > ul > li {
/* 6189  */ 	display: block;
/* 6190  */ 	position: relative;
/* 6191  */     padding-top: 15px;
/* 6192  */ }
/* 6193  */ 
/* 6194  */ .latest_post_holder.minimal > ul > li {
/* 6195  */ 	 padding-top: 11px;
/* 6196  */ }
/* 6197  */ 
/* 6198  */ .latest_post_holder.image_in_box .latest_post_holder > ul > li{
/* 6199  */ 	padding-top: 15px;
/* 6200  */ }

/* stylesheet.min.css */

/* 6201  */ 
/* 6202  */ .latest_post_holder > ul > li:first-child{
/* 6203  */     padding-top: 0;
/* 6204  */ }
/* 6205  */ 
/* 6206  */ .latest_post_holder.boxes > ul{
/* 6207  */ 	clear: both;
/* 6208  */ }
/* 6209  */ 
/* 6210  */ .latest_post_holder.boxes > ul > li{
/* 6211  */ 	padding: 0;
/* 6212  */ 	float: left;
/* 6213  */ 	border: 0;
/* 6214  */ 	-webkit-box-sizing: border-box;
/* 6215  */ 	-moz-box-sizing: border-box;
/* 6216  */ 	-ms-box-sizing: border-box;
/* 6217  */ 	-o-box-sizing: border-box;
/* 6218  */ 	margin: 0 2% 0 0;
/* 6219  */ 	background-color:#fff;
/* 6220  */ }
/* 6221  */ 
/* 6222  */ .latest_post_holder.boxes.two_columns > ul > li{
/* 6223  */ 	width: 49%;
/* 6224  */ }
/* 6225  */ 
/* 6226  */ .latest_post_holder.boxes.three_columns > ul > li{
/* 6227  */ 	width: 32%;
/* 6228  */ }
/* 6229  */ 
/* 6230  */ .latest_post_holder.boxes.four_columns > ul > li{
/* 6231  */ 	width: 23.5%;
/* 6232  */ }
/* 6233  */ 
/* 6234  */ .latest_post_holder.boxes > ul > li:last-child{
/* 6235  */ 	margin: 0;
/* 6236  */ }
/* 6237  */ 
/* 6238  */ .latest_post_holder.boxes > ul > li .boxes_image{
/* 6239  */ 	padding: 5px 5px 0;
/* 6240  */ 	border: 1px solid #eaeaea;
/* 6241  */ 	border-bottom: 0;
/* 6242  */ }
/* 6243  */ 
/* 6244  */ .latest_post_holder.boxes > ul > li .latest_post{
/* 6245  */ 	padding: 15px 20px 5px;
/* 6246  */ 	border: 1px solid #eaeaea;
/* 6247  */ 	border-top: 0;
/* 6248  */ }
/* 6249  */ 
/* 6250  */ .latest_post_holder.boxes > ul > li .latest_post p.boxes_excerpt{

/* stylesheet.min.css */

/* 6251  */ 	margin: 13px 0;
/* 6252  */ }
/* 6253  */ 
/* 6254  */ .latest_post_holder.boxes > ul > li .latest_post .post_infos > a,
/* 6255  */ .latest_post_holder.boxes > ul > li .latest_post .post_infos > span{
/* 6256  */ 	margin-bottom: 6px;
/* 6257  */ 	display: inline-block;
/* 6258  */ }
/* 6259  */ 
/* 6260  */ .latest_post_holder.boxes > ul > li .latest_post .latest-vert-separator{
/* 6261  */ 	margin-left: 3px;
/* 6262  */ }
/* 6263  */ 
/* 6264  */ .latest_post_holder.boxes > ul > li .latest_post .post_comments,
/* 6265  */ .latest_post_holder.boxes > ul > li .latest_post .blog_like{
/* 6266  */ 	margin-left: 8px;
/* 6267  */ 	padding: 0;
/* 6268  */ }
/* 6269  */ 
/* 6270  */ .latest_post_holder > ul > li .date_hour_holder i{
/* 6271  */     margin-right: 8px;
/* 6272  */ }
/* 6273  */ 
/* 6274  */ .latest_post,
/* 6275  */ .latest_post > a,
/* 6276  */ .latest_post a img{
/* 6277  */ 	display: block;
/* 6278  */ 	position: relative;
/* 6279  */ }
/* 6280  */ 
/* 6281  */ .latest_post_image {
/* 6282  */ 	width: 60px;
/* 6283  */ 	float: left;
/* 6284  */ }
/* 6285  */ 
/* 6286  */ .latest_post_image img{
/* 6287  */ 	width:100%;
/* 6288  */ 	float: left;
/* 6289  */ }
/* 6290  */ 
/* 6291  */ .latest_post_text{
/* 6292  */ 	display: block;
/* 6293  */ 	width: auto;
/* 6294  */ }
/* 6295  */ 
/* 6296  */ .latest_post_holder.image_in_box .latest_post_text{
/* 6297  */ 	padding:0 0 0 80px;
/* 6298  */ 	min-height: 60px;
/* 6299  */ }
/* 6300  */ 

/* stylesheet.min.css */

/* 6301  */ .latest_post_holder.minimal .latest_post_inner{
/* 6302  */ 	margin: 0 0 0px;
/* 6303  */ }
/* 6304  */ .wpb_column > .wpb_wrapper .latest_post_holder.minimal .latest_post_inner:last-child{
/* 6305  */ 	margin: 0 0 0px;
/* 6306  */ }
/* 6307  */ .latest_post_inner{
/* 6308  */ 	margin: 0 0 10px;
/* 6309  */ }
/* 6310  */ .wpb_column > .wpb_wrapper .latest_post_inner:last-child{
/* 6311  */ 	margin: 0 0 10px;
/* 6312  */ }
/* 6313  */ .latest_post_holder.image_in_box .latest_post_text_inner {
/* 6314  */ 	display: table-cell;
/* 6315  */ 	vertical-align: middle;
/* 6316  */ }
/* 6317  */ 
/* 6318  */ .latest_post_holder.image_in_box .latest_post_inner {
/* 6319  */ 	display: table;
/* 6320  */ 	width: 100%;
/* 6321  */ 	margin: 0 0 0;
/* 6322  */ 	min-height: 60px;
/* 6323  */ }
/* 6324  */ .wpb_column > .wpb_wrapper .latest_post_holder.image_in_box .latest_post_inner:last-child{
/* 6325  */ 	margin: 0 0 0;
/* 6326  */ }
/* 6327  */ .latest_post_inner .post_infos{
/* 6328  */ 	display: block;
/* 6329  */     font-size: 12px;
/* 6330  */ }
/* 6331  */ 
/* 6332  */ .latest_post_inner .post_infos a{
/* 6333  */ 	color:#333;
/* 6334  */ }
/* 6335  */ 
/* 6336  */ .latest_post_inner .post_infos a{
/* 6337  */ 	margin: 0 7px 0 0;
/* 6338  */ }
/* 6339  */ 
/* 6340  */ .latest_post_inner .post_infos a.post_comments{
/* 6341  */ 	margin: 0;
/* 6342  */ }
/* 6343  */ 
/* 6344  */ .latest_post_inner .post_infos a:hover{
/* 6345  */ 	color:#00aeef;
/* 6346  */ }
/* 6347  */ 
/* 6348  */ .latest_post_holder.minimal .latest_post_inner .post_infos{
/* 6349  */ 	margin:0 0 3px 0;
/* 6350  */ }

/* stylesheet.min.css */

/* 6351  */ 
/* 6352  */ .latest_post_holder.image_in_box .latest_post_text .latest_post_title {
/* 6353  */ 	margin:0 0 5px 0;
/* 6354  */ }
/* 6355  */ 
/* 6356  */ /********************************** BLOG ***********************************/
/* 6357  */ 
/* 6358  */ .blog_holder article{
/* 6359  */ 	display: inline-block;
/* 6360  */ 	width: 100%;
/* 6361  */ 	margin: 0 0 50px;
/* 6362  */ }
/* 6363  */ 
/* 6364  */ .blog_holder.blog_single article{
/* 6365  */ 	margin: 0 0 0px;
/* 6366  */ }
/* 6367  */ .blog_holder.blog_small_image article{
/* 6368  */ 	margin: 0 0 32px;
/* 6369  */ }
/* 6370  */ .single-post .blog_single p {
/* 6371  */     margin-bottom: 22px;
/* 6372  */ }
/* 6373  */ 
/* 6374  */ .single-post .blog_single p:last-child {
/* 6375  */     margin-bottom: 0;
/* 6376  */ }
/* 6377  */ 
/* 6378  */ .blog_holder article .post_content_holder{
/* 6379  */ 	width: 100%;
/* 6380  */ }
/* 6381  */ 
/* 6382  */ .blog_holder article .post_image,
/* 6383  */ .blog_holder article .post_image > a,
/* 6384  */ .blog_holder article .post_image img,
/* 6385  */ .blog_holder article .post_text{
/* 6386  */ 	position: relative;
/* 6387  */ 	width: 100%;
/* 6388  */ 	display: block;
/* 6389  */ }
/* 6390  */ 
/* 6391  */ .blog_holder article .post_text h2{
/* 6392  */ 	margin: 0 0 3px;
/* 6393  */ }
/* 6394  */ 
/* 6395  */ .blog_holder article .post_image{
/* 6396  */ 	margin: 0 0 23px;
/* 6397  */ }
/* 6398  */ 
/* 6399  */ .blog_holder.blog_single article .post_image{
/* 6400  */ 	margin: 0 0 35px;

/* stylesheet.min.css */

/* 6401  */ }
/* 6402  */ 
/* 6403  */ .blog_holder.blog_small_image article .post_image,
/* 6404  */ .blog_holder.blog_small_image article .post_text{
/* 6405  */ 	width:50%;
/* 6406  */ 	float:left;
/* 6407  */ 	margin:0;
/* 6408  */ }
/* 6409  */ 
/* 6410  */ .blog_holder.blog_small_image article .post_text .post_text_inner{
/* 6411  */ 	padding:0 0 0 30px;
/* 6412  */ }
/* 6413  */ 
/* 6414  */ .blog_holder.blog_small_image article.format-audio .mejs-container{
/* 6415  */ 	margin:0 0 20px 0;
/* 6416  */ }
/* 6417  */ 
/* 6418  */ .grid2 .blog_holder.blog_small_image article .post_comments {
/* 6419  */     margin-left: 0;
/* 6420  */ }
/* 6421  */ 
/* 6422  */ .blog_holder article .video .mobile-video-image {
/* 6423  */ 	background-position: center center;
/* 6424  */ 	background-repeat: no-repeat;
/* 6425  */ 	background-size: cover;
/* 6426  */ 	display: none;
/* 6427  */ 	height: 100%;
/* 6428  */ 	left: 0;
/* 6429  */ 	position: absolute;
/* 6430  */ 	top: 0;
/* 6431  */ 	width: 100%;
/* 6432  */ 	z-index: 10;
/* 6433  */ }
/* 6434  */ 
/* 6435  */ .blog_holder article .video{
/* 6436  */ 	position: relative;
/* 6437  */ }
/* 6438  */ 
/* 6439  */ .blog_holder article .video .video-wrap {
/* 6440  */ 	overflow: hidden;
/* 6441  */ 	position: relative;
/* 6442  */ 	width: 100%;
/* 6443  */ 	z-index: 10;
/* 6444  */ }
/* 6445  */ 
/* 6446  */ .blog_holder article .video .video-wrap .mejs-poster {
/* 6447  */ 	background-size: cover!important;
/* 6448  */ 	-moz-background-size: cover!important;
/* 6449  */ 	-webkit-background-size: cover!important;
/* 6450  */ 	-o-background-size: cover!important;

/* stylesheet.min.css */

/* 6451  */ 	width: 100% !important;
/* 6452  */ 	height: 100% !important;
/* 6453  */ }
/* 6454  */ 
/* 6455  */ .blog_holder article .video .video-wrap .mejs-container {
/* 6456  */ 	background-color: transparent!important;
/* 6457  */ 	background-image: none!important;
/* 6458  */ 	height: 100% !important;
/* 6459  */ 	width: 100% !important;
/* 6460  */ 	overflow: hidden;
/* 6461  */ }
/* 6462  */ 
/* 6463  */ .blog_holder article .video .video-wrap .mejs-mediaelement{
/* 6464  */ 	background: none !important;
/* 6465  */ 	border: 0px !important;
/* 6466  */ }
/* 6467  */ 
/* 6468  */ .blog_holder article .video .video-wrap .mejs-container .mejs-poster img {
/* 6469  */ 	max-width: none!important;
/* 6470  */ 	width: 100%!important;
/* 6471  */ }
/* 6472  */ 
/* 6473  */ .blog_holder article .mejs-container .mejs-controls{
/* 6474  */ 	visibility: visible !important;
/* 6475  */ }
/* 6476  */ 
/* 6477  */ .blog_holder article .mejs-controls .mejs-volume-button .mejs-volume-slider{
/* 6478  */ 	display: none !important;
/* 6479  */ }
/* 6480  */ 
/* 6481  */ .blog_holder article .post_image .mejs-poster img{
/* 6482  */ 	display: none !important;
/* 6483  */ }
/* 6484  */ 
/* 6485  */ .blog_holder article.format-gallery .flexslider{
/* 6486  */ 	margin: 0px;
/* 6487  */ 	overflow: hidden;
/* 6488  */ }
/* 6489  */ 
/* 6490  */ .portfolio_single .flexslider{
/* 6491  */ 	overflow: hidden;
/* 6492  */ }
/* 6493  */ 
/* 6494  */ .blog_holder article .post_description {
/* 6495  */ 	position: relative;
/* 6496  */ 	display: inline-block;
/* 6497  */ 	width: 100%;
/* 6498  */ 	margin:0 0 10px;
/* 6499  */     font-size: 12px;
/* 6500  */ }

/* stylesheet.min.css */

/* 6501  */ .blog_holder article .post_description{
/* 6502  */ 	margin: 2px 0 10px;
/* 6503  */ }
/* 6504  */ .blog_holder article .post_description a,
/* 6505  */ .blog_holder.masonry article .post_info a{
/* 6506  */ 	color:#333;
/* 6507  */ }
/* 6508  */ 
/* 6509  */ .blog_holder article .post_description a:hover,
/* 6510  */ .blog_holder.masonry article .post_info a:hover{
/* 6511  */ 	color:#00aeef;
/* 6512  */ }
/* 6513  */ 
/* 6514  */ .blog_holder article .post_description .post_description_left,
/* 6515  */ .post_info_left {
/* 6516  */ 	float:left;
/* 6517  */ }
/* 6518  */ 
/* 6519  */ .blog_holder article .post_description .post_description_left{
/* 6520  */ 	margin: 0 15px 0 0;
/* 6521  */ }
/* 6522  */ 
/* 6523  */ .blog_holder.masonry article .post_description .post_description_left{
/* 6524  */ 	margin: 0;
/* 6525  */ }
/* 6526  */ 
/* 6527  */ .blog_holder article .post_description .post_description_left .date i{
/* 6528  */ 	color:#adadad;
/* 6529  */ 	font-size: 16px;
/* 6530  */ 	padding:0 6px 0 0;
/* 6531  */ }
/* 6532  */ 
/* 6533  */ .blog_holder article .post_description .post_description_right {
/* 6534  */     float: left;
/* 6535  */ }
/* 6536  */ 
/* 6537  */ .post_info_right {
/* 6538  */     float: right;
/* 6539  */ 	margin: 2px 0 0;
/* 6540  */ }
/* 6541  */ .post_info_right a{
/* 6542  */ 	color:#333;
/* 6543  */ }
/* 6544  */ 
/* 6545  */ .post_info_right a:hover{
/* 6546  */ 	color: #00aeef;
/* 6547  */ }
/* 6548  */ .blog_holder article .post_comments i,
/* 6549  */ .latest_post_inner .post_comments i {
/* 6550  */ 	font-size:16px;

/* stylesheet.min.css */

/* 6551  */ 	color: #adadad;
/* 6552  */ 	padding:0 8px 0 0;
/* 6553  */ }
/* 6554  */ 
/* 6555  */ .blog_holder article .post_comments:hover i,
/* 6556  */ .latest_post_inner .post_comments:hover i {
/* 6557  */ 	color:#00aeef;
/* 6558  */ }
/* 6559  */ 
/* 6560  */ .blog_holder article .post_info {
/* 6561  */ 	margin: 20px 0 0;
/* 6562  */ 	display:inline-block;
/* 6563  */ 	width:100%;
/* 6564  */ }
/* 6565  */ 
/* 6566  */ .blog_holder.masonry article .post_info{
/* 6567  */ 	margin: 12px 0 0;
/* 6568  */ }
/* 6569  */ 
/* 6570  */ .blog_holder.masonry article.format-link .post_info,
/* 6571  */ .blog_holder.masonry article.format-quote .post_info{
/* 6572  */ 	margin: 19px 0 0;
/* 6573  */ }
/* 6574  */ 
/* 6575  */ .blog_holder article .post_info .post_info_left a.post_author_avatar {
/* 6576  */ 	display:inline-block;
/* 6577  */ 	float:left;
/* 6578  */ 	padding:0 10px 0 0;
/* 6579  */ }
/* 6580  */ 
/* 6581  */ .blog_holder article .post_info .post_info_left a.post_author {
/* 6582  */ 	display:inline-block;
/* 6583  */ 	line-height:64px;
/* 6584  */ 	float:left;
/* 6585  */ }
/* 6586  */ 
/* 6587  */ .post_author_avatar img{
/* 6588  */ 	border-radius:60px;
/* 6589  */ 	border:2px solid #eaeaea;
/* 6590  */ }
/* 6591  */ 
/* 6592  */ .blog_holder.masonry article .post_description{
/* 6593  */ 	margin:0 0 4px;
/* 6594  */ }
/* 6595  */ 
/* 6596  */ .blog_holder article .post_description a:hover,
/* 6597  */ .blog_holder article .post_description .post_comments:hover{
/* 6598  */ 	color: #00aeef;
/* 6599  */ }
/* 6600  */ 

/* stylesheet.min.css */

/* 6601  */ .blog_like{
/* 6602  */ 	display: inline-block;
/* 6603  */ 	padding:0 0 0 18px;
/* 6604  */ }
/* 6605  */  
/* 6606  */ .blog_like a{
/* 6607  */ 	display: block;
/* 6608  */ 	line-height: 14px;
/* 6609  */ }
/* 6610  */ 
/* 6611  */ .blog_like a i{
/* 6612  */ 	color: #adadad;
/* 6613  */ 	font-size: 16px;
/* 6614  */ }
/* 6615  */ 
/* 6616  */ .blog_holder.masonry article .blog_like a i,
/* 6617  */ .blog_holder.blog_single article .blog_like a i,
/* 6618  */ .blog_holder.blog_large_image article .blog_like a i{
/* 6619  */ 	display: inline-block;
/* 6620  */ }
/* 6621  */ 
/* 6622  */ .blog_like a:hover i,
/* 6623  */ .blog_like a.liked i,
/* 6624  */ .blog_like a:hover span{
/* 6625  */ 	color: #00aeef;
/* 6626  */ }
/* 6627  */ 
/* 6628  */ .blog_like span{
/* 6629  */ 	padding: 0 0 0 4px;
/* 6630  */ }
/* 6631  */ 
/* 6632  */ .blog_holder.masonry article .blog_like span,
/* 6633  */ .blog_holder.blog_single article .blog_like span,
/* 6634  */ .blog_holder.blog_large_image article .blog_like span{
/* 6635  */ 	display: inline-block;
/* 6636  */ 	padding:0 0 0 5px;
/* 6637  */ }
/* 6638  */ 
/* 6639  */ .blog_holder article .post_info .qbutton.dark {
/* 6640  */     text-transform: none;
/* 6641  */ }
/* 6642  */ 
/* 6643  */ .blog_share{
/* 6644  */ 	margin: 0px 0 0 18px;
/* 6645  */ 	display: inline-block;
/* 6646  */ }
/* 6647  */ 
/* 6648  */ .social_share_holder{
/* 6649  */ 	position: relative;
/* 6650  */ 	display: inline-block;

/* stylesheet.min.css */

/* 6651  */ }
/* 6652  */ 
/* 6653  */ .social_share_holder:hover .social_share_title {
/* 6654  */ 	color: #00aeef;
/* 6655  */ 	cursor: pointer;
/* 6656  */ }
/* 6657  */ 
/* 6658  */ .social_share_holder:hover .social_share_icon {
/* 6659  */     background-image: url(/wp-content/themes/strata/css/img/social_share_blue.png);
/* 6660  */     cursor: pointer;
/* 6661  */ }
/* 6662  */ 
/* 6663  */ .social_share_holder:hover .social_share_dropdown{
/* 6664  */ 	visibility: visible;
/* 6665  */ }
/* 6666  */ 
/* 6667  */ .social_share_title{
/* 6668  */ 	display: inline-block;
/* 6669  */ 	padding: 0px 0 0 8px;
/* 6670  */ 	color: #333;
/* 6671  */ }
/* 6672  */ 
/* 6673  */ .social_share_icon{
/* 6674  */ 	position: relative;
/* 6675  */ 	display: inline-block;
/* 6676  */ 	background-image: url(/wp-content/themes/strata/css/img/social_share.png);
/* 6677  */ 	background-repeat: no-repeat;
/* 6678  */ 	background-position: 0 0;
/* 6679  */ 	z-index: 900;
/* 6680  */ 	width: 16px;
/* 6681  */ 	height: 16px;
/* 6682  */ 	margin: 0 auto;
/* 6683  */     top: 4px;
/* 6684  */ }
/* 6685  */ 
/* 6686  */ @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
/* 6687  */ 	.social_share_icon {
/* 6688  */ 		background-image: url(/wp-content/themes/strata/css/img/social_share@1_5x.png);
/* 6689  */ 		-o-background-size: 16px 16px;
/* 6690  */ 		-webkit-background-size: 16px 16px;
/* 6691  */ 		-moz-background-size: 16px 16px;
/* 6692  */ 		background-size: 16px 16px;
/* 6693  */ 	}
/* 6694  */ }
/* 6695  */ @media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
/* 6696  */ 	.social_share_icon {
/* 6697  */ 		background-image: url(/wp-content/themes/strata/css/img/social_share@2x.png);
/* 6698  */ 		-o-background-size: 16px 16px;
/* 6699  */ 		-webkit-background-size: 16px 16px;
/* 6700  */ 		-moz-background-size: 16px 16px;

/* stylesheet.min.css */

/* 6701  */ 		background-size: 16px 16px;
/* 6702  */ 	}
/* 6703  */ }
/* 6704  */ 
/* 6705  */ @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
/* 6706  */     .social_share_holder:hover .social_share_icon {
/* 6707  */ 		background-image: url(/wp-content/themes/strata/css/img/social_share_blue@1_5x.png);
/* 6708  */ 		-o-background-size: 16px 16px;
/* 6709  */ 		-webkit-background-size: 16px 16px;
/* 6710  */ 		-moz-background-size: 16px 16px;
/* 6711  */ 		background-size: 16px 16px;
/* 6712  */ 	}
/* 6713  */ }
/* 6714  */ 
/* 6715  */ @media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
/* 6716  */     .social_share_holder:hover .social_share_iconn {
/* 6717  */ 		background-image: url(/wp-content/themes/strata/css/img/social_share_blue@2x.png);
/* 6718  */ 		-o-background-size: 16px 16px;
/* 6719  */ 		-webkit-background-size: 16px 16px;
/* 6720  */ 		-moz-background-size: 16px 16px;
/* 6721  */ 		background-size: 16px 16px;
/* 6722  */ 	}
/* 6723  */ }
/* 6724  */ 
/* 6725  */ .social_share_dropdown{
/* 6726  */     display: block;
/* 6727  */     left: -40%;
/* 6728  */     margin: 0px 0 0;
/* 6729  */ 	padding: 10px 0 0 0;
/* 6730  */     position: absolute;
/* 6731  */     top: 100%;
/* 6732  */     width: 113px;
/* 6733  */     visibility: hidden;
/* 6734  */     z-index: 950;
/* 6735  */ }
/* 6736  */ 
/* 6737  */ .social_share_dropdown .inner_arrow {
/* 6738  */     display: block;
/* 6739  */     position: absolute;
/* 6740  */     top: -3px;
/* 6741  */     left: 50px;
/* 6742  */     width: 0;
/* 6743  */     height: 0;
/* 6744  */     border-color: transparent transparent #fff transparent;
/* 6745  */     border-style: solid;
/* 6746  */     border-width: 7px;
/* 6747  */     z-index: 999;
/* 6748  */ }
/* 6749  */ 
/* 6750  */ .social_share_dropdown .inner_arrow2 {

/* stylesheet.min.css */

/* 6751  */     display: block;
/* 6752  */     position: absolute;
/* 6753  */     top: -7px;
/* 6754  */     left: 48px;
/* 6755  */     width: 0;
/* 6756  */     height: 0;
/* 6757  */     border-color: transparent transparent #eaeaea transparent;
/* 6758  */     border-style: solid;
/* 6759  */     border-width: 9px;
/* 6760  */     z-index: 998;
/* 6761  */ }
/* 6762  */ 
/* 6763  */ .social_share_dropdown ul {
/* 6764  */ 	list-style: none;
/* 6765  */ 	position: relative;
/* 6766  */ 	display: block;
/* 6767  */ 	background-color: #fff;
/* 6768  */ 	z-index: 990;
/* 6769  */     border: 1px solid #eaeaea;
/* 6770  */     -webkit-border-radius: 4px;
/* 6771  */     -moz-border-radius: 4px;
/* 6772  */     -ms-border-radius: 4px;
/* 6773  */     -o-border-radius: 4px;
/* 6774  */     border-radius: 4px;
/* 6775  */     padding: 4px 8px;
/* 6776  */     width: 95px;
/* 6777  */     box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
/* 6778  */ 	box-sizing: content-box;
/* 6779  */ 	-webkit-box-sizing: content-box;
/* 6780  */ 	-moz-box-sizing: content-box;
/* 6781  */ }
/* 6782  */ .content .social_share_dropdown ul{
/* 6783  */ 	padding: 4px 8px;
/* 6784  */ }
/* 6785  */ .page_share{
/* 6786  */ 	position: relative;
/* 6787  */ }
/* 6788  */ 
/* 6789  */ .social_share_dropdown ul li{
/* 6790  */ 	display: block;
/* 6791  */ 	position: relative;
/* 6792  */ 	text-align: left;
/* 6793  */ }
/* 6794  */ 
/* 6795  */ .social_share_dropdown ul li.share_title {
/* 6796  */ 	display: block;
/* 6797  */ 	text-align: center;
/* 6798  */ 	color: #fff;
/* 6799  */ 	background-color: #00aeef;
/* 6800  */ 	padding: 10px 20px;

/* stylesheet.min.css */

/* 6801  */ }
/* 6802  */ 
/* 6803  */ .social_share_dropdown ul li a {
/* 6804  */ 	display: block;
/* 6805  */ 	height: 20px;
/* 6806  */ 	line-height: 20px;
/* 6807  */     padding: 5px 0;
/* 6808  */     border-bottom: 1px solid #eaeaea;
/* 6809  */ 	box-sizing: content-box;
/* 6810  */ 	-webkit-box-sizing: content-box;
/* 6811  */ 	-moz-box-sizing: content-box;
/* 6812  */ }
/* 6813  */ 
/* 6814  */ .social_share_dropdown ul li:last-child a {
/* 6815  */     border-bottom: 0;
/* 6816  */ }
/* 6817  */ 
/* 6818  */ .social_share_dropdown ul li i{
/* 6819  */ 	float: left;
/* 6820  */ 	font-size: 15px;
/* 6821  */ 	width: 22px;
/* 6822  */ 	height: 22px;
/* 6823  */ 	line-height: 22px;
/* 6824  */ 	margin: 0 13px 0 0;
/* 6825  */ 	color: #a6a6a6;
/* 6826  */ 	text-align: center;
/* 6827  */ }
/* 6828  */ .social_share_dropdown ul li img{
/* 6829  */ 	width: 22px;
/* 6830  */ 	float: left;
/* 6831  */ 	margin: 0 13px 0 0;
/* 6832  */ }
/* 6833  */ .social_share_dropdown ul li .share_text{
/* 6834  */ 	display: inline-block;
/* 6835  */ 	line-height: 20px;
/* 6836  */ }
/* 6837  */ 
/* 6838  */ .social_share_dropdown ul li:hover .share_text,
/* 6839  */ .social_share_dropdown ul li :hover i{
/* 6840  */ 	color: #00aeef;
/* 6841  */ }
/* 6842  */ 
/* 6843  */ .blog_holder article.format-link .post_text .post_text_holder,
/* 6844  */ .blog_holder article.format-quote .post_text .post_text_holder{
/* 6845  */ 	border:1px solid #eaeaea;
/* 6846  */ 	padding: 25px 20px;
/* 6847  */ 	margin-bottom: 10px;
/* 6848  */ 	border-radius:4px;
/* 6849  */ 	-webkit-border-radius:4px;
/* 6850  */ 	-moz-border-radius:4px;	

/* stylesheet.min.css */

/* 6851  */ }
/* 6852  */ .blog_holder.blog_single article.format-link .post_text .post_text_holder,
/* 6853  */ .blog_holder.blog_single article.format-quote .post_text .post_text_holder{
/* 6854  */ 	margin-bottom: 35px;
/* 6855  */ }
/* 6856  */ .blog_holder.masonry article.format-link .post_text .post_text_holder,
/* 6857  */ .blog_holder.masonry article.format-quote .post_text .post_text_holder{
/* 6858  */ 	padding: 20px 15px;
/* 6859  */ }
/* 6860  */ 
/* 6861  */ .blog_holder article.format-quote .post_text i.qoute_mark,
/* 6862  */ .blog_holder article.format-link .post_text i.link_mark{
/* 6863  */ 	margin: 5px 0 0;
/* 6864  */ 	color:#00aeef;
/* 6865  */ 	font-size: 20px;
/* 6866  */ }
/* 6867  */ 
/* 6868  */ .blog_holder.masonry article.format-quote .post_text i.qoute_mark,
/* 6869  */ .blog_holder.masonry article.format-link .post_text i.link_mark{
/* 6870  */ 	margin: 4px 0 0;
/* 6871  */ }
/* 6872  */ 
/* 6873  */ .blog_holder article.format-quote .post_text .post_title,
/* 6874  */ .blog_holder article.format-link .post_text .post_title{
/* 6875  */ 	padding: 0 0 0 35px;
/* 6876  */ }
/* 6877  */ 
/* 6878  */ .blog_holder article.format-quote .post_text .quote_author{
/* 6879  */ 	font-family: inherit;
/* 6880  */     font-weight: 400;
/* 6881  */ 	display:block;
/* 6882  */ 	text-align:right;
/* 6883  */ 	font-size: 16px;
/* 6884  */     line-height: 22px;
/* 6885  */ }
/* 6886  */ 
/* 6887  */ .blog_holder article.format-link .post_text .post_text_holder:hover,
/* 6888  */ .blog_holder article.format-quote .post_text .post_text_holder:hover{
/* 6889  */ 	border-color:#00aeef;
/* 6890  */ }
/* 6891  */ 
/* 6892  */ .blog_holder article.format-link .post_text .post_text_holder h4,
/* 6893  */ .blog_holder article.format-quote .post_text .post_text_holder h4 {
/* 6894  */     font-size: 16px;
/* 6895  */ }
/* 6896  */ 
/* 6897  */ .blog_holder article.format-link .post_text .post_text_holder:hover h4 a,
/* 6898  */ .blog_holder article.format-quote .post_text .post_text_holder:hover h4 a,
/* 6899  */ .blog_holder article.format-quote .post_text .post_text_holder:hover .quote_author{
/* 6900  */ 	color:#00aeef;

/* stylesheet.min.css */

/* 6901  */ }
/* 6902  */ 
/* 6903  */ .blog_holder.blog_single article h2{
/* 6904  */ 	display: block;
/* 6905  */ 	margin: 0 0 9px;
/* 6906  */ }
/* 6907  */ 
/* 6908  */ .single_links_pages{
/* 6909  */ 	margin: 50px 0 0;
/* 6910  */ 	display: block;
/* 6911  */ 	text-align:center;
/* 6912  */ 	display: block;
/* 6913  */ 	text-decoration: none;	
/* 6914  */ }
/* 6915  */ 
/* 6916  */ .single_links_pages span{
/* 6917  */ 	position: relative;
/* 6918  */ 	display: inline-block;
/* 6919  */ 	width: 36px;
/* 6920  */ 	height: 36px;
/* 6921  */ 	line-height: 36px;
/* 6922  */ 	margin: 0 5px 0 0;
/* 6923  */ 	text-align:center;
/* 6924  */ 	color: #333;
/* 6925  */ 	text-decoration: none;
/* 6926  */ 	text-transform: uppercase;
/* 6927  */ 	cursor: pointer;
/* 6928  */ 	white-space: nowrap;
/* 6929  */ 	border: 1px solid #eaeaea;
/* 6930  */ 	outline: none;
/* 6931  */ 	-o-border-radius: 4px;
/* 6932  */ 	-moz-border-radius: 4px;
/* 6933  */ 	-webkit-border-radius: 4px;
/* 6934  */ 	-ms-border-radius: 4px;
/* 6935  */ 	border-radius: 4px;
/* 6936  */ 	text-shadow: none;
/* 6937  */ 	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 6938  */ 	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 6939  */ 	-ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 6940  */ 	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 6941  */ 	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 6942  */ 	background-color: #fbfbfb;
/* 6943  */ 	background: #f9f9f9 -ms-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 6944  */ 	background: #f9f9f9 -moz-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 6945  */ 	background: #f9f9f9 -o-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 6946  */ 	background: #f9f9f9 -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #f9f9f9));
/* 6947  */ 	background: #f9f9f9 -webkit-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 6948  */ 	background: #f9f9f9 linear-gradient(to top, #f3f3f3 0%, #f9f9f9 100%);
/* 6949  */ 	 
/* 6950  */ }

/* stylesheet.min.css */

/* 6951  */ .single_links_pages > span{
/* 6952  */ 	background-image: url('/wp-content/themes/strata/css/img/button-bg-px.png') !important;
/* 6953  */ }
/* 6954  */ 
/* 6955  */ .single_links_pages a:hover span{
/* 6956  */ 	background-image: url('/wp-content/themes/strata/css/img/button-bg-px.png') !important;
/* 6957  */ }
/* 6958  */ 
/* 6959  */ .author_description{
/* 6960  */ 	display: block;
/* 6961  */ 	position: relative;
/* 6962  */ 	margin: 46px 0 0;
/* 6963  */ 	border: 1px solid #eaeaea;
/* 6964  */ 	background-color:#fff;
/* 6965  */ 	padding:15px 15px;
/* 6966  */ }
/* 6967  */ 
/* 6968  */ .author_description_inner{
/* 6969  */ 	display: block;
/* 6970  */ }
/* 6971  */ 
/* 6972  */ .author_description_inner .image{
/* 6973  */ 	display: block;
/* 6974  */ 	width: 70px;
/* 6975  */ 	height: 70px;
/* 6976  */ 	float: left;
/* 6977  */ 	border: 2px solid #eaeaea;
/* 6978  */     border-radius: 70px;
/* 6979  */ 	overflow:hidden;
/* 6980  */ }
/* 6981  */ 
/* 6982  */ .author_text_holder {
/* 6983  */ 	padding: 0 0 0 100px;
/* 6984  */ 	min-height: 100px;
/* 6985  */ 	position:relative;
/* 6986  */ }
/* 6987  */ 
/* 6988  */ .author_text_holder .author_name {
/* 6989  */ 	display: block;
/* 6990  */ 	margin: 0px 0 2px 0;
/* 6991  */ }
/* 6992  */ 
/* 6993  */ .author_text_holder .author_email{
/* 6994  */ 	display:block;
/* 6995  */ 	color: #00aeef;
/* 6996  */ 	margin: 0px 0 6px 0;
/* 6997  */ 	
/* 6998  */ }
/* 6999  */ .single_tags {
/* 7000  */ 	margin:35px 0px 0px 0px;

/* stylesheet.min.css */

/* 7001  */ }
/* 7002  */ 
/* 7003  */ .single_tags .tags_text {
/* 7004  */     margin-bottom: 15px;
/* 7005  */ }
/* 7006  */ 
/* 7007  */ .single_tags a,
/* 7008  */ .widget .tagcloud a {
/* 7009  */ 	color: #fff;
/* 7010  */ 	display: inline-block;
/* 7011  */ 	font-size: 12px !important;
/* 7012  */ 	border: 1px solid #049cd4;
/* 7013  */   	outline: none;
/* 7014  */ 	padding:2px 10px;
/* 7015  */ 	margin:0 6px 4px 0;
/* 7016  */ 	-o-border-radius: 3px;
/* 7017  */ 	-moz-border-radius: 3px;
/* 7018  */ 	-webkit-border-radius: 3px;
/* 7019  */ 	-ms-border-radius: 3px;
/* 7020  */     border-radius: 3px;
/* 7021  */ 	text-shadow: none;
/* 7022  */     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 7023  */     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 7024  */     -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 7025  */     -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 7026  */     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 7027  */     background: #009ad4;
/* 7028  */     /* IE10 Consumer Preview */
/* 7029  */     background: #00aeef -ms-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 7030  */     /* Mozilla Firefox */
/* 7031  */     background: #00aeef -moz-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 7032  */     /* Opera */
/* 7033  */     background: #00aeef -o-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 7034  */     /* Webkit (Safari/Chrome 10) */
/* 7035  */     background: #00aeef -webkit-gradient(linear, left bottom, left top, color-stop(0, #009ad4), color-stop(1, #00aeef));
/* 7036  */     /* Webkit (Chrome 11+) */
/* 7037  */     background: #00aeef -webkit-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 7038  */     /* W3C Markup, IE10 Release Preview */
/* 7039  */     background: #00aeef linear-gradient(to top, #009ad4 0%, #00aeef 100%);
/* 7040  */ }
/* 7041  */ 
/* 7042  */ .single_tags a:hover,
/* 7043  */ .widget .tagcloud a:hover {
/* 7044  */     background-image: url('/wp-content/themes/strata/css/img/button-bg-px.png') !important;
/* 7045  */     color: #fff;
/* 7046  */ }
/* 7047  */ .single_tags i {
/* 7048  */ 	float:left;
/* 7049  */ 	font-size:16px;
/* 7050  */ 	margin: 4px 15px 0 0;

/* stylesheet.min.css */

/* 7051  */     color: #333;
/* 7052  */ }
/* 7053  */ .blog_social_and_comments{
/* 7054  */ 	display: inline-block;
/* 7055  */ 	width: 100%;
/* 7056  */ 	margin: 0 0 20px;
/* 7057  */ }
/* 7058  */ 
/* 7059  */ .comment_number_holder{
/* 7060  */ 	display: inline-block;
/* 7061  */ 	float: left;
/* 7062  */ }
/* 7063  */ 
/* 7064  */ .blog_single_social{
/* 7065  */ 	display: inline-block;
/* 7066  */ 	float: right;
/* 7067  */ }
/* 7068  */ 
/* 7069  */ .blog_single_social .blog_like{
/* 7070  */ 	float: right;
/* 7071  */ 	margin: 0 0 0 15px;
/* 7072  */ }
/* 7073  */ 
/* 7074  */ .comment_holder{
/* 7075  */ 	padding: 30px 0 28px;
/* 7076  */ 	margin: 0 0 0px;
/* 7077  */ }
/* 7078  */ 
/* 7079  */ .comment_number_holder .comment_number{
/* 7080  */ 	color: #000;
/* 7081  */ }
/* 7082  */ 
/* 7083  */ .comment_holder .comment_number{
/* 7084  */ 	margin:0 0 20px;
/* 7085  */ }
/* 7086  */ 
/* 7087  */ .comment_number .comment_number_inner i{
/* 7088  */ 	position: relative;
/* 7089  */ 	top: -1px;
/* 7090  */ 	padding:0 10px 0 0;
/* 7091  */ }
/* 7092  */ 
/* 7093  */ .comment_holder  ul.comment-list{
/* 7094  */ 	list-style: none;
/* 7095  */ 	position: relative;
/* 7096  */ 	z-index: 150;
/* 7097  */ 	padding:0;
/* 7098  */ }
/* 7099  */ 
/* 7100  */ .comment_holder .comment-list{

/* stylesheet.min.css */

/* 7101  */ 	margin: 0;
/* 7102  */ }
/* 7103  */ 
/* 7104  */ .comment_holder .comment-list li{
/* 7105  */ 	display: inline-block;
/* 7106  */ 	position: relative;
/* 7107  */ 	width: 100%;
/* 7108  */ }
/* 7109  */ 
/* 7110  */ .comment_holder .comment-list li ul.children li:last-child{
/* 7111  */ 	padding:0 0 0px;
/* 7112  */ }
/* 7113  */ 
/* 7114  */ .comment_holder .comment-list > li{
/* 7115  */ 	margin: 0 0 15px;
/* 7116  */ }
/* 7117  */ 
/* 7118  */ .comment_holder .comment-list > li:last-child{
/* 7119  */ 	margin: 0;
/* 7120  */ }
/* 7121  */ 
/* 7122  */ .comment_holder .comment{
/* 7123  */ 	border:1px solid #eaeaea;
/* 7124  */     padding: 15px;
/* 7125  */ 	background-color:#fff;
/* 7126  */ }
/* 7127  */ 
/* 7128  */ .comment_holder .comment .image {
/* 7129  */ 	display: block;
/* 7130  */ 	width: 69px;
/* 7131  */ 	height: 69px;
/* 7132  */ 	float: left;
/* 7133  */ 	border: 2px solid #eaeaea;
/* 7134  */ 	border-radius: 69px;
/* 7135  */ 	overflow: hidden;
/* 7136  */ 	margin: 0 15px 0 0;
/* 7137  */ }
/* 7138  */ 
/* 7139  */ .comment_holder .comment .text {
/* 7140  */ 	padding: 0 0 0 100px;
/* 7141  */ 	min-height: 80px;
/* 7142  */ 	position:relative;
/* 7143  */ }
/* 7144  */ 
/* 7145  */ .comment_holder .comment .text .name {
/* 7146  */ 	display: block;
/* 7147  */ 	color: #333;
/* 7148  */ }
/* 7149  */ 
/* 7150  */ .comment_holder .comment .text .replay, 

/* stylesheet.min.css */

/* 7151  */ .comment_holder .comment .text .comment-reply-link {
/* 7152  */ 	color: #00aeef;
/* 7153  */ } 
/* 7154  */ 
/* 7155  */ .comment_holder .comment .text .text_holder {
/* 7156  */ 	display: block;
/* 7157  */ 	margin:7px 0 0 0;
/* 7158  */ }
/* 7159  */ 
/* 7160  */ .comment_holder .comment .logged-in-as {
/* 7161  */ 	margin: 10px 0;
/* 7162  */ }
/* 7163  */ 
/* 7164  */ .comment_holder .comment .form-submit {
/* 7165  */ 	margin: 0 0 20px;
/* 7166  */ }
/* 7167  */ 
/* 7168  */ .comment_holder .comment-list li ul.children {
/* 7169  */ 	margin: 15px 0 0 0;
/* 7170  */ 	padding: 0 0 0 70px;
/* 7171  */ }
/* 7172  */ 
/* 7173  */ .comment_holder .comment-list li ul.children li{
/* 7174  */ 	margin: 0px;
/* 7175  */ 	border-bottom:none;
/* 7176  */ }
/* 7177  */ 
/* 7178  */ #respond h3 {
/* 7179  */ 	margin: 0 0 15px 0;
/* 7180  */ }
/* 7181  */ #respond h3.comment-reply-title{
/* 7182  */ 	margin:0;
/* 7183  */ 	
/* 7184  */ }
/* 7185  */ #respond small {
/* 7186  */ 	display: block;
/* 7187  */ 	margin: 0 0 10px;
/* 7188  */ 	position: relative;
/* 7189  */ }
/* 7190  */ 
/* 7191  */ #respond textarea,
/* 7192  */ #respond input[type='text'],
/* 7193  */ .contact_form input[type='text'],
/* 7194  */ .contact_form  textarea{
/* 7195  */ 	font-family: 'FontAwesome', 'Roboto';
/* 7196  */ 	width: 92%;
/* 7197  */ 	margin: 0 0 10px 0;
/* 7198  */ 	padding: 12px 4%;
/* 7199  */ 	border: 0;
/* 7200  */ 	outline: 0;

/* stylesheet.min.css */

/* 7201  */ 	resize: none;
/* 7202  */ 	font-size: 13px;
/* 7203  */ 	border:1px solid #eaeaea;
/* 7204  */ 	-webkit-border-radius:4px;
/* 7205  */ 	-moz-border-radius:4px;
/* 7206  */ 	border-radius:4px;
/* 7207  */ 	background-color:#fbfbfb;
/* 7208  */ 	color: #777;
/* 7209  */ }
/* 7210  */ 
/* 7211  */ #respond textarea:focus,
/* 7212  */ #respond input[type='text']:focus,
/* 7213  */ .contact_form input[type='text']:focus,
/* 7214  */ .contact_form  textarea:focus{
/* 7215  */ 	border-color:#00aeef;
/* 7216  */ 	color:#00aeef;
/* 7217  */ 	background-color:#fff;
/* 7218  */ }
/* 7219  */ 
/* 7220  */ #respond textarea,
/* 7221  */ .contact_form  textarea{
/* 7222  */ 	width: 97%;
/* 7223  */ 	padding: 12px 1.5%;
/* 7224  */ }
/* 7225  */ 
/* 7226  */ .comment_holder #respond textarea,
/* 7227  */ .comment_holder #respond input[type='text']{
/* 7228  */ 	background-color: #fff;
/* 7229  */ }
/* 7230  */ 
/* 7231  */ div.comment_form {
/* 7232  */ 	display: inline-block;
/* 7233  */ 	margin: 0 0 30px;
/* 7234  */ 	width: 100%;
/* 7235  */ }
/* 7236  */ 
/* 7237  */ div.comment_form form p.form-submit {
/* 7238  */ 	margin: 0;
/* 7239  */ 	text-align: right;
/* 7240  */ }
/* 7241  */ 
/* 7242  */ div.comment_form form p.form-submit .success p{
/* 7243  */ 	margin: 10px 0 0;
/* 7244  */ }
/* 7245  */ 
/* 7246  */ div.comment_form form p.logged-in-as{
/* 7247  */ 	margin: 0 0 15px;
/* 7248  */ }
/* 7249  */ 
/* 7250  */ #cancel-comment-reply-link {

/* stylesheet.min.css */

/* 7251  */ 	margin: 0px;
/* 7252  */ 	display: inline-block;
/* 7253  */ 	width: 100%;
/* 7254  */ }
/* 7255  */ 
/* 7256  */ .blog_holder.masonry {
/* 7257  */ 	margin-bottom: 50px;
/* 7258  */ 	transition: none !important;
/* 7259  */ 	overflow: visible !important;
/* 7260  */ 	opacity: 0;
/* 7261  */ 	filter: alpha(opacity=0);
/* 7262  */ }
/* 7263  */ 
/* 7264  */ .blog_holder.masonry article{
/* 7265  */ 	width: 31.2%;
/* 7266  */ 	margin: 0 0 20px;
/* 7267  */ 	padding: 0;
/* 7268  */ 	text-align: left;
/* 7269  */ 	vertical-align: top;
/* 7270  */     z-index: 100;
/* 7271  */     border: 0;
/* 7272  */ }
/* 7273  */ 
/* 7274  */ .two_columns_75_25 .blog_holder.masonry article,
/* 7275  */ .two_columns_66_33 .blog_holder.masonry article,
/* 7276  */ .two_columns_33_66 .blog_holder.masonry article,
/* 7277  */ .two_columns_25_75 .blog_holder.masonry article{
/* 7278  */ 	width:48%;
/* 7279  */ }
/* 7280  */ 
/* 7281  */ .blog_holder.masonry article:hover{
/* 7282  */ 	z-index: 200;
/* 7283  */ }
/* 7284  */ 
/* 7285  */ .blog_holder.masonry article .post_image{
/* 7286  */ 	margin: 0;
/* 7287  */     width: auto;
/* 7288  */ }
/* 7289  */ 
/* 7290  */ .blog_holder.masonry article.format-audio .post_image{
/* 7291  */ 	border:1px solid #eaeaea;
/* 7292  */ 	border-bottom:none;
/* 7293  */ }
/* 7294  */ 
/* 7295  */ .blog_holder.masonry article .post_text{
/* 7296  */ 	padding: 15px 15px 20px;
/* 7297  */ 	width: auto;
/* 7298  */ 	border:1px solid #eaeaea;
/* 7299  */ 	position:relative;
/* 7300  */ 	background-color:#fff;

/* stylesheet.min.css */

/* 7301  */ }
/* 7302  */ 
/* 7303  */ .blog_holder.masonry article.format-link .post_text,
/* 7304  */ .blog_holder.masonry article.format-quote .post_text{
/* 7305  */ 	border:none;
/* 7306  */ }
/* 7307  */ 
/* 7308  */ .blog_holder.masonry article.format-audio .post_text{
/* 7309  */ 	border-top:none;
/* 7310  */ }
/* 7311  */ 
/* 7312  */ .blog_holder.masonry article .masonry_avatar{
/* 7313  */ 	position:absolute;
/* 7314  */     right: 15px;
/* 7315  */     top: -38px;
/* 7316  */ }
/* 7317  */ 
/* 7318  */ .blog_holder.masonry article .masonry_avatar img{
/* 7319  */ 	border-radius: 60px;
/* 7320  */ 	border: 2px solid #eaeaea;
/* 7321  */ }
/* 7322  */ 
/* 7323  */ .blog_holder  article.format-quote h3{ 
/* 7324  */ 	margin:0 0 10px;
/* 7325  */ }
/* 7326  */ 
/* 7327  */ .blog_holder.masonry article h4{ 
/* 7328  */ 	margin:0 0 4px;
/* 7329  */ }
/* 7330  */ 
/* 7331  */ .blog_holder.masonry article h3 a{
/* 7332  */ 	font-weight: 300;
/* 7333  */ }
/* 7334  */ 
/* 7335  */ .blog_holder.masonry article.format-link .post_text,
/* 7336  */ .blog_holder.masonry article.format-quote .post_text{
/* 7337  */ 	padding: 0;
/* 7338  */ }
/* 7339  */ 
/* 7340  */ .blog_holder.masonry article .mejs-controls div.mejs-horizontal-volume-slider{
/* 7341  */ 	margin: 0 10px 0 0;
/* 7342  */ }
/* 7343  */ 
/* 7344  */ .isotope-item {
/* 7345  */   z-index: 2;
/* 7346  */ }
/* 7347  */ 
/* 7348  */ .isotope-hidden.isotope-item {
/* 7349  */   pointer-events: none;
/* 7350  */   z-index: 1;

/* stylesheet.min.css */

/* 7351  */ }
/* 7352  */ 
/* 7353  */ /**** Isotope CSS3 transitions ****/
/* 7354  */ 
/* 7355  */ .isotope,
/* 7356  */ .isotope .isotope-item {
/* 7357  */   -webkit-transition-duration: 0.8s;
/* 7358  */      -moz-transition-duration: 0.8s;
/* 7359  */       -ms-transition-duration: 0.8s;
/* 7360  */        -o-transition-duration: 0.8s;
/* 7361  */           transition-duration: 0.8s;
/* 7362  */ }
/* 7363  */ 
/* 7364  */ .isotope {
/* 7365  */   -webkit-transition-property: height, width;
/* 7366  */      -moz-transition-property: height, width;
/* 7367  */       -ms-transition-property: height, width;
/* 7368  */        -o-transition-property: height, width;
/* 7369  */           transition-property: height, width;
/* 7370  */ }
/* 7371  */ 
/* 7372  */ .isotope .isotope-item {
/* 7373  */   -webkit-transition-property: -webkit-transform, opacity;
/* 7374  */      -moz-transition-property:    -moz-transform, opacity;
/* 7375  */       -ms-transition-property:     -ms-transform, opacity;
/* 7376  */        -o-transition-property:      -o-transform, opacity;
/* 7377  */           transition-property:         transform, opacity;
/* 7378  */ }
/* 7379  */ 
/* 7380  */ /**** disabling Isotope CSS3 transitions ****/
/* 7381  */ 
/* 7382  */ .isotope.no-transition,
/* 7383  */ .isotope.no-transition .isotope-item,
/* 7384  */ .isotope .isotope-item.no-transition {
/* 7385  */   -webkit-transition-duration: 0s;
/* 7386  */      -moz-transition-duration: 0s;
/* 7387  */       -ms-transition-duration: 0s;
/* 7388  */        -o-transition-duration: 0s;
/* 7389  */           transition-duration: 0s;
/* 7390  */ }
/* 7391  */ 
/* 7392  */ /*************************** BLOG END **************************/
/* 7393  */ 
/* 7394  */ .pagination{
/* 7395  */ 	display: inline-block;
/* 7396  */ 	width: 100%;
/* 7397  */ 	text-align: center;
/* 7398  */ 	margin: 0px 0px 50px;
/* 7399  */ 	position:relative;
/* 7400  */ }

/* stylesheet.min.css */

/* 7401  */ 
/* 7402  */ .pagination ul{
/* 7403  */ 	display: inline-block;
/* 7404  */ 	list-style-type: none;
/* 7405  */ 	margin: 0px;
/* 7406  */ 	padding: 0px;
/* 7407  */ }
/* 7408  */ 
/* 7409  */ .pagination ul li{
/* 7410  */ 	float: left;
/* 7411  */ 	padding: 0px 0px 0px 0px;
/* 7412  */ 	margin: 0px;
/* 7413  */ 	line-height: 35px;
/* 7414  */ }
/* 7415  */ 
/* 7416  */ .pagination ul li span,
/* 7417  */ .pagination ul li a{
/* 7418  */ 	position: relative;
/* 7419  */ 	display: inline-block;
/* 7420  */ 	width: 36px;
/* 7421  */ 	height: 36px;
/* 7422  */ 	line-height: 36px;
/* 7423  */ 	margin: 0 5px 0 0;
/* 7424  */ 	text-align:center;
/* 7425  */ 	color: #333;
/* 7426  */ 	text-decoration: none;
/* 7427  */ 	text-transform: uppercase;
/* 7428  */ 	cursor: pointer;
/* 7429  */ 	white-space: nowrap;
/* 7430  */ 	border: 1px solid #eaeaea;
/* 7431  */ 	outline: none;
/* 7432  */ 	-o-border-radius: 4px;
/* 7433  */ 	-moz-border-radius: 4px;
/* 7434  */ 	-webkit-border-radius: 4px;
/* 7435  */ 	-ms-border-radius: 4px;
/* 7436  */ 	border-radius: 4px;
/* 7437  */ 	text-shadow: none;
/* 7438  */ 	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 7439  */ 	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 7440  */ 	-ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 7441  */ 	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 7442  */ 	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 7443  */ 	background: #f3f3f3;
/* 7444  */ 	/* IE10 Consumer Preview */
/* 7445  */ 	background: #f9f9f9 -ms-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 7446  */ 	/* Mozilla Firefox */
/* 7447  */ 	background: #f9f9f9 -moz-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 7448  */ 	/* Opera */
/* 7449  */ 	background: #f9f9f9 -o-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 7450  */ 	/* Webkit (Safari/Chrome 10) */

/* stylesheet.min.css */

/* 7451  */ 	background: #f9f9f9 -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #f9f9f9));
/* 7452  */ 	/* Webkit (Chrome 11+) */
/* 7453  */ 	background: #f9f9f9 -webkit-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 7454  */ 	/* W3C Markup, IE10 Release Preview */
/* 7455  */ 	background: #f9f9f9 linear-gradient(to top, #f3f3f3 0%, #f9f9f9 100%);	
/* 7456  */ }
/* 7457  */ 
/* 7458  */ .pagination ul li span,
/* 7459  */ .pagination ul li a:hover{
/* 7460  */ 	color: #333;
/* 7461  */ 	background-image: url('/wp-content/themes/strata/css/img/button-bg-px.png') !important;
/* 7462  */ }
/* 7463  */ 
/* 7464  */ .pagination ul li.prev a,
/* 7465  */ .pagination ul li.first a,
/* 7466  */ .pagination ul li.next a,
/* 7467  */ .pagination ul li.last a{
/* 7468  */ 	width: 36px;
/* 7469  */ 	line-height: 36px;
/* 7470  */ 	margin: 0;
/* 7471  */ 	text-align:center;
/* 7472  */ }
/* 7473  */ 
/* 7474  */ .pagination ul li.prev a,
/* 7475  */ .pagination ul li.first a{
/* 7476  */ 	position: absolute;
/* 7477  */ 	left: 0;
/* 7478  */ }
/* 7479  */ 
/* 7480  */ .pagination ul li.prev.prev_first a{
/* 7481  */ 	left: 44px;
/* 7482  */ }
/* 7483  */ 
/* 7484  */ .pagination ul li.next a,
/* 7485  */ .pagination ul li.last a{
/* 7486  */ 	position: absolute;
/* 7487  */ 	right: 0;
/* 7488  */ }
/* 7489  */ 
/* 7490  */ .pagination ul li.next.next_last a{
/* 7491  */ 	right: 44px;
/* 7492  */ }
/* 7493  */ 
/* 7494  */ .pagination ul li.next a i,
/* 7495  */ .pagination ul li.prev a i,
/* 7496  */ .pagination ul li.last a i,
/* 7497  */ .pagination ul li.first a i{
/* 7498  */ 	font-size: 16px;
/* 7499  */ 	line-height: 36px;
/* 7500  */ 	color: #333;

/* stylesheet.min.css */

/* 7501  */ }
/* 7502  */ 
/* 7503  */ .google_map {
/* 7504  */ 	display: block;
/* 7505  */ 	width: 100%;
/* 7506  */ 	height: 390px;
/* 7507  */ 	margin:0 0 20px;
/* 7508  */ 
/* 7509  */ }
/* 7510  */ .google_map iframe, .google_map object, .google_map embed {
/* 7511  */ 	width: 100%;
/* 7512  */ 	display: block;
/* 7513  */ }
/* 7514  */ 
/* 7515  */ .google_map img {
/* 7516  */ 	max-width: none;
/* 7517  */ }
/* 7518  */ 
/* 7519  */ .contact_form h3{
/* 7520  */ 	margin:0 0 18px;
/* 7521  */ }
/* 7522  */ .contact_info .q_social_icon_holder .fa-stack {
/* 7523  */ 	margin:0.2307692307692308em 0.4615384615384616em 0.2307692307692308em 0;
/* 7524  */ }
/* 7525  */ .contact-error{
/* 7526  */ 	display: block;
/* 7527  */     margin: 0;
/* 7528  */     position: relative;
/* 7529  */     top: -20px;
/* 7530  */ }
/* 7531  */ 
/* 7532  */ span.submit_button_contact {
/* 7533  */     display: block;
/* 7534  */     text-align: right;
/* 7535  */ }
/* 7536  */ 
/* 7537  */ .contact_form {
/* 7538  */ 	margin:0 0 50px;
/* 7539  */ }
/* 7540  */ 
/* 7541  */ .contact_detail.map_grid .google_map{
/* 7542  */ 	margin:0 0 35px;
/* 7543  */ }
/* 7544  */ 
/* 7545  */ .content .container .container_inner.full_map{
/* 7546  */     padding: 30px 0 0;
/* 7547  */ }
/* 7548  */ 
/* 7549  */ aside .widget{
/* 7550  */ 	margin: 0 0 24px;

/* stylesheet.min.css */

/* 7551  */ }
/* 7552  */ 
/* 7553  */ .header-widget.widget_nav_menu {
/* 7554  */    padding:0 15px 0 0;
/* 7555  */    position:relative;
/* 7556  */    font-size:12px;
/* 7557  */ }
/* 7558  */ 
/* 7559  */ .header-widget.widget_nav_menu ul ul {
/* 7560  */ 	display:none;
/* 7561  */ 	height: auto;
/* 7562  */ 	border-top: none;
/* 7563  */ 	background-color: #fff;
/* 7564  */ 	z-index: 1010;
/* 7565  */ 	position: absolute;
/* 7566  */ 	top: 33px;
/* 7567  */ 	left: -1px;
/* 7568  */ 	width: 160px;
/* 7569  */ 	border-radius: 0 0 4px 4px;
/* 7570  */ 	-webkit-border-radius: 0 0 4px 4px;
/* 7571  */ 	-moz-border-radius: 0 0 4px 4px;
/* 7572  */ 	-o-border-radius: 0 0 4px 4px;
/* 7573  */ 	border: 1px solid #eaeaea;
/* 7574  */ 	padding:5px 15px;
/* 7575  */ }
/* 7576  */ 
/* 7577  */ .header-widget.widget_nav_menu ul li:hover ul{
/* 7578  */ 	display:block;
/* 7579  */ }
/* 7580  */ 
/* 7581  */ .header-widget.widget_nav_menu ul li{
/* 7582  */ 	list-style:none;
/* 7583  */ }
/* 7584  */ 
/* 7585  */ .header-widget.widget_nav_menu ul.menu > li {
/* 7586  */     display: inline-block;
/* 7587  */ 	float:left;
/* 7588  */ 	position:relative;
/* 7589  */ }
/* 7590  */ 
/* 7591  */ .header-widget.widget_nav_menu ul.menu li a{
/* 7592  */     display: inline-block;
/* 7593  */ 	padding:0 0px 0 15px;
/* 7594  */ 	color:#777;
/* 7595  */ }
/* 7596  */ 
/* 7597  */ .header-widget.widget_nav_menu ul.menu > li.menu-item-has-children > a:after {
/* 7598  */ 	content: "\f107";
/* 7599  */ 	font-family: 'FontAwesome', sans-serif;
/* 7600  */ 	margin-left: 5px;

/* stylesheet.min.css */

/* 7601  */ }
/* 7602  */ 
/* 7603  */ .header-widget.widget_nav_menu ul.menu li a:hover{
/* 7604  */ 	color:#00aeef;
/* 7605  */ }
/* 7606  */ 
/* 7607  */ .header-widget.widget_nav_menu ul.menu li ul li a{
/* 7608  */ 	color: #888;
/* 7609  */ 	display: block;
/* 7610  */ 	height: 33px;
/* 7611  */ 	white-space: nowrap;
/* 7612  */ 	font-size: 12px;
/* 7613  */ 	font-weight: 400;
/* 7614  */ 	line-height: 33px;
/* 7615  */ 	border-bottom: 1px solid #eaeaea;
/* 7616  */ 	padding:0;
/* 7617  */ }
/* 7618  */ 
/* 7619  */ .header-widget.widget_nav_menu ul.menu li ul li:last-child a{
/* 7620  */ 	border-bottom:0;
/* 7621  */ }
/* 7622  */ 
/* 7623  */ .header-widget ul.menu li:last-child {
/* 7624  */     margin-right: 0;
/* 7625  */ }
/* 7626  */ 
/* 7627  */ aside .widget.widget_search{
/* 7628  */ 	border-bottom: 0px;
/* 7629  */ 	padding: 0;
/* 7630  */ }
/* 7631  */ 
/* 7632  */ .side_menu .widget h5{
/* 7633  */ 	margin: 0 0 10px 0;
/* 7634  */ 	color:#fff;
/* 7635  */ }
/* 7636  */ 
/* 7637  */ aside .widget h5 {
/* 7638  */     margin-bottom: 8px;
/* 7639  */ }
/* 7640  */ 
/* 7641  */ aside .widget a,
/* 7642  */ .side_menu .widget a {
/* 7643  */ 	font-weight: 400;
/* 7644  */ }
/* 7645  */ 
/* 7646  */ aside .widget.posts_holder li {
/* 7647  */     padding: 9px 10px 9px 1px;
/* 7648  */     border-bottom: 1px solid #eaeaea;
/* 7649  */     margin: 0;
/* 7650  */ }

/* stylesheet.min.css */

/* 7651  */ 
/* 7652  */ .side_menu .widget li {
/* 7653  */ 	border-bottom: 1px solid rgba(255,255,255,0.1);
/* 7654  */     margin: 0;
/* 7655  */ 	position:relative;
/* 7656  */ 	padding: 9px 10px 9px 1px;
/* 7657  */ }
/* 7658  */ 
/* 7659  */ .side_menu .widget li:hover,
/* 7660  */ .side_menu .widget li:hover > a{
/* 7661  */ 	color:#fff;
/* 7662  */ }
/* 7663  */ 
/* 7664  */ .side_menu .widget li:before{
/* 7665  */ 	border-bottom: 1px solid #1A1A1A;
/* 7666  */     bottom: 0;
/* 7667  */     content: "";
/* 7668  */     left: 0;
/* 7669  */     position: absolute;
/* 7670  */     width: 100%;
/* 7671  */ }
/* 7672  */ 
/* 7673  */ .side_menu .widget li a:after {
/* 7674  */ 	content: "\f105";
/* 7675  */ 	font-family: 'FontAwesome', sans-serif;
/* 7676  */ 	float: right;
/* 7677  */ 	position:absolute;
/* 7678  */ 	right:0;
/* 7679  */ 	top:50%;
/* 7680  */ 	margin: -0.5em 0 0;
/* 7681  */ 	line-height: 1em;
/* 7682  */ }
/* 7683  */ 
/* 7684  */ .side_menu .widget ul li.page_item_has_children,
/* 7685  */ .side_menu .widget ul li.menu-item-has-children{
/* 7686  */ 	padding-right: 0;
/* 7687  */ 	border-bottom:none;
/* 7688  */ }
/* 7689  */ 
/* 7690  */ .side_menu .widget ul li.page_item_has_children:before,
/* 7691  */ .side_menu .widget ul li.menu-item-has-children:before{
/* 7692  */ 	display:none;
/* 7693  */ }
/* 7694  */ 
/* 7695  */ .side_menu .widget ul li.page_item_has_children a:after,
/* 7696  */ .side_menu .widget ul li.menu-item-has-children a:after{
/* 7697  */ 	top:14px;
/* 7698  */ 	margin: 0;
/* 7699  */ }
/* 7700  */ 

/* stylesheet.min.css */

/* 7701  */ .side_menu .widget ul ul{
/* 7702  */ 	padding:0 0 0 10px;
/* 7703  */ }
/* 7704  */ 
/* 7705  */ aside .widget.posts_holder li.page_item_has_children > ul.children li:last-child,
/* 7706  */ aside .widget.posts_holder li.menu-item-has-children > ul.sub-menu li:last-child{
/* 7707  */     border-bottom: 0;
/* 7708  */ }
/* 7709  */ 
/* 7710  */ aside .widget.posts_holder li:after {
/* 7711  */     content: "\f105";
/* 7712  */     font-family: 'FontAwesome', sans-serif;
/* 7713  */     float: right;
/* 7714  */ }
/* 7715  */ 
/* 7716  */ aside .widget.posts_holder li:hover{
/* 7717  */ 	color: #00AEEF;
/* 7718  */ }
/* 7719  */ 
/* 7720  */ aside .widget.posts_holder li.page_item_has_children:after,
/* 7721  */ aside .widget.posts_holder li.menu-item-has-children:after {
/* 7722  */     content: '';
/* 7723  */ }
/* 7724  */ 
/* 7725  */ aside .widget.posts_holder li.page_item_has_children > ul.children,
/* 7726  */ aside .widget.posts_holder li.menu-item-has-children > ul.sub-menu {
/* 7727  */     padding-left: 10px;
/* 7728  */ }
/* 7729  */ 
/* 7730  */ aside .widget.posts_holder li.page_item_has_children > a,
/* 7731  */ aside .widget.posts_holder li.menu-item-has-children > a {
/* 7732  */     display: block;
/* 7733  */ }
/* 7734  */ 
/* 7735  */ aside .widget a {
/* 7736  */     color: inherit;
/* 7737  */ }
/* 7738  */ 
/* 7739  */ aside .widget a:hover {
/* 7740  */     color: #00aeef;
/* 7741  */ }
/* 7742  */ 
/* 7743  */ aside .widget ul,
/* 7744  */ .side_menu .widget ul{
/* 7745  */ 	list-style: none;
/* 7746  */ 	padding:0;
/* 7747  */ }
/* 7748  */ 
/* 7749  */ aside .widget li,
/* 7750  */ .side_menu .widget li{

/* stylesheet.min.css */

/* 7751  */ 	margin: 0 0 10px;
/* 7752  */ }
/* 7753  */ 
/* 7754  */ aside .widget li:last-child,
/* 7755  */ .side_menu .widget li:last-child{
/* 7756  */ 	margin: 0;
/* 7757  */ }
/* 7758  */ 
/* 7759  */ .side_menu .widget{
/* 7760  */ 	margin: 0 0 25px;
/* 7761  */ }
/* 7762  */ 
/* 7763  */ .widget.widget_rss li a.rsswidget,
/* 7764  */ #wp-calendar caption{
/* 7765  */ 	color: #000;
/* 7766  */ }
/* 7767  */ 
/* 7768  */ .side_menu a,
/* 7769  */ .side_menu li,
/* 7770  */ .side_menu span,
/* 7771  */ .side_menu p,
/* 7772  */ .side_menu .widget.widget_rss li a.rsswidget,
/* 7773  */ .side_menu #wp-calendar caption,
/* 7774  */ .side_menu #wp-calendar th, 
/* 7775  */ .side_menu #wp-calendar td{
/* 7776  */     color: #777;
/* 7777  */ }
/* 7778  */ 
/* 7779  */ .side_menu a{
/* 7780  */ 	-webkit-transition: color 0.2s ease 0s; 
/* 7781  */ 	-moz-transition: color 0.2s ease 0s; 
/* 7782  */ 	-o-transition: color 0.2s ease 0s;
/* 7783  */ 	-ms-transition: color 0.2s ease 0s;
/* 7784  */ }
/* 7785  */ 
/* 7786  */ .side_menu .side_menu_title{
/* 7787  */ 	display: block;
/* 7788  */ 	margin: 0 0 15px;
/* 7789  */ }
/* 7790  */ 
/* 7791  */ #wp-calendar th, 
/* 7792  */ #wp-calendar td{
/* 7793  */ 	padding: 3px 4px;
/* 7794  */ }
/* 7795  */ 
/* 7796  */ #wp-calendar td#today {
/* 7797  */     color: #fff;
/* 7798  */     background-color: #00aeef;
/* 7799  */     -webkit-border-radius: 4px;
/* 7800  */     -moz-border-radius: 4px;

/* stylesheet.min.css */

/* 7801  */     -ms-border-radius: 4px;
/* 7802  */     -o-border-radius: 4px;
/* 7803  */     border-radius: 4px;
/* 7804  */ }
/* 7805  */ 
/* 7806  */ #wp-calendar{
/* 7807  */ 	width: 100%;
/* 7808  */ 	text-align: center;
/* 7809  */ }
/* 7810  */ 
/* 7811  */ .widget.widget_rss li span.rss-date,
/* 7812  */ #wp-calendar caption{
/* 7813  */ 	margin: 0 0 15px;
/* 7814  */ }
/* 7815  */ 
/* 7816  */ .widget.widget_rss li{
/* 7817  */ 	margin: 0 0 25px;
/* 7818  */ }
/* 7819  */ 
/* 7820  */ .side_menu .widget li{
/* 7821  */ 	margin: 0 0 0px;
/* 7822  */ }
/* 7823  */ 
/* 7824  */ .side_menu .widget.widget_nav_menu li:last-child,
/* 7825  */ .side_menu .widget.widget_nav_menu li a{
/* 7826  */ 	margin: 0;
/* 7827  */ }
/* 7828  */ 
/* 7829  */ .footer_top .widget.widget_nav_menu li{
/* 7830  */ 	margin: 0 0 0px;
/* 7831  */     line-height: 22px;
/* 7832  */ }
/* 7833  */ 
/* 7834  */ .widget.widget_archive select, 
/* 7835  */ .widget.widget_categories select, 
/* 7836  */ .widget.widget_text select {
/* 7837  */ 	width: 100%;
/* 7838  */ 	overflow: hidden;
/* 7839  */ 	border: 1px solid #dddddd;
/* 7840  */ 	font-size: 14px;
/* 7841  */ 	outline: 0px;
/* 7842  */ 	color: #888;
/* 7843  */     font-family: inherit;
/* 7844  */ }
/* 7845  */ 
/* 7846  */ .widget #searchform {
/* 7847  */ 	display: inline-block;
/* 7848  */ 	width: 100%;
/* 7849  */ 	overflow: hidden;
/* 7850  */     background-color: #fff;

/* stylesheet.min.css */

/* 7851  */     border: 1px solid #eaeaea;
/* 7852  */     -webkit-border-radius: 4px;
/* 7853  */     -moz-border-radius: 4px;
/* 7854  */     -o-border-radius: 4px;
/* 7855  */     -ms-border-radius: 4px;
/* 7856  */     border-radius: 4px;
/* 7857  */ }
/* 7858  */ 
/* 7859  */ .footer_top .widget #searchform{
/* 7860  */ 	background-color: transparent;
/* 7861  */ 	border: 1px solid #6a6a6a;
/* 7862  */ }
/* 7863  */ .header_top #searchform {
/* 7864  */     padding: 0 10px;
/* 7865  */     height: 33px;
/* 7866  */ }
/* 7867  */ 
/* 7868  */ .widget.widget_search form.form_focus {
/* 7869  */     border-color: #00aeef;
/* 7870  */ }
/* 7871  */ 
/* 7872  */ .widget.widget_search form input[type="submit"],
/* 7873  */ .header_top #searchform input[type="submit"]{
/* 7874  */ 	width: 37px;
/* 7875  */ 	height: 37px;
/* 7876  */ 	line-height: 37px;
/* 7877  */ 	display: inline-block;
/* 7878  */ 	margin: 0;
/* 7879  */ 	padding: 0 4%;
/* 7880  */ 	outline: none;
/* 7881  */ 	border: none;
/* 7882  */ 	text-decoration: none;
/* 7883  */     background-color: transparent;
/* 7884  */     color: #a6a6a6;
/* 7885  */     font-family: 'FontAwesome', sans-serif;
/* 7886  */ 	cursor: pointer;
/* 7887  */ 	white-space: nowrap;
/* 7888  */ 	float: right;
/* 7889  */ 	-webkit-transition: all 0.2s ease-in-out;
/* 7890  */ 	-moz-transition: all 0.2s ease-in-out;
/* 7891  */ 	-o-transition: all 0.2s ease-in-out;
/* 7892  */ 	-ms-transition: all 0.2s ease-in-out;
/* 7893  */ }
/* 7894  */ 
/* 7895  */ .footer_top .widget  #searchform input[type="submit"]{
/* 7896  */ 	color: #6a6a6a;
/* 7897  */ }
/* 7898  */ 
/* 7899  */ .header_top #searchform input[type="submit"]{
/* 7900  */ 	width: 22px;

/* stylesheet.min.css */

/* 7901  */ 	height: 25px;
/* 7902  */ 	line-height: 25px;
/* 7903  */ 	margin: 4px 0 0;
/* 7904  */     background: none;
/* 7905  */ }
/* 7906  */ 
/* 7907  */ .widget.widget_search form .screen-reader-text,
/* 7908  */ .header_top #searchform .screen-reader-text{
/* 7909  */ 	display: none;
/* 7910  */ }
/* 7911  */ 
/* 7912  */ .widget.widget_search form input[type="text"],
/* 7913  */ .header_top #searchform input[type="text"]{
/* 7914  */ 	display: inline-block;
/* 7915  */ 	text-decoration: none;
/* 7916  */ 	border: 0;
/* 7917  */ 	outline: 0px;
/* 7918  */ 	color: #adadad;
/* 7919  */     background-color: transparent;
/* 7920  */ 	font-family: inherit;
/* 7921  */ 	margin: 0;
/* 7922  */ 	padding: 2px 4%;
/* 7923  */ 	width: 74%;
/* 7924  */ 	height: 33px;
/* 7925  */ 	float: left;
/* 7926  */ }
/* 7927  */ .footer_top .widget #searchform input[type="text"]{
/* 7928  */ 	color: #6a6a6a;
/* 7929  */ }
/* 7930  */ .header_top #searchform input[type="text"]{
/* 7931  */ 	height: 29px;
/* 7932  */ 	font-size: 12px;
/* 7933  */ }
/* 7934  */ 
/* 7935  */ .side_menu .widget #searchform input[type="text"],
/* 7936  */ .footer_top .widget.widget_search form input[type="text"]{
/* 7937  */ 	width: 70% !important;
/* 7938  */ }
/* 7939  */ 
/* 7940  */ .widget .tagcloud {
/* 7941  */ 	display:inline-block;
/* 7942  */ 	width:100%;
/* 7943  */ }
/* 7944  */ aside .widget .tagcloud{
/* 7945  */ 	margin-top:13px;
/* 7946  */ }
/* 7947  */ .widget .tagcloud a {
/* 7948  */     margin: 0 3px 6px 0;
/* 7949  */ }
/* 7950  */ 

/* stylesheet.min.css */

/* 7951  */ .side_menu .widget .tagcloud a {
/* 7952  */     color: #fff;
/* 7953  */ }
/* 7954  */ 
/* 7955  */ footer{
/* 7956  */ 	display: block;
/* 7957  */ 	width: 100%;
/* 7958  */ 	margin: 0px auto;
/* 7959  */ 	z-index: 100;
/* 7960  */ 	position: relative;
/* 7961  */ }
/* 7962  */ 
/* 7963  */ footer.uncover{
/* 7964  */ 	position: fixed;
/* 7965  */ 	bottom: 0px;
/* 7966  */ 	left: 0px;
/* 7967  */ 	z-index: 99;
/* 7968  */ 	-webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 7969  */ 	-moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 7970  */ 	-o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 7971  */ 	-ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 7972  */ 	transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 7973  */ 	-webkit-backface-visibility: hidden;
/* 7974  */ }
/* 7975  */ 
/* 7976  */ .right_side_menu_opened footer.uncover{
/* 7977  */ 	left: -250px;
/* 7978  */ }
/* 7979  */ 
/* 7980  */ footer .container_inner{
/* 7981  */ 	position: relative;
/* 7982  */ }
/* 7983  */ 
/* 7984  */ .footer_top_holder{
/* 7985  */ 	display: block;
/* 7986  */ 	background-color: #2b2b2b;
/* 7987  */     border-bottom: 1px solid #3d3d3d;
/* 7988  */ }
/* 7989  */ 
/* 7990  */ .footer_top{
/* 7991  */ 	padding: 60px 0px;
/* 7992  */ 	border-bottom: 1px solid #1a1a1a;
/* 7993  */ }
/* 7994  */ 
/* 7995  */ .footer_top.footer_top_full{
/* 7996  */ 	padding: 48px 24px;
/* 7997  */ }
/* 7998  */ 
/* 7999  */ .footer_top h4{
/* 8000  */ 	color: #fff;

/* stylesheet.min.css */

/* 8001  */ 	margin: 0 0 16px;
/* 8002  */ 	font-weight: 400;
/* 8003  */ }
/* 8004  */ 
/* 8005  */ .footer_top ul{
/* 8006  */ 	list-style: none;
/* 8007  */ }
/* 8008  */ 
/* 8009  */ .footer_top a,
/* 8010  */ .footer_top p,
/* 8011  */ .footer_top span,
/* 8012  */ .footer_top li{
/* 8013  */ 	color: #8f8f8f;
/* 8014  */ }
/* 8015  */ 
/* 8016  */ .footer_top a{
/* 8017  */ 	-webkit-transition: color 0.2s ease-in-out;
/* 8018  */ 	-moz-transition: color 0.2s ease-in-out;
/* 8019  */ 	-o-transition: color 0.2s ease-in-out;
/* 8020  */ 	-ms-transition: color 0.2s ease-in-out;
/* 8021  */ }
/* 8022  */ 
/* 8023  */ .footer_top a:hover{
/* 8024  */ 	color:#fff !important;
/* 8025  */ }
/* 8026  */ .footer_top .four_columns .column2 .column_inner > div,
/* 8027  */ .footer_top .three_columns .column2 .column_inner > div,
/* 8028  */ .footer_top .two_columns_50_50 .column2 .column_inner > div{
/* 8029  */ 	margin: 0 0 0 15px;
/* 8030  */ }
/* 8031  */ 
/* 8032  */ .footer_top .four_columns .column3 .column_inner > div,
/* 8033  */ .footer_top .three_columns .column3 .column_inner > div{
/* 8034  */ 	margin: 0 0 0 10px;
/* 8035  */ }
/* 8036  */ 
/* 8037  */ .footer_top .four_columns .column4 .column_inner > div{
/* 8038  */ 	margin: 0 0 0 5px;
/* 8039  */ }
/* 8040  */ 
/* 8041  */ .footer_top .widget_nav_menu li.menu-item a {
/* 8042  */     margin-bottom: 0;
/* 8043  */ }
/* 8044  */ 
/* 8045  */ .footer_top .widget_recent_entries > ul > li,
/* 8046  */ .footer_top .widget_recent_comments > ul > li,
/* 8047  */ .footer_top .widget_meta > ul > li,
/* 8048  */ .footer_top .widget_nav_menu ul  li,
/* 8049  */ .footer_top .widget_pages ul li {
/* 8050  */ 	padding: 9px 0px;

/* stylesheet.min.css */

/* 8051  */ 	border-bottom: 1px solid rgba(255,255,255,0.1);
/* 8052  */ 	position: relative;
/* 8053  */ 	line-height:18px;
/* 8054  */ }
/* 8055  */ 
/* 8056  */ .footer_top .widget_nav_menu ul  li ul,
/* 8057  */ .footer_top .widget_pages ul  li ul{
/* 8058  */ 	padding:0 0 0 10px;
/* 8059  */ }
/* 8060  */ 
/* 8061  */ .footer_top .widget_recent_entries > ul > li:after,
/* 8062  */ .footer_top .widget_pages ul li:after,
/* 8063  */ .footer_top .widget_meta > ul > li:after,
/* 8064  */ .footer_top .widget_nav_menu ul li:after,
/* 8065  */ .footer_top .widget_recent_comments > ul > li:after{
/* 8066  */ 	width:100%;
/* 8067  */ 	content:"";
/* 8068  */ 	border-bottom:1px solid #1a1a1a;
/* 8069  */ 	position: absolute;
/* 8070  */ 	bottom: 0;
/* 8071  */ 	left: 0;
/* 8072  */ }
/* 8073  */ 
/* 8074  */ .footer_top .widget_nav_menu ul li.menu-item-has-children:after,
/* 8075  */ .footer_top .widget_pages ul li.page_item_has_children:after,
/* 8076  */ .footer_top .widget_nav_menu ul  li.menu-item-has-children,
/* 8077  */ .footer_top .widget_pages ul  li.page_item_has_children{
/* 8078  */ 	border:none;
/* 8079  */ }
/* 8080  */ 
/* 8081  */ .footer_top .widget_recent_entries > ul > li > a,
/* 8082  */ .footer_top .widget_pages > ul > li > a,
/* 8083  */ .footer_top .widget_meta > ul > li > a,
/* 8084  */ .footer_top .widget_nav_menu ul li  a,
/* 8085  */ .footer_top .widget_recent_comments > ul > li > a,
/* 8086  */ .footer_top .widget_recent_entries > ul > li > span{
/* 8087  */     display: block;
/* 8088  */ }
/* 8089  */ 
/* 8090  */ .footer_bottom_holder{
/* 8091  */ 	display: block;
/* 8092  */ 	background-color: #282828;
/* 8093  */ 	color:#8f8f8f;
/* 8094  */ }
/* 8095  */ 
/* 8096  */ .footer_bottom{
/* 8097  */ 	display: block;
/* 8098  */ 	text-align: center;
/* 8099  */ 	line-height: 60px;
/* 8100  */ 	height: 60px;

/* stylesheet.min.css */

/* 8101  */ }
/* 8102  */ 
/* 8103  */ .footer_bottom p, 
/* 8104  */ .footer_bottom span {
/* 8105  */ 	margin: 0px;
/* 8106  */ }
/* 8107  */ .footer_top .q_social_icon_holder i.simple_social{
/* 8108  */ 	margin-right:25px;
/* 8109  */ }
/* 8110  */ 
/* 8111  */ .footer_top .q_social_icon_holder:last-child i.simple_social{
/* 8112  */ 	margin-right:0;
/* 8113  */ }
/* 8114  */ 
/* 8115  */ .footer_top .q_social_icon_holder i.simple_social{
/* 8116  */ 	-webkit-transition:all 0.3s ease 0s; 
/* 8117  */ 	-moz-transition:all 0.3s ease 0s; 
/* 8118  */ 	-o-transition:all 0.3s ease 0s;
/* 8119  */ 	transition:all 0.3s ease 0s;
/* 8120  */ }
/* 8121  */ .footer_top .q_social_icon_holder:hover i.simple_social{
/* 8122  */ 	color:#fff !important;
/* 8123  */ }
/* 8124  */ #back_to_top{
/* 8125  */ 	color: #cdcdcd;
/* 8126  */ 	height: auto;
/* 8127  */ 	position: fixed;
/* 8128  */ 	top: 85%;
/* 8129  */ 	margin: 0px;
/* 8130  */ 	z-index: 10000;
/* 8131  */ 	-webkit-transition:all 0.3s ease 0s; 
/* 8132  */ 	-moz-transition:all 0.3s ease 0s; 
/* 8133  */ 	-o-transition:all 0.3s ease 0s;
/* 8134  */ 	transition:all 0.3s ease 0s;
/* 8135  */ 	right: -70px;
/* 8136  */ 	
/* 8137  */ }
/* 8138  */ 
/* 8139  */ #back_to_top.off{
/* 8140  */ 	opacity: 0;
/* 8141  */ 	filter: alpha(opacity=0);
/* 8142  */ 	right: -70px;
/* 8143  */ }
/* 8144  */ 
/* 8145  */ #back_to_top.on{
/* 8146  */ 	opacity: 1;
/* 8147  */ 	filter: alpha(opacity=100);
/* 8148  */ 	right: 25px;
/* 8149  */ }
/* 8150  */ 

/* stylesheet.min.css */

/* 8151  */ #back_to_top .hover{
/* 8152  */ 	display: none;
/* 8153  */ }
/* 8154  */ 
/* 8155  */ #back_to_top span{
/* 8156  */ 	width: 40px;
/* 8157  */ 	height: 40px;
/* 8158  */ 	color: #fff;
/* 8159  */ 	line-height: 40px;
/* 8160  */ 	text-decoration: none;
/* 8161  */ 	-o-border-radius: 40px;
/* 8162  */ 	-moz-border-radius: 40px;
/* 8163  */ 	-webkit-border-radius: 40px;
/* 8164  */ 	border-radius: 40px;
/* 8165  */ 	-webkit-transition:all 0.2s ease 0s; 
/* 8166  */ 	-moz-transition:all 0.2s ease 0s; 
/* 8167  */ 	-o-transition:all 0.2s ease 0s;
/* 8168  */ 	border:1px solid #eaeaea;
/* 8169  */ 	background:#fff;
/* 8170  */ }
/* 8171  */ 
/* 8172  */ #back_to_top span i{
/* 8173  */ 	font-size: 16px;
/* 8174  */ 	-webkit-transition: color 0.2s ease 0s; 
/* 8175  */ 	-moz-transition: color 0.2s ease 0s; 
/* 8176  */ 	-o-transition: color 0.2s ease 0s;
/* 8177  */ 	color:#333;
/* 8178  */ }
/* 8179  */ 
/* 8180  */ #back_to_top:hover span i{
/* 8181  */ 	color:#fff;
/* 8182  */ }
/* 8183  */ 
/* 8184  */ #back_to_top:hover span{
/* 8185  */ 	border:1px solid #00aeef;
/* 8186  */ 	background-color:#00aeef;
/* 8187  */ }
/* 8188  */ 
/* 8189  */ .right_side_menu_opened #back_to_top{
/* 8190  */ 	display: none;
/* 8191  */ }
/* 8192  */ 
/* 8193  */ /* ==========================================================================
/* 8194  *|    Steps shortcode styles
/* 8195  *|    ========================================================================== */
/* 8196  */ .q_steps_holder {
/* 8197  */     width: 100%;
/* 8198  */     text-align: center;
/* 8199  */ }
/* 8200  */ 

/* stylesheet.min.css */

/* 8201  */ .q_steps_holder_inner {
/* 8202  */     position: relative;
/* 8203  */     display: inline-block;
/* 8204  */ }
/* 8205  */ 
/* 8206  */ .q_steps_holder .circle_small,
/* 8207  */ .q_steps_holder .circle_small_inner {
/* 8208  */     width: 192px;
/* 8209  */     height: 192px;
/* 8210  */ }
/* 8211  */ 
/* 8212  */ .q_steps_holder .circle_small_wrapper {
/* 8213  */     margin: 0 auto;
/* 8214  */     border-radius: 530px;
/* 8215  */     border: 2px solid transparent;
/* 8216  */     border-top: 2px solid #00aeef;
/* 8217  */     width: 193px;
/* 8218  */     height: 192px;
/* 8219  */ }
/* 8220  */ 
/* 8221  */ .q_steps_holder .circle_small {
/* 8222  */     margin: 0 auto;
/* 8223  */     border: 1px solid #c7c7c7;
/* 8224  */     color: #666666;
/* 8225  */     font-family: inherit;
/* 8226  */     font-size: 26px;
/* 8227  */     border-radius: 500px;
/* 8228  */     text-align: center;
/* 8229  */ }
/* 8230  */ 
/* 8231  */ .q_steps_holder .circle_small:hover span,
/* 8232  */ .q_steps_holder .circle_small:hover .step_title {
/* 8233  */     color: #00aeef !important;
/* 8234  */ }
/* 8235  */ 
/* 8236  */ .q_steps_holder .circle_small_inner {
/* 8237  */     display: table-cell;
/* 8238  */     vertical-align: middle;
/* 8239  */ }
/* 8240  */ .q_steps_holder .circle_small_inner span{
/* 8241  */ 	font-size: 50px;
/* 8242  */ 	font-weight:500;
/* 8243  */ 	line-height:50px;
/* 8244  */ }
/* 8245  */ .q_steps_holder a.circle_small_inner {
/* 8246  */     color: #666666;
/* 8247  */ }
/* 8248  */ 
/* 8249  */ .q_steps_holder a.circle_small_inner:hover {
/* 8250  */     color: inherit;

/* stylesheet.min.css */

/* 8251  */ }
/* 8252  */ 
/* 8253  */ .q_steps_holder .circle_small span {
/* 8254  */     display: block;
/* 8255  */     margin-bottom: 5px;
/* 8256  */ 	-webkit-transition:color 0.2s ease 0s; 
/* 8257  */ 	-moz-transition:color 0.2s ease 0s; 
/* 8258  */ 	-o-transition:color 0.2s ease 0s;
/* 8259  */ }
/* 8260  */ 
/* 8261  */ .q_steps_holder .circle_small .step_title {
/* 8262  */     color: #666666;
/* 8263  */     letter-spacing: 1px;
/* 8264  */     font-size: 16px;
/* 8265  */ 	-webkit-transition:color 0.2s ease 0s; 
/* 8266  */ 	-moz-transition:color 0.2s ease 0s; 
/* 8267  */ 	-o-transition:color 0.2s ease 0s;
/* 8268  */ }
/* 8269  */ .q_steps_holder .circle_small_holder p {
/* 8270  */     margin-top: 5px;
/* 8271  */     text-align: center;
/* 8272  */     padding: 0 21px;
/* 8273  */ }
/* 8274  */ 
/* 8275  */ .q_steps_holder .circle_small_holder {
/* 8276  */     width: 265px;
/* 8277  */     display: inline-block;
/* 8278  */ }
/* 8279  */ 
/* 8280  */ .q_steps_holder .circle_small_holder_inner {
/* 8281  */     position: relative;
/* 8282  */ }
/* 8283  */ 
/* 8284  */ .q_steps_holder .circle_small_holder:last-child .circle_small_holder_inner .arrow_holder {
/* 8285  */     background: none;
/* 8286  */ }
/* 8287  */ 
/* 8288  */ .q_steps_holder.show .circle_small_holder {
/* 8289  */     opacity: 1;
/* 8290  */     -webkit-transform: scale(1);
/* 8291  */     -moz-transform: scale(1);
/* 8292  */     -ms-transform: scale(1);
/* 8293  */     -o-transform: scale(1);
/* 8294  */     transform: scale(1);
/* 8295  */ }
/* 8296  */ 
/* 8297  */ .q_steps_holder .circle_small_holder {
/* 8298  */     -webkit-transform: scale(0.7);
/* 8299  */     -moz-transform: scale(0.7);
/* 8300  */     -ms-transform: scale(0.7);

/* stylesheet.min.css */

/* 8301  */     -o-transform: scale(0.7);
/* 8302  */     transform: scale(0.7);
/* 8303  */     opacity: 0;
/* 8304  */     -webkit-transition: all 0.3s ease-out;
/* 8305  */     -moz-transition: all 0.3s ease-out;
/* 8306  */     -o-transition: all 0.3s ease-out;
/* 8307  */     transition: all 0.3s ease-out;
/* 8308  */ }
/* 8309  */ 
/* 8310  */ .q_steps_holder .step1 {
/* 8311  */     left: 40px;
/* 8312  */     top: 85px;
/* 8313  */     -webkit-transition-delay: 0.5s;
/* 8314  */     -moz-transition-delay: 0.5s;
/* 8315  */     -ms-transition-delay: 0.5s;
/* 8316  */     -o-transition-delay: 0.5s;
/* 8317  */     transition-delay: 0.5s;
/* 8318  */ }
/* 8319  */ 
/* 8320  */ .q_steps_holder .step1 .circle_small_wrapper {
/* 8321  */     transform:rotate(-25deg);
/* 8322  */     -ms-transform:rotate(-25deg); /* IE 9 */
/* 8323  */     -webkit-transform:rotate(-25deg); /* Safari and Chrome */
/* 8324  */ }
/* 8325  */ 
/* 8326  */ .q_steps_holder .step1 .circle_small {
/* 8327  */     transform:rotate(25deg);
/* 8328  */     -ms-transform:rotate(25deg); /* IE 9 */
/* 8329  */     -webkit-transform:rotate(25deg); /* Safari and Chrome */
/* 8330  */ }
/* 8331  */ 
/* 8332  */ .q_steps_holder .step2 {
/* 8333  */     -webkit-transition-delay: 1s;
/* 8334  */     -moz-transition-delay: 1s;
/* 8335  */     -ms-transition-delay: 1s;
/* 8336  */     -o-transition-delay: 1s;
/* 8337  */     transition-delay: 1s;
/* 8338  */ }
/* 8339  */ 
/* 8340  */ .q_steps_holder .step2 .circle_small_wrapper {
/* 8341  */     transform:rotate(-175deg);
/* 8342  */     -ms-transform:rotate(-175deg); /* IE 9 */
/* 8343  */     -webkit-transform:rotate(-175deg); /* Safari and Chrome */
/* 8344  */ }
/* 8345  */ 
/* 8346  */ .q_steps_holder .step2 .circle_small {
/* 8347  */     transform:rotate(175deg);
/* 8348  */     -ms-transform:rotate(175deg); /* IE 9 */
/* 8349  */     -webkit-transform:rotate(175deg); /* Safari and Chrome */
/* 8350  */ }

/* stylesheet.min.css */

/* 8351  */ 
/* 8352  */ .q_steps_holder .step3 {
/* 8353  */     -webkit-transition-delay: 1.5s;
/* 8354  */     -moz-transition-delay: 1.5s;
/* 8355  */     -ms-transition-delay: 1.5s;
/* 8356  */     -o-transition-delay: 1.5s;
/* 8357  */     transition-delay: 1.5s;
/* 8358  */ }
/* 8359  */ 
/* 8360  */ .q_steps_holder .step3 .circle_small_wrapper {
/* 8361  */     transform:rotate(25deg);
/* 8362  */     -ms-transform:rotate(25deg); /* IE 9 */
/* 8363  */     -webkit-transform:rotate(25deg); /* Safari and Chrome */
/* 8364  */ }
/* 8365  */ 
/* 8366  */ .q_steps_holder .step3 .circle_small {
/* 8367  */     transform:rotate(-25deg);
/* 8368  */     -ms-transform:rotate(-25deg); /* IE 9 */
/* 8369  */     -webkit-transform:rotate(-25deg); /* Safari and Chrome */
/* 8370  */ }
/* 8371  */ 
/* 8372  */ .q_steps_holder .step4 .circle_small_wrapper {
/* 8373  */     transform:rotate(-170deg);
/* 8374  */     -ms-transform:rotate(-170deg); /* IE 9 */
/* 8375  */     -webkit-transform:rotate(-170deg); /* Safari and Chrome */
/* 8376  */ }
/* 8377  */ 
/* 8378  */ .q_steps_holder .step4 .circle_small {
/* 8379  */     transform:rotate(170deg);
/* 8380  */     -ms-transform:rotate(170deg); /* IE 9 */
/* 8381  */     -webkit-transform:rotate(170deg); /* Safari and Chrome */
/* 8382  */ }
/* 8383  */ 
/* 8384  */ 
/* 8385  */ .q_steps_holder .step4{
/* 8386  */     -webkit-transition-delay: 2s;
/* 8387  */     -moz-transition-delay: 2s;
/* 8388  */     -ms-transition-delay: 2s;
/* 8389  */     -o-transition-delay: 2s;
/* 8390  */     transition-delay: 2s;
/* 8391  */ }
/* 8392  */ 
/* 8393  */ /* ==========================================================================
/* 8394  *|    Steps shortcode end styles
/* 8395  *|    ========================================================================== */
/* 8396  */ 
/* 8397  */ /* ==========================================================================
/* 8398  *|    Separator with text shortcode start styles
/* 8399  *|    ========================================================================== */
/* 8400  */ .vc_text_separator.full{

/* stylesheet.min.css */

/* 8401  */ 	padding-bottom: 20px;
/* 8402  */ 	border-top: 1px solid #eaeaea;
/* 8403  */ 	margin-top: 20px;
/* 8404  */ 	border-bottom:0;
/* 8405  */ }
/* 8406  */ 
/* 8407  */ .vc_text_separator.full div{
/* 8408  */ 	padding: 0px 35px;
/* 8409  */ 	line-height: 36px;
/* 8410  */ 	top: -19px;
/* 8411  */ 	font-size: 12px;
/* 8412  */ 	color: #fff;
/* 8413  */ 	font-weight: 700;
/* 8414  */ 	background-color: #00aeef;
/* 8415  */ 	border-radius: 2px;
/* 8416  */ 	-webkit-border-radius: 2px;
/* 8417  */ 	-moz-border-radius: 2px;
/* 8418  */ 	-o-border-radius: 2px;
/* 8419  */ 	border:1px solid transparent;
/* 8420  */ }
/* 8421  */ 
/* 8422  */ /* ==========================================================================
/* 8423  *|    Separator with text shortcode end styles
/* 8424  *|    ========================================================================== */
/* 8425  */ 
/* 8426  */ .page_not_found {
/* 8427  */ 	text-align:center;
/* 8428  */ 	margin:0 0 83px;
/* 8429  */ }
/* 8430  */ 
/* 8431  */ .page_not_found h2{
/* 8432  */ 	margin: 40px 0 40px;
/* 8433  */ }
/* 8434  */ 
/* 8435  */ .custom_font_holder{
/* 8436  */ 	display: block;
/* 8437  */ 	position: relative;
/* 8438  */ }
/* 8439  */ 
/* 8440  */ div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
/* 8441  */ div.pp_default .pp_top .pp_left{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite.png) -78px -93px no-repeat}
/* 8442  */ div.pp_default .pp_top .pp_middle{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite_x.png) top left repeat-x}
/* 8443  */ div.pp_default .pp_top .pp_right{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite.png) -112px -93px no-repeat}
/* 8444  */ div.pp_default .pp_content .ppt{color:#f8f8f8}
/* 8445  */ div.pp_default .pp_content_container .pp_left{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
/* 8446  */ div.pp_default .pp_content_container .pp_right{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite_y.png) top right repeat-y;padding-right:13px}
/* 8447  */ div.pp_default .pp_next:hover{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite_next.png) center right no-repeat;cursor:pointer}
/* 8448  */ div.pp_default .pp_previous:hover{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite_prev.png) center left no-repeat;cursor:pointer}
/* 8449  */ div.pp_default .pp_expand{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
/* 8450  */ div.pp_default .pp_expand:hover{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite.png) 0 -56px no-repeat;cursor:pointer}

/* stylesheet.min.css */

/* 8451  */ div.pp_default .pp_contract{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
/* 8452  */ div.pp_default .pp_contract:hover{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite.png) 0 -113px no-repeat;cursor:pointer}
/* 8453  */ div.pp_default .pp_close{width:30px;height:30px;background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite.png) 2px 1px no-repeat;cursor:pointer}
/* 8454  */ div.pp_default .pp_gallery ul li a{background:url(/wp-content/themes/strata/css/img/prettyPhoto/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
/* 8455  */ div.pp_default .pp_social{margin-top:7px}
/* 8456  */ div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
/* 8457  */ div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
/* 8458  */ div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
/* 8459  */ div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
/* 8460  */ div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
/* 8461  */ div.pp_default .pp_content_container .pp_details{margin-top:5px}
/* 8462  */ div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
/* 8463  */ div.pp_default .pp_nav .currentTextHolder{font-family:inherit;color:#999;font-size:13px;left:65px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
/* 8464  */ div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
/* 8465  */ div.pp_default .pp_description{font-size:15px;font-weight:300;line-height:14px;margin:10px 50px 10px 0}
/* 8466  */ div.pp_default .pp_bottom .pp_left{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite.png) -78px -127px no-repeat}
/* 8467  */ div.pp_default .pp_bottom .pp_middle{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite_x.png) bottom left repeat-x}
/* 8468  */ div.pp_default .pp_bottom .pp_right{background:url(/wp-content/themes/strata/css/img/prettyPhoto/sprite.png) -112px -127px no-repeat}
/* 8469  */ div.pp_default .pp_loaderIcon{background:url(/wp-content/themes/strata/css/img/prettyPhoto/loader.gif) center center no-repeat}
/* 8470  */ div.pp_pic_holder a:focus{outline:none}
/* 8471  */ div.pp_overlay{background-color:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
/* 8472  */ div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
/* 8473  */ .pp_content{height:40px;min-width:40px}
/* 8474  */ * html .pp_content{width:40px}
/* 8475  */ .pp_content_container{position:relative;text-align:left;width:100%}
/* 8476  */ .pp_content_container .pp_left{padding-left:20px}
/* 8477  */ .pp_content_container .pp_right{padding-right:20px}
/* 8478  */ .pp_content_container .pp_details{float:left;margin:10px 0 2px}
/* 8479  */ .pp_description{display:none;margin:0}
/* 8480  */ .pp_social{float:left;margin:0}
/* 8481  */ .pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
/* 8482  */ .pp_social .twitter{float:left}
/* 8483  */ .pp_nav{clear:right;float:left;margin:3px 10px 0 0}
/* 8484  */ .pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
/* 8485  */ .pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
/* 8486  */ a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
/* 8487  */ .pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
/* 8488  */ .pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
/* 8489  */ .pp_gallery div{float:left;overflow:hidden;position:relative}
/* 8490  */ .pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
/* 8491  */ .pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
/* 8492  */ .pp_gallery ul a img{border:0}
/* 8493  */ .pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
/* 8494  */ .pp_gallery li.default a{background:url(/wp-content/themes/strata/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
/* 8495  */ .pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
/* 8496  */ a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}
/* 8497  */ a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}
/* 8498  */ a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
/* 8499  */ a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
/* 8500  */ .pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}

/* stylesheet.min.css */

/* 8501  */ #pp_full_res{line-height:1!important}
/* 8502  */ #pp_full_res .pp_inline{text-align:left}
/* 8503  */ #pp_full_res .pp_inline p{margin:0 0 15px}
/* 8504  */ div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
/* 8505  */ div.pp_default .pp_content{background-color:#fff}
/* 8506  */ div.pp_default #pp_full_res .pp_inline{color:#000}
/* 8507  */ div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
/* 8508  */ div.pp_default .pp_details{position:relative}
/* 8509  */ .pp_top,.pp_bottom{height:20px;position:relative}
/* 8510  */ * html .pp_top,* html .pp_bottom{padding:0 20px}
/* 8511  */ .pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
/* 8512  */ .pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
/* 8513  */ * html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
/* 8514  */ .pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
/* 8515  */ .pp_fade,.pp_gallery li.default a img{display:none}
/* 8516  */ 
/* 8517  */ /**** Audio css ****/
/* 8518  */ 
/* 8519  */ .mejs-container {
/* 8520  */ 	position: relative;
/* 8521  */ 	text-align: left;
/* 8522  */ 	vertical-align: top;
/* 8523  */ 	text-indent: 0;
/* 8524  */ 	height: 40px !important;
/* 8525  */ 	border-radius: 4px;
/* 8526  */ 	-webkit-border-radius: 4px;
/* 8527  */ 	-moz-border-radius: 4px;
/* 8528  */ 	border:1px solid #eaeaea;
/* 8529  */ }
/* 8530  */ .blog_holder.masonry .mejs-container {
/* 8531  */ 	border:none;
/* 8532  */ }
/* 8533  */ .blog_holder.small_images article .post_text .post_inner .mejs-container{
/* 8534  */ 	margin: 0 0 15px;
/* 8535  */ }
/* 8536  */ 
/* 8537  */ .me-plugin {
/* 8538  */ 	position: absolute;
/* 8539  */ }
/* 8540  */ 
/* 8541  */ .mejs-embed, .mejs-embed body {
/* 8542  */ 	width: 100%;
/* 8543  */ 	height: 100%;
/* 8544  */ 	margin: 0;
/* 8545  */ 	padding: 0;
/* 8546  */ 	overflow: hidden;
/* 8547  */ }
/* 8548  */ 
/* 8549  */ .mejs-fullscreen {
/* 8550  */ 	/* set it to not show scroll bars so 100% will work */

/* stylesheet.min.css */

/* 8551  */ 	overflow: hidden !important;
/* 8552  */ }
/* 8553  */ 
/* 8554  */ .mejs-container-fullscreen {
/* 8555  */ 	position: fixed;
/* 8556  */ 	left: 0;
/* 8557  */ 	top: 0;
/* 8558  */ 	right: 0;
/* 8559  */ 	bottom: 0;
/* 8560  */ 	overflow: hidden;
/* 8561  */ 	z-index: 1000;
/* 8562  */ }
/* 8563  */ .mejs-container-fullscreen .mejs-mediaelement,
/* 8564  */ .mejs-container-fullscreen video {
/* 8565  */ 	width: 100%;
/* 8566  */ 	height: 100%;
/* 8567  */ }
/* 8568  */ 
/* 8569  */ .mejs-clear {
/* 8570  */ 	clear: both;
/* 8571  */ }
/* 8572  */ 
/* 8573  */ /* Start: LAYERS */
/* 8574  */ .mejs-background {
/* 8575  */ 	position: absolute;
/* 8576  */ 	top: 0;
/* 8577  */ 	left: 0;
/* 8578  */ }
/* 8579  */ 
/* 8580  */ .mejs-mediaelement {
/* 8581  */ 	position: absolute;
/* 8582  */ 	top: 0;
/* 8583  */ 	left: 0;
/* 8584  */ 	width: 100%;
/* 8585  */ 	height: 100%;
/* 8586  */ 	-webkit-border-radius:4px;
/* 8587  */ 	-moz-border-radius:4px;
/* 8588  */ 	border-radius:4px;
/* 8589  */ }
/* 8590  */ .blog_holder.masonry .mejs-mediaelement{
/* 8591  */ 	border: none;
/* 8592  */ }
/* 8593  */ 
/* 8594  */ .mejs-poster {
/* 8595  */ 	position: absolute;
/* 8596  */ 	top: 0;
/* 8597  */ 	left: 0;
/* 8598  */ 	background-size: contain;
/* 8599  */ 	background-position: 50% 50% ;
/* 8600  */ 	background-repeat: no-repeat ;

/* stylesheet.min.css */

/* 8601  */ }
/* 8602  */ :root .mejs-poster img {
/* 8603  */ 	display: none ;
/* 8604  */ }
/* 8605  */ 
/* 8606  */ .mejs-poster img {
/* 8607  */ 	border: 0;
/* 8608  */ 	padding: 0;
/* 8609  */ 	border: 0;
/* 8610  */ }
/* 8611  */ 
/* 8612  */ .mejs-overlay {
/* 8613  */ 	position: absolute;
/* 8614  */ 	top: 0;
/* 8615  */ 	left: 0;
/* 8616  */ }
/* 8617  */ 
/* 8618  */ .mejs-overlay-play {
/* 8619  */ 	cursor: pointer;
/* 8620  */ }
/* 8621  */ 
/* 8622  */ /* End: LAYERS */
/* 8623  */ 
/* 8624  */ /* Start: CONTROL BAR */
/* 8625  */ .mejs-container .mejs-controls {
/* 8626  */ 	position: absolute;
/* 8627  */ 	list-style-type: none;
/* 8628  */ 	margin: 0;
/* 8629  */ 	padding: 0;
/* 8630  */ 	bottom: 0;
/* 8631  */ 	left: 0;
/* 8632  */ 	height: 40px;
/* 8633  */ 	width: 100%;
/* 8634  */ }
/* 8635  */ .mejs-container .mejs-controls div{
/* 8636  */ 	list-style-type: none;
/* 8637  */ 	background-image: none;
/* 8638  */ 	display: block;
/* 8639  */ 	float: left;
/* 8640  */ 	margin: 0;
/* 8641  */ 	padding: 0;
/* 8642  */ 	width: 35px;
/* 8643  */ 	height: 40px;
/* 8644  */ 	border: 0;
/* 8645  */ }
/* 8646  */ 
/* 8647  */ .mejs-controls .mejs-button button {
/* 8648  */ 	cursor: pointer;
/* 8649  */ 	display: block;
/* 8650  */ 	font-size: 0;

/* stylesheet.min.css */

/* 8651  */ 	line-height: 0;
/* 8652  */ 	text-decoration: none;
/* 8653  */ 	margin: 14px 15px 13px 15px;
/* 8654  */ 	padding: 0;
/* 8655  */ 	position: absolute;
/* 8656  */ 	width: 12px;
/* 8657  */ 	height: 13px;
/* 8658  */ 	border: 0;
/* 8659  */ 	background: transparent;
/* 8660  */ }
/* 8661  */ 
/* 8662  */ .no-svg .mejs-controls .mejs-button button { 
/* 8663  */ 	background-image: url(/wp-content/themes/strata/css/img/audio/controls.png);
/* 8664  */ }
/* 8665  */ 
/* 8666  */ /* :focus for accessibility */
/* 8667  */ .mejs-controls .mejs-button button:focus {
/* 8668  */ 	outline: none;
/* 8669  */ }
/* 8670  */ 
/* 8671  */ /* End: CONTROL BAR */
/* 8672  */ 
/* 8673  */ /* Start: Time (Current / Duration) */
/* 8674  */ .mejs-container .mejs-controls .mejs-time {
/* 8675  */ 	color: #000;
/* 8676  */ 	display: block;
/* 8677  */ 	height: 40px;
/* 8678  */ 	width: auto;
/* 8679  */ 	padding: 0;
/* 8680  */ 	overflow: hidden;
/* 8681  */ 	text-align: center;
/* 8682  */ 	-moz-box-sizing: content-box;
/* 8683  */ 	-webkit-box-sizing: content-box;
/* 8684  */ 	box-sizing: content-box;
/* 8685  */ }
/* 8686  */ 
/* 8687  */ .mejs-container .mejs-controls .mejs-time span {
/* 8688  */ 	color: #000;
/* 8689  */ 	font-size: 13px;
/* 8690  */ 	font-weight: 400;
/* 8691  */ 	line-height: 40px;
/* 8692  */ 	display: block;
/* 8693  */ 	float: left;
/* 8694  */ 	margin: 0;
/* 8695  */ 	width: auto;
/* 8696  */ }
/* 8697  */ /* End: Time (Current / Duration) */
/* 8698  */ 
/* 8699  */ /* Start: Play/Pause/Stop */
/* 8700  */ .mejs-controls .mejs-play button {

/* stylesheet.min.css */

/* 8701  */ 	background-image: url(/wp-content/themes/strata/css/img/audio/play.png);
/* 8702  */ 	background-repeat: no-repeat;
/* 8703  */ 	background-position: center;
/* 8704  */ }
/* 8705  */ 
/* 8706  */ .mejs-controls .mejs-pause button {
/* 8707  */ 	background-image: url(/wp-content/themes/strata/css/img/audio/pause.png);
/* 8708  */ 	background-repeat: no-repeat;
/* 8709  */ 	background-position: center;
/* 8710  */ }
/* 8711  */ 
/* 8712  */ .mejs-controls .mejs-stop button {
/* 8713  */ 	background-image: url(/wp-content/themes/strata/css/img/audio/stop.png);
/* 8714  */ 	background-repeat: no-repeat;
/* 8715  */ 	background-position: center;
/* 8716  */ }
/* 8717  */ /* Start: Play/Pause/Stop */
/* 8718  */ 
/* 8719  */ /* Start: Progress Bar */
/* 8720  */ .mejs-controls div.mejs-time-rail {
/* 8721  */ 	direction: ltr;
/* 8722  */ 	width: 200px;
/* 8723  */ }
/* 8724  */ 
/* 8725  */ .mejs-controls .mejs-time-rail span {
/* 8726  */ 	display: block;
/* 8727  */ 	position: absolute;
/* 8728  */ 	width: auto;
/* 8729  */ 	height: 8px;
/* 8730  */ 	margin: 16px 15px;
/* 8731  */ 	cursor: pointer;
/* 8732  */ }
/* 8733  */ 
/* 8734  */ .mejs-controls .mejs-time-rail .mejs-time-total {
/* 8735  */ 	background-color: #dddddd;
/* 8736  */ }
/* 8737  */ 
/* 8738  */ .mejs-controls .mejs-time-rail .mejs-time-buffering {
/* 8739  */ 	width: 100%;
/* 8740  */ 	background-image: -o-linear-gradient(-45deg, rgba(224, 222, 222, 0.15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, 0.15) 50%, rgba(224, 222, 222, 0.15) 75%, transparent 75%, transparent);
/* 8741  */ 	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(224, 222, 222, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(224, 222, 222, 0.15)), color-stop(0.75, rgba(224, 222, 222, 0.15)), color-stop(0.75, transparent), to(transparent));
/* 8742  */ 	background-image: -webkit-linear-gradient(-45deg, rgba(224, 222, 222, 0.15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, 0.15) 50%, rgba(224, 222, 222, 0.15) 75%, transparent 75%, transparent);
/* 8743  */ 	background-image: -moz-linear-gradient(-45deg, rgba(224, 222, 222, 0.15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, 0.15) 50%, rgba(224, 222, 222, 0.15) 75%, transparent 75%, transparent);
/* 8744  */ 	background-image: -ms-linear-gradient(-45deg, rgba(224, 222, 222, 0.15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, 0.15) 50%, rgba(224, 222, 222, 0.15) 75%, transparent 75%, transparent);
/* 8745  */ 	background-image: linear-gradient(-45deg, rgba(224, 222, 222, 0.15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, 0.15) 50%, rgba(224, 222, 222, 0.15) 75%, transparent 75%, transparent);
/* 8746  */ 	-webkit-background-size: 15px 15px;
/* 8747  */ 	-moz-background-size: 15px 15px;
/* 8748  */ 	-o-background-size: 15px 15px;
/* 8749  */ 	background-size: 15px 15px;
/* 8750  */ 	-webkit-animation: buffering-stripes 2s linear infinite;

/* stylesheet.min.css */

/* 8751  */ 	-moz-animation: buffering-stripes 2s linear infinite;
/* 8752  */ 	-ms-animation: buffering-stripes 2s linear infinite;
/* 8753  */ 	-o-animation: buffering-stripes 2s linear infinite;
/* 8754  */ 	animation: buffering-stripes 2s linear infinite;
/* 8755  */ }
/* 8756  */ 
/* 8757  */ @-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
/* 8758  */ @-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
/* 8759  */ @-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
/* 8760  */ @-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
/* 8761  */ @keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
/* 8762  */ 
/* 8763  */ .mejs-controls .mejs-time-rail .mejs-time-loaded {
/* 8764  */ 	width: 0;
/* 8765  */ 	margin: 0px;
/* 8766  */ }
/* 8767  */ 
/* 8768  */ .mejs-controls .mejs-time-rail .mejs-time-current {
/* 8769  */ 	background-color: #00aeef;
/* 8770  */ 	margin: 0px;
/* 8771  */ }
/* 8772  */ 
/* 8773  */ .mejs-controls .mejs-time-rail .mejs-time-handle {
/* 8774  */ 	display: none;
/* 8775  */ 	position: absolute;
/* 8776  */ 	margin: 0;
/* 8777  */ 	width: 10px;
/* 8778  */ 	background-color: #00aeef;
/* 8779  */ 	cursor: pointer;
/* 8780  */ 	top: 0px;
/* 8781  */ 	text-align: center;
/* 8782  */ }
/* 8783  */ 
/* 8784  */ .mejs-controls .mejs-time-rail .mejs-time-float {
/* 8785  */ 	position: absolute;
/* 8786  */ 	display: none;
/* 8787  */ 	width: 36px;
/* 8788  */ 	height: 15px;
/* 8789  */ 	top: -35px;
/* 8790  */ 	margin-left: -18px;
/* 8791  */ 	text-align: center;
/* 8792  */ 	color: #000;
/* 8793  */ }
/* 8794  */ 
/* 8795  */ .mejs-controls .mejs-time-rail .mejs-time-float-current {
/* 8796  */ 	margin: 2px;
/* 8797  */ 	width: 30px;
/* 8798  */ 	display: block;
/* 8799  */ 	text-align: center;
/* 8800  */ 	left: 0;

/* stylesheet.min.css */

/* 8801  */ }
/* 8802  */ 
/* 8803  */ .mejs-controls .mejs-time-rail .mejs-time-float-corner {
/* 8804  */ 	display: none;
/* 8805  */ }
/* 8806  */ 
/* 8807  */ .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
/* 8808  */ 	width: 48px;
/* 8809  */ }
/* 8810  */ 
/* 8811  */ .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
/* 8812  */ 	width: 44px;
/* 8813  */ }
/* 8814  */ 
/* 8815  */ .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
/* 8816  */ 	left: 18px;
/* 8817  */ }
/* 8818  */ 
/* 8819  */ /* End: Progress Bar */
/* 8820  */ 
/* 8821  */ /* Start: Mute/Volume */
/* 8822  */ .mejs-controls .mejs-volume-button {
/* 8823  */ 	background-image: url(/wp-content/themes/strata/css/img/audio/sound.png);
/* 8824  */ 	background-repeat: no-repeat;
/* 8825  */ 	background-position: center;
/* 8826  */ }
/* 8827  */ 
/* 8828  */ .mejs-controls .mejs-mute button {
/* 8829  */ 	background-image: url(/wp-content/themes/strata/css/img/audio/sound.png);
/* 8830  */ 	background-repeat: no-repeat;
/* 8831  */ 	background-position: center;
/* 8832  */ }
/* 8833  */ 
/* 8834  */ .mejs-controls .mejs-unmute button {
/* 8835  */ 	background-image: url(/wp-content/themes/strata/css/img/audio/mute.png);
/* 8836  */ 	background-repeat: no-repeat;
/* 8837  */ 	background-position: center;
/* 8838  */ }
/* 8839  */ 
/* 8840  */ .mejs-controls .mejs-volume-button {
/* 8841  */ 	position: relative;
/* 8842  */ }
/* 8843  */ 
/* 8844  */ .mejs-controls .mejs-volume-button button{
/* 8845  */ 	width: 18px;
/* 8846  */ 	height: 16px;
/* 8847  */ 	margin: 12px 6px 12px 11px;
/* 8848  */ }
/* 8849  */ 
/* 8850  */ .mejs-controls .mejs-volume-button .mejs-volume-slider {

/* stylesheet.min.css */

/* 8851  */ 	display: none;
/* 8852  */ 	height: 115px;
/* 8853  */ 	width: 25px;
/* 8854  */ 	background-image: url(/wp-content/themes/strata/css/img/audio/sound.png);
/* 8855  */ 	background-repeat: no-repeat;
/* 8856  */ 	background-position: center;
/* 8857  */ 	top: -115px;
/* 8858  */ 	left: 0;
/* 8859  */ 	z-index: 1;
/* 8860  */ 	position: absolute;
/* 8861  */ 	margin: 0;
/* 8862  */ }
/* 8863  */ 
/* 8864  */ .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
/* 8865  */ 	position: absolute;
/* 8866  */ 	left: 11px;
/* 8867  */ 	top: 8px;
/* 8868  */ 	width: 2px;
/* 8869  */ 	height: 100px;
/* 8870  */ 	margin: 0;
/* 8871  */ }
/* 8872  */ 
/* 8873  */ .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
/* 8874  */ 	position: absolute;
/* 8875  */ 	left: 11px;
/* 8876  */ 	top: 8px;
/* 8877  */ 	width: 2px;
/* 8878  */ 	height: 100px;
/* 8879  */ 	margin: 0;
/* 8880  */ }
/* 8881  */ 
/* 8882  */ .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
/* 8883  */ 	position: absolute;
/* 8884  */ 	left: 4px;
/* 8885  */ 	top: -3px;
/* 8886  */ 	width: 16px;
/* 8887  */ 	height: 6px;
/* 8888  */ 	cursor: N-resize;
/* 8889  */ 	margin: 0;
/* 8890  */ }
/* 8891  */ 
/* 8892  */ /* horizontal version */
/* 8893  */ .mejs-controls div.mejs-horizontal-volume-slider {
/* 8894  */ 	height: 40px;
/* 8895  */ 	width: 45px;
/* 8896  */ 	position: relative;
/* 8897  */ }
/* 8898  */ 
/* 8899  */ .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
/* 8900  */ 	position: absolute;

/* stylesheet.min.css */

/* 8901  */ 	left: 0;
/* 8902  */ 	top: 16px;
/* 8903  */ 	width: 35px;
/* 8904  */ 	height: 8px;
/* 8905  */ 	margin: 0;
/* 8906  */ 	padding: 0;
/* 8907  */ 	font-size: 1px;
/* 8908  */ 	background-color: #dddddd;
/* 8909  */ }
/* 8910  */ 
/* 8911  */ .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
/* 8912  */ 	position: absolute;
/* 8913  */ 	left: 0;
/* 8914  */ 	top: 16px;
/* 8915  */ 	width: 40px;
/* 8916  */ 	height: 8px;
/* 8917  */ 	margin: 0;
/* 8918  */ 	padding: 0;
/* 8919  */ 	font-size: 1px;
/* 8920  */ 	background-color: #00aeef;
/* 8921  */ }
/* 8922  */ 
/* 8923  */ .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
/* 8924  */ 	display: none;
/* 8925  */ }
/* 8926  */ 
/* 8927  */ /* End: Mute/Volume */
/* 8928  */ 
/* 8929  */ /* Start: Error */
/* 8930  */ .me-cannotplay {
/* 8931  */ }
/* 8932  */ 
/* 8933  */ .me-cannotplay a {
/* 8934  */ 	color: #fff;
/* 8935  */ 	font-weight: bold;
/* 8936  */ }
/* 8937  */ 
/* 8938  */ .me-cannotplay span {
/* 8939  */ 	padding: 15px;
/* 8940  */ 	display: block;
/* 8941  */ }
/* 8942  */ /* End: Error */
/* 8943  */ 
/* 8944  */ 
/* 8945  */ /* Start: Loop */
/* 8946  */ .mejs-controls .mejs-loop-off button {
/* 8947  */ 	background-position: -64px -16px;
/* 8948  */ }
/* 8949  */ 
/* 8950  */ .mejs-controls .mejs-loop-on button {

/* stylesheet.min.css */

/* 8951  */ 	background-position: -64px 0;
/* 8952  */ }
/* 8953  */ 
/* 8954  */ /* End: Loop */
/* 8955  */ 
/* 8956  */ /* Start: backlight */
/* 8957  */ .mejs-controls .mejs-backlight-off button {
/* 8958  */ 	background-position: -80px -16px;
/* 8959  */ }
/* 8960  */ 
/* 8961  */ .mejs-controls .mejs-backlight-on button {
/* 8962  */ 	background-position: -80px 0;
/* 8963  */ }
/* 8964  */ /* End: backlight */
/* 8965  */ 
/* 8966  */ /* ==========================================================================
/* 8967  *|    Pie full styles
/* 8968  *|    ========================================================================== */
/* 8969  */ 
/* 8970  */ .q_pie_graf_holder,
/* 8971  */ .q_line_graf_holder {
/* 8972  */ 	display: block;
/* 8973  */ 	position: relative;
/* 8974  */ 	overflow: hidden;
/* 8975  */ }
/* 8976  */ 
/* 8977  */ .q_pie_graf,
/* 8978  */ .q_line_graf{
/* 8979  */ 	margin: 0 22px 0 0;
/* 8980  */ 	float: left;
/* 8981  */ }
/* 8982  */ 
/* 8983  */ .q_pie_graf_legend{
/* 8984  */ 	position: relative;
/* 8985  */ 	float: left;
/* 8986  */ 	width: 40%;
/* 8987  */ }
/* 8988  */ 
/* 8989  */ .q_line_graf_legend{
/* 8990  */ 	position: relative;
/* 8991  */ 	float: left;
/* 8992  */ 	width: 20%;
/* 8993  */ }
/* 8994  */ 
/* 8995  */ .q_pie_graf_legend ul,
/* 8996  */ .q_line_graf_legend ul{
/* 8997  */ 	list-style: none;
/* 8998  */ 	padding:0;
/* 8999  */ }
/* 9000  */ 

/* stylesheet.min.css */

/* 9001  */ .q_pie_graf_legend ul li,
/* 9002  */ .q_line_graf_legend ul li{
/* 9003  */ 	display: block;
/* 9004  */ 	margin: 0 0 10px 0;
/* 9005  */ }
/* 9006  */ 
/* 9007  */ .q_pie_graf_legend ul li .color_holder,
/* 9008  */ .q_line_graf_legend ul li .color_holder{
/* 9009  */ 	width: 25px;
/* 9010  */ 	height: 25px;
/* 9011  */ 	background-color: #00aeef;
/* 9012  */ 	float: left;
/* 9013  */ }
/* 9014  */ 
/* 9015  */ .q_pie_graf_legend ul li p, 
/* 9016  */ .q_line_graf_legend ul li p{
/* 9017  */ 	line-height: 25px;
/* 9018  */ 	margin: 0;
/* 9019  */ 	padding: 0 0 0 50px;
/* 9020  */ }
/* 9021  */ 
/* 9022  */ /* ==========================================================================
/* 9023  *|    WPML styles
/* 9024  *|    ========================================================================== */
/* 9025  */ 
/* 9026  */ .header_top .right #lang_sel ul ul img.iclflag,
/* 9027  */ .header_top .right #lang_sel_click ul ul img.iclflag {
/* 9028  */     float: right;
/* 9029  */     top: 5px;
/* 9030  */ }
/* 9031  */ 
/* 9032  */ .header_top .right  #lang_sel ul ul,
/* 9033  */ .header_top .right  #lang_sel_click ul ul {
/* 9034  */     left: auto;
/* 9035  */     right: -1px;
/* 9036  */     
/* 9037  */ }
/* 9038  */ .header_top  #lang_sel ul ul,
/* 9039  */ .header_top  #lang_sel_click ul ul{
/* 9040  */ 	padding: 5px 15px !important;
/* 9041  */ }
/* 9042  */ 
/* 9043  */ .header_top .right #lang_sel ul ul li ,
/* 9044  */ .header_top .right #lang_sel_click ul ul li {
/* 9045  */     width: 100%;
/* 9046  */     text-align: right;
/* 9047  */ }
/* 9048  */ 
/* 9049  */ .header_top .left #lang_sel ul ul li ,
/* 9050  */ .header_top .left #lang_sel_click ul ul li {

/* stylesheet.min.css */

/* 9051  */     width: 100%;
/* 9052  */ }
/* 9053  */ 
/* 9054  */ .header_top .right #lang_sel ul ul li span,
/* 9055  */ .header_top .right #lang_sel_click ul ul li span {
/* 9056  */     float: right; 
/* 9057  */ }
/* 9058  */ 
/* 9059  */ .header_top .right #lang_sel ul ul li img.iclflag,
/* 9060  */ .header_top .right #lang_sel_click ul ul li img.iclflag {
/* 9061  */     position: relative;
/* 9062  */     top: 11px;
/* 9063  */     margin-left: 9px;
/* 9064  */ }
/* 9065  */ 
/* 9066  */ .header_top #lang_sel li,
/* 9067  */ .header_top #lang_sel_click li {
/* 9068  */     width: auto;
/* 9069  */ }
/* 9070  */ 
/* 9071  */ .header_top #lang_sel, .header_top #lang_sel_click  {
/* 9072  */ 	font-family: inherit;
/* 9073  */ 	float: left;
/* 9074  */ 	padding: 0 0 0 0px;
/* 9075  */ 	z-index: 1000;
/* 9076  */     height: 33px;
/* 9077  */     position: relative;
/* 9078  */ }
/* 9079  */ 
/* 9080  */ .header_top #lang_sel ul > li > a, 
/* 9081  */ .header_top #lang_sel_click ul > li > a {
/* 9082  */ 	width: auto;
/* 9083  */ 	float: none;
/* 9084  */     padding: 0 15px !important;
/* 9085  */ }
/* 9086  */ 
/* 9087  */ .header_top #lang_sel > ul > li:hover, 
/* 9088  */ .header_top #lang_sel_click > ul > li:hover {
/* 9089  */     border-bottom: none !important;
/* 9090  */ }
/* 9091  */ 
/* 9092  */ .header_top #lang_sel > ul > li > a, 
/* 9093  */ .header_top #lang_sel_click > ul > li> a {
/* 9094  */     color: #777 !important;
/* 9095  */     line-height: 33px !important;
/* 9096  */     height: 33px;
/* 9097  */     z-index: 2500;
/* 9098  */ 	font-size:12px;
/* 9099  */ }
/* 9100  */ 

/* stylesheet.min.css */

/* 9101  */ .header_top #lang_sel > ul > li > a:hover, 
/* 9102  */ .header_top #lang_sel_click > ul > li> a:hover{
/* 9103  */ 	color: #00aeef !important;
/* 9104  */ }
/* 9105  */ 
/* 9106  */ .header_top .left #lang_sel > ul > li > a, 
/* 9107  */ .header_top .left #lang_sel_click > ul > li> a {
/* 9108  */     left: 0;
/* 9109  */     right: auto;
/* 9110  */ }
/* 9111  */ 
/* 9112  */ .header_top #lang_sel > ul > li > a:hover, 
/* 9113  */ .header_top #lang_sel_click > ul > li> a:hover,
/* 9114  */ .header_top #lang_sel > ul > li:hover > a, 
/* 9115  */ .header_top #lang_sel_click > ul > li:hover > a {
/* 9116  */     top: 0px;
/* 9117  */ }
/* 9118  */ 
/* 9119  */ .header_top #lang_sel ul > li ul > li, 
/* 9120  */ .header_top #lang_sel_click ul > li ul > li{
/* 9121  */ 	padding:0px !important;
/* 9122  */ }
/* 9123  */ 
/* 9124  */ .header_top #lang_sel ul > li a.lang_sel_sel, 
/* 9125  */ .header_top #lang_sel_click ul > li a.lang_sel_sel {
/* 9126  */ 	background: 0;
/* 9127  */ 	line-height: 30px;
/* 9128  */ 	border: 0;
/* 9129  */ 	padding: 0;
/* 9130  */ }
/* 9131  */ 
/* 9132  */ .header_top .right #lang_sel ul > li a.lang_sel_sel, 
/* 9133  */ .header_top .right #lang_sel_click ul > li a.lang_sel_sel {
/* 9134  */     text-align: right;
/* 9135  */ }
/* 9136  */ 
/* 9137  */ .header_top #lang_sel .lang_sel_sel:after,
/* 9138  */ .header_top #lang_sel_click .lang_sel_sel:after {
/* 9139  */     content: "\f107";
/* 9140  */     font-family: 'FontAwesome', sans-serif;
/* 9141  */     margin-left: 5px;
/* 9142  */ }
/* 9143  */ 
/* 9144  */ .header_top .left #lang_sel ul > li a.lang_sel_sel, 
/* 9145  */ .header_top .left #lang_sel_click ul > li a.lang_sel_sel {
/* 9146  */     text-align: left;
/* 9147  */ }
/* 9148  */ 
/* 9149  */ .header_top #lang_sel ul ul , 
/* 9150  */ .header_top #lang_sel_click ul ul {

/* stylesheet.min.css */

/* 9151  */ 	height: auto;
/* 9152  */     border-top: none;
/* 9153  */ 	background-color: #fff;
/* 9154  */ 	z-index:1000;
/* 9155  */ 	position:absolute;
/* 9156  */     top: 33px;
/* 9157  */     left: -1px;
/* 9158  */     width: 160px;
/* 9159  */ 	border-radius: 0 0 4px 4px;
/* 9160  */ 	-webkit-border-radius: 0 0 4px 4px;
/* 9161  */ 	-moz-border-radius: 0 0 4px 4px;
/* 9162  */ 	-o-border-radius: 0 0 4px 4px;
/* 9163  */ 	border: 1px solid #eaeaea;
/* 9164  */ }
/* 9165  */ 
/* 9166  */ .header_top #lang_sel ul li ul li a, 
/* 9167  */ .header_top #lang_sel ul li ul li a:visited, 
/* 9168  */ .header_top #lang_sel_click ul li ul li a, 
/* 9169  */ .header_top #lang_sel_click ul li ul li a:visited {
/* 9170  */ 	background: 0;
/* 9171  */ 	border: 0;
/* 9172  */ 	color: #888;
/* 9173  */ 	display: block;
/* 9174  */ 	height: 33px;
/* 9175  */ 	white-space: nowrap;
/* 9176  */ 	font-size: 12px;
/* 9177  */ 	font-weight: 400;
/* 9178  */     line-height: 33px;
/* 9179  */ 	padding:0 !important;
/* 9180  */ 	border-bottom: 1px solid #eaeaea;
/* 9181  */ }
/* 9182  */ 
/* 9183  */ .header_top #lang_sel ul li ul li:last-child a,
/* 9184  */ .header_top #lang_sel_click ul li ul li:last-child a{
/* 9185  */ 	border-bottom: none;
/* 9186  */ }
/* 9187  */ 
/* 9188  */ .header_top #lang_sel ul li ul li a:hover,
/* 9189  */ .header_top #lang_sel_click ul li ul li a:hover{
/* 9190  */ 	color: #00aeef;
/* 9191  */ }
/* 9192  */ 
/* 9193  */ .header_top #lang_sel_list {
/* 9194  */ 	font-family: inherit;
/* 9195  */ 	height: auto;
/* 9196  */ 	width: auto;
/* 9197  */ 	float: left;
/* 9198  */ }
/* 9199  */ 
/* 9200  */ .header_top #lang_sel_list ul {

/* stylesheet.min.css */

/* 9201  */ 	border: 0;
/* 9202  */ 	padding: 0 0 0 0px!important;
/* 9203  */ 	width: auto;
/* 9204  */ }
/* 9205  */ 
/* 9206  */ .header_top #lang_sel_list li {
/* 9207  */ 	display: inline-block;
/* 9208  */ 	float: none;
/* 9209  */ 	width: auto;
/* 9210  */ }
/* 9211  */ 
/* 9212  */ .header_top #lang_sel_list ul li a, 
/* 9213  */ .header_top #lang_sel_list ul li a:visited {
/* 9214  */ 	padding: 0 8px 0 8px;
/* 9215  */ 	border: 0;
/* 9216  */ 	background: none repeat scroll 0 0 transparent;
/* 9217  */ 	line-height: 33px;
/* 9218  */ 	font-size: 12px;
/* 9219  */ 	color: #888;
/* 9220  */     margin: 0 !important;
/* 9221  */ }
/* 9222  */ 
/* 9223  */ .header_top #lang_sel_list ul li a.lang_sel_sel,
/* 9224  */ .header_top #lang_sel_list ul li a:hover{
/* 9225  */ 	color: #00aeef;
/* 9226  */ }
/* 9227  */ 
/* 9228  */ .header_top #lang_sel img.iclflag, 
/* 9229  */ .header_top #lang_sel_click img.iclflag, 
/* 9230  */ .header_top #lang_sel_list img.iclflag {
/* 9231  */     display: inline;
/* 9232  */     float: none;
/* 9233  */     top: 1px;
/* 9234  */     position: relative;
/* 9235  */     margin-right: 5px;
/* 9236  */ }
/* 9237  */ 
/* 9238  */ aside .widget.posts_holder #lang_sel  li:after,
/* 9239  */ aside .widget.posts_holder #lang_sel_click  li:after{
/* 9240  */ 	content:none;
/* 9241  */ }
/* 9242  */ 
/* 9243  */ aside .widget #lang_sel_list,
/* 9244  */ section.side_menu #lang_sel_list,
/* 9245  */ footer #lang_sel_list {
/* 9246  */     height: auto;
/* 9247  */ 	font-family: inherit;
/* 9248  */ 	width:100%;
/* 9249  */ }
/* 9250  */ 

/* stylesheet.min.css */

/* 9251  */ aside .widget #lang_sel_list li,
/* 9252  */ section.side_menu #lang_sel_list li,
/* 9253  */ footer #lang_sel_list li{
/* 9254  */     float: none;
/* 9255  */     margin-bottom: 0px !important;
/* 9256  */ 	padding: 9px 10px 9px 0px !important;
/* 9257  */ 	width:auto;
/* 9258  */ }
/* 9259  */ 
/* 9260  */ footer #lang_sel_list li{
/* 9261  */ 	padding: 5px 5px 5px 0px !important;
/* 9262  */ }
/* 9263  */ 
/* 9264  */ aside .widget #lang_sel_list li a,
/* 9265  */ aside .widget #lang_sel li a,
/* 9266  */ aside .widget #lang_sel_click li a,
/* 9267  */ section.side_menu #lang_sel_list li a,
/* 9268  */ section.side_menu #lang_sel li a,
/* 9269  */ section.side_menu #lang_sel_click li a,
/* 9270  */ footer #lang_sel_list li a,
/* 9271  */ footer #lang_sel li a,
/* 9272  */ footer #lang_sel_click li a {
/* 9273  */     font-family: inherit;
/* 9274  */     font-size: 13px;
/* 9275  */     font-weight: 400;
/* 9276  */ 	border: 0;
/* 9277  */ 	color: #777;
/* 9278  */ }
/* 9279  */ 
/* 9280  */ aside .widget #lang_sel_list li a,
/* 9281  */ section.side_menu #lang_sel_list li a,
/* 9282  */ aside .widget #lang_sel_list li a,
/* 9283  */ footer #lang_sel_list li a {
/* 9284  */     display: inline; 
/* 9285  */ }
/* 9286  */ 
/* 9287  */ aside .widget #lang_sel li,
/* 9288  */ aside .widget #lang_sel_click li,
/* 9289  */ section.side_menu #lang_sel li,
/* 9290  */ section.side_menu #lang_sel_click li,
/* 9291  */ footer #lang_sel li,
/* 9292  */ footer #lang_sel_click li {
/* 9293  */     margin-bottom: 0;
/* 9294  */ }
/* 9295  */ 
/* 9296  */ aside .widget #lang_sel,
/* 9297  */ aside .widget #lang_sel_click,
/* 9298  */ section.side_menu #lang_sel,
/* 9299  */ section.side_menu #lang_sel_click,
/* 9300  */ footer #lang_sel,

/* stylesheet.min.css */

/* 9301  */ footer #lang_sel_click {
/* 9302  */     width: 100%;
/* 9303  */ }
/* 9304  */ 
/* 9305  */ aside .widget #lang_sel > ul > li > a,
/* 9306  */ aside .widget #lang_sel_click > ul > li > a,
/* 9307  */ section.side_menu #lang_sel > ul > li > a,
/* 9308  */ section.side_menu #lang_sel_click > ul > li > a,
/* 9309  */ footer #lang_sel > ul > li > a,
/* 9310  */ footer #lang_sel_click > ul > li > a {
/* 9311  */     height: 35px;
/* 9312  */     line-height: 35px !important;
/* 9313  */     font-family: inherit;
/* 9314  */     font-weight: 300;
/* 9315  */     padding-left: 13px;
/* 9316  */     font-weight: 300;
/* 9317  */     background-image: url(/wp-content/themes/strata/css/img/wc_select_arrow.png) !important;
/* 9318  */     background-repeat: no-repeat;
/* 9319  */     background-position: right;
/* 9320  */ }
/* 9321  */ 
/* 9322  */ footer #lang_sel > ul > li > a,
/* 9323  */ footer #lang_sel_click > ul > li > a,
/* 9324  */ section.side_menu #lang_sel > ul > li > a,
/* 9325  */ section.side_menu #lang_sel_click > ul > li > a {
/* 9326  */     background-image: url(/wp-content/themes/strata/css/img/wc_select_arrow_footer.png) !important;
/* 9327  */     background-repeat: no-repeat;
/* 9328  */     background-position: right;
/* 9329  */ }
/* 9330  */ 
/* 9331  */ aside .widget #lang_sel > ul > li a,
/* 9332  */ aside .widget #lang_sel_click > ul > li a{
/* 9333  */ 	background-color: #fff;
/* 9334  */ }
/* 9335  */ 
/* 9336  */ footer #lang_sel > ul > li a,
/* 9337  */ footer #lang_sel_click > ul > li a,
/* 9338  */ section.side_menu #lang_sel > ul > li a,
/* 9339  */ section.side_menu #lang_sel_click > ul > li a{
/* 9340  */ 	background-color: #1f1f1f !important;
/* 9341  */ }
/* 9342  */ 
/* 9343  */ footer #lang_sel ul li a,
/* 9344  */ footer #lang_sel ul ul a,
/* 9345  */ footer #lang_sel_click ul li a,
/* 9346  */ footer #lang_sel_click ul ul a,
/* 9347  */ footer #lang_sel_click ul ul a span,
/* 9348  */ section.side_menu #lang_sel ul li a,
/* 9349  */ section.side_menu #lang_sel ul ul a,
/* 9350  */ section.side_menu #lang_sel ul ul a:visited,

/* stylesheet.min.css */

/* 9351  */ section.side_menu #lang_sel_click > ul > li > a,
/* 9352  */ section.side_menu #lang_sel_click ul ul a,
/* 9353  */ section.side_menu #lang_sel_click ul ul a:visited{
/* 9354  */     color: #777 !important;
/* 9355  */ }
/* 9356  */ 
/* 9357  */ aside .widget #lang_sel > ul li a,
/* 9358  */ aside .widget #lang_sel ul ul a,
/* 9359  */ aside .widget #lang_sel_click > ul li a,
/* 9360  */ aside .widget #lang_sel_click ul ul a,
/* 9361  */ aside .widget #lang_sel_list li a{
/* 9362  */ 	color: #adadad;
/* 9363  */ 	background-color: #fff;
/* 9364  */ }
/* 9365  */ 
/* 9366  */ aside .widget #lang_sel > ul > li ,
/* 9367  */ aside .widget #lang_sel_click > ul > li{
/* 9368  */ 	-webkit-border-radius: 4px;
/* 9369  */ 	-moz-border-radius: 4px;
/* 9370  */ 	-o-border-radius: 4px;
/* 9371  */ 	-ms-border-radius: 4px;
/* 9372  */ 	border-radius: 4px;
/* 9373  */ 	border: 1px solid #eaeaea;
/* 9374  */ }
/* 9375  */ 
/* 9376  */ aside .widget #lang_sel > ul > li >a{
/* 9377  */ 	-webkit-border-radius: 4px;
/* 9378  */ 	-moz-border-radius: 4px;
/* 9379  */ 	-o-border-radius: 4px;
/* 9380  */ 	-ms-border-radius: 4px;
/* 9381  */ 	border-radius: 4px;
/* 9382  */ }
/* 9383  */ 
/* 9384  */ aside .widget #lang_sel a.lang_sel_sel:hover,
/* 9385  */ aside .widget #lang_sel_click a.lang_sel_sel:hover,
/* 9386  */ aside .widget #lang_sel ul ul a:hover,
/* 9387  */ aside .widget #lang_sel_click ul ul a:hover,
/* 9388  */ aside .widget #lang_sel_list li a.lang_sel_sel,
/* 9389  */ aside .widget #lang_sel_list li a:hover{
/* 9390  */ 	color: #00aeef;
/* 9391  */ }
/* 9392  */ 
/* 9393  */ footer #lang_sel_list li a:hover,
/* 9394  */ footer #lang_sel a.lang_sel_sel,
/* 9395  */ footer #lang_sel a.lang_sel_sel:hover,
/* 9396  */ footer #lang_sel ul ul a:hover,
/* 9397  */ footer #lang_sel_click a.lang_sel_sel,
/* 9398  */ footer #lang_sel_click ul ul a:hover,
/* 9399  */ footer #lang_sel_click ul ul a:hover span,
/* 9400  */ footer #lang_sel_list a.lang_sel_sel,

/* stylesheet.min.css */

/* 9401  */ footer #lang_sel_list ul ul a:hover,
/* 9402  */ footer #lang_sel_list ul ul a:hover span,
/* 9403  */ section.side_menu a.lang_sel_sel,
/* 9404  */ section.side_menu #lang_sel ul li a.lang_sel_sel,
/* 9405  */ section.side_menu #lang_sel_click ul li a.lang_sel_sel,
/* 9406  */ section.side_menu #lang_sel_list li a:hover,
/* 9407  */ section.side_menu #lang_sel ul ul a:hover,
/* 9408  */ section.side_menu #lang_sel_click ul ul a:hover,
/* 9409  */ section.side_menu #lang_sel_click ul ul a:hover span{
/* 9410  */     color: #fff !important;
/* 9411  */ }
/* 9412  */ 
/* 9413  */ aside .widget #lang_sel li,
/* 9414  */ aside .widget #lang_sel_click li,
/* 9415  */ section.side_menu #lang_sel li,
/* 9416  */ section.side_menu #lang_sel_click li,
/* 9417  */ footer #lang_sel li,
/* 9418  */ footer #lang_sel_click li {
/* 9419  */     width: 100%;
/* 9420  */ 	padding:0;
/* 9421  */ 	border:none;
/* 9422  */ }
/* 9423  */ 
/* 9424  */ aside .widget #lang_sel ul ul,
/* 9425  */ aside .widget #lang_sel_click ul ul{
/* 9426  */     width: 100%;
/* 9427  */     top:32px;
/* 9428  */     height: auto;
/* 9429  */     border: 0;
/* 9430  */     left: -1px;
/* 9431  */     z-index: 1000;
/* 9432  */ 	border: 1px solid #eaeaea;
/* 9433  */ 	border-top: 1px solid #fff;
/* 9434  */ 	-webkit-border-radius: 4px;
/* 9435  */ 	-moz-border-radius: 4px;
/* 9436  */ 	-o-border-radius: 4px;
/* 9437  */ 	-ms-border-radius: 4px;
/* 9438  */ 	border-radius: 4px;
/* 9439  */ 	padding:3px 0 0 0;
/* 9440  */ 	overflow:hidden;
/* 9441  */ }
/* 9442  */ 
/* 9443  */ footer #lang_sel ul ul,
/* 9444  */ footer #lang_sel_click ul ul ,
/* 9445  */ section.side_menu #lang_sel ul ul,
/* 9446  */ section.side_menu #lang_sel_click ul ul{
/* 9447  */ 	width: 100%;
/* 9448  */ 	top:32px;
/* 9449  */ 	border: 0;
/* 9450  */ }

/* stylesheet.min.css */

/* 9451  */ 
/* 9452  */ section.side_menu #lang_sel li a:after,
/* 9453  */ section.side_menu #lang_sel li:before{
/* 9454  */ 	display:none;
/* 9455  */ }
/* 9456  */ 
/* 9457  */ section.side_menu #lang_sel ul ul a, #lang_sel ul ul a:visited{
/* 9458  */ 	padding: 8px 10px;
/* 9459  */ }
/* 9460  */ 
/* 9461  */ footer #lang_sel ul ul,
/* 9462  */ footer #lang_sel_click ul ul,
/* 9463  */ section.side_menu #lang_selul ul,
/* 9464  */ section.side_menu #lang_sel_click ul ul {
/* 9465  */     left: 0 !important;
/* 9466  */ }
/* 9467  */ 
/* 9468  */ aside .widget #lang_sel ul ul a,
/* 9469  */ aside .widget #lang_sel_click ul ul a,
/* 9470  */ aside .widget #lang_sel ul ul a:visited,
/* 9471  */ aside .widget #lang_sel_click ul ul a:visited{
/* 9472  */     padding: 10px 13px;
/* 9473  */ 	border-top:1px solid #eaeaea;
/* 9474  */ }
/* 9475  */ 
/* 9476  */ footer #lang_sel ul ul a,
/* 9477  */ footer #lang_sel_click ul ul a,
/* 9478  */ footer #lang_sel ul ul a:visited,
/* 9479  */ footer #lang_sel_click ul ul a:visited{
/* 9480  */ 	padding: 10px 13px;
/* 9481  */ }
/* 9482  */ 
/* 9483  */ aside .widget #lang_sel_list.lang_sel_list_vertical ul,
/* 9484  */ section.side_menu #lang_sel_list.lang_sel_list_vertical ul,
/* 9485  */ footer #lang_sel_list.lang_sel_list_vertical ul {
/* 9486  */     height: auto;
/* 9487  */     border-top: none;
/* 9488  */ }
/* 9489  */ 
/* 9490  */ aside .widget #lang_sel_list.lang_sel_list_vertical a, 
/* 9491  */ aside .widget #lang_sel_list.lang_sel_list_vertical a:visited,
/* 9492  */ section.side_menu #lang_sel_list.lang_sel_list_vertical a, 
/* 9493  */ section.side_menu #lang_sel_list.lang_sel_list_vertical a:visited,
/* 9494  */ footer #lang_sel_list.lang_sel_list_vertical a, 
/* 9495  */ footer #lang_sel_list.lang_sel_list_vertical a:visited {
/* 9496  */     border: none;
/* 9497  */     padding: 0;
/* 9498  */ }
/* 9499  */ 
/* 9500  */ section.side_menu #lang_sel_list.lang_sel_list_vertical a, 

/* stylesheet.min.css */

/* 9501  */ section.side_menu #lang_sel_list.lang_sel_list_vertical a:visited,
/* 9502  */ section.side_menu #lang_sel_list.lang_sel_list_horizontal a, 
/* 9503  */ section.side_menu #lang_sel_list.lang_sel_list_horizontal a:visited,
/* 9504  */ footer #lang_sel_list.lang_sel_list_vertical a, 
/* 9505  */ footer #lang_sel_list.lang_sel_list_vertical a:visited,
/* 9506  */ footer #lang_sel_list.lang_sel_list_horizontal a, 
/* 9507  */ footer #lang_sel_list.lang_sel_list_horizontal a:visited {
/* 9508  */     background: transparent;
/* 9509  */ }
/* 9510  */ 
/* 9511  */ aside #lang_sel img.iclflag,
/* 9512  */ aside #lang_sel_click img.iclflag,
/* 9513  */ section.side_menu #lang_sel img.iclflag,
/* 9514  */ section.side_menu #lang_sel_click img.iclflag,
/* 9515  */ footer #lang_sel img.iclflag,
/* 9516  */ footer #lang_sel_click img.iclflag,
/* 9517  */ footer #lang_sel_list.lang_sel_list_horizontal a img,
/* 9518  */ footer #lang_sel_list.lang_sel_list_vertical a img {
/* 9519  */     margin-right: 5px;
/* 9520  */ }
/* 9521  */ 
/* 9522  */ footer #lang_sel_list.lang_sel_list_horizontal a:hover,
/* 9523  */ footer #lang_sel_list.lang_sel_list_vertical a:hover,
/* 9524  */ .side_menu #lang_sel_list.lang_sel_list_horizontal a:hover,
/* 9525  */ .side_menu #lang_sel_list.lang_sel_list_vertical a:hover {
/* 9526  */     color: #fff;
/* 9527  */ }
/* 9528  */ 
/* 9529  */ footer #lang_sel_list.lang_sel_list_horizontal a,
/* 9530  */ footer #lang_sel_list.lang_sel_list_vertical a,
/* 9531  */ .side_menu #lang_sel_list.lang_sel_list_horizontal a,
/* 9532  */ .side_menu #lang_sel_list.lang_sel_list_vertical a {
/* 9533  */     color: #777;
/* 9534  */ }
/* 9535  */ 
/* 9536  */ #lang_sel_footer {
/* 9537  */     background-color: #2b2b2b;
/* 9538  */     border: none;
/* 9539  */     z-index: 1500;
/* 9540  */     position: relative;
/* 9541  */ 	font-family: 'Roboto', sans-serif;
/* 9542  */ }
/* 9543  */ 
/* 9544  */ #lang_sel_footer a {
/* 9545  */     font-size: 13px;
/* 9546  */     color: #777;
/* 9547  */     -webkit-transition: color 0.3s ease 0s !important; 
/* 9548  */     -moz-transition: color 0.3s ease 0s !important; 
/* 9549  */     -o-transition: color 0.3s ease 0s !important; 
/* 9550  */     -ms-transition: color 0.3s ease 0s !important; 

/* stylesheet.min.css */

/* 9551  */     transition: color 0.3s ease 0s !important; 
/* 9552  */ }
/* 9553  */ 
/* 9554  */ #lang_sel_footer a:hover {
/* 9555  */     color: #fff;
/* 9556  */     -webkit-transition: color 0.3s ease 0s !important; 
/* 9557  */     -moz-transition: color 0.3s ease 0s !important; 
/* 9558  */     -o-transition: color 0.3s ease 0s !important; 
/* 9559  */     -ms-transition: color 0.3s ease 0s !important; 
/* 9560  */     transition: color 0.3s ease 0s !important; 
/* 9561  */ }
/* 9562  */ 
/* 9563  */ #lang_sel_footer a img {
/* 9564  */     margin-right: 15px;
/* 9565  */ }
/* 9566  */ 
/* 9567  */ .ls-nav-prev, 
/* 9568  */ .ls-nav-next {
/* 9569  */ 	position: absolute;
/* 9570  */ 	width: 40px;
/* 9571  */ 	height: 40px;
/* 9572  */ 	display: block !important;
/* 9573  */ 	line-height: 40px;
/* 9574  */ 	margin: -20px 0 0;
/* 9575  */ 	top: 60%;
/* 9576  */ 	z-index: 90;
/* 9577  */ 	cursor: pointer;
/* 9578  */ 	opacity: 0.6 !important;
/* 9579  */ 	filter: alpha(opacity=60) !important;
/* 9580  */ 	background-color: #fff;
/* 9581  */ }
/* 9582  */ 
/* 9583  */ .ls-nav-prev{
/* 9584  */ 	background-image: url(/wp-content/themes/strata/css/img/layer-slider-left.png);
/* 9585  */ 	background-position: center center;
/* 9586  */ 	background-repeat: no-repeat;
/* 9587  */ 	left: -40px;
/* 9588  */ 	-webkit-border-radius: 0 3px 3px 0;
/* 9589  */ 	-moz-border-radius: 0 3px 3px 0;
/* 9590  */ 	-ms-border-radius: 0 3px 3px 0;
/* 9591  */ 	border-radius: 0 3px 3px 0;
/* 9592  */ 	-webkit-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out !important; 
/* 9593  */     -moz-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out  !important;  
/* 9594  */     -o-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out  !important; 
/* 9595  */     -ms-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out  !important;
/* 9596  */     transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out  !important;  
/* 9597  */ }
/* 9598  */ 
/* 9599  */ .ls-nav-next{
/* 9600  */ 	background-image: url(/wp-content/themes/strata/css/img/layer-slider-right.png);

/* stylesheet.min.css */

/* 9601  */ 	background-position: center center;
/* 9602  */ 	background-repeat: no-repeat;
/* 9603  */ 	right: -40px;
/* 9604  */ 	-webkit-border-radius: 3px 0 0 3px;
/* 9605  */ 	-moz-border-radius: 3px 0 0 3px;
/* 9606  */ 	-ms-border-radius: 3px 0 0 3px;
/* 9607  */ 	border-radius: 3px 0 0 3px;
/* 9608  */ 	-webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out !important;  
/* 9609  */     -moz-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out  !important; 
/* 9610  */     -o-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out  !important; 
/* 9611  */     -ms-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out !important;  
/* 9612  */     transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out  !important;  
/* 9613  */ }
/* 9614  */ 
/* 9615  */ .ls-container:hover .ls-nav-prev{
/* 9616  */ 	left: 0;
/* 9617  */ }
/* 9618  */ 
/* 9619  */ .ls-container:hover .ls-nav-next{
/* 9620  */ 	right: 0;
/* 9621  */ }
/* 9622  */ 
/* 9623  */ .ls-nav-prev:hover,
/* 9624  */ .ls-nav-next:hover{
/* 9625  */ 	opacity: 1 !important;
/* 9626  */ 	filter: alpha(opacity=100) !important;
/* 9627  */ }
/* 9628  */ 
/* 9629  */ @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
/* 9630  */ 	.ls-nav-prev{
/* 9631  */ 		background-image: url(/wp-content/themes/strata/css/img/layer-slider-left@1_5x.png);
/* 9632  */ 		-o-background-size: 5px 8px;
/* 9633  */ 		-webkit-background-size: 5px 8px;
/* 9634  */ 		-moz-background-size: 5px 8px;
/* 9635  */ 		background-size: 5px 8px;
/* 9636  */ 	}
/* 9637  */ 	
/* 9638  */ 	.ls-nav-next{
/* 9639  */ 		background-image: url(/wp-content/themes/strata/css/img/layer-slider-right@1_5x.png);
/* 9640  */ 		-o-background-size: 5px 8px;
/* 9641  */ 		-webkit-background-size: 5px 8px;
/* 9642  */ 		-moz-background-size: 5px 8px;
/* 9643  */ 		background-size: 5px 8px;
/* 9644  */ 	}
/* 9645  */ }
/* 9646  */ @media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
/* 9647  */ 	.ls-nav-prev{
/* 9648  */ 		background-image: url(/wp-content/themes/strata/css/img/layer-slider-left@2x.png);
/* 9649  */ 		-o-background-size: 5px 8px;
/* 9650  */ 		-webkit-background-size: 5px 8px;

/* stylesheet.min.css */

/* 9651  */ 		-moz-background-size: 5px 8px;
/* 9652  */ 		background-size: 5px 8px;
/* 9653  */ 	}
/* 9654  */ 	
/* 9655  */ 	.ls-nav-next{
/* 9656  */ 		background-image: url(/wp-content/themes/strata/css/img/layer-slider-right@2x.png);
/* 9657  */ 		-o-background-size: 5px 8px;
/* 9658  */ 		-webkit-background-size: 5px 8px;
/* 9659  */ 		-moz-background-size: 5px 8px;
/* 9660  */ 		background-size: 5px 8px;
/* 9661  */ 	}
/* 9662  */ }
/* 9663  */ 
/* 9664  */ .element_from_left,
/* 9665  */ .element_from_right,
/* 9666  */ .element_from_top,
/* 9667  */ .element_from_bottom,
/* 9668  */ .element_from_fade{
/* 9669  */ 	display: inline-block;
/* 9670  */ 	width: 100%;
/* 9671  */ }
/* 9672  */ 
/* 9673  */ .touch .no_animation_on_touch .element_from_left>div,
/* 9674  */ .touch .no_animation_on_touch .element_from_right>div,
/* 9675  */ .touch .no_animation_on_touch .element_from_top>div,
/* 9676  */ .touch .no_animation_on_touch .element_from_bottom>div,
/* 9677  */ .touch .no_animation_on_touch .element_from_fade>div,
/* 9678  */ .touch .no_animation_on_touch .element_transform>div{
/* 9679  */ 	opacity: 1;
/* 9680  */ 	filter: alpha(opacity = 100);
/* 9681  */ 	-webkit-transform: scale(1);
/* 9682  */ 	-moz-transform: scale(1);
/* 9683  */ 	-o-transform: scale(1);
/* 9684  */ 	transform: scale(1);
/* 9685  */ 	-webkit-animation: none;
/* 9686  */ 	-moz-animation: none;
/* 9687  */ 	-o-animation: none;
/* 9688  */ 	animation: none;
/* 9689  */ }
/* 9690  */ 
/* 9691  */ .element_from_left > div,
/* 9692  */ .element_from_right > div,
/* 9693  */ .element_from_top > div,
/* 9694  */ .element_from_bottom > div,
/* 9695  */ .element_from_fade > div {
/* 9696  */ 	opacity: 0;
/* 9697  */ 	display: inline-block;
/* 9698  */ 	width: 100%;
/* 9699  */ 	filter: alpha(opacity = 0);
/* 9700  */ }

/* stylesheet.min.css */

/* 9701  */ 
/* 9702  */ .element_transform > div{
/* 9703  */ 	opacity: .2;
/* 9704  */ 	-webkit-transform: scale(0.5);
/* 9705  */ 	-moz-transform: scale(0.5);
/* 9706  */ 	-o-transform: scale(0.5);
/* 9707  */ 	transform: scale(0.5);
/* 9708  */ }
/* 9709  */ 
/* 9710  */ .element_from_fade.element_from_fade_on > div {
/* 9711  */ 	opacity: 1;
/* 9712  */ 	filter: alpha(opacity = 100);
/* 9713  */ 	-webkit-transition: opacity .8s ease 0s;
/* 9714  */ 	-moz-transition: opacity .8s ease 0s;
/* 9715  */ 	-o-transition: opacity .8s ease 0s;
/* 9716  */ 	-webkit-backface-visibility: hidden;
/* 9717  */ }
/* 9718  */ 
/* 9719  */ .element_from_left.element_from_left_on > div {
/* 9720  */ 	-webkit-animation: element-from-left 0.7s 1 ease-in-out;
/* 9721  */ 	-moz-animation: element-from-left 0.7s 1 ease-in-out;
/* 9722  */ 	-o-animation: element-from-left 0.7s 1 ease-in-out;
/* 9723  */ 	animation: element-from-left 0.7s 1 ease-in-out;
/* 9724  */ 	opacity: 1;
/* 9725  */ 	filter: alpha(opacity = 100);
/* 9726  */ 	-webkit-backface-visibility: hidden;
/* 9727  */ }
/* 9728  */ 
/* 9729  */ .element_from_right.element_from_right_on>div {
/* 9730  */ 	-webkit-animation: element-from-right 0.7s 1 ease-in-out;
/* 9731  */ 	-moz-animation: element-from-right 0.7s 1 ease-in-out;
/* 9732  */ 	-o-animation: element-from-right 0.7s 1 ease-in-out;
/* 9733  */ 	animation: element-from-right 0.7s 1 ease-in-out;
/* 9734  */ 	opacity: 1;
/* 9735  */ 	filter: alpha(opacity = 100);
/* 9736  */ 	-webkit-backface-visibility: hidden;
/* 9737  */ }
/* 9738  */ 
/* 9739  */ .element_from_top.element_from_top_on>div {
/* 9740  */ 	-webkit-animation: element-from-top 0.7s 1 ease-in-out;
/* 9741  */ 	-moz-animation: element-from-top 0.7s 1 ease-in-out;
/* 9742  */ 	-o-animation: element-from-top 0.7s 1 ease-in-out;
/* 9743  */ 	animation: element-from-top 0.7s 1 ease-in-out;
/* 9744  */ 	opacity: 1;
/* 9745  */ 	filter: alpha(opacity = 100);
/* 9746  */ 	-webkit-backface-visibility: hidden;
/* 9747  */ }
/* 9748  */ 
/* 9749  */ .element_from_bottom.element_from_bottom_on>div {
/* 9750  */ 	-webkit-animation: element-from-bottom 0.7s 1 ease-in-out;

/* stylesheet.min.css */

/* 9751  */ 	-moz-animation: element-from-bottom 0.7s 1 ease-in-out;
/* 9752  */ 	-o-animation: element-from-bottom 0.7s 1 ease-in-out;
/* 9753  */ 	animation: element-from-bottom 0.7s 1 ease-in-out;
/* 9754  */ 	opacity: 1;
/* 9755  */ 	filter: alpha(opacity = 100);
/* 9756  */ 	-webkit-backface-visibility: hidden;
/* 9757  */ }
/* 9758  */ 
/* 9759  */ .element_transform.element_transform_on>div {
/* 9760  */ 	-webkit-animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
/* 9761  */ 	-moz-animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
/* 9762  */ 	-o-animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
/* 9763  */ 	animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
/* 9764  */ 	opacity: 1;
/* 9765  */ 	-webkit-transform: scale(1);
/* 9766  */ 	-moz-transform: scale(1);
/* 9767  */ 	-o-transform: scale(1);
/* 9768  */ 	transform: scale(1);
/* 9769  */ }
/* 9770  */ 
/* 9771  */ @-webkit-keyframes element-from-left {
/* 9772  */ 	0% {
/* 9773  */ 		-webkit-transform: translate(-20%, 0);
/* 9774  */ 		opacity: 0;
/* 9775  */ 	}
/* 9776  */ 	100% {
/* 9777  */ 		-webkit-transform: translate(0, 0);
/* 9778  */ 		opacity: 1;
/* 9779  */ 	}
/* 9780  */ }
/* 9781  */ 
/* 9782  */ @-moz-keyframes element-from-left {
/* 9783  */ 	0% {
/* 9784  */ 		-moz-transform: translate(-20%, 0);
/* 9785  */ 		opacity: 0;
/* 9786  */ 	}
/* 9787  */ 	100% {
/* 9788  */ 		-moz-transform: translate(0, 0);
/* 9789  */ 		opacity: 1;
/* 9790  */ 	}
/* 9791  */ }
/* 9792  */ 
/* 9793  */ @-o-keyframes element-from-left {
/* 9794  */ 	0% {
/* 9795  */ 		-o-transform: translate(-20%, 0);
/* 9796  */ 		opacity: 0;
/* 9797  */ 	}
/* 9798  */ 	100% {
/* 9799  */ 		-o-transform: translate(0, 0);
/* 9800  */ 		opacity: 1;

/* stylesheet.min.css */

/* 9801  */ 	}
/* 9802  */ }
/* 9803  */ 
/* 9804  */ @keyframes element-from-left {
/* 9805  */ 	0% {
/* 9806  */ 		transform: translate(-20%, 0);
/* 9807  */ 		opacity: 0;
/* 9808  */ 	}
/* 9809  */ 	100% {
/* 9810  */ 		transform: translate(0, 0);
/* 9811  */ 		opacity: 1;
/* 9812  */ 	}
/* 9813  */ }
/* 9814  */ 
/* 9815  */ @-webkit-keyframes element-from-right {
/* 9816  */ 	0% {
/* 9817  */ 		-webkit-transform: translate(20%, 0);
/* 9818  */ 		opacity: 0;
/* 9819  */ 	}
/* 9820  */ 	100% {
/* 9821  */ 		-webkit-transform: translate(0, 0);
/* 9822  */ 		opacity: 1;
/* 9823  */ 	}
/* 9824  */ }
/* 9825  */ 
/* 9826  */ @-moz-keyframes element-from-right {
/* 9827  */ 	0% {
/* 9828  */ 		-moz-transform: translate(20%, 0);
/* 9829  */ 		opacity: 0;
/* 9830  */ 	}
/* 9831  */ 	100% {
/* 9832  */ 		-moz-transform: translate(0, 0);
/* 9833  */ 		opacity: 1;
/* 9834  */ 	}
/* 9835  */ }
/* 9836  */ 
/* 9837  */ @-o-keyframes element-from-right {
/* 9838  */ 	0% {
/* 9839  */ 		-o-transform: translate(20%, 0);
/* 9840  */ 		opacity: 0;
/* 9841  */ 	}
/* 9842  */ 	100% {
/* 9843  */ 		-o-transform: translate(0, 0);
/* 9844  */ 		opacity: 1;
/* 9845  */ 	}
/* 9846  */ }
/* 9847  */ 
/* 9848  */ @keyframes element-from-right {
/* 9849  */ 	0% {
/* 9850  */ 		transform: translate(20%, 0);

/* stylesheet.min.css */

/* 9851  */ 		opacity: 0;
/* 9852  */ 	}
/* 9853  */ 	100% {
/* 9854  */ 		transform: translate(0, 0);
/* 9855  */ 		opacity: 1;
/* 9856  */ 	}
/* 9857  */ }
/* 9858  */ 
/* 9859  */ @-webkit-keyframes element-from-bottom {
/* 9860  */ 	0% {
/* 9861  */ 		-webkit-transform: translate(0, 30%);
/* 9862  */ 		opacity: 0;
/* 9863  */ 	}
/* 9864  */ 	100% {
/* 9865  */ 		-webkit-transform: translate(0, 0);
/* 9866  */ 		opacity: 1;
/* 9867  */ 	}
/* 9868  */ }
/* 9869  */ 
/* 9870  */ @-moz-keyframes element-from-bottom {
/* 9871  */ 	0% {
/* 9872  */ 		-moz-transform: translate(0, 30%);
/* 9873  */ 		opacity: 0;
/* 9874  */ 	}
/* 9875  */ 	100% {
/* 9876  */ 		-moz-transform: translate(0, 0);
/* 9877  */ 		opacity: 1;
/* 9878  */ 	}
/* 9879  */ }
/* 9880  */ 
/* 9881  */ @-o-keyframes element-from-bottom {
/* 9882  */ 	0% {
/* 9883  */ 		-o-transform: translate(0, 30%);
/* 9884  */ 		opacity: 0;
/* 9885  */ 	}
/* 9886  */ 	100% {
/* 9887  */ 		-o-transform: translate(0, 0);
/* 9888  */ 		opacity: 1;
/* 9889  */ 	}
/* 9890  */ }
/* 9891  */ 
/* 9892  */ @keyframes element-from-bottom {
/* 9893  */ 	0% {
/* 9894  */ 		transform: translate(0, 30%);
/* 9895  */ 		opacity: 0;
/* 9896  */ 	}
/* 9897  */ 	100% {
/* 9898  */ 		transform: translate(0, 0);
/* 9899  */ 		opacity: 1;
/* 9900  */ 	}

/* stylesheet.min.css */

/* 9901  */ }
/* 9902  */ 
/* 9903  */ @-webkit-keyframes element-from-top {
/* 9904  */ 	0% {
/* 9905  */ 		-webkit-transform: translate(0, -30%);
/* 9906  */ 		opacity: 0;
/* 9907  */ 	}
/* 9908  */ 	100% {
/* 9909  */ 		-webkit-transform: translate(0, 0);
/* 9910  */ 		opacity: 1;
/* 9911  */ 	}
/* 9912  */ }
/* 9913  */ 
/* 9914  */ @-moz-keyframes element-from-top {
/* 9915  */ 	0% {
/* 9916  */ 		-moz-transform: translate(0, -30%);
/* 9917  */ 		opacity: 0;
/* 9918  */ 	}
/* 9919  */ 	100% {
/* 9920  */ 		-moz-transform: translate(0, 0);
/* 9921  */ 		opacity: 1;
/* 9922  */ 	}
/* 9923  */ }
/* 9924  */ 
/* 9925  */ @-o-keyframes element-from-top {
/* 9926  */ 	0% {
/* 9927  */ 		-o-transform: translate(0, -30%);
/* 9928  */ 		opacity: 0;
/* 9929  */ 	}
/* 9930  */ 	100% {
/* 9931  */ 		-o-transform: translate(0, 0);
/* 9932  */ 		opacity: 1;
/* 9933  */ 	}
/* 9934  */ }
/* 9935  */ 
/* 9936  */ @keyframes element-from-top {
/* 9937  */ 	0% {
/* 9938  */ 		transform: translate(0, -30%);
/* 9939  */ 		opacity: 0;
/* 9940  */ 	}
/* 9941  */ 	100% {
/* 9942  */ 		transform: translate(0, 0);
/* 9943  */ 		opacity: 1;
/* 9944  */ 	}
/* 9945  */ }
/* 9946  */ 
/* 9947  */ @-webkit-keyframes element-transform {
/* 9948  */ 	0% {
/* 9949  */ 		-webkit-transform: scale(0.3);
/* 9950  */ 		opacity: .1;

/* stylesheet.min.css */

/* 9951  */ 	}
/* 9952  */ 	100% {
/* 9953  */ 		-webkit-transform: scale(1);
/* 9954  */ 		opacity: 1;
/* 9955  */ 	}
/* 9956  */ }
/* 9957  */ 
/* 9958  */ @-moz-keyframes element-transform {
/* 9959  */ 	0% {
/* 9960  */ 		-moz-transform: scale(0.3);
/* 9961  */ 		opacity: .1;
/* 9962  */ 	}
/* 9963  */ 	100% {
/* 9964  */ 		-moz-transform: scale(1);
/* 9965  */ 		opacity: 1;
/* 9966  */ 	}
/* 9967  */ }
/* 9968  */ 
/* 9969  */ @-o-keyframes element-transform {
/* 9970  */ 	0% {
/* 9971  */ 		-o-transform: scale(0.3);
/* 9972  */ 		opacity: .1;
/* 9973  */ 	}
/* 9974  */ 	100% {
/* 9975  */ 		-o-transform: scale(1);
/* 9976  */ 		opacity: 1;
/* 9977  */ 	}
/* 9978  */ }
/* 9979  */ 
/* 9980  */ @keyframes element-transform {
/* 9981  */ 	0% {
/* 9982  */ 		transform: scale(0.3);
/* 9983  */ 		opacity: .1;
/* 9984  */ 	}
/* 9985  */ 	100% {
/* 9986  */ 		transform: scale(1);
/* 9987  */ 		opacity: 1;
/* 9988  */ 	}
/* 9989  */ }
/* 9990  */ 
/* 9991  */ /* ==========================================================================
/* 9992  *|    Image With Text Over start styles
/* 9993  *|    ========================================================================== */
/* 9994  */ .q_image_with_text_over{
/* 9995  */ 	display: inline-block;
/* 9996  */ 	position: relative;
/* 9997  */ 	margin: 0px;
/* 9998  */ 	width: 100%;
/* 9999  */ }
/* 10000 */ 

/* stylesheet.min.css */

/* 10001 */ .q_image_with_text_over.one_half{
/* 10002 */ 	width: 50%;
/* 10003 */ }
/* 10004 */ 
/* 10005 */ .q_image_with_text_over.one_third{
/* 10006 */ 	width: 33.33%;
/* 10007 */ }
/* 10008 */ 
/* 10009 */ .q_image_with_text_over.one_fourth{
/* 10010 */ 	width: 25%;
/* 10011 */ }
/* 10012 */ 
/* 10013 */ .q_image_with_text_over img{
/* 10014 */ 	display: block;
/* 10015 */ 	position: relative;
/* 10016 */ 	width: 100%;
/* 10017 */ 	z-index: 10;
/* 10018 */ }
/* 10019 */ 
/* 10020 */ .q_image_with_text_over .shader{
/* 10021 */ 	position: absolute;
/* 10022 */ 	width: 100%;
/* 10023 */ 	height: 100%;
/* 10024 */ 	top: 0px;
/* 10025 */ 	left: 0px;
/* 10026 */ 	background-image: url(/wp-content/themes/strata/css/img/pixel.png);
/* 10027 */ 	background-position: 0px 0px;
/* 10028 */ 	background-repeat: repeat;
/* 10029 */ 	z-index: 20;
/* 10030 */ }
/* 10031 */ 
/* 10032 */ .q_image_with_text_over .text{
/* 10033 */ 	position: absolute;
/* 10034 */ 	width: 100%;
/* 10035 */ 	height: 100%;
/* 10036 */ 	top: 0px;
/* 10037 */ 	left: 0px;
/* 10038 */ 	z-index: 30;
/* 10039 */ 	text-align: center;
/* 10040 */ }
/* 10041 */ 
/* 10042 */ .q_image_with_text_over table{
/* 10043 */ 	position: absolute;
/* 10044 */ 	width: 100%;
/* 10045 */ 	height: 100%;
/* 10046 */ 	top: 0px;
/* 10047 */ 	left: 0px;
/* 10048 */ 	width: 100%;
/* 10049 */ 	height: 100%;
/* 10050 */ }

/* stylesheet.min.css */

/* 10051 */ 
/* 10052 */ .q_image_with_text_over table td{
/* 10053 */ 	padding: 0px;
/* 10054 */ 	vertical-align: middle;
/* 10055 */ 	background: none !important;
/* 10056 */ }
/* 10057 */ 
/* 10058 */ .q_image_with_text_over .caption,
/* 10059 */ .q_image_with_text_over .icon_holder{
/* 10060 */ 	opacity: 1;
/* 10061 */ 	filter: alpha(opacity = 100);
/* 10062 */ 	-webkit-transition: opacity 0.4s ease-in-out;
/* 10063 */ 	-moz-transition: opacity 0.4s ease-in-out;
/* 10064 */ 	-o-transition: opacity 0.4s ease-in-out;
/* 10065 */ 	-ms-transition: opacity 0.4s ease-in-out;
/* 10066 */ 	-webkit-transform: translateZ(0px);
/* 10067 */ }
/* 10068 */ 
/* 10069 */ .q_image_with_text_over .caption{
/* 10070 */ 	line-height: 1em;
/* 10071 */ }
/* 10072 */ 
/* 10073 */ .q_image_with_text_over .text p,
/* 10074 */ .q_image_with_text_over .caption,
/* 10075 */ .q_image_with_text_over .icon_holder{
/* 10076 */ 	color: #fff;
/* 10077 */ }
/* 10078 */ 
/* 10079 */ .q_image_with_text_over .icon_holder{
/* 10080 */ 	display: inline-block;
/* 10081 */ 	border-radius: 300px;
/* 10082 */ 	-webkit-border-radius: 300px;
/* 10083 */ 	-moz-border-radius: 300px;
/* 10084 */ 	-o-border-radius: 300px;
/* 10085 */ 	padding: 1em 0.9em;
/* 10086 */ 	border-width: 1px;
/* 10087 */ 	border-color: #fff;
/* 10088 */ 	border-color: rgba(255,255,255,0.6);
/* 10089 */ }
/* 10090 */ 
/* 10091 */ .q_image_with_text_over .icon_holder.fa-2x{
/* 10092 */ 	padding: 0.67em 0.7em;
/* 10093 */ }
/* 10094 */ 
/* 10095 */ .q_image_with_text_over .icon_holder.fa-3x{
/* 10096 */ 	padding: 0.6em 0.62em;
/* 10097 */ }
/* 10098 */ 
/* 10099 */ .q_image_with_text_over .caption{
/* 10100 */ 	margin: 6% 0 0;

/* stylesheet.min.css */

/* 10101 */ }
/* 10102 */ 
/* 10103 */ .q_image_with_text_over .caption.no_icon{
/* 10104 */ 	margin: 0;
/* 10105 */ }
/* 10106 */ 
/* 10107 */ .q_image_with_text_over .desc{
/* 10108 */ 	margin: 0px 30px;
/* 10109 */ 	opacity: 0;
/* 10110 */ 	filter: alpha(opacity = 0);
/* 10111 */ 	-webkit-transition: opacity 0.4s ease-in-out;
/* 10112 */ 	-moz-transition: opacity 0.4s ease-in-out;
/* 10113 */ 	-o-transition: opacity 0.4s ease-in-out;
/* 10114 */ 	-ms-transition: opacity 0.4s ease-in-out;
/* 10115 */ 	-webkit-backface-visibility:hidden;
/* 10116 */ 	-webkit-transform: translateZ(0px);
/* 10117 */ }
/* 10118 */ 
/* 10119 */ .q_image_with_text_over .text:hover .caption,
/* 10120 */ .q_image_with_text_over .text:hover .icon_holder{
/* 10121 */ 	opacity: 0;
/* 10122 */ 	filter: alpha(opacity = 0);
/* 10123 */ }
/* 10124 */ 
/* 10125 */ .q_image_with_text_over .text:hover .desc{
/* 10126 */ 	opacity: 1;
/* 10127 */ 	filter: alpha(opacity = 100);
/* 10128 */ }
/* 10129 */ /* ==========================================================================
/* 10130 *|    Image With Text Over end styles
/* 10131 *|    ========================================================================== */
/* 10132 */ 
/* 10133 */ /* ==========================================================================
/* 10134 *|    Team start styles
/* 10135 *|    ========================================================================== */
/* 10136 */ 
/* 10137 */ .q_team{
/* 10138 */ 	padding:4px 4px 2px 4px;
/* 10139 */ 	border:1px solid #eaeaea;
/* 10140 */ 	-webkit-border-radius: 4px;
/* 10141 */ 	-moz-border-radius: 4px;
/* 10142 */ 	-ms-border-radius: 4px;
/* 10143 */ 	-o-border-radius: 4px;
/* 10144 */ 	border-radius: 4px;
/* 10145 */ 	background-color:#fff;
/* 10146 */ 	overflow:hidden;
/* 10147 */  }
/* 10148 */ 
/* 10149 */  .q_team_inner{
/* 10150 */ 	overflow:hidden;

/* stylesheet.min.css */

/* 10151 */ 	width: 100%;
/* 10152 */ 	border-top:1px solid #eaeaea;
/* 10153 */  }
/* 10154 */ 
/* 10155 */ .q_team .q_team_image{
/* 10156 */ 	border:1px solid #eaeaea;
/* 10157 */ 	border-bottom:0;
/* 10158 */ 	border-top:0;
/* 10159 */ 	-webkit-transition: -webkit-transform 0.4s;
/* 10160 */ 	-moz-transition: -moz-transform 0.4s;
/* 10161 */ 	transition: transform 0.4s;
/* 10162 */ 	position:relative;
/* 10163 */ 	-webkit-backface-visibility: hidden;
/* 10164 */ 	-moz-backface-visibility: hidden;
/* 10165 */ }
/* 10166 */ 
/* 10167 */ .q_team:hover .q_team_image{
/* 10168 */ 	-webkit-transform: translateY(-20px);
/* 10169 */ 	-moz-transform: translateY(-20px);
/* 10170 */ 	-ms-transform: translateY(-20px);
/* 10171 */ 	transform: translateY(-20px);
/* 10172 */ }
/* 10173 */ 
/* 10174 */ .q_team .q_team_image img{
/* 10175 */ 	width:100%;
/* 10176 */ 	vertical-align: middle;
/* 10177 */ }
/* 10178 */ 
/* 10179 */ .q_team .q_team_text{
/* 10180 */ 	border-top:1px solid #eaeaea;
/* 10181 */ 	padding:16px 16px 0;
/* 10182 */ 	background-color:#fff;
/* 10183 */ 	-webkit-transition: -webkit-transform 0.4s;
/* 10184 */ 	-moz-transition: -moz-transform 0.4s;
/* 10185 */ 	-ms-transition: -moz-transform 0.4s;
/* 10186 */ 	transition: transform 0.4s;
/* 10187 */ 	-webkit-backface-visibility: hidden;
/* 10188 */ 	-moz-backface-visibility: hidden;
/* 10189 */ }
/* 10190 */ 
/* 10191 */ .q_team:hover .q_team_text{
/* 10192 */ 	-webkit-transform: translateY(-60px);
/* 10193 */ 	-moz-transform: translateY(-60px);
/* 10194 */ 	-ms-transform: translateY(-60px);
/* 10195 */ 	transform: translateY(-60px);
/* 10196 */ }
/* 10197 */ 
/* 10198 */ .q_team .q_team_text_inner {
/* 10199 */ 	padding: 0 0 22px;
/* 10200 */ }

/* stylesheet.min.css */

/* 10201 */ 
/* 10202 */ .q_team .q_team_title_holder{
/* 10203 */ 	margin: 0 0 9px;
/* 10204 */ }
/* 10205 */ 
/* 10206 */ .q_team .q_team_title_holder span{
/* 10207 */ 	color: #00aeef;
/* 10208 */ }
/* 10209 */ 
/* 10210 */ .q_team .q_team_social_holder{
/* 10211 */ 	position: relative;
/* 10212 */ 	height: 0;
/* 10213 */ 	margin: 0 0 -1px;
/* 10214 */ 	-webkit-backface-visibility: hidden;
/* 10215 */ 	-moz-backface-visibility: hidden;
/* 10216 */ 	-webkit-transform: translateZ(0px);
/* 10217 */ 	-moz-transform: translateZ(0px);
/* 10218 */ 	-ms-transform: translateZ(0px);
/* 10219 */ 	transform: translateZ(0px);
/* 10220 */ }
/* 10221 */ 
/* 10222 */ .q_team .q_social_icon_holder .fa-stack{
/* 10223 */ 	margin: 0 6px 4px 0;
/* 10224 */ }
/* 10225 */ 
/* 10226 */ .q_team .q_social_icon_holder:last-child .fa-stack{
/* 10227 */ 	margin-right:0;
/* 10228 */ }
/* 10229 */ /* ==========================================================================
/* 10230 *|    Team end styles
/* 10231 *|    ========================================================================== */
/* 10232 */    
/* 10233 */    
/* 10234 */ /* ==========================================================================
/* 10235 *|    Service shortcode styles
/* 10236 *|    ========================================================================== */
/* 10237 */ .circle_item .circle {
/* 10238 */ 	font-size: 15px;
/* 10239 */ 	line-height: 13px;
/* 10240 */ 	width: 155px;
/* 10241 */ 	height: 155px;
/* 10242 */ 	display: inline-block;
/* 10243 */ 	text-align: center;
/* 10244 */ 	color: #000;
/* 10245 */ 	background-color: #fbfbfb;
/* 10246 */ 	-o-border-radius: 182px;
/* 10247 */ 	-moz-border-radius: 182px;
/* 10248 */ 	-webkit-border-radius: 182px;
/* 10249 */ 	border-radius: 182px;
/* 10250 */ 	-webkit-transition: all .5s ease 0s;

/* stylesheet.min.css */

/* 10251 */ 	-moz-transition: all .5s ease 0s;
/* 10252 */ 	-o-transition: all .5s ease 0s;
/* 10253 */ 	-webkit-transform: translateZ(0px);
/* 10254 */ 	-moz-transform: translateZ(0px);
/* 10255 */ }
/* 10256 */ 
/* 10257 */ .circle_item .circle div {
/* 10258 */ 	padding: 69.5px 0;
/* 10259 */ }
/* 10260 */ 
/* 10261 */ .circle_left {
/* 10262 */ 	width: 100%;
/* 10263 */ 	display: inline-block;
/* 10264 */ 	margin: 0 0 25px 0;
/* 10265 */ }
/* 10266 */ 
/* 10267 */ .circle_left .circle {
/* 10268 */ 	float: left;
/* 10269 */ }
/* 10270 */ 
/* 10271 */ .circle_left .text {
/* 10272 */ 	padding: 0 10px 0 170px;
/* 10273 */ }
/* 10274 */ 
/* 10275 */ .circle_top {
/* 10276 */ 	width: 100%;
/* 10277 */ 	display: inline-block;
/* 10278 */ 	text-align: center;
/* 10279 */ 	margin: 0 0 25px 0;
/* 10280 */ }
/* 10281 */ 
/* 10282 */ .circle_top .circle {
/* 10283 */ 	margin: 0 auto;
/* 10284 */ }
/* 10285 */ 
/* 10286 */ .circle_top .text {
/* 10287 */ 	margin: 25px 0 0;
/* 10288 */ }
/* 10289 */ 
/* 10290 */ .circle_top .text p {
/* 10291 */ 	margin: 0;
/* 10292 */ }
/* 10293 */ 
/* 10294 */ .circle_item .circle a {
/* 10295 */ 	text-decoration: none;
/* 10296 */ }
/* 10297 */ 
/* 10298 */ .circle_item .circle:hover {
/* 10299 */ 	background-color: #00aeef;
/* 10300 */ 	color: #fff;

/* stylesheet.min.css */

/* 10301 */ }
/* 10302 */ 
/* 10303 */ .circle_item .circle.hover {
/* 10304 */     cursor: pointer;
/* 10305 */ }
/* 10306 */ 
/* 10307 */ .circle_item .circle:hover a {
/* 10308 */ 	color: #fff;
/* 10309 */ }
/* 10310 */ 
/* 10311 */ .fade_in_circle_holder {
/* 10312 */ 	display: block;
/* 10313 */ 	cursor: pointer;
/* 10314 */ 	overflow: hidden;
/* 10315 */ }
/* 10316 */ 
/* 10317 */ .fade_in_circle_holder.animate_circle {
/* 10318 */ 	opacity: 1;
/* 10319 */ 	filter: alpha(opacity=100);
/* 10320 */ 	-webkit-transform: scale(1);
/* 10321 */ 	-moz-transform: scale(1);
/* 10322 */ 	-o-transform: scale(1);
/* 10323 */ 	-ms-transform: scale(1);
/* 10324 */ 	transform: scale(1);
/* 10325 */ }
/* 10326 */ 
/* 10327 */ .fade_in_circle_holder {
/* 10328 */ 	display: table;
/* 10329 */ 	position: relative;
/* 10330 */ 	overflow: hidden;
/* 10331 */ 	opacity: 0;
/* 10332 */ 	filter: alpha(opacity=0);
/* 10333 */ 	-webkit-transform: scale(0.1);
/* 10334 */ 	-moz-transform: scale(0.1);
/* 10335 */ 	-o-transform: scale(0.1);
/* 10336 */ 	-ms-transform: scale(0.1);
/* 10337 */ 	-webkit-transition: all .4s ease-in-out;
/* 10338 */ 	-moz-transition: all .4s ease-in-out;
/* 10339 */ 	-o-transition: all .4s ease-in-out;
/* 10340 */ 	-ms-transition: all .4s ease-in-out;
/* 10341 */ 	transition: all .4s ease-in-out;
/* 10342 */ 	-webkit-backface-visibility: hidden;
/* 10343 */ 	z-index: 2000;
/* 10344 */ }
/* 10345 */ 
/* 10346 */ .touch .no_animation_on_touch .fade_in_circle_holder{
/* 10347 */ 	opacity: 1;
/* 10348 */ 	filter: alpha(opacity=100);
/* 10349 */ 	-webkit-transform: scale(1);
/* 10350 */ 	-moz-transform: scale(1);

/* stylesheet.min.css */

/* 10351 */ 	-o-transform: scale(1);
/* 10352 */ 	-ms-transform: scale(1);
/* 10353 */ 	transform: scale(1);
/* 10354 */ }
/* 10355 */ 
/* 10356 */ /* ==========================================================================
/* 10357 *|    Image hover styles
/* 10358 *|    ========================================================================== */
/* 10359 */ .image_hover {
/* 10360 */ 	position: relative;
/* 10361 */ 	display: inline-block;
/* 10362 */ 	width: 100%;
/* 10363 */ }
/* 10364 */ 
/* 10365 */ .image_hover .images_holder {
/* 10366 */     position: relative;
/* 10367 */ }
/* 10368 */ 
/* 10369 */ .image_hover .images_holder img.hover_image {
/* 10370 */     position: absolute;
/* 10371 */     top: 0;
/* 10372 */     left: 0;
/* 10373 */ }
/* 10374 */ 
/* 10375 */ .image_hover .images_holder img.active_image {
/* 10376 */     opacity: 1;
/* 10377 */ 	filter: alpha(opacity = 100);
/* 10378 */ 	position: relative;
/* 10379 */ 	display: block;
/* 10380 */ }
/* 10381 */ 
/* 10382 */ .image_hover .images_holder img.active_image,
/* 10383 */ .image_hover .images_holder img.hover_image,
/* 10384 */ .image_hover.hovered.show .images_holder img.active_image,
/* 10385 */ .image_hover.hovered.show .images_holder img.hover_image {
/* 10386 */     -webkit-transition: all 0.3s ease-in-out;
/* 10387 */     -ms-transition: all 0.3s ease-in-out;
/* 10388 */ 	-moz-transition: all 0.3s ease-in-out;
/* 10389 */ 	-o-transition: all 0.3s ease-in-out;
/* 10390 */ 	-webkit-backface-visibility:hidden;
/* 10391 */ 	-webkit-transform: translateZ(0px);
/* 10392 */ }
/* 10393 */ 
/* 10394 */ .image_hover .images_holder img.hover_image {
/* 10395 */     opacity: 0;
/* 10396 */ 	filter: alpha(opacity = 0);
/* 10397 */ }
/* 10398 */ 
/* 10399 */ .image_hover .images_holder:hover img.active_image,
/* 10400 */ .image_hover.hovered.show .images_holder img.active_image {

/* stylesheet.min.css */

/* 10401 */     opacity: 0;
/* 10402 */ 	filter: alpha(opacity = 0);
/* 10403 */ }
/* 10404 */ 
/* 10405 */ .image_hover .images_holder:hover img.hover_image,
/* 10406 */ .image_hover.hovered.show .images_holder img.hover_image {
/* 10407 */     opacity: 1;
/* 10408 */ 	filter: alpha(opacity = 100);
/* 10409 */ }
/* 10410 */ 
/* 10411 */ /* ==========================================================================
/* 10412 *|    Call to action widget styles
/* 10413 *|    ========================================================================== */
/* 10414 */ 
/* 10415 */ .content_bottom{
/* 10416 */ 	position: relative;
/* 10417 */ 	z-index: 100;
/* 10418 */ }
/* 10419 */ 	 
/* 10420 */ .qode_call_to_action.container {
/* 10421 */     background-color: #00aeef;
/* 10422 */ }
/* 10423 */ 
/* 10424 */ .qode_call_to_action.in_grid {
/* 10425 */     -webkit-border-radius: 4px;
/* 10426 */     -moz-border-radius: 4px;
/* 10427 */     -ms-border-radius: 4px;
/* 10428 */     -o-border-radius: 4px;
/* 10429 */     border-radius: 4px;
/* 10430 */ }
/* 10431 */ 
/* 10432 */ .qode_call_to_action.container .container_inner {
/* 10433 */     padding: 40px 0;
/* 10434 */ }
/* 10435 */ 
/* 10436 */ .call_to_action_text_wrapper p {
/* 10437 */     font-size: 19px;
/* 10438 */     font-weight: 300;
/* 10439 */     line-height: 1.692307692307692em;
/* 10440 */     color: #fff;
/* 10441 */     text-align: center;
/* 10442 */ }
/* 10443 */ 
/* 10444 */ .qode_call_to_action .call_to_action_text_wrapper {
/* 10445 */     line-height: 40px;
/* 10446 */ }
/* 10447 */ 
/* 10448 */ .qode_call_to_action .qbutton{
/* 10449 */ 	position: static;
/* 10450 */ }

/* stylesheet.min.css */

/* 10451 */ 
/* 10452 */ .call_to_action_button_wrapper {
/* 10453 */     text-align: left;
/* 10454 */ }
/* 10455 */ 
/* 10456 */ .call_to_action_button_wrapper.left {
/* 10457 */     text-align: left;
/* 10458 */ }
/* 10459 */ 
/* 10460 */ .qode_call_to_action .two_columns_75_25>.column2.left>.column_inner {
/* 10461 */     padding: 0 20px 0 0;
/* 10462 */ }
/* 10463 */ 
/* 10464 */ .qode_call_to_action.in_grid .two_columns_75_25>.column2.left>.column_inner {
/* 10465 */     padding-left: 28px;
/* 10466 */ }
/* 10467 */ 
/* 10468 */ .qode_call_to_action.in_grid .two_columns_75_25>.column2>.column_inner {
/* 10469 */     padding-right: 28px;
/* 10470 */ }
/* 10471 */ 
/* 10472 */ .qode_call_to_action.in_grid .two_columns_75_25>.column1.left>.column_inner {
/* 10473 */     padding-right: 28px;
/* 10474 */ }
/* 10475 */ 
/* 10476 */ .qode_call_to_action.in_grid .two_columns_75_25>.column1>.column_inner {
/* 10477 */     padding-left: 28px;
/* 10478 */ }
/* 10479 */ 
/* 10480 */ .qode_call_to_action .two_columns_75_25>.column1.left>.column_inner {
/* 10481 */     padding: 0;
/* 10482 */ }
/* 10483 */ 
/* 10484 */ .qode_call_to_action .two_columns_75_25>.column1.left {
/* 10485 */     text-align: right;
/* 10486 */ }
/* 10487 */ 
/* 10488 */ /*
/* 10489 *|  * Bootstrap v3.0.0
/* 10490 *|  *
/* 10491 *|  * Copyright 2013 Twitter, Inc
/* 10492 *|  * Licensed under the Apache License v2.0
/* 10493 *|  * http://www.apache.org/licenses/LICENSE-2.0
/* 10494 *|  *
/* 10495 *|  * Designed and built with all the love in the world by @mdo and @fat.
/* 10496 *|  * normalize.css v2.1.0 | MIT License | git.io/normalize */
/* 10497 */ .carousel {
/* 10498 */ 	position: relative;
/* 10499 */ }
/* 10500 */ 

/* stylesheet.min.css */

/* 10501 */ .carousel-inner {
/* 10502 */ 	position: relative;
/* 10503 */ 	width: 100%;
/* 10504 */ 	overflow: hidden;
/* 10505 */ }
/* 10506 */ 
/* 10507 */ .boxed .carousel-inner{
/* 10508 */ 	width: 1150px;
/* 10509 */ 	left: auto !important;
/* 10510 */ }
/* 10511 */ 
/* 10512 */ .carousel-inner > .item {
/* 10513 */ 	position: relative;
/* 10514 */ 	display: none;
/* 10515 */ 	-webkit-transition: 0.6s ease-in-out left;
/* 10516 */ 	transition: 0.6s ease-in-out left;
/* 10517 */ }
/* 10518 */ 
/* 10519 */ .carousel-inner > .item > img,
/* 10520 */ .carousel-inner > .item > a > img {
/* 10521 */ 	display: block;
/* 10522 */ 	height: auto;
/* 10523 */ 	max-width: 100%;
/* 10524 */ 	line-height: 1;
/* 10525 */ }
/* 10526 */ 
/* 10527 */ .carousel-inner > .active,
/* 10528 */ .carousel-inner > .next,
/* 10529 */ .carousel-inner > .prev {
/* 10530 */ 	display: block;
/* 10531 */ }
/* 10532 */ 
/* 10533 */ .carousel-inner > .active {
/* 10534 */ 	left: 0;
/* 10535 */ }
/* 10536 */ 
/* 10537 */ .carousel-inner > .next,
/* 10538 */ .carousel-inner > .prev {
/* 10539 */ 	position: absolute;
/* 10540 */ 	top: 0;
/* 10541 */ 	width: 100%;
/* 10542 */ }
/* 10543 */ 
/* 10544 */ .carousel-inner > .next {
/* 10545 */ 	left: 100%;
/* 10546 */ }
/* 10547 */ 
/* 10548 */ .carousel-inner > .prev {
/* 10549 */ 	left: -100%;
/* 10550 */ }

/* stylesheet.min.css */

/* 10551 */ 
/* 10552 */ .carousel-inner > .next.left,
/* 10553 */ .carousel-inner > .prev.right {
/* 10554 */ 	left: 0;
/* 10555 */ }
/* 10556 */ 
/* 10557 */ .carousel-inner > .active.left {
/* 10558 */ 	left: -100%;
/* 10559 */ }
/* 10560 */ 
/* 10561 */ .carousel-inner > .active.right {
/* 10562 */ 	left: 100%;
/* 10563 */ }
/* 10564 */ 
/* 10565 */ .carousel-indicators {
/* 10566 */ 	position: absolute;
/* 10567 */ 	bottom: 20px;
/* 10568 */ 	left: 50%;
/* 10569 */ 	z-index: 15;
/* 10570 */ 	width: 60%;
/* 10571 */ 	padding-left: 0;
/* 10572 */ 	margin-left: -30%;
/* 10573 */ 	text-align: center;
/* 10574 */ 	list-style: none;
/* 10575 */ }
/* 10576 */ 
/* 10577 */ .carousel-indicators li {
/* 10578 */ 	display: inline-block;
/* 10579 */ 	width: 8px;
/* 10580 */ 	height: 8px;
/* 10581 */ 	margin: 1px;
/* 10582 */ 	text-indent: -999px;
/* 10583 */ 	cursor: pointer;
/* 10584 */ 	border-radius: 10px;
/* 10585 */ }
/* 10586 */ 
/* 10587 */ .carousel-caption {
/* 10588 */ 	position: absolute;
/* 10589 */ 	right: 15%;
/* 10590 */ 	bottom: 40px;
/* 10591 */ 	left: 15%;
/* 10592 */ 	z-index: 10;
/* 10593 */ 	padding-top: 20px;
/* 10594 */ 	padding-bottom: 20px;
/* 10595 */ 	color: #fff;
/* 10596 */ 	text-align: center;
/* 10597 */ 	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
/* 10598 */ }
/* 10599 */ 
/* 10600 */ .carousel-caption .btn {

/* stylesheet.min.css */

/* 10601 */ 	text-shadow: none;
/* 10602 */ }
/* 10603 */ 
/* 10604 */ @media screen and (min-width: 768px) {
/* 10605 */ 	.carousel-control .icon-prev,
/* 10606 */ 	.carousel-control .icon-next {
/* 10607 */ 		width: 30px;
/* 10608 */ 		height: 30px;
/* 10609 */ 		margin-top: -15px;
/* 10610 */ 		margin-left: -15px;
/* 10611 */ 		font-size: 30px;
/* 10612 */ 	}
/* 10613 */ 
/* 10614 */ 	.carousel-caption {
/* 10615 */ 		right: 20%;
/* 10616 */ 		left: 20%;
/* 10617 */ 		padding-bottom: 30px;
/* 10618 */ 	}
/* 10619 */ }
/* 10620 */ 
/* 10621 */ /* ==== Carousel Custom - Start ==== */
/* 10622 */ 
/* 10623 */ .carousel {
/* 10624 */ 	margin-bottom: 0;
/* 10625 */ }
/* 10626 */ 
/* 10627 */ .carousel.full_screen {
/* 10628 */ 	height: 1500px;
/* 10629 */ }
/* 10630 */ 
/* 10631 */ .qode_slider_preloader{
/* 10632 */ 	width: 100%;
/* 10633 */ 	background-color: #1c1c1c;
/* 10634 */ 	position: absolute;
/* 10635 */ 	z-index: 20;
/* 10636 */ }
/* 10637 */ 
/* 10638 */ .qode_slider_preloader{
/* 10639 */ 	height: 1500px;
/* 10640 */ }
/* 10641 */ 
/* 10642 */ .qode_slider_preloader .ajax_loader_slider{
/* 10643 */ 	display: block;
/* 10644 */ 	position: absolute;
/* 10645 */ }
/* 10646 */ 
/* 10647 */ .carousel-inner .slider_content_outer{
/* 10648 */ 	position: relative;
/* 10649 */ 	height: 100%;
/* 10650 */ 	width: 1100px;

/* stylesheet.min.css */

/* 10651 */ 	margin: 0px auto;
/* 10652 */ 	z-index: 12;
/* 10653 */ }
/* 10654 */ 
/* 10655 */ .carousel-inner .slider_content {
/* 10656 */ 	position: absolute;
/* 10657 */ 	width: 100%;
/* 10658 */ 	
/* 10659 */ }
/* 10660 */ 
/* 10661 */ .carousel-inner .slider_content .thumb{
/* 10662 */ 	opacity: 0;
/* 10663 */ 	filter: alpha(opacity = 0);
/* 10664 */ 	text-align: center;
/* 10665 */ 	height: 100%;
/* 10666 */ }
/* 10667 */ 
/* 10668 */ @media only screen and (max-height: 850px){
/* 10669 */ 	.full_screen .carousel-inner .slider_content{
/* 10670 */ 		height: 35%;
/* 10671 */ 	}
/* 10672 */ }
/* 10673 */ 
/* 10674 */ @media only screen and (max-height: 600px){
/* 10675 */ 	.full_screen .carousel-inner .slider_content{
/* 10676 */ 		height: 25%;
/* 10677 */ 	}
/* 10678 */ }
/* 10679 */ 
/* 10680 */ .carousel-inner .slider_content.left .thumb{
/* 10681 */ 	text-align: left;
/* 10682 */ }
/* 10683 */ 
/* 10684 */ .carousel-inner .slider_content.right .thumb{
/* 10685 */ 	text-align: right;
/* 10686 */ }
/* 10687 */ 
/* 10688 */ .carousel-inner .active .slider_content .thumb{
/* 10689 */ 	-webkit-animation: rotate 1s 1 ease-out;
/* 10690 */ 	-moz-animation: rotate 1s 1 ease-out;
/* 10691 */ 	-o-animation: rotate 1s 1 ease-out;
/* 10692 */ 	animation: rotate 1s 1 ease-out;
/* 10693 */ 	opacity: 1;
/* 10694 */ 	filter: alpha(opacity = 100);
/* 10695 */ }
/* 10696 */ 
/* 10697 */ .carousel-inner .active .slider_content .thumb.fade{
/* 10698 */ 	-webkit-animation: fade 1s 1 ease-out;
/* 10699 */ 	-moz-animation: fade 1s 1 ease-out;
/* 10700 */ 	-o-animation: fade 1s 1 ease-out;

/* stylesheet.min.css */

/* 10701 */ 	animation: fade 1s 1 ease-out;
/* 10702 */ }
/* 10703 */ 
/* 10704 */ .carousel-inner .slider_content .thumb img{
/* 10705 */ 	max-height: 100%;
/* 10706 */ }
/* 10707 */ 
/* 10708 */ .carousel-inner .slider_content .text{
/* 10709 */ 	text-align: center;
/* 10710 */ 	opacity: 0;
/* 10711 */ 	filter: alpha(opacity = 0);
/* 10712 */ 	position: relative;
/* 10713 */ 	display: inline-block;
/* 10714 */ 	width: 100%;
/* 10715 */ 	margin: 10px 0px 10px 0px;
/* 10716 */ }
/* 10717 */ 
/* 10718 */ .carousel-inner .active .slider_content .text {
/* 10719 */ 	-webkit-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
/* 10720 */ 	-moz-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
/* 10721 */ 	-o-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
/* 10722 */ 	animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
/* 10723 */ 	opacity: 1;
/* 10724 */ 	filter: alpha(opacity = 100);
/* 10725 */ }
/* 10726 */ 
/* 10727 */ .carousel-inner .slider_content .text .qbutton{
/* 10728 */ 	margin: 10px 0px 0px 0px;
/* 10729 */ }
/* 10730 */ 
/* 10731 */ .carousel-inner .slider_content .text .qbutton.green{
/* 10732 */ 	margin: 10px 0px 0px 10px;
/* 10733 */ }
/* 10734 */ 
/* 10735 */ .carousel-inner h2 {
/* 10736 */ 	font-size: 45px;
/* 10737 */   line-height: 55px;
/* 10738 */ 	font-weight: 300;
/* 10739 */ 	color: #fff;
/* 10740 */ 	text-align: center;
/* 10741 */ 	margin: 10px 0px;
/* 10742 */ 	padding: 0px;
/* 10743 */ 	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
/* 10744 */ }
/* 10745 */ 
/* 10746 */ .carousel-inner p {
/* 10747 */ 	color: #fff;
/* 10748 */ 	text-align: center;
/* 10749 */ 	font-size: 19px;
/* 10750 */   line-height: 24px;

/* stylesheet.min.css */

/* 10751 */ 	font-weight: 300;
/* 10752 */ 	margin: 10px 0px 15px 0px;
/* 10753 */ 	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
/* 10754 */ }
/* 10755 */ 
/* 10756 */ .carousel-inner .dark h2,
/* 10757 */ .carousel-inner .dark p{
/* 10758 */ 	color: #000;
/* 10759 */ }
/* 10760 */ 
/* 10761 */ .carousel-inner .left .text,
/* 10762 */ .carousel-inner .left h2,
/* 10763 */ .carousel-inner .left p{
/* 10764 */ 	text-align: left;
/* 10765 */ }
/* 10766 */ 
/* 10767 */ .carousel-inner .right .text,
/* 10768 */ .carousel-inner .right h2,
/* 10769 */ .carousel-inner .right p{
/* 10770 */ 	text-align: right;
/* 10771 */ }
/* 10772 */ 
/* 10773 */ .carousel-inner {
/* 10774 */ 	left: 0 !important;
/* 10775 */  	position: fixed;
/* 10776 */ 	overflow: hidden;
/* 10777 */ 	width: 100%;
/* 10778 */ 	z-index: 1;
/* 10779 */ 	transform: translate(0px, 0px);
/* 10780 */ 	-ms-transform: translate(0px, 0px);
/* 10781 */ 	-moz-transform: translate(0px, 0px);
/* 10782 */ 	-webkit-transform: translate(0px, 0px);
/* 10783 */ 	-o-transform: translate(0px, 0px);
/* 10784 */ 	-webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 10785 */ 	-moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 10786 */ 	-o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 10787 */ 	-ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 10788 */ 	transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
/* 10789 */ }
/* 10790 */ 
/* 10791 */ .carousel-inner .item img {
/* 10792 */ 	display: inline-block !important;
/* 10793 */ }
/* 10794 */ 
/* 10795 */ .touch .carousel-inner .item {
/* 10796 */ 	background-position: center 0px !important;
/* 10797 */ }
/* 10798 */ 
/* 10799 */ .carousel-inner .item .image{
/* 10800 */ 	position: absolute;

/* stylesheet.min.css */

/* 10801 */ 	top: 0px;
/* 10802 */ 	left: 0px;
/* 10803 */ 	background-position: center 0px;
/* 10804 */ 	background-repeat: no-repeat;
/* 10805 */ 	background-size: cover;
/* 10806 */ 	width: 100%;
/* 10807 */ 	height: 100%;
/* 10808 */ 
/* 10809 */ }
/* 10810 */ 
/* 10811 */ .carousel-inner .item .image img{
/* 10812 */ 	display: none !important;
/* 10813 */ 	width: 0px;
/* 10814 */ 	height: 0px;
/* 10815 */ }
/* 10816 */ 
/* 10817 */ .carousel-control {
/* 10818 */ 	top: 0px;
/* 10819 */ 	width: 21%;
/* 10820 */ 	color: #333;
/* 10821 */ 	font-size: 13px;
/* 10822 */ 	height: 100%;
/* 10823 */ 	background: none;
/* 10824 */ 	text-shadow: none;
/* 10825 */ 	position: absolute;
/* 10826 */ 	border-radius: 0;
/* 10827 */ 	-webkit-border-radius: 0;
/* 10828 */ 	-moz-border-radius: 0;
/* 10829 */ 	border: none;
/* 10830 */ 	z-index: 2 !important;
/* 10831 */ 	margin: 0px;
/* 10832 */ 	outline: none;
/* 10833 */ 	cursor: pointer;
/* 10834 */ 	-webkit-transition: color 0.6s ease-in-out, opacity 0.3s ease-in-out;
/* 10835 */ 	-moz-transition: color 0.6s ease-in-out, opacity 0.3s ease-in-out;
/* 10836 */ 	-o-transition: color 0.6s ease-in-out, opacity 0.3s ease-in-out;
/* 10837 */ 	-ms-transform: color 0.6s ease-in-out, opacity 0.3s ease-in-out;
/* 10838 */ 	transition: color 0.6s ease-in-out, opacity 0.3s ease-in-out;
/* 10839 */ }
/* 10840 */ 
/* 10841 */ .carousel-control.right {
/* 10842 */ 	right: 0;
/* 10843 */ 	left: auto;
/* 10844 */ }
/* 10845 */ 
/* 10846 */ .carousel-control:hover{
/* 10847 */ 	color: #333;
/* 10848 */ 	opacity: 1 !important;
/* 10849 */ }
/* 10850 */ 

/* stylesheet.min.css */

/* 10851 */ .carousel-control.dark,
/* 10852 */ .carousel-control.dark:hover{
/* 10853 */ 	color: #fff;
/* 10854 */ }
/* 10855 */ 
/* 10856 */ .carousel-control .prev_nav,
/* 10857 */ .carousel-control .next_nav{
/* 10858 */ 	height: 40px;
/* 10859 */ 	width: 40px;
/* 10860 */ 	background-color: #fff;
/* 10861 */ 	line-height: 40px;
/* 10862 */ 	font-size: 14px;
/* 10863 */ 	position: absolute;
/* 10864 */ 	top: 50%;
/* 10865 */ 	margin-top: -20px;
/* 10866 */ 	text-align: center;
/* 10867 */ 	z-index: 10;
/* 10868 */ 	-webkit-transition: all 0.3s ease 0s;
/* 10869 */ 	-moz-transition: all 0.3s ease 0s;
/* 10870 */ 	-o-transition: all 0.3s ease 0s;
/* 10871 */ 	transition: all 0.3s ease-in-out;
/* 10872 */ 	opacity: 0;
/* 10873 */ }
/* 10874 */ 
/* 10875 */ .carousel-control.dark .prev_nav,
/* 10876 */ .carousel-control.dark .next_nav{
/* 10877 */ 	background-color: #000;
/* 10878 */ }
/* 10879 */ 
/* 10880 */ .carousel-control .prev_nav{
/* 10881 */ 	left: -40px;
/* 10882 */ 	-webkit-border-radius:0px 3px 3px 0px;
/* 10883 */ 	-moz-border-radius:0px 3px 3px 0px;
/* 10884 */ 	-ms-border-radius: 0px 3px 3px 0px;
/* 10885 */ 	border-radius:0px 3px 3px 0px;
/* 10886 */ }
/* 10887 */ 
/* 10888 */ .q_slider:hover .carousel-control .prev_nav{
/* 10889 */ 	left: 0px;
/* 10890 */ 	opacity: 1;
/* 10891 */ }
/* 10892 */ 
/* 10893 */ .carousel-control .next_nav{
/* 10894 */ 	right: -40px;
/* 10895 */ 	-webkit-border-radius:3px 0px 0px 3px;
/* 10896 */ 	-moz-border-radius:3px 0px 0px 3px;
/* 10897 */ 	-ms-border-radius: 3px 0px 0px 3px;
/* 10898 */ 	border-radius:3px 0px 0px 3px;
/* 10899 */ }
/* 10900 */ 

/* stylesheet.min.css */

/* 10901 */ .q_slider:hover .carousel-control .next_nav{
/* 10902 */ 	right: 0px;
/* 10903 */ 	opacity: 1;
/* 10904 */ }
/* 10905 */ 
/* 10906 */ .carousel-control .thumb_holder{
/* 10907 */ 	width: 150px;
/* 10908 */ 	display: block;
/* 10909 */ 	position: absolute;
/* 10910 */ 	margin: -20px 0px 0px 0px;
/* 10911 */ 	top: 50%;
/* 10912 */ 	z-index: 9;
/* 10913 */ }
/* 10914 */ 
/* 10915 */ .carousel-control .thumb_holder .thumb_top{
/* 10916 */ 	background-color: #fff;
/* 10917 */ 	display: block;
/* 10918 */ 	position: relative;
/* 10919 */ }
/* 10920 */ 
/* 10921 */ .carousel-control.dark .thumb_holder .thumb_top{
/* 10922 */ 	background-color: #000;
/* 10923 */ }
/* 10924 */ 
/* 10925 */ .carousel-control.left .thumb_holder .thumb_top{
/* 10926 */ 	-webkit-border-radius:0px 3px 0px 0px;
/* 10927 */ 	-moz-border-radius:0px 3px 0px 0px;
/* 10928 */ 	-ms-border-radius: 0px 3px 0px 0px;
/* 10929 */ 	border-radius:0px 3px 0px 0px;
/* 10930 */ }
/* 10931 */ 
/* 10932 */ .carousel-control.right .thumb_holder .thumb_top{
/* 10933 */ 	-webkit-border-radius:3px 0px 0px 0px;
/* 10934 */ 	-moz-border-radius:3px 0px 0px 0px;
/* 10935 */ 	-ms-border-radius: 3px 0px 0px 0px;
/* 10936 */ 	border-radius:3px 0px 0px 0px;
/* 10937 */ }
/* 10938 */ 
/* 10939 */ .carousel-control.left .thumb_holder{
/* 10940 */ 	left: -100%;
/* 10941 */ 	-webkit-transition: left 0.2s ease-in-out;
/* 10942 */ 	-moz-transition: left 0.2s ease-in-out;
/* 10943 */ 	-o-transition: left 0.2s ease-in-out;
/* 10944 */ 	-ms-transform: left 0.2s ease-in-out;
/* 10945 */ 	transition: left 0.2s ease-in-out;
/* 10946 */ 	-webkit-border-radius:0px 3px 3px 0px;
/* 10947 */ 	-moz-border-radius:0px 3px 3px 0px;
/* 10948 */ 	-ms-border-radius: 0px 3px 3px 0px;
/* 10949 */ 	border-radius:0px 3px 3px 0px;
/* 10950 */ }

/* stylesheet.min.css */

/* 10951 */ 
/* 10952 */ .slider_thumbs .carousel-control.left:hover .thumb_holder{
/* 10953 */ 	left: 0px;
/* 10954 */ }
/* 10955 */ 
/* 10956 */ .in_progress.slider_thumbs .carousel-control.left .thumb_holder{
/* 10957 */ 	left: -100% !important;
/* 10958 */ }
/* 10959 */ 
/* 10960 */ .carousel-control.right .thumb_holder{
/* 10961 */ 	right: -100%;
/* 10962 */ 	-webkit-transition: right 0.2s ease-in-out;
/* 10963 */ 	-moz-transition: right 0.2s ease-in-out;
/* 10964 */ 	-o-transition: right 0.2s ease-in-out;
/* 10965 */ 	-ms-transform: right 0.2s ease-in-out;
/* 10966 */ 	transition: right 0.2s ease-in-out;
/* 10967 */ 	-webkit-border-radius:3px 0px 0px 3px;
/* 10968 */ 	-moz-border-radius:3px 0px 0px 3px;
/* 10969 */ 	-ms-border-radius: 3px 0px 0px 3px;
/* 10970 */ 	border-radius:3px 0px 0px 3px;
/* 10971 */ }
/* 10972 */ 
/* 10973 */ .slider_thumbs .carousel-control.right:hover .thumb_holder{
/* 10974 */ 	right: 0px;
/* 10975 */ }
/* 10976 */ 
/* 10977 */ .in_progress.slider_thumbs .carousel-control.right .thumb_holder{
/* 10978 */ 	right: -100% !important;
/* 10979 */ }
/* 10980 */ 
/* 10981 */ .carousel-control.left .arrow_left{
/* 10982 */ 	float: left;
/* 10983 */ 	height: 40px;
/* 10984 */ 	line-height: 40px;
/* 10985 */ 	padding: 0px 0px 0px 15px;
/* 10986 */ }
/* 10987 */ 
/* 10988 */ .carousel-control.left .numbers{
/* 10989 */ 	float: right;
/* 10990 */ 	height: 40px;
/* 10991 */ 	line-height: 40px;
/* 10992 */ 	padding: 0px 20px 0px 0px;
/* 10993 */ }
/* 10994 */ 
/* 10995 */ .carousel-control.right .arrow_right{
/* 10996 */ 	float: right;
/* 10997 */ 	height: 40px;
/* 10998 */ 	line-height: 40px;
/* 10999 */ 	padding: 0px 15px 0px 0px;
/* 11000 */ }

/* stylesheet.min.css */

/* 11001 */ 
/* 11002 */ .carousel-control.right .numbers{
/* 11003 */ 	float: left;
/* 11004 */ 	height: 40px;
/* 11005 */ 	line-height: 40px;
/* 11006 */ 	padding: 0px 0px 0px 20px;
/* 11007 */ }
/* 11008 */ 
/* 11009 */ .carousel-control .img_outer{
/* 11010 */ 	top: 0px;
/* 11011 */ 	clear: both;
/* 11012 */ 	width: 150px;
/* 11013 */ 	height: 47px;
/* 11014 */ 	position: relative;
/* 11015 */ 	display: block;
/* 11016 */ 	overflow: hidden;
/* 11017 */ 	margin: 0px 0px -2px 0px;
/* 11018 */ }
/* 11019 */ 
/* 11020 */ .carousel-control .img{
/* 11021 */ 	top: -47px;
/* 11022 */ 	width: 150px;
/* 11023 */ 	height: 47px;
/* 11024 */ 	position: relative;
/* 11025 */ 	display: block;
/* 11026 */ 	overflow: hidden;
/* 11027 */ }
/* 11028 */ 
/* 11029 */ .in_progress .carousel-control:hover .img{
/* 11030 */ 	top: -47px !important;
/* 11031 */ }
/* 11032 */ 
/* 11033 */ .carousel-control:hover .img{
/* 11034 */ 	top: 0px;
/* 11035 */ 	-webkit-transition: top 0.2s ease-in-out 0.2s;
/* 11036 */ 	-moz-transition: top 0.2s ease-in-out 0.2s;
/* 11037 */ 	-o-transition: top 0.2s ease-in-out 0.2s;
/* 11038 */ 	-ms-transform: top 0.2s ease-in-out 0.2s;
/* 11039 */ 	transition: top 0.2s ease-in-out 0.2s;
/* 11040 */ }
/* 11041 */ 
/* 11042 */ .carousel-control.right .img{
/* 11043 */ 	float: right;
/* 11044 */ }
/* 11045 */ 
/* 11046 */ .carousel-control .img img,
/* 11047 */ .carousel-control .img .video{
/* 11048 */ 	position: absolute;
/* 11049 */ 	top: 0px;
/* 11050 */ 	left: 0px;

/* stylesheet.min.css */

/* 11051 */ 	z-index: 2;
/* 11052 */ }
/* 11053 */ 
/* 11054 */ .carousel-control .img .video{
/* 11055 */   left: -1px;
/* 11056 */ }
/* 11057 */ 
/* 11058 */ .carousel-control .img .old{
/* 11059 */ 	z-index: 1;
/* 11060 */ }
/* 11061 */ 
/* 11062 */ @media only screen and (max-width: 1300px){
/* 11063 */ 	.carousel-control {
/* 11064 */ 		width: 15%;
/* 11065 */ 	}
/* 11066 */ }
/* 11067 */ 
/* 11068 */ @media only screen and (max-width: 1000px){
/* 11069 */ 	.carousel-control{
/* 11070 */ 		width: 10%;
/* 11071 */ 	}
/* 11072 */ 	
/* 11073 */ 	.carousel-control .prev_nav{
/* 11074 */ 		left: 0px;
/* 11075 */ 		opacity: 1;
/* 11076 */ 	}
/* 11077 */ 
/* 11078 */ 	.carousel-control.left .thumb_holder{
/* 11079 */ 		display: none;
/* 11080 */ 	}
/* 11081 */ 	
/* 11082 */ 	.carousel-control .next_nav{
/* 11083 */ 		right: 0px;
/* 11084 */ 		opacity: 1;
/* 11085 */ 	}
/* 11086 */ 
/* 11087 */ 	.carousel-control.right .thumb_holder{
/* 11088 */ 		display: none;
/* 11089 */ 	}
/* 11090 */ }
/* 11091 */ 
/* 11092 */ .touch .carousel-control{
/* 11093 */ 	width: 10%;
/* 11094 */ }
/* 11095 */ 
/* 11096 */ .touch .carousel-control.left{
/* 11097 */ 	background-position: 30px center !important;
/* 11098 */ }
/* 11099 */ 
/* 11100 */ .touch .carousel-control.left .thumb_holder{

/* stylesheet.min.css */

/* 11101 */ 	display: none;
/* 11102 */ }
/* 11103 */ 
/* 11104 */ .touch .carousel-control.right{
/* 11105 */ 	background-position: 100% center !important;
/* 11106 */ }
/* 11107 */ 
/* 11108 */ .touch .carousel-control.right .thumb_holder{
/* 11109 */ 	display: none;
/* 11110 */ }
/* 11111 */ 
/* 11112 */ @media (max-width: 1024px) {
/* 11113 */ 	.carousel-inner{
/* 11114 */ 		position: relative;
/* 11115 */ 	}
/* 11116 */ 	
/* 11117 */ /* -- Updated on 30/04/2016 for fixing banner
/* 11118 *| 	.carousel-inner .item .image{
/* 11119 *| 		background-size: auto 1024px;
/* 11120 *| 	}
/* 11121 *| */
/* 11122 */     
/* 11123 */ 	
/* 11124 */ 	.carousel-inner h2 span,
/* 11125 */ 	.carousel-inner p span	{
/* 11126 */ 		font-size: 80%;
/* 11127 */ 	}
/* 11128 */ 	
/* 11129 */ 	.carousel-inner h2{
/* 11130 */ 		line-height: 40px
/* 11131 */ 	}
/* 11132 */ 	.carousel-inner p	{
/* 11133 */ 		line-height: 19px;
/* 11134 */ 	}
/* 11135 */ 	
/* 11136 */ 	.carousel-inner .qbutton{
/* 11137 */ 		font-size: 12px;
/* 11138 */ 		line-height: 31px;
/* 11139 */ 		height: 31px;
/* 11140 */ 	}
/* 11141 */ 	
/* 11142 */ 	.carousel-inner .qbutton i{
/* 11143 */ 		margin: 0px 0px 0px 20px;
/* 11144 */ 	}
/* 11145 */ }
/* 11146 */ 
/* 11147 */ @media (max-width: 767px) {
/* 11148 */ /*
/* 11149 *| 	.carousel-inner .item .image{
/* 11150 *| 		background-size: auto 767px;

/* stylesheet.min.css */

/* 11151 *| 	}
/* 11152 *| */
/* 11153 */ 	
/* 11154 */ 	.carousel-inner h2 span,
/* 11155 */ 	.carousel-inner p span	{
/* 11156 */ 		font-size: 70%;
/* 11157 */ 	}
/* 11158 */ 	
/* 11159 */ 	.carousel-inner h2{
/* 11160 */ 		line-height: 40px !important;
/* 11161 */ 	}
/* 11162 */ 	.carousel-inner p	{
/* 11163 */ 		line-height: 17px;
/* 11164 */ 	}
/* 11165 */ 	
/* 11166 */ 	.carousel-inner .qbutton{
/* 11167 */ 		font-size: 11px;
/* 11168 */ 		line-height: 27px;
/* 11169 */ 		height: 27px;
/* 11170 */ 	}
/* 11171 */ 	
/* 11172 */ 	.carousel-inner .qbutton i{
/* 11173 */ 		margin: 0px 0px 0px 17px;
/* 11174 */ 	}
/* 11175 */ }
/* 11176 */ 
/* 11177 */ @media (max-width: 567px) {
/* 11178 */ /*
/* 11179 *| 	.carousel-inner .item .image{
/* 11180 *| 		background-size: auto 567px;
/* 11181 *| 	}
/* 11182 *| */
/* 11183 */ 	
/* 11184 */ 	.carousel-inner h2 span,
/* 11185 */ 	.carousel-inner p span	{
/* 11186 */ 		font-size: 50%;
/* 11187 */ 	}
/* 11188 */ 	
/* 11189 */ 	.carousel-inner h2{
/* 11190 */ 		line-height: 40px !important;
/* 11191 */ 	}
/* 11192 */ 	.carousel-inner p	{
/* 11193 */ 		line-height: 15px;
/* 11194 */ 	}
/* 11195 */ 	
/* 11196 */ 	.carousel-inner .qbutton{
/* 11197 */ 		font-size: 10px;
/* 11198 */ 		line-height: 23px;
/* 11199 */ 		height: 23px;
/* 11200 */ 	}

/* stylesheet.min.css */

/* 11201 */ 	.carousel-inner .qbutton i{
/* 11202 */ 		margin: 0px 0px 0px 14px;
/* 11203 */ 	}
/* 11204 */ }
/* 11205 */ 
/* 11206 */ @media (max-width: 319px) {
/* 11207 */ 	.carousel-inner h2 span,
/* 11208 */ 	.carousel-inner p span	{
/* 11209 */ 		font-size: 50%;
/* 11210 */ 	}
/* 11211 */ 	.carousel-inner h2{
/* 11212 */ 		line-height: 40px !important;
/* 11213 */ 	}
/* 11214 */ 	.carousel-inner p	{
/* 11215 */ 		line-height: 12px;
/* 11216 */ 	}
/* 11217 */ 	
/* 11218 */ 	.carousel-inner .qbutton{
/* 11219 */ 		font-size: 9px;
/* 11220 */ 		line-height: 20px;
/* 11221 */ 		height: 20px;
/* 11222 */ 	}
/* 11223 */ 	
/* 11224 */ 	.carousel-inner .qbutton i{
/* 11225 */ 		margin: 0px 0px 0px 10px;
/* 11226 */ 	}
/* 11227 */ }
/* 11228 */ 
/* 11229 */ @media (max-width: 768px) {
/* 11230 */ 	.carousel-control.left {
/* 11231 */ 		left: 0;
/* 11232 */ 	}
/* 11233 */ 	.carousel-control.right {
/* 11234 */ 		right: 0;
/* 11235 */ 	}
/* 11236 */ }
/* 11237 */ 
/* 11238 */ .carousel-indicators li{
/* 11239 */ 	background-color: #fff;
/* 11240 */ 	margin: 0px;
/* 11241 */ 	opacity: 0.4;
/* 11242 */ 	margin: 0px 3px;
/* 11243 */ 	-webkit-transition: all 0.6s ease-in-out;
/* 11244 */ 	-moz-transition: all 0.6s ease-in-out;
/* 11245 */ 	-o-transition: all 0.6s ease-in-out;
/* 11246 */ 	-ms-transform: all 0.6s ease-in-out;
/* 11247 */ 	transition: all 0.6s ease-in-out;
/* 11248 */ }
/* 11249 */ 
/* 11250 */ .carousel-indicators.dark li{

/* stylesheet.min.css */

/* 11251 */ 	background-color: #000;
/* 11252 */ }
/* 11253 */ 
/* 11254 */ .carousel-indicators .active{
/* 11255 */ 	opacity: 1;
/* 11256 */ 	margin: 0px 3px;
/* 11257 */ }
/* 11258 */ 
/* 11259 */ @-webkit-keyframes text-from-bottom {
/* 11260 */ 	0% {
/* 11261 */ 		-webkit-transform: translate(0, 15%);
/* 11262 */ 		opacity: 0;
/* 11263 */ 	}
/* 11264 */ 	50% {
/* 11265 */ 		-webkit-transform: translate(0, 15%);
/* 11266 */ 		opacity: 0;
/* 11267 */ 	}
/* 11268 */ 	100% {
/* 11269 */ 		-webkit-transform: translate(0, 0);
/* 11270 */ 		opacity: 1;
/* 11271 */ 	}
/* 11272 */ }
/* 11273 */ 
/* 11274 */ @-moz-keyframes text-from-bottom {
/* 11275 */ 	0% {
/* 11276 */ 		-moz-transform: translate(0, 15%);
/* 11277 */ 		opacity: 0;
/* 11278 */ 	}
/* 11279 */ 	50% {
/* 11280 */ 		-moz-transform: translate(0, 15%);
/* 11281 */ 		opacity: 0;
/* 11282 */ 	}
/* 11283 */ 	100% {
/* 11284 */ 		-moz-transform: translate(0, 0);
/* 11285 */ 		opacity: 1;
/* 11286 */ 	}
/* 11287 */ }
/* 11288 */ 
/* 11289 */ @-o-keyframes text-from-bottom {
/* 11290 */ 	0% {
/* 11291 */ 		-o-transform: translate(0, 15%);
/* 11292 */ 		opacity: 0;
/* 11293 */ 	}
/* 11294 */ 	50% {
/* 11295 */ 		-o-transform: translate(0, 15%);
/* 11296 */ 		opacity: 0;
/* 11297 */ 	}
/* 11298 */ 	100% {
/* 11299 */ 		-o-transform: translate(0, 0);
/* 11300 */ 		opacity: 1;

/* stylesheet.min.css */

/* 11301 */ 	}
/* 11302 */ }
/* 11303 */ 
/* 11304 */ @keyframes text-from-bottom {
/* 11305 */ 	0% {
/* 11306 */ 		transform: translate(0, 15%);
/* 11307 */ 		opacity: 0;
/* 11308 */ 	}
/* 11309 */ 	50% {
/* 11310 */ 		transform: translate(0, 15%);
/* 11311 */ 		opacity: 0;
/* 11312 */ 	}
/* 11313 */ 	100% {
/* 11314 */ 		transform: translate(0, 0);
/* 11315 */ 		opacity: 1;
/* 11316 */ 	}
/* 11317 */ }
/* 11318 */ 
/* 11319 */ @-webkit-keyframes rotate {
/* 11320 */ 	0% {
/* 11321 */ 		-webkit-transform: perspective(600px) rotateX(90deg) scale(.5);
/* 11322 */ 		opacity: 0;
/* 11323 */ 	}
/* 11324 */ 	50% {
/* 11325 */ 		-webkit-transform: perspective(600px) rotateX(90deg) scale(.5);
/* 11326 */ 		opacity: 0;
/* 11327 */ 	}
/* 11328 */ 	100% {
/* 11329 */ 		-webkit-transform: perspective(600px) rotateX(0deg) scale(1);
/* 11330 */ 		opacity: 1;
/* 11331 */ 	}
/* 11332 */ }
/* 11333 */ 
/* 11334 */ @-moz-keyframes rotate {
/* 11335 */ 	0% {
/* 11336 */ 		-moz-transform: perspective(600px) rotateX(90deg) scale(.5);
/* 11337 */ 		opacity: 0;
/* 11338 */ 	}
/* 11339 */ 	50% {
/* 11340 */ 		-moz-transform: perspective(600px) rotateX(90deg) scale(.5);
/* 11341 */ 		opacity: 0;
/* 11342 */ 	}
/* 11343 */ 	100% {
/* 11344 */ 		-moz-transform: perspective(600px) rotateX(0deg) scale(1);
/* 11345 */ 		opacity: 1;
/* 11346 */ 	}
/* 11347 */ }
/* 11348 */ 
/* 11349 */ @-o-keyframes rotate {
/* 11350 */ 	0% {

/* stylesheet.min.css */

/* 11351 */ 		-o-transform: perspective(600px) rotateX(90deg) scale(.5);
/* 11352 */ 		opacity: 0.2;
/* 11353 */ 	}
/* 11354 */ 	50% {
/* 11355 */ 		-o-transform: perspective(600px) rotateX(90deg) scale(.5);
/* 11356 */ 		opacity: 0.2;
/* 11357 */ 	}
/* 11358 */ 	100% {
/* 11359 */ 		-o-transform: perspective(600px) rotateX(0deg) scale(1);
/* 11360 */ 		opacity: 1;
/* 11361 */ 	}
/* 11362 */ }
/* 11363 */ 
/* 11364 */ @keyframes rotate {
/* 11365 */ 	0% {
/* 11366 */ 		transform: perspective(600px) rotateX(90deg) scale(.5);
/* 11367 */ 		opacity: 0;
/* 11368 */ 	}
/* 11369 */ 	50% {
/* 11370 */ 		transform: perspective(600px) rotateX(90deg) scale(.5);
/* 11371 */ 		opacity: 0;
/* 11372 */ 	}
/* 11373 */ 	100% {
/* 11374 */ 		transform: perspective(600px) rotateX(0deg) scale(1);
/* 11375 */ 		opacity: 1;
/* 11376 */ 	}
/* 11377 */ }
/* 11378 */ 
/* 11379 */ @-webkit-keyframes fade {
/* 11380 */ 	0% {
/* 11381 */ 		opacity: 0;
/* 11382 */ 	}
/* 11383 */ 	50% {
/* 11384 */ 		opacity: 0;
/* 11385 */ 	}
/* 11386 */ 	100% {
/* 11387 */ 		opacity: 1;
/* 11388 */ 	}
/* 11389 */ }
/* 11390 */ 
/* 11391 */ @-moz-keyframes fade {
/* 11392 */ 	0% {
/* 11393 */ 		opacity: 0;
/* 11394 */ 	}
/* 11395 */ 	50% {
/* 11396 */ 		opacity: 0;
/* 11397 */ 	}
/* 11398 */ 	100% {
/* 11399 */ 		opacity: 1;
/* 11400 */ 	}

/* stylesheet.min.css */

/* 11401 */ }
/* 11402 */ 
/* 11403 */ @-o-keyframes fade {
/* 11404 */ 	0% {
/* 11405 */ 		opacity: 0;
/* 11406 */ 	}
/* 11407 */ 	50% {
/* 11408 */ 		opacity: 0;
/* 11409 */ 	}
/* 11410 */ 	100% {
/* 11411 */ 		opacity: 1;
/* 11412 */ 	}
/* 11413 */ }
/* 11414 */ 
/* 11415 */ @keyframes fade {
/* 11416 */ 	0% {
/* 11417 */ 		opacity: 0;
/* 11418 */ 	}
/* 11419 */ 	50% {
/* 11420 */ 		opacity: 0;
/* 11421 */ 	}
/* 11422 */ 	100% {
/* 11423 */ 		opacity: 1;
/* 11424 */ 	}
/* 11425 */ }
/* 11426 */ 
/* 11427 */ .carousel .video .mobile-video-image {
/* 11428 */ 	background-position: center center;
/* 11429 */ 	background-repeat: no-repeat;
/* 11430 */ 	background-size: cover;
/* 11431 */ 	display: none;
/* 11432 */ 	height: 100%;
/* 11433 */ 	left: 0;
/* 11434 */ 	position: absolute;
/* 11435 */ 	top: 0;
/* 11436 */ 	width: 100%;
/* 11437 */ 	z-index: 10;
/* 11438 */ }
/* 11439 */ 
/* 11440 */ .carousel .video .video-overlay {
/* 11441 */ 	height: 3000px;
/* 11442 */ 	left: 0;
/* 11443 */ 	opacity: 0;
/* 11444 */ 	position: absolute;
/* 11445 */ 	top: 0;
/* 11446 */ 	width: 100%;
/* 11447 */ 	z-index: 11;
/* 11448 */ }
/* 11449 */ 
/* 11450 */ .carousel .video .video-overlay.active {

/* stylesheet.min.css */

/* 11451 */ 	background-image: url("/wp-content/themes/strata/css/img/pixel-video.png");
/* 11452 */ 	background-position: 0px 0px;
/* 11453 */ 	background-repeat: repeat;
/* 11454 */ 	opacity: 1;
/* 11455 */ }
/* 11456 */ 
/* 11457 */ .carousel .video .video-overlay img{
/* 11458 */ 	display: none;
/* 11459 */ }
/* 11460 */ 
/* 11461 */ .carousel .video .video-wrap {
/* 11462 */ 	top: 0px;
/* 11463 */ 	left: 0px;
/* 11464 */ 	overflow: hidden;
/* 11465 */ 	position: absolute;
/* 11466 */ 	width: 100%;
/* 11467 */ 	z-index: 10;
/* 11468 */ }
/* 11469 */ 
/* 11470 */ .carousel .video .video-wrap .mejs-poster {
/* 11471 */ 	background-size: cover !important;
/* 11472 */ 	-moz-background-size: cover !important;
/* 11473 */ 	-webkit-background-size: cover !important;
/* 11474 */ 	-o-background-size: cover !important;
/* 11475 */ }
/* 11476 */ 
/* 11477 */ .carousel .video .video-wrap .mejs-container .mejs-controls {
/* 11478 */ 	display: none !important;
/* 11479 */ }
/* 11480 */ 
/* 11481 */ .carousel .video .video-wrap .mejs-controls .mejs-button button:focus {
/* 11482 */ 	outline: none !important;
/* 11483 */ }
/* 11484 */ 
/* 11485 */ .carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
/* 11486 */ 	background-color: rgba(255, 255, 255, 0.18) !important;
/* 11487 */ }
/* 11488 */ 
/* 11489 */ .carousel .video .video-wrap .mejs-container {
/* 11490 */ 	background-color: transparent !important;
/* 11491 */ 	background-image: none !important;
/* 11492 */ 	height: auto !important;
/* 11493 */ }
/* 11494 */ 
/* 11495 */ .carousel .video .video-wrap .mejs-mediaelement{
/* 11496 */ 	background: none !important;
/* 11497 */ 	border: 0px !important;
/* 11498 */ }
/* 11499 */ 
/* 11500 */ .carousel .video .video-wrap .mejs-container .mejs-poster img {

/* stylesheet.min.css */

/* 11501 */ 	max-width: none !important;
/* 11502 */ 	width: 100% !important;
/* 11503 */ }
/* 11504 */ 
/* 11505 */ .carousel .video .video-wrap .mejs-controls button { opacity: 0.8; }
/* 11506 */ .carousel .video .video-wrap .mejs-controls button:hover, .mejs-controls .mejs-fullscreen-button:hover button { opacity: 1!important;}
/* 11507 */ 
/* 11508 */ .carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
/* 11509 */ 	background: #1f1f1f none repeat scroll 0 0 !important;	
/* 11510 */ }
/* 11511 */ 
/* 11512 */ .carousel .video .video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
/* 11513 */ 	background: transparent !important;
/* 11514 */ }
/* 11515 */ 
/* 11516 */ /* ==== Carousel Custom - End ==== */
/* 11517 */ 
/* 11518 */ /* ==== Portfolio Slider, Portfolio Single Slider - Start ==== */
/* 11519 */ 
/* 11520 */ .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus,
/* 11521 */ .portfolio_slider .flex-container a:active, .portfolio_slider .flexslider a:active, .portfolio_slider .flex-container a:focus, .portfolio_slider .flexslider a:focus,
/* 11522 */ .qode_carousels .flex-container a:active, .qode_carousels a:active, .qode_carousels .flex-container a:focus, .qode_carousels a:focus{
/* 11523 */ 	outline: 0;
/* 11524 */ }
/* 11525 */ 
/* 11526 */ .portfolio_slides, .slides, .flex-control-nav, .flex-direction-nav{
/* 11527 */ 	margin: 0;
/* 11528 */ 	padding: 0;
/* 11529 */ 	list-style: none;
/* 11530 */ }
/* 11531 */ 
/* 11532 */ .flexslider .slides>li,
/* 11533 */ .portfolio_slider .portfolio_slides>li,
/* 11534 */ .qode_carousels .slides>li{
/* 11535 */ 	background-color: transparent;
/* 11536 */ 	display: none;
/* 11537 */ 	position: relative;
/* 11538 */ 	margin: 0;
/* 11539 */ }
/* 11540 */ 
/* 11541 */ .qode_carousels .slides>li{
/* 11542 */ 	margin: 0 2px 0 0;
/* 11543 */ }
/* 11544 */ 
/* 11545 */ .flexslider .slides img,
/* 11546 */ .portfolio_slider .portfolio_slides img,
/* 11547 */ .qode_carousels .slides img{
/* 11548 */ 	width: 100%;
/* 11549 */ 	display: block;
/* 11550 */ }

/* stylesheet.min.css */

/* 11551 */ 
/* 11552 */ .slides:after,
/* 11553 */ .portfolio_slides:after{
/* 11554 */ 	content: ".";
/* 11555 */ 	display: block;
/* 11556 */ 	clear: both;
/* 11557 */ 	visibility: hidden;
/* 11558 */ 	line-height: 0;
/* 11559 */ 	height: 0;
/* 11560 */ }
/* 11561 */ 
/* 11562 */ html[xmlns] .slides,
/* 11563 */ html[xmlns] .portfolio_slides{
/* 11564 */ 	display: block;
/* 11565 */ }
/* 11566 */ 
/* 11567 */ * html .slides,
/* 11568 */ * html .portfolio_slides{
/* 11569 */ 	height: 1%;
/* 11570 */ }
/* 11571 */ 
/* 11572 */ .no-js .slides>li:first-child,
/* 11573 */ .no-js .portfolio_slides>li:first-child{
/* 11574 */ 	display: block;
/* 11575 */ }
/* 11576 */ 
/* 11577 */ .flexslider,
/* 11578 */ .portfolio_slider {
/* 11579 */ 	margin: 0 0 60px;
/* 11580 */ 	position: relative;
/* 11581 */ 	zoom: 1;
/* 11582 */ 	
/* 11583 */ }
/* 11584 */ .wpb_flexslider.flexslider{
/* 11585 */ 	overflow:hidden;
/* 11586 */ }
/* 11587 */ .portfolio_slider {
/* 11588 */     margin: 0;
/* 11589 */ }
/* 11590 */ 
/* 11591 */ .boxed .portfolio_slider{
/* 11592 */ 	margin: 0 -25px 60px;
/* 11593 */ 	overflow: hidden;
/* 11594 */ }
/* 11595 */ 
/* 11596 */ .flex-viewport,
/* 11597 */ .portfolio_slider .flex-viewport{
/* 11598 */ 	max-height: 2000px;
/* 11599 */ 	-webkit-transition: all 1s ease;
/* 11600 */ 	-moz-transition: all 1s ease;

/* stylesheet.min.css */

/* 11601 */ 	transition: all 1s ease;
/* 11602 */ }
/* 11603 */ 
/* 11604 */ .loading .flex-viewport{
/* 11605 */ 	max-height: 300px;
/* 11606 */ }
/* 11607 */ 
/* 11608 */ .flexslider .slides,
/* 11609 */ .portfolio_slider .portfolio_slides,
/* 11610 */ .qode_carousels .slides{
/* 11611 */ 	zoom: 1;
/* 11612 */ }
/* 11613 */ .flexslider ul{
/* 11614 */ 	padding:0;
/* 11615 */ }
/* 11616 */ .portfolio_slider .flex-direction-nav,
/* 11617 */ .flexslider .flex-direction-nav{
/* 11618 */ 	*height: 0;
/* 11619 */ }
/* 11620 */ 
/* 11621 */ .flex-direction-nav a{
/* 11622 */ 	width: 40px;
/* 11623 */ 	height: 40px;
/* 11624 */ 	line-height: 40px;
/* 11625 */ 	margin: -20px 0 0;
/* 11626 */ 	display: block;
/* 11627 */ 	position: absolute;
/* 11628 */ 	top: 50%;
/* 11629 */ 	z-index: 10;
/* 11630 */ 	cursor: pointer;
/* 11631 */ 	text-align: center;
/* 11632 */ 	-webkit-transition: all .3s ease 0s;
/* 11633 */ 	-moz-transition: all .3s ease 0s;
/* 11634 */ 	-o-transition: all .3s ease 0s;
/* 11635 */ 	opacity: 0;
/* 11636 */ 	filter: alpha(opacity=0);
/* 11637 */ 	color: #fff;
/* 11638 */ 	background-color: #000;
/* 11639 */ 	text-align:center;
/* 11640 */     z-index: 200;
/* 11641 */ }
/* 11642 */ 
/* 11643 */ .flexslider:hover .flex-direction-nav a.flex-prev:hover,
/* 11644 */ .flexslider:hover .flex-direction-nav a.flex-next:hover,
/* 11645 */ .portfolio_slider:hover .flex-direction-nav a.flex-prev:hover,
/* 11646 */ .portfolio_slider:hover .flex-direction-nav a.flex-next:hover{
/* 11647 */ 	opacity: 1;
/* 11648 */ 	filter: alpha(opacity=100);
/* 11649 */ }
/* 11650 */ 

/* stylesheet.min.css */

/* 11651 */ .flex-direction-nav a i{
/* 11652 */ 	line-height: 40px;
/* 11653 */ 	color: #fff;
/* 11654 */ 	font-size: 22px;
/* 11655 */ }
/* 11656 */ 
/* 11657 */ .flexslider .flex-next,
/* 11658 */ .portfolio_slider .flex-next{
/* 11659 */ 	right: -40px;
/* 11660 */ 	-webkit-border-radius:3px 0 0 3px;
/* 11661 */ 	-moz-border-radius:3px 0 0 3px;
/* 11662 */ 	-ms-border-radius: 3px 0 0 3px;
/* 11663 */ 	border-radius:3px 0 0 3px;
/* 11664 */ }
/* 11665 */ 
/* 11666 */ .flexslider .flex-prev,
/* 11667 */ .portfolio_slider .flex-prev{
/* 11668 */ 	left: -40px;
/* 11669 */ 	-webkit-border-radius: 0 3px 3px 0;
/* 11670 */ 	-moz-border-radius: 0 3px 3px 0;
/* 11671 */ 	-ms-border-radius: 0 3px 3px 0;
/* 11672 */ 	border-radius: 0 3px 3px 0;
/* 11673 */ }
/* 11674 */ 
/* 11675 */ .flexslider:hover .flex-next,
/* 11676 */ .portfolio_slider:hover .flex-next{
/* 11677 */ 	opacity:  0.5;
/* 11678 */ 	filter: alpha(opacity=50);
/* 11679 */ 	right:0;
/* 11680 */ }
/* 11681 */ 
/* 11682 */ .flexslider:hover .flex-prev,
/* 11683 */ .portfolio_slider:hover .flex-prev{
/* 11684 */ 	opacity: 0.5;
/* 11685 */ 	filter: alpha(opacity=50);
/* 11686 */ 	left:0;
/* 11687 */ }
/* 11688 */ 
/* 11689 */ .flex-direction-nav .flex-disabled{
/* 11690 */ 	cursor: default;
/* 11691 */ }
/* 11692 */ 
/* 11693 */ /* ==== Portfolio Slider, Portfolio Single Slider - End ==== */
/* 11694 */ 
/* 11695 */ /* ==== Qode Carousel Slider - Start ==== */
/* 11696 */ 
/* 11697 */ .qode_carousels .slides>li .first_image_holder,
/* 11698 */ .qode_carousels .slides>li .second_image_holder{
/* 11699 */ 	display: block;
/* 11700 */ 	position: relative;

/* stylesheet.min.css */

/* 11701 */ 	width: 100%;
/* 11702 */ 	opacity: 1;
/* 11703 */ 	-webkit-transition: opacity 0.4s ease-in-out;
/* 11704 */ 	-ms-transition: opacity 0.4s ease-in-out;
/* 11705 */ 	-moz-transition: opacity 0.4s ease-in-out;
/* 11706 */ 	-o-transition: opacity 0.4s ease-in-out;
/* 11707 */ 	-webkit-backface-visibility: hidden;
/* 11708 */ 	-moz-backface-visibility: hidden;
/* 11709 */ }
/* 11710 */ 
/* 11711 */ .qode_carousels .slides>li .second_image_holder{
/* 11712 */ 	position: absolute;
/* 11713 */ 	top: 0;
/* 11714 */ 	left: 0;
/* 11715 */ }
/* 11716 */ 
/* 11717 */ .qode_carousels .slides>li .second_image_holder,
/* 11718 */ .qode_carousels .slides > li:hover .first_image_holder.has_hover_image{
/* 11719 */ 	opacity: 0;
/* 11720 */ }
/* 11721 */ 
/* 11722 */ .qode_carousels .slides > li:hover .second_image_holder.has_hover_image{
/* 11723 */ 	opacity: 1;
/* 11724 */ }
/* 11725 */ 
/* 11726 */ .qode_carousels{
/* 11727 */ 	padding: 0;
/* 11728 */ 	position: relative;
/* 11729 */ 	display: block;
/* 11730 */ 	zoom: 1;
/* 11731 */ }
/* 11732 */ 
/* 11733 */ .qode_carousels .flex-direction-nav,
/* 11734 */ .testimonials_carousel .flex-direction-nav {
/* 11735 */ 	height: 0;
/* 11736 */ 	display: none !important;
/* 11737 */ }
/* 11738 */ 
/* 11739 */ /* Control Nav */
/* 11740 */ .qode_carousels .flex-control-nav{
/* 11741 */     width: 100%;
/* 11742 */     text-align: center;
/* 11743 */     position: absolute;
/* 11744 */ 	bottom: -60px;
/* 11745 */ }
/* 11746 */ 
/* 11747 */ .qode_carousels .flex-control-nav li{
/* 11748 */     margin: 0 3px;
/* 11749 */     display: inline-block;
/* 11750 */     zoom: 1;

/* stylesheet.min.css */

/* 11751 */     display: inline;
/* 11752 */ }
/* 11753 */ 
/* 11754 */ .qode_carousels .flex-control-paging li a{
/* 11755 */     width: 9px;
/* 11756 */     height: 9px;
/* 11757 */     display: inline-block;
/* 11758 */     border: 1px solid #eaeaea;
/* 11759 */     background-color: #fff;
/* 11760 */     cursor: pointer;
/* 11761 */     text-indent: -9999px;
/* 11762 */     -webkit-border-radius: 20px;
/* 11763 */     -moz-border-radius: 20px;
/* 11764 */     -o-border-radius: 20px;
/* 11765 */     border-radius: 20px;
/* 11766 */ }
/* 11767 */ 
/* 11768 */ .qode_carousels .flex-control-paging li a.flex-active{
/* 11769 */     background-color: #00aeef;
/* 11770 */     cursor: default;
/* 11771 */     border: none;
/* 11772 */ }
/* 11773 */ 
/* 11774 */ .qode_carousels.gray .flex-control-paging li a.flex-active {
/* 11775 */     cursor: default;
/* 11776 */ }
/* 11777 */ 
/* 11778 */ /* ==== Qode Carousel Slider - End ==== */
/* 11779 */ 
/* 11780 */ .wpb_row, .wpb_content_element,
/* 11781 */ ul.wpb_thumbnails-fluid > li,
/* 11782 */ .last_toggle_el_margin, .wpb_button {
/* 11783 */     margin-bottom: 0 !important;
/* 11784 */ }
/* 11785 */ 
/* 11786 */ /* ==========================================================================
/* 11787 *|    Clients styles
/* 11788 *|    ========================================================================== */
/* 11789 */ .qode_clients .qode_client_holder {
/* 11790 */     float: left;
/* 11791 */     text-align: center;
/* 11792 */     margin-bottom: 35px;
/* 11793 */ 	box-sizing: content-box;
/* 11794 */ 	-webkit-box-sizing: content-box;
/* 11795 */ 	-moz-box-sizing: content-box;
/* 11796 */ }
/* 11797 */ 
/* 11798 */ .qode_clients.two_columns .qode_client_holder {
/* 11799 */     width: 50%;
/* 11800 */ }

/* stylesheet.min.css */

/* 11801 */ 
/* 11802 */ .qode_clients.three_columns .qode_client_holder {
/* 11803 */     width: 33.33%;
/* 11804 */ }
/* 11805 */ 
/* 11806 */ .qode_clients.four_columns .qode_client_holder {
/* 11807 */     width: 25%;
/* 11808 */ }
/* 11809 */ 
/* 11810 */ .qode_clients.five_columns .qode_client_holder {
/* 11811 */     width: 20%;
/* 11812 */ }
/* 11813 */ 
/* 11814 */ .qode_clients .qode_client_holder_inner {
/* 11815 */     position: relative;
/* 11816 */     margin: 0 20px;
/* 11817 */ 	box-sizing: content-box;
/* 11818 */ 	-webkit-box-sizing: content-box;
/* 11819 */ 	-moz-box-sizing: content-box;
/* 11820 */ }
/* 11821 */ 
/* 11822 */ .qode_clients .qode_client_holder_inner:before,
/* 11823 */ .qode_clients .qode_client_holder_inner:after {
/* 11824 */     display: block;
/* 11825 */     content: "";
/* 11826 */     position: absolute;
/* 11827 */ 	box-sizing: content-box;
/* 11828 */ 	-webkit-box-sizing: content-box;
/* 11829 */ 	-moz-box-sizing: content-box;
/* 11830 */ }
/* 11831 */ 
/* 11832 */ .qode_clients .qode_client_holder_inner:before {
/* 11833 */     height: 100%;
/* 11834 */     right: -20px;
/* 11835 */     width: 1px;
/* 11836 */     border-right: 1px solid #eaeaea;
/* 11837 */ }
/* 11838 */ 
/* 11839 */ .qode_clients .qode_client_holder_inner:after {
/* 11840 */     width: 100%;
/* 11841 */     bottom: -20px;
/* 11842 */     height: 1px;
/* 11843 */     border-bottom: 1px solid #eaeaea;
/* 11844 */ }
/* 11845 */ 
/* 11846 */ .qode_clients .qode_client_holder.border-bottom-none .qode_client_holder_inner:after {
/* 11847 */     border-bottom: 0;
/* 11848 */ }
/* 11849 */ 
/* 11850 */ .qode_clients.two_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before,

/* stylesheet.min.css */

/* 11851 */ .qode_clients.three_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,
/* 11852 */ .qode_clients.four_columns .qode_client_holder:nth-child(4n) .qode_client_holder_inner:before,
/* 11853 */ .qode_clients.five_columns .qode_client_holder:nth-child(5n) .qode_client_holder_inner:before,
/* 11854 */ .qode_clients.six_columns .qode_client_holder:nth-child(6n) .qode_client_holder_inner:before {
/* 11855 */     border-right-width: 0;
/* 11856 */ }
/* 11857 */ 
/* 11858 */ .qode_clients .qode_client_holder a {
/* 11859 */     display: inline-block;
/* 11860 */     vertical-align: middle;
/* 11861 */     max-width: 100%;
/* 11862 */     line-height: 0;
/* 11863 */     -webkit-transition: opacity 0.6s ease-out;
/* 11864 */     -moz-transition: opacity 0.6s ease-out;
/* 11865 */     -o-transition: opacity 0.6s ease-out;
/* 11866 */     -ms-transform: opacity 0.6s ease-out;
/* 11867 */     transition: opacity 0.6s ease-out;
/* 11868 */ }
/* 11869 */ 
/* 11870 */ .qode_clients .qode_client_holder a:hover {
/* 11871 */     opacity: 0.4;
/* 11872 */ }
/* 11873 */ 
/* 11874 */ /* ==========================================================================
/* 11875 *|    Animated icon with text styles
/* 11876 *|    ========================================================================== */
/* 11877 */ .animated_icons_with_text .animated_icon_with_text_holder {
/* 11878 */     float: left;
/* 11879 */     text-align: center;
/* 11880 */     margin-bottom: 30px;
/* 11881 */ }
/* 11882 */ 
/* 11883 */ .animated_icons_with_text.two_columns .animated_icon_with_text_holder {
/* 11884 */     width: 50%;
/* 11885 */ }
/* 11886 */ 
/* 11887 */ .animated_icons_with_text.three_columns .animated_icon_with_text_holder {
/* 11888 */     width: 33.33%;
/* 11889 */ }
/* 11890 */ 
/* 11891 */ .animated_icons_with_text.four_columns .animated_icon_with_text_holder {
/* 11892 */     width: 25%;
/* 11893 */ }
/* 11894 */ 
/* 11895 */ .animated_icons_with_text.five_columns .animated_icon_with_text_holder {
/* 11896 */     width: 20%;
/* 11897 */ }
/* 11898 */ 
/* 11899 */ .animated_icons_with_text.six_columns .animated_icon_with_text_holder {
/* 11900 */     width: 16.66666666666667%;

/* stylesheet.min.css */

/* 11901 */ }
/* 11902 */ 
/* 11903 */ .animated_icons_with_text .animated_icon_with_text_inner {
/* 11904 */     position: relative;
/* 11905 */     margin: 0 15px;
/* 11906 */ 	height: 85px;
/* 11907 */ 
/* 11908 */ }
/* 11909 */ 
/* 11910 */ .animated_icons_with_text .animated_icon_with_text_inner:before,
/* 11911 */ .animated_icons_with_text .animated_icon_with_text_inner:after {
/* 11912 */     display: block;
/* 11913 */     content: "";
/* 11914 */     position: absolute;
/* 11915 */ }
/* 11916 */ 
/* 11917 */ .animated_icons_with_text .animated_icon_with_text_inner:before {
/* 11918 */     height: 100%;
/* 11919 */     right: -15px;
/* 11920 */     width: 1px;
/* 11921 */     border-right: 1px solid #eaeaea;
/* 11922 */ }
/* 11923 */ 
/* 11924 */ .animated_icons_with_text .animated_icon_with_text_inner:after {
/* 11925 */     width: 100%;
/* 11926 */     bottom: -15px;
/* 11927 */     height: 1px;
/* 11928 */     border-bottom: 1px solid #eaeaea;
/* 11929 */ }
/* 11930 */ 
/* 11931 */ .animated_icons_with_text .animated_icon_with_text_holder.border-bottom-none .animated_icon_with_text_inner:after {
/* 11932 */     border-bottom: none;
/* 11933 */ }
/* 11934 */ 
/* 11935 */ .animated_icons_with_text.two_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before,
/* 11936 */ .animated_icons_with_text.three_columns .animated_icon_with_text_holder:nth-child(3n) .animated_icon_with_text_inner:before,
/* 11937 */ .animated_icons_with_text.four_columns .animated_icon_with_text_holder:nth-child(4n) .animated_icon_with_text_inner:before,
/* 11938 */ .animated_icons_with_text.five_columns .animated_icon_with_text_holder:nth-child(5n) .animated_icon_with_text_inner:before,
/* 11939 */ .animated_icons_with_text.six_columns .animated_icon_with_text_holder:nth-child(6n) .animated_icon_with_text_inner:before {
/* 11940 */     border-right-width: 0;
/* 11941 */ }
/* 11942 */ 
/* 11943 */ .animated_icon_holder{
/* 11944 */ 	height: 100%;
/* 11945 */ 	padding:0 0 0 15px;
/* 11946 */ 	display: block;
/* 11947 */ 	width: 52px;
/* 11948 */ 	float: left;
/* 11949 */ 	position: relative;
/* 11950 */ }

/* stylesheet.min.css */

/* 11951 */ 
/* 11952 */ .animated_icon{
/* 11953 */ 	height: 100%;
/* 11954 */ 	width: 100%;
/* 11955 */ 	position: relative;
/* 11956 */ }
/* 11957 */ 
/* 11958 */ .animated_icon_inner span{
/* 11959 */ 	-webkit-backface-visibility: hidden;
/* 11960 */ 	-moz-backface-visibility: hidden;
/* 11961 */ 	backface-visibility: hidden;
/* 11962 */ 	backface-visibility: hidden;
/* 11963 */     left: 0px;
/* 11964 */     position: absolute;
/* 11965 */     top: 0;
/* 11966 */ 	-webkit-transition: 200ms ease-in;
/* 11967 */ 	-moz-transition: 200ms ease-in;
/* 11968 */ 	-o-transition: 200ms ease-in;
/* 11969 */ 	transition: 200ms ease-in;
/* 11970 */ }
/* 11971 */ 
/* 11972 */ .animated_icon_inner span.animated_icon_back{
/* 11973 */ 	-webkit-transform: rotateY(-180deg);
/* 11974 */ 	-moz-transform: rotateY(-180deg);
/* 11975 */ 	-ms-transform: rotateY(-180deg);
/* 11976 */ 	-o-transform: rotateY(-180deg);
/* 11977 */ 	transform: rotateY(-180deg);
/* 11978 */ }
/* 11979 */ 
/* 11980 */ .animated_icon_with_text_holder:hover .animated_icon_inner span.animated_icon_back{
/* 11981 */ 	-webkit-transform: rotateY(0);
/* 11982 */ 	-moz-transform: rotateY(0);
/* 11983 */ 	-ms-transform: rotateY(0);
/* 11984 */ 	-o-transform: rotateY(0);
/* 11985 */ 	transform: rotateY(0);
/* 11986 */ }
/* 11987 */ 
/* 11988 */ .animated_icon_with_text_holder:hover .animated_icon_inner span {
/* 11989 */ 	-webkit-transform: rotateY(180deg);
/* 11990 */ 	-moz-transform: rotateY(180deg);
/* 11991 */ 	-ms-transform: rotateY(180deg);
/* 11992 */ 	-o-transform: rotateY(180deg);
/* 11993 */ 	transform: rotateY(180deg);
/* 11994 */ }
/* 11995 */ 
/* 11996 */ .animated_icon_inner{
/* 11997 */ 	height: 52px;
/* 11998 */ 	width: 100%;
/* 11999 */ 	position: absolute;
/* 12000 */ 	left:0px;

/* stylesheet.min.css */

/* 12001 */ 	top: 50%;
/* 12002 */ 	margin: -26px 0 0 0;
/* 12003 */ }
/* 12004 */ 
/* 12005 */ .animated_icon_inner i {
/* 12006 */ 	width: 50px;
/* 12007 */ 	height: 50px;
/* 12008 */ 	line-height: 50px;
/* 12009 */     background: #f3f3f3;
/* 12010 */     /* IE10 Consumer Preview */
/* 12011 */     background: #f9f9f9 -ms-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 12012 */     /* Mozilla Firefox */
/* 12013 */     background: #f9f9f9 -moz-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 12014 */     /* Opera */
/* 12015 */     background: #f9f9f9 -o-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 12016 */     /* Webkit (Safari/Chrome 10) */
/* 12017 */     background: #f9f9f9 -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #f9f9f9));
/* 12018 */     /* Webkit (Chrome 11+) */
/* 12019 */     background: #f9f9f9 -webkit-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
/* 12020 */     /* W3C Markup, IE10 Release Preview */
/* 12021 */     background: #f9f9f9 linear-gradient(to top, #f3f3f3 0%, #f9f9f9 100%);
/* 12022 */ 	-o-border-radius: 2em;
/* 12023 */ 	-moz-border-radius: 2em;
/* 12024 */ 	-webkit-border-radius: 2em;
/* 12025 */ 	border-radius: 2em;
/* 12026 */ 	margin: 0;
/* 12027 */     border: 1px solid #eaeaea;
/* 12028 */ 	color: #333;
/* 12029 */     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 12030 */     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 12031 */     -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 12032 */     -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 12033 */     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
/* 12034 */ }
/* 12035 */ 
/* 12036 */ .animated_icon_inner span.animated_icon_back i{
/* 12037 */ 	background: #009ad4;
/* 12038 */ 	background: #00aeef -ms-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 12039 */ 	background: #00aeef -moz-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 12040 */ 	background: #00aeef -o-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 12041 */ 	background: #00aeef -webkit-gradient(linear, left bottom, left top, color-stop(0,#009ad4), color-stop(1, #00aeef));
/* 12042 */ 	background: #00aeef -webkit-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
/* 12043 */ 	background: #00aeef linear-gradient(to top, #009ad4 0%, #00aeef 100%);
/* 12044 */ 	color:#fff;
/* 12045 */ 	border-color: #049cd4;
/* 12046 */ }
/* 12047 */ 
/* 12048 */ .animated_icon_with_text_holder .animated_text_holder {
/* 12049 */ 	text-align: left;
/* 12050 */ 	width: 100%;

/* stylesheet.min.css */

/* 12051 */ 	height: 100%;
/* 12052 */ }
/* 12053 */ 
/* 12054 */ .animated_icon_with_text_holder .animated_text_holder_wrap{
/* 12055 */ 	display: block;
/* 12056 */ 	padding: 0 0 0 90px;
/* 12057 */ 	height: 100%;
/* 12058 */ }
/* 12059 */ 
/* 12060 */ .animated_icon_with_text_holder  .animated_text_holder_wrap_inner{
/* 12061 */ 	width: 100%;
/* 12062 */ 	height: 100%;
/* 12063 */ 	position: relative;
/* 12064 */ }
/* 12065 */ 
/* 12066 */ .animated_text_holder_inner{
/* 12067 */ 	position: absolute;
/* 12068 */ 	left: 0;
/* 12069 */ 	width: 100%;
/* 12070 */ 	top: 0;
/* 12071 */ 	overflow: hidden;
/* 12072 */ 	height: 100%;
/* 12073 */ }
/* 12074 */ 
/* 12075 */ .animated_icon_with_text_holder .animated_title,
/* 12076 */ .animated_icon_with_text_holder .animated_text{
/* 12077 */ 	display: table;
/* 12078 */ 	position: absolute;
/* 12079 */ 	overflow: hidden;
/* 12080 */ 	width: 100%;
/* 12081 */ 	height: 100%;
/* 12082 */ }
/* 12083 */ 
/* 12084 */ .animated_icon_with_text_holder .animated_title_inner,
/* 12085 */ .animated_icon_with_text_holder .animated_text p{
/* 12086 */ 	display: table-cell;
/* 12087 */ 	vertical-align: middle;
/* 12088 */ }
/* 12089 */ 
/* 12090 */ .animated_icon_with_text_holder .animated_title,
/* 12091 */ .animated_icon_with_text_holder .animated_title_inner,
/* 12092 */ .animated_icon_with_text_holder .animated_text,
/* 12093 */ .animated_icon_with_text_holder .animated_text p{
/* 12094 */ 	-webkit-transition: 200ms ease-in;
/* 12095 */ 	-moz-transition: 200ms ease-in;
/* 12096 */ 	-o-transition: 200ms ease-in;
/* 12097 */ 	transition: 200ms ease-in;
/* 12098 */ }
/* 12099 */ 
/* 12100 */ .animated_icon_with_text_holder .animated_text {

/* stylesheet.min.css */

/* 12101 */ 	-webkit-transform: translateY(-100%);
/* 12102 */ 	-moz-transform: translateY(-100%);
/* 12103 */ 	-ms-transform: translateY(-100%);
/* 12104 */ 	-o-transform: translateY(-100%);
/* 12105 */ 	transform: translateY(-100%);
/* 12106 */ 	-webkit-transform: translate3d(0, -100%, 0);
/* 12107 */ 	-moz-transform: translate3d(0, -100%, 0);
/* 12108 */ 	-ms-transform: translate3d(0, -100%, 0);
/* 12109 */ 	-o-transform: translate3d(0, -100%, 0);
/* 12110 */ 	transform: translate3d(0, -100%, 0);
/* 12111 */ }
/* 12112 */ 
/* 12113 */ .animated_icon_with_text_holder .animated_text p{
/* 12114 */ 	-webkit-transform: translateY(100%);
/* 12115 */ 	-moz-transform: translateY(100%);
/* 12116 */ 	-ms-transform: translateY(100%);
/* 12117 */ 	-o-transform: translateY(100%);
/* 12118 */ 	transform: translateY(100%);
/* 12119 */ 	-webkit-transform: translate3d(0, 100%, 0);
/* 12120 */ 	-moz-transform: translate3d(0, 100%, 0);
/* 12121 */ 	-ms-transform: translate3d(0, 100%, 0);
/* 12122 */ 	-o-transform: translate3d(0, 100%, 0);
/* 12123 */ 	transform: translate3d(0, 100%, 0);
/* 12124 */ 	color:#00aeef;
/* 12125 */ }
/* 12126 */ 
/* 12127 */ .animated_icon_with_text_holder:hover .animated_text,
/* 12128 */ .animated_icon_with_text_holder:hover .animated_text p{
/* 12129 */ 	-webkit-transform: translateY(0);
/* 12130 */ 	-moz-transform: translateY(0);
/* 12131 */ 	-ms-transform: translateY(0);
/* 12132 */ 	-o-transform: translateY(0);
/* 12133 */ 	transform: translateY(0);
/* 12134 */ 	-webkit-transform: translate3d(0, 0, 0);
/* 12135 */ 	-moz-transform: translate3d(0, 0, 0);
/* 12136 */ 	-ms-transform: translate3d(0, 0, 0);
/* 12137 */ 	-o-transform: translate3d(0, 0, 0);
/* 12138 */ 	transform: translate3d(0, 0, 0);
/* 12139 */ 	-webkit-transition: 350ms ease-out;
/* 12140 */ 	-moz-transition: 350ms ease-out;
/* 12141 */ 	-o-transition: 350ms ease-out;
/* 12142 */ 	transition: 350ms ease-out;
/* 12143 */ }
/* 12144 */ 
/* 12145 */ .animated_icon_with_text_holder:hover  .animated_title_inner{
/* 12146 */ 	-webkit-transform: translateY(-100%);
/* 12147 */ 	-moz-transform: translateY(-100%);
/* 12148 */ 	-ms-transform: translateY(-100%);
/* 12149 */ 	-o-transform: translateY(-100%);
/* 12150 */ 	transform: translateY(-100%);

/* stylesheet.min.css */

/* 12151 */ 	-webkit-transform: translate3d(0, -100%, 0);
/* 12152 */ 	-moz-transform: translate3d(0, -100%, 0);
/* 12153 */ 	-ms-transform: translate3d(0, -100%, 0);
/* 12154 */ 	-o-transform: translate3d(0, -100%, 0);
/* 12155 */ 	transform: translate3d(0, -100%, 0);
/* 12156 */ 	-webkit-transition: 350ms ease-out;
/* 12157 */ 	-moz-transition: 350ms ease-out;
/* 12158 */ 	-o-transition: 350ms ease-out;
/* 12159 */ 	transition: 350ms ease-out;
/* 12160 */ }
/* 12161 */ 
/* 12162 */ .animated_icon_with_text_holder:hover .animated_title{
/* 12163 */ 	-webkit-transform: translateY(100%);
/* 12164 */ 	-moz-transform: translateY(100%);
/* 12165 */ 	-ms-transform: translateY(100%);
/* 12166 */ 	-o-transform: translateY(100%);
/* 12167 */ 	transform: translateY(100%);
/* 12168 */ 	-webkit-transform: translate3d(0, 100%, 0);
/* 12169 */ 	-moz-transform: translate3d(0, 100%, 0);
/* 12170 */ 	-ms-transform: translate3d(0, 100%, 0);
/* 12171 */ 	-o-transform: translate3d(0, 100%, 0);
/* 12172 */ 	transform: translate3d(0, 100%, 0);
/* 12173 */ 	-webkit-transition: 350ms ease-out;
/* 12174 */ 	-moz-transition: 350ms ease-out;
/* 12175 */ 	-o-transition: 350ms ease-out;
/* 12176 */ 	transition: 350ms ease-out;
/* 12177 */ }
/* 12178 */ /* ==========================================================================
/* 12179 *|    End Clients styles
/* 12180 *|    ========================================================================== */
/* 12181 */ .header_top_bottom_holder{
/* 12182 */ 	position: relative;
/* 12183 */ }
/* 12184 */ 
/* 12185 */ .qode_search_form{
/* 12186 */ 	background: none repeat scroll 0 0 #2b2b2b;
/* 12187 */ 	color: #fff;
/* 12188 */ 	margin: 0;
/* 12189 */ 	overflow: hidden;
/* 12190 */ 	width: 100%;
/* 12191 */ 	height: 0px;
/* 12192 */ 	position: absolute;
/* 12193 */ 	top:0;
/* 12194 */ 	left:0;
/* 12195 */ }
/* 12196 */ 
/* 12197 */ .qode_search_form i{
/* 12198 */ 	color: #959595;
/* 12199 */ 	font-size: 13px;
/* 12200 */ 	display: inline-block;

/* stylesheet.min.css */

/* 12201 */ 	padding: 0px 0px 0px 45px;
/* 12202 */ 	float: left;
/* 12203 */ 	line-height: 50px;
/* 12204 */ }
/* 12205 */ 
/* 12206 */ .qode_search_form input,
/* 12207 */ .qode_search_form input:focus{
/* 12208 */ 	background-color: #2b2b2b;
/* 12209 */ 	border: medium none;
/* 12210 */ 	box-shadow: none;
/* 12211 */ 	color: #959595;
/* 12212 */ 	display: inline-block;
/* 12213 */ 	font-size: 13px;
/* 12214 */ 	line-height: 20px;
/* 12215 */ 	height: 20px;
/* 12216 */ 	margin: 15px 0px;
/* 12217 */ 	width: 90%;
/* 12218 */ 	padding: 0px 45px 0px 10px;
/* 12219 */ 	font-family: inherit;
/* 12220 */ 	outline: none;
/* 12221 */ 	outline-offset:0px;
/* 12222 */ 	-webkit-appearance: none;
/* 12223 */ 	border-radius: 0;
/* 12224 */ 	float: left;
/* 12225 */ }
/* 12226 */ 
/* 12227 */ .qode_search_form input:focus{
/* 12228 */ 	outline-offset: 0px !important;
/* 12229 */ }
/* 12230 */ 
/* 12231 */ ::-webkit-input-placeholder,
/* 12232 */ :-moz-placeholder,
/* 12233 */ ::-moz-placeholder,
/* 12234 */ :-ms-input-placeholder{
/* 12235 */ 	color: #959595;
/* 12236 */ 	margin: 10px 0px 0px 0px;
/* 12237 */ }
/* 12238 */ 
/* 12239 */ @media only screen and (max-width: 1200px){
/* 12240 */ 	.qode_search_form input{
/* 12241 */ 		width: 80%;
/* 12242 */ 	}
/* 12243 */ }
/* 12244 */ 
/* 12245 */ @media only screen and (max-width: 768px){
/* 12246 */ 	.qode_search_form input{
/* 12247 */ 		width: 70%;
/* 12248 */ 	}
/* 12249 */ }
/* 12250 */ 

/* stylesheet.min.css */

/* 12251 */ @media only screen and (max-width: 500px){
/* 12252 */ 	.qode_search_form input{
/* 12253 */ 		width: 65%;
/* 12254 */ 	}
/* 12255 */ }
/* 12256 */ 
/* 12257 */ .qode_search_form .container_inner{
/* 12258 */ 	position: relative;
/* 12259 */ }
/* 12260 */ 
/* 12261 */ .qode_search_form .container i{
/* 12262 */ 	padding: 0px;
/* 12263 */ }
/* 12264 */ 
/* 12265 */ .qode_search_form .container input{
/* 12266 */ 	width: 90%;
/* 12267 */ 	padding: 0px 0px 0px 10px;
/* 12268 */ }
/* 12269 */ 
/* 12270 */ .qode_search_form input[type="submit"] {
/* 12271 */ 	border: 0 none;
/* 12272 */ 	clip: rect(0px, 0px, 0px, 0px);
/* 12273 */ 	height: 1px;
/* 12274 */ 	margin: -1px;
/* 12275 */ 	padding: 0;
/* 12276 */ 	position: absolute;
/* 12277 */ 	width: 1px;
/* 12278 */ 	visibility: hidden;
/* 12279 */ }
/* 12280 */ 
/* 12281 */ .qode_search_form .qode_search_close{
/* 12282 */ 	color: #959595;
/* 12283 */ 	font-size: 13px;
/* 12284 */ 	position: absolute;
/* 12285 */ 	line-height: 50px;
/* 12286 */ 	height: 50px;
/* 12287 */ 	top: 0px;
/* 12288 */ 	right: 45px;
/* 12289 */ }
/* 12290 */ 
/* 12291 */ .qode_search_form .container .qode_search_close{
/* 12292 */ 	right: 0px;
/* 12293 */ }
/* 12294 */ 
/* 12295 */ /****** Cover Boxes start style *******/
/* 12296 */ 
/* 12297 */ .cover_boxes{
/* 12298 */ 	position: relative;
/* 12299 */ 	overflow: hidden;
/* 12300 */ }

/* stylesheet.min.css */

/* 12301 */ 
/* 12302 */ .cover_boxes ul{
/* 12303 */ 	list-style: none;
/* 12304 */ 	margin: 0px -20px 0px 0px;
/* 12305 */ 	padding: 0px;
/* 12306 */ 	width: 200%;
/* 12307 */ }
/* 12308 */ 
/* 12309 */ .cover_boxes ul li{
/* 12310 */ 	float: left;
/* 12311 */ 	margin-right: 20px;
/* 12312 */ 	overflow: hidden;
/* 12313 */ 	position: relative;
/* 12314 */ 	width: 265px;
/* 12315 */ 	-webkit-transition: all 0.5s ease 0s;
/* 12316 */ 	-moz-transition: all 0.5s ease 0s;
/* 12317 */ 	-o-transition: all 0.5s ease 0s;
/* 12318 */ 	transition: all 0.5s ease 0s;
/* 12319 */ }
/* 12320 */ 
/* 12321 */ .cover_boxes ul li.act{
/* 12322 */ 	width: 530px;
/* 12323 */ }
/* 12324 */ 
/* 12325 */ .cover_boxes ul li .box{
/* 12326 */ 	width: 530px;
/* 12327 */ }
/* 12328 */ 
/* 12329 */ .cover_boxes ul li .box .thumb {
/* 12330 */ 	display: inline-block;
/* 12331 */ 	float: left;
/* 12332 */ 	margin-right: 20px;
/* 12333 */ 	position: relative;
/* 12334 */ 	z-index:10;
/* 12335 */ 	width: 265px;
/* 12336 */ }
/* 12337 */ 
/* 12338 */ .cover_boxes ul li .box .thumb img{
/* 12339 */ 	display: block;
/* 12340 */ 	position: relative;
/* 12341 */ 	max-width: 100%;
/* 12342 */ }
/* 12343 */ 
/* 12344 */ .cover_boxes ul li .box .box_content{
/* 12345 */ 	bottom: 0px;
/* 12346 */ 	left: 0px;
/* 12347 */ 	position: absolute;
/* 12348 */ 	padding: 0px 0px 0px 285px;
/* 12349 */ 	width: 245px;
/* 12350 */ 	z-index:9;

/* stylesheet.min.css */

/* 12351 */ 	box-sizing: content-box;
/* 12352 */ 	-webkit-box-sizing: content-box;
/* 12353 */ 	-moz-box-sizing: content-box;
/* 12354 */ }
/* 12355 */ 
/* 12356 */ .cover_boxes ul li .box h3{
/* 12357 */ 	margin: 0px 0px 10px 0px;
/* 12358 */ }
/* 12359 */ 
/* 12360 */ .cover_boxes ul li .box .qbutton{
/* 12361 */ 	margin: 20px 0px 0px 0px;
/* 12362 */ }
/* 12363 */ 
/* 12364 */ /********* Cover Boxes end style **********/
/* 12365 */ 
/* 12366 */ /******** Qode Circles start style ********/
/* 12367 */ 
/* 12368 */ .q_circles_holder{
/* 12369 */ 	position: relative;
/* 12370 */ 	display: inline-block;
/* 12371 */ 	width: 100%;
/* 12372 */ 	clear: both;
/* 12373 */ 	list-style: none;
/* 12374 */ 	margin: 0;
/* 12375 */ 	padding: 0;
/* 12376 */ }
/* 12377 */ 
/* 12378 */ .q_circles_holder:before{
/* 12379 */ 	position: absolute;
/* 12380 */ 	left: 80px;
/* 12381 */ 	display: block;
/* 12382 */ 	width: 85%;
/* 12383 */ 	height: 0;
/* 12384 */ 	border-top: 1px solid #eaeaea;
/* 12385 */ 	content: "";	
/* 12386 */ }
/* 12387 */ 
/* 12388 */ .q_circles_holder.three_columns:before{
/* 12389 */ 	top: 115px;
/* 12390 */ }
/* 12391 */ 
/* 12392 */ .q_circles_holder.four_columns:before{
/* 12393 */ 	top: 90px;
/* 12394 */ }
/* 12395 */ 
/* 12396 */ .q_circles_holder.five_columns:before{
/* 12397 */ 	top: 65px;
/* 12398 */ }
/* 12399 */ 
/* 12400 */ .q_circles_holder.no_line:before{

/* stylesheet.min.css */

/* 12401 */ 	display: none;
/* 12402 */ 	border: 0;
/* 12403 */ 	height: 0;
/* 12404 */ 	width: 0;	
/* 12405 */ }
/* 12406 */ 
/* 12407 */ .q_circles_holder .q_circle_outer{
/* 12408 */ 	position: relative;
/* 12409 */ 	float: left;
/* 12410 */ 	padding: 0;
/* 12411 */ 	margin: 0;
/* 12412 */ 	-webkit-box-sizing: border-box;
/* 12413 */ 	-moz-box-sizing: border-box;
/* 12414 */ 	-ms-box-sizing: border-box;
/* 12415 */ 	-o-box-sizing: border-box;
/* 12416 */ }
/* 12417 */ 
/* 12418 */ .q_circles_holder.three_columns .q_circle_outer{
/* 12419 */ 	width: 33.3%;
/* 12420 */ }
/* 12421 */ 
/* 12422 */ .q_circles_holder.four_columns .q_circle_outer{
/* 12423 */ 	width: 25%;
/* 12424 */ }
/* 12425 */ 
/* 12426 */ .q_circles_holder.five_columns .q_circle_outer{
/* 12427 */ 	width: 20%;
/* 12428 */ }
/* 12429 */ 
/* 12430 */ .q_circles_holder .q_circle_inner{
/* 12431 */ 	position: relative;
/* 12432 */ 	display: table;
/* 12433 */ 	vertical-align: middle;
/* 12434 */ 	text-align: center;
/* 12435 */ 	margin: 0 auto;
/* 12436 */ }
/* 12437 */ 
/* 12438 */ .q_circles_holder.three_columns .q_circle_inner{
/* 12439 */ 	width: 230px;
/* 12440 */ 	height: 230px;
/* 12441 */ }
/* 12442 */ 
/* 12443 */ .q_circles_holder.four_columns .q_circle_inner{
/* 12444 */ 	width: 180px;
/* 12445 */ 	height: 180px;
/* 12446 */ }
/* 12447 */ 
/* 12448 */ .q_circles_holder.five_columns .q_circle_inner{
/* 12449 */ 	width: 130px;
/* 12450 */ 	height: 130px;

/* stylesheet.min.css */

/* 12451 */ }
/* 12452 */ 
/* 12453 */ .q_circles_holder .q_circle_inner2{
/* 12454 */ 	position: relative;
/* 12455 */ 	display: table-cell;
/* 12456 */ 	width: 100%;
/* 12457 */ 	height: 100%;
/* 12458 */ 	vertical-align: middle;
/* 12459 */ 	text-align: center;
/* 12460 */ 	background-color: #fff;
/* 12461 */ 	border: 1px solid #eaeaea;
/* 12462 */ 	border-radius: 1000px;
/* 12463 */ 	-webkit-border-radius: 1000px;
/* 12464 */ 	-moz-border-radius: 1000px;
/* 12465 */ 	-o-border-radius: 1000px;
/* 12466 */ 	-webkit-box-sizing: border-box;
/* 12467 */ 	-moz-box-sizing: border-box;
/* 12468 */ 	-ms-box-sizing: border-box;
/* 12469 */ 	-o-box-sizing: border-box;
/* 12470 */ 	overflow: hidden;
/* 12471 */ }
/* 12472 */ 
/* 12473 */ .q_circles_holder .q_circle_inner2 img{
/* 12474 */ 	display: block;
/* 12475 */ 	width: 100%;
/* 12476 */ 	border-radius: 1000px;
/* 12477 */ 	-webkit-border-radius: 1000px;
/* 12478 */ 	-moz-border-radius: 1000px;
/* 12479 */ 	-o-border-radius: 1000px;
/* 12480 */ }
/* 12481 */ 
/* 12482 */ .q_circles_holder .q_circle_inner2 i{
/* 12483 */ 	color: #333;
/* 12484 */ 	-webkit-transition: color 0.3s ease-in-out;
/* 12485 */ 	-moz-transition: color 0.3s ease-in-out;
/* 12486 */ 	-o-transition: color 0.3s ease-in-out;
/* 12487 */ 	transition: color 0.3s ease-in-out;
/* 12488 */ }
/* 12489 */ 
/* 12490 */ .q_circles_holder .q_circle_inner2:hover i{
/* 12491 */ 	color: #00aeef !important;
/* 12492 */ }
/* 12493 */ 
/* 12494 */ .q_circles_holder .q_circle_text_holder{
/* 12495 */ 	display: block;
/* 12496 */ 	text-align: center;
/* 12497 */ 	margin: 23px 0 0;
/* 12498 */ 	padding:0 10px;
/* 12499 */ }
/* 12500 */ 

/* stylesheet.min.css */

/* 12501 */ .q_circles_holder .q_circle_text_holder .q_circle_text{
/* 12502 */ 	display: block;
/* 12503 */ 	margin: 8px 0 0;
/* 12504 */ }
/* 12505 */ /******** Qode Circles end style **********/
/* 12506 */ 
/* 12507 */ /******** Content Menu - Start ********/
/* 12508 */ 
/* 12509 */ nav.content_menu{
/* 12510 */ 	position: relative;
/* 12511 */ 	text-align: left;
/* 12512 */ 	display: block;
/* 12513 */ 	z-index: 1001;
/* 12514 */ 	background-color: #ffffff;
/* 12515 */ 	-webkit-transform: translateZ(0px);
/* 12516 */ 	width: 100%;
/* 12517 */ }
/* 12518 */ 
/* 12519 */ .container_inner nav.content_menu{
/* 12520 */     width: 1100px;
/* 12521 */ }
/* 12522 */ 
/* 12523 */ nav.content_menu ul{
/* 12524 */ 	width: 1100px;
/* 12525 */ 	margin: 0px auto;
/* 12526 */ 	position: relative;
/* 12527 */ 	border-top: 1px solid #eaeaea;
/* 12528 */ 	border-bottom: 1px solid #eaeaea;
/* 12529 */ 	list-style: none outside none;
/* 12530 */ 	padding: 0px;
/* 12531 */ 	text-align: center;
/* 12532 */ 	-webkit-backface-visibility: hidden;
/* 12533 */ }
/* 12534 */ 
/* 12535 */ nav.content_menu ul li{
/* 12536 */ 	display: inline-block;
/* 12537 */ 	padding: 0px;
/* 12538 */ 	text-align: center;
/* 12539 */ 	position: relative;
/* 12540 */ 	-webkit-backface-visibility: hidden;
/* 12541 */ }
/* 12542 */ 
/* 12543 */ nav.content_menu ul li .arrow{
/* 12544 */ 	background-image: url("/wp-content/themes/strata/css/img/content_menu_arrow.png");
/* 12545 */ 	background-position: 0px 0px;
/* 12546 */ 	background-repeat: no-repeat;
/* 12547 */ 	display: none;
/* 12548 */ 	width: 11px;
/* 12549 */ 	height: 7px;
/* 12550 */ 	position: absolute;

/* stylesheet.min.css */

/* 12551 */ 	left: 50%;
/* 12552 */ 	margin: -1px 0px 0px -5px;
/* 12553 */ 	-webkit-backface-visibility: hidden;
/* 12554 */ }
/* 12555 */ 
/* 12556 */ nav.content_menu.fixed ul li.active .arrow{
/* 12557 */ 	display: block;
/* 12558 */ }
/* 12559 */ 
/* 12560 */ nav.content_menu ul li a{
/* 12561 */ 	color: #777777;
/* 12562 */ 	font-size: 13px;
/* 12563 */ 	text-decoration: none;
/* 12564 */ 	display: inline-block;
/* 12565 */ 	position: relative;
/* 12566 */ 	cursor: pointer;
/* 12567 */ 	line-height: 60px;
/* 12568 */ 	padding: 0px 13px;
/* 12569 */ 	margin: 0px;
/* 12570 */ }
/* 12571 */ 
/* 12572 */ nav.content_menu ul li i{
/* 12573 */ 	color: #777777;
/* 12574 */ 	margin: 0px 9px 0px 0px;
/* 12575 */ }
/* 12576 */ 
/* 12577 */ nav.content_menu ul li i.undefined{
/* 12578 */ 	display: none;
/* 12579 */ }
/* 12580 */ 
/* 12581 */ nav.content_menu ul li.active i,
/* 12582 */ nav.content_menu ul li:hover i,
/* 12583 */ nav.content_menu ul li.active a,
/* 12584 */ nav.content_menu ul li:hover a{
/* 12585 */ 	color: #0bb1ef;
/* 12586 */ }
/* 12587 */ 
/* 12588 */ nav.content_menu .nav_select_menu{
/* 12589 */ 	display: none;
/* 12590 */ 	border: 1px solid #eaeaea;
/* 12591 */ }
/* 12592 */ 
/* 12593 */ nav.content_menu .nav_select_menu .nav_select_button{
/* 12594 */ 	cursor: pointer;
/* 12595 */ 	display: block;
/* 12596 */ 	height: 40px;
/* 12597 */ 	position: relative;
/* 12598 */ 	width: 40px;
/* 12599 */ 	line-height: 40px;
/* 12600 */ 	text-align: center;

/* stylesheet.min.css */

/* 12601 */ 	float: right;
/* 12602 */ }
/* 12603 */ 
/* 12604 */ nav.content_menu .nav_select_menu ul{
/* 12605 */ 	display: none;
/* 12606 */ 	border: 0px;
/* 12607 */ 	width: 100%;
/* 12608 */ 	position: relative;
/* 12609 */ 	top: 0px;
/* 12610 */ 	text-align: left;
/* 12611 */ 	padding: 0px 0px 10px 0px;
/* 12612 */ 	float: left;
/* 12613 */ 	z-index: 100;
/* 12614 */ 	zoom:1;
/* 12615 */ }
/* 12616 */ 
/* 12617 */ nav.content_menu .nav_select_menu ul li{
/* 12618 */ 	display: block;
/* 12619 */ 	border: 0px;
/* 12620 */ 	float: none;
/* 12621 */ 	padding: 0px;
/* 12622 */ 	margin: 0px;
/* 12623 */ 	text-align: left;
/* 12624 */ 	position: relative;
/* 12625 */ 	-webkit-backface-visibility: hidden;
/* 12626 */ }
/* 12627 */ 
/* 12628 */ nav.content_menu .nav_select_menu ul li a{
/* 12629 */ 	line-height: 30px;
/* 12630 */ }
/* 12631 */ 
/* 12632 */ nav.content_menu .nav_select_menu ul li a i{
/* 12633 */ 	width: 12px;
/* 12634 */ 	text-align: center;
/* 12635 */ }
/* 12636 */ 
/* 12637 */ .boxed nav.content_menu.fixed{
/* 12638 */ 	padding: 0px;
/* 12639 */ 	width: 1100px;
/* 12640 */ }
/* 12641 */ 
/* 12642 */ /******** Content Menu - End ********/
/* 12643 */ 
/* 12644 */ 
/* 12645 */ /******** Visual Composer - Start ********/
/* 12646 */ 
/* 12647 */ .section_inner_margin,
/* 12648 */ .parallax_section_inner_margin{
/* 12649 */ 	margin-left: -15px;
/* 12650 */ 	margin-right: -15px;

/* stylesheet.min.css */

/* 12651 */ }
/* 12652 */ 
/* 12653 */ /******** Visual Composer - End ********/
/* 12654 */ 
/* 12655 */ /*Application form*/
/* 12656 */ 
/* 12657 */ #contact-form-job input[type="submit"]{
/* 12658 */ padding: 5px 10px 5px 10px;
/* 12659 */ 	color: #fff;
/* 12660 */ 	font-family: roboto;
/* 12661 */ 	width: 100px;
/* 12662 */ 	background: #334970;
/* 12663 */ 	border: none;
/* 12664 */ 	-webkit-border-radius: 5px;
/* 12665 */ 	-moz-border-radius: 5px;
/* 12666 */ 	border-radius: 5px;
/* 12667 */ }
/* 12668 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/themes/strata/css

*/

/* responsive.min.css */

/* 1 */ @media only screen and (max-width:1300px){.projects_holder.v6.standard_no_space .mix,.projects_holder.v6.standard_no_space .filler,.projects_holder.v6.hover_text.no_space .mix,.projects_holder.v6.hover_text.no_space .filler{width:19.99%}.safari_browser .projects_holder.v6.standard_no_space .mix,.safari_browser .projects_holder.v6.hover_text.no_space .mix,.safari_browser .projects_holder.v6.standard_no_space .filler,.safari_browser .projects_holder.v6.hover_text.no_space .filler{width:19.93%}.touch footer.uncover{position:relative;top:0;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;transition:none}.touch .content{margin:0!important}}@media only screen and (max-width:1200px){body.boxed .wrapper_inner,body.boxed footer,body.boxed .header_inner,body.boxed .full_width .parallax_content,body.boxed .carousel-inner,body.boxed .footer_inner{width:1000px}body.boxed footer.uncover{width:100%}.container_inner,.boxed div.section .section_inner,div.grid_section .section_inner,.full_width .parallax_content,.steps_holder_inner,.carousel-inner .slider_content_outer,nav.content_menu ul,.container_inner nav.content_menu{width:950px}.drop_down .wide .second ul li{width:230px}.projects_holder.v6 .mix,.projects_holder.v6.hover_text .mix{width:18.5%;margin:0 0 1.7%}.projects_holder.v6 .filler,.projects_holder.v6.hover_text .filler{width:18.5%}.blog_small_image.blog_holder article .post_description .post_description_left,.blog_small_image .post_info_left,.blog_small_image.blog_holder article .post_description .post_description_right{float:none}.blog_small_image.blog_holder article .post_description .post_description_left,.blog_small_image .post_info_left{margin-top:10px}.blog_holder.blog_small_image article .post_comments{margin-left:0}.cover_boxes ul li,.cover_boxes ul li .box .thumb{width:227px}.cover_boxes ul li.act,.cover_boxes ul li .box{width:455px}.cover_boxes ul li .box .box_content{padding:0 0 0 247px;width:207px}body.boxed .cover_boxes ul li,body.boxed .cover_boxes ul li .box .thumb{width:240px}body.boxed .cover_boxes ul li.act,body.boxed .cover_boxes ul li .box{width:480px}body.boxed .cover_boxes ul li .box .box_content{padding:0 0 0 260px;width:220px}}@media only screen and (max-width:1000px){body.boxed .wrapper_inner,body.boxed footer,body.boxed .header_inner,body.boxed .full_width .parallax_content,body.boxed .carousel-inner,body.boxed .footer_inner{width:818px}.container_inner,.boxed div.section .section_inner,div.grid_section .section_inner,.full_width .parallax_content,.steps_holder_inner,.carousel-inner .slider_content_outer,nav.content_menu{width:768px}.full_width .projects_holder_outer.v6,.full_width .projects_holder_outer.v5{width:100%}.header_top .container{display:inline-block}header,.header_inner_left,footer.uncover{position:relative!important;left:0!important;margin-bottom:0}.content{margin-bottom:0!important}.right_side_menu_opened .wrapper header{left:0!important}header{top:0!important;margin-top:0!important;display:block}.header_top{height:auto;display:block!important}.header_top .left,.header_top .right{text-align:center;float:none}.header_top .inner{display:inline-block;margin:0 0 -4px}.header_bottom{background-color:#fff}header.centered_logo .header_inner_left{margin:0}header.centered_logo .header_inner_right{float:right}header.centered_logo .logo_wrapper{height:100px!important}header .q_logo img.normal{display:block!important;opacity:1!important;position:relative}header .q_logo img.light,header .q_logo img.dark,header .q_logo img.sticky{display:none!important}header.centered_logo .q_logo{top:50%}header.centered_logo .q_logo img{top:-50%}header .q_logo.animate_logo div.normal{opacity:1!important;display:block}header .q_logo.animate_logo div.dark,header .q_logo.animate_logo div.sticky{display:none}.main_menu{display:none!important}nav.mobile_menu{display:block}.mobile_menu_button{display:table}nav.mobile_menu>ul{width:768px;margin:0 auto}.logo_wrapper{height:100px!important;position:absolute;left:50%}header .header_fixed_right_area{line-height:100%!important;top:80px!important;width:100%;display:block;text-align:center;margin:0;position:absolute}.header_menu_bottom{border-top:0}.q_logo img{left:-50%}.light .header_top .q_social_icon_holder i.simple_social,.light .header_top .header-widget,.light .header_top .header-widget.widget_nav_menu ul.menu>li>a,.light .header_top .header-widget p,.light .header_top .header-widget a,.light .header_top .header-widget span,.dark .mobile_menu_button span,.dark .side_menu_button>a,.dark .shopping_cart_header .header_cart>i{color:#777}.light .header_top .q_social_icon_holder i.simple_social,.light .header_top #lang_sel>ul>li>a,.light .header_top #lang_sel_click>ul>li>a{color:#777!important}.dark .header_top .q_social_icon_holder i.simple_social,.dark .header_top .header-widget,.dark .header_top .header-widget.widget_nav_menu ul.menu>li>a,.dark .header_top .header-widget p,.dark .header_top .header-widget a,.dark .header_top .header-widget span,.dark .mobile_menu_button span,.dark .side_menu_button>a,.dark .shopping_cart_header .header_cart>i{color:#777}.dark .header_top .q_social_icon_holder i.simple_social,.dark .header_top #lang_sel>ul>li>a,.dark .header_top #lang_sel_click>ul>li>a{color:#777!important}.title{height:auto!important;padding:30px 0!important}.title_outer.with_image .title{padding:0!important}.title.has_fixed_background,.title.has_background{background:none!important;height:auto!important;padding:0!important}.title_outer.animate_title_area{height:auto!important;opacity:1!important}.title .not_responsive{display:block}.title_outer.with_image .title .title_subtitle_holder{padding:0!important}.title h1{margin:0}.side_menu_button{height:100px!important}header.menu_bottom.has_header_fixed_right .side_menu_button{height:130px!important}.header_top .right #lang_sel ul ul,.header_top .right #lang_sel_click ul ul{right:0}nav.content_menu{position:relative!important;top:0!important;margin:0 auto}nav.content_menu ul.menu{display:none}nav.content_menu .nav_select_menu{display:block}nav.content_menu .back_outer{display:none}.ls-nav-prev,.ls-nav-next{top:50%!important}.projects_holder.v6 .mix,.projects_holder.v5 .mix,.projects_holder.v4 .mix,.projects_holder.v6.hover_text .mix,.projects_holder.v5.hover_text .mix,.projects_holder.v4.hover_text .mix{width:23%;margin:0 0 3%}.projects_holder.v6 .filler,.projects_holder.v5 .filler,.projects_holder.v4 .filler,.projects_holder.v6.hover_text .filler,.projects_holder.v5.hover_text .filler,.projects_holder.v4.hover_text .filler{width:23%}.projects_holder.v3 .mix,.projects_holder.v2 .mix{margin:0 0 3%}.projects_holder.v6.hover_text .mix,.projects_holder.v5.hover_text .mix,.projects_holder.v4.hover_text .mix,.projects_holder.v3.hover_text .mix,.projects_holder.v2.hover_text .mix{margin:0 0 2.8%}.projects_holder.v6.standard_no_space .mix,.projects_holder.v5.standard_no_space .mix,.projects_holder.v4.standard_no_space .mix,.projects_holder.v6.standard_no_space .filler,.projects_holder.v5.standard_no_space .filler,.projects_holder.v4.standard_no_space .filler,.projects_holder.v6.hover_text.no_space .mix,.projects_holder.v5.hover_text.no_space .mix,.projects_holder.v4.hover_text.no_space .mix,.projects_holder.v6.hover_text.no_space .filler,.projects_holder.v5.hover_text.no_space .filler,.projects_holder.v4.hover_text.no_space .filler{width:24.99%}.safari_browser .projects_holder.v6.standard_no_space .mix,.safari_browser .projects_holder.v6.hover_text.no_space .mix,.safari_browser .projects_holder.v6.standard_no_space .filler,.safari_browser .projects_holder.v6.hover_text.no_space .filler,.safari_browser .projects_holder.v5.standard_no_space .mix,.safari_browser .projects_holder.v5.hover_text.no_space .mix,.safari_browser .projects_holder.v5.standard_no_space .filler,.safari_browser .projects_holder.v5.hover_text.no_space .filler,.safari_browser .projects_holder.v4.standard_no_space .mix,.safari_browser .projects_holder.v4.hover_text.no_space .mix,.safari_browser .projects_holder.v4.standard_no_space .filler,.safari_browser .projects_holder.v4.hover_text.no_space .filler{width:24.95%}.projects_holder.v6.standard_no_space .mix,.projects_holder.v5.standard_no_space .mix,.projects_holder.v4.standard_no_space .mix,.projects_holder.v3.standard_no_space .mix{margin:0}.projects_holder article .feature_holder .feature_holder_icons{margin:10px 0 0 0}.blog_holder.masonry article{width:47%}.box_image_holder .box_icon .fa-stack{font-size:3em}.q_steps_holder .step1{left:-81px}.q_steps_holder .step2{left:122px}.q_steps_holder .step3{left:350px}.q_steps_holder .step4{left:560px}.q_steps_holder .step1,.q_steps_holder .step2,.q_steps_holder .step3,.q_steps_holder .step4{margin:0 0 30px}.qode_call_to_action .two_columns_75_25>.column2>.column_inner{padding:0}.qode_call_to_action .qbutton{padding:0 10px!important;font-size:10px}.header_top .left .inner>div:last-child,header .q_social_icon_holder,.header_top .right .inner>div{border-right:0}.header_top .left .inner>div,.header_top .right .inner>div:first-child{border-left:0}.qode_clients.six_columns .qode_client_holder,.qode_clients.five_columns .qode_client_holder,.qode_clients.four_columns .qode_client_holder{width:33.33333333333333%}.qode_clients.six_columns .qode_client_holder:nth-child(6n) .qode_client_holder_inner:before,.qode_clients.five_columns .qode_client_holder:nth-child(5n) .qode_client_holder_inner:before,.qode_clients.four_columns .qode_client_holder:nth-child(4n) .qode_client_holder_inner:before{border-right-width:1px}.qode_clients.six_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,.qode_clients.five_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,.qode_clients.four_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before{border-right-width:0}.animated_icons_with_text.five_columns .animated_icon_with_text_holder,.animated_icons_with_text.four_columns .animated_icon_with_text_holder,.animated_icons_with_text.three_columns .animated_icon_with_text_holder{width:50%}.animated_icons_with_text.three_columns .animated_icon_with_text_holder:nth-child(3n) .animated_icon_with_text_inner:before,.animated_icons_with_text.four_columns .animated_icon_with_text_holder:nth-child(4n) .animated_icon_with_text_inner:before,.animated_icons_with_text.five_columns .animated_icon_with_text_holder:nth-child(5n) .animated_icon_with_text_inner:before{border-right-width:1px}.animated_icons_with_text.three_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before,.animated_icons_with_text.four_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before,.animated_icons_with_text.five_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before{border-right-width:0}.cover_boxes ul{margin:0 -8px 0 0}.cover_boxes ul li{margin-right:8px}.cover_boxes ul li,.cover_boxes ul li .box .thumb{width:187px}.cover_boxes ul li.act,.cover_boxes ul li .box{width:374px}.cover_boxes ul li .box .box_content{padding:0 0 0 197px;width:177px}body.boxed .cover_boxes ul li,body.boxed .cover_boxes ul li .box .thumb{width:199px}body.boxed .cover_boxes ul li.act,body.boxed .cover_boxes ul li .box{width:400px}body.boxed .cover_boxes ul li .box .box_content{padding:0 0 0 209px;width:189px}.cover_boxes ul li .box .box_content p{max-height:115px;overflow:hidden}.cover_boxes ul li .box h3{margin:0 0 5px}.cover_boxes ul li .box .qbutton{margin:8px 0 0}.latest_post_holder.four_columns>ul>li{width:49%;margin:0 2% 25px 0!important}.latest_post_holder.boxes.four_columns>ul>li:nth-child(2n){margin:0 0 25px!important}.q_team .q_team_social_holder .fa-stack{margin:0 4px 3px 0;width:1.6em;height:1.6em;line-height:1.6em}.q_tabs .tabs-nav li a{padding:0 7px}.price_table_inner ul li.table_title{padding:18px 15px 17px}.price_table_inner ul li{padding:11px 10px}.price_table_inner ul li.pricing_table_content{padding:20px 12px 10px}.price_button .qbutton{margin-bottom:5px}.content{margin-top:0!important}.title .title_holder{height:100%!important;padding:0!important}.q_counter_holder.center{padding:20px 30px}}@media only screen and (min-width:768px) and (max-width:1100px){.portfolio_gallery a.v4{width:32%;margin:0 2% 2% 0!important}.portfolio_gallery a.v4:nth-child(3n){margin:0 0 2% 0!important}.gallery_holder ul.v5 li,.gallery_holder ul.v4 li{width:23.1%;margin:0 2.5% 20px 0!important}.gallery_holder ul.v5 li:nth-child(4n),.gallery_holder ul.v4 li:nth-child(4n){margin:0 0 20px!important}.drop_down .wide .second ul li .flexslider.widget_flexslider ul.flex-direction-nav li{width:194px}.widget.widget_search form input[type="text"]{width:67%}.q_percentage_with_icon{width:100%!important;height:180px!important;line-height:180px!important}.q_percentage_with_icon canvas{width:100%!important;height:100%!important}}@media only screen and (min-width:1000px) and (max-width:1100px){.q_percentage_with_icon{width:80%!important}}@media only screen and (min-width:768px) and (max-width:1000px){.grid2 .blog_holder.masonry .blog_share{margin-left:0}.grid2.two_columns_66_33 .blog_holder.blog_single article .post_comments{margin-left:0}.grid2.two_columns_66_33 .blog_holder.blog_single article .post_description .post_description_left,.grid2.two_columns_66_33 .blog_holder.blog_single article .post_description .post_description_right{float:none}}@media only screen and (max-width:900px){.projects_holder.v6.standard_no_space .mix,.projects_holder.v5.standard_no_space .mix,.projects_holder.v4.standard_no_space .mix,.projects_holder.v6.standard_no_space .filler,.projects_holder.v5.standard_no_space .filler,.projects_holder.v4.standard_no_space .filler,.projects_holder.v6.hover_text.no_space .mix,.projects_holder.v5.hover_text.no_space .mix,.projects_holder.v4.hover_text.no_space .mix,.projects_holder.v6.hover_text.no_space .filler,.projects_holder.v5.hover_text.no_space .filler,.projects_holder.v4.hover_text.no_space .filler{width:33.32%}.safari_browser .projects_holder.v6.standard_no_space .mix,.safari_browser .projects_holder.v6.hover_text.no_space .mix,.safari_browser .projects_holder.v6.standard_no_space .filler,.safari_browser .projects_holder.v6.hover_text.no_space .filler,.safari_browser .projects_holder.v5.standard_no_space .mix,.safari_browser .projects_holder.v5.hover_text.no_space .mix,.safari_browser .projects_holder.v5.standard_no_space .filler,.safari_browser .projects_holder.v5.hover_text.no_space .filler,.safari_browser .projects_holder.v4.standard_no_space .mix,.safari_browser .projects_holder.v4.hover_text.no_space .mix,.safari_browser .projects_holder.v4.standard_no_space .filler,.safari_browser .projects_holder.v4.hover_text.no_space .filler{width:33.3%}}@media only screen and (max-width:850px){body.boxed .wrapper_inner,body.boxed footer,body.boxed .header_inner,body.boxed .full_width .parallax_content,body.boxed .carousel-inner,body.boxed .footer_inner{width:700px}.container_inner,.boxed div.section .section_inner,div.grid_section .section_inner,.full_width .parallax_content,.steps_holder_inner,.carousel-inner .slider_content_outer,nav.content_menu{width:650px}nav.mobile_menu>ul{width:650px}}@media only screen and (max-width:768px){body.boxed .wrapper_inner,body.boxed footer,body.boxed .header_inner,body.boxed .full_width .parallax_content,body.boxed .carousel-inner,body.boxed .footer_inner{width:650px}.container_inner,.boxed div.section .section_inner,div.grid_section .section_inner,.full_width .parallax_content,.steps_holder_inner,.carousel-inner .slider_content_outer,nav.content_menu{width:600px}nav.mobile_menu>ul{width:600px}.projects_holder.v6 .mix,.projects_holder.v5 .mix,.projects_holder.v4 .mix,.projects_holder.v3 .mix,.projects_holder.v6.hover_text .mix,.projects_holder.v5.hover_text .mix,.projects_holder.v4.hover_text .mix,.projects_holder.v3.hover_text .mix{width:31%;margin:0 0 4%}.projects_holder.v6 .filler,.projects_holder.v5 .filler,.projects_holder.v4 .filler,.projects_holder.v3 .filler,.projects_holder.v6.hover_text .filler,.projects_holder.v5.hover_text .filler,.projects_holder.v4.hover_text .filler,.projects_holder.v3.hover_text .filler{width:31%}.projects_holder.v2 .mix{width:48.3%;margin:0 0 3.6%}.projects_holder.v2 .filler{width:48.3%}.projects_holder.v6.hover_text .mix,.projects_holder.v5.hover_text .mix,.projects_holder.v4.hover_text .mix,.projects_holder.v3.hover_text .mix,.projects_holder.v2.hover_text .mix{margin:0 0 3.4%}.projects_holder.v6.standard_no_space .mix,.projects_holder.v5.standard_no_space .mix,.projects_holder.v4.standard_no_space .mix,.projects_holder.v3.standard_no_space .mix,.projects_holder.v2.standard_no_space .mix,.projects_holder.v6.standard_no_space .filler,.projects_holder.v5.standard_no_space .filler,.projects_holder.v4.standard_no_space .filler,.projects_holder.v3.standard_no_space .filler,.projects_holder.v2.standard_no_space .filler,.projects_holder.v6.hover_text.no_space .mix,.projects_holder.v5.hover_text.no_space .mix,.projects_holder.v4.hover_text.no_space .mix,.projects_holder.v3.hover_text.no_space .mix,.projects_holder.v2.hover_text.no_space .mix,.projects_holder.v6.hover_text.no_space .filler,.projects_holder.v5.hover_text.no_space .filler,.projects_holder.v4.hover_text.no_space .filler,.projects_holder.v3.hover_text.no_space .filler,.projects_holder.v2.hover_text.no_space .filler{width:49.99%}.safari_browser .projects_holder.v6.standard_no_space .mix,.safari_browser .projects_holder.v6.hover_text.no_space .mix,.safari_browser .projects_holder.v6.standard_no_space .filler,.safari_browser .projects_holder.v6.hover_text.no_space .filler,.safari_browser .projects_holder.v5.standard_no_space .mix,.safari_browser .projects_holder.v5.hover_text.no_space .mix,.safari_browser .projects_holder.v5.standard_no_space .filler,.safari_browser .projects_holder.v5.hover_text.no_space .filler,.safari_browser .projects_holder.v4.standard_no_space .mix,.safari_browser .projects_holder.v4.hover_text.no_space .mix,.safari_browser .projects_holder.v4.standard_no_space .filler,.safari_browser .projects_holder.v4.hover_text.no_space .filler,.safari_browser .projects_holder.v3.standard_no_space .mix,.safari_browser .projects_holder.v3.hover_text.no_space .mix,.safari_browser .projects_holder.v3.standard_no_space .filler,.safari_browser .projects_holder.v3.hover_text.no_space .filler,.safari_browser .projects_holder.v2.standard_no_space .mix,.safari_browser .projects_holder.v2.hover_text.no_space .mix,.safari_browser .projects_holder.v2.standard_no_space .filler,.safari_browser .projects_holder.v2.hover_text.no_space .filler{width:49.97%}.projects_holder.v6.standard_no_space .mix,.projects_holder.v5.standard_no_space .mix,.projects_holder.v4.standard_no_space .mix,.projects_holder.v3.standard_no_space .mix,.projects_holder.v2.standard_no_space .mix{margin:0}.blog_holder.masonry article{width:46.5%}.comment_holder .comment_number{display:none}.comment_holder .comments{width:100%}.two_columns_75_25 .blog_holder.masonry article,.two_columns_66_33 .blog_holder.masonry article,.two_columns_33_66 .blog_holder.masonry article,.two_columns_25_75 .blog_holder.masonry article{width:100%}div.comment_form{padding-top:40px;border-top:1px solid #ddd}.title{padding:25px 0!important}.q_line_graf{margin:0 0 25px;width:100%}.q_pie_graf{width:70%;margin:0 auto 25px;float:none}.q_line_graf canvas,.q_line_graf_legend,.q_pie_graf canvas,.q_pie_graf_legend{width:100%!important;height:auto!important}.q_icon_list p,.q_list.number.circle_number li{line-height:37px}.q_list.number.circle_number ul>li:before{top:0}.q_icon_list p{padding:0 0 0 45px}.q_icon_list i{line-height:35px;height:35px;width:35px}.grid2 .blog_holder article .post_description .post_description_left,.grid2 .post_info_left,.grid2 .blog_holder article .post_description .post_description_right{float:none}.grid2 .blog_holder article .post_description .post_description_left,.grid2 .post_info_left{margin-top:10px}.grid2 .blog_holder article .post_comments{margin-left:0}.blog_holder.blog_small_image article .post_image,.blog_holder.blog_small_image article .post_text{float:left;width:100%}.blog_holder.blog_small_image article .post_text .post_text_inner{padding:0}.cover_boxes ul{width:100%!important}.cover_boxes ul li{width:100%!important;margin:0 0 20px!important}.cover_boxes ul li,.cover_boxes ul li .box .thumb{width:270px}.cover_boxes ul li .box .box_content{padding:0 0 0 290px;width:270px}.latest_post_holder.boxes>ul>li{margin:0 2% 25px 0!important}.latest_post_holder.boxes.two_columns>ul>li,.latest_post_holder.boxes.three_columns>ul>li,.latest_post_holder.boxes.four_columns>ul>li{width:49%}.latest_post_holder.boxes>ul>li:nth-child(2n){margin:0 0 25px!important}.q_circles_holder .q_circle_outer{width:50%!important;margin:0 0 30px}.q_circles_holder:before{display:none;width:0;height:0;border:0}.qbutton,.load_more a,#submit_comment,.drop_down .wide .second ul li .qbutton,.drop_down .wide .second ul li ul li .qbutton,.qbutton.small{height:30px;line-height:30px;padding:0 14px}.qbutton.big_large,.qbutton.big_large_full_width{height:50px;line-height:50px;font-size:16px;padding:0 20px}.qbutton.large{height:42px;line-height:42px;padding:0 17px}.qbutton.medium,#submit_comment,.load_more.tiny a{height:38px;line-height:38px;padding:0 16px}.qbutton.tiny{height:25px;line-height:25px;padding:0 10px}.qbutton.large i,.qbutton.big_large i,.qbutton.big_large_full_width i{margin:0 0 0 15px}.qbutton.medium i{margin:0 0 0 13px}.qbutton.small i,.qbutton.tiny i{margin:0 0 0 8px}.q_social_icon_holder .fa-stack{margin:.1407692307692308em}}@media only screen and (min-width:600px) and (max-width:768px){.portfolio_gallery a.v3,.portfolio_gallery a.v4{width:49%!important;margin:0 2% 2% 0!important}.portfolio_gallery a.v3:nth-child(2n),.portfolio_gallery a.v4:nth-child(2n){margin:0 0 2% 0!important}.gallery_holder ul.v5 li,.gallery_holder ul.v4 li,.gallery_holder ul.v3 li{width:31.2%!important;margin:0 3.2% 20px 0!important}.gallery_holder ul.v5 li:nth-child(3n),.gallery_holder ul.v4 li:nth-child(3n),.gallery_holder ul.v3 li:nth-child(3n){margin:0 0 20px!important}.blog_holder article .post_info .inner{padding:0 10px 0 0}.widget.widget_search form input[type="text"]{width:60%}.q_image_with_text_over.one_fourth{width:49.9%}.q_percentage_with_icon{width:100%!important;height:140px!important;line-height:140px!important}.q_percentage_with_icon canvas{width:100%!important;height:100%!important}.q_circles_holder .q_circle_outer:nth-child(2n+1){clear:both}.blog_like{padding:0 0 0 8px}.blog_share{margin:0 0 0 8px}.blog_holder article .post_description .post_description_left{margin:0 12px 0 0}.blog_holder.masonry article .post_description .post_description_left{margin:0}.q_tabs .tabs-nav li a{padding:0 4px;font-size:12px}.q_team .q_team_text{padding:18px 12px 0}.q_team .q_team_text_inner{padding:0 0 18px}.q_team:hover .q_team_text{-webkit-transform:translateY(-65px);-moz-transform:translateY(-65px);-ms-transform:translateY(-65px);transform:translateY(-65px)}.q_counter_holder.center{padding:20px 15px}}@media only screen and (max-width:600px){body.boxed .wrapper_inner,body.boxed footer,body.boxed .header_inner,body.boxed .full_width .parallax_content,body.boxed .carousel-inner,body.boxed .footer_inner{width:470px}.container_inner,.boxed div.section .section_inner,div.grid_section .section_inner,.full_width .parallax_content,.steps_holder_inner,.carousel-inner .slider_content_outer,nav.content_menu{width:420px}nav.mobile_menu>ul{width:420px}.projects_holder.v6 .mix,.projects_holder.v5 .mix,.projects_holder.v4 .mix,.projects_holder.v3 .mix,.projects_holder.v2 .mix,.projects_holder.v6.hover_text .mix,.projects_holder.v5.hover_text .mix,.projects_holder.v4.hover_text .mix,.projects_holder.v3.hover_text .mix,.projects_holder.v2.hover_text .mix{width:47.9%;margin:0 0 4.7%}.projects_holder.v6.hover_text .mix,.projects_holder.v5.hover_text .mix,.projects_holder.v4.hover_text .mix,.projects_holder.v3.hover_text .mix,.projects_holder.v2.hover_text .mix{margin:0 0 4.2%}.projects_holder.v6 .filler,.projects_holder.v5 .filler,.projects_holder.v4 .filler,.projects_holder.v3 .filler,.projects_holder.v2 .filler,.projects_holder.v6.hover_text .filler,.projects_holder.v5.hover_text .filler,.projects_holder.v4.hover_text .filler,.projects_holder.v3.hover_text .filler,.projects_holder.v2.hover_text .filler{width:47.9%}.projects_holder.v6.standard_no_space .mix,.projects_holder.v5.standard_no_space .mix,.projects_holder.v4.standard_no_space .mix,.projects_holder.v3.standard_no_space .mix,.projects_holder.v2.standard_no_space .mix,.projects_holder.v6.standard_no_space .filler,.projects_holder.v5.standard_no_space .filler,.projects_holder.v4.standard_no_space .filler,.projects_holder.v3.standard_no_space .filler,.projects_holder.v2.standard_no_space .filler,.projects_holder.v6.hover_text.no_space .mix,.projects_holder.v5.hover_text.no_space .mix,.projects_holder.v4.hover_text.no_space .mix,.projects_holder.v3.hover_text.no_space .mix,.projects_holder.v2.hover_text.no_space .mix,.projects_holder.v6.hover_text.no_space .filler,.projects_holder.v5.hover_text.no_space .filler,.projects_holder.v4.hover_text.no_space .filler,.projects_holder.v3.hover_text.no_space .filler,.projects_holder.v2.hover_text.no_space .filler,.safari_browser .projects_holder.v6.standard_no_space .mix,.safari_browser .projects_holder.v6.hover_text.no_space .mix,.safari_browser .projects_holder.v6.standard_no_space .filler,.safari_browser .projects_holder.v6.hover_text.no_space .filler,.safari_browser .projects_holder.v5.standard_no_space .mix,.safari_browser .projects_holder.v5.hover_text.no_space .mix,.safari_browser .projects_holder.v5.standard_no_space .filler,.safari_browser .projects_holder.v5.hover_text.no_space .filler,.safari_browser .projects_holder.v4.standard_no_space .mix,.safari_browser .projects_holder.v4.hover_text.no_space .mix,.safari_browser .projects_holder.v4.standard_no_space .filler,.safari_browser .projects_holder.v4.hover_text.no_space .filler,.safari_browser .projects_holder.v3.standard_no_space .mix,.safari_browser .projects_holder.v3.hover_text.no_space .mix,.safari_browser .projects_holder.v3.standard_no_space .filler,.safari_browser .projects_holder.v3.hover_text.no_space .filler,.safari_browser .projects_holder.v2.standard_no_space .mix,.safari_browser .projects_holder.v2.hover_text.no_space .mix,.safari_browser .projects_holder.v2.standard_no_space .filler,.safari_browser .projects_holder.v2.hover_text.no_space .filler{width:100%}.projects_holder.v6.standard_no_space .mix,.projects_holder.v5.standard_no_space .mix,.projects_holder.v4.standard_no_space .mix,.projects_holder.v3.standard_no_space .mix,.projects_holder.v2.standard_no_space .mix{margin:0 0 6.5%}.portfolio_gallery a.v2,.portfolio_gallery a.v3,.portfolio_gallery a.v4{width:100%;margin:0 0 4% 0!important}.portfolio_gallery a.v3:nth-child(2n),.portfolio_gallery a.v4:nth-child(2n){margin:0 0 4% 0!important}.two_columns_50_50 .column1,.two_columns_50_50 .column2,.three_columns .column1,.three_columns .column2,.three_columns .column3,.two_columns_66_33 .column1,.two_columns_66_33 .column2,.two_columns_33_66 .column1,.two_columns_33_66 .column2,.two_columns_75_25 .column1,.two_columns_75_25 .column2,.two_columns_25_75 .column1,.two_columns_25_75 .column2,.four_columns .column1,.four_columns .column2,.four_columns .column3,.four_columns .column4{width:100%}.two_columns_50_50 .column1 .column_inner,.two_columns_50_50 .column2 .column_inner,.three_columns .column1 .column_inner,.three_columns .column2 .column_inner,.three_columns .column3 .column_inner,.two_columns_66_33 .column1 .column_inner,.two_columns_66_33 .column2 .column_inner,.two_columns_33_66 .column1 .column_inner,.two_columns_33_66 .column2 .column_inner,.two_columns_75_25 .column1 .column_inner,.two_columns_75_25 .column2 .column_inner,.two_columns_25_75 .column1 .column_inner,.two_columns_25_75 .column2 .column_inner,.two_columns_66_33.grid2 .column1 .column_inner,.two_columns_66_33.grid2 .column2 .column_inner,.two_columns_33_66.grid2 .column1 .column_inner,.two_columns_33_66.grid2 .column2 .column_inner,.two_columns_75_25.grid2 .column1 .column_inner,.two_columns_75_25.grid2 .column2 .column_inner,.two_columns_25_75.grid2 .column1 .column_inner,.two_columns_25_75.grid2 .column2 .column_inner,.four_columns .column1 .column_inner,.four_columns .column2 .column_inner,.four_columns .column3 .column_inner,.four_columns .column4 .column_inner{padding:0}.q_tabs.vertical .tabs-nav{width:22%;margin:0 5% 0 0}.q_tabs.vertical.right .tabs-nav{float:right;margin:0 0 0 5%}.q_tabs.vertical .tabs-container{width:73%}.q_tabs.horizontal .tab-content{padding:30px 0 10px}.q_tabs .tabs-nav li a{padding:0 8px}.q_tabs.vertical .tabs-nav li a{padding:6px 10px}.gallery_holder ul.v5 li,.gallery_holder ul.v4 li,.gallery_holder ul.v3 li,.gallery_holder ul.v2 li{width:47.5%!important;margin:0 4.5% 20px 0!important}.gallery_holder ul.v5 li:nth-child(2n),.gallery_holder ul.v4 li:nth-child(2n),.gallery_holder ul.v3 li:nth-child(2n),.gallery_holder ul.v2 li:nth-child(2n){margin:0 0 20px!important}#respond textarea{width:92%;padding:13px 4%}.comment_holder .comment-list li ul.children{padding:0 0 0 30px}.blog_holder.masonry article,.two_columns_75_25 .blog_holder.masonry article,.two_columns_66_33 .blog_holder.masonry article,.two_columns_33_66 .blog_holder.masonry article,.two_columns_25_75 .blog_holder.masonry article{width:100%}.call_to_action_button_wrapper.right{text-align:center!important;margin-top:15px}.title{padding:15px 0!important}.title h1{margin-bottom:10px;float:none}.breadcrumb{position:relative}.subtitle{margin-bottom:10px}.blog_holder article .post_description .post_description_left,.post_info_left,.blog_holder article .post_description .post_description_right{float:none}.blog_holder article .post_description .post_description_left,.post_info_left{margin-top:10px}.blog_holder article .post_comments{margin-left:0}.qode_clients.six_columns .qode_client_holder,.qode_clients.five_columns .qode_client_holder,.qode_clients.four_columns .qode_client_holder,.qode_clients.three_columns .qode_client_holder{width:50%}.qode_clients.six_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,.qode_clients.five_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,.qode_clients.four_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,.qode_clients.three_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before{border-right-width:1px}.qode_clients.six_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before,.qode_clients.five_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before,.qode_clients.four_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before,.qode_clients.three_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before{border-right-width:0}.animated_icons_with_text.two_columns .animated_icon_with_text_holder,.animated_icons_with_text.three_columns .animated_icon_with_text_holder,.animated_icons_with_text.four_columns .animated_icon_with_text_holder,.animated_icons_with_text.five_columns .animated_icon_with_text_holder{width:100%}.animated_icons_with_text .animated_icon_with_text_inner:before,.animated_icons_with_text.three_columns .animated_icon_with_text_holder:nth-child(3n) .animated_icon_with_text_inner:before,.animated_icons_with_text.four_columns .animated_icon_with_text_holder:nth-child(4n) .animated_icon_with_text_inner:before,.animated_icons_with_text.five_columns .animated_icon_with_text_holder:nth-child(5n) .animated_icon_with_text_inner:before{border-right-width:0}.vc_row-fluid [class*='vc_span']{width:100%!important;margin-left:0!important}.q_image_with_text_over.one_half,.q_image_with_text_over.one_third,.q_image_with_text_over.one_fourth{width:100%}.call_to_action .column2.button_wrapper{position:relative;text-align:center}.call_to_action .column2.button_wrapper .qbutton{position:static;margin:10px 0 0 0}.cover_boxes ul li,.cover_boxes ul li .box .thumb{width:190px}.cover_boxes ul li .box .box_content{padding:0 0 0 205px;width:190px}.latest_post_holder.two_columns>ul>li,.latest_post_holder.three_columns>ul>li,.latest_post_holder.four_columns>ul>li,.latest_post_holder.boxes.two_columns>ul>li,.latest_post_holder.boxes.three_columns>ul>li,.latest_post_holder.boxes.four_columns>ul>li{width:100%;margin:0 0 25px!important}.q_circles_holder .q_circle_outer{width:100%!important}.footer_top .four_columns .column2 .column_inner>div,.footer_top .three_columns .column2 .column_inner>div,.footer_top .two_columns_50_50 .column2 .column_inner>div{margin:0}.footer_top .four_columns .column1,.footer_top .four_columns .column2,.footer_top .four_columns .column3,.footer_top .three_columns .column1,.footer_top .three_columns .column2,.footer_top .two_columns_50_50 .column1{margin:0 0 25px}}@media only screen and (max-width:480px){body.boxed .wrapper_inner,body.boxed footer,body.boxed .header_inner,body.boxed .full_width .parallax_content,body.boxed .carousel-inner,body.boxed .footer_inner{width:350px}.container_inner,.boxed div.section .section_inner,div.grid_section .section_inner,.full_width .parallax_content,.steps_holder_inner,.carousel-inner .slider_content_outer,nav.content_menu{width:300px}.blog_holder.masonry{width:300px!important}.header_bottom,footer .container_inner{padding:0 25px}footer .container_inner,.header_bottom .container_inner{width:auto}nav.mobile_menu>ul{width:auto}.projects_holder.v6 .mix,.projects_holder.v5 .mix,.projects_holder.v4 .mix,.projects_holder.v3 .mix,.projects_holder.v2 .mix,.projects_holder.v6.hover_text .mix,.projects_holder.v5.hover_text .mix,.projects_holder.v4.hover_text .mix,.projects_holder.v3.hover_text .mix,.projects_holder.v2.hover_text .mix{width:100%;margin:0 0 7.4%}.projects_holder.v6.hover_text .mix,.projects_holder.v5.hover_text .mix,.projects_holder.v4.hover_text .mix,.projects_holder.v3.hover_text .mix,.projects_holder.v2.hover_text .mix{margin:0 0 7.8%}.projects_holder.v6 .filler,.projects_holder.v5 .filler,.projects_holder.v4 .filler,.projects_holder.v3 .filler,.projects_holder.v2 .filler,.projects_holder.v6.hover_text .filler,.projects_holder.v5.hover_text .filler,.projects_holder.v4.hover_text .filler,.projects_holder.v3.hover_text .filler,.projects_holder.v2.hover_text .filler{width:100%}.single_tags{margin:35px 0 0 19%}.q_tabs.vertical .tabs-nav{width:30%}.q_tabs.vertical .tabs-container{width:65%}.q_tabs .tabs-nav li a{padding:0 5px}.q_tabs.vertical .tabs-nav li a{padding:7px 5px}.gallery_holder ul.v5 li,.gallery_holder ul.v4 li,.gallery_holder ul.v3 li,.gallery_holder ul.v2 li{width:100%!important;margin:0 0 20px 0!important}.comment_holder .comment-list li ul.children{padding:0 0 0 15px}.box_image_with_border{margin:0 0 30px 0}.box_image_holder .box_icon .fa-stack{font-size:4em}.filter_holder ul li span{padding:0 10px}.q_steps_holder .circle_small span{left:-35px}.footer_bottom{line-height:35px;height:auto}.blog_holder article .post_description .post_description_left,.post_info_left{display:inline-block;float:none;margin:0 0 5px;width:100%}.blog_holder article .post_description .post_description_right,.post_info_right{float:none}.post_info_right{text-align:right}.author_description_inner .image{float:none}.author_text_holder{padding:10px 0 0}.single_tags{margin-left:0}.footer_top .column_inner>div{margin:0 0 25px!important}.footer_top .column_inner{border:0}.qbutton.big_large{height:50px;line-height:50px;padding:0 18px}.qode_clients.six_columns .qode_client_holder,.qode_clients.five_columns .qode_client_holder,.qode_clients.four_columns .qode_client_holder,.qode_clients.three_columns .qode_client_holder,.qode_clients.two_columns .qode_client_holder{width:100%}.qode_clients.six_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,.qode_clients.five_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,.qode_clients.four_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,.qode_clients.three_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,.qode_clients.six_columns .qode_client_holder .qode_client_holder_inner:before,.qode_clients.five_columns .qode_client_holder .qode_client_holder_inner:before,.qode_clients.four_columns .qode_client_holder .qode_client_holder_inner:before,.qode_clients.three_columns .qode_client_holder .qode_client_holder_inner:before,.qode_clients.two_columns .qode_client_holder .qode_client_holder_inner:before{border-right-width:0}.side_menu_button>a{padding:0}.cover_boxes ul li .box .thumb{width:100%!important}.cover_boxes ul li .box .box_content{display:none}.q_counter_holder.center{padding:20px}.q_accordion_holder,.q_tabs{visibility:visible!important}.title.title_size_large h1{font-size:28px}}@media only screen and (max-width:420px){body.boxed .wrapper_inner,body.boxed footer,body.boxed .header_inner,body.boxed .full_width .parallax_content,body.boxed .carousel-inner{width:320px}.header_bottom,footer .container_inner,nav.content_menu{padding:0 15px}}@media only screen and (max-width:350px){.section_inner_margin,.parallax_section_inner_margin{margin:0}}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css

file-relative URI  : ../vc/alert.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../vc/alert.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../vc/alert.png
traversals removed : /wp-content/plugins/js_composer/assets/vc/alert.png

file-relative URI  : ../vc/info.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../vc/info.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../vc/info.png
traversals removed : /wp-content/plugins/js_composer/assets/vc/info.png

file-relative URI  : ../vc/tick.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../vc/tick.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../vc/tick.png
traversals removed : /wp-content/plugins/js_composer/assets/vc/tick.png

file-relative URI  : ../vc/exclamation.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../vc/exclamation.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../vc/exclamation.png
traversals removed : /wp-content/plugins/js_composer/assets/vc/exclamation.png

file-relative URI  : ../images/icons/address-book.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/address-book.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/address-book.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/address-book.png

file-relative URI  : ../images/icons/alarm-clock.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/alarm-clock.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/alarm-clock.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/alarm-clock.png

file-relative URI  : ../images/icons/anchor.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/anchor.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/anchor.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/anchor.png

file-relative URI  : ../images/icons/application-image.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/application-image.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/application-image.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/application-image.png

file-relative URI  : ../images/icons/arrow.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/arrow.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/arrow.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/arrow.png

file-relative URI  : ../images/icons/asterisk.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/asterisk.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/asterisk.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/asterisk.png

file-relative URI  : ../images/icons/auction-hammer.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/auction-hammer.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/auction-hammer.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/auction-hammer.png

file-relative URI  : ../images/icons/balloon.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/balloon.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/balloon.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/balloon.png

file-relative URI  : ../images/icons/balloon-buzz.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-buzz.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/balloon-buzz.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/balloon-buzz.png

file-relative URI  : ../images/icons/balloon-facebook.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-facebook.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/balloon-facebook.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/balloon-facebook.png

file-relative URI  : ../images/icons/balloon-twitter.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-twitter.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/balloon-twitter.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/balloon-twitter.png

file-relative URI  : ../images/icons/battery-full.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/battery-full.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/battery-full.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/battery-full.png

file-relative URI  : ../images/icons/binocular.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/binocular.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/binocular.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/binocular.png

file-relative URI  : ../images/icons/blue-document-excel.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-excel.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-excel.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/blue-document-excel.png

file-relative URI  : ../images/icons/blue-document-image.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-image.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-image.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/blue-document-image.png

file-relative URI  : ../images/icons/blue-document-music.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-music.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-music.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/blue-document-music.png

file-relative URI  : ../images/icons/blue-document-office.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-office.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-office.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/blue-document-office.png

file-relative URI  : ../images/icons/blue-document-pdf.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-pdf.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-pdf.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/blue-document-pdf.png

file-relative URI  : ../images/icons/blue-document-powerpoint.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-powerpoint.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-powerpoint.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/blue-document-powerpoint.png

file-relative URI  : ../images/icons/blue-document-word.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-word.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-word.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/blue-document-word.png

file-relative URI  : ../images/icons/bookmark.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/bookmark.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/bookmark.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/bookmark.png

file-relative URI  : ../images/icons/camcorder.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/camcorder.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/camcorder.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/camcorder.png

file-relative URI  : ../images/icons/camera.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/camera.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/camera.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/camera.png

file-relative URI  : ../images/icons/chart.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/chart.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/chart.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/chart.png

file-relative URI  : ../images/icons/chart-pie.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/chart-pie.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/chart-pie.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/chart-pie.png

file-relative URI  : ../images/icons/clock.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/clock.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/clock.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/clock.png

file-relative URI  : ../images/icons/control.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/control.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/control.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/control.png

file-relative URI  : ../images/icons/fire.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/fire.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/fire.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/fire.png

file-relative URI  : ../images/icons/heart.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/heart.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/heart.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/heart.png

file-relative URI  : ../images/icons/mail.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/mail.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/mail.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/mail.png

file-relative URI  : ../images/icons/plus-shield.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/plus-shield.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/plus-shield.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/plus-shield.png

file-relative URI  : ../images/icons/video.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/video.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/video.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/video.png

file-relative URI  : ../images/icons/address-book.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/address-book.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/address-book.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/address-book.png

file-relative URI  : ../images/icons/alarm-clock.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/alarm-clock.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/alarm-clock.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/alarm-clock.png

file-relative URI  : ../images/icons/anchor.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/anchor.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/anchor.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/anchor.png

file-relative URI  : ../images/icons/application-image.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/application-image.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/application-image.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/application-image.png

file-relative URI  : ../images/icons/arrow.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/arrow.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/arrow.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/arrow.png

file-relative URI  : ../images/icons/asterisk.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/asterisk.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/asterisk.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/asterisk.png

file-relative URI  : ../images/icons/auction-hammer.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/auction-hammer.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/auction-hammer.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/auction-hammer.png

file-relative URI  : ../images/icons/balloon.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/balloon.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/balloon.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/balloon.png

file-relative URI  : ../images/icons/balloon-buzz.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-buzz.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/balloon-buzz.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/balloon-buzz.png

file-relative URI  : ../images/icons/balloon-facebook.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-facebook.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/balloon-facebook.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/balloon-facebook.png

file-relative URI  : ../images/icons/balloon-twitter.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-twitter.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/balloon-twitter.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/balloon-twitter.png

file-relative URI  : ../images/icons/battery-full.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/battery-full.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/battery-full.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/battery-full.png

file-relative URI  : ../images/icons/binocular.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/binocular.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/binocular.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/binocular.png

file-relative URI  : ../images/icons/blue-document-excel.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-excel.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-excel.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/blue-document-excel.png

file-relative URI  : ../images/icons/blue-document-image.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-image.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-image.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/blue-document-image.png

file-relative URI  : ../images/icons/blue-document-music.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-music.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-music.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/blue-document-music.png

file-relative URI  : ../images/icons/blue-document-office.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-office.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-office.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/blue-document-office.png

file-relative URI  : ../images/icons/blue-document-pdf.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-pdf.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-pdf.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/blue-document-pdf.png

file-relative URI  : ../images/icons/blue-document-powerpoint.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-powerpoint.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-powerpoint.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/blue-document-powerpoint.png

file-relative URI  : ../images/icons/blue-document-word.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-word.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-word.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/blue-document-word.png

file-relative URI  : ../images/icons/bookmark.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/bookmark.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/bookmark.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/bookmark.png

file-relative URI  : ../images/icons/camcorder.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/camcorder.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/camcorder.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/camcorder.png

file-relative URI  : ../images/icons/camera.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/camera.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/camera.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/camera.png

file-relative URI  : ../images/icons/chart.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/chart.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/chart.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/chart.png

file-relative URI  : ../images/icons/chart-pie.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/chart-pie.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/chart-pie.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/chart-pie.png

file-relative URI  : ../images/icons/clock.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/clock.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/clock.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/clock.png

file-relative URI  : ../images/icons/control.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/control.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/control.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/control.png

file-relative URI  : ../images/icons/fire.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/fire.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/fire.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/fire.png

file-relative URI  : ../images/icons/heart.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/heart.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/heart.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/heart.png

file-relative URI  : ../images/icons/mail.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/mail.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/mail.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/mail.png

file-relative URI  : ../images/icons/plus-shield.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/plus-shield.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/plus-shield.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/plus-shield.png

file-relative URI  : ../images/icons/video.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/icons/video.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/icons/video.png
traversals removed : /wp-content/plugins/js_composer/assets/images/icons/video.png

file-relative URI  : ../images/toggle_open.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/toggle_open.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/toggle_open.png
traversals removed : /wp-content/plugins/js_composer/assets/images/toggle_open.png

file-relative URI  : ../images/toggle_close.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/toggle_close.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/toggle_close.png
traversals removed : /wp-content/plugins/js_composer/assets/images/toggle_close.png

file-relative URI  : ../images/flickr.png
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../images/flickr.png
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../images/flickr.png
traversals removed : /wp-content/plugins/js_composer/assets/images/flickr.png

file-relative URI  : ../vc/blur.svg#blur
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../vc/blur.svg#blur
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../vc/blur.svg#blur
traversals removed : /wp-content/plugins/js_composer/assets/vc/blur.svg#blur

file-relative URI  : ../fonts/vc_grid/vc_grid_v1.eot?-9hbgac
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.eot?-9hbgac
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.eot?-9hbgac
traversals removed : /wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot?-9hbgac

file-relative URI  : ../fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac
traversals removed : /wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac

file-relative URI  : ../fonts/vc_grid/vc_grid_v1.woff?-9hbgac
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.woff?-9hbgac
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.woff?-9hbgac
traversals removed : /wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.woff?-9hbgac

file-relative URI  : ../fonts/vc_grid/vc_grid_v1.ttf?-9hbgac
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.ttf?-9hbgac
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.ttf?-9hbgac
traversals removed : /wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.ttf?-9hbgac

file-relative URI  : ../fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1
path prepended     : /nas/content/live/aversan/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1
docroot stripped   : /wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1
traversals removed : /wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1

*/

/* js_composer.css */

/* 1     */ /** Front end editor */
/* 2     */ .thumbnail > img,
/* 3     */ .thumbnail a > img,
/* 4     */ .carousel-inner > .item > img,
/* 5     */ .carousel-inner > .item > a > img {
/* 6     */   display: block;
/* 7     */   max-width: 100%;
/* 8     */   height: auto;
/* 9     */ }
/* 10    */ .btn-group-lg > .btn {
/* 11    */   padding: 10px 16px;
/* 12    */   font-size: 18px;
/* 13    */   line-height: 1.33;
/* 14    */   border-radius: 6px;
/* 15    */ }
/* 16    */ .btn-group-sm > .btn {
/* 17    */   padding: 5px 10px;
/* 18    */   font-size: 12px;
/* 19    */   line-height: 1.5;
/* 20    */   border-radius: 3px;
/* 21    */ }
/* 22    */ .btn-group-xs > .btn {
/* 23    */   padding: 1px 5px;
/* 24    */   font-size: 12px;
/* 25    */   line-height: 1.5;
/* 26    */   border-radius: 3px;
/* 27    */ }
/* 28    */ .dl-horizontal dd:before,
/* 29    */ .dl-horizontal dd:after,
/* 30    */ .container:before,
/* 31    */ .container:after,
/* 32    */ .container-fluid:before,
/* 33    */ .container-fluid:after,
/* 34    */ .row:before,
/* 35    */ .row:after,
/* 36    */ .form-horizontal .form-group:before,
/* 37    */ .form-horizontal .form-group:after,
/* 38    */ .btn-toolbar:before,
/* 39    */ .btn-toolbar:after,
/* 40    */ .btn-group-vertical > .btn-group:before,
/* 41    */ .btn-group-vertical > .btn-group:after,
/* 42    */ .nav:before,
/* 43    */ .nav:after,
/* 44    */ .navbar:before,
/* 45    */ .navbar:after,
/* 46    */ .navbar-header:before,
/* 47    */ .navbar-header:after,
/* 48    */ .navbar-collapse:before,
/* 49    */ .navbar-collapse:after,
/* 50    */ .pager:before,

/* js_composer.css */

/* 51    */ .pager:after,
/* 52    */ .panel-body:before,
/* 53    */ .panel-body:after,
/* 54    */ .modal-footer:before,
/* 55    */ .modal-footer:after,
/* 56    */ .vc_row:before,
/* 57    */ .vc_row:after {
/* 58    */   content: " ";
/* 59    */   display: table;
/* 60    */ }
/* 61    */ .dl-horizontal dd:after,
/* 62    */ .container:after,
/* 63    */ .container-fluid:after,
/* 64    */ .row:after,
/* 65    */ .form-horizontal .form-group:after,
/* 66    */ .btn-toolbar:after,
/* 67    */ .btn-group-vertical > .btn-group:after,
/* 68    */ .nav:after,
/* 69    */ .navbar:after,
/* 70    */ .navbar-header:after,
/* 71    */ .navbar-collapse:after,
/* 72    */ .pager:after,
/* 73    */ .panel-body:after,
/* 74    */ .modal-footer:after,
/* 75    */ .vc_row:after {
/* 76    */   clear: both;
/* 77    */ }
/* 78    */ /* Navbar */
/* 79    */ /* Modal box */
/* 80    */ /* Panel */
/* 81    */ @media (max-width: 767px) {
/* 82    */   .vc_hidden-xs {
/* 83    */     display: none !important;
/* 84    */   }
/* 85    */ }
/* 86    */ @media (min-width: 768px) and (max-width: 991px) {
/* 87    */   .vc_hidden-sm {
/* 88    */     display: none !important;
/* 89    */   }
/* 90    */ }
/* 91    */ @media (min-width: 992px) and (max-width: 1199px) {
/* 92    */   .vc_hidden-md {
/* 93    */     display: none !important;
/* 94    */   }
/* 95    */ }
/* 96    */ @media (min-width: 1200px) {
/* 97    */   .vc_hidden-lg {
/* 98    */     display: none !important;
/* 99    */   }
/* 100   */ }

/* js_composer.css */

/* 101   */ .vc_non_responsive .vc_row .vc_col-sm-1 {
/* 102   */   position: relative;
/* 103   */   float: left;
/* 104   */   width: 8.33333333%;
/* 105   */   min-height: 1px;
/* 106   */   padding-left: 15px;
/* 107   */   padding-right: 15px;
/* 108   */ }
/* 109   */ .vc_non_responsive .vc_row .vc_col-sm-2 {
/* 110   */   position: relative;
/* 111   */   float: left;
/* 112   */   width: 16.66666667%;
/* 113   */   min-height: 1px;
/* 114   */   padding-left: 15px;
/* 115   */   padding-right: 15px;
/* 116   */ }
/* 117   */ .vc_non_responsive .vc_row .vc_col-sm-3 {
/* 118   */   position: relative;
/* 119   */   float: left;
/* 120   */   width: 25%;
/* 121   */   min-height: 1px;
/* 122   */   padding-left: 15px;
/* 123   */   padding-right: 15px;
/* 124   */ }
/* 125   */ .vc_non_responsive .vc_row .vc_col-sm-4 {
/* 126   */   position: relative;
/* 127   */   float: left;
/* 128   */   width: 33.33333333%;
/* 129   */   min-height: 1px;
/* 130   */   padding-left: 15px;
/* 131   */   padding-right: 15px;
/* 132   */ }
/* 133   */ .vc_non_responsive .vc_row .vc_col-sm-5 {
/* 134   */   position: relative;
/* 135   */   float: left;
/* 136   */   width: 41.66666667%;
/* 137   */   min-height: 1px;
/* 138   */   padding-left: 15px;
/* 139   */   padding-right: 15px;
/* 140   */ }
/* 141   */ .vc_non_responsive .vc_row .vc_col-sm-6 {
/* 142   */   position: relative;
/* 143   */   float: left;
/* 144   */   width: 50%;
/* 145   */   min-height: 1px;
/* 146   */   padding-left: 15px;
/* 147   */   padding-right: 15px;
/* 148   */ }
/* 149   */ .vc_non_responsive .vc_row .vc_col-sm-7 {
/* 150   */   position: relative;

/* js_composer.css */

/* 151   */   float: left;
/* 152   */   width: 58.33333333%;
/* 153   */   min-height: 1px;
/* 154   */   padding-left: 15px;
/* 155   */   padding-right: 15px;
/* 156   */ }
/* 157   */ .vc_non_responsive .vc_row .vc_col-sm-8 {
/* 158   */   position: relative;
/* 159   */   float: left;
/* 160   */   width: 66.66666667%;
/* 161   */   min-height: 1px;
/* 162   */   padding-left: 15px;
/* 163   */   padding-right: 15px;
/* 164   */ }
/* 165   */ .vc_non_responsive .vc_row .vc_col-sm-9 {
/* 166   */   position: relative;
/* 167   */   float: left;
/* 168   */   width: 75%;
/* 169   */   min-height: 1px;
/* 170   */   padding-left: 15px;
/* 171   */   padding-right: 15px;
/* 172   */ }
/* 173   */ .vc_non_responsive .vc_row .vc_col-sm-10 {
/* 174   */   position: relative;
/* 175   */   float: left;
/* 176   */   width: 83.33333333%;
/* 177   */   min-height: 1px;
/* 178   */   padding-left: 15px;
/* 179   */   padding-right: 15px;
/* 180   */ }
/* 181   */ .vc_non_responsive .vc_row .vc_col-sm-11 {
/* 182   */   position: relative;
/* 183   */   float: left;
/* 184   */   width: 91.66666667%;
/* 185   */   min-height: 1px;
/* 186   */   padding-left: 15px;
/* 187   */   padding-right: 15px;
/* 188   */ }
/* 189   */ .vc_non_responsive .vc_row .vc_col-sm-12 {
/* 190   */   position: relative;
/* 191   */   float: left;
/* 192   */   width: 100%;
/* 193   */   min-height: 1px;
/* 194   */   padding-left: 15px;
/* 195   */   padding-right: 15px;
/* 196   */ }
/* 197   */ .vc_non_responsive .vc_row .vc_col-sm-offset-12 {
/* 198   */   margin-left: 100%;
/* 199   */ }
/* 200   */ .vc_non_responsive .vc_row .vc_col-sm-offset-11 {

/* js_composer.css */

/* 201   */   margin-left: 91.66666667%;
/* 202   */ }
/* 203   */ .vc_non_responsive .vc_row .vc_col-sm-offset-10 {
/* 204   */   margin-left: 83.33333333%;
/* 205   */ }
/* 206   */ .vc_non_responsive .vc_row .vc_col-sm-offset-9 {
/* 207   */   margin-left: 75%;
/* 208   */ }
/* 209   */ .vc_non_responsive .vc_row .vc_col-sm-offset-8 {
/* 210   */   margin-left: 66.66666667%;
/* 211   */ }
/* 212   */ .vc_non_responsive .vc_row .vc_col-sm-offset-7 {
/* 213   */   margin-left: 58.33333333%;
/* 214   */ }
/* 215   */ .vc_non_responsive .vc_row .vc_col-sm-offset-6 {
/* 216   */   margin-left: 50%;
/* 217   */ }
/* 218   */ .vc_non_responsive .vc_row .vc_col-sm-offset-5 {
/* 219   */   margin-left: 41.66666667%;
/* 220   */ }
/* 221   */ .vc_non_responsive .vc_row .vc_col-sm-offset-4 {
/* 222   */   margin-left: 33.33333333%;
/* 223   */ }
/* 224   */ .vc_non_responsive .vc_row .vc_col-sm-offset-3 {
/* 225   */   margin-left: 25%;
/* 226   */ }
/* 227   */ .vc_non_responsive .vc_row .vc_col-sm-offset-2 {
/* 228   */   margin-left: 16.66666667%;
/* 229   */ }
/* 230   */ .vc_non_responsive .vc_row .vc_col-sm-offset-1 {
/* 231   */   margin-left: 8.33333333%;
/* 232   */ }
/* 233   */ .vc_non_responsive .vc_row .vc_col-sm-offset-0 {
/* 234   */   margin-left: 0%;
/* 235   */ }
/* 236   */ .vc_non_responsive .vc_row .vc_hidden-sm {
/* 237   */   display: none !important;
/* 238   */ }
/* 239   */ .vc_row {
/* 240   */   margin-left: -15px;
/* 241   */   margin-right: -15px;
/* 242   */ }
/* 243   */ .vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
/* 244   */   position: relative;
/* 245   */   min-height: 1px;
/* 246   */   padding-left: 15px;
/* 247   */   padding-right: 15px;
/* 248   */   -webkit-box-sizing: border-box;
/* 249   */   -moz-box-sizing: border-box;
/* 250   */   box-sizing: border-box;

/* js_composer.css */

/* 251   */ }
/* 252   */ .vc_col-xs-1, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12 {
/* 253   */   float: left;
/* 254   */ }
/* 255   */ .vc_col-xs-12 {
/* 256   */   width: 100%;
/* 257   */ }
/* 258   */ .vc_col-xs-11 {
/* 259   */   width: 91.66666667%;
/* 260   */ }
/* 261   */ .vc_col-xs-10 {
/* 262   */   width: 83.33333333%;
/* 263   */ }
/* 264   */ .vc_col-xs-9 {
/* 265   */   width: 75%;
/* 266   */ }
/* 267   */ .vc_col-xs-8 {
/* 268   */   width: 66.66666667%;
/* 269   */ }
/* 270   */ .vc_col-xs-7 {
/* 271   */   width: 58.33333333%;
/* 272   */ }
/* 273   */ .vc_col-xs-6 {
/* 274   */   width: 50%;
/* 275   */ }
/* 276   */ .vc_col-xs-5 {
/* 277   */   width: 41.66666667%;
/* 278   */ }
/* 279   */ .vc_col-xs-4 {
/* 280   */   width: 33.33333333%;
/* 281   */ }
/* 282   */ .vc_col-xs-3 {
/* 283   */   width: 25%;
/* 284   */ }
/* 285   */ .vc_col-xs-2 {
/* 286   */   width: 16.66666667%;
/* 287   */ }
/* 288   */ .vc_col-xs-1 {
/* 289   */   width: 8.33333333%;
/* 290   */ }
/* 291   */ .vc_col-xs-pull-12 {
/* 292   */   right: 100%;
/* 293   */ }
/* 294   */ .vc_col-xs-pull-11 {
/* 295   */   right: 91.66666667%;
/* 296   */ }
/* 297   */ .vc_col-xs-pull-10 {
/* 298   */   right: 83.33333333%;
/* 299   */ }
/* 300   */ .vc_col-xs-pull-9 {

/* js_composer.css */

/* 301   */   right: 75%;
/* 302   */ }
/* 303   */ .vc_col-xs-pull-8 {
/* 304   */   right: 66.66666667%;
/* 305   */ }
/* 306   */ .vc_col-xs-pull-7 {
/* 307   */   right: 58.33333333%;
/* 308   */ }
/* 309   */ .vc_col-xs-pull-6 {
/* 310   */   right: 50%;
/* 311   */ }
/* 312   */ .vc_col-xs-pull-5 {
/* 313   */   right: 41.66666667%;
/* 314   */ }
/* 315   */ .vc_col-xs-pull-4 {
/* 316   */   right: 33.33333333%;
/* 317   */ }
/* 318   */ .vc_col-xs-pull-3 {
/* 319   */   right: 25%;
/* 320   */ }
/* 321   */ .vc_col-xs-pull-2 {
/* 322   */   right: 16.66666667%;
/* 323   */ }
/* 324   */ .vc_col-xs-pull-1 {
/* 325   */   right: 8.33333333%;
/* 326   */ }
/* 327   */ .vc_col-xs-pull-0 {
/* 328   */   right: auto;
/* 329   */ }
/* 330   */ .vc_col-xs-push-12 {
/* 331   */   left: 100%;
/* 332   */ }
/* 333   */ .vc_col-xs-push-11 {
/* 334   */   left: 91.66666667%;
/* 335   */ }
/* 336   */ .vc_col-xs-push-10 {
/* 337   */   left: 83.33333333%;
/* 338   */ }
/* 339   */ .vc_col-xs-push-9 {
/* 340   */   left: 75%;
/* 341   */ }
/* 342   */ .vc_col-xs-push-8 {
/* 343   */   left: 66.66666667%;
/* 344   */ }
/* 345   */ .vc_col-xs-push-7 {
/* 346   */   left: 58.33333333%;
/* 347   */ }
/* 348   */ .vc_col-xs-push-6 {
/* 349   */   left: 50%;
/* 350   */ }

/* js_composer.css */

/* 351   */ .vc_col-xs-push-5 {
/* 352   */   left: 41.66666667%;
/* 353   */ }
/* 354   */ .vc_col-xs-push-4 {
/* 355   */   left: 33.33333333%;
/* 356   */ }
/* 357   */ .vc_col-xs-push-3 {
/* 358   */   left: 25%;
/* 359   */ }
/* 360   */ .vc_col-xs-push-2 {
/* 361   */   left: 16.66666667%;
/* 362   */ }
/* 363   */ .vc_col-xs-push-1 {
/* 364   */   left: 8.33333333%;
/* 365   */ }
/* 366   */ .vc_col-xs-push-0 {
/* 367   */   left: auto;
/* 368   */ }
/* 369   */ .vc_col-xs-offset-12 {
/* 370   */   margin-left: 100%;
/* 371   */ }
/* 372   */ .vc_col-xs-offset-11 {
/* 373   */   margin-left: 91.66666667%;
/* 374   */ }
/* 375   */ .vc_col-xs-offset-10 {
/* 376   */   margin-left: 83.33333333%;
/* 377   */ }
/* 378   */ .vc_col-xs-offset-9 {
/* 379   */   margin-left: 75%;
/* 380   */ }
/* 381   */ .vc_col-xs-offset-8 {
/* 382   */   margin-left: 66.66666667%;
/* 383   */ }
/* 384   */ .vc_col-xs-offset-7 {
/* 385   */   margin-left: 58.33333333%;
/* 386   */ }
/* 387   */ .vc_col-xs-offset-6 {
/* 388   */   margin-left: 50%;
/* 389   */ }
/* 390   */ .vc_col-xs-offset-5 {
/* 391   */   margin-left: 41.66666667%;
/* 392   */ }
/* 393   */ .vc_col-xs-offset-4 {
/* 394   */   margin-left: 33.33333333%;
/* 395   */ }
/* 396   */ .vc_col-xs-offset-3 {
/* 397   */   margin-left: 25%;
/* 398   */ }
/* 399   */ .vc_col-xs-offset-2 {
/* 400   */   margin-left: 16.66666667%;

/* js_composer.css */

/* 401   */ }
/* 402   */ .vc_col-xs-offset-1 {
/* 403   */   margin-left: 8.33333333%;
/* 404   */ }
/* 405   */ .vc_col-xs-offset-0 {
/* 406   */   margin-left: 0%;
/* 407   */ }
/* 408   */ @media (min-width: 768px) {
/* 409   */   .vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12 {
/* 410   */     float: left;
/* 411   */   }
/* 412   */   .vc_col-sm-12 {
/* 413   */     width: 100%;
/* 414   */   }
/* 415   */   .vc_col-sm-11 {
/* 416   */     width: 91.66666667%;
/* 417   */   }
/* 418   */   .vc_col-sm-10 {
/* 419   */     width: 83.33333333%;
/* 420   */   }
/* 421   */   .vc_col-sm-9 {
/* 422   */     width: 75%;
/* 423   */   }
/* 424   */   .vc_col-sm-8 {
/* 425   */     width: 66.66666667%;
/* 426   */   }
/* 427   */   .vc_col-sm-7 {
/* 428   */     width: 58.33333333%;
/* 429   */   }
/* 430   */   .vc_col-sm-6 {
/* 431   */     width: 50%;
/* 432   */   }
/* 433   */   .vc_col-sm-5 {
/* 434   */     width: 41.66666667%;
/* 435   */   }
/* 436   */   .vc_col-sm-4 {
/* 437   */     width: 33.33333333%;
/* 438   */   }
/* 439   */   .vc_col-sm-3 {
/* 440   */     width: 25%;
/* 441   */   }
/* 442   */   .vc_col-sm-2 {
/* 443   */     width: 16.66666667%;
/* 444   */   }
/* 445   */   .vc_col-sm-1 {
/* 446   */     width: 8.33333333%;
/* 447   */   }
/* 448   */   .vc_col-sm-pull-12 {
/* 449   */     right: 100%;
/* 450   */   }

/* js_composer.css */

/* 451   */   .vc_col-sm-pull-11 {
/* 452   */     right: 91.66666667%;
/* 453   */   }
/* 454   */   .vc_col-sm-pull-10 {
/* 455   */     right: 83.33333333%;
/* 456   */   }
/* 457   */   .vc_col-sm-pull-9 {
/* 458   */     right: 75%;
/* 459   */   }
/* 460   */   .vc_col-sm-pull-8 {
/* 461   */     right: 66.66666667%;
/* 462   */   }
/* 463   */   .vc_col-sm-pull-7 {
/* 464   */     right: 58.33333333%;
/* 465   */   }
/* 466   */   .vc_col-sm-pull-6 {
/* 467   */     right: 50%;
/* 468   */   }
/* 469   */   .vc_col-sm-pull-5 {
/* 470   */     right: 41.66666667%;
/* 471   */   }
/* 472   */   .vc_col-sm-pull-4 {
/* 473   */     right: 33.33333333%;
/* 474   */   }
/* 475   */   .vc_col-sm-pull-3 {
/* 476   */     right: 25%;
/* 477   */   }
/* 478   */   .vc_col-sm-pull-2 {
/* 479   */     right: 16.66666667%;
/* 480   */   }
/* 481   */   .vc_col-sm-pull-1 {
/* 482   */     right: 8.33333333%;
/* 483   */   }
/* 484   */   .vc_col-sm-pull-0 {
/* 485   */     right: auto;
/* 486   */   }
/* 487   */   .vc_col-sm-push-12 {
/* 488   */     left: 100%;
/* 489   */   }
/* 490   */   .vc_col-sm-push-11 {
/* 491   */     left: 91.66666667%;
/* 492   */   }
/* 493   */   .vc_col-sm-push-10 {
/* 494   */     left: 83.33333333%;
/* 495   */   }
/* 496   */   .vc_col-sm-push-9 {
/* 497   */     left: 75%;
/* 498   */   }
/* 499   */   .vc_col-sm-push-8 {
/* 500   */     left: 66.66666667%;

/* js_composer.css */

/* 501   */   }
/* 502   */   .vc_col-sm-push-7 {
/* 503   */     left: 58.33333333%;
/* 504   */   }
/* 505   */   .vc_col-sm-push-6 {
/* 506   */     left: 50%;
/* 507   */   }
/* 508   */   .vc_col-sm-push-5 {
/* 509   */     left: 41.66666667%;
/* 510   */   }
/* 511   */   .vc_col-sm-push-4 {
/* 512   */     left: 33.33333333%;
/* 513   */   }
/* 514   */   .vc_col-sm-push-3 {
/* 515   */     left: 25%;
/* 516   */   }
/* 517   */   .vc_col-sm-push-2 {
/* 518   */     left: 16.66666667%;
/* 519   */   }
/* 520   */   .vc_col-sm-push-1 {
/* 521   */     left: 8.33333333%;
/* 522   */   }
/* 523   */   .vc_col-sm-push-0 {
/* 524   */     left: auto;
/* 525   */   }
/* 526   */   .vc_col-sm-offset-12 {
/* 527   */     margin-left: 100%;
/* 528   */   }
/* 529   */   .vc_col-sm-offset-11 {
/* 530   */     margin-left: 91.66666667%;
/* 531   */   }
/* 532   */   .vc_col-sm-offset-10 {
/* 533   */     margin-left: 83.33333333%;
/* 534   */   }
/* 535   */   .vc_col-sm-offset-9 {
/* 536   */     margin-left: 75%;
/* 537   */   }
/* 538   */   .vc_col-sm-offset-8 {
/* 539   */     margin-left: 66.66666667%;
/* 540   */   }
/* 541   */   .vc_col-sm-offset-7 {
/* 542   */     margin-left: 58.33333333%;
/* 543   */   }
/* 544   */   .vc_col-sm-offset-6 {
/* 545   */     margin-left: 50%;
/* 546   */   }
/* 547   */   .vc_col-sm-offset-5 {
/* 548   */     margin-left: 41.66666667%;
/* 549   */   }
/* 550   */   .vc_col-sm-offset-4 {

/* js_composer.css */

/* 551   */     margin-left: 33.33333333%;
/* 552   */   }
/* 553   */   .vc_col-sm-offset-3 {
/* 554   */     margin-left: 25%;
/* 555   */   }
/* 556   */   .vc_col-sm-offset-2 {
/* 557   */     margin-left: 16.66666667%;
/* 558   */   }
/* 559   */   .vc_col-sm-offset-1 {
/* 560   */     margin-left: 8.33333333%;
/* 561   */   }
/* 562   */   .vc_col-sm-offset-0 {
/* 563   */     margin-left: 0%;
/* 564   */   }
/* 565   */ }
/* 566   */ @media (min-width: 992px) {
/* 567   */   .vc_col-md-1, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12 {
/* 568   */     float: left;
/* 569   */   }
/* 570   */   .vc_col-md-12 {
/* 571   */     width: 100%;
/* 572   */   }
/* 573   */   .vc_col-md-11 {
/* 574   */     width: 91.66666667%;
/* 575   */   }
/* 576   */   .vc_col-md-10 {
/* 577   */     width: 83.33333333%;
/* 578   */   }
/* 579   */   .vc_col-md-9 {
/* 580   */     width: 75%;
/* 581   */   }
/* 582   */   .vc_col-md-8 {
/* 583   */     width: 66.66666667%;
/* 584   */   }
/* 585   */   .vc_col-md-7 {
/* 586   */     width: 58.33333333%;
/* 587   */   }
/* 588   */   .vc_col-md-6 {
/* 589   */     width: 50%;
/* 590   */   }
/* 591   */   .vc_col-md-5 {
/* 592   */     width: 41.66666667%;
/* 593   */   }
/* 594   */   .vc_col-md-4 {
/* 595   */     width: 33.33333333%;
/* 596   */   }
/* 597   */   .vc_col-md-3 {
/* 598   */     width: 25%;
/* 599   */   }
/* 600   */   .vc_col-md-2 {

/* js_composer.css */

/* 601   */     width: 16.66666667%;
/* 602   */   }
/* 603   */   .vc_col-md-1 {
/* 604   */     width: 8.33333333%;
/* 605   */   }
/* 606   */   .vc_col-md-pull-12 {
/* 607   */     right: 100%;
/* 608   */   }
/* 609   */   .vc_col-md-pull-11 {
/* 610   */     right: 91.66666667%;
/* 611   */   }
/* 612   */   .vc_col-md-pull-10 {
/* 613   */     right: 83.33333333%;
/* 614   */   }
/* 615   */   .vc_col-md-pull-9 {
/* 616   */     right: 75%;
/* 617   */   }
/* 618   */   .vc_col-md-pull-8 {
/* 619   */     right: 66.66666667%;
/* 620   */   }
/* 621   */   .vc_col-md-pull-7 {
/* 622   */     right: 58.33333333%;
/* 623   */   }
/* 624   */   .vc_col-md-pull-6 {
/* 625   */     right: 50%;
/* 626   */   }
/* 627   */   .vc_col-md-pull-5 {
/* 628   */     right: 41.66666667%;
/* 629   */   }
/* 630   */   .vc_col-md-pull-4 {
/* 631   */     right: 33.33333333%;
/* 632   */   }
/* 633   */   .vc_col-md-pull-3 {
/* 634   */     right: 25%;
/* 635   */   }
/* 636   */   .vc_col-md-pull-2 {
/* 637   */     right: 16.66666667%;
/* 638   */   }
/* 639   */   .vc_col-md-pull-1 {
/* 640   */     right: 8.33333333%;
/* 641   */   }
/* 642   */   .vc_col-md-pull-0 {
/* 643   */     right: auto;
/* 644   */   }
/* 645   */   .vc_col-md-push-12 {
/* 646   */     left: 100%;
/* 647   */   }
/* 648   */   .vc_col-md-push-11 {
/* 649   */     left: 91.66666667%;
/* 650   */   }

/* js_composer.css */

/* 651   */   .vc_col-md-push-10 {
/* 652   */     left: 83.33333333%;
/* 653   */   }
/* 654   */   .vc_col-md-push-9 {
/* 655   */     left: 75%;
/* 656   */   }
/* 657   */   .vc_col-md-push-8 {
/* 658   */     left: 66.66666667%;
/* 659   */   }
/* 660   */   .vc_col-md-push-7 {
/* 661   */     left: 58.33333333%;
/* 662   */   }
/* 663   */   .vc_col-md-push-6 {
/* 664   */     left: 50%;
/* 665   */   }
/* 666   */   .vc_col-md-push-5 {
/* 667   */     left: 41.66666667%;
/* 668   */   }
/* 669   */   .vc_col-md-push-4 {
/* 670   */     left: 33.33333333%;
/* 671   */   }
/* 672   */   .vc_col-md-push-3 {
/* 673   */     left: 25%;
/* 674   */   }
/* 675   */   .vc_col-md-push-2 {
/* 676   */     left: 16.66666667%;
/* 677   */   }
/* 678   */   .vc_col-md-push-1 {
/* 679   */     left: 8.33333333%;
/* 680   */   }
/* 681   */   .vc_col-md-push-0 {
/* 682   */     left: auto;
/* 683   */   }
/* 684   */   .vc_col-md-offset-12 {
/* 685   */     margin-left: 100%;
/* 686   */   }
/* 687   */   .vc_col-md-offset-11 {
/* 688   */     margin-left: 91.66666667%;
/* 689   */   }
/* 690   */   .vc_col-md-offset-10 {
/* 691   */     margin-left: 83.33333333%;
/* 692   */   }
/* 693   */   .vc_col-md-offset-9 {
/* 694   */     margin-left: 75%;
/* 695   */   }
/* 696   */   .vc_col-md-offset-8 {
/* 697   */     margin-left: 66.66666667%;
/* 698   */   }
/* 699   */   .vc_col-md-offset-7 {
/* 700   */     margin-left: 58.33333333%;

/* js_composer.css */

/* 701   */   }
/* 702   */   .vc_col-md-offset-6 {
/* 703   */     margin-left: 50%;
/* 704   */   }
/* 705   */   .vc_col-md-offset-5 {
/* 706   */     margin-left: 41.66666667%;
/* 707   */   }
/* 708   */   .vc_col-md-offset-4 {
/* 709   */     margin-left: 33.33333333%;
/* 710   */   }
/* 711   */   .vc_col-md-offset-3 {
/* 712   */     margin-left: 25%;
/* 713   */   }
/* 714   */   .vc_col-md-offset-2 {
/* 715   */     margin-left: 16.66666667%;
/* 716   */   }
/* 717   */   .vc_col-md-offset-1 {
/* 718   */     margin-left: 8.33333333%;
/* 719   */   }
/* 720   */   .vc_col-md-offset-0 {
/* 721   */     margin-left: 0%;
/* 722   */   }
/* 723   */ }
/* 724   */ @media (min-width: 1200px) {
/* 725   */   .vc_col-lg-1, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12 {
/* 726   */     float: left;
/* 727   */   }
/* 728   */   .vc_col-lg-12 {
/* 729   */     width: 100%;
/* 730   */   }
/* 731   */   .vc_col-lg-11 {
/* 732   */     width: 91.66666667%;
/* 733   */   }
/* 734   */   .vc_col-lg-10 {
/* 735   */     width: 83.33333333%;
/* 736   */   }
/* 737   */   .vc_col-lg-9 {
/* 738   */     width: 75%;
/* 739   */   }
/* 740   */   .vc_col-lg-8 {
/* 741   */     width: 66.66666667%;
/* 742   */   }
/* 743   */   .vc_col-lg-7 {
/* 744   */     width: 58.33333333%;
/* 745   */   }
/* 746   */   .vc_col-lg-6 {
/* 747   */     width: 50%;
/* 748   */   }
/* 749   */   .vc_col-lg-5 {
/* 750   */     width: 41.66666667%;

/* js_composer.css */

/* 751   */   }
/* 752   */   .vc_col-lg-4 {
/* 753   */     width: 33.33333333%;
/* 754   */   }
/* 755   */   .vc_col-lg-3 {
/* 756   */     width: 25%;
/* 757   */   }
/* 758   */   .vc_col-lg-2 {
/* 759   */     width: 16.66666667%;
/* 760   */   }
/* 761   */   .vc_col-lg-1 {
/* 762   */     width: 8.33333333%;
/* 763   */   }
/* 764   */   .vc_col-lg-pull-12 {
/* 765   */     right: 100%;
/* 766   */   }
/* 767   */   .vc_col-lg-pull-11 {
/* 768   */     right: 91.66666667%;
/* 769   */   }
/* 770   */   .vc_col-lg-pull-10 {
/* 771   */     right: 83.33333333%;
/* 772   */   }
/* 773   */   .vc_col-lg-pull-9 {
/* 774   */     right: 75%;
/* 775   */   }
/* 776   */   .vc_col-lg-pull-8 {
/* 777   */     right: 66.66666667%;
/* 778   */   }
/* 779   */   .vc_col-lg-pull-7 {
/* 780   */     right: 58.33333333%;
/* 781   */   }
/* 782   */   .vc_col-lg-pull-6 {
/* 783   */     right: 50%;
/* 784   */   }
/* 785   */   .vc_col-lg-pull-5 {
/* 786   */     right: 41.66666667%;
/* 787   */   }
/* 788   */   .vc_col-lg-pull-4 {
/* 789   */     right: 33.33333333%;
/* 790   */   }
/* 791   */   .vc_col-lg-pull-3 {
/* 792   */     right: 25%;
/* 793   */   }
/* 794   */   .vc_col-lg-pull-2 {
/* 795   */     right: 16.66666667%;
/* 796   */   }
/* 797   */   .vc_col-lg-pull-1 {
/* 798   */     right: 8.33333333%;
/* 799   */   }
/* 800   */   .vc_col-lg-pull-0 {

/* js_composer.css */

/* 801   */     right: auto;
/* 802   */   }
/* 803   */   .vc_col-lg-push-12 {
/* 804   */     left: 100%;
/* 805   */   }
/* 806   */   .vc_col-lg-push-11 {
/* 807   */     left: 91.66666667%;
/* 808   */   }
/* 809   */   .vc_col-lg-push-10 {
/* 810   */     left: 83.33333333%;
/* 811   */   }
/* 812   */   .vc_col-lg-push-9 {
/* 813   */     left: 75%;
/* 814   */   }
/* 815   */   .vc_col-lg-push-8 {
/* 816   */     left: 66.66666667%;
/* 817   */   }
/* 818   */   .vc_col-lg-push-7 {
/* 819   */     left: 58.33333333%;
/* 820   */   }
/* 821   */   .vc_col-lg-push-6 {
/* 822   */     left: 50%;
/* 823   */   }
/* 824   */   .vc_col-lg-push-5 {
/* 825   */     left: 41.66666667%;
/* 826   */   }
/* 827   */   .vc_col-lg-push-4 {
/* 828   */     left: 33.33333333%;
/* 829   */   }
/* 830   */   .vc_col-lg-push-3 {
/* 831   */     left: 25%;
/* 832   */   }
/* 833   */   .vc_col-lg-push-2 {
/* 834   */     left: 16.66666667%;
/* 835   */   }
/* 836   */   .vc_col-lg-push-1 {
/* 837   */     left: 8.33333333%;
/* 838   */   }
/* 839   */   .vc_col-lg-push-0 {
/* 840   */     left: auto;
/* 841   */   }
/* 842   */   .vc_col-lg-offset-12 {
/* 843   */     margin-left: 100%;
/* 844   */   }
/* 845   */   .vc_col-lg-offset-11 {
/* 846   */     margin-left: 91.66666667%;
/* 847   */   }
/* 848   */   .vc_col-lg-offset-10 {
/* 849   */     margin-left: 83.33333333%;
/* 850   */   }

/* js_composer.css */

/* 851   */   .vc_col-lg-offset-9 {
/* 852   */     margin-left: 75%;
/* 853   */   }
/* 854   */   .vc_col-lg-offset-8 {
/* 855   */     margin-left: 66.66666667%;
/* 856   */   }
/* 857   */   .vc_col-lg-offset-7 {
/* 858   */     margin-left: 58.33333333%;
/* 859   */   }
/* 860   */   .vc_col-lg-offset-6 {
/* 861   */     margin-left: 50%;
/* 862   */   }
/* 863   */   .vc_col-lg-offset-5 {
/* 864   */     margin-left: 41.66666667%;
/* 865   */   }
/* 866   */   .vc_col-lg-offset-4 {
/* 867   */     margin-left: 33.33333333%;
/* 868   */   }
/* 869   */   .vc_col-lg-offset-3 {
/* 870   */     margin-left: 25%;
/* 871   */   }
/* 872   */   .vc_col-lg-offset-2 {
/* 873   */     margin-left: 16.66666667%;
/* 874   */   }
/* 875   */   .vc_col-lg-offset-1 {
/* 876   */     margin-left: 8.33333333%;
/* 877   */   }
/* 878   */   .vc_col-lg-offset-0 {
/* 879   */     margin-left: 0%;
/* 880   */   }
/* 881   */ }
/* 882   */ .vc_pull-right {
/* 883   */   float: right !important;
/* 884   */ }
/* 885   */ .vc_pull-left {
/* 886   */   float: left !important;
/* 887   */ }
/* 888   */ .vc_clearfix:before,
/* 889   */ .vc_clearfix:after {
/* 890   */   content: " ";
/* 891   */   display: table;
/* 892   */ }
/* 893   */ .vc_clearfix:after {
/* 894   */   clear: both;
/* 895   */ }
/* 896   */ .vc_clearfix:before,
/* 897   */ .vc_clearfix:after {
/* 898   */   content: " ";
/* 899   */   display: table;
/* 900   */ }

/* js_composer.css */

/* 901   */ .vc_clearfix:after {
/* 902   */   clear: both;
/* 903   */ }
/* 904   */ .vc_el-clearfix {
/* 905   */   clear: both;
/* 906   */ }
/* 907   */ @media (max-width: 767px) {
/* 908   */   .vc_el-clearfix-xs {
/* 909   */     clear: both;
/* 910   */   }
/* 911   */ }
/* 912   */ @media (min-width: 768px) and (max-width: 991px) {
/* 913   */   .vc_el-clearfix-sm {
/* 914   */     clear: both;
/* 915   */   }
/* 916   */ }
/* 917   */ @media (min-width: 992px) and (max-width: 1199px) {
/* 918   */   .vc_el-clearfix-md {
/* 919   */     clear: both;
/* 920   */   }
/* 921   */ }
/* 922   */ @media (min-width: 1200px) {
/* 923   */   .vc_el-clearfix-lg {
/* 924   */     clear: both;
/* 925   */   }
/* 926   */ }
/* 927   */ .vc_visible {
/* 928   */   display: block;
/* 929   */ }
/* 930   */ .vc_table {
/* 931   */   width: 100%;
/* 932   */   margin-bottom: 20px;
/* 933   */   border-collapse: collapse;
/* 934   */ }
/* 935   */ .vc_table > thead > tr > th,
/* 936   */ .vc_table > tbody > tr > th,
/* 937   */ .vc_table > tfoot > tr > th,
/* 938   */ .vc_table > thead > tr > td,
/* 939   */ .vc_table > tbody > tr > td,
/* 940   */ .vc_table > tfoot > tr > td {
/* 941   */   padding: 8px;
/* 942   */   line-height: 1.42857143;
/* 943   */   vertical-align: top;
/* 944   */   border-top: 1px solid #dddddd;
/* 945   */ }
/* 946   */ .vc_table > thead > tr > th {
/* 947   */   vertical-align: bottom;
/* 948   */   border-bottom: 2px solid #dddddd;
/* 949   */ }
/* 950   */ .vc_table > caption + thead > tr:first-child > th,

/* js_composer.css */

/* 951   */ .vc_table > colgroup + thead > tr:first-child > th,
/* 952   */ .vc_table > thead:first-child > tr:first-child > th,
/* 953   */ .vc_table > caption + thead > tr:first-child > td,
/* 954   */ .vc_table > colgroup + thead > tr:first-child > td,
/* 955   */ .vc_table > thead:first-child > tr:first-child > td {
/* 956   */   border-top: 0;
/* 957   */ }
/* 958   */ .vc_table > tbody + tbody {
/* 959   */   border-top: 2px solid #dddddd;
/* 960   */ }
/* 961   */ .vc_table .table {
/* 962   */   background-color: #ffffff;
/* 963   */ }
/* 964   */ .vc_table-bordered {
/* 965   */   border: 1px solid #dddddd;
/* 966   */ }
/* 967   */ .vc_table-bordered > thead > tr > th,
/* 968   */ .vc_table-bordered > tbody > tr > th,
/* 969   */ .vc_table-bordered > tfoot > tr > th,
/* 970   */ .vc_table-bordered > thead > tr > td,
/* 971   */ .vc_table-bordered > tbody > tr > td,
/* 972   */ .vc_table-bordered > tfoot > tr > td {
/* 973   */   border: 1px solid #dddddd;
/* 974   */ }
/* 975   */ .vc_table-bordered > thead > tr > th,
/* 976   */ .vc_table-bordered > thead > tr > td {
/* 977   */   border-bottom-width: 2px;
/* 978   */ }
/* 979   */ /* Pixel Icons */
/* 980   */ .vc_pixel_icon {
/* 981   */   display: inline-block;
/* 982   */   vertical-align: middle;
/* 983   */   height: 16px;
/* 984   */   width: 16px;
/* 985   */   background-position: 0 0;
/* 986   */   background-repeat: no-repeat;
/* 987   */ }
/* 988   */ .vc_pixel_icon-alert {
/* 989   */   background-image: url(/wp-content/plugins/js_composer/assets/vc/alert.png);
/* 990   */ }
/* 991   */ .vc_pixel_icon-info {
/* 992   */   background-image: url(/wp-content/plugins/js_composer/assets/vc/info.png);
/* 993   */ }
/* 994   */ .vc_pixel_icon-tick {
/* 995   */   background-image: url(/wp-content/plugins/js_composer/assets/vc/tick.png);
/* 996   */ }
/* 997   */ .vc_pixel_icon-explanation {
/* 998   */   background-image: url(/wp-content/plugins/js_composer/assets/vc/exclamation.png);
/* 999   */ }
/* 1000  */ .vc_pixel_icon-address_book {

/* js_composer.css */

/* 1001  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/address-book.png);
/* 1002  */ }
/* 1003  */ .vc_pixel_icon-alarm_clock {
/* 1004  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/alarm-clock.png);
/* 1005  */ }
/* 1006  */ .vc_pixel_icon-anchor {
/* 1007  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/anchor.png);
/* 1008  */ }
/* 1009  */ .vc_pixel_icon-application_image {
/* 1010  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/application-image.png);
/* 1011  */ }
/* 1012  */ .vc_pixel_icon-arrow {
/* 1013  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/arrow.png);
/* 1014  */ }
/* 1015  */ .vc_pixel_icon-asterisk {
/* 1016  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/asterisk.png);
/* 1017  */ }
/* 1018  */ .vc_pixel_icon-hammer {
/* 1019  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/auction-hammer.png);
/* 1020  */ }
/* 1021  */ .vc_pixel_icon-balloon {
/* 1022  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/balloon.png);
/* 1023  */ }
/* 1024  */ .vc_pixel_icon-balloon_buzz {
/* 1025  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/balloon-buzz.png);
/* 1026  */ }
/* 1027  */ .vc_pixel_icon-balloon_facebook {
/* 1028  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/balloon-facebook.png);
/* 1029  */ }
/* 1030  */ .vc_pixel_icon-balloon_twitter {
/* 1031  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/balloon-twitter.png);
/* 1032  */ }
/* 1033  */ .vc_pixel_icon-battery {
/* 1034  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/battery-full.png);
/* 1035  */ }
/* 1036  */ .vc_pixel_icon-binocular {
/* 1037  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/binocular.png);
/* 1038  */ }
/* 1039  */ .vc_pixel_icon-document_excel {
/* 1040  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-excel.png);
/* 1041  */ }
/* 1042  */ .vc_pixel_icon-document_image {
/* 1043  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-image.png);
/* 1044  */ }
/* 1045  */ .vc_pixel_icon-document_music {
/* 1046  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-music.png);
/* 1047  */ }
/* 1048  */ .vc_pixel_icon-document_office {
/* 1049  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-office.png);
/* 1050  */ }

/* js_composer.css */

/* 1051  */ .vc_pixel_icon-document_pdf {
/* 1052  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-pdf.png);
/* 1053  */ }
/* 1054  */ .vc_pixel_icon-document_powerpoint {
/* 1055  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-powerpoint.png);
/* 1056  */ }
/* 1057  */ .vc_pixel_icon-document_word {
/* 1058  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-word.png);
/* 1059  */ }
/* 1060  */ .vc_pixel_icon-bookmark {
/* 1061  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/bookmark.png);
/* 1062  */ }
/* 1063  */ .vc_pixel_icon-camcorder {
/* 1064  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/camcorder.png);
/* 1065  */ }
/* 1066  */ .vc_pixel_icon-camera {
/* 1067  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/camera.png);
/* 1068  */ }
/* 1069  */ .vc_pixel_icon-chart {
/* 1070  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/chart.png);
/* 1071  */ }
/* 1072  */ .vc_pixel_icon-chart_pie {
/* 1073  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/chart-pie.png);
/* 1074  */ }
/* 1075  */ .vc_pixel_icon-clock {
/* 1076  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/clock.png);
/* 1077  */ }
/* 1078  */ .vc_pixel_icon-play {
/* 1079  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/control.png);
/* 1080  */ }
/* 1081  */ .vc_pixel_icon-fire {
/* 1082  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/fire.png);
/* 1083  */ }
/* 1084  */ .vc_pixel_icon-heart {
/* 1085  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/heart.png);
/* 1086  */ }
/* 1087  */ .vc_pixel_icon-mail {
/* 1088  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/mail.png);
/* 1089  */ }
/* 1090  */ .vc_pixel_icon-shield {
/* 1091  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/plus-shield.png);
/* 1092  */ }
/* 1093  */ .vc_pixel_icon-video {
/* 1094  */   background-image: url(/wp-content/plugins/js_composer/assets/images/icons/video.png);
/* 1095  */ }
/* 1096  */ .vc_txt_align_left {
/* 1097  */   text-align: left;
/* 1098  */ }
/* 1099  */ .vc_txt_align_right {
/* 1100  */   text-align: right;

/* js_composer.css */

/* 1101  */ }
/* 1102  */ .vc_txt_align_center {
/* 1103  */   text-align: center;
/* 1104  */ }
/* 1105  */ .vc_txt_align_justify {
/* 1106  */   text-align: justify;
/* 1107  */   text-justify: inter-word;
/* 1108  */ }
/* 1109  */ .vc_el_width_50 {
/* 1110  */   width: 50%;
/* 1111  */   margin-left: auto !important;
/* 1112  */   margin-right: auto !important;
/* 1113  */ }
/* 1114  */ .vc_el_width_60 {
/* 1115  */   width: 60%;
/* 1116  */   margin-left: auto !important;
/* 1117  */   margin-right: auto !important;
/* 1118  */ }
/* 1119  */ .vc_el_width_70 {
/* 1120  */   width: 70%;
/* 1121  */   margin-left: auto !important;
/* 1122  */   margin-right: auto !important;
/* 1123  */ }
/* 1124  */ .vc_el_width_80 {
/* 1125  */   width: 80%;
/* 1126  */   margin-left: auto !important;
/* 1127  */   margin-right: auto !important;
/* 1128  */ }
/* 1129  */ .vc_el_width_90 {
/* 1130  */   width: 90%;
/* 1131  */   margin-left: auto !important;
/* 1132  */   margin-right: auto !important;
/* 1133  */ }
/* 1134  */ .vc_el_width_100 {
/* 1135  */   width: 100%;
/* 1136  */   margin-left: auto !important;
/* 1137  */   margin-right: auto !important;
/* 1138  */ }
/* 1139  */ /* 1. Buttons
/* 1140  *| ---------------------------------------------------------- */
/* 1141  */ .vc_btn,
/* 1142  */ a.vc_btn,
/* 1143  */ button.vc_btn {
/* 1144  */   cursor: pointer;
/* 1145  */   display: inline-block;
/* 1146  */   text-decoration: none !important;
/* 1147  */   padding: 9px 12px;
/* 1148  */   font-size: 100%;
/* 1149  */   line-height: 20px;
/* 1150  */   border-radius: 4px;

/* js_composer.css */

/* 1151  */   /* Button colors variations */
/* 1152  */ }
/* 1153  */ .vc_btn,
/* 1154  */ a.vc_btn,
/* 1155  */ button.vc_btn,
/* 1156  */ .vc_btn:hover,
/* 1157  */ a.vc_btn:hover,
/* 1158  */ button.vc_btn:hover,
/* 1159  */ .vc_btn:focus,
/* 1160  */ a.vc_btn:focus,
/* 1161  */ button.vc_btn:focus {
/* 1162  */   border: 1px solid transparent;
/* 1163  */ }
/* 1164  */ .vc_btn-lg,
/* 1165  */ a.vc_btn-lg,
/* 1166  */ button.vc_btn-lg {
/* 1167  */   padding: 10px 16px;
/* 1168  */   font-size: 18px;
/* 1169  */   line-height: 1.33;
/* 1170  */   border-radius: 6px;
/* 1171  */ }
/* 1172  */ .vc_btn-sm,
/* 1173  */ a.vc_btn-sm,
/* 1174  */ button.vc_btn-sm {
/* 1175  */   padding: 5px 10px;
/* 1176  */   font-size: 12px;
/* 1177  */   line-height: 1.5;
/* 1178  */   border-radius: 3px;
/* 1179  */ }
/* 1180  */ .vc_btn-xs,
/* 1181  */ a.vc_btn-xs,
/* 1182  */ button.vc_btn-xs {
/* 1183  */   padding: 1px 5px;
/* 1184  */   font-size: 12px;
/* 1185  */   line-height: 1.5;
/* 1186  */   border-radius: 3px;
/* 1187  */ }
/* 1188  */ .vc_btn_square,
/* 1189  */ a.vc_btn_square,
/* 1190  */ button.vc_btn_square {
/* 1191  */   border-radius: 0;
/* 1192  */ }
/* 1193  */ .vc_btn_square_outlined,
/* 1194  */ a.vc_btn_square_outlined,
/* 1195  */ button.vc_btn_square_outlined {
/* 1196  */   border-radius: 0;
/* 1197  */   background: none !important;
/* 1198  */ }
/* 1199  */ .vc_btn_square_outlined,
/* 1200  */ a.vc_btn_square_outlined,

/* js_composer.css */

/* 1201  */ button.vc_btn_square_outlined,
/* 1202  */ .vc_btn_square_outlined:hover,
/* 1203  */ a.vc_btn_square_outlined:hover,
/* 1204  */ button.vc_btn_square_outlined:hover,
/* 1205  */ .vc_btn_square_outlined:focus,
/* 1206  */ a.vc_btn_square_outlined:focus,
/* 1207  */ button.vc_btn_square_outlined:focus {
/* 1208  */   border: 2px solid;
/* 1209  */ }
/* 1210  */ .vc_btn_round,
/* 1211  */ a.vc_btn_round,
/* 1212  */ button.vc_btn_round {
/* 1213  */   border-radius: 25px;
/* 1214  */ }
/* 1215  */ .vc_btn_outlined,
/* 1216  */ a.vc_btn_outlined,
/* 1217  */ button.vc_btn_outlined {
/* 1218  */   background: none !important;
/* 1219  */ }
/* 1220  */ .vc_btn_outlined,
/* 1221  */ a.vc_btn_outlined,
/* 1222  */ button.vc_btn_outlined,
/* 1223  */ .vc_btn_outlined:hover,
/* 1224  */ a.vc_btn_outlined:hover,
/* 1225  */ button.vc_btn_outlined:hover,
/* 1226  */ .vc_btn_outlined:focus,
/* 1227  */ a.vc_btn_outlined:focus,
/* 1228  */ button.vc_btn_outlined:focus {
/* 1229  */   border: 2px solid;
/* 1230  */ }
/* 1231  */ .vc_btn-blue,
/* 1232  */ a.vc_btn-blue,
/* 1233  */ button.vc_btn-blue {
/* 1234  */   background-color: #5472d2;
/* 1235  */   color: #ffffff !important;
/* 1236  */   -webkit-transition: all 0.5s;
/* 1237  */   -o-transition: all 0.5s;
/* 1238  */   transition: all 0.5s;
/* 1239  */ }
/* 1240  */ .vc_btn-blue:hover,
/* 1241  */ a.vc_btn-blue:hover,
/* 1242  */ button.vc_btn-blue:hover {
/* 1243  */   background-color: #3c5ecc;
/* 1244  */   color: #f7f7f7 !important;
/* 1245  */ }
/* 1246  */ .vc_btn-blue.vc_btn_outlined,
/* 1247  */ a.vc_btn-blue.vc_btn_outlined,
/* 1248  */ button.vc_btn-blue.vc_btn_outlined,
/* 1249  */ .vc_btn-blue.vc_btn_square_outlined,
/* 1250  */ a.vc_btn-blue.vc_btn_square_outlined,

/* js_composer.css */

/* 1251  */ button.vc_btn-blue.vc_btn_square_outlined {
/* 1252  */   color: #5472d2 !important;
/* 1253  */ }
/* 1254  */ .vc_btn-blue.vc_btn_outlined:hover,
/* 1255  */ a.vc_btn-blue.vc_btn_outlined:hover,
/* 1256  */ button.vc_btn-blue.vc_btn_outlined:hover,
/* 1257  */ .vc_btn-blue.vc_btn_square_outlined:hover,
/* 1258  */ a.vc_btn-blue.vc_btn_square_outlined:hover,
/* 1259  */ button.vc_btn-blue.vc_btn_square_outlined:hover {
/* 1260  */   border-color: #3c5ecc;
/* 1261  */ }
/* 1262  */ .vc_btn-blue.vc_btn_3d,
/* 1263  */ a.vc_btn-blue.vc_btn_3d,
/* 1264  */ button.vc_btn-blue.vc_btn_3d {
/* 1265  */   -webkit-box-shadow: 0 5px 0 #3253bc;
/* 1266  */   box-shadow: 0 5px 0 #3253bc;
/* 1267  */   margin-bottom: 5px;
/* 1268  */ }
/* 1269  */ .vc_btn-blue.vc_btn_3d.vc_btn_xs,
/* 1270  */ a.vc_btn-blue.vc_btn_3d.vc_btn_xs,
/* 1271  */ button.vc_btn-blue.vc_btn_3d.vc_btn_xs {
/* 1272  */   -webkit-box-shadow: 0 3px 0 #3253bc;
/* 1273  */   box-shadow: 0 3px 0 #3253bc;
/* 1274  */   margin-bottom: 3px;
/* 1275  */ }
/* 1276  */ .vc_btn-blue.vc_btn_3d.vc_btn_sm,
/* 1277  */ a.vc_btn-blue.vc_btn_3d.vc_btn_sm,
/* 1278  */ button.vc_btn-blue.vc_btn_3d.vc_btn_sm {
/* 1279  */   -webkit-box-shadow: 0 4px 0 #3253bc;
/* 1280  */   box-shadow: 0 4px 0 #3253bc;
/* 1281  */   margin-bottom: 4px;
/* 1282  */ }
/* 1283  */ .vc_btn-turquoise,
/* 1284  */ a.vc_btn-turquoise,
/* 1285  */ button.vc_btn-turquoise {
/* 1286  */   background-color: #00c1cf;
/* 1287  */   color: #ffffff !important;
/* 1288  */   -webkit-transition: all 0.5s;
/* 1289  */   -o-transition: all 0.5s;
/* 1290  */   transition: all 0.5s;
/* 1291  */ }
/* 1292  */ .vc_btn-turquoise:hover,
/* 1293  */ a.vc_btn-turquoise:hover,
/* 1294  */ button.vc_btn-turquoise:hover {
/* 1295  */   background-color: #00a4b0;
/* 1296  */   color: #f7f7f7 !important;
/* 1297  */ }
/* 1298  */ .vc_btn-turquoise.vc_btn_outlined,
/* 1299  */ a.vc_btn-turquoise.vc_btn_outlined,
/* 1300  */ button.vc_btn-turquoise.vc_btn_outlined,

/* js_composer.css */

/* 1301  */ .vc_btn-turquoise.vc_btn_square_outlined,
/* 1302  */ a.vc_btn-turquoise.vc_btn_square_outlined,
/* 1303  */ button.vc_btn-turquoise.vc_btn_square_outlined {
/* 1304  */   color: #00c1cf !important;
/* 1305  */ }
/* 1306  */ .vc_btn-turquoise.vc_btn_outlined:hover,
/* 1307  */ a.vc_btn-turquoise.vc_btn_outlined:hover,
/* 1308  */ button.vc_btn-turquoise.vc_btn_outlined:hover,
/* 1309  */ .vc_btn-turquoise.vc_btn_square_outlined:hover,
/* 1310  */ a.vc_btn-turquoise.vc_btn_square_outlined:hover,
/* 1311  */ button.vc_btn-turquoise.vc_btn_square_outlined:hover {
/* 1312  */   border-color: #00a4b0;
/* 1313  */ }
/* 1314  */ .vc_btn-turquoise.vc_btn_3d,
/* 1315  */ a.vc_btn-turquoise.vc_btn_3d,
/* 1316  */ button.vc_btn-turquoise.vc_btn_3d {
/* 1317  */   -webkit-box-shadow: 0 5px 0 #008d97;
/* 1318  */   box-shadow: 0 5px 0 #008d97;
/* 1319  */   margin-bottom: 5px;
/* 1320  */ }
/* 1321  */ .vc_btn-turquoise.vc_btn_3d.vc_btn_xs,
/* 1322  */ a.vc_btn-turquoise.vc_btn_3d.vc_btn_xs,
/* 1323  */ button.vc_btn-turquoise.vc_btn_3d.vc_btn_xs {
/* 1324  */   -webkit-box-shadow: 0 3px 0 #008d97;
/* 1325  */   box-shadow: 0 3px 0 #008d97;
/* 1326  */   margin-bottom: 3px;
/* 1327  */ }
/* 1328  */ .vc_btn-turquoise.vc_btn_3d.vc_btn_sm,
/* 1329  */ a.vc_btn-turquoise.vc_btn_3d.vc_btn_sm,
/* 1330  */ button.vc_btn-turquoise.vc_btn_3d.vc_btn_sm {
/* 1331  */   -webkit-box-shadow: 0 4px 0 #008d97;
/* 1332  */   box-shadow: 0 4px 0 #008d97;
/* 1333  */   margin-bottom: 4px;
/* 1334  */ }
/* 1335  */ .vc_btn-pink,
/* 1336  */ a.vc_btn-pink,
/* 1337  */ button.vc_btn-pink {
/* 1338  */   background-color: #fe6c61;
/* 1339  */   color: #ffffff !important;
/* 1340  */   -webkit-transition: all 0.5s;
/* 1341  */   -o-transition: all 0.5s;
/* 1342  */   transition: all 0.5s;
/* 1343  */ }
/* 1344  */ .vc_btn-pink:hover,
/* 1345  */ a.vc_btn-pink:hover,
/* 1346  */ button.vc_btn-pink:hover {
/* 1347  */   background-color: #fe5043;
/* 1348  */   color: #f7f7f7 !important;
/* 1349  */ }
/* 1350  */ .vc_btn-pink.vc_btn_outlined,

/* js_composer.css */

/* 1351  */ a.vc_btn-pink.vc_btn_outlined,
/* 1352  */ button.vc_btn-pink.vc_btn_outlined,
/* 1353  */ .vc_btn-pink.vc_btn_square_outlined,
/* 1354  */ a.vc_btn-pink.vc_btn_square_outlined,
/* 1355  */ button.vc_btn-pink.vc_btn_square_outlined {
/* 1356  */   color: #fe6c61 !important;
/* 1357  */ }
/* 1358  */ .vc_btn-pink.vc_btn_outlined:hover,
/* 1359  */ a.vc_btn-pink.vc_btn_outlined:hover,
/* 1360  */ button.vc_btn-pink.vc_btn_outlined:hover,
/* 1361  */ .vc_btn-pink.vc_btn_square_outlined:hover,
/* 1362  */ a.vc_btn-pink.vc_btn_square_outlined:hover,
/* 1363  */ button.vc_btn-pink.vc_btn_square_outlined:hover {
/* 1364  */   border-color: #fe5043;
/* 1365  */ }
/* 1366  */ .vc_btn-pink.vc_btn_3d,
/* 1367  */ a.vc_btn-pink.vc_btn_3d,
/* 1368  */ button.vc_btn-pink.vc_btn_3d {
/* 1369  */   -webkit-box-shadow: 0 5px 0 #fe3829;
/* 1370  */   box-shadow: 0 5px 0 #fe3829;
/* 1371  */   margin-bottom: 5px;
/* 1372  */ }
/* 1373  */ .vc_btn-pink.vc_btn_3d.vc_btn_xs,
/* 1374  */ a.vc_btn-pink.vc_btn_3d.vc_btn_xs,
/* 1375  */ button.vc_btn-pink.vc_btn_3d.vc_btn_xs {
/* 1376  */   -webkit-box-shadow: 0 3px 0 #fe3829;
/* 1377  */   box-shadow: 0 3px 0 #fe3829;
/* 1378  */   margin-bottom: 3px;
/* 1379  */ }
/* 1380  */ .vc_btn-pink.vc_btn_3d.vc_btn_sm,
/* 1381  */ a.vc_btn-pink.vc_btn_3d.vc_btn_sm,
/* 1382  */ button.vc_btn-pink.vc_btn_3d.vc_btn_sm {
/* 1383  */   -webkit-box-shadow: 0 4px 0 #fe3829;
/* 1384  */   box-shadow: 0 4px 0 #fe3829;
/* 1385  */   margin-bottom: 4px;
/* 1386  */ }
/* 1387  */ .vc_btn-violet,
/* 1388  */ a.vc_btn-violet,
/* 1389  */ button.vc_btn-violet {
/* 1390  */   background-color: #8d6dc4;
/* 1391  */   color: #ffffff !important;
/* 1392  */   -webkit-transition: all 0.5s;
/* 1393  */   -o-transition: all 0.5s;
/* 1394  */   transition: all 0.5s;
/* 1395  */ }
/* 1396  */ .vc_btn-violet:hover,
/* 1397  */ a.vc_btn-violet:hover,
/* 1398  */ button.vc_btn-violet:hover {
/* 1399  */   background-color: #7c57bb;
/* 1400  */   color: #f7f7f7 !important;

/* js_composer.css */

/* 1401  */ }
/* 1402  */ .vc_btn-violet.vc_btn_outlined,
/* 1403  */ a.vc_btn-violet.vc_btn_outlined,
/* 1404  */ button.vc_btn-violet.vc_btn_outlined,
/* 1405  */ .vc_btn-violet.vc_btn_square_outlined,
/* 1406  */ a.vc_btn-violet.vc_btn_square_outlined,
/* 1407  */ button.vc_btn-violet.vc_btn_square_outlined {
/* 1408  */   color: #8d6dc4 !important;
/* 1409  */ }
/* 1410  */ .vc_btn-violet.vc_btn_outlined:hover,
/* 1411  */ a.vc_btn-violet.vc_btn_outlined:hover,
/* 1412  */ button.vc_btn-violet.vc_btn_outlined:hover,
/* 1413  */ .vc_btn-violet.vc_btn_square_outlined:hover,
/* 1414  */ a.vc_btn-violet.vc_btn_square_outlined:hover,
/* 1415  */ button.vc_btn-violet.vc_btn_square_outlined:hover {
/* 1416  */   border-color: #7c57bb;
/* 1417  */ }
/* 1418  */ .vc_btn-violet.vc_btn_3d,
/* 1419  */ a.vc_btn-violet.vc_btn_3d,
/* 1420  */ button.vc_btn-violet.vc_btn_3d {
/* 1421  */   -webkit-box-shadow: 0 5px 0 #6e48b1;
/* 1422  */   box-shadow: 0 5px 0 #6e48b1;
/* 1423  */   margin-bottom: 5px;
/* 1424  */ }
/* 1425  */ .vc_btn-violet.vc_btn_3d.vc_btn_xs,
/* 1426  */ a.vc_btn-violet.vc_btn_3d.vc_btn_xs,
/* 1427  */ button.vc_btn-violet.vc_btn_3d.vc_btn_xs {
/* 1428  */   -webkit-box-shadow: 0 3px 0 #6e48b1;
/* 1429  */   box-shadow: 0 3px 0 #6e48b1;
/* 1430  */   margin-bottom: 3px;
/* 1431  */ }
/* 1432  */ .vc_btn-violet.vc_btn_3d.vc_btn_sm,
/* 1433  */ a.vc_btn-violet.vc_btn_3d.vc_btn_sm,
/* 1434  */ button.vc_btn-violet.vc_btn_3d.vc_btn_sm {
/* 1435  */   -webkit-box-shadow: 0 4px 0 #6e48b1;
/* 1436  */   box-shadow: 0 4px 0 #6e48b1;
/* 1437  */   margin-bottom: 4px;
/* 1438  */ }
/* 1439  */ .vc_btn-peacoc,
/* 1440  */ a.vc_btn-peacoc,
/* 1441  */ button.vc_btn-peacoc {
/* 1442  */   background-color: #4cadc9;
/* 1443  */   color: #ffffff !important;
/* 1444  */   -webkit-transition: all 0.5s;
/* 1445  */   -o-transition: all 0.5s;
/* 1446  */   transition: all 0.5s;
/* 1447  */ }
/* 1448  */ .vc_btn-peacoc:hover,
/* 1449  */ a.vc_btn-peacoc:hover,
/* 1450  */ button.vc_btn-peacoc:hover {

/* js_composer.css */

/* 1451  */   background-color: #39a0bd;
/* 1452  */   color: #f7f7f7 !important;
/* 1453  */ }
/* 1454  */ .vc_btn-peacoc.vc_btn_outlined,
/* 1455  */ a.vc_btn-peacoc.vc_btn_outlined,
/* 1456  */ button.vc_btn-peacoc.vc_btn_outlined,
/* 1457  */ .vc_btn-peacoc.vc_btn_square_outlined,
/* 1458  */ a.vc_btn-peacoc.vc_btn_square_outlined,
/* 1459  */ button.vc_btn-peacoc.vc_btn_square_outlined {
/* 1460  */   color: #4cadc9 !important;
/* 1461  */ }
/* 1462  */ .vc_btn-peacoc.vc_btn_outlined:hover,
/* 1463  */ a.vc_btn-peacoc.vc_btn_outlined:hover,
/* 1464  */ button.vc_btn-peacoc.vc_btn_outlined:hover,
/* 1465  */ .vc_btn-peacoc.vc_btn_square_outlined:hover,
/* 1466  */ a.vc_btn-peacoc.vc_btn_square_outlined:hover,
/* 1467  */ button.vc_btn-peacoc.vc_btn_square_outlined:hover {
/* 1468  */   border-color: #39a0bd;
/* 1469  */ }
/* 1470  */ .vc_btn-peacoc.vc_btn_3d,
/* 1471  */ a.vc_btn-peacoc.vc_btn_3d,
/* 1472  */ button.vc_btn-peacoc.vc_btn_3d {
/* 1473  */   -webkit-box-shadow: 0 5px 0 #338faa;
/* 1474  */   box-shadow: 0 5px 0 #338faa;
/* 1475  */   margin-bottom: 5px;
/* 1476  */ }
/* 1477  */ .vc_btn-peacoc.vc_btn_3d.vc_btn_xs,
/* 1478  */ a.vc_btn-peacoc.vc_btn_3d.vc_btn_xs,
/* 1479  */ button.vc_btn-peacoc.vc_btn_3d.vc_btn_xs {
/* 1480  */   -webkit-box-shadow: 0 3px 0 #338faa;
/* 1481  */   box-shadow: 0 3px 0 #338faa;
/* 1482  */   margin-bottom: 3px;
/* 1483  */ }
/* 1484  */ .vc_btn-peacoc.vc_btn_3d.vc_btn_sm,
/* 1485  */ a.vc_btn-peacoc.vc_btn_3d.vc_btn_sm,
/* 1486  */ button.vc_btn-peacoc.vc_btn_3d.vc_btn_sm {
/* 1487  */   -webkit-box-shadow: 0 4px 0 #338faa;
/* 1488  */   box-shadow: 0 4px 0 #338faa;
/* 1489  */   margin-bottom: 4px;
/* 1490  */ }
/* 1491  */ .vc_btn-chino,
/* 1492  */ a.vc_btn-chino,
/* 1493  */ button.vc_btn-chino {
/* 1494  */   background-color: #cec2ab;
/* 1495  */   color: #ffffff !important;
/* 1496  */   -webkit-transition: all 0.5s;
/* 1497  */   -o-transition: all 0.5s;
/* 1498  */   transition: all 0.5s;
/* 1499  */ }
/* 1500  */ .vc_btn-chino:hover,

/* js_composer.css */

/* 1501  */ a.vc_btn-chino:hover,
/* 1502  */ button.vc_btn-chino:hover {
/* 1503  */   background-color: #c3b498;
/* 1504  */   color: #f7f7f7 !important;
/* 1505  */ }
/* 1506  */ .vc_btn-chino.vc_btn_outlined,
/* 1507  */ a.vc_btn-chino.vc_btn_outlined,
/* 1508  */ button.vc_btn-chino.vc_btn_outlined,
/* 1509  */ .vc_btn-chino.vc_btn_square_outlined,
/* 1510  */ a.vc_btn-chino.vc_btn_square_outlined,
/* 1511  */ button.vc_btn-chino.vc_btn_square_outlined {
/* 1512  */   color: #cec2ab !important;
/* 1513  */ }
/* 1514  */ .vc_btn-chino.vc_btn_outlined:hover,
/* 1515  */ a.vc_btn-chino.vc_btn_outlined:hover,
/* 1516  */ button.vc_btn-chino.vc_btn_outlined:hover,
/* 1517  */ .vc_btn-chino.vc_btn_square_outlined:hover,
/* 1518  */ a.vc_btn-chino.vc_btn_square_outlined:hover,
/* 1519  */ button.vc_btn-chino.vc_btn_square_outlined:hover {
/* 1520  */   border-color: #c3b498;
/* 1521  */ }
/* 1522  */ .vc_btn-chino.vc_btn_3d,
/* 1523  */ a.vc_btn-chino.vc_btn_3d,
/* 1524  */ button.vc_btn-chino.vc_btn_3d {
/* 1525  */   -webkit-box-shadow: 0 5px 0 #b9a888;
/* 1526  */   box-shadow: 0 5px 0 #b9a888;
/* 1527  */   margin-bottom: 5px;
/* 1528  */ }
/* 1529  */ .vc_btn-chino.vc_btn_3d.vc_btn_xs,
/* 1530  */ a.vc_btn-chino.vc_btn_3d.vc_btn_xs,
/* 1531  */ button.vc_btn-chino.vc_btn_3d.vc_btn_xs {
/* 1532  */   -webkit-box-shadow: 0 3px 0 #b9a888;
/* 1533  */   box-shadow: 0 3px 0 #b9a888;
/* 1534  */   margin-bottom: 3px;
/* 1535  */ }
/* 1536  */ .vc_btn-chino.vc_btn_3d.vc_btn_sm,
/* 1537  */ a.vc_btn-chino.vc_btn_3d.vc_btn_sm,
/* 1538  */ button.vc_btn-chino.vc_btn_3d.vc_btn_sm {
/* 1539  */   -webkit-box-shadow: 0 4px 0 #b9a888;
/* 1540  */   box-shadow: 0 4px 0 #b9a888;
/* 1541  */   margin-bottom: 4px;
/* 1542  */ }
/* 1543  */ .vc_btn-mulled_wine,
/* 1544  */ a.vc_btn-mulled_wine,
/* 1545  */ button.vc_btn-mulled_wine {
/* 1546  */   background-color: #50485b;
/* 1547  */   color: #ffffff !important;
/* 1548  */   -webkit-transition: all 0.5s;
/* 1549  */   -o-transition: all 0.5s;
/* 1550  */   transition: all 0.5s;

/* js_composer.css */

/* 1551  */ }
/* 1552  */ .vc_btn-mulled_wine:hover,
/* 1553  */ a.vc_btn-mulled_wine:hover,
/* 1554  */ button.vc_btn-mulled_wine:hover {
/* 1555  */   background-color: #413a4a;
/* 1556  */   color: #f7f7f7 !important;
/* 1557  */ }
/* 1558  */ .vc_btn-mulled_wine.vc_btn_outlined,
/* 1559  */ a.vc_btn-mulled_wine.vc_btn_outlined,
/* 1560  */ button.vc_btn-mulled_wine.vc_btn_outlined,
/* 1561  */ .vc_btn-mulled_wine.vc_btn_square_outlined,
/* 1562  */ a.vc_btn-mulled_wine.vc_btn_square_outlined,
/* 1563  */ button.vc_btn-mulled_wine.vc_btn_square_outlined {
/* 1564  */   color: #50485b !important;
/* 1565  */ }
/* 1566  */ .vc_btn-mulled_wine.vc_btn_outlined:hover,
/* 1567  */ a.vc_btn-mulled_wine.vc_btn_outlined:hover,
/* 1568  */ button.vc_btn-mulled_wine.vc_btn_outlined:hover,
/* 1569  */ .vc_btn-mulled_wine.vc_btn_square_outlined:hover,
/* 1570  */ a.vc_btn-mulled_wine.vc_btn_square_outlined:hover,
/* 1571  */ button.vc_btn-mulled_wine.vc_btn_square_outlined:hover {
/* 1572  */   border-color: #413a4a;
/* 1573  */ }
/* 1574  */ .vc_btn-mulled_wine.vc_btn_3d,
/* 1575  */ a.vc_btn-mulled_wine.vc_btn_3d,
/* 1576  */ button.vc_btn-mulled_wine.vc_btn_3d {
/* 1577  */   -webkit-box-shadow: 0 5px 0 #342f3c;
/* 1578  */   box-shadow: 0 5px 0 #342f3c;
/* 1579  */   margin-bottom: 5px;
/* 1580  */ }
/* 1581  */ .vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs,
/* 1582  */ a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs,
/* 1583  */ button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs {
/* 1584  */   -webkit-box-shadow: 0 3px 0 #342f3c;
/* 1585  */   box-shadow: 0 3px 0 #342f3c;
/* 1586  */   margin-bottom: 3px;
/* 1587  */ }
/* 1588  */ .vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm,
/* 1589  */ a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm,
/* 1590  */ button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm {
/* 1591  */   -webkit-box-shadow: 0 4px 0 #342f3c;
/* 1592  */   box-shadow: 0 4px 0 #342f3c;
/* 1593  */   margin-bottom: 4px;
/* 1594  */ }
/* 1595  */ .vc_btn-vista_blue,
/* 1596  */ a.vc_btn-vista_blue,
/* 1597  */ button.vc_btn-vista_blue {
/* 1598  */   background-color: #75d69c;
/* 1599  */   color: #ffffff !important;
/* 1600  */   -webkit-transition: all 0.5s;

/* js_composer.css */

/* 1601  */   -o-transition: all 0.5s;
/* 1602  */   transition: all 0.5s;
/* 1603  */ }
/* 1604  */ .vc_btn-vista_blue:hover,
/* 1605  */ a.vc_btn-vista_blue:hover,
/* 1606  */ button.vc_btn-vista_blue:hover {
/* 1607  */   background-color: #5dcf8b;
/* 1608  */   color: #f7f7f7 !important;
/* 1609  */ }
/* 1610  */ .vc_btn-vista_blue.vc_btn_outlined,
/* 1611  */ a.vc_btn-vista_blue.vc_btn_outlined,
/* 1612  */ button.vc_btn-vista_blue.vc_btn_outlined,
/* 1613  */ .vc_btn-vista_blue.vc_btn_square_outlined,
/* 1614  */ a.vc_btn-vista_blue.vc_btn_square_outlined,
/* 1615  */ button.vc_btn-vista_blue.vc_btn_square_outlined {
/* 1616  */   color: #75d69c !important;
/* 1617  */ }
/* 1618  */ .vc_btn-vista_blue.vc_btn_outlined:hover,
/* 1619  */ a.vc_btn-vista_blue.vc_btn_outlined:hover,
/* 1620  */ button.vc_btn-vista_blue.vc_btn_outlined:hover,
/* 1621  */ .vc_btn-vista_blue.vc_btn_square_outlined:hover,
/* 1622  */ a.vc_btn-vista_blue.vc_btn_square_outlined:hover,
/* 1623  */ button.vc_btn-vista_blue.vc_btn_square_outlined:hover {
/* 1624  */   border-color: #5dcf8b;
/* 1625  */ }
/* 1626  */ .vc_btn-vista_blue.vc_btn_3d,
/* 1627  */ a.vc_btn-vista_blue.vc_btn_3d,
/* 1628  */ button.vc_btn-vista_blue.vc_btn_3d {
/* 1629  */   -webkit-box-shadow: 0 5px 0 #4ac97d;
/* 1630  */   box-shadow: 0 5px 0 #4ac97d;
/* 1631  */   margin-bottom: 5px;
/* 1632  */ }
/* 1633  */ .vc_btn-vista_blue.vc_btn_3d.vc_btn_xs,
/* 1634  */ a.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs,
/* 1635  */ button.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs {
/* 1636  */   -webkit-box-shadow: 0 3px 0 #4ac97d;
/* 1637  */   box-shadow: 0 3px 0 #4ac97d;
/* 1638  */   margin-bottom: 3px;
/* 1639  */ }
/* 1640  */ .vc_btn-vista_blue.vc_btn_3d.vc_btn_sm,
/* 1641  */ a.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm,
/* 1642  */ button.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm {
/* 1643  */   -webkit-box-shadow: 0 4px 0 #4ac97d;
/* 1644  */   box-shadow: 0 4px 0 #4ac97d;
/* 1645  */   margin-bottom: 4px;
/* 1646  */ }
/* 1647  */ .vc_btn-black,
/* 1648  */ a.vc_btn-black,
/* 1649  */ button.vc_btn-black {
/* 1650  */   background-color: #2a2a2a;

/* js_composer.css */

/* 1651  */   color: #ffffff !important;
/* 1652  */   -webkit-transition: all 0.5s;
/* 1653  */   -o-transition: all 0.5s;
/* 1654  */   transition: all 0.5s;
/* 1655  */ }
/* 1656  */ .vc_btn-black:hover,
/* 1657  */ a.vc_btn-black:hover,
/* 1658  */ button.vc_btn-black:hover {
/* 1659  */   background-color: #1b1b1b;
/* 1660  */   color: #f7f7f7 !important;
/* 1661  */ }
/* 1662  */ .vc_btn-black.vc_btn_outlined,
/* 1663  */ a.vc_btn-black.vc_btn_outlined,
/* 1664  */ button.vc_btn-black.vc_btn_outlined,
/* 1665  */ .vc_btn-black.vc_btn_square_outlined,
/* 1666  */ a.vc_btn-black.vc_btn_square_outlined,
/* 1667  */ button.vc_btn-black.vc_btn_square_outlined {
/* 1668  */   color: #2a2a2a !important;
/* 1669  */ }
/* 1670  */ .vc_btn-black.vc_btn_outlined:hover,
/* 1671  */ a.vc_btn-black.vc_btn_outlined:hover,
/* 1672  */ button.vc_btn-black.vc_btn_outlined:hover,
/* 1673  */ .vc_btn-black.vc_btn_square_outlined:hover,
/* 1674  */ a.vc_btn-black.vc_btn_square_outlined:hover,
/* 1675  */ button.vc_btn-black.vc_btn_square_outlined:hover {
/* 1676  */   border-color: #1b1b1b;
/* 1677  */ }
/* 1678  */ .vc_btn-black.vc_btn_3d,
/* 1679  */ a.vc_btn-black.vc_btn_3d,
/* 1680  */ button.vc_btn-black.vc_btn_3d {
/* 1681  */   -webkit-box-shadow: 0 5px 0 #0e0e0e;
/* 1682  */   box-shadow: 0 5px 0 #0e0e0e;
/* 1683  */   margin-bottom: 5px;
/* 1684  */ }
/* 1685  */ .vc_btn-black.vc_btn_3d.vc_btn_xs,
/* 1686  */ a.vc_btn-black.vc_btn_3d.vc_btn_xs,
/* 1687  */ button.vc_btn-black.vc_btn_3d.vc_btn_xs {
/* 1688  */   -webkit-box-shadow: 0 3px 0 #0e0e0e;
/* 1689  */   box-shadow: 0 3px 0 #0e0e0e;
/* 1690  */   margin-bottom: 3px;
/* 1691  */ }
/* 1692  */ .vc_btn-black.vc_btn_3d.vc_btn_sm,
/* 1693  */ a.vc_btn-black.vc_btn_3d.vc_btn_sm,
/* 1694  */ button.vc_btn-black.vc_btn_3d.vc_btn_sm {
/* 1695  */   -webkit-box-shadow: 0 4px 0 #0e0e0e;
/* 1696  */   box-shadow: 0 4px 0 #0e0e0e;
/* 1697  */   margin-bottom: 4px;
/* 1698  */ }
/* 1699  */ .vc_btn-grey,
/* 1700  */ a.vc_btn-grey,

/* js_composer.css */

/* 1701  */ button.vc_btn-grey {
/* 1702  */   background-color: #ebebeb;
/* 1703  */   color: #666666 !important;
/* 1704  */   -webkit-transition: all 0.5s;
/* 1705  */   -o-transition: all 0.5s;
/* 1706  */   transition: all 0.5s;
/* 1707  */ }
/* 1708  */ .vc_btn-grey:hover,
/* 1709  */ a.vc_btn-grey:hover,
/* 1710  */ button.vc_btn-grey:hover {
/* 1711  */   background-color: #dcdcdc;
/* 1712  */   color: #5e5e5e !important;
/* 1713  */ }
/* 1714  */ .vc_btn-grey.vc_btn_outlined,
/* 1715  */ a.vc_btn-grey.vc_btn_outlined,
/* 1716  */ button.vc_btn-grey.vc_btn_outlined,
/* 1717  */ .vc_btn-grey.vc_btn_square_outlined,
/* 1718  */ a.vc_btn-grey.vc_btn_square_outlined,
/* 1719  */ button.vc_btn-grey.vc_btn_square_outlined {
/* 1720  */   color: #ebebeb !important;
/* 1721  */ }
/* 1722  */ .vc_btn-grey.vc_btn_outlined:hover,
/* 1723  */ a.vc_btn-grey.vc_btn_outlined:hover,
/* 1724  */ button.vc_btn-grey.vc_btn_outlined:hover,
/* 1725  */ .vc_btn-grey.vc_btn_square_outlined:hover,
/* 1726  */ a.vc_btn-grey.vc_btn_square_outlined:hover,
/* 1727  */ button.vc_btn-grey.vc_btn_square_outlined:hover {
/* 1728  */   border-color: #dcdcdc;
/* 1729  */ }
/* 1730  */ .vc_btn-grey.vc_btn_3d,
/* 1731  */ a.vc_btn-grey.vc_btn_3d,
/* 1732  */ button.vc_btn-grey.vc_btn_3d {
/* 1733  */   -webkit-box-shadow: 0 5px 0 #cfcfcf;
/* 1734  */   box-shadow: 0 5px 0 #cfcfcf;
/* 1735  */   margin-bottom: 5px;
/* 1736  */ }
/* 1737  */ .vc_btn-grey.vc_btn_3d.vc_btn_xs,
/* 1738  */ a.vc_btn-grey.vc_btn_3d.vc_btn_xs,
/* 1739  */ button.vc_btn-grey.vc_btn_3d.vc_btn_xs {
/* 1740  */   -webkit-box-shadow: 0 3px 0 #cfcfcf;
/* 1741  */   box-shadow: 0 3px 0 #cfcfcf;
/* 1742  */   margin-bottom: 3px;
/* 1743  */ }
/* 1744  */ .vc_btn-grey.vc_btn_3d.vc_btn_sm,
/* 1745  */ a.vc_btn-grey.vc_btn_3d.vc_btn_sm,
/* 1746  */ button.vc_btn-grey.vc_btn_3d.vc_btn_sm {
/* 1747  */   -webkit-box-shadow: 0 4px 0 #cfcfcf;
/* 1748  */   box-shadow: 0 4px 0 #cfcfcf;
/* 1749  */   margin-bottom: 4px;
/* 1750  */ }

/* js_composer.css */

/* 1751  */ .vc_btn-orange,
/* 1752  */ a.vc_btn-orange,
/* 1753  */ button.vc_btn-orange {
/* 1754  */   background-color: #f7be68;
/* 1755  */   color: #ffffff !important;
/* 1756  */   -webkit-transition: all 0.5s;
/* 1757  */   -o-transition: all 0.5s;
/* 1758  */   transition: all 0.5s;
/* 1759  */ }
/* 1760  */ .vc_btn-orange:hover,
/* 1761  */ a.vc_btn-orange:hover,
/* 1762  */ button.vc_btn-orange:hover {
/* 1763  */   background-color: #f5b14b;
/* 1764  */   color: #f7f7f7 !important;
/* 1765  */ }
/* 1766  */ .vc_btn-orange.vc_btn_outlined,
/* 1767  */ a.vc_btn-orange.vc_btn_outlined,
/* 1768  */ button.vc_btn-orange.vc_btn_outlined,
/* 1769  */ .vc_btn-orange.vc_btn_square_outlined,
/* 1770  */ a.vc_btn-orange.vc_btn_square_outlined,
/* 1771  */ button.vc_btn-orange.vc_btn_square_outlined {
/* 1772  */   color: #f7be68 !important;
/* 1773  */ }
/* 1774  */ .vc_btn-orange.vc_btn_outlined:hover,
/* 1775  */ a.vc_btn-orange.vc_btn_outlined:hover,
/* 1776  */ button.vc_btn-orange.vc_btn_outlined:hover,
/* 1777  */ .vc_btn-orange.vc_btn_square_outlined:hover,
/* 1778  */ a.vc_btn-orange.vc_btn_square_outlined:hover,
/* 1779  */ button.vc_btn-orange.vc_btn_square_outlined:hover {
/* 1780  */   border-color: #f5b14b;
/* 1781  */ }
/* 1782  */ .vc_btn-orange.vc_btn_3d,
/* 1783  */ a.vc_btn-orange.vc_btn_3d,
/* 1784  */ button.vc_btn-orange.vc_btn_3d {
/* 1785  */   -webkit-box-shadow: 0 5px 0 #f4a733;
/* 1786  */   box-shadow: 0 5px 0 #f4a733;
/* 1787  */   margin-bottom: 5px;
/* 1788  */ }
/* 1789  */ .vc_btn-orange.vc_btn_3d.vc_btn_xs,
/* 1790  */ a.vc_btn-orange.vc_btn_3d.vc_btn_xs,
/* 1791  */ button.vc_btn-orange.vc_btn_3d.vc_btn_xs {
/* 1792  */   -webkit-box-shadow: 0 3px 0 #f4a733;
/* 1793  */   box-shadow: 0 3px 0 #f4a733;
/* 1794  */   margin-bottom: 3px;
/* 1795  */ }
/* 1796  */ .vc_btn-orange.vc_btn_3d.vc_btn_sm,
/* 1797  */ a.vc_btn-orange.vc_btn_3d.vc_btn_sm,
/* 1798  */ button.vc_btn-orange.vc_btn_3d.vc_btn_sm {
/* 1799  */   -webkit-box-shadow: 0 4px 0 #f4a733;
/* 1800  */   box-shadow: 0 4px 0 #f4a733;

/* js_composer.css */

/* 1801  */   margin-bottom: 4px;
/* 1802  */ }
/* 1803  */ .vc_btn-sky,
/* 1804  */ a.vc_btn-sky,
/* 1805  */ button.vc_btn-sky {
/* 1806  */   background-color: #5aa1e3;
/* 1807  */   color: #ffffff !important;
/* 1808  */   -webkit-transition: all 0.5s;
/* 1809  */   -o-transition: all 0.5s;
/* 1810  */   transition: all 0.5s;
/* 1811  */ }
/* 1812  */ .vc_btn-sky:hover,
/* 1813  */ a.vc_btn-sky:hover,
/* 1814  */ button.vc_btn-sky:hover {
/* 1815  */   background-color: #4092df;
/* 1816  */   color: #f7f7f7 !important;
/* 1817  */ }
/* 1818  */ .vc_btn-sky.vc_btn_outlined,
/* 1819  */ a.vc_btn-sky.vc_btn_outlined,
/* 1820  */ button.vc_btn-sky.vc_btn_outlined,
/* 1821  */ .vc_btn-sky.vc_btn_square_outlined,
/* 1822  */ a.vc_btn-sky.vc_btn_square_outlined,
/* 1823  */ button.vc_btn-sky.vc_btn_square_outlined {
/* 1824  */   color: #5aa1e3 !important;
/* 1825  */ }
/* 1826  */ .vc_btn-sky.vc_btn_outlined:hover,
/* 1827  */ a.vc_btn-sky.vc_btn_outlined:hover,
/* 1828  */ button.vc_btn-sky.vc_btn_outlined:hover,
/* 1829  */ .vc_btn-sky.vc_btn_square_outlined:hover,
/* 1830  */ a.vc_btn-sky.vc_btn_square_outlined:hover,
/* 1831  */ button.vc_btn-sky.vc_btn_square_outlined:hover {
/* 1832  */   border-color: #4092df;
/* 1833  */ }
/* 1834  */ .vc_btn-sky.vc_btn_3d,
/* 1835  */ a.vc_btn-sky.vc_btn_3d,
/* 1836  */ button.vc_btn-sky.vc_btn_3d {
/* 1837  */   -webkit-box-shadow: 0 5px 0 #2a86db;
/* 1838  */   box-shadow: 0 5px 0 #2a86db;
/* 1839  */   margin-bottom: 5px;
/* 1840  */ }
/* 1841  */ .vc_btn-sky.vc_btn_3d.vc_btn_xs,
/* 1842  */ a.vc_btn-sky.vc_btn_3d.vc_btn_xs,
/* 1843  */ button.vc_btn-sky.vc_btn_3d.vc_btn_xs {
/* 1844  */   -webkit-box-shadow: 0 3px 0 #2a86db;
/* 1845  */   box-shadow: 0 3px 0 #2a86db;
/* 1846  */   margin-bottom: 3px;
/* 1847  */ }
/* 1848  */ .vc_btn-sky.vc_btn_3d.vc_btn_sm,
/* 1849  */ a.vc_btn-sky.vc_btn_3d.vc_btn_sm,
/* 1850  */ button.vc_btn-sky.vc_btn_3d.vc_btn_sm {

/* js_composer.css */

/* 1851  */   -webkit-box-shadow: 0 4px 0 #2a86db;
/* 1852  */   box-shadow: 0 4px 0 #2a86db;
/* 1853  */   margin-bottom: 4px;
/* 1854  */ }
/* 1855  */ .vc_btn-green,
/* 1856  */ a.vc_btn-green,
/* 1857  */ button.vc_btn-green {
/* 1858  */   background-color: #6dab3c;
/* 1859  */   color: #ffffff !important;
/* 1860  */   -webkit-transition: all 0.5s;
/* 1861  */   -o-transition: all 0.5s;
/* 1862  */   transition: all 0.5s;
/* 1863  */ }
/* 1864  */ .vc_btn-green:hover,
/* 1865  */ a.vc_btn-green:hover,
/* 1866  */ button.vc_btn-green:hover {
/* 1867  */   background-color: #5f9434;
/* 1868  */   color: #f7f7f7 !important;
/* 1869  */ }
/* 1870  */ .vc_btn-green.vc_btn_outlined,
/* 1871  */ a.vc_btn-green.vc_btn_outlined,
/* 1872  */ button.vc_btn-green.vc_btn_outlined,
/* 1873  */ .vc_btn-green.vc_btn_square_outlined,
/* 1874  */ a.vc_btn-green.vc_btn_square_outlined,
/* 1875  */ button.vc_btn-green.vc_btn_square_outlined {
/* 1876  */   color: #6dab3c !important;
/* 1877  */ }
/* 1878  */ .vc_btn-green.vc_btn_outlined:hover,
/* 1879  */ a.vc_btn-green.vc_btn_outlined:hover,
/* 1880  */ button.vc_btn-green.vc_btn_outlined:hover,
/* 1881  */ .vc_btn-green.vc_btn_square_outlined:hover,
/* 1882  */ a.vc_btn-green.vc_btn_square_outlined:hover,
/* 1883  */ button.vc_btn-green.vc_btn_square_outlined:hover {
/* 1884  */   border-color: #5f9434;
/* 1885  */ }
/* 1886  */ .vc_btn-green.vc_btn_3d,
/* 1887  */ a.vc_btn-green.vc_btn_3d,
/* 1888  */ button.vc_btn-green.vc_btn_3d {
/* 1889  */   -webkit-box-shadow: 0 5px 0 #53812d;
/* 1890  */   box-shadow: 0 5px 0 #53812d;
/* 1891  */   margin-bottom: 5px;
/* 1892  */ }
/* 1893  */ .vc_btn-green.vc_btn_3d.vc_btn_xs,
/* 1894  */ a.vc_btn-green.vc_btn_3d.vc_btn_xs,
/* 1895  */ button.vc_btn-green.vc_btn_3d.vc_btn_xs {
/* 1896  */   -webkit-box-shadow: 0 3px 0 #53812d;
/* 1897  */   box-shadow: 0 3px 0 #53812d;
/* 1898  */   margin-bottom: 3px;
/* 1899  */ }
/* 1900  */ .vc_btn-green.vc_btn_3d.vc_btn_sm,

/* js_composer.css */

/* 1901  */ a.vc_btn-green.vc_btn_3d.vc_btn_sm,
/* 1902  */ button.vc_btn-green.vc_btn_3d.vc_btn_sm {
/* 1903  */   -webkit-box-shadow: 0 4px 0 #53812d;
/* 1904  */   box-shadow: 0 4px 0 #53812d;
/* 1905  */   margin-bottom: 4px;
/* 1906  */ }
/* 1907  */ .vc_btn-juicy_pink,
/* 1908  */ a.vc_btn-juicy_pink,
/* 1909  */ button.vc_btn-juicy_pink {
/* 1910  */   background-color: #f4524d;
/* 1911  */   color: #ffffff !important;
/* 1912  */   -webkit-transition: all 0.5s;
/* 1913  */   -o-transition: all 0.5s;
/* 1914  */   transition: all 0.5s;
/* 1915  */ }
/* 1916  */ .vc_btn-juicy_pink:hover,
/* 1917  */ a.vc_btn-juicy_pink:hover,
/* 1918  */ button.vc_btn-juicy_pink:hover {
/* 1919  */   background-color: #f23630;
/* 1920  */   color: #f7f7f7 !important;
/* 1921  */ }
/* 1922  */ .vc_btn-juicy_pink.vc_btn_outlined,
/* 1923  */ a.vc_btn-juicy_pink.vc_btn_outlined,
/* 1924  */ button.vc_btn-juicy_pink.vc_btn_outlined,
/* 1925  */ .vc_btn-juicy_pink.vc_btn_square_outlined,
/* 1926  */ a.vc_btn-juicy_pink.vc_btn_square_outlined,
/* 1927  */ button.vc_btn-juicy_pink.vc_btn_square_outlined {
/* 1928  */   color: #f4524d !important;
/* 1929  */ }
/* 1930  */ .vc_btn-juicy_pink.vc_btn_outlined:hover,
/* 1931  */ a.vc_btn-juicy_pink.vc_btn_outlined:hover,
/* 1932  */ button.vc_btn-juicy_pink.vc_btn_outlined:hover,
/* 1933  */ .vc_btn-juicy_pink.vc_btn_square_outlined:hover,
/* 1934  */ a.vc_btn-juicy_pink.vc_btn_square_outlined:hover,
/* 1935  */ button.vc_btn-juicy_pink.vc_btn_square_outlined:hover {
/* 1936  */   border-color: #f23630;
/* 1937  */ }
/* 1938  */ .vc_btn-juicy_pink.vc_btn_3d,
/* 1939  */ a.vc_btn-juicy_pink.vc_btn_3d,
/* 1940  */ button.vc_btn-juicy_pink.vc_btn_3d {
/* 1941  */   -webkit-box-shadow: 0 5px 0 #f11f18;
/* 1942  */   box-shadow: 0 5px 0 #f11f18;
/* 1943  */   margin-bottom: 5px;
/* 1944  */ }
/* 1945  */ .vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs,
/* 1946  */ a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs,
/* 1947  */ button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs {
/* 1948  */   -webkit-box-shadow: 0 3px 0 #f11f18;
/* 1949  */   box-shadow: 0 3px 0 #f11f18;
/* 1950  */   margin-bottom: 3px;

/* js_composer.css */

/* 1951  */ }
/* 1952  */ .vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm,
/* 1953  */ a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm,
/* 1954  */ button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm {
/* 1955  */   -webkit-box-shadow: 0 4px 0 #f11f18;
/* 1956  */   box-shadow: 0 4px 0 #f11f18;
/* 1957  */   margin-bottom: 4px;
/* 1958  */ }
/* 1959  */ .vc_btn-sandy_brown,
/* 1960  */ a.vc_btn-sandy_brown,
/* 1961  */ button.vc_btn-sandy_brown {
/* 1962  */   background-color: #f79468;
/* 1963  */   color: #ffffff !important;
/* 1964  */   -webkit-transition: all 0.5s;
/* 1965  */   -o-transition: all 0.5s;
/* 1966  */   transition: all 0.5s;
/* 1967  */ }
/* 1968  */ .vc_btn-sandy_brown:hover,
/* 1969  */ a.vc_btn-sandy_brown:hover,
/* 1970  */ button.vc_btn-sandy_brown:hover {
/* 1971  */   background-color: #f57f4b;
/* 1972  */   color: #f7f7f7 !important;
/* 1973  */ }
/* 1974  */ .vc_btn-sandy_brown.vc_btn_outlined,
/* 1975  */ a.vc_btn-sandy_brown.vc_btn_outlined,
/* 1976  */ button.vc_btn-sandy_brown.vc_btn_outlined,
/* 1977  */ .vc_btn-sandy_brown.vc_btn_square_outlined,
/* 1978  */ a.vc_btn-sandy_brown.vc_btn_square_outlined,
/* 1979  */ button.vc_btn-sandy_brown.vc_btn_square_outlined {
/* 1980  */   color: #f79468 !important;
/* 1981  */ }
/* 1982  */ .vc_btn-sandy_brown.vc_btn_outlined:hover,
/* 1983  */ a.vc_btn-sandy_brown.vc_btn_outlined:hover,
/* 1984  */ button.vc_btn-sandy_brown.vc_btn_outlined:hover,
/* 1985  */ .vc_btn-sandy_brown.vc_btn_square_outlined:hover,
/* 1986  */ a.vc_btn-sandy_brown.vc_btn_square_outlined:hover,
/* 1987  */ button.vc_btn-sandy_brown.vc_btn_square_outlined:hover {
/* 1988  */   border-color: #f57f4b;
/* 1989  */ }
/* 1990  */ .vc_btn-sandy_brown.vc_btn_3d,
/* 1991  */ a.vc_btn-sandy_brown.vc_btn_3d,
/* 1992  */ button.vc_btn-sandy_brown.vc_btn_3d {
/* 1993  */   -webkit-box-shadow: 0 5px 0 #f46e33;
/* 1994  */   box-shadow: 0 5px 0 #f46e33;
/* 1995  */   margin-bottom: 5px;
/* 1996  */ }
/* 1997  */ .vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs,
/* 1998  */ a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs,
/* 1999  */ button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs {
/* 2000  */   -webkit-box-shadow: 0 3px 0 #f46e33;

/* js_composer.css */

/* 2001  */   box-shadow: 0 3px 0 #f46e33;
/* 2002  */   margin-bottom: 3px;
/* 2003  */ }
/* 2004  */ .vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm,
/* 2005  */ a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm,
/* 2006  */ button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm {
/* 2007  */   -webkit-box-shadow: 0 4px 0 #f46e33;
/* 2008  */   box-shadow: 0 4px 0 #f46e33;
/* 2009  */   margin-bottom: 4px;
/* 2010  */ }
/* 2011  */ .vc_btn-purple,
/* 2012  */ a.vc_btn-purple,
/* 2013  */ button.vc_btn-purple {
/* 2014  */   background-color: #b97ebb;
/* 2015  */   color: #ffffff !important;
/* 2016  */   -webkit-transition: all 0.5s;
/* 2017  */   -o-transition: all 0.5s;
/* 2018  */   transition: all 0.5s;
/* 2019  */ }
/* 2020  */ .vc_btn-purple:hover,
/* 2021  */ a.vc_btn-purple:hover,
/* 2022  */ button.vc_btn-purple:hover {
/* 2023  */   background-color: #ae6ab0;
/* 2024  */   color: #f7f7f7 !important;
/* 2025  */ }
/* 2026  */ .vc_btn-purple.vc_btn_outlined,
/* 2027  */ a.vc_btn-purple.vc_btn_outlined,
/* 2028  */ button.vc_btn-purple.vc_btn_outlined,
/* 2029  */ .vc_btn-purple.vc_btn_square_outlined,
/* 2030  */ a.vc_btn-purple.vc_btn_square_outlined,
/* 2031  */ button.vc_btn-purple.vc_btn_square_outlined {
/* 2032  */   color: #b97ebb !important;
/* 2033  */ }
/* 2034  */ .vc_btn-purple.vc_btn_outlined:hover,
/* 2035  */ a.vc_btn-purple.vc_btn_outlined:hover,
/* 2036  */ button.vc_btn-purple.vc_btn_outlined:hover,
/* 2037  */ .vc_btn-purple.vc_btn_square_outlined:hover,
/* 2038  */ a.vc_btn-purple.vc_btn_square_outlined:hover,
/* 2039  */ button.vc_btn-purple.vc_btn_square_outlined:hover {
/* 2040  */   border-color: #ae6ab0;
/* 2041  */ }
/* 2042  */ .vc_btn-purple.vc_btn_3d,
/* 2043  */ a.vc_btn-purple.vc_btn_3d,
/* 2044  */ button.vc_btn-purple.vc_btn_3d {
/* 2045  */   -webkit-box-shadow: 0 5px 0 #a559a8;
/* 2046  */   box-shadow: 0 5px 0 #a559a8;
/* 2047  */   margin-bottom: 5px;
/* 2048  */ }
/* 2049  */ .vc_btn-purple.vc_btn_3d.vc_btn_xs,
/* 2050  */ a.vc_btn-purple.vc_btn_3d.vc_btn_xs,

/* js_composer.css */

/* 2051  */ button.vc_btn-purple.vc_btn_3d.vc_btn_xs {
/* 2052  */   -webkit-box-shadow: 0 3px 0 #a559a8;
/* 2053  */   box-shadow: 0 3px 0 #a559a8;
/* 2054  */   margin-bottom: 3px;
/* 2055  */ }
/* 2056  */ .vc_btn-purple.vc_btn_3d.vc_btn_sm,
/* 2057  */ a.vc_btn-purple.vc_btn_3d.vc_btn_sm,
/* 2058  */ button.vc_btn-purple.vc_btn_3d.vc_btn_sm {
/* 2059  */   -webkit-box-shadow: 0 4px 0 #a559a8;
/* 2060  */   box-shadow: 0 4px 0 #a559a8;
/* 2061  */   margin-bottom: 4px;
/* 2062  */ }
/* 2063  */ .vc_btn-white,
/* 2064  */ a.vc_btn-white,
/* 2065  */ button.vc_btn-white {
/* 2066  */   background-color: #ffffff;
/* 2067  */   color: #666666 !important;
/* 2068  */   -webkit-transition: all 0.5s;
/* 2069  */   -o-transition: all 0.5s;
/* 2070  */   transition: all 0.5s;
/* 2071  */ }
/* 2072  */ .vc_btn-white:hover,
/* 2073  */ a.vc_btn-white:hover,
/* 2074  */ button.vc_btn-white:hover {
/* 2075  */   background-color: #f0f0f0;
/* 2076  */   color: #5e5e5e !important;
/* 2077  */ }
/* 2078  */ .vc_btn-white.vc_btn_outlined,
/* 2079  */ a.vc_btn-white.vc_btn_outlined,
/* 2080  */ button.vc_btn-white.vc_btn_outlined,
/* 2081  */ .vc_btn-white.vc_btn_square_outlined,
/* 2082  */ a.vc_btn-white.vc_btn_square_outlined,
/* 2083  */ button.vc_btn-white.vc_btn_square_outlined {
/* 2084  */   color: #ffffff !important;
/* 2085  */ }
/* 2086  */ .vc_btn-white.vc_btn_outlined:hover,
/* 2087  */ a.vc_btn-white.vc_btn_outlined:hover,
/* 2088  */ button.vc_btn-white.vc_btn_outlined:hover,
/* 2089  */ .vc_btn-white.vc_btn_square_outlined:hover,
/* 2090  */ a.vc_btn-white.vc_btn_square_outlined:hover,
/* 2091  */ button.vc_btn-white.vc_btn_square_outlined:hover {
/* 2092  */   border-color: #f0f0f0;
/* 2093  */ }
/* 2094  */ .vc_btn-white.vc_btn_3d,
/* 2095  */ a.vc_btn-white.vc_btn_3d,
/* 2096  */ button.vc_btn-white.vc_btn_3d {
/* 2097  */   -webkit-box-shadow: 0 5px 0 #e3e3e3;
/* 2098  */   box-shadow: 0 5px 0 #e3e3e3;
/* 2099  */   margin-bottom: 5px;
/* 2100  */ }

/* js_composer.css */

/* 2101  */ .vc_btn-white.vc_btn_3d.vc_btn_xs,
/* 2102  */ a.vc_btn-white.vc_btn_3d.vc_btn_xs,
/* 2103  */ button.vc_btn-white.vc_btn_3d.vc_btn_xs {
/* 2104  */   -webkit-box-shadow: 0 3px 0 #e3e3e3;
/* 2105  */   box-shadow: 0 3px 0 #e3e3e3;
/* 2106  */   margin-bottom: 3px;
/* 2107  */ }
/* 2108  */ .vc_btn-white.vc_btn_3d.vc_btn_sm,
/* 2109  */ a.vc_btn-white.vc_btn_3d.vc_btn_sm,
/* 2110  */ button.vc_btn-white.vc_btn_3d.vc_btn_sm {
/* 2111  */   -webkit-box-shadow: 0 4px 0 #e3e3e3;
/* 2112  */   box-shadow: 0 4px 0 #e3e3e3;
/* 2113  */   margin-bottom: 4px;
/* 2114  */ }
/* 2115  */ .vc_btn-grace,
/* 2116  */ a.vc_btn-grace,
/* 2117  */ button.vc_btn-grace {
/* 2118  */   background-color: #aed13b;
/* 2119  */   color: #ffffff !important;
/* 2120  */   -webkit-transition: all 0.5s;
/* 2121  */   -o-transition: all 0.5s;
/* 2122  */   transition: all 0.5s;
/* 2123  */ }
/* 2124  */ .vc_btn-grace:hover,
/* 2125  */ a.vc_btn-grace:hover,
/* 2126  */ button.vc_btn-grace:hover {
/* 2127  */   background-color: #9ec02d;
/* 2128  */   color: #f7f7f7 !important;
/* 2129  */ }
/* 2130  */ .vc_btn-grace.vc_btn_outlined,
/* 2131  */ a.vc_btn-grace.vc_btn_outlined,
/* 2132  */ button.vc_btn-grace.vc_btn_outlined,
/* 2133  */ .vc_btn-grace.vc_btn_square_outlined,
/* 2134  */ a.vc_btn-grace.vc_btn_square_outlined,
/* 2135  */ button.vc_btn-grace.vc_btn_square_outlined {
/* 2136  */   color: #aed13b !important;
/* 2137  */ }
/* 2138  */ .vc_btn-grace.vc_btn_outlined:hover,
/* 2139  */ a.vc_btn-grace.vc_btn_outlined:hover,
/* 2140  */ button.vc_btn-grace.vc_btn_outlined:hover,
/* 2141  */ .vc_btn-grace.vc_btn_square_outlined:hover,
/* 2142  */ a.vc_btn-grace.vc_btn_square_outlined:hover,
/* 2143  */ button.vc_btn-grace.vc_btn_square_outlined:hover {
/* 2144  */   border-color: #9ec02d;
/* 2145  */ }
/* 2146  */ .vc_btn-grace.vc_btn_3d,
/* 2147  */ a.vc_btn-grace.vc_btn_3d,
/* 2148  */ button.vc_btn-grace.vc_btn_3d {
/* 2149  */   -webkit-box-shadow: 0 5px 0 #8dac28;
/* 2150  */   box-shadow: 0 5px 0 #8dac28;

/* js_composer.css */

/* 2151  */   margin-bottom: 5px;
/* 2152  */ }
/* 2153  */ .vc_btn-grace.vc_btn_3d.vc_btn_xs,
/* 2154  */ a.vc_btn-grace.vc_btn_3d.vc_btn_xs,
/* 2155  */ button.vc_btn-grace.vc_btn_3d.vc_btn_xs {
/* 2156  */   -webkit-box-shadow: 0 3px 0 #8dac28;
/* 2157  */   box-shadow: 0 3px 0 #8dac28;
/* 2158  */   margin-bottom: 3px;
/* 2159  */ }
/* 2160  */ .vc_btn-grace.vc_btn_3d.vc_btn_sm,
/* 2161  */ a.vc_btn-grace.vc_btn_3d.vc_btn_sm,
/* 2162  */ button.vc_btn-grace.vc_btn_3d.vc_btn_sm {
/* 2163  */   -webkit-box-shadow: 0 4px 0 #8dac28;
/* 2164  */   box-shadow: 0 4px 0 #8dac28;
/* 2165  */   margin-bottom: 4px;
/* 2166  */ }
/* 2167  */ .vc_btn-default,
/* 2168  */ a.vc_btn-default,
/* 2169  */ button.vc_btn-default {
/* 2170  */   color: #7d7d7d;
/* 2171  */   background-color: #ffffff;
/* 2172  */   border-color: transparent;
/* 2173  */ }
/* 2174  */ .vc_btn-default:hover,
/* 2175  */ a.vc_btn-default:hover,
/* 2176  */ button.vc_btn-default:hover,
/* 2177  */ .vc_btn-default:focus,
/* 2178  */ a.vc_btn-default:focus,
/* 2179  */ button.vc_btn-default:focus,
/* 2180  */ .vc_btn-default:active,
/* 2181  */ a.vc_btn-default:active,
/* 2182  */ button.vc_btn-default:active,
/* 2183  */ .vc_btn-default.active,
/* 2184  */ a.vc_btn-default.active,
/* 2185  */ button.vc_btn-default.active,
/* 2186  */ .open > .dropdown-toggle.vc_btn-default,
/* 2187  */ .open > .dropdown-togglea.vc_btn-default,
/* 2188  */ .open > .dropdown-togglebutton.vc_btn-default {
/* 2189  */   color: #7d7d7d;
/* 2190  */   background-color: #e6e6e6;
/* 2191  */   border-color: rgba(0, 0, 0, 0);
/* 2192  */ }
/* 2193  */ .vc_btn-default:active,
/* 2194  */ a.vc_btn-default:active,
/* 2195  */ button.vc_btn-default:active,
/* 2196  */ .vc_btn-default.active,
/* 2197  */ a.vc_btn-default.active,
/* 2198  */ button.vc_btn-default.active,
/* 2199  */ .open > .dropdown-toggle.vc_btn-default,
/* 2200  */ .open > .dropdown-togglea.vc_btn-default,

/* js_composer.css */

/* 2201  */ .open > .dropdown-togglebutton.vc_btn-default {
/* 2202  */   background-image: none;
/* 2203  */ }
/* 2204  */ .vc_btn-default.disabled,
/* 2205  */ a.vc_btn-default.disabled,
/* 2206  */ button.vc_btn-default.disabled,
/* 2207  */ .vc_btn-default[disabled],
/* 2208  */ a.vc_btn-default[disabled],
/* 2209  */ button.vc_btn-default[disabled],
/* 2210  */ fieldset[disabled] .vc_btn-default,
/* 2211  */ fieldset[disabled] a.vc_btn-default,
/* 2212  */ fieldset[disabled] button.vc_btn-default,
/* 2213  */ .vc_btn-default.disabled:hover,
/* 2214  */ a.vc_btn-default.disabled:hover,
/* 2215  */ button.vc_btn-default.disabled:hover,
/* 2216  */ .vc_btn-default[disabled]:hover,
/* 2217  */ a.vc_btn-default[disabled]:hover,
/* 2218  */ button.vc_btn-default[disabled]:hover,
/* 2219  */ fieldset[disabled] .vc_btn-default:hover,
/* 2220  */ fieldset[disabled] a.vc_btn-default:hover,
/* 2221  */ fieldset[disabled] button.vc_btn-default:hover,
/* 2222  */ .vc_btn-default.disabled:focus,
/* 2223  */ a.vc_btn-default.disabled:focus,
/* 2224  */ button.vc_btn-default.disabled:focus,
/* 2225  */ .vc_btn-default[disabled]:focus,
/* 2226  */ a.vc_btn-default[disabled]:focus,
/* 2227  */ button.vc_btn-default[disabled]:focus,
/* 2228  */ fieldset[disabled] .vc_btn-default:focus,
/* 2229  */ fieldset[disabled] a.vc_btn-default:focus,
/* 2230  */ fieldset[disabled] button.vc_btn-default:focus,
/* 2231  */ .vc_btn-default.disabled:active,
/* 2232  */ a.vc_btn-default.disabled:active,
/* 2233  */ button.vc_btn-default.disabled:active,
/* 2234  */ .vc_btn-default[disabled]:active,
/* 2235  */ a.vc_btn-default[disabled]:active,
/* 2236  */ button.vc_btn-default[disabled]:active,
/* 2237  */ fieldset[disabled] .vc_btn-default:active,
/* 2238  */ fieldset[disabled] a.vc_btn-default:active,
/* 2239  */ fieldset[disabled] button.vc_btn-default:active,
/* 2240  */ .vc_btn-default.disabled.active,
/* 2241  */ a.vc_btn-default.disabled.active,
/* 2242  */ button.vc_btn-default.disabled.active,
/* 2243  */ .vc_btn-default[disabled].active,
/* 2244  */ a.vc_btn-default[disabled].active,
/* 2245  */ button.vc_btn-default[disabled].active,
/* 2246  */ fieldset[disabled] .vc_btn-default.active,
/* 2247  */ fieldset[disabled] a.vc_btn-default.active,
/* 2248  */ fieldset[disabled] button.vc_btn-default.active {
/* 2249  */   background-color: #ffffff;
/* 2250  */   border-color: transparent;

/* js_composer.css */

/* 2251  */ }
/* 2252  */ .vc_btn-default .badge,
/* 2253  */ a.vc_btn-default .badge,
/* 2254  */ button.vc_btn-default .badge {
/* 2255  */   color: #ffffff;
/* 2256  */   background-color: #7d7d7d;
/* 2257  */ }
/* 2258  */ .vc_btn-primary,
/* 2259  */ a.vc_btn-primary,
/* 2260  */ button.vc_btn-primary {
/* 2261  */   color: #ffffff;
/* 2262  */   background-color: #00aef0;
/* 2263  */   border-color: transparent;
/* 2264  */ }
/* 2265  */ .vc_btn-primary:hover,
/* 2266  */ a.vc_btn-primary:hover,
/* 2267  */ button.vc_btn-primary:hover,
/* 2268  */ .vc_btn-primary:focus,
/* 2269  */ a.vc_btn-primary:focus,
/* 2270  */ button.vc_btn-primary:focus,
/* 2271  */ .vc_btn-primary:active,
/* 2272  */ a.vc_btn-primary:active,
/* 2273  */ button.vc_btn-primary:active,
/* 2274  */ .vc_btn-primary.active,
/* 2275  */ a.vc_btn-primary.active,
/* 2276  */ button.vc_btn-primary.active,
/* 2277  */ .open > .dropdown-toggle.vc_btn-primary,
/* 2278  */ .open > .dropdown-togglea.vc_btn-primary,
/* 2279  */ .open > .dropdown-togglebutton.vc_btn-primary {
/* 2280  */   color: #ffffff;
/* 2281  */   background-color: #0089bd;
/* 2282  */   border-color: rgba(0, 0, 0, 0);
/* 2283  */ }
/* 2284  */ .vc_btn-primary:active,
/* 2285  */ a.vc_btn-primary:active,
/* 2286  */ button.vc_btn-primary:active,
/* 2287  */ .vc_btn-primary.active,
/* 2288  */ a.vc_btn-primary.active,
/* 2289  */ button.vc_btn-primary.active,
/* 2290  */ .open > .dropdown-toggle.vc_btn-primary,
/* 2291  */ .open > .dropdown-togglea.vc_btn-primary,
/* 2292  */ .open > .dropdown-togglebutton.vc_btn-primary {
/* 2293  */   background-image: none;
/* 2294  */ }
/* 2295  */ .vc_btn-primary.disabled,
/* 2296  */ a.vc_btn-primary.disabled,
/* 2297  */ button.vc_btn-primary.disabled,
/* 2298  */ .vc_btn-primary[disabled],
/* 2299  */ a.vc_btn-primary[disabled],
/* 2300  */ button.vc_btn-primary[disabled],

/* js_composer.css */

/* 2301  */ fieldset[disabled] .vc_btn-primary,
/* 2302  */ fieldset[disabled] a.vc_btn-primary,
/* 2303  */ fieldset[disabled] button.vc_btn-primary,
/* 2304  */ .vc_btn-primary.disabled:hover,
/* 2305  */ a.vc_btn-primary.disabled:hover,
/* 2306  */ button.vc_btn-primary.disabled:hover,
/* 2307  */ .vc_btn-primary[disabled]:hover,
/* 2308  */ a.vc_btn-primary[disabled]:hover,
/* 2309  */ button.vc_btn-primary[disabled]:hover,
/* 2310  */ fieldset[disabled] .vc_btn-primary:hover,
/* 2311  */ fieldset[disabled] a.vc_btn-primary:hover,
/* 2312  */ fieldset[disabled] button.vc_btn-primary:hover,
/* 2313  */ .vc_btn-primary.disabled:focus,
/* 2314  */ a.vc_btn-primary.disabled:focus,
/* 2315  */ button.vc_btn-primary.disabled:focus,
/* 2316  */ .vc_btn-primary[disabled]:focus,
/* 2317  */ a.vc_btn-primary[disabled]:focus,
/* 2318  */ button.vc_btn-primary[disabled]:focus,
/* 2319  */ fieldset[disabled] .vc_btn-primary:focus,
/* 2320  */ fieldset[disabled] a.vc_btn-primary:focus,
/* 2321  */ fieldset[disabled] button.vc_btn-primary:focus,
/* 2322  */ .vc_btn-primary.disabled:active,
/* 2323  */ a.vc_btn-primary.disabled:active,
/* 2324  */ button.vc_btn-primary.disabled:active,
/* 2325  */ .vc_btn-primary[disabled]:active,
/* 2326  */ a.vc_btn-primary[disabled]:active,
/* 2327  */ button.vc_btn-primary[disabled]:active,
/* 2328  */ fieldset[disabled] .vc_btn-primary:active,
/* 2329  */ fieldset[disabled] a.vc_btn-primary:active,
/* 2330  */ fieldset[disabled] button.vc_btn-primary:active,
/* 2331  */ .vc_btn-primary.disabled.active,
/* 2332  */ a.vc_btn-primary.disabled.active,
/* 2333  */ button.vc_btn-primary.disabled.active,
/* 2334  */ .vc_btn-primary[disabled].active,
/* 2335  */ a.vc_btn-primary[disabled].active,
/* 2336  */ button.vc_btn-primary[disabled].active,
/* 2337  */ fieldset[disabled] .vc_btn-primary.active,
/* 2338  */ fieldset[disabled] a.vc_btn-primary.active,
/* 2339  */ fieldset[disabled] button.vc_btn-primary.active {
/* 2340  */   background-color: #00aef0;
/* 2341  */   border-color: transparent;
/* 2342  */ }
/* 2343  */ .vc_btn-primary .badge,
/* 2344  */ a.vc_btn-primary .badge,
/* 2345  */ button.vc_btn-primary .badge {
/* 2346  */   color: #00aef0;
/* 2347  */   background-color: #ffffff;
/* 2348  */ }
/* 2349  */ .vc_btn-success,
/* 2350  */ a.vc_btn-success,

/* js_composer.css */

/* 2351  */ button.vc_btn-success {
/* 2352  */   color: #ffffff;
/* 2353  */   background-color: #5cb85c;
/* 2354  */   border-color: transparent;
/* 2355  */ }
/* 2356  */ .vc_btn-success:hover,
/* 2357  */ a.vc_btn-success:hover,
/* 2358  */ button.vc_btn-success:hover,
/* 2359  */ .vc_btn-success:focus,
/* 2360  */ a.vc_btn-success:focus,
/* 2361  */ button.vc_btn-success:focus,
/* 2362  */ .vc_btn-success:active,
/* 2363  */ a.vc_btn-success:active,
/* 2364  */ button.vc_btn-success:active,
/* 2365  */ .vc_btn-success.active,
/* 2366  */ a.vc_btn-success.active,
/* 2367  */ button.vc_btn-success.active,
/* 2368  */ .open > .dropdown-toggle.vc_btn-success,
/* 2369  */ .open > .dropdown-togglea.vc_btn-success,
/* 2370  */ .open > .dropdown-togglebutton.vc_btn-success {
/* 2371  */   color: #ffffff;
/* 2372  */   background-color: #449d44;
/* 2373  */   border-color: rgba(0, 0, 0, 0);
/* 2374  */ }
/* 2375  */ .vc_btn-success:active,
/* 2376  */ a.vc_btn-success:active,
/* 2377  */ button.vc_btn-success:active,
/* 2378  */ .vc_btn-success.active,
/* 2379  */ a.vc_btn-success.active,
/* 2380  */ button.vc_btn-success.active,
/* 2381  */ .open > .dropdown-toggle.vc_btn-success,
/* 2382  */ .open > .dropdown-togglea.vc_btn-success,
/* 2383  */ .open > .dropdown-togglebutton.vc_btn-success {
/* 2384  */   background-image: none;
/* 2385  */ }
/* 2386  */ .vc_btn-success.disabled,
/* 2387  */ a.vc_btn-success.disabled,
/* 2388  */ button.vc_btn-success.disabled,
/* 2389  */ .vc_btn-success[disabled],
/* 2390  */ a.vc_btn-success[disabled],
/* 2391  */ button.vc_btn-success[disabled],
/* 2392  */ fieldset[disabled] .vc_btn-success,
/* 2393  */ fieldset[disabled] a.vc_btn-success,
/* 2394  */ fieldset[disabled] button.vc_btn-success,
/* 2395  */ .vc_btn-success.disabled:hover,
/* 2396  */ a.vc_btn-success.disabled:hover,
/* 2397  */ button.vc_btn-success.disabled:hover,
/* 2398  */ .vc_btn-success[disabled]:hover,
/* 2399  */ a.vc_btn-success[disabled]:hover,
/* 2400  */ button.vc_btn-success[disabled]:hover,

/* js_composer.css */

/* 2401  */ fieldset[disabled] .vc_btn-success:hover,
/* 2402  */ fieldset[disabled] a.vc_btn-success:hover,
/* 2403  */ fieldset[disabled] button.vc_btn-success:hover,
/* 2404  */ .vc_btn-success.disabled:focus,
/* 2405  */ a.vc_btn-success.disabled:focus,
/* 2406  */ button.vc_btn-success.disabled:focus,
/* 2407  */ .vc_btn-success[disabled]:focus,
/* 2408  */ a.vc_btn-success[disabled]:focus,
/* 2409  */ button.vc_btn-success[disabled]:focus,
/* 2410  */ fieldset[disabled] .vc_btn-success:focus,
/* 2411  */ fieldset[disabled] a.vc_btn-success:focus,
/* 2412  */ fieldset[disabled] button.vc_btn-success:focus,
/* 2413  */ .vc_btn-success.disabled:active,
/* 2414  */ a.vc_btn-success.disabled:active,
/* 2415  */ button.vc_btn-success.disabled:active,
/* 2416  */ .vc_btn-success[disabled]:active,
/* 2417  */ a.vc_btn-success[disabled]:active,
/* 2418  */ button.vc_btn-success[disabled]:active,
/* 2419  */ fieldset[disabled] .vc_btn-success:active,
/* 2420  */ fieldset[disabled] a.vc_btn-success:active,
/* 2421  */ fieldset[disabled] button.vc_btn-success:active,
/* 2422  */ .vc_btn-success.disabled.active,
/* 2423  */ a.vc_btn-success.disabled.active,
/* 2424  */ button.vc_btn-success.disabled.active,
/* 2425  */ .vc_btn-success[disabled].active,
/* 2426  */ a.vc_btn-success[disabled].active,
/* 2427  */ button.vc_btn-success[disabled].active,
/* 2428  */ fieldset[disabled] .vc_btn-success.active,
/* 2429  */ fieldset[disabled] a.vc_btn-success.active,
/* 2430  */ fieldset[disabled] button.vc_btn-success.active {
/* 2431  */   background-color: #5cb85c;
/* 2432  */   border-color: transparent;
/* 2433  */ }
/* 2434  */ .vc_btn-success .badge,
/* 2435  */ a.vc_btn-success .badge,
/* 2436  */ button.vc_btn-success .badge {
/* 2437  */   color: #5cb85c;
/* 2438  */   background-color: #ffffff;
/* 2439  */ }
/* 2440  */ .vc_btn-info,
/* 2441  */ a.vc_btn-info,
/* 2442  */ button.vc_btn-info {
/* 2443  */   color: #ffffff;
/* 2444  */   background-color: #5bc0de;
/* 2445  */   border-color: transparent;
/* 2446  */ }
/* 2447  */ .vc_btn-info:hover,
/* 2448  */ a.vc_btn-info:hover,
/* 2449  */ button.vc_btn-info:hover,
/* 2450  */ .vc_btn-info:focus,

/* js_composer.css */

/* 2451  */ a.vc_btn-info:focus,
/* 2452  */ button.vc_btn-info:focus,
/* 2453  */ .vc_btn-info:active,
/* 2454  */ a.vc_btn-info:active,
/* 2455  */ button.vc_btn-info:active,
/* 2456  */ .vc_btn-info.active,
/* 2457  */ a.vc_btn-info.active,
/* 2458  */ button.vc_btn-info.active,
/* 2459  */ .open > .dropdown-toggle.vc_btn-info,
/* 2460  */ .open > .dropdown-togglea.vc_btn-info,
/* 2461  */ .open > .dropdown-togglebutton.vc_btn-info {
/* 2462  */   color: #ffffff;
/* 2463  */   background-color: #31b0d5;
/* 2464  */   border-color: rgba(0, 0, 0, 0);
/* 2465  */ }
/* 2466  */ .vc_btn-info:active,
/* 2467  */ a.vc_btn-info:active,
/* 2468  */ button.vc_btn-info:active,
/* 2469  */ .vc_btn-info.active,
/* 2470  */ a.vc_btn-info.active,
/* 2471  */ button.vc_btn-info.active,
/* 2472  */ .open > .dropdown-toggle.vc_btn-info,
/* 2473  */ .open > .dropdown-togglea.vc_btn-info,
/* 2474  */ .open > .dropdown-togglebutton.vc_btn-info {
/* 2475  */   background-image: none;
/* 2476  */ }
/* 2477  */ .vc_btn-info.disabled,
/* 2478  */ a.vc_btn-info.disabled,
/* 2479  */ button.vc_btn-info.disabled,
/* 2480  */ .vc_btn-info[disabled],
/* 2481  */ a.vc_btn-info[disabled],
/* 2482  */ button.vc_btn-info[disabled],
/* 2483  */ fieldset[disabled] .vc_btn-info,
/* 2484  */ fieldset[disabled] a.vc_btn-info,
/* 2485  */ fieldset[disabled] button.vc_btn-info,
/* 2486  */ .vc_btn-info.disabled:hover,
/* 2487  */ a.vc_btn-info.disabled:hover,
/* 2488  */ button.vc_btn-info.disabled:hover,
/* 2489  */ .vc_btn-info[disabled]:hover,
/* 2490  */ a.vc_btn-info[disabled]:hover,
/* 2491  */ button.vc_btn-info[disabled]:hover,
/* 2492  */ fieldset[disabled] .vc_btn-info:hover,
/* 2493  */ fieldset[disabled] a.vc_btn-info:hover,
/* 2494  */ fieldset[disabled] button.vc_btn-info:hover,
/* 2495  */ .vc_btn-info.disabled:focus,
/* 2496  */ a.vc_btn-info.disabled:focus,
/* 2497  */ button.vc_btn-info.disabled:focus,
/* 2498  */ .vc_btn-info[disabled]:focus,
/* 2499  */ a.vc_btn-info[disabled]:focus,
/* 2500  */ button.vc_btn-info[disabled]:focus,

/* js_composer.css */

/* 2501  */ fieldset[disabled] .vc_btn-info:focus,
/* 2502  */ fieldset[disabled] a.vc_btn-info:focus,
/* 2503  */ fieldset[disabled] button.vc_btn-info:focus,
/* 2504  */ .vc_btn-info.disabled:active,
/* 2505  */ a.vc_btn-info.disabled:active,
/* 2506  */ button.vc_btn-info.disabled:active,
/* 2507  */ .vc_btn-info[disabled]:active,
/* 2508  */ a.vc_btn-info[disabled]:active,
/* 2509  */ button.vc_btn-info[disabled]:active,
/* 2510  */ fieldset[disabled] .vc_btn-info:active,
/* 2511  */ fieldset[disabled] a.vc_btn-info:active,
/* 2512  */ fieldset[disabled] button.vc_btn-info:active,
/* 2513  */ .vc_btn-info.disabled.active,
/* 2514  */ a.vc_btn-info.disabled.active,
/* 2515  */ button.vc_btn-info.disabled.active,
/* 2516  */ .vc_btn-info[disabled].active,
/* 2517  */ a.vc_btn-info[disabled].active,
/* 2518  */ button.vc_btn-info[disabled].active,
/* 2519  */ fieldset[disabled] .vc_btn-info.active,
/* 2520  */ fieldset[disabled] a.vc_btn-info.active,
/* 2521  */ fieldset[disabled] button.vc_btn-info.active {
/* 2522  */   background-color: #5bc0de;
/* 2523  */   border-color: transparent;
/* 2524  */ }
/* 2525  */ .vc_btn-info .badge,
/* 2526  */ a.vc_btn-info .badge,
/* 2527  */ button.vc_btn-info .badge {
/* 2528  */   color: #5bc0de;
/* 2529  */   background-color: #ffffff;
/* 2530  */ }
/* 2531  */ .vc_btn-warning,
/* 2532  */ a.vc_btn-warning,
/* 2533  */ button.vc_btn-warning {
/* 2534  */   color: #ffffff;
/* 2535  */   background-color: #f0ad4e;
/* 2536  */   border-color: transparent;
/* 2537  */ }
/* 2538  */ .vc_btn-warning:hover,
/* 2539  */ a.vc_btn-warning:hover,
/* 2540  */ button.vc_btn-warning:hover,
/* 2541  */ .vc_btn-warning:focus,
/* 2542  */ a.vc_btn-warning:focus,
/* 2543  */ button.vc_btn-warning:focus,
/* 2544  */ .vc_btn-warning:active,
/* 2545  */ a.vc_btn-warning:active,
/* 2546  */ button.vc_btn-warning:active,
/* 2547  */ .vc_btn-warning.active,
/* 2548  */ a.vc_btn-warning.active,
/* 2549  */ button.vc_btn-warning.active,
/* 2550  */ .open > .dropdown-toggle.vc_btn-warning,

/* js_composer.css */

/* 2551  */ .open > .dropdown-togglea.vc_btn-warning,
/* 2552  */ .open > .dropdown-togglebutton.vc_btn-warning {
/* 2553  */   color: #ffffff;
/* 2554  */   background-color: #ec971f;
/* 2555  */   border-color: rgba(0, 0, 0, 0);
/* 2556  */ }
/* 2557  */ .vc_btn-warning:active,
/* 2558  */ a.vc_btn-warning:active,
/* 2559  */ button.vc_btn-warning:active,
/* 2560  */ .vc_btn-warning.active,
/* 2561  */ a.vc_btn-warning.active,
/* 2562  */ button.vc_btn-warning.active,
/* 2563  */ .open > .dropdown-toggle.vc_btn-warning,
/* 2564  */ .open > .dropdown-togglea.vc_btn-warning,
/* 2565  */ .open > .dropdown-togglebutton.vc_btn-warning {
/* 2566  */   background-image: none;
/* 2567  */ }
/* 2568  */ .vc_btn-warning.disabled,
/* 2569  */ a.vc_btn-warning.disabled,
/* 2570  */ button.vc_btn-warning.disabled,
/* 2571  */ .vc_btn-warning[disabled],
/* 2572  */ a.vc_btn-warning[disabled],
/* 2573  */ button.vc_btn-warning[disabled],
/* 2574  */ fieldset[disabled] .vc_btn-warning,
/* 2575  */ fieldset[disabled] a.vc_btn-warning,
/* 2576  */ fieldset[disabled] button.vc_btn-warning,
/* 2577  */ .vc_btn-warning.disabled:hover,
/* 2578  */ a.vc_btn-warning.disabled:hover,
/* 2579  */ button.vc_btn-warning.disabled:hover,
/* 2580  */ .vc_btn-warning[disabled]:hover,
/* 2581  */ a.vc_btn-warning[disabled]:hover,
/* 2582  */ button.vc_btn-warning[disabled]:hover,
/* 2583  */ fieldset[disabled] .vc_btn-warning:hover,
/* 2584  */ fieldset[disabled] a.vc_btn-warning:hover,
/* 2585  */ fieldset[disabled] button.vc_btn-warning:hover,
/* 2586  */ .vc_btn-warning.disabled:focus,
/* 2587  */ a.vc_btn-warning.disabled:focus,
/* 2588  */ button.vc_btn-warning.disabled:focus,
/* 2589  */ .vc_btn-warning[disabled]:focus,
/* 2590  */ a.vc_btn-warning[disabled]:focus,
/* 2591  */ button.vc_btn-warning[disabled]:focus,
/* 2592  */ fieldset[disabled] .vc_btn-warning:focus,
/* 2593  */ fieldset[disabled] a.vc_btn-warning:focus,
/* 2594  */ fieldset[disabled] button.vc_btn-warning:focus,
/* 2595  */ .vc_btn-warning.disabled:active,
/* 2596  */ a.vc_btn-warning.disabled:active,
/* 2597  */ button.vc_btn-warning.disabled:active,
/* 2598  */ .vc_btn-warning[disabled]:active,
/* 2599  */ a.vc_btn-warning[disabled]:active,
/* 2600  */ button.vc_btn-warning[disabled]:active,

/* js_composer.css */

/* 2601  */ fieldset[disabled] .vc_btn-warning:active,
/* 2602  */ fieldset[disabled] a.vc_btn-warning:active,
/* 2603  */ fieldset[disabled] button.vc_btn-warning:active,
/* 2604  */ .vc_btn-warning.disabled.active,
/* 2605  */ a.vc_btn-warning.disabled.active,
/* 2606  */ button.vc_btn-warning.disabled.active,
/* 2607  */ .vc_btn-warning[disabled].active,
/* 2608  */ a.vc_btn-warning[disabled].active,
/* 2609  */ button.vc_btn-warning[disabled].active,
/* 2610  */ fieldset[disabled] .vc_btn-warning.active,
/* 2611  */ fieldset[disabled] a.vc_btn-warning.active,
/* 2612  */ fieldset[disabled] button.vc_btn-warning.active {
/* 2613  */   background-color: #f0ad4e;
/* 2614  */   border-color: transparent;
/* 2615  */ }
/* 2616  */ .vc_btn-warning .badge,
/* 2617  */ a.vc_btn-warning .badge,
/* 2618  */ button.vc_btn-warning .badge {
/* 2619  */   color: #f0ad4e;
/* 2620  */   background-color: #ffffff;
/* 2621  */ }
/* 2622  */ .vc_btn-danger,
/* 2623  */ a.vc_btn-danger,
/* 2624  */ button.vc_btn-danger {
/* 2625  */   color: #ffffff;
/* 2626  */   background-color: #d9534f;
/* 2627  */   border-color: transparent;
/* 2628  */ }
/* 2629  */ .vc_btn-danger:hover,
/* 2630  */ a.vc_btn-danger:hover,
/* 2631  */ button.vc_btn-danger:hover,
/* 2632  */ .vc_btn-danger:focus,
/* 2633  */ a.vc_btn-danger:focus,
/* 2634  */ button.vc_btn-danger:focus,
/* 2635  */ .vc_btn-danger:active,
/* 2636  */ a.vc_btn-danger:active,
/* 2637  */ button.vc_btn-danger:active,
/* 2638  */ .vc_btn-danger.active,
/* 2639  */ a.vc_btn-danger.active,
/* 2640  */ button.vc_btn-danger.active,
/* 2641  */ .open > .dropdown-toggle.vc_btn-danger,
/* 2642  */ .open > .dropdown-togglea.vc_btn-danger,
/* 2643  */ .open > .dropdown-togglebutton.vc_btn-danger {
/* 2644  */   color: #ffffff;
/* 2645  */   background-color: #c9302c;
/* 2646  */   border-color: rgba(0, 0, 0, 0);
/* 2647  */ }
/* 2648  */ .vc_btn-danger:active,
/* 2649  */ a.vc_btn-danger:active,
/* 2650  */ button.vc_btn-danger:active,

/* js_composer.css */

/* 2651  */ .vc_btn-danger.active,
/* 2652  */ a.vc_btn-danger.active,
/* 2653  */ button.vc_btn-danger.active,
/* 2654  */ .open > .dropdown-toggle.vc_btn-danger,
/* 2655  */ .open > .dropdown-togglea.vc_btn-danger,
/* 2656  */ .open > .dropdown-togglebutton.vc_btn-danger {
/* 2657  */   background-image: none;
/* 2658  */ }
/* 2659  */ .vc_btn-danger.disabled,
/* 2660  */ a.vc_btn-danger.disabled,
/* 2661  */ button.vc_btn-danger.disabled,
/* 2662  */ .vc_btn-danger[disabled],
/* 2663  */ a.vc_btn-danger[disabled],
/* 2664  */ button.vc_btn-danger[disabled],
/* 2665  */ fieldset[disabled] .vc_btn-danger,
/* 2666  */ fieldset[disabled] a.vc_btn-danger,
/* 2667  */ fieldset[disabled] button.vc_btn-danger,
/* 2668  */ .vc_btn-danger.disabled:hover,
/* 2669  */ a.vc_btn-danger.disabled:hover,
/* 2670  */ button.vc_btn-danger.disabled:hover,
/* 2671  */ .vc_btn-danger[disabled]:hover,
/* 2672  */ a.vc_btn-danger[disabled]:hover,
/* 2673  */ button.vc_btn-danger[disabled]:hover,
/* 2674  */ fieldset[disabled] .vc_btn-danger:hover,
/* 2675  */ fieldset[disabled] a.vc_btn-danger:hover,
/* 2676  */ fieldset[disabled] button.vc_btn-danger:hover,
/* 2677  */ .vc_btn-danger.disabled:focus,
/* 2678  */ a.vc_btn-danger.disabled:focus,
/* 2679  */ button.vc_btn-danger.disabled:focus,
/* 2680  */ .vc_btn-danger[disabled]:focus,
/* 2681  */ a.vc_btn-danger[disabled]:focus,
/* 2682  */ button.vc_btn-danger[disabled]:focus,
/* 2683  */ fieldset[disabled] .vc_btn-danger:focus,
/* 2684  */ fieldset[disabled] a.vc_btn-danger:focus,
/* 2685  */ fieldset[disabled] button.vc_btn-danger:focus,
/* 2686  */ .vc_btn-danger.disabled:active,
/* 2687  */ a.vc_btn-danger.disabled:active,
/* 2688  */ button.vc_btn-danger.disabled:active,
/* 2689  */ .vc_btn-danger[disabled]:active,
/* 2690  */ a.vc_btn-danger[disabled]:active,
/* 2691  */ button.vc_btn-danger[disabled]:active,
/* 2692  */ fieldset[disabled] .vc_btn-danger:active,
/* 2693  */ fieldset[disabled] a.vc_btn-danger:active,
/* 2694  */ fieldset[disabled] button.vc_btn-danger:active,
/* 2695  */ .vc_btn-danger.disabled.active,
/* 2696  */ a.vc_btn-danger.disabled.active,
/* 2697  */ button.vc_btn-danger.disabled.active,
/* 2698  */ .vc_btn-danger[disabled].active,
/* 2699  */ a.vc_btn-danger[disabled].active,
/* 2700  */ button.vc_btn-danger[disabled].active,

/* js_composer.css */

/* 2701  */ fieldset[disabled] .vc_btn-danger.active,
/* 2702  */ fieldset[disabled] a.vc_btn-danger.active,
/* 2703  */ fieldset[disabled] button.vc_btn-danger.active {
/* 2704  */   background-color: #d9534f;
/* 2705  */   border-color: transparent;
/* 2706  */ }
/* 2707  */ .vc_btn-danger .badge,
/* 2708  */ a.vc_btn-danger .badge,
/* 2709  */ button.vc_btn-danger .badge {
/* 2710  */   color: #d9534f;
/* 2711  */   background-color: #ffffff;
/* 2712  */ }
/* 2713  */ .vc_button-2-wrapper {
/* 2714  */   display: inline-block;
/* 2715  */   vertical-align: middle;
/* 2716  */ }
/* 2717  */ .vc_button-2-wrapper.vc_button-2-align-left {
/* 2718  */   display: block;
/* 2719  */   text-align: left;
/* 2720  */ }
/* 2721  */ .vc_button-2-wrapper.vc_button-2-align-right {
/* 2722  */   display: block;
/* 2723  */   text-align: right;
/* 2724  */ }
/* 2725  */ .vc_button-2-wrapper.vc_button-2-align-center {
/* 2726  */   display: block;
/* 2727  */   text-align: center;
/* 2728  */ }
/* 2729  */ i.icon {
/* 2730  */   display: inline-block;
/* 2731  */   width: 16px;
/* 2732  */   height: 16px;
/* 2733  */   line-height: 16px;
/* 2734  */   vertical-align: text-top;
/* 2735  */   margin-left: 5px;
/* 2736  */ }
/* 2737  */ .wpb_btn-large i.icon {
/* 2738  */   height: 19px;
/* 2739  */   margin-left: 9px;
/* 2740  */ }
/* 2741  */ .wpb_btn-small i.icon {
/* 2742  */   height: 15px;
/* 2743  */ }
/* 2744  */ .wpb_btn-mini i.icon {
/* 2745  */   display: none;
/* 2746  */ }
/* 2747  */ .wpb_address_book i.icon,
/* 2748  */ option.wpb_address_book {
/* 2749  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/address-book.png) no-repeat right center;
/* 2750  */ }

/* js_composer.css */

/* 2751  */ .wpb_alarm_clock i.icon,
/* 2752  */ option.wpb_alarm_clock {
/* 2753  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/alarm-clock.png) no-repeat right center;
/* 2754  */ }
/* 2755  */ .wpb_anchor i.icon,
/* 2756  */ option.wpb_anchor {
/* 2757  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/anchor.png) no-repeat right center;
/* 2758  */ }
/* 2759  */ .wpb_application_image i.icon,
/* 2760  */ option.wpb_application_image {
/* 2761  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/application-image.png) no-repeat right center;
/* 2762  */ }
/* 2763  */ .wpb_arrow i.icon,
/* 2764  */ option.wpb_arrow {
/* 2765  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/arrow.png) no-repeat right center;
/* 2766  */ }
/* 2767  */ .wpb_asterisk i.icon,
/* 2768  */ option.wpb_asterisk {
/* 2769  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/asterisk.png) no-repeat right center;
/* 2770  */ }
/* 2771  */ .wpb_hammer i.icon,
/* 2772  */ option.wpb_hammer {
/* 2773  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/auction-hammer.png) no-repeat right center;
/* 2774  */ }
/* 2775  */ .wpb_balloon i.icon,
/* 2776  */ option.wpb_balloon {
/* 2777  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/balloon.png) no-repeat right center;
/* 2778  */ }
/* 2779  */ .wpb_balloon_buzz i.icon,
/* 2780  */ option.wpb_balloon_buzz {
/* 2781  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/balloon-buzz.png) no-repeat right center;
/* 2782  */ }
/* 2783  */ .wpb_balloon_facebook i.icon,
/* 2784  */ option.wpb_balloon_facebook {
/* 2785  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/balloon-facebook.png) no-repeat right center;
/* 2786  */ }
/* 2787  */ .wpb_balloon_twitter i.icon,
/* 2788  */ option.wpb_balloon_twitter {
/* 2789  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/balloon-twitter.png) no-repeat right center;
/* 2790  */ }
/* 2791  */ .wpb_battery i.icon,
/* 2792  */ option.wpb_battery {
/* 2793  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/battery-full.png) no-repeat right center;
/* 2794  */ }
/* 2795  */ .wpb_binocular i.icon,
/* 2796  */ option.wpb_binocular {
/* 2797  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/binocular.png) no-repeat right center;
/* 2798  */ }
/* 2799  */ .wpb_document_excel i.icon,
/* 2800  */ option.wpb_document_excel {

/* js_composer.css */

/* 2801  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-excel.png) no-repeat right center;
/* 2802  */ }
/* 2803  */ .wpb_document_image i.icon,
/* 2804  */ option.wpb_document_image {
/* 2805  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-image.png) no-repeat right center;
/* 2806  */ }
/* 2807  */ .wpb_document_music i.icon,
/* 2808  */ option.wpb_document_music {
/* 2809  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-music.png) no-repeat right center;
/* 2810  */ }
/* 2811  */ .wpb_document_office i.icon,
/* 2812  */ option.wpb_document_office {
/* 2813  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-office.png) no-repeat right center;
/* 2814  */ }
/* 2815  */ .wpb_document_pdf i.icon,
/* 2816  */ option.wpb_document_pdf {
/* 2817  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-pdf.png) no-repeat right center;
/* 2818  */ }
/* 2819  */ .wpb_document_powerpoint i.icon,
/* 2820  */ option.wpb_document_powerpoint {
/* 2821  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-powerpoint.png) no-repeat right center;
/* 2822  */ }
/* 2823  */ .wpb_document_word i.icon,
/* 2824  */ option.wpb_document_word {
/* 2825  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-word.png) no-repeat right center;
/* 2826  */ }
/* 2827  */ .wpb_bookmark i.icon,
/* 2828  */ option.wpb_bookmark {
/* 2829  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/bookmark.png) no-repeat right center;
/* 2830  */ }
/* 2831  */ .wpb_camcorder i.icon,
/* 2832  */ option.wpb_camcorder {
/* 2833  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/camcorder.png) no-repeat right center;
/* 2834  */ }
/* 2835  */ .wpb_camera i.icon,
/* 2836  */ option.wpb_camera {
/* 2837  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/camera.png) no-repeat right center;
/* 2838  */ }
/* 2839  */ .wpb_chart i.icon,
/* 2840  */ option.wpb_chart {
/* 2841  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/chart.png) no-repeat right center;
/* 2842  */ }
/* 2843  */ .wpb_chart_pie i.icon,
/* 2844  */ option.wpb_chart_pie {
/* 2845  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/chart-pie.png) no-repeat right center;
/* 2846  */ }
/* 2847  */ .wpb_clock i.icon,
/* 2848  */ option.wpb_clock {
/* 2849  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/clock.png) no-repeat right center;
/* 2850  */ }

/* js_composer.css */

/* 2851  */ .wpb_play i.icon,
/* 2852  */ option.wpb_play {
/* 2853  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/control.png) no-repeat right center;
/* 2854  */ }
/* 2855  */ .wpb_fire i.icon,
/* 2856  */ option.wpb_fire {
/* 2857  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/fire.png) no-repeat right center;
/* 2858  */ }
/* 2859  */ .wpb_heart i.icon,
/* 2860  */ option.wpb_heart {
/* 2861  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/heart.png) no-repeat right center;
/* 2862  */ }
/* 2863  */ .wpb_mail i.icon,
/* 2864  */ option.wpb_mail {
/* 2865  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/mail.png) no-repeat right center;
/* 2866  */ }
/* 2867  */ .wpb_shield i.icon,
/* 2868  */ option.wpb_shield {
/* 2869  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/plus-shield.png) no-repeat right center;
/* 2870  */ }
/* 2871  */ .wpb_video i.icon,
/* 2872  */ option.wpb_video {
/* 2873  */   background: url(/wp-content/plugins/js_composer/assets/images/icons/video.png) no-repeat right center;
/* 2874  */ }
/* 2875  */ .vc_column_container .vc_btn,
/* 2876  */ .vc_column_container .wpb_button {
/* 2877  */   margin-top: 5px;
/* 2878  */   margin-bottom: 5px;
/* 2879  */ }
/* 2880  */ /* 2. Alerts (Message boxes)
/* 2881  *| ---------------------------------------------------------- */
/* 2882  */ /* ================================
/* 2883  *|  * Message box
/* 2884  *|  * ================================ */
/* 2885  */ .vc_message_box {
/* 2886  */   border: 1px solid transparent;
/* 2887  */   display: block;
/* 2888  */   overflow: hidden;
/* 2889  */   margin: 0 0 21.73913043px 0;
/* 2890  */   padding: 1em 1em 1em 4em;
/* 2891  */   position: relative;
/* 2892  */   font-size: 1em;
/* 2893  */   -webkit-box-sizing: border-box;
/* 2894  */   -moz-box-sizing: border-box;
/* 2895  */   box-sizing: border-box;
/* 2896  */ }
/* 2897  */ .vc_message_box > p:first-child {
/* 2898  */   margin-top: 0;
/* 2899  */ }
/* 2900  */ .vc_message_box > p:last-child {

/* js_composer.css */

/* 2901  */   margin-bottom: 0;
/* 2902  */ }
/* 2903  */ .vc_message_box-icon {
/* 2904  */   bottom: 0;
/* 2905  */   font-size: 1em;
/* 2906  */   font-style: normal;
/* 2907  */   font-weight: normal;
/* 2908  */   left: 0;
/* 2909  */   position: absolute;
/* 2910  */   top: 0;
/* 2911  */   width: 4em;
/* 2912  */ }
/* 2913  */ .vc_message_box-icon > * {
/* 2914  */   font-size: 1.7em;
/* 2915  */   line-height: 1;
/* 2916  */   font-weight: normal;
/* 2917  */   font-style: normal;
/* 2918  */   left: 50%;
/* 2919  */   position: absolute;
/* 2920  */   top: 50%;
/* 2921  */   -webkit-transform: translate(-50%, -50%);
/* 2922  */   -ms-transform: translate(-50%, -50%);
/* 2923  */   -o-transform: translate(-50%, -50%);
/* 2924  */   transform: translate(-50%, -50%);
/* 2925  */ }
/* 2926  */ .vc_message_box-icon > .fa {
/* 2927  */   font-size: 1.7em;
/* 2928  */   line-height: 1;
/* 2929  */ }
/* 2930  */ .vc_color-blue.vc_message_box {
/* 2931  */   color: #364a8a;
/* 2932  */   border-color: #c5cff0;
/* 2933  */   background-color: #edf1fa;
/* 2934  */ }
/* 2935  */ .vc_color-blue.vc_message_box .vc_message_box-icon {
/* 2936  */   color: #5472d2;
/* 2937  */ }
/* 2938  */ .vc_color-blue.vc_message_box-solid {
/* 2939  */   color: #ffffff;
/* 2940  */   border-color: transparent;
/* 2941  */   background-color: #5472d2;
/* 2942  */ }
/* 2943  */ .vc_color-blue.vc_message_box-solid .vc_message_box-icon {
/* 2944  */   color: #ffffff;
/* 2945  */ }
/* 2946  */ .vc_color-blue.vc_message_box-outline,
/* 2947  */ .vc_color-blue.vc_message_box-solid-icon {
/* 2948  */   color: #364a8a;
/* 2949  */   border-color: #5472d2;
/* 2950  */   background-color: transparent;

/* js_composer.css */

/* 2951  */ }
/* 2952  */ .vc_color-blue.vc_message_box-outline .vc_message_box-icon,
/* 2953  */ .vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
/* 2954  */   color: #5472d2;
/* 2955  */ }
/* 2956  */ .vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
/* 2957  */   color: #ffffff;
/* 2958  */   background-color: #5472d2;
/* 2959  */ }
/* 2960  */ .vc_color-blue.vc_message_box-3d {
/* 2961  */   box-shadow: 0 5px 0 #9daee5;
/* 2962  */ }
/* 2963  */ .vc_color-turquoise.vc_message_box {
/* 2964  */   color: #085b61;
/* 2965  */   border-color: #c6ecee;
/* 2966  */   background-color: #ebfcfd;
/* 2967  */ }
/* 2968  */ .vc_color-turquoise.vc_message_box .vc_message_box-icon {
/* 2969  */   color: #00c1cf;
/* 2970  */ }
/* 2971  */ .vc_color-turquoise.vc_message_box-solid {
/* 2972  */   color: #ffffff;
/* 2973  */   border-color: transparent;
/* 2974  */   background-color: #00c1cf;
/* 2975  */ }
/* 2976  */ .vc_color-turquoise.vc_message_box-solid .vc_message_box-icon {
/* 2977  */   color: #ffffff;
/* 2978  */ }
/* 2979  */ .vc_color-turquoise.vc_message_box-outline,
/* 2980  */ .vc_color-turquoise.vc_message_box-solid-icon {
/* 2981  */   color: #085b61;
/* 2982  */   border-color: #00c1cf;
/* 2983  */   background-color: transparent;
/* 2984  */ }
/* 2985  */ .vc_color-turquoise.vc_message_box-outline .vc_message_box-icon,
/* 2986  */ .vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
/* 2987  */   color: #00c1cf;
/* 2988  */ }
/* 2989  */ .vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
/* 2990  */   color: #ffffff;
/* 2991  */   background-color: #00c1cf;
/* 2992  */ }
/* 2993  */ .vc_color-turquoise.vc_message_box-3d {
/* 2994  */   box-shadow: 0 5px 0 #9fdee3;
/* 2995  */ }
/* 2996  */ .vc_color-pink.vc_message_box {
/* 2997  */   color: #d82e21;
/* 2998  */   border-color: #ffd8d6;
/* 2999  */   background-color: #fff0ef;
/* 3000  */ }

/* js_composer.css */

/* 3001  */ .vc_color-pink.vc_message_box .vc_message_box-icon {
/* 3002  */   color: #fe6c61;
/* 3003  */ }
/* 3004  */ .vc_color-pink.vc_message_box-solid {
/* 3005  */   color: #ffffff;
/* 3006  */   border-color: transparent;
/* 3007  */   background-color: #fe6c61;
/* 3008  */ }
/* 3009  */ .vc_color-pink.vc_message_box-solid .vc_message_box-icon {
/* 3010  */   color: #ffffff;
/* 3011  */ }
/* 3012  */ .vc_color-pink.vc_message_box-outline,
/* 3013  */ .vc_color-pink.vc_message_box-solid-icon {
/* 3014  */   color: #d82e21;
/* 3015  */   border-color: #fe6c61;
/* 3016  */   background-color: transparent;
/* 3017  */ }
/* 3018  */ .vc_color-pink.vc_message_box-outline .vc_message_box-icon,
/* 3019  */ .vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
/* 3020  */   color: #fe6c61;
/* 3021  */ }
/* 3022  */ .vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
/* 3023  */   color: #ffffff;
/* 3024  */   background-color: #fe6c61;
/* 3025  */ }
/* 3026  */ .vc_color-pink.vc_message_box-3d {
/* 3027  */   box-shadow: 0 5px 0 #fea9a3;
/* 3028  */ }
/* 3029  */ .vc_color-violet.vc_message_box {
/* 3030  */   color: #5e4a81;
/* 3031  */   border-color: #d4c8e9;
/* 3032  */   background-color: #f0ecf7;
/* 3033  */ }
/* 3034  */ .vc_color-violet.vc_message_box .vc_message_box-icon {
/* 3035  */   color: #8d6dc4;
/* 3036  */ }
/* 3037  */ .vc_color-violet.vc_message_box-solid {
/* 3038  */   color: #ffffff;
/* 3039  */   border-color: transparent;
/* 3040  */   background-color: #8d6dc4;
/* 3041  */ }
/* 3042  */ .vc_color-violet.vc_message_box-solid .vc_message_box-icon {
/* 3043  */   color: #ffffff;
/* 3044  */ }
/* 3045  */ .vc_color-violet.vc_message_box-outline,
/* 3046  */ .vc_color-violet.vc_message_box-solid-icon {
/* 3047  */   color: #5e4a81;
/* 3048  */   border-color: #8d6dc4;
/* 3049  */   background-color: transparent;
/* 3050  */ }

/* js_composer.css */

/* 3051  */ .vc_color-violet.vc_message_box-outline .vc_message_box-icon,
/* 3052  */ .vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
/* 3053  */   color: #8d6dc4;
/* 3054  */ }
/* 3055  */ .vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
/* 3056  */   color: #ffffff;
/* 3057  */   background-color: #8d6dc4;
/* 3058  */ }
/* 3059  */ .vc_color-violet.vc_message_box-3d {
/* 3060  */   box-shadow: 0 5px 0 #b8a3da;
/* 3061  */ }
/* 3062  */ .vc_color-peacoc.vc_message_box {
/* 3063  */   color: #366a79;
/* 3064  */   border-color: #c2e3ec;
/* 3065  */   background-color: #e9f5f8;
/* 3066  */ }
/* 3067  */ .vc_color-peacoc.vc_message_box .vc_message_box-icon {
/* 3068  */   color: #4cadc9;
/* 3069  */ }
/* 3070  */ .vc_color-peacoc.vc_message_box-solid {
/* 3071  */   color: #ffffff;
/* 3072  */   border-color: transparent;
/* 3073  */   background-color: #4cadc9;
/* 3074  */ }
/* 3075  */ .vc_color-peacoc.vc_message_box-solid .vc_message_box-icon {
/* 3076  */   color: #ffffff;
/* 3077  */ }
/* 3078  */ .vc_color-peacoc.vc_message_box-outline,
/* 3079  */ .vc_color-peacoc.vc_message_box-solid-icon {
/* 3080  */   color: #366a79;
/* 3081  */   border-color: #4cadc9;
/* 3082  */   background-color: transparent;
/* 3083  */ }
/* 3084  */ .vc_color-peacoc.vc_message_box-outline .vc_message_box-icon,
/* 3085  */ .vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
/* 3086  */   color: #4cadc9;
/* 3087  */ }
/* 3088  */ .vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
/* 3089  */   color: #ffffff;
/* 3090  */   background-color: #4cadc9;
/* 3091  */ }
/* 3092  */ .vc_color-peacoc.vc_message_box-3d {
/* 3093  */   box-shadow: 0 5px 0 #9ad1e1;
/* 3094  */ }
/* 3095  */ .vc_color-chino.vc_message_box {
/* 3096  */   color: #978258;
/* 3097  */   border-color: #e5ded2;
/* 3098  */   background-color: #f7f5f2;
/* 3099  */ }
/* 3100  */ .vc_color-chino.vc_message_box .vc_message_box-icon {

/* js_composer.css */

/* 3101  */   color: #cec2ab;
/* 3102  */ }
/* 3103  */ .vc_color-chino.vc_message_box-solid {
/* 3104  */   color: #ffffff;
/* 3105  */   border-color: transparent;
/* 3106  */   background-color: #cec2ab;
/* 3107  */ }
/* 3108  */ .vc_color-chino.vc_message_box-solid .vc_message_box-icon {
/* 3109  */   color: #ffffff;
/* 3110  */ }
/* 3111  */ .vc_color-chino.vc_message_box-outline,
/* 3112  */ .vc_color-chino.vc_message_box-solid-icon {
/* 3113  */   color: #978258;
/* 3114  */   border-color: #cec2ab;
/* 3115  */   background-color: transparent;
/* 3116  */ }
/* 3117  */ .vc_color-chino.vc_message_box-outline .vc_message_box-icon,
/* 3118  */ .vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
/* 3119  */   color: #cec2ab;
/* 3120  */ }
/* 3121  */ .vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
/* 3122  */   color: #ffffff;
/* 3123  */   background-color: #cec2ab;
/* 3124  */ }
/* 3125  */ .vc_color-chino.vc_message_box-3d {
/* 3126  */   box-shadow: 0 5px 0 #d2c7b1;
/* 3127  */ }
/* 3128  */ .vc_color-mulled_wine.vc_message_box {
/* 3129  */   color: #1e1b22;
/* 3130  */   border-color: #d0ccd6;
/* 3131  */   background-color: #eae8ed;
/* 3132  */ }
/* 3133  */ .vc_color-mulled_wine.vc_message_box .vc_message_box-icon {
/* 3134  */   color: #50485b;
/* 3135  */ }
/* 3136  */ .vc_color-mulled_wine.vc_message_box-solid {
/* 3137  */   color: #ffffff;
/* 3138  */   border-color: transparent;
/* 3139  */   background-color: #50485b;
/* 3140  */ }
/* 3141  */ .vc_color-mulled_wine.vc_message_box-solid .vc_message_box-icon {
/* 3142  */   color: #ffffff;
/* 3143  */ }
/* 3144  */ .vc_color-mulled_wine.vc_message_box-outline,
/* 3145  */ .vc_color-mulled_wine.vc_message_box-solid-icon {
/* 3146  */   color: #1e1b22;
/* 3147  */   border-color: #50485b;
/* 3148  */   background-color: transparent;
/* 3149  */ }
/* 3150  */ .vc_color-mulled_wine.vc_message_box-outline .vc_message_box-icon,

/* js_composer.css */

/* 3151  */ .vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
/* 3152  */   color: #50485b;
/* 3153  */ }
/* 3154  */ .vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
/* 3155  */   color: #ffffff;
/* 3156  */   background-color: #50485b;
/* 3157  */ }
/* 3158  */ .vc_color-mulled_wine.vc_message_box-3d {
/* 3159  */   box-shadow: 0 5px 0 #b6afc0;
/* 3160  */ }
/* 3161  */ .vc_color-vista_blue.vc_message_box {
/* 3162  */   color: #3e8e5e;
/* 3163  */   border-color: #bcebcf;
/* 3164  */   background-color: #e3f7eb;
/* 3165  */ }
/* 3166  */ .vc_color-vista_blue.vc_message_box .vc_message_box-icon {
/* 3167  */   color: #75d69c;
/* 3168  */ }
/* 3169  */ .vc_color-vista_blue.vc_message_box-solid {
/* 3170  */   color: #ffffff;
/* 3171  */   border-color: transparent;
/* 3172  */   background-color: #75d69c;
/* 3173  */ }
/* 3174  */ .vc_color-vista_blue.vc_message_box-solid .vc_message_box-icon {
/* 3175  */   color: #ffffff;
/* 3176  */ }
/* 3177  */ .vc_color-vista_blue.vc_message_box-outline,
/* 3178  */ .vc_color-vista_blue.vc_message_box-solid-icon {
/* 3179  */   color: #3e8e5e;
/* 3180  */   border-color: #75d69c;
/* 3181  */   background-color: transparent;
/* 3182  */ }
/* 3183  */ .vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon,
/* 3184  */ .vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
/* 3185  */   color: #75d69c;
/* 3186  */ }
/* 3187  */ .vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
/* 3188  */   color: #ffffff;
/* 3189  */   background-color: #75d69c;
/* 3190  */ }
/* 3191  */ .vc_color-vista_blue.vc_message_box-3d {
/* 3192  */   box-shadow: 0 5px 0 #94dfb3;
/* 3193  */ }
/* 3194  */ .vc_color-orange.vc_message_box {
/* 3195  */   color: #c3811c;
/* 3196  */   border-color: #fbe1ba;
/* 3197  */   background-color: #fef6eb;
/* 3198  */ }
/* 3199  */ .vc_color-orange.vc_message_box .vc_message_box-icon {
/* 3200  */   color: #f7be68;

/* js_composer.css */

/* 3201  */ }
/* 3202  */ .vc_color-orange.vc_message_box-solid {
/* 3203  */   color: #ffffff;
/* 3204  */   border-color: transparent;
/* 3205  */   background-color: #f7be68;
/* 3206  */ }
/* 3207  */ .vc_color-orange.vc_message_box-solid .vc_message_box-icon {
/* 3208  */   color: #ffffff;
/* 3209  */ }
/* 3210  */ .vc_color-orange.vc_message_box-outline,
/* 3211  */ .vc_color-orange.vc_message_box-solid-icon {
/* 3212  */   color: #c3811c;
/* 3213  */   border-color: #f7be68;
/* 3214  */   background-color: transparent;
/* 3215  */ }
/* 3216  */ .vc_color-orange.vc_message_box-outline .vc_message_box-icon,
/* 3217  */ .vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
/* 3218  */   color: #f7be68;
/* 3219  */ }
/* 3220  */ .vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
/* 3221  */   color: #ffffff;
/* 3222  */   background-color: #f7be68;
/* 3223  */ }
/* 3224  */ .vc_color-orange.vc_message_box-3d {
/* 3225  */   box-shadow: 0 5px 0 #f9cd8a;
/* 3226  */ }
/* 3227  */ .vc_color-sky.vc_message_box {
/* 3228  */   color: #2a6194;
/* 3229  */   border-color: #bedaf4;
/* 3230  */   background-color: #eaf3fb;
/* 3231  */ }
/* 3232  */ .vc_color-sky.vc_message_box .vc_message_box-icon {
/* 3233  */   color: #5aa1e3;
/* 3234  */ }
/* 3235  */ .vc_color-sky.vc_message_box-solid {
/* 3236  */   color: #ffffff;
/* 3237  */   border-color: transparent;
/* 3238  */   background-color: #5aa1e3;
/* 3239  */ }
/* 3240  */ .vc_color-sky.vc_message_box-solid .vc_message_box-icon {
/* 3241  */   color: #ffffff;
/* 3242  */ }
/* 3243  */ .vc_color-sky.vc_message_box-outline,
/* 3244  */ .vc_color-sky.vc_message_box-solid-icon {
/* 3245  */   color: #2a6194;
/* 3246  */   border-color: #5aa1e3;
/* 3247  */   background-color: transparent;
/* 3248  */ }
/* 3249  */ .vc_color-sky.vc_message_box-outline .vc_message_box-icon,
/* 3250  */ .vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {

/* js_composer.css */

/* 3251  */   color: #5aa1e3;
/* 3252  */ }
/* 3253  */ .vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
/* 3254  */   color: #ffffff;
/* 3255  */   background-color: #5aa1e3;
/* 3256  */ }
/* 3257  */ .vc_color-sky.vc_message_box-3d {
/* 3258  */   box-shadow: 0 5px 0 #93c1ed;
/* 3259  */ }
/* 3260  */ .vc_color-green.vc_message_box {
/* 3261  */   color: #3e562b;
/* 3262  */   border-color: #c2e1a9;
/* 3263  */   background-color: #eaf5e2;
/* 3264  */ }
/* 3265  */ .vc_color-green.vc_message_box .vc_message_box-icon {
/* 3266  */   color: #6dab3c;
/* 3267  */ }
/* 3268  */ .vc_color-green.vc_message_box-solid {
/* 3269  */   color: #ffffff;
/* 3270  */   border-color: transparent;
/* 3271  */   background-color: #6dab3c;
/* 3272  */ }
/* 3273  */ .vc_color-green.vc_message_box-solid .vc_message_box-icon {
/* 3274  */   color: #ffffff;
/* 3275  */ }
/* 3276  */ .vc_color-green.vc_message_box-outline,
/* 3277  */ .vc_color-green.vc_message_box-solid-icon {
/* 3278  */   color: #3e562b;
/* 3279  */   border-color: #6dab3c;
/* 3280  */   background-color: transparent;
/* 3281  */ }
/* 3282  */ .vc_color-green.vc_message_box-outline .vc_message_box-icon,
/* 3283  */ .vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
/* 3284  */   color: #6dab3c;
/* 3285  */ }
/* 3286  */ .vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
/* 3287  */   color: #ffffff;
/* 3288  */   background-color: #6dab3c;
/* 3289  */ }
/* 3290  */ .vc_color-green.vc_message_box-3d {
/* 3291  */   box-shadow: 0 5px 0 #a7d484;
/* 3292  */ }
/* 3293  */ .vc_color-juicy_pink.vc_message_box {
/* 3294  */   color: #a3231f;
/* 3295  */   border-color: #fbc7c5;
/* 3296  */   background-color: #fef5f5;
/* 3297  */ }
/* 3298  */ .vc_color-juicy_pink.vc_message_box .vc_message_box-icon {
/* 3299  */   color: #f4524d;
/* 3300  */ }

/* js_composer.css */

/* 3301  */ .vc_color-juicy_pink.vc_message_box-solid {
/* 3302  */   color: #ffffff;
/* 3303  */   border-color: transparent;
/* 3304  */   background-color: #f4524d;
/* 3305  */ }
/* 3306  */ .vc_color-juicy_pink.vc_message_box-solid .vc_message_box-icon {
/* 3307  */   color: #ffffff;
/* 3308  */ }
/* 3309  */ .vc_color-juicy_pink.vc_message_box-outline,
/* 3310  */ .vc_color-juicy_pink.vc_message_box-solid-icon {
/* 3311  */   color: #a3231f;
/* 3312  */   border-color: #f4524d;
/* 3313  */   background-color: transparent;
/* 3314  */ }
/* 3315  */ .vc_color-juicy_pink.vc_message_box-outline .vc_message_box-icon,
/* 3316  */ .vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
/* 3317  */   color: #f4524d;
/* 3318  */ }
/* 3319  */ .vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
/* 3320  */   color: #ffffff;
/* 3321  */   background-color: #f4524d;
/* 3322  */ }
/* 3323  */ .vc_color-juicy_pink.vc_message_box-3d {
/* 3324  */   box-shadow: 0 5px 0 #f89895;
/* 3325  */ }
/* 3326  */ .vc_color-sandy_brown.vc_message_box {
/* 3327  */   color: #c3501c;
/* 3328  */   border-color: #fbceba;
/* 3329  */   background-color: #fef1eb;
/* 3330  */ }
/* 3331  */ .vc_color-sandy_brown.vc_message_box .vc_message_box-icon {
/* 3332  */   color: #f79468;
/* 3333  */ }
/* 3334  */ .vc_color-sandy_brown.vc_message_box-solid {
/* 3335  */   color: #ffffff;
/* 3336  */   border-color: transparent;
/* 3337  */   background-color: #f79468;
/* 3338  */ }
/* 3339  */ .vc_color-sandy_brown.vc_message_box-solid .vc_message_box-icon {
/* 3340  */   color: #ffffff;
/* 3341  */ }
/* 3342  */ .vc_color-sandy_brown.vc_message_box-outline,
/* 3343  */ .vc_color-sandy_brown.vc_message_box-solid-icon {
/* 3344  */   color: #c3501c;
/* 3345  */   border-color: #f79468;
/* 3346  */   background-color: transparent;
/* 3347  */ }
/* 3348  */ .vc_color-sandy_brown.vc_message_box-outline .vc_message_box-icon,
/* 3349  */ .vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
/* 3350  */   color: #f79468;

/* js_composer.css */

/* 3351  */ }
/* 3352  */ .vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
/* 3353  */   color: #ffffff;
/* 3354  */   background-color: #f79468;
/* 3355  */ }
/* 3356  */ .vc_color-sandy_brown.vc_message_box-3d {
/* 3357  */   box-shadow: 0 5px 0 #f9ac8a;
/* 3358  */ }
/* 3359  */ .vc_color-purple.vc_message_box {
/* 3360  */   color: #886389;
/* 3361  */   border-color: #e3cbe3;
/* 3362  */   background-color: #f5ecf5;
/* 3363  */ }
/* 3364  */ .vc_color-purple.vc_message_box .vc_message_box-icon {
/* 3365  */   color: #b97ebb;
/* 3366  */ }
/* 3367  */ .vc_color-purple.vc_message_box-solid {
/* 3368  */   color: #ffffff;
/* 3369  */   border-color: transparent;
/* 3370  */   background-color: #b97ebb;
/* 3371  */ }
/* 3372  */ .vc_color-purple.vc_message_box-solid .vc_message_box-icon {
/* 3373  */   color: #ffffff;
/* 3374  */ }
/* 3375  */ .vc_color-purple.vc_message_box-outline,
/* 3376  */ .vc_color-purple.vc_message_box-solid-icon {
/* 3377  */   color: #886389;
/* 3378  */   border-color: #b97ebb;
/* 3379  */   background-color: transparent;
/* 3380  */ }
/* 3381  */ .vc_color-purple.vc_message_box-outline .vc_message_box-icon,
/* 3382  */ .vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
/* 3383  */   color: #b97ebb;
/* 3384  */ }
/* 3385  */ .vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
/* 3386  */   color: #ffffff;
/* 3387  */   background-color: #b97ebb;
/* 3388  */ }
/* 3389  */ .vc_color-purple.vc_message_box-3d {
/* 3390  */   box-shadow: 0 5px 0 #d1a9d2;
/* 3391  */ }
/* 3392  */ .vc_color-black.vc_message_box {
/* 3393  */   color: #ffffff;
/* 3394  */   border-color: #2a2a2a;
/* 3395  */   background-color: #3c3c3c;
/* 3396  */ }
/* 3397  */ .vc_color-black.vc_message_box .vc_message_box-icon {
/* 3398  */   color: #2a2a2a;
/* 3399  */ }
/* 3400  */ .vc_color-black.vc_message_box-solid {

/* js_composer.css */

/* 3401  */   color: #ffffff;
/* 3402  */   border-color: transparent;
/* 3403  */   background-color: #2a2a2a;
/* 3404  */ }
/* 3405  */ .vc_color-black.vc_message_box-solid .vc_message_box-icon {
/* 3406  */   color: #ffffff;
/* 3407  */ }
/* 3408  */ .vc_color-black.vc_message_box-outline,
/* 3409  */ .vc_color-black.vc_message_box-solid-icon {
/* 3410  */   color: #ffffff;
/* 3411  */   border-color: #2a2a2a;
/* 3412  */   background-color: transparent;
/* 3413  */ }
/* 3414  */ .vc_color-black.vc_message_box-outline .vc_message_box-icon,
/* 3415  */ .vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
/* 3416  */   color: #2a2a2a;
/* 3417  */ }
/* 3418  */ .vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
/* 3419  */   color: #ffffff;
/* 3420  */   background-color: #2a2a2a;
/* 3421  */ }
/* 3422  */ .vc_color-black.vc_message_box-3d {
/* 3423  */   box-shadow: 0 5px 0 #101010;
/* 3424  */ }
/* 3425  */ .vc_color-grey.vc_message_box {
/* 3426  */   color: #858585;
/* 3427  */   border-color: #d2d2d2;
/* 3428  */   background-color: #ebebeb;
/* 3429  */ }
/* 3430  */ .vc_color-grey.vc_message_box .vc_message_box-icon {
/* 3431  */   color: #ebebeb;
/* 3432  */ }
/* 3433  */ .vc_color-grey.vc_message_box-solid {
/* 3434  */   color: #858585;
/* 3435  */   border-color: transparent;
/* 3436  */   background-color: #ebebeb;
/* 3437  */ }
/* 3438  */ .vc_color-grey.vc_message_box-solid .vc_message_box-icon {
/* 3439  */   color: #858585;
/* 3440  */ }
/* 3441  */ .vc_color-grey.vc_message_box-outline,
/* 3442  */ .vc_color-grey.vc_message_box-solid-icon {
/* 3443  */   color: #858585;
/* 3444  */   border-color: #ebebeb;
/* 3445  */   background-color: transparent;
/* 3446  */ }
/* 3447  */ .vc_color-grey.vc_message_box-outline .vc_message_box-icon,
/* 3448  */ .vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
/* 3449  */   color: #ebebeb;
/* 3450  */ }

/* js_composer.css */

/* 3451  */ .vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
/* 3452  */   color: #858585;
/* 3453  */   background-color: #ebebeb;
/* 3454  */ }
/* 3455  */ .vc_color-grey.vc_message_box-3d {
/* 3456  */   box-shadow: 0 5px 0 #b8b8b8;
/* 3457  */ }
/* 3458  */ .vc_color-white.vc_message_box {
/* 3459  */   color: #b3b3b3;
/* 3460  */   border-color: #e6e6e6;
/* 3461  */   background-color: #ffffff;
/* 3462  */ }
/* 3463  */ .vc_color-white.vc_message_box .vc_message_box-icon {
/* 3464  */   color: #ffffff;
/* 3465  */ }
/* 3466  */ .vc_color-white.vc_message_box-solid {
/* 3467  */   color: #b3b3b3;
/* 3468  */   border-color: transparent;
/* 3469  */   background-color: #ffffff;
/* 3470  */ }
/* 3471  */ .vc_color-white.vc_message_box-solid .vc_message_box-icon {
/* 3472  */   color: #b3b3b3;
/* 3473  */ }
/* 3474  */ .vc_color-white.vc_message_box-outline,
/* 3475  */ .vc_color-white.vc_message_box-solid-icon {
/* 3476  */   color: #b3b3b3;
/* 3477  */   border-color: #ffffff;
/* 3478  */   background-color: transparent;
/* 3479  */ }
/* 3480  */ .vc_color-white.vc_message_box-outline .vc_message_box-icon,
/* 3481  */ .vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
/* 3482  */   color: #ffffff;
/* 3483  */ }
/* 3484  */ .vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
/* 3485  */   color: #b3b3b3;
/* 3486  */   background-color: #ffffff;
/* 3487  */ }
/* 3488  */ .vc_color-white.vc_message_box-3d {
/* 3489  */   box-shadow: 0 5px 0 #cccccc;
/* 3490  */ }
/* 3491  */ .vc_color-info.vc_message_box {
/* 3492  */   color: #5e7f96;
/* 3493  */   border-color: #cfebfe;
/* 3494  */   background-color: #dff2fe;
/* 3495  */ }
/* 3496  */ .vc_color-info.vc_message_box .vc_message_box-icon {
/* 3497  */   color: #56b0ee;
/* 3498  */ }
/* 3499  */ .vc_color-info.vc_message_box-solid {
/* 3500  */   color: #ffffff;

/* js_composer.css */

/* 3501  */   border-color: transparent;
/* 3502  */   background-color: #56b0ee;
/* 3503  */ }
/* 3504  */ .vc_color-info.vc_message_box-solid .vc_message_box-icon {
/* 3505  */   color: #ffffff;
/* 3506  */ }
/* 3507  */ .vc_color-info.vc_message_box-outline,
/* 3508  */ .vc_color-info.vc_message_box-solid-icon {
/* 3509  */   color: #5e7f96;
/* 3510  */   border-color: #56b0ee;
/* 3511  */   background-color: transparent;
/* 3512  */ }
/* 3513  */ .vc_color-info.vc_message_box-outline .vc_message_box-icon,
/* 3514  */ .vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
/* 3515  */   color: #56b0ee;
/* 3516  */ }
/* 3517  */ .vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
/* 3518  */   color: #ffffff;
/* 3519  */   background-color: #56b0ee;
/* 3520  */ }
/* 3521  */ .vc_color-info.vc_message_box-3d {
/* 3522  */   box-shadow: 0 5px 0 #9dd6fd;
/* 3523  */ }
/* 3524  */ .vc_color-success.vc_message_box {
/* 3525  */   color: #5e7f96;
/* 3526  */   border-color: #cfebfe;
/* 3527  */   background-color: #e6fdf8;
/* 3528  */ }
/* 3529  */ .vc_color-success.vc_message_box .vc_message_box-icon {
/* 3530  */   color: #1bbc9b;
/* 3531  */ }
/* 3532  */ .vc_color-success.vc_message_box-solid {
/* 3533  */   color: #ffffff;
/* 3534  */   border-color: transparent;
/* 3535  */   background-color: #1bbc9b;
/* 3536  */ }
/* 3537  */ .vc_color-success.vc_message_box-solid .vc_message_box-icon {
/* 3538  */   color: #ffffff;
/* 3539  */ }
/* 3540  */ .vc_color-success.vc_message_box-outline,
/* 3541  */ .vc_color-success.vc_message_box-solid-icon {
/* 3542  */   color: #5e7f96;
/* 3543  */   border-color: #1bbc9b;
/* 3544  */   background-color: transparent;
/* 3545  */ }
/* 3546  */ .vc_color-success.vc_message_box-outline .vc_message_box-icon,
/* 3547  */ .vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
/* 3548  */   color: #1bbc9b;
/* 3549  */ }
/* 3550  */ .vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {

/* js_composer.css */

/* 3551  */   color: #ffffff;
/* 3552  */   background-color: #1bbc9b;
/* 3553  */ }
/* 3554  */ .vc_color-success.vc_message_box-3d {
/* 3555  */   box-shadow: 0 5px 0 #9dd6fd;
/* 3556  */ }
/* 3557  */ .vc_color-warning.vc_message_box {
/* 3558  */   color: #9d8967;
/* 3559  */   border-color: #ffeccc;
/* 3560  */   background-color: #fff4e2;
/* 3561  */ }
/* 3562  */ .vc_color-warning.vc_message_box .vc_message_box-icon {
/* 3563  */   color: #fcb53f;
/* 3564  */ }
/* 3565  */ .vc_color-warning.vc_message_box-solid {
/* 3566  */   color: #ffffff;
/* 3567  */   border-color: transparent;
/* 3568  */   background-color: #fcb53f;
/* 3569  */ }
/* 3570  */ .vc_color-warning.vc_message_box-solid .vc_message_box-icon {
/* 3571  */   color: #ffffff;
/* 3572  */ }
/* 3573  */ .vc_color-warning.vc_message_box-outline,
/* 3574  */ .vc_color-warning.vc_message_box-solid-icon {
/* 3575  */   color: #9d8967;
/* 3576  */   border-color: #fcb53f;
/* 3577  */   background-color: transparent;
/* 3578  */ }
/* 3579  */ .vc_color-warning.vc_message_box-outline .vc_message_box-icon,
/* 3580  */ .vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
/* 3581  */   color: #fcb53f;
/* 3582  */ }
/* 3583  */ .vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
/* 3584  */   color: #ffffff;
/* 3585  */   background-color: #fcb53f;
/* 3586  */ }
/* 3587  */ .vc_color-warning.vc_message_box-3d {
/* 3588  */   box-shadow: 0 5px 0 #ffd999;
/* 3589  */ }
/* 3590  */ .vc_color-danger.vc_message_box {
/* 3591  */   color: #a85959;
/* 3592  */   border-color: #fedede;
/* 3593  */   background-color: #fdeaea;
/* 3594  */ }
/* 3595  */ .vc_color-danger.vc_message_box .vc_message_box-icon {
/* 3596  */   color: #ff7877;
/* 3597  */ }
/* 3598  */ .vc_color-danger.vc_message_box-solid {
/* 3599  */   color: #ffffff;
/* 3600  */   border-color: transparent;

/* js_composer.css */

/* 3601  */   background-color: #ff7877;
/* 3602  */ }
/* 3603  */ .vc_color-danger.vc_message_box-solid .vc_message_box-icon {
/* 3604  */   color: #ffffff;
/* 3605  */ }
/* 3606  */ .vc_color-danger.vc_message_box-outline,
/* 3607  */ .vc_color-danger.vc_message_box-solid-icon {
/* 3608  */   color: #a85959;
/* 3609  */   border-color: #ff7877;
/* 3610  */   background-color: transparent;
/* 3611  */ }
/* 3612  */ .vc_color-danger.vc_message_box-outline .vc_message_box-icon,
/* 3613  */ .vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
/* 3614  */   color: #ff7877;
/* 3615  */ }
/* 3616  */ .vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
/* 3617  */   color: #ffffff;
/* 3618  */   background-color: #ff7877;
/* 3619  */ }
/* 3620  */ .vc_color-danger.vc_message_box-3d {
/* 3621  */   box-shadow: 0 5px 0 #fdacac;
/* 3622  */ }
/* 3623  */ .vc_color-alert-info.vc_message_box {
/* 3624  */   color: #31708f;
/* 3625  */   border-color: #bce8f1;
/* 3626  */   background-color: #d9edf7;
/* 3627  */ }
/* 3628  */ .vc_color-alert-info.vc_message_box .vc_message_box-icon {
/* 3629  */   color: #67cce0;
/* 3630  */ }
/* 3631  */ .vc_color-alert-info.vc_message_box-solid {
/* 3632  */   color: #ffffff;
/* 3633  */   border-color: transparent;
/* 3634  */   background-color: #67cce0;
/* 3635  */ }
/* 3636  */ .vc_color-alert-info.vc_message_box-solid .vc_message_box-icon {
/* 3637  */   color: #ffffff;
/* 3638  */ }
/* 3639  */ .vc_color-alert-info.vc_message_box-outline,
/* 3640  */ .vc_color-alert-info.vc_message_box-solid-icon {
/* 3641  */   color: #31708f;
/* 3642  */   border-color: #67cce0;
/* 3643  */   background-color: transparent;
/* 3644  */ }
/* 3645  */ .vc_color-alert-info.vc_message_box-outline .vc_message_box-icon,
/* 3646  */ .vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
/* 3647  */   color: #67cce0;
/* 3648  */ }
/* 3649  */ .vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
/* 3650  */   color: #ffffff;

/* js_composer.css */

/* 3651  */   background-color: #67cce0;
/* 3652  */ }
/* 3653  */ .vc_color-alert-info.vc_message_box-3d {
/* 3654  */   box-shadow: 0 5px 0 #91d9e8;
/* 3655  */ }
/* 3656  */ .vc_color-alert-success.vc_message_box {
/* 3657  */   color: #3c763d;
/* 3658  */   border-color: #d6e9c6;
/* 3659  */   background-color: #dff0d8;
/* 3660  */ }
/* 3661  */ .vc_color-alert-success.vc_message_box .vc_message_box-icon {
/* 3662  */   color: #9ad36a;
/* 3663  */ }
/* 3664  */ .vc_color-alert-success.vc_message_box-solid {
/* 3665  */   color: #ffffff;
/* 3666  */   border-color: transparent;
/* 3667  */   background-color: #9ad36a;
/* 3668  */ }
/* 3669  */ .vc_color-alert-success.vc_message_box-solid .vc_message_box-icon {
/* 3670  */   color: #ffffff;
/* 3671  */ }
/* 3672  */ .vc_color-alert-success.vc_message_box-outline,
/* 3673  */ .vc_color-alert-success.vc_message_box-solid-icon {
/* 3674  */   color: #3c763d;
/* 3675  */   border-color: #9ad36a;
/* 3676  */   background-color: transparent;
/* 3677  */ }
/* 3678  */ .vc_color-alert-success.vc_message_box-outline .vc_message_box-icon,
/* 3679  */ .vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
/* 3680  */   color: #9ad36a;
/* 3681  */ }
/* 3682  */ .vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
/* 3683  */   color: #ffffff;
/* 3684  */   background-color: #9ad36a;
/* 3685  */ }
/* 3686  */ .vc_color-alert-success.vc_message_box-3d {
/* 3687  */   box-shadow: 0 5px 0 #bbdba1;
/* 3688  */ }
/* 3689  */ .vc_color-alert-warning.vc_message_box {
/* 3690  */   color: #8a6d3b;
/* 3691  */   border-color: #faebcc;
/* 3692  */   background-color: #fcf8e3;
/* 3693  */ }
/* 3694  */ .vc_color-alert-warning.vc_message_box .vc_message_box-icon {
/* 3695  */   color: #f9cf79;
/* 3696  */ }
/* 3697  */ .vc_color-alert-warning.vc_message_box-solid {
/* 3698  */   color: #ffffff;
/* 3699  */   border-color: transparent;
/* 3700  */   background-color: #f9cf79;

/* js_composer.css */

/* 3701  */ }
/* 3702  */ .vc_color-alert-warning.vc_message_box-solid .vc_message_box-icon {
/* 3703  */   color: #ffffff;
/* 3704  */ }
/* 3705  */ .vc_color-alert-warning.vc_message_box-outline,
/* 3706  */ .vc_color-alert-warning.vc_message_box-solid-icon {
/* 3707  */   color: #8a6d3b;
/* 3708  */   border-color: #f9cf79;
/* 3709  */   background-color: transparent;
/* 3710  */ }
/* 3711  */ .vc_color-alert-warning.vc_message_box-outline .vc_message_box-icon,
/* 3712  */ .vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
/* 3713  */   color: #f9cf79;
/* 3714  */ }
/* 3715  */ .vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
/* 3716  */   color: #ffffff;
/* 3717  */   background-color: #f9cf79;
/* 3718  */ }
/* 3719  */ .vc_color-alert-warning.vc_message_box-3d {
/* 3720  */   box-shadow: 0 5px 0 #f5d89e;
/* 3721  */ }
/* 3722  */ .vc_color-alert-danger.vc_message_box {
/* 3723  */   color: #a94442;
/* 3724  */   border-color: #ebccd1;
/* 3725  */   background-color: #f2dede;
/* 3726  */ }
/* 3727  */ .vc_color-alert-danger.vc_message_box .vc_message_box-icon {
/* 3728  */   color: #ef8495;
/* 3729  */ }
/* 3730  */ .vc_color-alert-danger.vc_message_box-solid {
/* 3731  */   color: #ffffff;
/* 3732  */   border-color: transparent;
/* 3733  */   background-color: #ef8495;
/* 3734  */ }
/* 3735  */ .vc_color-alert-danger.vc_message_box-solid .vc_message_box-icon {
/* 3736  */   color: #ffffff;
/* 3737  */ }
/* 3738  */ .vc_color-alert-danger.vc_message_box-outline,
/* 3739  */ .vc_color-alert-danger.vc_message_box-solid-icon {
/* 3740  */   color: #a94442;
/* 3741  */   border-color: #ef8495;
/* 3742  */   background-color: transparent;
/* 3743  */ }
/* 3744  */ .vc_color-alert-danger.vc_message_box-outline .vc_message_box-icon,
/* 3745  */ .vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
/* 3746  */   color: #ef8495;
/* 3747  */ }
/* 3748  */ .vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
/* 3749  */   color: #ffffff;
/* 3750  */   background-color: #ef8495;

/* js_composer.css */

/* 3751  */ }
/* 3752  */ .vc_color-alert-danger.vc_message_box-3d {
/* 3753  */   box-shadow: 0 5px 0 #dca7b0;
/* 3754  */ }
/* 3755  */ .vc_color-black.vc_message_box .vc_message_box-icon {
/* 3756  */   color: #ffffff;
/* 3757  */ }
/* 3758  */ .vc_color-black.vc_message_box-outline,
/* 3759  */ .vc_color-black.vc_message_box-outline .vc_message_box-icon {
/* 3760  */   color: #2a2a2a;
/* 3761  */ }
/* 3762  */ .vc_color-black.vc_message_box-solid-icon {
/* 3763  */   color: #2a2a2a;
/* 3764  */ }
/* 3765  */ .vc_color-grey.vc_message_box .vc_message_box-icon {
/* 3766  */   color: #858585;
/* 3767  */ }
/* 3768  */ .vc_color-white.vc_message_box .vc_message_box-icon {
/* 3769  */   color: #b3b3b3;
/* 3770  */ }
/* 3771  */ .vc_color-white.vc_message_box-outline,
/* 3772  */ .vc_color-white.vc_message_box-outline .vc_message_box-icon {
/* 3773  */   color: #ffffff;
/* 3774  */ }
/* 3775  */ .vc_color-white.vc_message_box-solid-icon {
/* 3776  */   color: #ffffff;
/* 3777  */ }
/* 3778  */ .vc_message_box-outline,
/* 3779  */ .vc_message_box-solid-icon {
/* 3780  */   border-width: 2px;
/* 3781  */ }
/* 3782  */ .vc_message_box-solid-icon .vc_message_box-icon {
/* 3783  */   width: 3.25em;
/* 3784  */ }
/* 3785  */ .vc_message_box-rounded {
/* 3786  */   border-radius: 5px;
/* 3787  */ }
/* 3788  */ .vc_message_box-round {
/* 3789  */   border-radius: 4em;
/* 3790  */ }
/* 3791  */ /* 4. Separators
/* 3792  *| ---------------------------------------------------------- */
/* 3793  */ /***************** OLD CSS *****************/
/* 3794  */ /* Content elements margins
/* 3795  *| ---------------------------------------------------------- */
/* 3796  */ .wpb_alert p:last-child,
/* 3797  */ #content .wpb_alert p:last-child,
/* 3798  */ .wpb_text_column p:last-child,
/* 3799  */ .wpb_text_column *:last-child,
/* 3800  */ #content .wpb_text_column p:last-child,

/* js_composer.css */

/* 3801  */ #content .wpb_text_column *:last-child {
/* 3802  */   margin-bottom: 0;
/* 3803  */ }
/* 3804  */ .wpb_row,
/* 3805  */ .wpb_content_element,
/* 3806  */ ul.wpb_thumbnails-fluid > li,
/* 3807  */ .wpb_button {
/* 3808  */   margin-bottom: 35px;
/* 3809  */ }
/* 3810  */ .fb_like,
/* 3811  */ .twitter-share-button,
/* 3812  */ .entry-content .twitter-share-button,
/* 3813  */ .wpb_googleplus,
/* 3814  */ .wpb_pinterest,
/* 3815  */ .wpb_tab .wpb_content_element,
/* 3816  */ .wpb_accordion .wpb_content_element {
/* 3817  */   margin-bottom: 21.73913043px;
/* 3818  */ }
/* 3819  */ .wpb_column > .wpb_wrapper > *:last-child {
/* 3820  */   margin-bottom: 0;
/* 3821  */ }
/* 3822  */ .vc_row.vc_row-no-padding .wpb_column {
/* 3823  */   padding-left: 0;
/* 3824  */   padding-right: 0;
/* 3825  */ }
/* 3826  */ .vc_row[data-vc-full-width] {
/* 3827  */   -webkit-transition: opacity 0.5s ease;
/* 3828  */   -o-transition: opacity 0.5s ease;
/* 3829  */   transition: opacity 0.5s ease;
/* 3830  */ }
/* 3831  */ .vc_row[data-vc-full-width].vc_hidden {
/* 3832  */   opacity: 0;
/* 3833  */ }
/* 3834  */ /**
/* 3835  *|  * Parallax
/* 3836  *|  */
/* 3837  */ .vc_parallax {
/* 3838  */   position: relative;
/* 3839  */   overflow: hidden;
/* 3840  */ }
/* 3841  */ .vc_parallax > * {
/* 3842  */   position: relative;
/* 3843  */   z-index: 1;
/* 3844  */ }
/* 3845  */ .vc_parallax .vc_parallax-inner {
/* 3846  */   pointer-events: none;
/* 3847  */   position: absolute;
/* 3848  */   left: 0;
/* 3849  */   right: 0;
/* 3850  */   top: 0;

/* js_composer.css */

/* 3851  */   background-attachment: scroll;
/* 3852  */   background-color: transparent;
/* 3853  */   background-image: inherit;
/* 3854  */   background-size: cover;
/* 3855  */   z-index: 0;
/* 3856  */   background-position: 50% 0%;
/* 3857  */ }
/* 3858  */ .vc_parallax-inner iframe {
/* 3859  */   max-width: 1000%;
/* 3860  */ }
/* 3861  */ .vc_video-bg-container {
/* 3862  */   position: relative;
/* 3863  */ }
/* 3864  */ .vc_video-bg {
/* 3865  */   height: 100%;
/* 3866  */   overflow: hidden;
/* 3867  */   pointer-events: none;
/* 3868  */   position: absolute;
/* 3869  */   top: 0;
/* 3870  */   left: 0;
/* 3871  */   width: 100%;
/* 3872  */   z-index: 0;
/* 3873  */ }
/* 3874  */ .vc_video-bg iframe {
/* 3875  */   max-width: 1000%;
/* 3876  */ }
/* 3877  */ /**
/* 3878  *|  * Row styles
/* 3879  *|  */
/* 3880  */ .vc_row.vc_row-o-full-height {
/* 3881  */   min-height: 100vh;
/* 3882  */ }
/* 3883  */ .vc_row.vc_row-o-content-middle {
/* 3884  */   display: -webkit-box;
/* 3885  */   display: -webkit-flex;
/* 3886  */   display: -ms-flexbox;
/* 3887  */   display: flex;
/* 3888  */   -webkit-box-align: center;
/* 3889  */   -webkit-align-items: center;
/* 3890  */   -ms-flex-align: center;
/* 3891  */   align-items: center;
/* 3892  */   box-sizing: border-box;
/* 3893  */ }
/* 3894  */ .vc_row .vc_row-full-height-fixer {
/* 3895  */   content: '';
/* 3896  */   width: 0;
/* 3897  */   visibility: hidden;
/* 3898  */   float: left;
/* 3899  */ }
/* 3900  */ /* Facebook

/* js_composer.css */

/* 3901  *| ---------------------------------------------------------- */
/* 3902  */ .fb_type_standard {
/* 3903  */   height: 25px;
/* 3904  */ }
/* 3905  */ .fb_type_standard iframe {
/* 3906  */   height: 25px;
/* 3907  */ }
/* 3908  */ .fb_type_button_count {
/* 3909  */   height: 20px;
/* 3910  */ }
/* 3911  */ .fb_type_button_count iframe {
/* 3912  */   height: 20px;
/* 3913  */ }
/* 3914  */ .fb_type_box_count {
/* 3915  */   height: 62px;
/* 3916  */ }
/* 3917  */ .fb_type_box_count iframe {
/* 3918  */   height: 62px;
/* 3919  */ }
/* 3920  */ /* Google plus
/* 3921  *| ---------------------------------------------------------- */
/* 3922  */ .wpb_googleplus_type_standard {
/* 3923  */   height: 25px;
/* 3924  */ }
/* 3925  */ .wpb_googleplus_type_small {
/* 3926  */   height: 19px;
/* 3927  */ }
/* 3928  */ .wpb_googleplus_type_medium {
/* 3929  */   height: 21px;
/* 3930  */ }
/* 3931  */ .wpb_googleplus_type_tall {
/* 3932  */   height: 21px;
/* 3933  */ }
/* 3934  */ .wpb_googleplus_type_tall.vc_googleplus-annotation-bubble {
/* 3935  */   height: 62px;
/* 3936  */ }
/* 3937  */ /* Pinterest
/* 3938  *| ---------------------------------------------------------- */
/* 3939  */ .wpb_pinterest a {
/* 3940  */   border-bottom: 0;
/* 3941  */ }
/* 3942  */ .wpb_pinterest_type_horizontal {
/* 3943  */   height: 21px;
/* 3944  */ }
/* 3945  */ .wpb_pinterest_type_vertical {
/* 3946  */   box-sizing: content-box;
/* 3947  */   padding-top: 29px;
/* 3948  */   height: 21px;
/* 3949  */ }
/* 3950  */ .wpb_pinterest_type_none {

/* js_composer.css */

/* 3951  */   height: 21px;
/* 3952  */ }
/* 3953  */ /* Pinterest
/* 3954  *| ---------------------------------------------------------- */
/* 3955  */ iframe.twitter-share-button {
/* 3956  */   margin: 0;
/* 3957  */ }
/* 3958  */ .vc_toggle {
/* 3959  */   display: block;
/* 3960  */   margin: 0 0 21.73913043px 0;
/* 3961  */   padding: 0;
/* 3962  */   font-size: 1em;
/* 3963  */ }
/* 3964  */ .vc_toggle:last-of-type {
/* 3965  */   margin-bottom: 35px;
/* 3966  */ }
/* 3967  */ .vc_toggle_title {
/* 3968  */   cursor: pointer;
/* 3969  */   display: block;
/* 3970  */   margin: 0;
/* 3971  */   padding: 0;
/* 3972  */   position: relative;
/* 3973  */   -webkit-user-select: none;
/* 3974  */   -moz-user-select: none;
/* 3975  */   -ms-user-select: none;
/* 3976  */   user-select: none;
/* 3977  */   font-weight: normal;
/* 3978  */ }
/* 3979  */ .vc_toggle_title > h4 {
/* 3980  */   display: inline;
/* 3981  */ }
/* 3982  */ .vc_toggle_icon {
/* 3983  */   display: none;
/* 3984  */   position: relative;
/* 3985  */   vertical-align: middle;
/* 3986  */ }
/* 3987  */ .vc_toggle_content {
/* 3988  */   display: none;
/* 3989  */   margin-bottom: 21.73913043px;
/* 3990  */   margin-top: 1em;
/* 3991  */   overflow: hidden;
/* 3992  */   padding: 0;
/* 3993  */ }
/* 3994  */ .vc_toggle.vc_toggle_active > .vc_toggle_content {
/* 3995  */   display: block;
/* 3996  */ }
/* 3997  */ .vc_toggle_simple .vc_toggle_icon {
/* 3998  */   border: 0 solid transparent;
/* 3999  */   border-radius: 0;
/* 4000  */   display: inline-block;

/* js_composer.css */

/* 4001  */ }
/* 4002  */ .vc_toggle_simple .vc_toggle_icon::before,
/* 4003  */ .vc_toggle_simple .vc_toggle_icon::after {
/* 4004  */   content: '';
/* 4005  */   display: block;
/* 4006  */   left: 50%;
/* 4007  */   position: absolute;
/* 4008  */   top: 50%;
/* 4009  */   -webkit-box-sizing: border-box;
/* 4010  */   -moz-box-sizing: border-box;
/* 4011  */   box-sizing: border-box;
/* 4012  */   -webkit-transform: translate(-50%, -50%);
/* 4013  */   -ms-transform: translate(-50%, -50%);
/* 4014  */   -o-transform: translate(-50%, -50%);
/* 4015  */   transform: translate(-50%, -50%);
/* 4016  */ }
/* 4017  */ .vc_toggle_simple.vc_toggle_active .vc_toggle_icon::after {
/* 4018  */   visibility: hidden;
/* 4019  */ }
/* 4020  */ .vc_toggle_simple .vc_toggle_icon {
/* 4021  */   height: 22px;
/* 4022  */   width: 22px;
/* 4023  */ }
/* 4024  */ .vc_toggle_simple .vc_toggle_icon::before {
/* 4025  */   height: 2px;
/* 4026  */   width: 10px;
/* 4027  */ }
/* 4028  */ .vc_toggle_simple .vc_toggle_icon::after {
/* 4029  */   height: 10px;
/* 4030  */   width: 2px;
/* 4031  */ }
/* 4032  */ .vc_toggle_simple .vc_toggle_icon {
/* 4033  */   background-color: #2a2a2a;
/* 4034  */   border-color: transparent;
/* 4035  */ }
/* 4036  */ .vc_toggle_simple .vc_toggle_icon::before,
/* 4037  */ .vc_toggle_simple .vc_toggle_icon::after {
/* 4038  */   background-color: #ffffff;
/* 4039  */ }
/* 4040  */ .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 4041  */   background-color: transparent;
/* 4042  */   border-color: #2a2a2a;
/* 4043  */ }
/* 4044  */ .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4045  */ .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4046  */   background-color: #2a2a2a;
/* 4047  */ }
/* 4048  */ .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 4049  */   background-color: #444444;
/* 4050  */ }

/* js_composer.css */

/* 4051  */ .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4052  */ .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4053  */   background-color: #ffffff;
/* 4054  */ }
/* 4055  */ .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4056  */   background-color: transparent;
/* 4057  */   border-color: #444444;
/* 4058  */ }
/* 4059  */ .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4060  */ .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4061  */   background-color: #444444;
/* 4062  */ }
/* 4063  */ .vc_toggle_simple .vc_toggle_icon {
/* 4064  */   background-color: transparent;
/* 4065  */   border-color: transparent;
/* 4066  */ }
/* 4067  */ .vc_toggle_simple .vc_toggle_icon::before,
/* 4068  */ .vc_toggle_simple .vc_toggle_icon::after {
/* 4069  */   background-color: #2a2a2a;
/* 4070  */ }
/* 4071  */ .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 4072  */   background-color: transparent;
/* 4073  */   border-color: transparent;
/* 4074  */ }
/* 4075  */ .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4076  */ .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4077  */   background-color: transparent;
/* 4078  */ }
/* 4079  */ .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 4080  */   background-color: transparent;
/* 4081  */ }
/* 4082  */ .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4083  */ .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4084  */   background-color: #444444;
/* 4085  */ }
/* 4086  */ .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4087  */   background-color: transparent;
/* 4088  */   border-color: transparent;
/* 4089  */ }
/* 4090  */ .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4091  */ .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4092  */   background-color: transparent;
/* 4093  */ }
/* 4094  */ .vc_toggle_simple .vc_toggle_icon {
/* 4095  */   margin-left: 2px;
/* 4096  */ }
/* 4097  */ .vc_toggle_round .vc_toggle_icon {
/* 4098  */   border: 2px solid transparent;
/* 4099  */   border-radius: 50%;
/* 4100  */   display: inline-block;

/* js_composer.css */

/* 4101  */ }
/* 4102  */ .vc_toggle_round .vc_toggle_icon::before,
/* 4103  */ .vc_toggle_round .vc_toggle_icon::after {
/* 4104  */   content: '';
/* 4105  */   display: block;
/* 4106  */   left: 50%;
/* 4107  */   position: absolute;
/* 4108  */   top: 50%;
/* 4109  */   -webkit-box-sizing: border-box;
/* 4110  */   -moz-box-sizing: border-box;
/* 4111  */   box-sizing: border-box;
/* 4112  */   -webkit-transform: translate(-50%, -50%);
/* 4113  */   -ms-transform: translate(-50%, -50%);
/* 4114  */   -o-transform: translate(-50%, -50%);
/* 4115  */   transform: translate(-50%, -50%);
/* 4116  */ }
/* 4117  */ .vc_toggle_round.vc_toggle_active .vc_toggle_icon::after {
/* 4118  */   visibility: hidden;
/* 4119  */ }
/* 4120  */ .vc_toggle_round .vc_toggle_icon {
/* 4121  */   height: 22px;
/* 4122  */   width: 22px;
/* 4123  */ }
/* 4124  */ .vc_toggle_round .vc_toggle_icon::before {
/* 4125  */   height: 2px;
/* 4126  */   width: 10px;
/* 4127  */ }
/* 4128  */ .vc_toggle_round .vc_toggle_icon::after {
/* 4129  */   height: 10px;
/* 4130  */   width: 2px;
/* 4131  */ }
/* 4132  */ .vc_toggle_round .vc_toggle_icon {
/* 4133  */   background-color: #2a2a2a;
/* 4134  */   border-color: transparent;
/* 4135  */ }
/* 4136  */ .vc_toggle_round .vc_toggle_icon::before,
/* 4137  */ .vc_toggle_round .vc_toggle_icon::after {
/* 4138  */   background-color: #ffffff;
/* 4139  */ }
/* 4140  */ .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon {
/* 4141  */   background-color: transparent;
/* 4142  */   border-color: #2a2a2a;
/* 4143  */ }
/* 4144  */ .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4145  */ .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4146  */   background-color: #2a2a2a;
/* 4147  */ }
/* 4148  */ .vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon {
/* 4149  */   background-color: #444444;
/* 4150  */ }

/* js_composer.css */

/* 4151  */ .vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4152  */ .vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4153  */   background-color: #ffffff;
/* 4154  */ }
/* 4155  */ .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4156  */   background-color: transparent;
/* 4157  */   border-color: #444444;
/* 4158  */ }
/* 4159  */ .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4160  */ .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4161  */   background-color: #444444;
/* 4162  */ }
/* 4163  */ .vc_toggle_rounded .vc_toggle_icon {
/* 4164  */   border: 2px solid transparent;
/* 4165  */   border-radius: 20%;
/* 4166  */   display: inline-block;
/* 4167  */ }
/* 4168  */ .vc_toggle_rounded .vc_toggle_icon::before,
/* 4169  */ .vc_toggle_rounded .vc_toggle_icon::after {
/* 4170  */   content: '';
/* 4171  */   display: block;
/* 4172  */   left: 50%;
/* 4173  */   position: absolute;
/* 4174  */   top: 50%;
/* 4175  */   -webkit-box-sizing: border-box;
/* 4176  */   -moz-box-sizing: border-box;
/* 4177  */   box-sizing: border-box;
/* 4178  */   -webkit-transform: translate(-50%, -50%);
/* 4179  */   -ms-transform: translate(-50%, -50%);
/* 4180  */   -o-transform: translate(-50%, -50%);
/* 4181  */   transform: translate(-50%, -50%);
/* 4182  */ }
/* 4183  */ .vc_toggle_rounded.vc_toggle_active .vc_toggle_icon::after {
/* 4184  */   visibility: hidden;
/* 4185  */ }
/* 4186  */ .vc_toggle_rounded .vc_toggle_icon {
/* 4187  */   height: 22px;
/* 4188  */   width: 22px;
/* 4189  */ }
/* 4190  */ .vc_toggle_rounded .vc_toggle_icon::before {
/* 4191  */   height: 2px;
/* 4192  */   width: 10px;
/* 4193  */ }
/* 4194  */ .vc_toggle_rounded .vc_toggle_icon::after {
/* 4195  */   height: 10px;
/* 4196  */   width: 2px;
/* 4197  */ }
/* 4198  */ .vc_toggle_rounded .vc_toggle_icon {
/* 4199  */   background-color: #2a2a2a;
/* 4200  */   border-color: transparent;

/* js_composer.css */

/* 4201  */ }
/* 4202  */ .vc_toggle_rounded .vc_toggle_icon::before,
/* 4203  */ .vc_toggle_rounded .vc_toggle_icon::after {
/* 4204  */   background-color: #ffffff;
/* 4205  */ }
/* 4206  */ .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon {
/* 4207  */   background-color: transparent;
/* 4208  */   border-color: #2a2a2a;
/* 4209  */ }
/* 4210  */ .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4211  */ .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4212  */   background-color: #2a2a2a;
/* 4213  */ }
/* 4214  */ .vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon {
/* 4215  */   background-color: #444444;
/* 4216  */ }
/* 4217  */ .vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4218  */ .vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4219  */   background-color: #ffffff;
/* 4220  */ }
/* 4221  */ .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4222  */   background-color: transparent;
/* 4223  */   border-color: #444444;
/* 4224  */ }
/* 4225  */ .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4226  */ .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4227  */   background-color: #444444;
/* 4228  */ }
/* 4229  */ .vc_toggle_square .vc_toggle_icon {
/* 4230  */   border: 2px solid transparent;
/* 4231  */   border-radius: 0;
/* 4232  */   display: inline-block;
/* 4233  */ }
/* 4234  */ .vc_toggle_square .vc_toggle_icon::before,
/* 4235  */ .vc_toggle_square .vc_toggle_icon::after {
/* 4236  */   content: '';
/* 4237  */   display: block;
/* 4238  */   left: 50%;
/* 4239  */   position: absolute;
/* 4240  */   top: 50%;
/* 4241  */   -webkit-box-sizing: border-box;
/* 4242  */   -moz-box-sizing: border-box;
/* 4243  */   box-sizing: border-box;
/* 4244  */   -webkit-transform: translate(-50%, -50%);
/* 4245  */   -ms-transform: translate(-50%, -50%);
/* 4246  */   -o-transform: translate(-50%, -50%);
/* 4247  */   transform: translate(-50%, -50%);
/* 4248  */ }
/* 4249  */ .vc_toggle_square.vc_toggle_active .vc_toggle_icon::after {
/* 4250  */   visibility: hidden;

/* js_composer.css */

/* 4251  */ }
/* 4252  */ .vc_toggle_square .vc_toggle_icon {
/* 4253  */   height: 22px;
/* 4254  */   width: 22px;
/* 4255  */ }
/* 4256  */ .vc_toggle_square .vc_toggle_icon::before {
/* 4257  */   height: 2px;
/* 4258  */   width: 10px;
/* 4259  */ }
/* 4260  */ .vc_toggle_square .vc_toggle_icon::after {
/* 4261  */   height: 10px;
/* 4262  */   width: 2px;
/* 4263  */ }
/* 4264  */ .vc_toggle_square .vc_toggle_icon {
/* 4265  */   background-color: #2a2a2a;
/* 4266  */   border-color: transparent;
/* 4267  */ }
/* 4268  */ .vc_toggle_square .vc_toggle_icon::before,
/* 4269  */ .vc_toggle_square .vc_toggle_icon::after {
/* 4270  */   background-color: #ffffff;
/* 4271  */ }
/* 4272  */ .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon {
/* 4273  */   background-color: transparent;
/* 4274  */   border-color: #2a2a2a;
/* 4275  */ }
/* 4276  */ .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4277  */ .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4278  */   background-color: #2a2a2a;
/* 4279  */ }
/* 4280  */ .vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon {
/* 4281  */   background-color: #444444;
/* 4282  */ }
/* 4283  */ .vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4284  */ .vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4285  */   background-color: #ffffff;
/* 4286  */ }
/* 4287  */ .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4288  */   background-color: transparent;
/* 4289  */   border-color: #444444;
/* 4290  */ }
/* 4291  */ .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4292  */ .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4293  */   background-color: #444444;
/* 4294  */ }
/* 4295  */ .vc_toggle_text_only .vc_toggle_icon {
/* 4296  */   display: none;
/* 4297  */ }
/* 4298  */ .vc_toggle_arrow .vc_toggle_icon {
/* 4299  */   display: inline-block;
/* 4300  */ }

/* js_composer.css */

/* 4301  */ .vc_toggle_arrow .vc_toggle_icon::before,
/* 4302  */ .vc_toggle_arrow .vc_toggle_icon::after {
/* 4303  */   content: '';
/* 4304  */   border-style: solid;
/* 4305  */   display: block;
/* 4306  */   left: 50%;
/* 4307  */   position: absolute;
/* 4308  */   top: 50%;
/* 4309  */   -webkit-box-sizing: border-box;
/* 4310  */   -moz-box-sizing: border-box;
/* 4311  */   box-sizing: border-box;
/* 4312  */   -webkit-transform: rotate(45deg);
/* 4313  */   -moz-transform: rotate(45deg);
/* 4314  */   -ms-transform: rotate(45deg);
/* 4315  */   -o-transform: rotate(45deg);
/* 4316  */   transform: rotate(45deg);
/* 4317  */ }
/* 4318  */ .vc_toggle_arrow .vc_toggle_icon::before {
/* 4319  */   border-left: none;
/* 4320  */   border-top: none;
/* 4321  */ }
/* 4322  */ .vc_toggle_arrow .vc_toggle_icon::after {
/* 4323  */   border-right: none;
/* 4324  */   border-bottom: none;
/* 4325  */   visibility: hidden;
/* 4326  */ }
/* 4327  */ .vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::before {
/* 4328  */   visibility: hidden;
/* 4329  */ }
/* 4330  */ .vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::after {
/* 4331  */   visibility: visible;
/* 4332  */ }
/* 4333  */ .vc_toggle.vc_toggle_arrow .vc_toggle_icon {
/* 4334  */   height: 22px;
/* 4335  */   width: 22px;
/* 4336  */ }
/* 4337  */ .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before,
/* 4338  */ .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
/* 4339  */   border-width: 2px;
/* 4340  */   height: 10px;
/* 4341  */   margin-left: -5px;
/* 4342  */   width: 10px;
/* 4343  */ }
/* 4344  */ .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
/* 4345  */   margin-top: -10px;
/* 4346  */ }
/* 4347  */ .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
/* 4348  */   margin-top: -5px;
/* 4349  */ }
/* 4350  */ .vc_toggle.vc_toggle_arrow .vc_toggle_icon {

/* js_composer.css */

/* 4351  */   background: transparent;
/* 4352  */ }
/* 4353  */ .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before,
/* 4354  */ .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
/* 4355  */   border-color: #2a2a2a;
/* 4356  */   background: transparent;
/* 4357  */ }
/* 4358  */ .vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 4359  */   background: transparent;
/* 4360  */ }
/* 4361  */ .vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4362  */ .vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4363  */   border-color: #444444;
/* 4364  */   background: transparent;
/* 4365  */ }
/* 4366  */ .vc_toggle_default .vc_toggle_icon {
/* 4367  */   background: #bababa;
/* 4368  */   border: 1px solid #acacac;
/* 4369  */   -webkit-box-sizing: border-box;
/* 4370  */   -moz-box-sizing: border-box;
/* 4371  */   box-sizing: border-box;
/* 4372  */   -webkit-transform: translate(0, -50%);
/* 4373  */   -ms-transform: translate(0, -50%);
/* 4374  */   -o-transform: translate(0, -50%);
/* 4375  */   transform: translate(0, -50%);
/* 4376  */ }
/* 4377  */ .vc_toggle_default .vc_toggle_icon::before,
/* 4378  */ .vc_toggle_default .vc_toggle_icon::after {
/* 4379  */   content: '';
/* 4380  */   display: block;
/* 4381  */   left: 50%;
/* 4382  */   position: absolute;
/* 4383  */   top: 50%;
/* 4384  */   -webkit-box-sizing: border-box;
/* 4385  */   -moz-box-sizing: border-box;
/* 4386  */   box-sizing: border-box;
/* 4387  */   -webkit-transform: translate(-50%, -50%);
/* 4388  */   -ms-transform: translate(-50%, -50%);
/* 4389  */   -o-transform: translate(-50%, -50%);
/* 4390  */   transform: translate(-50%, -50%);
/* 4391  */   background: #bababa;
/* 4392  */ }
/* 4393  */ .vc_toggle_default .vc_toggle_icon::before {
/* 4394  */   border: 1px solid #acacac;
/* 4395  */ }
/* 4396  */ .vc_toggle_default.vc_toggle_active .vc_toggle_icon::before,
/* 4397  */ .vc_toggle_default.vc_toggle_active .vc_toggle_icon::after {
/* 4398  */   visibility: hidden;
/* 4399  */ }
/* 4400  */ .vc_toggle.vc_toggle_default .vc_toggle_icon {

/* js_composer.css */

/* 4401  */   display: inline-block;
/* 4402  */   width: 10px;
/* 4403  */   margin-left: 5px;
/* 4404  */   height: 4px;
/* 4405  */ }
/* 4406  */ .vc_toggle.vc_toggle_default .vc_toggle_icon::before {
/* 4407  */   height: 10px;
/* 4408  */   width: 4px;
/* 4409  */ }
/* 4410  */ .vc_toggle.vc_toggle_default .vc_toggle_icon::after {
/* 4411  */   width: 8px;
/* 4412  */   height: 2px;
/* 4413  */ }
/* 4414  */ .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon {
/* 4415  */   background-color: transparent;
/* 4416  */   border-color: transparent;
/* 4417  */ }
/* 4418  */ .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::before,
/* 4419  */ .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::after {
/* 4420  */   background-color: #5472d2;
/* 4421  */ }
/* 4422  */ .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 4423  */   background-color: transparent;
/* 4424  */   border-color: transparent;
/* 4425  */ }
/* 4426  */ .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4427  */ .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4428  */   background-color: transparent;
/* 4429  */ }
/* 4430  */ .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 4431  */   background-color: transparent;
/* 4432  */ }
/* 4433  */ .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4434  */ .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4435  */   background-color: #7c93dd;
/* 4436  */ }
/* 4437  */ .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4438  */   background-color: transparent;
/* 4439  */   border-color: transparent;
/* 4440  */ }
/* 4441  */ .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4442  */ .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4443  */   background-color: transparent;
/* 4444  */ }
/* 4445  */ .vc_toggle_color_blue .vc_toggle_icon {
/* 4446  */   background-color: #5472d2;
/* 4447  */   border-color: transparent;
/* 4448  */ }
/* 4449  */ .vc_toggle_color_blue .vc_toggle_icon::before,
/* 4450  */ .vc_toggle_color_blue .vc_toggle_icon::after {

/* js_composer.css */

/* 4451  */   background-color: #ffffff;
/* 4452  */ }
/* 4453  */ .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon {
/* 4454  */   background-color: transparent;
/* 4455  */   border-color: #5472d2;
/* 4456  */ }
/* 4457  */ .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4458  */ .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4459  */   background-color: #5472d2;
/* 4460  */ }
/* 4461  */ .vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon {
/* 4462  */   background-color: #7c93dd;
/* 4463  */ }
/* 4464  */ .vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4465  */ .vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4466  */   background-color: #ffffff;
/* 4467  */ }
/* 4468  */ .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4469  */   background-color: transparent;
/* 4470  */   border-color: #7c93dd;
/* 4471  */ }
/* 4472  */ .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4473  */ .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4474  */   background-color: #7c93dd;
/* 4475  */ }
/* 4476  */ .vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon {
/* 4477  */   background: #5472d2;
/* 4478  */   border-color: #3354c0;
/* 4479  */ }
/* 4480  */ .vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::before {
/* 4481  */   border-color: #3354c0;
/* 4482  */   background: #5472d2;
/* 4483  */ }
/* 4484  */ .vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::after {
/* 4485  */   background: #5472d2;
/* 4486  */ }
/* 4487  */ .vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 4488  */   background: #7c93dd;
/* 4489  */   border-color: #5472d2;
/* 4490  */ }
/* 4491  */ .vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 4492  */   border-color: #5472d2;
/* 4493  */   background: #7c93dd;
/* 4494  */ }
/* 4495  */ .vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4496  */   background: #7c93dd;
/* 4497  */ }
/* 4498  */ .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon {
/* 4499  */   background: transparent;
/* 4500  */ }

/* js_composer.css */

/* 4501  */ .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::before,
/* 4502  */ .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::after {
/* 4503  */   border-color: #5472d2;
/* 4504  */   background: transparent;
/* 4505  */ }
/* 4506  */ .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 4507  */   background: transparent;
/* 4508  */ }
/* 4509  */ .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4510  */ .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4511  */   border-color: #7c93dd;
/* 4512  */   background: transparent;
/* 4513  */ }
/* 4514  */ .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon {
/* 4515  */   background-color: transparent;
/* 4516  */   border-color: transparent;
/* 4517  */ }
/* 4518  */ .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::before,
/* 4519  */ .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::after {
/* 4520  */   background-color: #00c1cf;
/* 4521  */ }
/* 4522  */ .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 4523  */   background-color: transparent;
/* 4524  */   border-color: transparent;
/* 4525  */ }
/* 4526  */ .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4527  */ .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4528  */   background-color: transparent;
/* 4529  */ }
/* 4530  */ .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 4531  */   background-color: transparent;
/* 4532  */ }
/* 4533  */ .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4534  */ .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4535  */   background-color: #00919c;
/* 4536  */ }
/* 4537  */ .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4538  */   background-color: transparent;
/* 4539  */   border-color: transparent;
/* 4540  */ }
/* 4541  */ .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4542  */ .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4543  */   background-color: transparent;
/* 4544  */ }
/* 4545  */ .vc_toggle_color_turquoise .vc_toggle_icon {
/* 4546  */   background-color: #00c1cf;
/* 4547  */   border-color: transparent;
/* 4548  */ }
/* 4549  */ .vc_toggle_color_turquoise .vc_toggle_icon::before,
/* 4550  */ .vc_toggle_color_turquoise .vc_toggle_icon::after {

/* js_composer.css */

/* 4551  */   background-color: #ffffff;
/* 4552  */ }
/* 4553  */ .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon {
/* 4554  */   background-color: transparent;
/* 4555  */   border-color: #00c1cf;
/* 4556  */ }
/* 4557  */ .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4558  */ .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4559  */   background-color: #00c1cf;
/* 4560  */ }
/* 4561  */ .vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon {
/* 4562  */   background-color: #00919c;
/* 4563  */ }
/* 4564  */ .vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4565  */ .vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4566  */   background-color: #ffffff;
/* 4567  */ }
/* 4568  */ .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4569  */   background-color: transparent;
/* 4570  */   border-color: #00919c;
/* 4571  */ }
/* 4572  */ .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4573  */ .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4574  */   background-color: #00919c;
/* 4575  */ }
/* 4576  */ .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon {
/* 4577  */   background: #00c1cf;
/* 4578  */   border-color: #00919c;
/* 4579  */ }
/* 4580  */ .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::before {
/* 4581  */   border-color: #00919c;
/* 4582  */   background: #00c1cf;
/* 4583  */ }
/* 4584  */ .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::after {
/* 4585  */   background: #00c1cf;
/* 4586  */ }
/* 4587  */ .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 4588  */   background: #00919c;
/* 4589  */   border-color: #006269;
/* 4590  */ }
/* 4591  */ .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 4592  */   border-color: #006269;
/* 4593  */   background: #00919c;
/* 4594  */ }
/* 4595  */ .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4596  */   background: #00919c;
/* 4597  */ }
/* 4598  */ .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon {
/* 4599  */   background: transparent;
/* 4600  */ }

/* js_composer.css */

/* 4601  */ .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::before,
/* 4602  */ .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::after {
/* 4603  */   border-color: #00c1cf;
/* 4604  */   background: transparent;
/* 4605  */ }
/* 4606  */ .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 4607  */   background: transparent;
/* 4608  */ }
/* 4609  */ .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4610  */ .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4611  */   border-color: #00919c;
/* 4612  */   background: transparent;
/* 4613  */ }
/* 4614  */ .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon {
/* 4615  */   background-color: transparent;
/* 4616  */   border-color: transparent;
/* 4617  */ }
/* 4618  */ .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::before,
/* 4619  */ .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::after {
/* 4620  */   background-color: #fe6c61;
/* 4621  */ }
/* 4622  */ .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 4623  */   background-color: transparent;
/* 4624  */   border-color: transparent;
/* 4625  */ }
/* 4626  */ .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4627  */ .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4628  */   background-color: transparent;
/* 4629  */ }
/* 4630  */ .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 4631  */   background-color: transparent;
/* 4632  */ }
/* 4633  */ .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4634  */ .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4635  */   background-color: #fe9b94;
/* 4636  */ }
/* 4637  */ .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4638  */   background-color: transparent;
/* 4639  */   border-color: transparent;
/* 4640  */ }
/* 4641  */ .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4642  */ .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4643  */   background-color: transparent;
/* 4644  */ }
/* 4645  */ .vc_toggle_color_pink .vc_toggle_icon {
/* 4646  */   background-color: #fe6c61;
/* 4647  */   border-color: transparent;
/* 4648  */ }
/* 4649  */ .vc_toggle_color_pink .vc_toggle_icon::before,
/* 4650  */ .vc_toggle_color_pink .vc_toggle_icon::after {

/* js_composer.css */

/* 4651  */   background-color: #ffffff;
/* 4652  */ }
/* 4653  */ .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon {
/* 4654  */   background-color: transparent;
/* 4655  */   border-color: #fe6c61;
/* 4656  */ }
/* 4657  */ .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4658  */ .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4659  */   background-color: #fe6c61;
/* 4660  */ }
/* 4661  */ .vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon {
/* 4662  */   background-color: #fe9b94;
/* 4663  */ }
/* 4664  */ .vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4665  */ .vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4666  */   background-color: #ffffff;
/* 4667  */ }
/* 4668  */ .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4669  */   background-color: transparent;
/* 4670  */   border-color: #fe9b94;
/* 4671  */ }
/* 4672  */ .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4673  */ .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4674  */   background-color: #fe9b94;
/* 4675  */ }
/* 4676  */ .vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon {
/* 4677  */   background: #fe6c61;
/* 4678  */   border-color: #fe3d2e;
/* 4679  */ }
/* 4680  */ .vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::before {
/* 4681  */   border-color: #fe3d2e;
/* 4682  */   background: #fe6c61;
/* 4683  */ }
/* 4684  */ .vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::after {
/* 4685  */   background: #fe6c61;
/* 4686  */ }
/* 4687  */ .vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 4688  */   background: #fe9b94;
/* 4689  */   border-color: #fe6c61;
/* 4690  */ }
/* 4691  */ .vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 4692  */   border-color: #fe6c61;
/* 4693  */   background: #fe9b94;
/* 4694  */ }
/* 4695  */ .vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4696  */   background: #fe9b94;
/* 4697  */ }
/* 4698  */ .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon {
/* 4699  */   background: transparent;
/* 4700  */ }

/* js_composer.css */

/* 4701  */ .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::before,
/* 4702  */ .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::after {
/* 4703  */   border-color: #fe6c61;
/* 4704  */   background: transparent;
/* 4705  */ }
/* 4706  */ .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 4707  */   background: transparent;
/* 4708  */ }
/* 4709  */ .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4710  */ .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4711  */   border-color: #fe9b94;
/* 4712  */   background: transparent;
/* 4713  */ }
/* 4714  */ .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon {
/* 4715  */   background-color: transparent;
/* 4716  */   border-color: transparent;
/* 4717  */ }
/* 4718  */ .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::before,
/* 4719  */ .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::after {
/* 4720  */   background-color: #8d6dc4;
/* 4721  */ }
/* 4722  */ .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 4723  */   background-color: transparent;
/* 4724  */   border-color: transparent;
/* 4725  */ }
/* 4726  */ .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4727  */ .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4728  */   background-color: transparent;
/* 4729  */ }
/* 4730  */ .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 4731  */   background-color: transparent;
/* 4732  */ }
/* 4733  */ .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4734  */ .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4735  */   background-color: #a991d3;
/* 4736  */ }
/* 4737  */ .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4738  */   background-color: transparent;
/* 4739  */   border-color: transparent;
/* 4740  */ }
/* 4741  */ .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4742  */ .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4743  */   background-color: transparent;
/* 4744  */ }
/* 4745  */ .vc_toggle_color_violet .vc_toggle_icon {
/* 4746  */   background-color: #8d6dc4;
/* 4747  */   border-color: transparent;
/* 4748  */ }
/* 4749  */ .vc_toggle_color_violet .vc_toggle_icon::before,
/* 4750  */ .vc_toggle_color_violet .vc_toggle_icon::after {

/* js_composer.css */

/* 4751  */   background-color: #ffffff;
/* 4752  */ }
/* 4753  */ .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon {
/* 4754  */   background-color: transparent;
/* 4755  */   border-color: #8d6dc4;
/* 4756  */ }
/* 4757  */ .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4758  */ .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4759  */   background-color: #8d6dc4;
/* 4760  */ }
/* 4761  */ .vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon {
/* 4762  */   background-color: #a991d3;
/* 4763  */ }
/* 4764  */ .vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4765  */ .vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4766  */   background-color: #ffffff;
/* 4767  */ }
/* 4768  */ .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4769  */   background-color: transparent;
/* 4770  */   border-color: #a991d3;
/* 4771  */ }
/* 4772  */ .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4773  */ .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4774  */   background-color: #a991d3;
/* 4775  */ }
/* 4776  */ .vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon {
/* 4777  */   background: #8d6dc4;
/* 4778  */   border-color: #7149b5;
/* 4779  */ }
/* 4780  */ .vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::before {
/* 4781  */   border-color: #7149b5;
/* 4782  */   background: #8d6dc4;
/* 4783  */ }
/* 4784  */ .vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::after {
/* 4785  */   background: #8d6dc4;
/* 4786  */ }
/* 4787  */ .vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 4788  */   background: #a991d3;
/* 4789  */   border-color: #8d6dc4;
/* 4790  */ }
/* 4791  */ .vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 4792  */   border-color: #8d6dc4;
/* 4793  */   background: #a991d3;
/* 4794  */ }
/* 4795  */ .vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4796  */   background: #a991d3;
/* 4797  */ }
/* 4798  */ .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon {
/* 4799  */   background: transparent;
/* 4800  */ }

/* js_composer.css */

/* 4801  */ .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::before,
/* 4802  */ .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::after {
/* 4803  */   border-color: #8d6dc4;
/* 4804  */   background: transparent;
/* 4805  */ }
/* 4806  */ .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 4807  */   background: transparent;
/* 4808  */ }
/* 4809  */ .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4810  */ .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4811  */   border-color: #a991d3;
/* 4812  */   background: transparent;
/* 4813  */ }
/* 4814  */ .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon {
/* 4815  */   background-color: transparent;
/* 4816  */   border-color: transparent;
/* 4817  */ }
/* 4818  */ .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::before,
/* 4819  */ .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::after {
/* 4820  */   background-color: #4cadc9;
/* 4821  */ }
/* 4822  */ .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 4823  */   background-color: transparent;
/* 4824  */   border-color: transparent;
/* 4825  */ }
/* 4826  */ .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4827  */ .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4828  */   background-color: transparent;
/* 4829  */ }
/* 4830  */ .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 4831  */   background-color: transparent;
/* 4832  */ }
/* 4833  */ .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4834  */ .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4835  */   background-color: #73bfd5;
/* 4836  */ }
/* 4837  */ .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4838  */   background-color: transparent;
/* 4839  */   border-color: transparent;
/* 4840  */ }
/* 4841  */ .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4842  */ .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4843  */   background-color: transparent;
/* 4844  */ }
/* 4845  */ .vc_toggle_color_peacoc .vc_toggle_icon {
/* 4846  */   background-color: #4cadc9;
/* 4847  */   border-color: transparent;
/* 4848  */ }
/* 4849  */ .vc_toggle_color_peacoc .vc_toggle_icon::before,
/* 4850  */ .vc_toggle_color_peacoc .vc_toggle_icon::after {

/* js_composer.css */

/* 4851  */   background-color: #ffffff;
/* 4852  */ }
/* 4853  */ .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon {
/* 4854  */   background-color: transparent;
/* 4855  */   border-color: #4cadc9;
/* 4856  */ }
/* 4857  */ .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4858  */ .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4859  */   background-color: #4cadc9;
/* 4860  */ }
/* 4861  */ .vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon {
/* 4862  */   background-color: #73bfd5;
/* 4863  */ }
/* 4864  */ .vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4865  */ .vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4866  */   background-color: #ffffff;
/* 4867  */ }
/* 4868  */ .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4869  */   background-color: transparent;
/* 4870  */   border-color: #73bfd5;
/* 4871  */ }
/* 4872  */ .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4873  */ .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4874  */   background-color: #73bfd5;
/* 4875  */ }
/* 4876  */ .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon {
/* 4877  */   background: #4cadc9;
/* 4878  */   border-color: #3492ae;
/* 4879  */ }
/* 4880  */ .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::before {
/* 4881  */   border-color: #3492ae;
/* 4882  */   background: #4cadc9;
/* 4883  */ }
/* 4884  */ .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::after {
/* 4885  */   background: #4cadc9;
/* 4886  */ }
/* 4887  */ .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 4888  */   background: #73bfd5;
/* 4889  */   border-color: #4cadc9;
/* 4890  */ }
/* 4891  */ .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 4892  */   border-color: #4cadc9;
/* 4893  */   background: #73bfd5;
/* 4894  */ }
/* 4895  */ .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4896  */   background: #73bfd5;
/* 4897  */ }
/* 4898  */ .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon {
/* 4899  */   background: transparent;
/* 4900  */ }

/* js_composer.css */

/* 4901  */ .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::before,
/* 4902  */ .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::after {
/* 4903  */   border-color: #4cadc9;
/* 4904  */   background: transparent;
/* 4905  */ }
/* 4906  */ .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 4907  */   background: transparent;
/* 4908  */ }
/* 4909  */ .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4910  */ .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4911  */   border-color: #73bfd5;
/* 4912  */   background: transparent;
/* 4913  */ }
/* 4914  */ .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon {
/* 4915  */   background-color: transparent;
/* 4916  */   border-color: transparent;
/* 4917  */ }
/* 4918  */ .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::before,
/* 4919  */ .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::after {
/* 4920  */   background-color: #cec2ab;
/* 4921  */ }
/* 4922  */ .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 4923  */   background-color: transparent;
/* 4924  */   border-color: transparent;
/* 4925  */ }
/* 4926  */ .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4927  */ .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4928  */   background-color: transparent;
/* 4929  */ }
/* 4930  */ .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 4931  */   background-color: transparent;
/* 4932  */ }
/* 4933  */ .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4934  */ .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4935  */   background-color: #e1d9cb;
/* 4936  */ }
/* 4937  */ .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4938  */   background-color: transparent;
/* 4939  */   border-color: transparent;
/* 4940  */ }
/* 4941  */ .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4942  */ .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4943  */   background-color: transparent;
/* 4944  */ }
/* 4945  */ .vc_toggle_color_chino .vc_toggle_icon {
/* 4946  */   background-color: #cec2ab;
/* 4947  */   border-color: transparent;
/* 4948  */ }
/* 4949  */ .vc_toggle_color_chino .vc_toggle_icon::before,
/* 4950  */ .vc_toggle_color_chino .vc_toggle_icon::after {

/* js_composer.css */

/* 4951  */   background-color: #ffffff;
/* 4952  */ }
/* 4953  */ .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon {
/* 4954  */   background-color: transparent;
/* 4955  */   border-color: #cec2ab;
/* 4956  */ }
/* 4957  */ .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 4958  */ .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 4959  */   background-color: #cec2ab;
/* 4960  */ }
/* 4961  */ .vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon {
/* 4962  */   background-color: #e1d9cb;
/* 4963  */ }
/* 4964  */ .vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4965  */ .vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4966  */   background-color: #ffffff;
/* 4967  */ }
/* 4968  */ .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 4969  */   background-color: transparent;
/* 4970  */   border-color: #e1d9cb;
/* 4971  */ }
/* 4972  */ .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 4973  */ .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4974  */   background-color: #e1d9cb;
/* 4975  */ }
/* 4976  */ .vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon {
/* 4977  */   background: #cec2ab;
/* 4978  */   border-color: #bbab8b;
/* 4979  */ }
/* 4980  */ .vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::before {
/* 4981  */   border-color: #bbab8b;
/* 4982  */   background: #cec2ab;
/* 4983  */ }
/* 4984  */ .vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::after {
/* 4985  */   background: #cec2ab;
/* 4986  */ }
/* 4987  */ .vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 4988  */   background: #e1d9cb;
/* 4989  */   border-color: #cec2ab;
/* 4990  */ }
/* 4991  */ .vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 4992  */   border-color: #cec2ab;
/* 4993  */   background: #e1d9cb;
/* 4994  */ }
/* 4995  */ .vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 4996  */   background: #e1d9cb;
/* 4997  */ }
/* 4998  */ .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon {
/* 4999  */   background: transparent;
/* 5000  */ }

/* js_composer.css */

/* 5001  */ .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::before,
/* 5002  */ .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::after {
/* 5003  */   border-color: #cec2ab;
/* 5004  */   background: transparent;
/* 5005  */ }
/* 5006  */ .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 5007  */   background: transparent;
/* 5008  */ }
/* 5009  */ .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5010  */ .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5011  */   border-color: #e1d9cb;
/* 5012  */   background: transparent;
/* 5013  */ }
/* 5014  */ .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon {
/* 5015  */   background-color: transparent;
/* 5016  */   border-color: transparent;
/* 5017  */ }
/* 5018  */ .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::before,
/* 5019  */ .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::after {
/* 5020  */   background-color: #50485b;
/* 5021  */ }
/* 5022  */ .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 5023  */   background-color: transparent;
/* 5024  */   border-color: transparent;
/* 5025  */ }
/* 5026  */ .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5027  */ .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5028  */   background-color: transparent;
/* 5029  */ }
/* 5030  */ .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 5031  */   background-color: transparent;
/* 5032  */ }
/* 5033  */ .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5034  */ .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5035  */   background-color: #695f77;
/* 5036  */ }
/* 5037  */ .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5038  */   background-color: transparent;
/* 5039  */   border-color: transparent;
/* 5040  */ }
/* 5041  */ .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5042  */ .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5043  */   background-color: transparent;
/* 5044  */ }
/* 5045  */ .vc_toggle_color_mulled_wine .vc_toggle_icon {
/* 5046  */   background-color: #50485b;
/* 5047  */   border-color: transparent;
/* 5048  */ }
/* 5049  */ .vc_toggle_color_mulled_wine .vc_toggle_icon::before,
/* 5050  */ .vc_toggle_color_mulled_wine .vc_toggle_icon::after {

/* js_composer.css */

/* 5051  */   background-color: #ffffff;
/* 5052  */ }
/* 5053  */ .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon {
/* 5054  */   background-color: transparent;
/* 5055  */   border-color: #50485b;
/* 5056  */ }
/* 5057  */ .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5058  */ .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5059  */   background-color: #50485b;
/* 5060  */ }
/* 5061  */ .vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon {
/* 5062  */   background-color: #695f77;
/* 5063  */ }
/* 5064  */ .vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5065  */ .vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5066  */   background-color: #ffffff;
/* 5067  */ }
/* 5068  */ .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5069  */   background-color: transparent;
/* 5070  */   border-color: #695f77;
/* 5071  */ }
/* 5072  */ .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5073  */ .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5074  */   background-color: #695f77;
/* 5075  */ }
/* 5076  */ .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon {
/* 5077  */   background: #50485b;
/* 5078  */   border-color: #37313f;
/* 5079  */ }
/* 5080  */ .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::before {
/* 5081  */   border-color: #37313f;
/* 5082  */   background: #50485b;
/* 5083  */ }
/* 5084  */ .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::after {
/* 5085  */   background: #50485b;
/* 5086  */ }
/* 5087  */ .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 5088  */   background: #695f77;
/* 5089  */   border-color: #50485b;
/* 5090  */ }
/* 5091  */ .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 5092  */   border-color: #50485b;
/* 5093  */   background: #695f77;
/* 5094  */ }
/* 5095  */ .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5096  */   background: #695f77;
/* 5097  */ }
/* 5098  */ .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon {
/* 5099  */   background: transparent;
/* 5100  */ }

/* js_composer.css */

/* 5101  */ .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::before,
/* 5102  */ .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::after {
/* 5103  */   border-color: #50485b;
/* 5104  */   background: transparent;
/* 5105  */ }
/* 5106  */ .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 5107  */   background: transparent;
/* 5108  */ }
/* 5109  */ .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5110  */ .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5111  */   border-color: #695f77;
/* 5112  */   background: transparent;
/* 5113  */ }
/* 5114  */ .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon {
/* 5115  */   background-color: transparent;
/* 5116  */   border-color: transparent;
/* 5117  */ }
/* 5118  */ .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::before,
/* 5119  */ .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::after {
/* 5120  */   background-color: #75d69c;
/* 5121  */ }
/* 5122  */ .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 5123  */   background-color: transparent;
/* 5124  */   border-color: transparent;
/* 5125  */ }
/* 5126  */ .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5127  */ .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5128  */   background-color: transparent;
/* 5129  */ }
/* 5130  */ .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 5131  */   background-color: transparent;
/* 5132  */ }
/* 5133  */ .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5134  */ .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5135  */   background-color: #9ce2b8;
/* 5136  */ }
/* 5137  */ .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5138  */   background-color: transparent;
/* 5139  */   border-color: transparent;
/* 5140  */ }
/* 5141  */ .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5142  */ .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5143  */   background-color: transparent;
/* 5144  */ }
/* 5145  */ .vc_toggle_color_vista_blue .vc_toggle_icon {
/* 5146  */   background-color: #75d69c;
/* 5147  */   border-color: transparent;
/* 5148  */ }
/* 5149  */ .vc_toggle_color_vista_blue .vc_toggle_icon::before,
/* 5150  */ .vc_toggle_color_vista_blue .vc_toggle_icon::after {

/* js_composer.css */

/* 5151  */   background-color: #ffffff;
/* 5152  */ }
/* 5153  */ .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon {
/* 5154  */   background-color: transparent;
/* 5155  */   border-color: #75d69c;
/* 5156  */ }
/* 5157  */ .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5158  */ .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5159  */   background-color: #75d69c;
/* 5160  */ }
/* 5161  */ .vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon {
/* 5162  */   background-color: #9ce2b8;
/* 5163  */ }
/* 5164  */ .vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5165  */ .vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5166  */   background-color: #ffffff;
/* 5167  */ }
/* 5168  */ .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5169  */   background-color: transparent;
/* 5170  */   border-color: #9ce2b8;
/* 5171  */ }
/* 5172  */ .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5173  */ .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5174  */   background-color: #9ce2b8;
/* 5175  */ }
/* 5176  */ .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon {
/* 5177  */   background: #75d69c;
/* 5178  */   border-color: #4eca80;
/* 5179  */ }
/* 5180  */ .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::before {
/* 5181  */   border-color: #4eca80;
/* 5182  */   background: #75d69c;
/* 5183  */ }
/* 5184  */ .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::after {
/* 5185  */   background: #75d69c;
/* 5186  */ }
/* 5187  */ .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 5188  */   background: #9ce2b8;
/* 5189  */   border-color: #75d69c;
/* 5190  */ }
/* 5191  */ .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 5192  */   border-color: #75d69c;
/* 5193  */   background: #9ce2b8;
/* 5194  */ }
/* 5195  */ .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5196  */   background: #9ce2b8;
/* 5197  */ }
/* 5198  */ .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon {
/* 5199  */   background: transparent;
/* 5200  */ }

/* js_composer.css */

/* 5201  */ .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::before,
/* 5202  */ .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::after {
/* 5203  */   border-color: #75d69c;
/* 5204  */   background: transparent;
/* 5205  */ }
/* 5206  */ .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 5207  */   background: transparent;
/* 5208  */ }
/* 5209  */ .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5210  */ .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5211  */   border-color: #9ce2b8;
/* 5212  */   background: transparent;
/* 5213  */ }
/* 5214  */ .vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon {
/* 5215  */   background-color: transparent;
/* 5216  */   border-color: transparent;
/* 5217  */ }
/* 5218  */ .vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::before,
/* 5219  */ .vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::after {
/* 5220  */   background-color: #2a2a2a;
/* 5221  */ }
/* 5222  */ .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 5223  */   background-color: transparent;
/* 5224  */   border-color: transparent;
/* 5225  */ }
/* 5226  */ .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5227  */ .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5228  */   background-color: transparent;
/* 5229  */ }
/* 5230  */ .vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 5231  */   background-color: transparent;
/* 5232  */ }
/* 5233  */ .vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5234  */ .vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5235  */   background-color: #444444;
/* 5236  */ }
/* 5237  */ .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5238  */   background-color: transparent;
/* 5239  */   border-color: transparent;
/* 5240  */ }
/* 5241  */ .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5242  */ .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5243  */   background-color: transparent;
/* 5244  */ }
/* 5245  */ .vc_toggle_color_black .vc_toggle_icon {
/* 5246  */   background-color: #2a2a2a;
/* 5247  */   border-color: transparent;
/* 5248  */ }
/* 5249  */ .vc_toggle_color_black .vc_toggle_icon::before,
/* 5250  */ .vc_toggle_color_black .vc_toggle_icon::after {

/* js_composer.css */

/* 5251  */   background-color: #ffffff;
/* 5252  */ }
/* 5253  */ .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon {
/* 5254  */   background-color: transparent;
/* 5255  */   border-color: #2a2a2a;
/* 5256  */ }
/* 5257  */ .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5258  */ .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5259  */   background-color: #2a2a2a;
/* 5260  */ }
/* 5261  */ .vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon {
/* 5262  */   background-color: #444444;
/* 5263  */ }
/* 5264  */ .vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5265  */ .vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5266  */   background-color: #ffffff;
/* 5267  */ }
/* 5268  */ .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5269  */   background-color: transparent;
/* 5270  */   border-color: #444444;
/* 5271  */ }
/* 5272  */ .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5273  */ .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5274  */   background-color: #444444;
/* 5275  */ }
/* 5276  */ .vc_toggle_color_black.vc_toggle_default .vc_toggle_icon {
/* 5277  */   background: #2a2a2a;
/* 5278  */   border-color: #101010;
/* 5279  */ }
/* 5280  */ .vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::before {
/* 5281  */   border-color: #101010;
/* 5282  */   background: #2a2a2a;
/* 5283  */ }
/* 5284  */ .vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::after {
/* 5285  */   background: #2a2a2a;
/* 5286  */ }
/* 5287  */ .vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 5288  */   background: #444444;
/* 5289  */   border-color: #2a2a2a;
/* 5290  */ }
/* 5291  */ .vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 5292  */   border-color: #2a2a2a;
/* 5293  */   background: #444444;
/* 5294  */ }
/* 5295  */ .vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5296  */   background: #444444;
/* 5297  */ }
/* 5298  */ .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon {
/* 5299  */   background: transparent;
/* 5300  */ }

/* js_composer.css */

/* 5301  */ .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::before,
/* 5302  */ .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::after {
/* 5303  */   border-color: #2a2a2a;
/* 5304  */   background: transparent;
/* 5305  */ }
/* 5306  */ .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 5307  */   background: transparent;
/* 5308  */ }
/* 5309  */ .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5310  */ .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5311  */   border-color: #444444;
/* 5312  */   background: transparent;
/* 5313  */ }
/* 5314  */ .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon {
/* 5315  */   background-color: transparent;
/* 5316  */   border-color: transparent;
/* 5317  */ }
/* 5318  */ .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::before,
/* 5319  */ .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::after {
/* 5320  */   background-color: #ebebeb;
/* 5321  */ }
/* 5322  */ .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 5323  */   background-color: transparent;
/* 5324  */   border-color: transparent;
/* 5325  */ }
/* 5326  */ .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5327  */ .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5328  */   background-color: transparent;
/* 5329  */ }
/* 5330  */ .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 5331  */   background-color: transparent;
/* 5332  */ }
/* 5333  */ .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5334  */ .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5335  */   background-color: #d2d2d2;
/* 5336  */ }
/* 5337  */ .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5338  */   background-color: transparent;
/* 5339  */   border-color: transparent;
/* 5340  */ }
/* 5341  */ .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5342  */ .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5343  */   background-color: transparent;
/* 5344  */ }
/* 5345  */ .vc_toggle_color_grey .vc_toggle_icon {
/* 5346  */   background-color: #ebebeb;
/* 5347  */   border-color: transparent;
/* 5348  */ }
/* 5349  */ .vc_toggle_color_grey .vc_toggle_icon::before,
/* 5350  */ .vc_toggle_color_grey .vc_toggle_icon::after {

/* js_composer.css */

/* 5351  */   background-color: #ffffff;
/* 5352  */ }
/* 5353  */ .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon {
/* 5354  */   background-color: transparent;
/* 5355  */   border-color: #ebebeb;
/* 5356  */ }
/* 5357  */ .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5358  */ .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5359  */   background-color: #ebebeb;
/* 5360  */ }
/* 5361  */ .vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon {
/* 5362  */   background-color: #d2d2d2;
/* 5363  */ }
/* 5364  */ .vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5365  */ .vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5366  */   background-color: #ffffff;
/* 5367  */ }
/* 5368  */ .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5369  */   background-color: transparent;
/* 5370  */   border-color: #d2d2d2;
/* 5371  */ }
/* 5372  */ .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5373  */ .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5374  */   background-color: #d2d2d2;
/* 5375  */ }
/* 5376  */ .vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon {
/* 5377  */   background: #ebebeb;
/* 5378  */   border-color: #d2d2d2;
/* 5379  */ }
/* 5380  */ .vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::before {
/* 5381  */   border-color: #d2d2d2;
/* 5382  */   background: #ebebeb;
/* 5383  */ }
/* 5384  */ .vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::after {
/* 5385  */   background: #ebebeb;
/* 5386  */ }
/* 5387  */ .vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 5388  */   background: #d2d2d2;
/* 5389  */   border-color: #b8b8b8;
/* 5390  */ }
/* 5391  */ .vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 5392  */   border-color: #b8b8b8;
/* 5393  */   background: #d2d2d2;
/* 5394  */ }
/* 5395  */ .vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5396  */   background: #d2d2d2;
/* 5397  */ }
/* 5398  */ .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon {
/* 5399  */   background: transparent;
/* 5400  */ }

/* js_composer.css */

/* 5401  */ .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::before,
/* 5402  */ .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::after {
/* 5403  */   border-color: #ebebeb;
/* 5404  */   background: transparent;
/* 5405  */ }
/* 5406  */ .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 5407  */   background: transparent;
/* 5408  */ }
/* 5409  */ .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5410  */ .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5411  */   border-color: #d2d2d2;
/* 5412  */   background: transparent;
/* 5413  */ }
/* 5414  */ .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon {
/* 5415  */   background-color: transparent;
/* 5416  */   border-color: transparent;
/* 5417  */ }
/* 5418  */ .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::before,
/* 5419  */ .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::after {
/* 5420  */   background-color: #f7be68;
/* 5421  */ }
/* 5422  */ .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 5423  */   background-color: transparent;
/* 5424  */   border-color: transparent;
/* 5425  */ }
/* 5426  */ .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5427  */ .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5428  */   background-color: transparent;
/* 5429  */ }
/* 5430  */ .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 5431  */   background-color: transparent;
/* 5432  */ }
/* 5433  */ .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5434  */ .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5435  */   background-color: #fad398;
/* 5436  */ }
/* 5437  */ .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5438  */   background-color: transparent;
/* 5439  */   border-color: transparent;
/* 5440  */ }
/* 5441  */ .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5442  */ .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5443  */   background-color: transparent;
/* 5444  */ }
/* 5445  */ .vc_toggle_color_orange .vc_toggle_icon {
/* 5446  */   background-color: #f7be68;
/* 5447  */   border-color: transparent;
/* 5448  */ }
/* 5449  */ .vc_toggle_color_orange .vc_toggle_icon::before,
/* 5450  */ .vc_toggle_color_orange .vc_toggle_icon::after {

/* js_composer.css */

/* 5451  */   background-color: #ffffff;
/* 5452  */ }
/* 5453  */ .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon {
/* 5454  */   background-color: transparent;
/* 5455  */   border-color: #f7be68;
/* 5456  */ }
/* 5457  */ .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5458  */ .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5459  */   background-color: #f7be68;
/* 5460  */ }
/* 5461  */ .vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon {
/* 5462  */   background-color: #fad398;
/* 5463  */ }
/* 5464  */ .vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5465  */ .vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5466  */   background-color: #ffffff;
/* 5467  */ }
/* 5468  */ .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5469  */   background-color: transparent;
/* 5470  */   border-color: #fad398;
/* 5471  */ }
/* 5472  */ .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5473  */ .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5474  */   background-color: #fad398;
/* 5475  */ }
/* 5476  */ .vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon {
/* 5477  */   background: #f7be68;
/* 5478  */   border-color: #f4a938;
/* 5479  */ }
/* 5480  */ .vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::before {
/* 5481  */   border-color: #f4a938;
/* 5482  */   background: #f7be68;
/* 5483  */ }
/* 5484  */ .vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::after {
/* 5485  */   background: #f7be68;
/* 5486  */ }
/* 5487  */ .vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 5488  */   background: #fad398;
/* 5489  */   border-color: #f7be68;
/* 5490  */ }
/* 5491  */ .vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 5492  */   border-color: #f7be68;
/* 5493  */   background: #fad398;
/* 5494  */ }
/* 5495  */ .vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5496  */   background: #fad398;
/* 5497  */ }
/* 5498  */ .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon {
/* 5499  */   background: transparent;
/* 5500  */ }

/* js_composer.css */

/* 5501  */ .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::before,
/* 5502  */ .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::after {
/* 5503  */   border-color: #f7be68;
/* 5504  */   background: transparent;
/* 5505  */ }
/* 5506  */ .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 5507  */   background: transparent;
/* 5508  */ }
/* 5509  */ .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5510  */ .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5511  */   border-color: #fad398;
/* 5512  */   background: transparent;
/* 5513  */ }
/* 5514  */ .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon {
/* 5515  */   background-color: transparent;
/* 5516  */   border-color: transparent;
/* 5517  */ }
/* 5518  */ .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::before,
/* 5519  */ .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::after {
/* 5520  */   background-color: #5aa1e3;
/* 5521  */ }
/* 5522  */ .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 5523  */   background-color: transparent;
/* 5524  */   border-color: transparent;
/* 5525  */ }
/* 5526  */ .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5527  */ .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5528  */   background-color: transparent;
/* 5529  */ }
/* 5530  */ .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 5531  */   background-color: transparent;
/* 5532  */ }
/* 5533  */ .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5534  */ .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5535  */   background-color: #86baea;
/* 5536  */ }
/* 5537  */ .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5538  */   background-color: transparent;
/* 5539  */   border-color: transparent;
/* 5540  */ }
/* 5541  */ .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5542  */ .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5543  */   background-color: transparent;
/* 5544  */ }
/* 5545  */ .vc_toggle_color_sky .vc_toggle_icon {
/* 5546  */   background-color: #5aa1e3;
/* 5547  */   border-color: transparent;
/* 5548  */ }
/* 5549  */ .vc_toggle_color_sky .vc_toggle_icon::before,
/* 5550  */ .vc_toggle_color_sky .vc_toggle_icon::after {

/* js_composer.css */

/* 5551  */   background-color: #ffffff;
/* 5552  */ }
/* 5553  */ .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon {
/* 5554  */   background-color: transparent;
/* 5555  */   border-color: #5aa1e3;
/* 5556  */ }
/* 5557  */ .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5558  */ .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5559  */   background-color: #5aa1e3;
/* 5560  */ }
/* 5561  */ .vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon {
/* 5562  */   background-color: #86baea;
/* 5563  */ }
/* 5564  */ .vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5565  */ .vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5566  */   background-color: #ffffff;
/* 5567  */ }
/* 5568  */ .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5569  */   background-color: transparent;
/* 5570  */   border-color: #86baea;
/* 5571  */ }
/* 5572  */ .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5573  */ .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5574  */   background-color: #86baea;
/* 5575  */ }
/* 5576  */ .vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon {
/* 5577  */   background: #5aa1e3;
/* 5578  */   border-color: #2e88dc;
/* 5579  */ }
/* 5580  */ .vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::before {
/* 5581  */   border-color: #2e88dc;
/* 5582  */   background: #5aa1e3;
/* 5583  */ }
/* 5584  */ .vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::after {
/* 5585  */   background: #5aa1e3;
/* 5586  */ }
/* 5587  */ .vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 5588  */   background: #86baea;
/* 5589  */   border-color: #5aa1e3;
/* 5590  */ }
/* 5591  */ .vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 5592  */   border-color: #5aa1e3;
/* 5593  */   background: #86baea;
/* 5594  */ }
/* 5595  */ .vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5596  */   background: #86baea;
/* 5597  */ }
/* 5598  */ .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon {
/* 5599  */   background: transparent;
/* 5600  */ }

/* js_composer.css */

/* 5601  */ .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::before,
/* 5602  */ .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::after {
/* 5603  */   border-color: #5aa1e3;
/* 5604  */   background: transparent;
/* 5605  */ }
/* 5606  */ .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 5607  */   background: transparent;
/* 5608  */ }
/* 5609  */ .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5610  */ .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5611  */   border-color: #86baea;
/* 5612  */   background: transparent;
/* 5613  */ }
/* 5614  */ .vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon {
/* 5615  */   background-color: transparent;
/* 5616  */   border-color: transparent;
/* 5617  */ }
/* 5618  */ .vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::before,
/* 5619  */ .vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::after {
/* 5620  */   background-color: #6dab3c;
/* 5621  */ }
/* 5622  */ .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 5623  */   background-color: transparent;
/* 5624  */   border-color: transparent;
/* 5625  */ }
/* 5626  */ .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5627  */ .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5628  */   background-color: transparent;
/* 5629  */ }
/* 5630  */ .vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 5631  */   background-color: transparent;
/* 5632  */ }
/* 5633  */ .vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5634  */ .vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5635  */   background-color: #87c456;
/* 5636  */ }
/* 5637  */ .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5638  */   background-color: transparent;
/* 5639  */   border-color: transparent;
/* 5640  */ }
/* 5641  */ .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5642  */ .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5643  */   background-color: transparent;
/* 5644  */ }
/* 5645  */ .vc_toggle_color_green .vc_toggle_icon {
/* 5646  */   background-color: #6dab3c;
/* 5647  */   border-color: transparent;
/* 5648  */ }
/* 5649  */ .vc_toggle_color_green .vc_toggle_icon::before,
/* 5650  */ .vc_toggle_color_green .vc_toggle_icon::after {

/* js_composer.css */

/* 5651  */   background-color: #ffffff;
/* 5652  */ }
/* 5653  */ .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon {
/* 5654  */   background-color: transparent;
/* 5655  */   border-color: #6dab3c;
/* 5656  */ }
/* 5657  */ .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5658  */ .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5659  */   background-color: #6dab3c;
/* 5660  */ }
/* 5661  */ .vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon {
/* 5662  */   background-color: #87c456;
/* 5663  */ }
/* 5664  */ .vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5665  */ .vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5666  */   background-color: #ffffff;
/* 5667  */ }
/* 5668  */ .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5669  */   background-color: transparent;
/* 5670  */   border-color: #87c456;
/* 5671  */ }
/* 5672  */ .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5673  */ .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5674  */   background-color: #87c456;
/* 5675  */ }
/* 5676  */ .vc_toggle_color_green.vc_toggle_default .vc_toggle_icon {
/* 5677  */   background: #6dab3c;
/* 5678  */   border-color: #55852f;
/* 5679  */ }
/* 5680  */ .vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::before {
/* 5681  */   border-color: #55852f;
/* 5682  */   background: #6dab3c;
/* 5683  */ }
/* 5684  */ .vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::after {
/* 5685  */   background: #6dab3c;
/* 5686  */ }
/* 5687  */ .vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 5688  */   background: #87c456;
/* 5689  */   border-color: #6dab3c;
/* 5690  */ }
/* 5691  */ .vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 5692  */   border-color: #6dab3c;
/* 5693  */   background: #87c456;
/* 5694  */ }
/* 5695  */ .vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5696  */   background: #87c456;
/* 5697  */ }
/* 5698  */ .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon {
/* 5699  */   background: transparent;
/* 5700  */ }

/* js_composer.css */

/* 5701  */ .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::before,
/* 5702  */ .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::after {
/* 5703  */   border-color: #6dab3c;
/* 5704  */   background: transparent;
/* 5705  */ }
/* 5706  */ .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 5707  */   background: transparent;
/* 5708  */ }
/* 5709  */ .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5710  */ .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5711  */   border-color: #87c456;
/* 5712  */   background: transparent;
/* 5713  */ }
/* 5714  */ .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon {
/* 5715  */   background-color: transparent;
/* 5716  */   border-color: transparent;
/* 5717  */ }
/* 5718  */ .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::before,
/* 5719  */ .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::after {
/* 5720  */   background-color: #f4524d;
/* 5721  */ }
/* 5722  */ .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 5723  */   background-color: transparent;
/* 5724  */   border-color: transparent;
/* 5725  */ }
/* 5726  */ .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5727  */ .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5728  */   background-color: transparent;
/* 5729  */ }
/* 5730  */ .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 5731  */   background-color: transparent;
/* 5732  */ }
/* 5733  */ .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5734  */ .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5735  */   background-color: #f7817d;
/* 5736  */ }
/* 5737  */ .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5738  */   background-color: transparent;
/* 5739  */   border-color: transparent;
/* 5740  */ }
/* 5741  */ .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5742  */ .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5743  */   background-color: transparent;
/* 5744  */ }
/* 5745  */ .vc_toggle_color_juicy_pink .vc_toggle_icon {
/* 5746  */   background-color: #f4524d;
/* 5747  */   border-color: transparent;
/* 5748  */ }
/* 5749  */ .vc_toggle_color_juicy_pink .vc_toggle_icon::before,
/* 5750  */ .vc_toggle_color_juicy_pink .vc_toggle_icon::after {

/* js_composer.css */

/* 5751  */   background-color: #ffffff;
/* 5752  */ }
/* 5753  */ .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon {
/* 5754  */   background-color: transparent;
/* 5755  */   border-color: #f4524d;
/* 5756  */ }
/* 5757  */ .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5758  */ .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5759  */   background-color: #f4524d;
/* 5760  */ }
/* 5761  */ .vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon {
/* 5762  */   background-color: #f7817d;
/* 5763  */ }
/* 5764  */ .vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5765  */ .vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5766  */   background-color: #ffffff;
/* 5767  */ }
/* 5768  */ .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5769  */   background-color: transparent;
/* 5770  */   border-color: #f7817d;
/* 5771  */ }
/* 5772  */ .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5773  */ .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5774  */   background-color: #f7817d;
/* 5775  */ }
/* 5776  */ .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon {
/* 5777  */   background: #f4524d;
/* 5778  */   border-color: #f1231d;
/* 5779  */ }
/* 5780  */ .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::before {
/* 5781  */   border-color: #f1231d;
/* 5782  */   background: #f4524d;
/* 5783  */ }
/* 5784  */ .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::after {
/* 5785  */   background: #f4524d;
/* 5786  */ }
/* 5787  */ .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 5788  */   background: #f7817d;
/* 5789  */   border-color: #f4524d;
/* 5790  */ }
/* 5791  */ .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 5792  */   border-color: #f4524d;
/* 5793  */   background: #f7817d;
/* 5794  */ }
/* 5795  */ .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5796  */   background: #f7817d;
/* 5797  */ }
/* 5798  */ .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon {
/* 5799  */   background: transparent;
/* 5800  */ }

/* js_composer.css */

/* 5801  */ .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::before,
/* 5802  */ .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::after {
/* 5803  */   border-color: #f4524d;
/* 5804  */   background: transparent;
/* 5805  */ }
/* 5806  */ .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 5807  */   background: transparent;
/* 5808  */ }
/* 5809  */ .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5810  */ .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5811  */   border-color: #f7817d;
/* 5812  */   background: transparent;
/* 5813  */ }
/* 5814  */ .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon {
/* 5815  */   background-color: transparent;
/* 5816  */   border-color: transparent;
/* 5817  */ }
/* 5818  */ .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::before,
/* 5819  */ .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::after {
/* 5820  */   background-color: #f79468;
/* 5821  */ }
/* 5822  */ .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 5823  */   background-color: transparent;
/* 5824  */   border-color: transparent;
/* 5825  */ }
/* 5826  */ .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5827  */ .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5828  */   background-color: transparent;
/* 5829  */ }
/* 5830  */ .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 5831  */   background-color: transparent;
/* 5832  */ }
/* 5833  */ .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5834  */ .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5835  */   background-color: #fab698;
/* 5836  */ }
/* 5837  */ .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5838  */   background-color: transparent;
/* 5839  */   border-color: transparent;
/* 5840  */ }
/* 5841  */ .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5842  */ .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5843  */   background-color: transparent;
/* 5844  */ }
/* 5845  */ .vc_toggle_color_sandy_brown .vc_toggle_icon {
/* 5846  */   background-color: #f79468;
/* 5847  */   border-color: transparent;
/* 5848  */ }
/* 5849  */ .vc_toggle_color_sandy_brown .vc_toggle_icon::before,
/* 5850  */ .vc_toggle_color_sandy_brown .vc_toggle_icon::after {

/* js_composer.css */

/* 5851  */   background-color: #ffffff;
/* 5852  */ }
/* 5853  */ .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon {
/* 5854  */   background-color: transparent;
/* 5855  */   border-color: #f79468;
/* 5856  */ }
/* 5857  */ .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5858  */ .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5859  */   background-color: #f79468;
/* 5860  */ }
/* 5861  */ .vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon {
/* 5862  */   background-color: #fab698;
/* 5863  */ }
/* 5864  */ .vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5865  */ .vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5866  */   background-color: #ffffff;
/* 5867  */ }
/* 5868  */ .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5869  */   background-color: transparent;
/* 5870  */   border-color: #fab698;
/* 5871  */ }
/* 5872  */ .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5873  */ .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5874  */   background-color: #fab698;
/* 5875  */ }
/* 5876  */ .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon {
/* 5877  */   background: #f79468;
/* 5878  */   border-color: #f47238;
/* 5879  */ }
/* 5880  */ .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::before {
/* 5881  */   border-color: #f47238;
/* 5882  */   background: #f79468;
/* 5883  */ }
/* 5884  */ .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::after {
/* 5885  */   background: #f79468;
/* 5886  */ }
/* 5887  */ .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 5888  */   background: #fab698;
/* 5889  */   border-color: #f79468;
/* 5890  */ }
/* 5891  */ .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 5892  */   border-color: #f79468;
/* 5893  */   background: #fab698;
/* 5894  */ }
/* 5895  */ .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5896  */   background: #fab698;
/* 5897  */ }
/* 5898  */ .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon {
/* 5899  */   background: transparent;
/* 5900  */ }

/* js_composer.css */

/* 5901  */ .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::before,
/* 5902  */ .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::after {
/* 5903  */   border-color: #f79468;
/* 5904  */   background: transparent;
/* 5905  */ }
/* 5906  */ .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 5907  */   background: transparent;
/* 5908  */ }
/* 5909  */ .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5910  */ .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5911  */   border-color: #fab698;
/* 5912  */   background: transparent;
/* 5913  */ }
/* 5914  */ .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon {
/* 5915  */   background-color: transparent;
/* 5916  */   border-color: transparent;
/* 5917  */ }
/* 5918  */ .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::before,
/* 5919  */ .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::after {
/* 5920  */   background-color: #b97ebb;
/* 5921  */ }
/* 5922  */ .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 5923  */   background-color: transparent;
/* 5924  */   border-color: transparent;
/* 5925  */ }
/* 5926  */ .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5927  */ .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5928  */   background-color: transparent;
/* 5929  */ }
/* 5930  */ .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 5931  */   background-color: transparent;
/* 5932  */ }
/* 5933  */ .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5934  */ .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5935  */   background-color: #cb9fcd;
/* 5936  */ }
/* 5937  */ .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5938  */   background-color: transparent;
/* 5939  */   border-color: transparent;
/* 5940  */ }
/* 5941  */ .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5942  */ .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5943  */   background-color: transparent;
/* 5944  */ }
/* 5945  */ .vc_toggle_color_purple .vc_toggle_icon {
/* 5946  */   background-color: #b97ebb;
/* 5947  */   border-color: transparent;
/* 5948  */ }
/* 5949  */ .vc_toggle_color_purple .vc_toggle_icon::before,
/* 5950  */ .vc_toggle_color_purple .vc_toggle_icon::after {

/* js_composer.css */

/* 5951  */   background-color: #ffffff;
/* 5952  */ }
/* 5953  */ .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon {
/* 5954  */   background-color: transparent;
/* 5955  */   border-color: #b97ebb;
/* 5956  */ }
/* 5957  */ .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 5958  */ .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 5959  */   background-color: #b97ebb;
/* 5960  */ }
/* 5961  */ .vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon {
/* 5962  */   background-color: #cb9fcd;
/* 5963  */ }
/* 5964  */ .vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5965  */ .vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5966  */   background-color: #ffffff;
/* 5967  */ }
/* 5968  */ .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 5969  */   background-color: transparent;
/* 5970  */   border-color: #cb9fcd;
/* 5971  */ }
/* 5972  */ .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 5973  */ .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5974  */   background-color: #cb9fcd;
/* 5975  */ }
/* 5976  */ .vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon {
/* 5977  */   background: #b97ebb;
/* 5978  */   border-color: #a75da9;
/* 5979  */ }
/* 5980  */ .vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::before {
/* 5981  */   border-color: #a75da9;
/* 5982  */   background: #b97ebb;
/* 5983  */ }
/* 5984  */ .vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::after {
/* 5985  */   background: #b97ebb;
/* 5986  */ }
/* 5987  */ .vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 5988  */   background: #cb9fcd;
/* 5989  */   border-color: #b97ebb;
/* 5990  */ }
/* 5991  */ .vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 5992  */   border-color: #b97ebb;
/* 5993  */   background: #cb9fcd;
/* 5994  */ }
/* 5995  */ .vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 5996  */   background: #cb9fcd;
/* 5997  */ }
/* 5998  */ .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon {
/* 5999  */   background: transparent;
/* 6000  */ }

/* js_composer.css */

/* 6001  */ .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::before,
/* 6002  */ .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::after {
/* 6003  */   border-color: #b97ebb;
/* 6004  */   background: transparent;
/* 6005  */ }
/* 6006  */ .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 6007  */   background: transparent;
/* 6008  */ }
/* 6009  */ .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 6010  */ .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 6011  */   border-color: #cb9fcd;
/* 6012  */   background: transparent;
/* 6013  */ }
/* 6014  */ .vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon {
/* 6015  */   background-color: transparent;
/* 6016  */   border-color: transparent;
/* 6017  */ }
/* 6018  */ .vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::before,
/* 6019  */ .vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::after {
/* 6020  */   background-color: #ffffff;
/* 6021  */ }
/* 6022  */ .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
/* 6023  */   background-color: transparent;
/* 6024  */   border-color: transparent;
/* 6025  */ }
/* 6026  */ .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 6027  */ .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 6028  */   background-color: transparent;
/* 6029  */ }
/* 6030  */ .vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
/* 6031  */   background-color: transparent;
/* 6032  */ }
/* 6033  */ .vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
/* 6034  */ .vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
/* 6035  */   background-color: #e6e6e6;
/* 6036  */ }
/* 6037  */ .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 6038  */   background-color: transparent;
/* 6039  */   border-color: transparent;
/* 6040  */ }
/* 6041  */ .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 6042  */ .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 6043  */   background-color: transparent;
/* 6044  */ }
/* 6045  */ .vc_toggle_color_white .vc_toggle_icon {
/* 6046  */   background-color: #ffffff;
/* 6047  */   border-color: transparent;
/* 6048  */ }
/* 6049  */ .vc_toggle_color_white .vc_toggle_icon::before,
/* 6050  */ .vc_toggle_color_white .vc_toggle_icon::after {

/* js_composer.css */

/* 6051  */   background-color: #2a2a2a;
/* 6052  */ }
/* 6053  */ .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon {
/* 6054  */   background-color: transparent;
/* 6055  */   border-color: #ffffff;
/* 6056  */ }
/* 6057  */ .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::before,
/* 6058  */ .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::after {
/* 6059  */   background-color: #ffffff;
/* 6060  */ }
/* 6061  */ .vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon {
/* 6062  */   background-color: #e6e6e6;
/* 6063  */ }
/* 6064  */ .vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::before,
/* 6065  */ .vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::after {
/* 6066  */   background-color: #2a2a2a;
/* 6067  */ }
/* 6068  */ .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
/* 6069  */   background-color: transparent;
/* 6070  */   border-color: #e6e6e6;
/* 6071  */ }
/* 6072  */ .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
/* 6073  */ .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
/* 6074  */   background-color: #e6e6e6;
/* 6075  */ }
/* 6076  */ .vc_toggle_color_white.vc_toggle_default .vc_toggle_icon {
/* 6077  */   background: #ffffff;
/* 6078  */   border-color: #e6e6e6;
/* 6079  */ }
/* 6080  */ .vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::before {
/* 6081  */   border-color: #e6e6e6;
/* 6082  */   background: #ffffff;
/* 6083  */ }
/* 6084  */ .vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::after {
/* 6085  */   background: #ffffff;
/* 6086  */ }
/* 6087  */ .vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
/* 6088  */   background: #e6e6e6;
/* 6089  */   border-color: #cccccc;
/* 6090  */ }
/* 6091  */ .vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
/* 6092  */   border-color: #cccccc;
/* 6093  */   background: #e6e6e6;
/* 6094  */ }
/* 6095  */ .vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
/* 6096  */   background: #e6e6e6;
/* 6097  */ }
/* 6098  */ .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon {
/* 6099  */   background: transparent;
/* 6100  */ }

/* js_composer.css */

/* 6101  */ .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::before,
/* 6102  */ .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::after {
/* 6103  */   border-color: #ffffff;
/* 6104  */   background: transparent;
/* 6105  */ }
/* 6106  */ .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
/* 6107  */   background: transparent;
/* 6108  */ }
/* 6109  */ .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
/* 6110  */ .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
/* 6111  */   border-color: #e6e6e6;
/* 6112  */   background: transparent;
/* 6113  */ }
/* 6114  */ .vc_toggle_size_sm .vc_toggle_icon {
/* 6115  */   height: 16px;
/* 6116  */   width: 16px;
/* 6117  */ }
/* 6118  */ .vc_toggle_size_sm .vc_toggle_icon::before {
/* 6119  */   height: 2px;
/* 6120  */   width: 8px;
/* 6121  */ }
/* 6122  */ .vc_toggle_size_sm .vc_toggle_icon::after {
/* 6123  */   height: 8px;
/* 6124  */   width: 2px;
/* 6125  */ }
/* 6126  */ .vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon {
/* 6127  */   display: inline-block;
/* 6128  */   width: 8px;
/* 6129  */   margin-left: 4px;
/* 6130  */   height: 2px;
/* 6131  */ }
/* 6132  */ .vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::before {
/* 6133  */   height: 8px;
/* 6134  */   width: 2px;
/* 6135  */ }
/* 6136  */ .vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::after {
/* 6137  */   width: 6px;
/* 6138  */   height: 0px;
/* 6139  */ }
/* 6140  */ .vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
/* 6141  */   height: 16px;
/* 6142  */   width: 16px;
/* 6143  */ }
/* 6144  */ .vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before,
/* 6145  */ .vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after {
/* 6146  */   border-width: 2px;
/* 6147  */   height: 8px;
/* 6148  */   margin-left: -4px;
/* 6149  */   width: 8px;
/* 6150  */ }

/* js_composer.css */

/* 6151  */ .vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before {
/* 6152  */   margin-top: -8px;
/* 6153  */ }
/* 6154  */ .vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after {
/* 6155  */   margin-top: -4px;
/* 6156  */ }
/* 6157  */ .vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title,
/* 6158  */ .vc_toggle_size_sm.vc_toggle_round .vc_toggle_title,
/* 6159  */ .vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title,
/* 6160  */ .vc_toggle_size_sm.vc_toggle_square .vc_toggle_title,
/* 6161  */ .vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,
/* 6162  */ .vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content,
/* 6163  */ .vc_toggle_size_sm.vc_toggle_round .vc_toggle_content,
/* 6164  */ .vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content,
/* 6165  */ .vc_toggle_size_sm.vc_toggle_square .vc_toggle_content,
/* 6166  */ .vc_toggle_size_sm.vc_toggle_default .vc_toggle_content {
/* 6167  */   padding-left: 24px;
/* 6168  */ }
/* 6169  */ .vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
/* 6170  */ .vc_toggle_size_sm.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
/* 6171  */ .vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
/* 6172  */ .vc_toggle_size_sm.vc_toggle_square .vc_toggle_title .vc_toggle_icon,
/* 6173  */ .vc_toggle_size_sm.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
/* 6174  */ .vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
/* 6175  */ .vc_toggle_size_sm.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
/* 6176  */ .vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
/* 6177  */ .vc_toggle_size_sm.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
/* 6178  */ .vc_toggle_size_sm.vc_toggle_default .vc_toggle_content .vc_toggle_icon {
/* 6179  */   position: absolute;
/* 6180  */   left: 0;
/* 6181  */   top: 50%;
/* 6182  */   -webkit-transform: translate(0, -50%);
/* 6183  */   -ms-transform: translate(0, -50%);
/* 6184  */   -o-transform: translate(0, -50%);
/* 6185  */   transform: translate(0, -50%);
/* 6186  */ }
/* 6187  */ .vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,
/* 6188  */ .vc_toggle_size_sm.vc_toggle_default .vc_toggle_content {
/* 6189  */   padding-left: 17.6px;
/* 6190  */ }
/* 6191  */ .vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
/* 6192  */   margin-left: 8px;
/* 6193  */ }
/* 6194  */ .vc_toggle_size_md .vc_toggle_icon {
/* 6195  */   height: 22px;
/* 6196  */   width: 22px;
/* 6197  */ }
/* 6198  */ .vc_toggle_size_md .vc_toggle_icon::before {
/* 6199  */   height: 2px;
/* 6200  */   width: 10px;

/* js_composer.css */

/* 6201  */ }
/* 6202  */ .vc_toggle_size_md .vc_toggle_icon::after {
/* 6203  */   height: 10px;
/* 6204  */   width: 2px;
/* 6205  */ }
/* 6206  */ .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
/* 6207  */   display: inline-block;
/* 6208  */   width: 10px;
/* 6209  */   margin-left: 5px;
/* 6210  */   height: 4px;
/* 6211  */ }
/* 6212  */ .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
/* 6213  */   height: 10px;
/* 6214  */   width: 4px;
/* 6215  */ }
/* 6216  */ .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
/* 6217  */   width: 8px;
/* 6218  */   height: 2px;
/* 6219  */ }
/* 6220  */ .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
/* 6221  */   height: 22px;
/* 6222  */   width: 22px;
/* 6223  */ }
/* 6224  */ .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before,
/* 6225  */ .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after {
/* 6226  */   border-width: 2px;
/* 6227  */   height: 10px;
/* 6228  */   margin-left: -5px;
/* 6229  */   width: 10px;
/* 6230  */ }
/* 6231  */ .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
/* 6232  */   margin-top: -10px;
/* 6233  */ }
/* 6234  */ .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after {
/* 6235  */   margin-top: -5px;
/* 6236  */ }
/* 6237  */ .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title,
/* 6238  */ .vc_toggle_size_md.vc_toggle_round .vc_toggle_title,
/* 6239  */ .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title,
/* 6240  */ .vc_toggle_size_md.vc_toggle_square .vc_toggle_title,
/* 6241  */ .vc_toggle_size_md.vc_toggle_default .vc_toggle_title,
/* 6242  */ .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content,
/* 6243  */ .vc_toggle_size_md.vc_toggle_round .vc_toggle_content,
/* 6244  */ .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content,
/* 6245  */ .vc_toggle_size_md.vc_toggle_square .vc_toggle_content,
/* 6246  */ .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
/* 6247  */   padding-left: 33px;
/* 6248  */ }
/* 6249  */ .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
/* 6250  */ .vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon,

/* js_composer.css */

/* 6251  */ .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
/* 6252  */ .vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon,
/* 6253  */ .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
/* 6254  */ .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
/* 6255  */ .vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
/* 6256  */ .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
/* 6257  */ .vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
/* 6258  */ .vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon {
/* 6259  */   position: absolute;
/* 6260  */   left: 0;
/* 6261  */   top: 50%;
/* 6262  */   -webkit-transform: translate(0, -50%);
/* 6263  */   -ms-transform: translate(0, -50%);
/* 6264  */   -o-transform: translate(0, -50%);
/* 6265  */   transform: translate(0, -50%);
/* 6266  */ }
/* 6267  */ .vc_toggle_size_md.vc_toggle_default .vc_toggle_title,
/* 6268  */ .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
/* 6269  */   padding-left: 24.2px;
/* 6270  */ }
/* 6271  */ .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
/* 6272  */   margin-left: 11px;
/* 6273  */ }
/* 6274  */ .vc_toggle_size_lg .vc_toggle_icon {
/* 6275  */   height: 28px;
/* 6276  */   width: 28px;
/* 6277  */ }
/* 6278  */ .vc_toggle_size_lg .vc_toggle_icon::before {
/* 6279  */   height: 2px;
/* 6280  */   width: 14px;
/* 6281  */ }
/* 6282  */ .vc_toggle_size_lg .vc_toggle_icon::after {
/* 6283  */   height: 14px;
/* 6284  */   width: 2px;
/* 6285  */ }
/* 6286  */ .vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon {
/* 6287  */   display: inline-block;
/* 6288  */   width: 14px;
/* 6289  */   margin-left: 7px;
/* 6290  */   height: 4px;
/* 6291  */ }
/* 6292  */ .vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::before {
/* 6293  */   height: 14px;
/* 6294  */   width: 4px;
/* 6295  */ }
/* 6296  */ .vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::after {
/* 6297  */   width: 12px;
/* 6298  */   height: 2px;
/* 6299  */ }
/* 6300  */ .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {

/* js_composer.css */

/* 6301  */   height: 28px;
/* 6302  */   width: 28px;
/* 6303  */ }
/* 6304  */ .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before,
/* 6305  */ .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after {
/* 6306  */   border-width: 2px;
/* 6307  */   height: 14px;
/* 6308  */   margin-left: -7px;
/* 6309  */   width: 14px;
/* 6310  */ }
/* 6311  */ .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
/* 6312  */   margin-top: -14px;
/* 6313  */ }
/* 6314  */ .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after {
/* 6315  */   margin-top: -7px;
/* 6316  */ }
/* 6317  */ .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title,
/* 6318  */ .vc_toggle_size_lg.vc_toggle_round .vc_toggle_title,
/* 6319  */ .vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title,
/* 6320  */ .vc_toggle_size_lg.vc_toggle_square .vc_toggle_title,
/* 6321  */ .vc_toggle_size_lg.vc_toggle_default .vc_toggle_title,
/* 6322  */ .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content,
/* 6323  */ .vc_toggle_size_lg.vc_toggle_round .vc_toggle_content,
/* 6324  */ .vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content,
/* 6325  */ .vc_toggle_size_lg.vc_toggle_square .vc_toggle_content,
/* 6326  */ .vc_toggle_size_lg.vc_toggle_default .vc_toggle_content {
/* 6327  */   padding-left: 42px;
/* 6328  */ }
/* 6329  */ .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
/* 6330  */ .vc_toggle_size_lg.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
/* 6331  */ .vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
/* 6332  */ .vc_toggle_size_lg.vc_toggle_square .vc_toggle_title .vc_toggle_icon,
/* 6333  */ .vc_toggle_size_lg.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
/* 6334  */ .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
/* 6335  */ .vc_toggle_size_lg.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
/* 6336  */ .vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
/* 6337  */ .vc_toggle_size_lg.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
/* 6338  */ .vc_toggle_size_lg.vc_toggle_default .vc_toggle_content .vc_toggle_icon {
/* 6339  */   position: absolute;
/* 6340  */   left: 0;
/* 6341  */   top: 50%;
/* 6342  */   -webkit-transform: translate(0, -50%);
/* 6343  */   -ms-transform: translate(0, -50%);
/* 6344  */   -o-transform: translate(0, -50%);
/* 6345  */   transform: translate(0, -50%);
/* 6346  */ }
/* 6347  */ .vc_toggle_size_lg.vc_toggle_default .vc_toggle_title,
/* 6348  */ .vc_toggle_size_lg.vc_toggle_default .vc_toggle_content {
/* 6349  */   padding-left: 30.8px;
/* 6350  */ }

/* js_composer.css */

/* 6351  */ .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
/* 6352  */   margin-left: 14px;
/* 6353  */ }
/* 6354  */ .vc_toggle_simple .vc_toggle_title,
/* 6355  */ .vc_toggle_round .vc_toggle_title,
/* 6356  */ .vc_toggle_rounded .vc_toggle_title,
/* 6357  */ .vc_toggle_square .vc_toggle_title,
/* 6358  */ .vc_toggle_default .vc_toggle_title,
/* 6359  */ .vc_toggle_simple .vc_toggle_content,
/* 6360  */ .vc_toggle_round .vc_toggle_content,
/* 6361  */ .vc_toggle_rounded .vc_toggle_content,
/* 6362  */ .vc_toggle_square .vc_toggle_content,
/* 6363  */ .vc_toggle_default .vc_toggle_content {
/* 6364  */   padding-left: 33px;
/* 6365  */ }
/* 6366  */ .vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
/* 6367  */ .vc_toggle_round .vc_toggle_title .vc_toggle_icon,
/* 6368  */ .vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
/* 6369  */ .vc_toggle_square .vc_toggle_title .vc_toggle_icon,
/* 6370  */ .vc_toggle_default .vc_toggle_title .vc_toggle_icon,
/* 6371  */ .vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
/* 6372  */ .vc_toggle_round .vc_toggle_content .vc_toggle_icon,
/* 6373  */ .vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
/* 6374  */ .vc_toggle_square .vc_toggle_content .vc_toggle_icon,
/* 6375  */ .vc_toggle_default .vc_toggle_content .vc_toggle_icon {
/* 6376  */   position: absolute;
/* 6377  */   left: 0;
/* 6378  */   top: 50%;
/* 6379  */   -webkit-transform: translate(0, -50%);
/* 6380  */   -ms-transform: translate(0, -50%);
/* 6381  */   -o-transform: translate(0, -50%);
/* 6382  */   transform: translate(0, -50%);
/* 6383  */ }
/* 6384  */ .vc_toggle_default .vc_toggle_title,
/* 6385  */ .vc_toggle_default .vc_toggle_content {
/* 6386  */   padding-left: 24.2px;
/* 6387  */ }
/* 6388  */ .vc_toggle_arrow .vc_toggle_icon {
/* 6389  */   margin-left: 11px;
/* 6390  */ }
/* 6391  */ /* Widgetised column element
/* 6392  *| ---------------------------------------------------------- */
/* 6393  */ .wpb_widgetised_column .wpb_wrapper > ul {
/* 6394  */   margin: 0;
/* 6395  */ }
/* 6396  */ .wpb_widgetised_column .wpb_wrapper > ul > li {
/* 6397  */   margin-left: 0;
/* 6398  */   background-image: none;
/* 6399  */   list-style: none !important;
/* 6400  */ }

/* js_composer.css */

/* 6401  */ .wpb_widgetised_column .wpb_wrapper > ul > li:after,
/* 6402  */ .wpb_widgetised_column .wpb_wrapper > ul > li:before {
/* 6403  */   display: none !important;
/* 6404  */ }
/* 6405  */ /* Buttons
/* 6406  *| ---------------------------------------------------------- */
/* 6407  */ .wpb_button {
/* 6408  */   display: inline-block;
/* 6409  */   *display: inline;
/* 6410  */   /* IE7 inline-block hack */
/* 6411  */   *zoom: 1;
/* 6412  */   padding: 4px 10px 4px;
/* 6413  */   margin-bottom: 0;
/* 6414  */   margin-top: 0;
/* 6415  */   font-size: 13px;
/* 6416  */   line-height: 18px;
/* 6417  */   *line-height: 20px;
/* 6418  */   color: #333333;
/* 6419  */   text-align: center;
/* 6420  */   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
/* 6421  */   vertical-align: middle;
/* 6422  */   cursor: pointer;
/* 6423  */   background-color: #f7f7f7;
/* 6424  */   border: 1px solid #cccccc;
/* 6425  */   *border: 0;
/* 6426  */   border-bottom-color: #b3b3b3;
/* 6427  */   -webkit-border-radius: 2px;
/* 6428  */   -moz-border-radius: 2px;
/* 6429  */   border-radius: 2px;
/* 6430  */   *margin-left: .3em;
/* 6431  */ }
/* 6432  */ .wpb_button:hover,
/* 6433  */ .wpb_button:active,
/* 6434  */ .wpb_button.active,
/* 6435  */ .wpb_button.disabled,
/* 6436  */ .wpb_button[disabled] {
/* 6437  */   background-color: #eaeaea;
/* 6438  */ }
/* 6439  */ .wpb_button:active,
/* 6440  */ .wpb_button.active {
/* 6441  */   background-color: #d1d1d1 \9;
/* 6442  */ }
/* 6443  */ .wpb_button:first-child {
/* 6444  */   *margin-left: 0;
/* 6445  */ }
/* 6446  */ .vc_vc_button2 .vc_btn {
/* 6447  */   margin-top: 5px;
/* 6448  */   margin-bottom: 5px;
/* 6449  */ }
/* 6450  */ .vc_vc_button .vc_btn {

/* js_composer.css */

/* 6451  */   margin-top: 5px;
/* 6452  */   margin-bottom: 5px;
/* 6453  */ }
/* 6454  */ .wpb_button:hover {
/* 6455  */   color: #333333;
/* 6456  */   text-decoration: none;
/* 6457  */   background-color: #e6e6e6;
/* 6458  */   *background-color: #d9d9d9;
/* 6459  */   /* Buttons in IE7 don't get borders, so darken on hover */
/* 6460  */   -webkit-transition: background-color 0.1s linear;
/* 6461  */   -o-transition: background-color 0.1s linear;
/* 6462  */   transition: background-color 0.1s linear;
/* 6463  */ }
/* 6464  */ .wpb_button:focus {
/* 6465  */   outline: thin dotted;
/* 6466  */   outline: 5px auto -webkit-focus-ring-color;
/* 6467  */   outline-offset: -2px;
/* 6468  */ }
/* 6469  */ .wpb_button.active,
/* 6470  */ .wpb_button:active {
/* 6471  */   background-color: #e6e6e6;
/* 6472  */   background-color: #d9d9d9 \9;
/* 6473  */   background-image: none;
/* 6474  */   outline: 0;
/* 6475  */   -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
/* 6476  */   box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
/* 6477  */ }
/* 6478  */ button.wpb_btn-large,
/* 6479  */ span.wpb_btn-large {
/* 6480  */   padding: 9px 14px;
/* 6481  */   font-size: 15px;
/* 6482  */   line-height: normal;
/* 6483  */   -webkit-border-radius: 2px;
/* 6484  */   -moz-border-radius: 2px;
/* 6485  */   border-radius: 2px;
/* 6486  */ }
/* 6487  */ button.wpb_btn-large [class^="icon-"],
/* 6488  */ span.wpb_btn-large [class^="icon-"] {
/* 6489  */   margin-top: 1px;
/* 6490  */ }
/* 6491  */ button.wpb_btn-small,
/* 6492  */ span.wpb_btn-small {
/* 6493  */   padding: 5px 9px;
/* 6494  */   font-size: 11px;
/* 6495  */   line-height: 16px;
/* 6496  */ }
/* 6497  */ button.wpb_btn-small [class^="icon-"],
/* 6498  */ span.wpb_btn-small [class^="icon-"] {
/* 6499  */   margin-top: -1px;
/* 6500  */ }

/* js_composer.css */

/* 6501  */ button.wpb_btn-mini,
/* 6502  */ span.wpb_btn-mini {
/* 6503  */   padding: 2px 6px;
/* 6504  */   font-size: 11px;
/* 6505  */   line-height: 14px;
/* 6506  */ }
/* 6507  */ .wpb_btn-primary,
/* 6508  */ .wpb_btn-primary:hover,
/* 6509  */ .wpb_btn-warning,
/* 6510  */ .wpb_btn-warning:hover,
/* 6511  */ .wpb_btn-danger,
/* 6512  */ .wpb_btn-danger:hover,
/* 6513  */ .wpb_btn-success,
/* 6514  */ .wpb_btn-success:hover,
/* 6515  */ .wpb_btn-info,
/* 6516  */ .wpb_btn-info:hover,
/* 6517  */ .wpb_btn-inverse,
/* 6518  */ .wpb_btn-inverse:hover {
/* 6519  */   color: #ffffff;
/* 6520  */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 6521  */ }
/* 6522  */ .wpb_btn-primary.active,
/* 6523  */ .wpb_btn-warning.active,
/* 6524  */ .wpb_btn-danger.active,
/* 6525  */ .wpb_btn-success.active,
/* 6526  */ .wpb_btn-info.active,
/* 6527  */ .wpb_btn-inverse.active {
/* 6528  */   color: rgba(255, 255, 255, 0.75);
/* 6529  */ }
/* 6530  */ .wpb_button {
/* 6531  */   border-color: #ccc;
/* 6532  */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
/* 6533  */ }
/* 6534  */ .wpb_btn-primary {
/* 6535  */   background-color: #0088cc;
/* 6536  */ }
/* 6537  */ .wpb_btn-primary:hover,
/* 6538  */ .wpb_btn-primary:active,
/* 6539  */ .wpb_btn-primary.active,
/* 6540  */ .wpb_btn-primary.disabled,
/* 6541  */ .wpb_btn-primary[disabled] {
/* 6542  */   background-color: #0077b3;
/* 6543  */ }
/* 6544  */ .wpb_btn-primary:active,
/* 6545  */ .wpb_btn-primary.active {
/* 6546  */   background-color: #005580 \9;
/* 6547  */ }
/* 6548  */ .wpb_btn-warning {
/* 6549  */   background-color: #ff9900;
/* 6550  */ }

/* js_composer.css */

/* 6551  */ .wpb_btn-warning:hover,
/* 6552  */ .wpb_btn-warning:active,
/* 6553  */ .wpb_btn-warning.active,
/* 6554  */ .wpb_btn-warning.disabled,
/* 6555  */ .wpb_btn-warning[disabled] {
/* 6556  */   background-color: #e68a00;
/* 6557  */ }
/* 6558  */ .wpb_btn-warning:active,
/* 6559  */ .wpb_btn-warning.active {
/* 6560  */   background-color: #b36b00 \9;
/* 6561  */ }
/* 6562  */ .wpb_btn-danger {
/* 6563  */   background-color: #ff675b;
/* 6564  */ }
/* 6565  */ .wpb_btn-danger:hover,
/* 6566  */ .wpb_btn-danger:active,
/* 6567  */ .wpb_btn-danger.active,
/* 6568  */ .wpb_btn-danger.disabled,
/* 6569  */ .wpb_btn-danger[disabled] {
/* 6570  */   background-color: #ff4f42;
/* 6571  */ }
/* 6572  */ .wpb_btn-danger:active,
/* 6573  */ .wpb_btn-danger.active {
/* 6574  */   background-color: #ff200f \9;
/* 6575  */ }
/* 6576  */ .wpb_btn-success {
/* 6577  */   background-color: #6ab165;
/* 6578  */ }
/* 6579  */ .wpb_btn-success:hover,
/* 6580  */ .wpb_btn-success:active,
/* 6581  */ .wpb_btn-success.active,
/* 6582  */ .wpb_btn-success.disabled,
/* 6583  */ .wpb_btn-success[disabled] {
/* 6584  */   background-color: #5aa855;
/* 6585  */ }
/* 6586  */ .wpb_btn-success:active,
/* 6587  */ .wpb_btn-success.active {
/* 6588  */   background-color: #488644 \9;
/* 6589  */ }
/* 6590  */ .wpb_btn-info {
/* 6591  */   background-color: #58b9da;
/* 6592  */ }
/* 6593  */ .wpb_btn-info:hover,
/* 6594  */ .wpb_btn-info:active,
/* 6595  */ .wpb_btn-info.active,
/* 6596  */ .wpb_btn-info.disabled,
/* 6597  */ .wpb_btn-info[disabled] {
/* 6598  */   background-color: #43b0d5;
/* 6599  */ }
/* 6600  */ .wpb_btn-info:active,

/* js_composer.css */

/* 6601  */ .wpb_btn-info.active {
/* 6602  */   background-color: #2a97bc \9;
/* 6603  */ }
/* 6604  */ .wpb_btn-inverse {
/* 6605  */   background-color: #555555;
/* 6606  */ }
/* 6607  */ .wpb_btn-inverse:hover,
/* 6608  */ .wpb_btn-inverse:active,
/* 6609  */ .wpb_btn-inverse.active,
/* 6610  */ .wpb_btn-inverse.disabled,
/* 6611  */ .wpb_btn-inverse[disabled] {
/* 6612  */   background-color: #484848;
/* 6613  */ }
/* 6614  */ .wpb_btn-inverse:active,
/* 6615  */ .wpb_btn-inverse.active {
/* 6616  */   background-color: #2f2f2f \9;
/* 6617  */ }
/* 6618  */ button.wpb_button,
/* 6619  */ input[type="submit"].wpb_button {
/* 6620  */   *padding-top: 2px;
/* 6621  */   *padding-bottom: 2px;
/* 6622  */ }
/* 6623  */ button.wpb_button::-moz-focus-inner,
/* 6624  */ input[type="submit"].wpb_button::-moz-focus-inner {
/* 6625  */   padding: 0;
/* 6626  */   border: 0;
/* 6627  */ }
/* 6628  */ button.wpb_button.wpb_btn-large,
/* 6629  */ input[type="submit"].wpb_button.wpb_btn-large {
/* 6630  */   *padding-top: 7px;
/* 6631  */   *padding-bottom: 7px;
/* 6632  */ }
/* 6633  */ button.wpb_button.wpb_btn-small,
/* 6634  */ input[type="submit"].wpb_button.wpb_btn-small {
/* 6635  */   *padding-top: 3px;
/* 6636  */   *padding-bottom: 3px;
/* 6637  */ }
/* 6638  */ button.wpb_button.wpb_btn-mini,
/* 6639  */ input[type="submit"].wpb_button.wpb_btn-mini {
/* 6640  */   *padding-top: 1px;
/* 6641  */   *padding-bottom: 1px;
/* 6642  */ }
/* 6643  */ /* Button
/* 6644  *| ---------------------------------------------------------- */
/* 6645  */ a.wpb_button_a {
/* 6646  */   text-decoration: none;
/* 6647  */   border: none;
/* 6648  */ }
/* 6649  */ a.wpb_button_a:hover {
/* 6650  */   text-decoration: none;

/* js_composer.css */

/* 6651  */ }
/* 6652  */ .wpb_button:hover {
/* 6653  */   background-image: none;
/* 6654  */ }
/* 6655  */ /* Button 3
/* 6656  *| ---------------------------------------------------------- */
/* 6657  */ .vc_btn3-container {
/* 6658  */   display: block;
/* 6659  */   margin-bottom: 21.73913043px;
/* 6660  */   max-width: 100%;
/* 6661  */ }
/* 6662  */ .vc_btn3-container.vc_btn3-inline {
/* 6663  */   display: inline-block;
/* 6664  */   vertical-align: top;
/* 6665  */ }
/* 6666  */ .vc_general.vc_btn3 {
/* 6667  */   display: inline-block;
/* 6668  */   margin-bottom: 0;
/* 6669  */   text-align: center;
/* 6670  */   vertical-align: middle;
/* 6671  */   cursor: pointer;
/* 6672  */   background-image: none;
/* 6673  */   background-color: transparent;
/* 6674  */   color: #5472d2;
/* 6675  */   border: 1px solid transparent;
/* 6676  */   box-sizing: border-box;
/* 6677  */   word-wrap: break-word;
/* 6678  */   -webkit-user-select: none;
/* 6679  */   -moz-user-select: none;
/* 6680  */   -ms-user-select: none;
/* 6681  */   user-select: none;
/* 6682  */   text-decoration: none;
/* 6683  */   position: relative;
/* 6684  */   top: 0;
/* 6685  */   -webkit-transition: all 0.2s ease-in-out;
/* 6686  */   transition: all 0.2s ease-in-out;
/* 6687  */   line-height: normal;
/* 6688  */   font-size: 14px;
/* 6689  */   padding-top: 14px;
/* 6690  */   padding-bottom: 14px;
/* 6691  */   padding-left: 20px;
/* 6692  */   padding-right: 20px;
/* 6693  */ }
/* 6694  */ .vc_general.vc_btn3.vc_btn3-style-outline-custom,
/* 6695  */ .vc_general.vc_btn3.vc_btn3-style-outline {
/* 6696  */   padding-top: 13px;
/* 6697  */   padding-bottom: 13px;
/* 6698  */   padding-left: 19px;
/* 6699  */   padding-right: 19px;
/* 6700  */ }

/* js_composer.css */

/* 6701  */ .vc_general.vc_btn3:focus,
/* 6702  */ .vc_general.vc_btn3:active,
/* 6703  */ .vc_general.vc_btn3.active {
/* 6704  */   outline: 0;
/* 6705  */ }
/* 6706  */ .vc_general.vc_btn3:hover,
/* 6707  */ .vc_general.vc_btn3:focus {
/* 6708  */   border: 1px solid transparent;
/* 6709  */   text-decoration: none;
/* 6710  */   color: #4868cf;
/* 6711  */ }
/* 6712  */ .vc_general.vc_btn3 .vc_btn3-icon {
/* 6713  */   vertical-align: top;
/* 6714  */   height: 14px;
/* 6715  */   line-height: 1;
/* 6716  */   font-size: 16px;
/* 6717  */ }
/* 6718  */ .vc_general.vc_btn3 .vc_btn3-icon-inner {
/* 6719  */   display: block;
/* 6720  */   position: absolute;
/* 6721  */   top: 50%;
/* 6722  */   left: 0;
/* 6723  */   -webkit-transform: translate(0, -50%);
/* 6724  */   -ms-transform: translate(0, -50%);
/* 6725  */   transform: translate(0, -50%);
/* 6726  */ }
/* 6727  */ .vc_general.vc_btn3 .vc_btn3-placeholder {
/* 6728  */   display: inline-block;
/* 6729  */   vertical-align: top;
/* 6730  */   width: 0;
/* 6731  */ }
/* 6732  */ .vc_btn3.vc_btn3-icon-left,
/* 6733  */ .vc_btn3.vc_btn3-icon-right {
/* 6734  */   position: relative;
/* 6735  */ }
/* 6736  */ .vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
/* 6737  */ .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
/* 6738  */   display: block;
/* 6739  */   position: absolute;
/* 6740  */   top: 50%;
/* 6741  */   -webkit-transform: translate(0, -50%);
/* 6742  */   -ms-transform: translate(0, -50%);
/* 6743  */   -o-transform: translate(0, -50%);
/* 6744  */   transform: translate(0, -50%);
/* 6745  */ }
/* 6746  */ .vc_btn3.vc_btn3-icon-left {
/* 6747  */   text-align: left;
/* 6748  */ }
/* 6749  */ .vc_btn3.vc_btn3-icon-right {
/* 6750  */   text-align: right;

/* js_composer.css */

/* 6751  */ }
/* 6752  */ .vc_btn3.vc_btn3-icon-right:not(.vc_btn3-block) .vc_btn3-icon-inner {
/* 6753  */   -webkit-transform: translate(-75%, -50%);
/* 6754  */   -ms-transform: translate(-75%, -50%);
/* 6755  */   transform: translate(-75%, -50%);
/* 6756  */ }
/* 6757  */ .vc_btn3.vc_btn3-o-empty .vc_btn3-icon {
/* 6758  */   -webkit-transform: translate(-50%, -50%);
/* 6759  */   -ms-transform: translate(-50%, -50%);
/* 6760  */   transform: translate(-50%, -50%);
/* 6761  */ }
/* 6762  */ .vc_btn3.vc_btn3-o-empty:not(.vc_btn3-block) .vc_btn3-icon-inner {
/* 6763  */   -webkit-transform: translate(-50%, -50%);
/* 6764  */   -ms-transform: translate(-50%, -50%);
/* 6765  */   transform: translate(-50%, -50%);
/* 6766  */ }
/* 6767  */ .vc_btn3.vc_btn3-style-classic {
/* 6768  */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
/* 6769  */ }
/* 6770  */ .vc_btn3.vc_btn3-style-modern {
/* 6771  */   background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
/* 6772  */   background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
/* 6773  */   background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
/* 6774  */   background-repeat: repeat-x;
/* 6775  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
/* 6776  */ }
/* 6777  */ .vc_btn3.vc_btn3-style-outline-custom,
/* 6778  */ .vc_btn3.vc_btn3-style-outline,
/* 6779  */ .vc_btn3.vc_btn3-style-outline-custom:hover,
/* 6780  */ .vc_btn3.vc_btn3-style-outline:hover,
/* 6781  */ .vc_btn3.vc_btn3-style-outline-custom:focus,
/* 6782  */ .vc_btn3.vc_btn3-style-outline:focus {
/* 6783  */   border-width: 2px;
/* 6784  */ }
/* 6785  */ .vc_btn3.vc_btn3-style-custom {
/* 6786  */   background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
/* 6787  */   background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
/* 6788  */   background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
/* 6789  */   background-repeat: no-repeat;
/* 6790  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
/* 6791  */   background-repeat: repeat-x;
/* 6792  */   background-size: 200%;
/* 6793  */   background-position: 0 -100%;
/* 6794  */ }
/* 6795  */ .vc_btn3.vc_btn3-style-custom:hover,
/* 6796  */ .vc_btn3.vc_btn3-style-custom:focus {
/* 6797  */   background-position: 0 100%;
/* 6798  */ }
/* 6799  */ .vc_btn3.vc_btn3-block {
/* 6800  */   display: block;

/* js_composer.css */

/* 6801  */   width: 100%;
/* 6802  */   text-align: inherit;
/* 6803  */ }
/* 6804  */ .vc_btn3.vc_btn3-shape-square {
/* 6805  */   border-radius: 0;
/* 6806  */ }
/* 6807  */ .vc_btn3.vc_btn3-shape-rounded {
/* 6808  */   border-radius: 5px;
/* 6809  */ }
/* 6810  */ .vc_btn3.vc_btn3-shape-round {
/* 6811  */   border-radius: 2em;
/* 6812  */ }
/* 6813  */ .vc_btn3.vc_btn3-size-xs {
/* 6814  */   font-size: 11px;
/* 6815  */   padding-top: 8px;
/* 6816  */   padding-bottom: 8px;
/* 6817  */   padding-left: 12px;
/* 6818  */   padding-right: 12px;
/* 6819  */ }
/* 6820  */ .vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline-custom,
/* 6821  */ .vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline {
/* 6822  */   padding-top: 7px;
/* 6823  */   padding-bottom: 7px;
/* 6824  */   padding-left: 11px;
/* 6825  */   padding-right: 11px;
/* 6826  */ }
/* 6827  */ .vc_btn3.vc_btn3-size-xs .vc_btn3-icon {
/* 6828  */   font-size: 14px;
/* 6829  */   height: 11px;
/* 6830  */   line-height: 11px;
/* 6831  */ }
/* 6832  */ .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
/* 6833  */   padding-left: 31px;
/* 6834  */ }
/* 6835  */ .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
/* 6836  */   left: 12px;
/* 6837  */ }
/* 6838  */ .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
/* 6839  */   padding-right: 31px;
/* 6840  */ }
/* 6841  */ .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
/* 6842  */   right: 12px;
/* 6843  */ }
/* 6844  */ .vc_btn3.vc_btn3-size-sm {
/* 6845  */   font-size: 12px;
/* 6846  */   padding-top: 11px;
/* 6847  */   padding-bottom: 11px;
/* 6848  */   padding-left: 16px;
/* 6849  */   padding-right: 16px;
/* 6850  */ }

/* js_composer.css */

/* 6851  */ .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom,
/* 6852  */ .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline {
/* 6853  */   padding-top: 10px;
/* 6854  */   padding-bottom: 10px;
/* 6855  */   padding-left: 15px;
/* 6856  */   padding-right: 15px;
/* 6857  */ }
/* 6858  */ .vc_btn3.vc_btn3-size-sm .vc_btn3-icon {
/* 6859  */   font-size: 14px;
/* 6860  */   height: 12px;
/* 6861  */   line-height: 12px;
/* 6862  */ }
/* 6863  */ .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
/* 6864  */   padding-left: 39px;
/* 6865  */ }
/* 6866  */ .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
/* 6867  */   left: 16px;
/* 6868  */ }
/* 6869  */ .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
/* 6870  */   padding-right: 39px;
/* 6871  */ }
/* 6872  */ .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
/* 6873  */   right: 16px;
/* 6874  */ }
/* 6875  */ .vc_btn3.vc_btn3-size-md {
/* 6876  */   font-size: 14px;
/* 6877  */   padding-top: 14px;
/* 6878  */   padding-bottom: 14px;
/* 6879  */   padding-left: 20px;
/* 6880  */   padding-right: 20px;
/* 6881  */ }
/* 6882  */ .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom,
/* 6883  */ .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
/* 6884  */   padding-top: 13px;
/* 6885  */   padding-bottom: 13px;
/* 6886  */   padding-left: 19px;
/* 6887  */   padding-right: 19px;
/* 6888  */ }
/* 6889  */ .vc_btn3.vc_btn3-size-md .vc_btn3-icon {
/* 6890  */   font-size: 16px;
/* 6891  */   height: 14px;
/* 6892  */   line-height: 14px;
/* 6893  */ }
/* 6894  */ .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
/* 6895  */   padding-left: 48px;
/* 6896  */ }
/* 6897  */ .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
/* 6898  */   left: 20px;
/* 6899  */ }
/* 6900  */ .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {

/* js_composer.css */

/* 6901  */   padding-right: 48px;
/* 6902  */ }
/* 6903  */ .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
/* 6904  */   right: 20px;
/* 6905  */ }
/* 6906  */ .vc_btn3.vc_btn3-size-lg {
/* 6907  */   font-size: 16px;
/* 6908  */   padding-top: 18px;
/* 6909  */   padding-bottom: 18px;
/* 6910  */   padding-left: 25px;
/* 6911  */   padding-right: 25px;
/* 6912  */ }
/* 6913  */ .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom,
/* 6914  */ .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline {
/* 6915  */   padding-top: 17px;
/* 6916  */   padding-bottom: 17px;
/* 6917  */   padding-left: 24px;
/* 6918  */   padding-right: 24px;
/* 6919  */ }
/* 6920  */ .vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
/* 6921  */   font-size: 20px;
/* 6922  */   height: 16px;
/* 6923  */   line-height: 16px;
/* 6924  */ }
/* 6925  */ .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
/* 6926  */   padding-left: 60px;
/* 6927  */ }
/* 6928  */ .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
/* 6929  */   left: 25px;
/* 6930  */ }
/* 6931  */ .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
/* 6932  */   padding-right: 60px;
/* 6933  */ }
/* 6934  */ .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
/* 6935  */   right: 25px;
/* 6936  */ }
/* 6937  */ .vc_btn3.vc_btn3-color-blue,
/* 6938  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
/* 6939  */   color: #ffffff;
/* 6940  */   background-color: #5472d2;
/* 6941  */ }
/* 6942  */ .vc_btn3.vc_btn3-color-blue:hover,
/* 6943  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover,
/* 6944  */ .vc_btn3.vc_btn3-color-blue:focus,
/* 6945  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus {
/* 6946  */   color: #f7f7f7;
/* 6947  */   background-color: #3c5ecc;
/* 6948  */ }
/* 6949  */ .vc_btn3.vc_btn3-color-blue:active,
/* 6950  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:active,

/* js_composer.css */

/* 6951  */ .vc_btn3.vc_btn3-color-blue.active,
/* 6952  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat.active {
/* 6953  */   color: #f2f2f2;
/* 6954  */   background-color: #3558c8;
/* 6955  */ }
/* 6956  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
/* 6957  */   color: #5472d2;
/* 6958  */   border-color: #5472d2;
/* 6959  */   background-color: transparent;
/* 6960  */ }
/* 6961  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover,
/* 6962  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus {
/* 6963  */   color: #ffffff;
/* 6964  */   border-color: #5472d2;
/* 6965  */   background-color: #5472d2;
/* 6966  */ }
/* 6967  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:active,
/* 6968  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline.active {
/* 6969  */   color: #ffffff;
/* 6970  */   border-color: #5472d2;
/* 6971  */   background-color: #5472d2;
/* 6972  */ }
/* 6973  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d {
/* 6974  */   color: #ffffff;
/* 6975  */   background-color: #5472d2;
/* 6976  */   box-shadow: 0 5px 0 #3253bc;
/* 6977  */ }
/* 6978  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover,
/* 6979  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus {
/* 6980  */   color: #f7f7f7;
/* 6981  */   background-color: #5472d2;
/* 6982  */ }
/* 6983  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:active,
/* 6984  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.active {
/* 6985  */   color: #f2f2f2;
/* 6986  */   background-color: #5472d2;
/* 6987  */ }
/* 6988  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover,
/* 6989  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus {
/* 6990  */   top: 3px;
/* 6991  */   box-shadow: 0 2px 0 #3253bc;
/* 6992  */ }
/* 6993  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs {
/* 6994  */   box-shadow: 0 3px 0 #3253bc;
/* 6995  */ }
/* 6996  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 6997  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 6998  */   top: 1px;
/* 6999  */   box-shadow: 0 2px 0 #3253bc;
/* 7000  */ }

/* js_composer.css */

/* 7001  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm {
/* 7002  */   box-shadow: 0 4px 0 #3253bc;
/* 7003  */ }
/* 7004  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 7005  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 7006  */   top: 2px;
/* 7007  */   box-shadow: 0 2px 0 #3253bc;
/* 7008  */ }
/* 7009  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg {
/* 7010  */   box-shadow: 0 5px 0 #3253bc;
/* 7011  */ }
/* 7012  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 7013  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 7014  */   top: 3px;
/* 7015  */   box-shadow: 0 2px 0 #3253bc;
/* 7016  */ }
/* 7017  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
/* 7018  */   color: #ffffff;
/* 7019  */   border-color: #5472d2;
/* 7020  */   background-color: #5472d2;
/* 7021  */ }
/* 7022  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover,
/* 7023  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:focus {
/* 7024  */   color: #f7f7f7;
/* 7025  */   border-color: #3c5ecc;
/* 7026  */   background-color: #3c5ecc;
/* 7027  */ }
/* 7028  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:active,
/* 7029  */ .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern.active {
/* 7030  */   color: #f2f2f2;
/* 7031  */   border-color: #3558c8;
/* 7032  */   background-color: #3558c8;
/* 7033  */ }
/* 7034  */ .vc_btn3.vc_btn3-color-turquoise,
/* 7035  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
/* 7036  */   color: #ffffff;
/* 7037  */   background-color: #00c1cf;
/* 7038  */ }
/* 7039  */ .vc_btn3.vc_btn3-color-turquoise:hover,
/* 7040  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:hover,
/* 7041  */ .vc_btn3.vc_btn3-color-turquoise:focus,
/* 7042  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:focus {
/* 7043  */   color: #f7f7f7;
/* 7044  */   background-color: #00a4b0;
/* 7045  */ }
/* 7046  */ .vc_btn3.vc_btn3-color-turquoise:active,
/* 7047  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:active,
/* 7048  */ .vc_btn3.vc_btn3-color-turquoise.active,
/* 7049  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat.active {
/* 7050  */   color: #f2f2f2;

/* js_composer.css */

/* 7051  */   background-color: #009ba6;
/* 7052  */ }
/* 7053  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline {
/* 7054  */   color: #00c1cf;
/* 7055  */   border-color: #00c1cf;
/* 7056  */   background-color: transparent;
/* 7057  */ }
/* 7058  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:hover,
/* 7059  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:focus {
/* 7060  */   color: #ffffff;
/* 7061  */   border-color: #00c1cf;
/* 7062  */   background-color: #00c1cf;
/* 7063  */ }
/* 7064  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:active,
/* 7065  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline.active {
/* 7066  */   color: #ffffff;
/* 7067  */   border-color: #00c1cf;
/* 7068  */   background-color: #00c1cf;
/* 7069  */ }
/* 7070  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d {
/* 7071  */   color: #ffffff;
/* 7072  */   background-color: #00c1cf;
/* 7073  */   box-shadow: 0 5px 0 #008d97;
/* 7074  */ }
/* 7075  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover,
/* 7076  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus {
/* 7077  */   color: #f7f7f7;
/* 7078  */   background-color: #00c1cf;
/* 7079  */ }
/* 7080  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:active,
/* 7081  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.active {
/* 7082  */   color: #f2f2f2;
/* 7083  */   background-color: #00c1cf;
/* 7084  */ }
/* 7085  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover,
/* 7086  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus {
/* 7087  */   top: 3px;
/* 7088  */   box-shadow: 0 2px 0 #008d97;
/* 7089  */ }
/* 7090  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs {
/* 7091  */   box-shadow: 0 3px 0 #008d97;
/* 7092  */ }
/* 7093  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 7094  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 7095  */   top: 1px;
/* 7096  */   box-shadow: 0 2px 0 #008d97;
/* 7097  */ }
/* 7098  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm {
/* 7099  */   box-shadow: 0 4px 0 #008d97;
/* 7100  */ }

/* js_composer.css */

/* 7101  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 7102  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 7103  */   top: 2px;
/* 7104  */   box-shadow: 0 2px 0 #008d97;
/* 7105  */ }
/* 7106  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg {
/* 7107  */   box-shadow: 0 5px 0 #008d97;
/* 7108  */ }
/* 7109  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 7110  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 7111  */   top: 3px;
/* 7112  */   box-shadow: 0 2px 0 #008d97;
/* 7113  */ }
/* 7114  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern {
/* 7115  */   color: #ffffff;
/* 7116  */   border-color: #00c1cf;
/* 7117  */   background-color: #00c1cf;
/* 7118  */ }
/* 7119  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:hover,
/* 7120  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:focus {
/* 7121  */   color: #f7f7f7;
/* 7122  */   border-color: #00a4b0;
/* 7123  */   background-color: #00a4b0;
/* 7124  */ }
/* 7125  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:active,
/* 7126  */ .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern.active {
/* 7127  */   color: #f2f2f2;
/* 7128  */   border-color: #009ba6;
/* 7129  */   background-color: #009ba6;
/* 7130  */ }
/* 7131  */ .vc_btn3.vc_btn3-color-pink,
/* 7132  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat {
/* 7133  */   color: #ffffff;
/* 7134  */   background-color: #fe6c61;
/* 7135  */ }
/* 7136  */ .vc_btn3.vc_btn3-color-pink:hover,
/* 7137  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:hover,
/* 7138  */ .vc_btn3.vc_btn3-color-pink:focus,
/* 7139  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:focus {
/* 7140  */   color: #f7f7f7;
/* 7141  */   background-color: #fe5043;
/* 7142  */ }
/* 7143  */ .vc_btn3.vc_btn3-color-pink:active,
/* 7144  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:active,
/* 7145  */ .vc_btn3.vc_btn3-color-pink.active,
/* 7146  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat.active {
/* 7147  */   color: #f2f2f2;
/* 7148  */   background-color: #fe4638;
/* 7149  */ }
/* 7150  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline {

/* js_composer.css */

/* 7151  */   color: #fe6c61;
/* 7152  */   border-color: #fe6c61;
/* 7153  */   background-color: transparent;
/* 7154  */ }
/* 7155  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:hover,
/* 7156  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:focus {
/* 7157  */   color: #ffffff;
/* 7158  */   border-color: #fe6c61;
/* 7159  */   background-color: #fe6c61;
/* 7160  */ }
/* 7161  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:active,
/* 7162  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline.active {
/* 7163  */   color: #ffffff;
/* 7164  */   border-color: #fe6c61;
/* 7165  */   background-color: #fe6c61;
/* 7166  */ }
/* 7167  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d {
/* 7168  */   color: #ffffff;
/* 7169  */   background-color: #fe6c61;
/* 7170  */   box-shadow: 0 5px 0 #fe3829;
/* 7171  */ }
/* 7172  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover,
/* 7173  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus {
/* 7174  */   color: #f7f7f7;
/* 7175  */   background-color: #fe6c61;
/* 7176  */ }
/* 7177  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:active,
/* 7178  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.active {
/* 7179  */   color: #f2f2f2;
/* 7180  */   background-color: #fe6c61;
/* 7181  */ }
/* 7182  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover,
/* 7183  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus {
/* 7184  */   top: 3px;
/* 7185  */   box-shadow: 0 2px 0 #fe3829;
/* 7186  */ }
/* 7187  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs {
/* 7188  */   box-shadow: 0 3px 0 #fe3829;
/* 7189  */ }
/* 7190  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 7191  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 7192  */   top: 1px;
/* 7193  */   box-shadow: 0 2px 0 #fe3829;
/* 7194  */ }
/* 7195  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm {
/* 7196  */   box-shadow: 0 4px 0 #fe3829;
/* 7197  */ }
/* 7198  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 7199  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 7200  */   top: 2px;

/* js_composer.css */

/* 7201  */   box-shadow: 0 2px 0 #fe3829;
/* 7202  */ }
/* 7203  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg {
/* 7204  */   box-shadow: 0 5px 0 #fe3829;
/* 7205  */ }
/* 7206  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 7207  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 7208  */   top: 3px;
/* 7209  */   box-shadow: 0 2px 0 #fe3829;
/* 7210  */ }
/* 7211  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern {
/* 7212  */   color: #ffffff;
/* 7213  */   border-color: #fe6c61;
/* 7214  */   background-color: #fe6c61;
/* 7215  */ }
/* 7216  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:hover,
/* 7217  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:focus {
/* 7218  */   color: #f7f7f7;
/* 7219  */   border-color: #fe5043;
/* 7220  */   background-color: #fe5043;
/* 7221  */ }
/* 7222  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:active,
/* 7223  */ .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern.active {
/* 7224  */   color: #f2f2f2;
/* 7225  */   border-color: #fe4638;
/* 7226  */   background-color: #fe4638;
/* 7227  */ }
/* 7228  */ .vc_btn3.vc_btn3-color-violet,
/* 7229  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat {
/* 7230  */   color: #ffffff;
/* 7231  */   background-color: #8d6dc4;
/* 7232  */ }
/* 7233  */ .vc_btn3.vc_btn3-color-violet:hover,
/* 7234  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:hover,
/* 7235  */ .vc_btn3.vc_btn3-color-violet:focus,
/* 7236  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:focus {
/* 7237  */   color: #f7f7f7;
/* 7238  */   background-color: #7c57bb;
/* 7239  */ }
/* 7240  */ .vc_btn3.vc_btn3-color-violet:active,
/* 7241  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:active,
/* 7242  */ .vc_btn3.vc_btn3-color-violet.active,
/* 7243  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat.active {
/* 7244  */   color: #f2f2f2;
/* 7245  */   background-color: #7650b8;
/* 7246  */ }
/* 7247  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline {
/* 7248  */   color: #8d6dc4;
/* 7249  */   border-color: #8d6dc4;
/* 7250  */   background-color: transparent;

/* js_composer.css */

/* 7251  */ }
/* 7252  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:hover,
/* 7253  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:focus {
/* 7254  */   color: #ffffff;
/* 7255  */   border-color: #8d6dc4;
/* 7256  */   background-color: #8d6dc4;
/* 7257  */ }
/* 7258  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:active,
/* 7259  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline.active {
/* 7260  */   color: #ffffff;
/* 7261  */   border-color: #8d6dc4;
/* 7262  */   background-color: #8d6dc4;
/* 7263  */ }
/* 7264  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d {
/* 7265  */   color: #ffffff;
/* 7266  */   background-color: #8d6dc4;
/* 7267  */   box-shadow: 0 5px 0 #6e48b1;
/* 7268  */ }
/* 7269  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover,
/* 7270  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus {
/* 7271  */   color: #f7f7f7;
/* 7272  */   background-color: #8d6dc4;
/* 7273  */ }
/* 7274  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:active,
/* 7275  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.active {
/* 7276  */   color: #f2f2f2;
/* 7277  */   background-color: #8d6dc4;
/* 7278  */ }
/* 7279  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover,
/* 7280  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus {
/* 7281  */   top: 3px;
/* 7282  */   box-shadow: 0 2px 0 #6e48b1;
/* 7283  */ }
/* 7284  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs {
/* 7285  */   box-shadow: 0 3px 0 #6e48b1;
/* 7286  */ }
/* 7287  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 7288  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 7289  */   top: 1px;
/* 7290  */   box-shadow: 0 2px 0 #6e48b1;
/* 7291  */ }
/* 7292  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm {
/* 7293  */   box-shadow: 0 4px 0 #6e48b1;
/* 7294  */ }
/* 7295  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 7296  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 7297  */   top: 2px;
/* 7298  */   box-shadow: 0 2px 0 #6e48b1;
/* 7299  */ }
/* 7300  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg {

/* js_composer.css */

/* 7301  */   box-shadow: 0 5px 0 #6e48b1;
/* 7302  */ }
/* 7303  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 7304  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 7305  */   top: 3px;
/* 7306  */   box-shadow: 0 2px 0 #6e48b1;
/* 7307  */ }
/* 7308  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern {
/* 7309  */   color: #ffffff;
/* 7310  */   border-color: #8d6dc4;
/* 7311  */   background-color: #8d6dc4;
/* 7312  */ }
/* 7313  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:hover,
/* 7314  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:focus {
/* 7315  */   color: #f7f7f7;
/* 7316  */   border-color: #7c57bb;
/* 7317  */   background-color: #7c57bb;
/* 7318  */ }
/* 7319  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:active,
/* 7320  */ .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern.active {
/* 7321  */   color: #f2f2f2;
/* 7322  */   border-color: #7650b8;
/* 7323  */   background-color: #7650b8;
/* 7324  */ }
/* 7325  */ .vc_btn3.vc_btn3-color-peacoc,
/* 7326  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat {
/* 7327  */   color: #ffffff;
/* 7328  */   background-color: #4cadc9;
/* 7329  */ }
/* 7330  */ .vc_btn3.vc_btn3-color-peacoc:hover,
/* 7331  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:hover,
/* 7332  */ .vc_btn3.vc_btn3-color-peacoc:focus,
/* 7333  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:focus {
/* 7334  */   color: #f7f7f7;
/* 7335  */   background-color: #39a0bd;
/* 7336  */ }
/* 7337  */ .vc_btn3.vc_btn3-color-peacoc:active,
/* 7338  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:active,
/* 7339  */ .vc_btn3.vc_btn3-color-peacoc.active,
/* 7340  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat.active {
/* 7341  */   color: #f2f2f2;
/* 7342  */   background-color: #3799b5;
/* 7343  */ }
/* 7344  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline {
/* 7345  */   color: #4cadc9;
/* 7346  */   border-color: #4cadc9;
/* 7347  */   background-color: transparent;
/* 7348  */ }
/* 7349  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:hover,
/* 7350  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:focus {

/* js_composer.css */

/* 7351  */   color: #ffffff;
/* 7352  */   border-color: #4cadc9;
/* 7353  */   background-color: #4cadc9;
/* 7354  */ }
/* 7355  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:active,
/* 7356  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline.active {
/* 7357  */   color: #ffffff;
/* 7358  */   border-color: #4cadc9;
/* 7359  */   background-color: #4cadc9;
/* 7360  */ }
/* 7361  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d {
/* 7362  */   color: #ffffff;
/* 7363  */   background-color: #4cadc9;
/* 7364  */   box-shadow: 0 5px 0 #338faa;
/* 7365  */ }
/* 7366  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover,
/* 7367  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus {
/* 7368  */   color: #f7f7f7;
/* 7369  */   background-color: #4cadc9;
/* 7370  */ }
/* 7371  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:active,
/* 7372  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.active {
/* 7373  */   color: #f2f2f2;
/* 7374  */   background-color: #4cadc9;
/* 7375  */ }
/* 7376  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover,
/* 7377  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus {
/* 7378  */   top: 3px;
/* 7379  */   box-shadow: 0 2px 0 #338faa;
/* 7380  */ }
/* 7381  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs {
/* 7382  */   box-shadow: 0 3px 0 #338faa;
/* 7383  */ }
/* 7384  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 7385  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 7386  */   top: 1px;
/* 7387  */   box-shadow: 0 2px 0 #338faa;
/* 7388  */ }
/* 7389  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm {
/* 7390  */   box-shadow: 0 4px 0 #338faa;
/* 7391  */ }
/* 7392  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 7393  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 7394  */   top: 2px;
/* 7395  */   box-shadow: 0 2px 0 #338faa;
/* 7396  */ }
/* 7397  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg {
/* 7398  */   box-shadow: 0 5px 0 #338faa;
/* 7399  */ }
/* 7400  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:hover,

/* js_composer.css */

/* 7401  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 7402  */   top: 3px;
/* 7403  */   box-shadow: 0 2px 0 #338faa;
/* 7404  */ }
/* 7405  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern {
/* 7406  */   color: #ffffff;
/* 7407  */   border-color: #4cadc9;
/* 7408  */   background-color: #4cadc9;
/* 7409  */ }
/* 7410  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:hover,
/* 7411  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:focus {
/* 7412  */   color: #f7f7f7;
/* 7413  */   border-color: #39a0bd;
/* 7414  */   background-color: #39a0bd;
/* 7415  */ }
/* 7416  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:active,
/* 7417  */ .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern.active {
/* 7418  */   color: #f2f2f2;
/* 7419  */   border-color: #3799b5;
/* 7420  */   background-color: #3799b5;
/* 7421  */ }
/* 7422  */ .vc_btn3.vc_btn3-color-chino,
/* 7423  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat {
/* 7424  */   color: #ffffff;
/* 7425  */   background-color: #cec2ab;
/* 7426  */ }
/* 7427  */ .vc_btn3.vc_btn3-color-chino:hover,
/* 7428  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:hover,
/* 7429  */ .vc_btn3.vc_btn3-color-chino:focus,
/* 7430  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:focus {
/* 7431  */   color: #f7f7f7;
/* 7432  */   background-color: #c3b498;
/* 7433  */ }
/* 7434  */ .vc_btn3.vc_btn3-color-chino:active,
/* 7435  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:active,
/* 7436  */ .vc_btn3.vc_btn3-color-chino.active,
/* 7437  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat.active {
/* 7438  */   color: #f2f2f2;
/* 7439  */   background-color: #bfaf91;
/* 7440  */ }
/* 7441  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline {
/* 7442  */   color: #cec2ab;
/* 7443  */   border-color: #cec2ab;
/* 7444  */   background-color: transparent;
/* 7445  */ }
/* 7446  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:hover,
/* 7447  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:focus {
/* 7448  */   color: #ffffff;
/* 7449  */   border-color: #cec2ab;
/* 7450  */   background-color: #cec2ab;

/* js_composer.css */

/* 7451  */ }
/* 7452  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:active,
/* 7453  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline.active {
/* 7454  */   color: #ffffff;
/* 7455  */   border-color: #cec2ab;
/* 7456  */   background-color: #cec2ab;
/* 7457  */ }
/* 7458  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d {
/* 7459  */   color: #ffffff;
/* 7460  */   background-color: #cec2ab;
/* 7461  */   box-shadow: 0 5px 0 #b9a888;
/* 7462  */ }
/* 7463  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover,
/* 7464  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus {
/* 7465  */   color: #f7f7f7;
/* 7466  */   background-color: #cec2ab;
/* 7467  */ }
/* 7468  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:active,
/* 7469  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.active {
/* 7470  */   color: #f2f2f2;
/* 7471  */   background-color: #cec2ab;
/* 7472  */ }
/* 7473  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover,
/* 7474  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus {
/* 7475  */   top: 3px;
/* 7476  */   box-shadow: 0 2px 0 #b9a888;
/* 7477  */ }
/* 7478  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs {
/* 7479  */   box-shadow: 0 3px 0 #b9a888;
/* 7480  */ }
/* 7481  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 7482  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 7483  */   top: 1px;
/* 7484  */   box-shadow: 0 2px 0 #b9a888;
/* 7485  */ }
/* 7486  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm {
/* 7487  */   box-shadow: 0 4px 0 #b9a888;
/* 7488  */ }
/* 7489  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 7490  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 7491  */   top: 2px;
/* 7492  */   box-shadow: 0 2px 0 #b9a888;
/* 7493  */ }
/* 7494  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg {
/* 7495  */   box-shadow: 0 5px 0 #b9a888;
/* 7496  */ }
/* 7497  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 7498  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 7499  */   top: 3px;
/* 7500  */   box-shadow: 0 2px 0 #b9a888;

/* js_composer.css */

/* 7501  */ }
/* 7502  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern {
/* 7503  */   color: #ffffff;
/* 7504  */   border-color: #cec2ab;
/* 7505  */   background-color: #cec2ab;
/* 7506  */ }
/* 7507  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:hover,
/* 7508  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:focus {
/* 7509  */   color: #f7f7f7;
/* 7510  */   border-color: #c3b498;
/* 7511  */   background-color: #c3b498;
/* 7512  */ }
/* 7513  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:active,
/* 7514  */ .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern.active {
/* 7515  */   color: #f2f2f2;
/* 7516  */   border-color: #bfaf91;
/* 7517  */   background-color: #bfaf91;
/* 7518  */ }
/* 7519  */ .vc_btn3.vc_btn3-color-mulled-wine,
/* 7520  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat {
/* 7521  */   color: #ffffff;
/* 7522  */   background-color: #50485b;
/* 7523  */ }
/* 7524  */ .vc_btn3.vc_btn3-color-mulled-wine:hover,
/* 7525  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:hover,
/* 7526  */ .vc_btn3.vc_btn3-color-mulled-wine:focus,
/* 7527  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:focus {
/* 7528  */   color: #f7f7f7;
/* 7529  */   background-color: #413a4a;
/* 7530  */ }
/* 7531  */ .vc_btn3.vc_btn3-color-mulled-wine:active,
/* 7532  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:active,
/* 7533  */ .vc_btn3.vc_btn3-color-mulled-wine.active,
/* 7534  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat.active {
/* 7535  */   color: #f2f2f2;
/* 7536  */   background-color: #3c3644;
/* 7537  */ }
/* 7538  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline {
/* 7539  */   color: #50485b;
/* 7540  */   border-color: #50485b;
/* 7541  */   background-color: transparent;
/* 7542  */ }
/* 7543  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:hover,
/* 7544  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:focus {
/* 7545  */   color: #ffffff;
/* 7546  */   border-color: #50485b;
/* 7547  */   background-color: #50485b;
/* 7548  */ }
/* 7549  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:active,
/* 7550  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline.active {

/* js_composer.css */

/* 7551  */   color: #ffffff;
/* 7552  */   border-color: #50485b;
/* 7553  */   background-color: #50485b;
/* 7554  */ }
/* 7555  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d {
/* 7556  */   color: #ffffff;
/* 7557  */   background-color: #50485b;
/* 7558  */   box-shadow: 0 5px 0 #342f3c;
/* 7559  */ }
/* 7560  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover,
/* 7561  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus {
/* 7562  */   color: #f7f7f7;
/* 7563  */   background-color: #50485b;
/* 7564  */ }
/* 7565  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:active,
/* 7566  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.active {
/* 7567  */   color: #f2f2f2;
/* 7568  */   background-color: #50485b;
/* 7569  */ }
/* 7570  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover,
/* 7571  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus {
/* 7572  */   top: 3px;
/* 7573  */   box-shadow: 0 2px 0 #342f3c;
/* 7574  */ }
/* 7575  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs {
/* 7576  */   box-shadow: 0 3px 0 #342f3c;
/* 7577  */ }
/* 7578  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 7579  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 7580  */   top: 1px;
/* 7581  */   box-shadow: 0 2px 0 #342f3c;
/* 7582  */ }
/* 7583  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm {
/* 7584  */   box-shadow: 0 4px 0 #342f3c;
/* 7585  */ }
/* 7586  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 7587  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 7588  */   top: 2px;
/* 7589  */   box-shadow: 0 2px 0 #342f3c;
/* 7590  */ }
/* 7591  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg {
/* 7592  */   box-shadow: 0 5px 0 #342f3c;
/* 7593  */ }
/* 7594  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 7595  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 7596  */   top: 3px;
/* 7597  */   box-shadow: 0 2px 0 #342f3c;
/* 7598  */ }
/* 7599  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern {
/* 7600  */   color: #ffffff;

/* js_composer.css */

/* 7601  */   border-color: #50485b;
/* 7602  */   background-color: #50485b;
/* 7603  */ }
/* 7604  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:hover,
/* 7605  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:focus {
/* 7606  */   color: #f7f7f7;
/* 7607  */   border-color: #413a4a;
/* 7608  */   background-color: #413a4a;
/* 7609  */ }
/* 7610  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:active,
/* 7611  */ .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern.active {
/* 7612  */   color: #f2f2f2;
/* 7613  */   border-color: #3c3644;
/* 7614  */   background-color: #3c3644;
/* 7615  */ }
/* 7616  */ .vc_btn3.vc_btn3-color-vista-blue,
/* 7617  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat {
/* 7618  */   color: #ffffff;
/* 7619  */   background-color: #75d69c;
/* 7620  */ }
/* 7621  */ .vc_btn3.vc_btn3-color-vista-blue:hover,
/* 7622  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:hover,
/* 7623  */ .vc_btn3.vc_btn3-color-vista-blue:focus,
/* 7624  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:focus {
/* 7625  */   color: #f7f7f7;
/* 7626  */   background-color: #5dcf8b;
/* 7627  */ }
/* 7628  */ .vc_btn3.vc_btn3-color-vista-blue:active,
/* 7629  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:active,
/* 7630  */ .vc_btn3.vc_btn3-color-vista-blue.active,
/* 7631  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat.active {
/* 7632  */   color: #f2f2f2;
/* 7633  */   background-color: #56cd85;
/* 7634  */ }
/* 7635  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline {
/* 7636  */   color: #75d69c;
/* 7637  */   border-color: #75d69c;
/* 7638  */   background-color: transparent;
/* 7639  */ }
/* 7640  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:hover,
/* 7641  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:focus {
/* 7642  */   color: #ffffff;
/* 7643  */   border-color: #75d69c;
/* 7644  */   background-color: #75d69c;
/* 7645  */ }
/* 7646  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:active,
/* 7647  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline.active {
/* 7648  */   color: #ffffff;
/* 7649  */   border-color: #75d69c;
/* 7650  */   background-color: #75d69c;

/* js_composer.css */

/* 7651  */ }
/* 7652  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d {
/* 7653  */   color: #ffffff;
/* 7654  */   background-color: #75d69c;
/* 7655  */   box-shadow: 0 5px 0 #4ac97d;
/* 7656  */ }
/* 7657  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover,
/* 7658  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus {
/* 7659  */   color: #f7f7f7;
/* 7660  */   background-color: #75d69c;
/* 7661  */ }
/* 7662  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:active,
/* 7663  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.active {
/* 7664  */   color: #f2f2f2;
/* 7665  */   background-color: #75d69c;
/* 7666  */ }
/* 7667  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover,
/* 7668  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus {
/* 7669  */   top: 3px;
/* 7670  */   box-shadow: 0 2px 0 #4ac97d;
/* 7671  */ }
/* 7672  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs {
/* 7673  */   box-shadow: 0 3px 0 #4ac97d;
/* 7674  */ }
/* 7675  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 7676  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 7677  */   top: 1px;
/* 7678  */   box-shadow: 0 2px 0 #4ac97d;
/* 7679  */ }
/* 7680  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm {
/* 7681  */   box-shadow: 0 4px 0 #4ac97d;
/* 7682  */ }
/* 7683  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 7684  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 7685  */   top: 2px;
/* 7686  */   box-shadow: 0 2px 0 #4ac97d;
/* 7687  */ }
/* 7688  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg {
/* 7689  */   box-shadow: 0 5px 0 #4ac97d;
/* 7690  */ }
/* 7691  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 7692  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 7693  */   top: 3px;
/* 7694  */   box-shadow: 0 2px 0 #4ac97d;
/* 7695  */ }
/* 7696  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern {
/* 7697  */   color: #ffffff;
/* 7698  */   border-color: #75d69c;
/* 7699  */   background-color: #75d69c;
/* 7700  */ }

/* js_composer.css */

/* 7701  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:hover,
/* 7702  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:focus {
/* 7703  */   color: #f7f7f7;
/* 7704  */   border-color: #5dcf8b;
/* 7705  */   background-color: #5dcf8b;
/* 7706  */ }
/* 7707  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:active,
/* 7708  */ .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern.active {
/* 7709  */   color: #f2f2f2;
/* 7710  */   border-color: #56cd85;
/* 7711  */   background-color: #56cd85;
/* 7712  */ }
/* 7713  */ .vc_btn3.vc_btn3-color-orange,
/* 7714  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
/* 7715  */   color: #ffffff;
/* 7716  */   background-color: #f7be68;
/* 7717  */ }
/* 7718  */ .vc_btn3.vc_btn3-color-orange:hover,
/* 7719  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover,
/* 7720  */ .vc_btn3.vc_btn3-color-orange:focus,
/* 7721  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:focus {
/* 7722  */   color: #f7f7f7;
/* 7723  */   background-color: #f5b14b;
/* 7724  */ }
/* 7725  */ .vc_btn3.vc_btn3-color-orange:active,
/* 7726  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:active,
/* 7727  */ .vc_btn3.vc_btn3-color-orange.active,
/* 7728  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat.active {
/* 7729  */   color: #f2f2f2;
/* 7730  */   background-color: #f5ad41;
/* 7731  */ }
/* 7732  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline {
/* 7733  */   color: #f7be68;
/* 7734  */   border-color: #f7be68;
/* 7735  */   background-color: transparent;
/* 7736  */ }
/* 7737  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:hover,
/* 7738  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:focus {
/* 7739  */   color: #ffffff;
/* 7740  */   border-color: #f7be68;
/* 7741  */   background-color: #f7be68;
/* 7742  */ }
/* 7743  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:active,
/* 7744  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline.active {
/* 7745  */   color: #ffffff;
/* 7746  */   border-color: #f7be68;
/* 7747  */   background-color: #f7be68;
/* 7748  */ }
/* 7749  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d {
/* 7750  */   color: #ffffff;

/* js_composer.css */

/* 7751  */   background-color: #f7be68;
/* 7752  */   box-shadow: 0 5px 0 #f4a733;
/* 7753  */ }
/* 7754  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover,
/* 7755  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus {
/* 7756  */   color: #f7f7f7;
/* 7757  */   background-color: #f7be68;
/* 7758  */ }
/* 7759  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:active,
/* 7760  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.active {
/* 7761  */   color: #f2f2f2;
/* 7762  */   background-color: #f7be68;
/* 7763  */ }
/* 7764  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover,
/* 7765  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus {
/* 7766  */   top: 3px;
/* 7767  */   box-shadow: 0 2px 0 #f4a733;
/* 7768  */ }
/* 7769  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs {
/* 7770  */   box-shadow: 0 3px 0 #f4a733;
/* 7771  */ }
/* 7772  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 7773  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 7774  */   top: 1px;
/* 7775  */   box-shadow: 0 2px 0 #f4a733;
/* 7776  */ }
/* 7777  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm {
/* 7778  */   box-shadow: 0 4px 0 #f4a733;
/* 7779  */ }
/* 7780  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 7781  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 7782  */   top: 2px;
/* 7783  */   box-shadow: 0 2px 0 #f4a733;
/* 7784  */ }
/* 7785  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg {
/* 7786  */   box-shadow: 0 5px 0 #f4a733;
/* 7787  */ }
/* 7788  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 7789  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 7790  */   top: 3px;
/* 7791  */   box-shadow: 0 2px 0 #f4a733;
/* 7792  */ }
/* 7793  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
/* 7794  */   color: #ffffff;
/* 7795  */   border-color: #f7be68;
/* 7796  */   background-color: #f7be68;
/* 7797  */ }
/* 7798  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover,
/* 7799  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:focus {
/* 7800  */   color: #f7f7f7;

/* js_composer.css */

/* 7801  */   border-color: #f5b14b;
/* 7802  */   background-color: #f5b14b;
/* 7803  */ }
/* 7804  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:active,
/* 7805  */ .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern.active {
/* 7806  */   color: #f2f2f2;
/* 7807  */   border-color: #f5ad41;
/* 7808  */   background-color: #f5ad41;
/* 7809  */ }
/* 7810  */ .vc_btn3.vc_btn3-color-sky,
/* 7811  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat {
/* 7812  */   color: #ffffff;
/* 7813  */   background-color: #5aa1e3;
/* 7814  */ }
/* 7815  */ .vc_btn3.vc_btn3-color-sky:hover,
/* 7816  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover,
/* 7817  */ .vc_btn3.vc_btn3-color-sky:focus,
/* 7818  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:focus {
/* 7819  */   color: #f7f7f7;
/* 7820  */   background-color: #4092df;
/* 7821  */ }
/* 7822  */ .vc_btn3.vc_btn3-color-sky:active,
/* 7823  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:active,
/* 7824  */ .vc_btn3.vc_btn3-color-sky.active,
/* 7825  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat.active {
/* 7826  */   color: #f2f2f2;
/* 7827  */   background-color: #378ddd;
/* 7828  */ }
/* 7829  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline {
/* 7830  */   color: #5aa1e3;
/* 7831  */   border-color: #5aa1e3;
/* 7832  */   background-color: transparent;
/* 7833  */ }
/* 7834  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:hover,
/* 7835  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:focus {
/* 7836  */   color: #ffffff;
/* 7837  */   border-color: #5aa1e3;
/* 7838  */   background-color: #5aa1e3;
/* 7839  */ }
/* 7840  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:active,
/* 7841  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline.active {
/* 7842  */   color: #ffffff;
/* 7843  */   border-color: #5aa1e3;
/* 7844  */   background-color: #5aa1e3;
/* 7845  */ }
/* 7846  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d {
/* 7847  */   color: #ffffff;
/* 7848  */   background-color: #5aa1e3;
/* 7849  */   box-shadow: 0 5px 0 #2a86db;
/* 7850  */ }

/* js_composer.css */

/* 7851  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover,
/* 7852  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus {
/* 7853  */   color: #f7f7f7;
/* 7854  */   background-color: #5aa1e3;
/* 7855  */ }
/* 7856  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:active,
/* 7857  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.active {
/* 7858  */   color: #f2f2f2;
/* 7859  */   background-color: #5aa1e3;
/* 7860  */ }
/* 7861  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover,
/* 7862  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus {
/* 7863  */   top: 3px;
/* 7864  */   box-shadow: 0 2px 0 #2a86db;
/* 7865  */ }
/* 7866  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs {
/* 7867  */   box-shadow: 0 3px 0 #2a86db;
/* 7868  */ }
/* 7869  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 7870  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 7871  */   top: 1px;
/* 7872  */   box-shadow: 0 2px 0 #2a86db;
/* 7873  */ }
/* 7874  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm {
/* 7875  */   box-shadow: 0 4px 0 #2a86db;
/* 7876  */ }
/* 7877  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 7878  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 7879  */   top: 2px;
/* 7880  */   box-shadow: 0 2px 0 #2a86db;
/* 7881  */ }
/* 7882  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg {
/* 7883  */   box-shadow: 0 5px 0 #2a86db;
/* 7884  */ }
/* 7885  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 7886  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 7887  */   top: 3px;
/* 7888  */   box-shadow: 0 2px 0 #2a86db;
/* 7889  */ }
/* 7890  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern {
/* 7891  */   color: #ffffff;
/* 7892  */   border-color: #5aa1e3;
/* 7893  */   background-color: #5aa1e3;
/* 7894  */ }
/* 7895  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:hover,
/* 7896  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:focus {
/* 7897  */   color: #f7f7f7;
/* 7898  */   border-color: #4092df;
/* 7899  */   background-color: #4092df;
/* 7900  */ }

/* js_composer.css */

/* 7901  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:active,
/* 7902  */ .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern.active {
/* 7903  */   color: #f2f2f2;
/* 7904  */   border-color: #378ddd;
/* 7905  */   background-color: #378ddd;
/* 7906  */ }
/* 7907  */ .vc_btn3.vc_btn3-color-green,
/* 7908  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
/* 7909  */   color: #ffffff;
/* 7910  */   background-color: #6dab3c;
/* 7911  */ }
/* 7912  */ .vc_btn3.vc_btn3-color-green:hover,
/* 7913  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover,
/* 7914  */ .vc_btn3.vc_btn3-color-green:focus,
/* 7915  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:focus {
/* 7916  */   color: #f7f7f7;
/* 7917  */   background-color: #5f9434;
/* 7918  */ }
/* 7919  */ .vc_btn3.vc_btn3-color-green:active,
/* 7920  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:active,
/* 7921  */ .vc_btn3.vc_btn3-color-green.active,
/* 7922  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat.active {
/* 7923  */   color: #f2f2f2;
/* 7924  */   background-color: #5a8d31;
/* 7925  */ }
/* 7926  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline {
/* 7927  */   color: #6dab3c;
/* 7928  */   border-color: #6dab3c;
/* 7929  */   background-color: transparent;
/* 7930  */ }
/* 7931  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover,
/* 7932  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus {
/* 7933  */   color: #ffffff;
/* 7934  */   border-color: #6dab3c;
/* 7935  */   background-color: #6dab3c;
/* 7936  */ }
/* 7937  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active,
/* 7938  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline.active {
/* 7939  */   color: #ffffff;
/* 7940  */   border-color: #6dab3c;
/* 7941  */   background-color: #6dab3c;
/* 7942  */ }
/* 7943  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d {
/* 7944  */   color: #ffffff;
/* 7945  */   background-color: #6dab3c;
/* 7946  */   box-shadow: 0 5px 0 #53812d;
/* 7947  */ }
/* 7948  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover,
/* 7949  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus {
/* 7950  */   color: #f7f7f7;

/* js_composer.css */

/* 7951  */   background-color: #6dab3c;
/* 7952  */ }
/* 7953  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:active,
/* 7954  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.active {
/* 7955  */   color: #f2f2f2;
/* 7956  */   background-color: #6dab3c;
/* 7957  */ }
/* 7958  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover,
/* 7959  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus {
/* 7960  */   top: 3px;
/* 7961  */   box-shadow: 0 2px 0 #53812d;
/* 7962  */ }
/* 7963  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs {
/* 7964  */   box-shadow: 0 3px 0 #53812d;
/* 7965  */ }
/* 7966  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 7967  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 7968  */   top: 1px;
/* 7969  */   box-shadow: 0 2px 0 #53812d;
/* 7970  */ }
/* 7971  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm {
/* 7972  */   box-shadow: 0 4px 0 #53812d;
/* 7973  */ }
/* 7974  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 7975  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 7976  */   top: 2px;
/* 7977  */   box-shadow: 0 2px 0 #53812d;
/* 7978  */ }
/* 7979  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg {
/* 7980  */   box-shadow: 0 5px 0 #53812d;
/* 7981  */ }
/* 7982  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 7983  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 7984  */   top: 3px;
/* 7985  */   box-shadow: 0 2px 0 #53812d;
/* 7986  */ }
/* 7987  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
/* 7988  */   color: #ffffff;
/* 7989  */   border-color: #6dab3c;
/* 7990  */   background-color: #6dab3c;
/* 7991  */ }
/* 7992  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover,
/* 7993  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:focus {
/* 7994  */   color: #f7f7f7;
/* 7995  */   border-color: #5f9434;
/* 7996  */   background-color: #5f9434;
/* 7997  */ }
/* 7998  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:active,
/* 7999  */ .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern.active {
/* 8000  */   color: #f2f2f2;

/* js_composer.css */

/* 8001  */   border-color: #5a8d31;
/* 8002  */   background-color: #5a8d31;
/* 8003  */ }
/* 8004  */ .vc_btn3.vc_btn3-color-juicy-pink,
/* 8005  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
/* 8006  */   color: #ffffff;
/* 8007  */   background-color: #f4524d;
/* 8008  */ }
/* 8009  */ .vc_btn3.vc_btn3-color-juicy-pink:hover,
/* 8010  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,
/* 8011  */ .vc_btn3.vc_btn3-color-juicy-pink:focus,
/* 8012  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus {
/* 8013  */   color: #f7f7f7;
/* 8014  */   background-color: #f23630;
/* 8015  */ }
/* 8016  */ .vc_btn3.vc_btn3-color-juicy-pink:active,
/* 8017  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active,
/* 8018  */ .vc_btn3.vc_btn3-color-juicy-pink.active,
/* 8019  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat.active {
/* 8020  */   color: #f2f2f2;
/* 8021  */   background-color: #f22d27;
/* 8022  */ }
/* 8023  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline {
/* 8024  */   color: #f4524d;
/* 8025  */   border-color: #f4524d;
/* 8026  */   background-color: transparent;
/* 8027  */ }
/* 8028  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:hover,
/* 8029  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:focus {
/* 8030  */   color: #ffffff;
/* 8031  */   border-color: #f4524d;
/* 8032  */   background-color: #f4524d;
/* 8033  */ }
/* 8034  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:active,
/* 8035  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline.active {
/* 8036  */   color: #ffffff;
/* 8037  */   border-color: #f4524d;
/* 8038  */   background-color: #f4524d;
/* 8039  */ }
/* 8040  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d {
/* 8041  */   color: #ffffff;
/* 8042  */   background-color: #f4524d;
/* 8043  */   box-shadow: 0 5px 0 #f11f18;
/* 8044  */ }
/* 8045  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover,
/* 8046  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus {
/* 8047  */   color: #f7f7f7;
/* 8048  */   background-color: #f4524d;
/* 8049  */ }
/* 8050  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:active,

/* js_composer.css */

/* 8051  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.active {
/* 8052  */   color: #f2f2f2;
/* 8053  */   background-color: #f4524d;
/* 8054  */ }
/* 8055  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover,
/* 8056  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus {
/* 8057  */   top: 3px;
/* 8058  */   box-shadow: 0 2px 0 #f11f18;
/* 8059  */ }
/* 8060  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs {
/* 8061  */   box-shadow: 0 3px 0 #f11f18;
/* 8062  */ }
/* 8063  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 8064  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 8065  */   top: 1px;
/* 8066  */   box-shadow: 0 2px 0 #f11f18;
/* 8067  */ }
/* 8068  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm {
/* 8069  */   box-shadow: 0 4px 0 #f11f18;
/* 8070  */ }
/* 8071  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 8072  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 8073  */   top: 2px;
/* 8074  */   box-shadow: 0 2px 0 #f11f18;
/* 8075  */ }
/* 8076  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg {
/* 8077  */   box-shadow: 0 5px 0 #f11f18;
/* 8078  */ }
/* 8079  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 8080  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 8081  */   top: 3px;
/* 8082  */   box-shadow: 0 2px 0 #f11f18;
/* 8083  */ }
/* 8084  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern {
/* 8085  */   color: #ffffff;
/* 8086  */   border-color: #f4524d;
/* 8087  */   background-color: #f4524d;
/* 8088  */ }
/* 8089  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:hover,
/* 8090  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:focus {
/* 8091  */   color: #f7f7f7;
/* 8092  */   border-color: #f23630;
/* 8093  */   background-color: #f23630;
/* 8094  */ }
/* 8095  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:active,
/* 8096  */ .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern.active {
/* 8097  */   color: #f2f2f2;
/* 8098  */   border-color: #f22d27;
/* 8099  */   background-color: #f22d27;
/* 8100  */ }

/* js_composer.css */

/* 8101  */ .vc_btn3.vc_btn3-color-sandy-brown,
/* 8102  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat {
/* 8103  */   color: #ffffff;
/* 8104  */   background-color: #f79468;
/* 8105  */ }
/* 8106  */ .vc_btn3.vc_btn3-color-sandy-brown:hover,
/* 8107  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:hover,
/* 8108  */ .vc_btn3.vc_btn3-color-sandy-brown:focus,
/* 8109  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:focus {
/* 8110  */   color: #f7f7f7;
/* 8111  */   background-color: #f57f4b;
/* 8112  */ }
/* 8113  */ .vc_btn3.vc_btn3-color-sandy-brown:active,
/* 8114  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:active,
/* 8115  */ .vc_btn3.vc_btn3-color-sandy-brown.active,
/* 8116  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat.active {
/* 8117  */   color: #f2f2f2;
/* 8118  */   background-color: #f57941;
/* 8119  */ }
/* 8120  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline {
/* 8121  */   color: #f79468;
/* 8122  */   border-color: #f79468;
/* 8123  */   background-color: transparent;
/* 8124  */ }
/* 8125  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:hover,
/* 8126  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:focus {
/* 8127  */   color: #ffffff;
/* 8128  */   border-color: #f79468;
/* 8129  */   background-color: #f79468;
/* 8130  */ }
/* 8131  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:active,
/* 8132  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline.active {
/* 8133  */   color: #ffffff;
/* 8134  */   border-color: #f79468;
/* 8135  */   background-color: #f79468;
/* 8136  */ }
/* 8137  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d {
/* 8138  */   color: #ffffff;
/* 8139  */   background-color: #f79468;
/* 8140  */   box-shadow: 0 5px 0 #f46e33;
/* 8141  */ }
/* 8142  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover,
/* 8143  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus {
/* 8144  */   color: #f7f7f7;
/* 8145  */   background-color: #f79468;
/* 8146  */ }
/* 8147  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:active,
/* 8148  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.active {
/* 8149  */   color: #f2f2f2;
/* 8150  */   background-color: #f79468;

/* js_composer.css */

/* 8151  */ }
/* 8152  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover,
/* 8153  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus {
/* 8154  */   top: 3px;
/* 8155  */   box-shadow: 0 2px 0 #f46e33;
/* 8156  */ }
/* 8157  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs {
/* 8158  */   box-shadow: 0 3px 0 #f46e33;
/* 8159  */ }
/* 8160  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 8161  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 8162  */   top: 1px;
/* 8163  */   box-shadow: 0 2px 0 #f46e33;
/* 8164  */ }
/* 8165  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm {
/* 8166  */   box-shadow: 0 4px 0 #f46e33;
/* 8167  */ }
/* 8168  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 8169  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 8170  */   top: 2px;
/* 8171  */   box-shadow: 0 2px 0 #f46e33;
/* 8172  */ }
/* 8173  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg {
/* 8174  */   box-shadow: 0 5px 0 #f46e33;
/* 8175  */ }
/* 8176  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 8177  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 8178  */   top: 3px;
/* 8179  */   box-shadow: 0 2px 0 #f46e33;
/* 8180  */ }
/* 8181  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern {
/* 8182  */   color: #ffffff;
/* 8183  */   border-color: #f79468;
/* 8184  */   background-color: #f79468;
/* 8185  */ }
/* 8186  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:hover,
/* 8187  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:focus {
/* 8188  */   color: #f7f7f7;
/* 8189  */   border-color: #f57f4b;
/* 8190  */   background-color: #f57f4b;
/* 8191  */ }
/* 8192  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:active,
/* 8193  */ .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern.active {
/* 8194  */   color: #f2f2f2;
/* 8195  */   border-color: #f57941;
/* 8196  */   background-color: #f57941;
/* 8197  */ }
/* 8198  */ .vc_btn3.vc_btn3-color-purple,
/* 8199  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat {
/* 8200  */   color: #ffffff;

/* js_composer.css */

/* 8201  */   background-color: #b97ebb;
/* 8202  */ }
/* 8203  */ .vc_btn3.vc_btn3-color-purple:hover,
/* 8204  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:hover,
/* 8205  */ .vc_btn3.vc_btn3-color-purple:focus,
/* 8206  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:focus {
/* 8207  */   color: #f7f7f7;
/* 8208  */   background-color: #ae6ab0;
/* 8209  */ }
/* 8210  */ .vc_btn3.vc_btn3-color-purple:active,
/* 8211  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:active,
/* 8212  */ .vc_btn3.vc_btn3-color-purple.active,
/* 8213  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat.active {
/* 8214  */   color: #f2f2f2;
/* 8215  */   background-color: #ab63ad;
/* 8216  */ }
/* 8217  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline {
/* 8218  */   color: #b97ebb;
/* 8219  */   border-color: #b97ebb;
/* 8220  */   background-color: transparent;
/* 8221  */ }
/* 8222  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:hover,
/* 8223  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:focus {
/* 8224  */   color: #ffffff;
/* 8225  */   border-color: #b97ebb;
/* 8226  */   background-color: #b97ebb;
/* 8227  */ }
/* 8228  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:active,
/* 8229  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline.active {
/* 8230  */   color: #ffffff;
/* 8231  */   border-color: #b97ebb;
/* 8232  */   background-color: #b97ebb;
/* 8233  */ }
/* 8234  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d {
/* 8235  */   color: #ffffff;
/* 8236  */   background-color: #b97ebb;
/* 8237  */   box-shadow: 0 5px 0 #a559a8;
/* 8238  */ }
/* 8239  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover,
/* 8240  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus {
/* 8241  */   color: #f7f7f7;
/* 8242  */   background-color: #b97ebb;
/* 8243  */ }
/* 8244  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:active,
/* 8245  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.active {
/* 8246  */   color: #f2f2f2;
/* 8247  */   background-color: #b97ebb;
/* 8248  */ }
/* 8249  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover,
/* 8250  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus {

/* js_composer.css */

/* 8251  */   top: 3px;
/* 8252  */   box-shadow: 0 2px 0 #a559a8;
/* 8253  */ }
/* 8254  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs {
/* 8255  */   box-shadow: 0 3px 0 #a559a8;
/* 8256  */ }
/* 8257  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 8258  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 8259  */   top: 1px;
/* 8260  */   box-shadow: 0 2px 0 #a559a8;
/* 8261  */ }
/* 8262  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm {
/* 8263  */   box-shadow: 0 4px 0 #a559a8;
/* 8264  */ }
/* 8265  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 8266  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 8267  */   top: 2px;
/* 8268  */   box-shadow: 0 2px 0 #a559a8;
/* 8269  */ }
/* 8270  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg {
/* 8271  */   box-shadow: 0 5px 0 #a559a8;
/* 8272  */ }
/* 8273  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 8274  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 8275  */   top: 3px;
/* 8276  */   box-shadow: 0 2px 0 #a559a8;
/* 8277  */ }
/* 8278  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern {
/* 8279  */   color: #ffffff;
/* 8280  */   border-color: #b97ebb;
/* 8281  */   background-color: #b97ebb;
/* 8282  */ }
/* 8283  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:hover,
/* 8284  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:focus {
/* 8285  */   color: #f7f7f7;
/* 8286  */   border-color: #ae6ab0;
/* 8287  */   background-color: #ae6ab0;
/* 8288  */ }
/* 8289  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:active,
/* 8290  */ .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern.active {
/* 8291  */   color: #f2f2f2;
/* 8292  */   border-color: #ab63ad;
/* 8293  */   background-color: #ab63ad;
/* 8294  */ }
/* 8295  */ .vc_btn3.vc_btn3-color-black,
/* 8296  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
/* 8297  */   color: #ffffff;
/* 8298  */   background-color: #2a2a2a;
/* 8299  */ }
/* 8300  */ .vc_btn3.vc_btn3-color-black:hover,

/* js_composer.css */

/* 8301  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover,
/* 8302  */ .vc_btn3.vc_btn3-color-black:focus,
/* 8303  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:focus {
/* 8304  */   color: #f7f7f7;
/* 8305  */   background-color: #1b1b1b;
/* 8306  */ }
/* 8307  */ .vc_btn3.vc_btn3-color-black:active,
/* 8308  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:active,
/* 8309  */ .vc_btn3.vc_btn3-color-black.active,
/* 8310  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat.active {
/* 8311  */   color: #f2f2f2;
/* 8312  */   background-color: #161616;
/* 8313  */ }
/* 8314  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
/* 8315  */   color: #ffffff;
/* 8316  */   border-color: #2a2a2a;
/* 8317  */   background-color: transparent;
/* 8318  */ }
/* 8319  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover,
/* 8320  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus {
/* 8321  */   color: #ffffff;
/* 8322  */   border-color: #2a2a2a;
/* 8323  */   background-color: #2a2a2a;
/* 8324  */ }
/* 8325  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active,
/* 8326  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline.active {
/* 8327  */   color: #ffffff;
/* 8328  */   border-color: #2a2a2a;
/* 8329  */   background-color: #2a2a2a;
/* 8330  */ }
/* 8331  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d {
/* 8332  */   color: #ffffff;
/* 8333  */   background-color: #2a2a2a;
/* 8334  */   box-shadow: 0 5px 0 #0e0e0e;
/* 8335  */ }
/* 8336  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover,
/* 8337  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus {
/* 8338  */   color: #f7f7f7;
/* 8339  */   background-color: #2a2a2a;
/* 8340  */ }
/* 8341  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:active,
/* 8342  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.active {
/* 8343  */   color: #f2f2f2;
/* 8344  */   background-color: #2a2a2a;
/* 8345  */ }
/* 8346  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover,
/* 8347  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus {
/* 8348  */   top: 3px;
/* 8349  */   box-shadow: 0 2px 0 #0e0e0e;
/* 8350  */ }

/* js_composer.css */

/* 8351  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs {
/* 8352  */   box-shadow: 0 3px 0 #0e0e0e;
/* 8353  */ }
/* 8354  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 8355  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 8356  */   top: 1px;
/* 8357  */   box-shadow: 0 2px 0 #0e0e0e;
/* 8358  */ }
/* 8359  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm {
/* 8360  */   box-shadow: 0 4px 0 #0e0e0e;
/* 8361  */ }
/* 8362  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 8363  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 8364  */   top: 2px;
/* 8365  */   box-shadow: 0 2px 0 #0e0e0e;
/* 8366  */ }
/* 8367  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg {
/* 8368  */   box-shadow: 0 5px 0 #0e0e0e;
/* 8369  */ }
/* 8370  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 8371  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 8372  */   top: 3px;
/* 8373  */   box-shadow: 0 2px 0 #0e0e0e;
/* 8374  */ }
/* 8375  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
/* 8376  */   color: #ffffff;
/* 8377  */   border-color: #2a2a2a;
/* 8378  */   background-color: #2a2a2a;
/* 8379  */ }
/* 8380  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover,
/* 8381  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:focus {
/* 8382  */   color: #f7f7f7;
/* 8383  */   border-color: #1b1b1b;
/* 8384  */   background-color: #1b1b1b;
/* 8385  */ }
/* 8386  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:active,
/* 8387  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern.active {
/* 8388  */   color: #f2f2f2;
/* 8389  */   border-color: #161616;
/* 8390  */   background-color: #161616;
/* 8391  */ }
/* 8392  */ .vc_btn3.vc_btn3-color-grey,
/* 8393  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
/* 8394  */   color: #666666;
/* 8395  */   background-color: #ebebeb;
/* 8396  */ }
/* 8397  */ .vc_btn3.vc_btn3-color-grey:hover,
/* 8398  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
/* 8399  */ .vc_btn3.vc_btn3-color-grey:focus,
/* 8400  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus {

/* js_composer.css */

/* 8401  */   color: #5e5e5e;
/* 8402  */   background-color: #dcdcdc;
/* 8403  */ }
/* 8404  */ .vc_btn3.vc_btn3-color-grey:active,
/* 8405  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:active,
/* 8406  */ .vc_btn3.vc_btn3-color-grey.active,
/* 8407  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat.active {
/* 8408  */   color: #595959;
/* 8409  */   background-color: #d7d7d7;
/* 8410  */ }
/* 8411  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
/* 8412  */   color: #666666;
/* 8413  */   border-color: #ebebeb;
/* 8414  */   background-color: transparent;
/* 8415  */ }
/* 8416  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover,
/* 8417  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus {
/* 8418  */   color: #666666;
/* 8419  */   border-color: #ebebeb;
/* 8420  */   background-color: #ebebeb;
/* 8421  */ }
/* 8422  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active,
/* 8423  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline.active {
/* 8424  */   color: #666666;
/* 8425  */   border-color: #ebebeb;
/* 8426  */   background-color: #ebebeb;
/* 8427  */ }
/* 8428  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d {
/* 8429  */   color: #666666;
/* 8430  */   background-color: #ebebeb;
/* 8431  */   box-shadow: 0 5px 0 #cfcfcf;
/* 8432  */ }
/* 8433  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover,
/* 8434  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus {
/* 8435  */   color: #5e5e5e;
/* 8436  */   background-color: #ebebeb;
/* 8437  */ }
/* 8438  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:active,
/* 8439  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.active {
/* 8440  */   color: #595959;
/* 8441  */   background-color: #ebebeb;
/* 8442  */ }
/* 8443  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover,
/* 8444  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus {
/* 8445  */   top: 3px;
/* 8446  */   box-shadow: 0 2px 0 #cfcfcf;
/* 8447  */ }
/* 8448  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs {
/* 8449  */   box-shadow: 0 3px 0 #cfcfcf;
/* 8450  */ }

/* js_composer.css */

/* 8451  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 8452  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 8453  */   top: 1px;
/* 8454  */   box-shadow: 0 2px 0 #cfcfcf;
/* 8455  */ }
/* 8456  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm {
/* 8457  */   box-shadow: 0 4px 0 #cfcfcf;
/* 8458  */ }
/* 8459  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 8460  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 8461  */   top: 2px;
/* 8462  */   box-shadow: 0 2px 0 #cfcfcf;
/* 8463  */ }
/* 8464  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg {
/* 8465  */   box-shadow: 0 5px 0 #cfcfcf;
/* 8466  */ }
/* 8467  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 8468  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 8469  */   top: 3px;
/* 8470  */   box-shadow: 0 2px 0 #cfcfcf;
/* 8471  */ }
/* 8472  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
/* 8473  */   color: #666666;
/* 8474  */   border-color: #ebebeb;
/* 8475  */   background-color: #ebebeb;
/* 8476  */ }
/* 8477  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
/* 8478  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus {
/* 8479  */   color: #5e5e5e;
/* 8480  */   border-color: #dcdcdc;
/* 8481  */   background-color: #dcdcdc;
/* 8482  */ }
/* 8483  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active,
/* 8484  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.active {
/* 8485  */   color: #595959;
/* 8486  */   border-color: #d7d7d7;
/* 8487  */   background-color: #d7d7d7;
/* 8488  */ }
/* 8489  */ .vc_btn3.vc_btn3-color-white,
/* 8490  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
/* 8491  */   color: #666666;
/* 8492  */   background-color: #ffffff;
/* 8493  */ }
/* 8494  */ .vc_btn3.vc_btn3-color-white:hover,
/* 8495  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,
/* 8496  */ .vc_btn3.vc_btn3-color-white:focus,
/* 8497  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus {
/* 8498  */   color: #5e5e5e;
/* 8499  */   background-color: #f0f0f0;
/* 8500  */ }

/* js_composer.css */

/* 8501  */ .vc_btn3.vc_btn3-color-white:active,
/* 8502  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:active,
/* 8503  */ .vc_btn3.vc_btn3-color-white.active,
/* 8504  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat.active {
/* 8505  */   color: #595959;
/* 8506  */   background-color: #ebebeb;
/* 8507  */ }
/* 8508  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
/* 8509  */   color: #666666;
/* 8510  */   border-color: #ffffff;
/* 8511  */   background-color: transparent;
/* 8512  */ }
/* 8513  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover,
/* 8514  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus {
/* 8515  */   color: #666666;
/* 8516  */   border-color: #ffffff;
/* 8517  */   background-color: #ffffff;
/* 8518  */ }
/* 8519  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active,
/* 8520  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active {
/* 8521  */   color: #666666;
/* 8522  */   border-color: #ffffff;
/* 8523  */   background-color: #ffffff;
/* 8524  */ }
/* 8525  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d {
/* 8526  */   color: #666666;
/* 8527  */   background-color: #ffffff;
/* 8528  */   box-shadow: 0 5px 0 #e3e3e3;
/* 8529  */ }
/* 8530  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover,
/* 8531  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus {
/* 8532  */   color: #5e5e5e;
/* 8533  */   background-color: #ffffff;
/* 8534  */ }
/* 8535  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:active,
/* 8536  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.active {
/* 8537  */   color: #595959;
/* 8538  */   background-color: #ffffff;
/* 8539  */ }
/* 8540  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover,
/* 8541  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus {
/* 8542  */   top: 3px;
/* 8543  */   box-shadow: 0 2px 0 #e3e3e3;
/* 8544  */ }
/* 8545  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs {
/* 8546  */   box-shadow: 0 3px 0 #e3e3e3;
/* 8547  */ }
/* 8548  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 8549  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 8550  */   top: 1px;

/* js_composer.css */

/* 8551  */   box-shadow: 0 2px 0 #e3e3e3;
/* 8552  */ }
/* 8553  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm {
/* 8554  */   box-shadow: 0 4px 0 #e3e3e3;
/* 8555  */ }
/* 8556  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 8557  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 8558  */   top: 2px;
/* 8559  */   box-shadow: 0 2px 0 #e3e3e3;
/* 8560  */ }
/* 8561  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg {
/* 8562  */   box-shadow: 0 5px 0 #e3e3e3;
/* 8563  */ }
/* 8564  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 8565  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 8566  */   top: 3px;
/* 8567  */   box-shadow: 0 2px 0 #e3e3e3;
/* 8568  */ }
/* 8569  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
/* 8570  */   color: #666666;
/* 8571  */   border-color: #ffffff;
/* 8572  */   background-color: #ffffff;
/* 8573  */ }
/* 8574  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover,
/* 8575  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:focus {
/* 8576  */   color: #5e5e5e;
/* 8577  */   border-color: #f0f0f0;
/* 8578  */   background-color: #f0f0f0;
/* 8579  */ }
/* 8580  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:active,
/* 8581  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern.active {
/* 8582  */   color: #595959;
/* 8583  */   border-color: #ebebeb;
/* 8584  */   background-color: #ebebeb;
/* 8585  */ }
/* 8586  */ .vc_btn3.vc_btn3-color-default,
/* 8587  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
/* 8588  */   color: #333333;
/* 8589  */   background-color: #f7f7f7;
/* 8590  */ }
/* 8591  */ .vc_btn3.vc_btn3-color-default:hover,
/* 8592  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover,
/* 8593  */ .vc_btn3.vc_btn3-color-default:focus,
/* 8594  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:focus {
/* 8595  */   color: #2b2b2b;
/* 8596  */   background-color: #e8e8e8;
/* 8597  */ }
/* 8598  */ .vc_btn3.vc_btn3-color-default:active,
/* 8599  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:active,
/* 8600  */ .vc_btn3.vc_btn3-color-default.active,

/* js_composer.css */

/* 8601  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat.active {
/* 8602  */   color: #262626;
/* 8603  */   background-color: #e3e3e3;
/* 8604  */ }
/* 8605  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline {
/* 8606  */   color: #f7f7f7;
/* 8607  */   border-color: #f7f7f7;
/* 8608  */   background-color: transparent;
/* 8609  */ }
/* 8610  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:hover,
/* 8611  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:focus {
/* 8612  */   color: #333333;
/* 8613  */   border-color: #f7f7f7;
/* 8614  */   background-color: #f7f7f7;
/* 8615  */ }
/* 8616  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:active,
/* 8617  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline.active {
/* 8618  */   color: #333333;
/* 8619  */   border-color: #f7f7f7;
/* 8620  */   background-color: #f7f7f7;
/* 8621  */ }
/* 8622  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d {
/* 8623  */   color: #333333;
/* 8624  */   background-color: #f7f7f7;
/* 8625  */   box-shadow: 0 5px 0 #dbdbdb;
/* 8626  */ }
/* 8627  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover,
/* 8628  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus {
/* 8629  */   color: #2b2b2b;
/* 8630  */   background-color: #f7f7f7;
/* 8631  */ }
/* 8632  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:active,
/* 8633  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.active {
/* 8634  */   color: #262626;
/* 8635  */   background-color: #f7f7f7;
/* 8636  */ }
/* 8637  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover,
/* 8638  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus {
/* 8639  */   top: 3px;
/* 8640  */   box-shadow: 0 2px 0 #dbdbdb;
/* 8641  */ }
/* 8642  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs {
/* 8643  */   box-shadow: 0 3px 0 #dbdbdb;
/* 8644  */ }
/* 8645  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 8646  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 8647  */   top: 1px;
/* 8648  */   box-shadow: 0 2px 0 #dbdbdb;
/* 8649  */ }
/* 8650  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm {

/* js_composer.css */

/* 8651  */   box-shadow: 0 4px 0 #dbdbdb;
/* 8652  */ }
/* 8653  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 8654  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 8655  */   top: 2px;
/* 8656  */   box-shadow: 0 2px 0 #dbdbdb;
/* 8657  */ }
/* 8658  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg {
/* 8659  */   box-shadow: 0 5px 0 #dbdbdb;
/* 8660  */ }
/* 8661  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 8662  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 8663  */   top: 3px;
/* 8664  */   box-shadow: 0 2px 0 #dbdbdb;
/* 8665  */ }
/* 8666  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
/* 8667  */   color: #333333;
/* 8668  */   border-color: #f7f7f7;
/* 8669  */   background-color: #f7f7f7;
/* 8670  */ }
/* 8671  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover,
/* 8672  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus {
/* 8673  */   color: #2b2b2b;
/* 8674  */   border-color: #e8e8e8;
/* 8675  */   background-color: #e8e8e8;
/* 8676  */ }
/* 8677  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:active,
/* 8678  */ .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.active {
/* 8679  */   color: #262626;
/* 8680  */   border-color: #e3e3e3;
/* 8681  */   background-color: #e3e3e3;
/* 8682  */ }
/* 8683  */ .vc_btn3.vc_btn3-color-primary,
/* 8684  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
/* 8685  */   color: #ffffff;
/* 8686  */   background-color: #0088cc;
/* 8687  */ }
/* 8688  */ .vc_btn3.vc_btn3-color-primary:hover,
/* 8689  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
/* 8690  */ .vc_btn3.vc_btn3-color-primary:focus,
/* 8691  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus {
/* 8692  */   color: #f7f7f7;
/* 8693  */   background-color: #0074ad;
/* 8694  */ }
/* 8695  */ .vc_btn3.vc_btn3-color-primary:active,
/* 8696  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:active,
/* 8697  */ .vc_btn3.vc_btn3-color-primary.active,
/* 8698  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.active {
/* 8699  */   color: #f2f2f2;
/* 8700  */   background-color: #006da3;

/* js_composer.css */

/* 8701  */ }
/* 8702  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline {
/* 8703  */   color: #0088cc;
/* 8704  */   border-color: #0088cc;
/* 8705  */   background-color: transparent;
/* 8706  */ }
/* 8707  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover,
/* 8708  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:focus {
/* 8709  */   color: #ffffff;
/* 8710  */   border-color: #0088cc;
/* 8711  */   background-color: #0088cc;
/* 8712  */ }
/* 8713  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active,
/* 8714  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline.active {
/* 8715  */   color: #ffffff;
/* 8716  */   border-color: #0088cc;
/* 8717  */   background-color: #0088cc;
/* 8718  */ }
/* 8719  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d {
/* 8720  */   color: #ffffff;
/* 8721  */   background-color: #0088cc;
/* 8722  */   box-shadow: 0 5px 0 #006394;
/* 8723  */ }
/* 8724  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover,
/* 8725  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus {
/* 8726  */   color: #f7f7f7;
/* 8727  */   background-color: #0088cc;
/* 8728  */ }
/* 8729  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:active,
/* 8730  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.active {
/* 8731  */   color: #f2f2f2;
/* 8732  */   background-color: #0088cc;
/* 8733  */ }
/* 8734  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover,
/* 8735  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus {
/* 8736  */   top: 3px;
/* 8737  */   box-shadow: 0 2px 0 #006394;
/* 8738  */ }
/* 8739  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs {
/* 8740  */   box-shadow: 0 3px 0 #006394;
/* 8741  */ }
/* 8742  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 8743  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 8744  */   top: 1px;
/* 8745  */   box-shadow: 0 2px 0 #006394;
/* 8746  */ }
/* 8747  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm {
/* 8748  */   box-shadow: 0 4px 0 #006394;
/* 8749  */ }
/* 8750  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:hover,

/* js_composer.css */

/* 8751  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 8752  */   top: 2px;
/* 8753  */   box-shadow: 0 2px 0 #006394;
/* 8754  */ }
/* 8755  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg {
/* 8756  */   box-shadow: 0 5px 0 #006394;
/* 8757  */ }
/* 8758  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 8759  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 8760  */   top: 3px;
/* 8761  */   box-shadow: 0 2px 0 #006394;
/* 8762  */ }
/* 8763  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
/* 8764  */   color: #ffffff;
/* 8765  */   border-color: #0088cc;
/* 8766  */   background-color: #0088cc;
/* 8767  */ }
/* 8768  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover,
/* 8769  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:focus {
/* 8770  */   color: #f7f7f7;
/* 8771  */   border-color: #0074ad;
/* 8772  */   background-color: #0074ad;
/* 8773  */ }
/* 8774  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:active,
/* 8775  */ .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern.active {
/* 8776  */   color: #f2f2f2;
/* 8777  */   border-color: #006da3;
/* 8778  */   background-color: #006da3;
/* 8779  */ }
/* 8780  */ .vc_btn3.vc_btn3-color-info,
/* 8781  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat {
/* 8782  */   color: #ffffff;
/* 8783  */   background-color: #58b9da;
/* 8784  */ }
/* 8785  */ .vc_btn3.vc_btn3-color-info:hover,
/* 8786  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover,
/* 8787  */ .vc_btn3.vc_btn3-color-info:focus,
/* 8788  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:focus {
/* 8789  */   color: #f7f7f7;
/* 8790  */   background-color: #3fafd4;
/* 8791  */ }
/* 8792  */ .vc_btn3.vc_btn3-color-info:active,
/* 8793  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active,
/* 8794  */ .vc_btn3.vc_btn3-color-info.active,
/* 8795  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.active {
/* 8796  */   color: #f2f2f2;
/* 8797  */   background-color: #37abd3;
/* 8798  */ }
/* 8799  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline {
/* 8800  */   color: #58b9da;

/* js_composer.css */

/* 8801  */   border-color: #58b9da;
/* 8802  */   background-color: transparent;
/* 8803  */ }
/* 8804  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:hover,
/* 8805  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:focus {
/* 8806  */   color: #ffffff;
/* 8807  */   border-color: #58b9da;
/* 8808  */   background-color: #58b9da;
/* 8809  */ }
/* 8810  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:active,
/* 8811  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline.active {
/* 8812  */   color: #ffffff;
/* 8813  */   border-color: #58b9da;
/* 8814  */   background-color: #58b9da;
/* 8815  */ }
/* 8816  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d {
/* 8817  */   color: #ffffff;
/* 8818  */   background-color: #58b9da;
/* 8819  */   box-shadow: 0 5px 0 #2da4cd;
/* 8820  */ }
/* 8821  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover,
/* 8822  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus {
/* 8823  */   color: #f7f7f7;
/* 8824  */   background-color: #58b9da;
/* 8825  */ }
/* 8826  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:active,
/* 8827  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.active {
/* 8828  */   color: #f2f2f2;
/* 8829  */   background-color: #58b9da;
/* 8830  */ }
/* 8831  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover,
/* 8832  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus {
/* 8833  */   top: 3px;
/* 8834  */   box-shadow: 0 2px 0 #2da4cd;
/* 8835  */ }
/* 8836  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs {
/* 8837  */   box-shadow: 0 3px 0 #2da4cd;
/* 8838  */ }
/* 8839  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 8840  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 8841  */   top: 1px;
/* 8842  */   box-shadow: 0 2px 0 #2da4cd;
/* 8843  */ }
/* 8844  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm {
/* 8845  */   box-shadow: 0 4px 0 #2da4cd;
/* 8846  */ }
/* 8847  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 8848  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 8849  */   top: 2px;
/* 8850  */   box-shadow: 0 2px 0 #2da4cd;

/* js_composer.css */

/* 8851  */ }
/* 8852  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg {
/* 8853  */   box-shadow: 0 5px 0 #2da4cd;
/* 8854  */ }
/* 8855  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 8856  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 8857  */   top: 3px;
/* 8858  */   box-shadow: 0 2px 0 #2da4cd;
/* 8859  */ }
/* 8860  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern {
/* 8861  */   color: #ffffff;
/* 8862  */   border-color: #58b9da;
/* 8863  */   background-color: #58b9da;
/* 8864  */ }
/* 8865  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:hover,
/* 8866  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:focus {
/* 8867  */   color: #f7f7f7;
/* 8868  */   border-color: #3fafd4;
/* 8869  */   background-color: #3fafd4;
/* 8870  */ }
/* 8871  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:active,
/* 8872  */ .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern.active {
/* 8873  */   color: #f2f2f2;
/* 8874  */   border-color: #37abd3;
/* 8875  */   background-color: #37abd3;
/* 8876  */ }
/* 8877  */ .vc_btn3.vc_btn3-color-success,
/* 8878  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
/* 8879  */   color: #ffffff;
/* 8880  */   background-color: #6ab165;
/* 8881  */ }
/* 8882  */ .vc_btn3.vc_btn3-color-success:hover,
/* 8883  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover,
/* 8884  */ .vc_btn3.vc_btn3-color-success:focus,
/* 8885  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:focus {
/* 8886  */   color: #f7f7f7;
/* 8887  */   background-color: #59a453;
/* 8888  */ }
/* 8889  */ .vc_btn3.vc_btn3-color-success:active,
/* 8890  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:active,
/* 8891  */ .vc_btn3.vc_btn3-color-success.active,
/* 8892  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat.active {
/* 8893  */   color: #f2f2f2;
/* 8894  */   background-color: #559d50;
/* 8895  */ }
/* 8896  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline {
/* 8897  */   color: #6ab165;
/* 8898  */   border-color: #6ab165;
/* 8899  */   background-color: transparent;
/* 8900  */ }

/* js_composer.css */

/* 8901  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover,
/* 8902  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:focus {
/* 8903  */   color: #ffffff;
/* 8904  */   border-color: #6ab165;
/* 8905  */   background-color: #6ab165;
/* 8906  */ }
/* 8907  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:active,
/* 8908  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline.active {
/* 8909  */   color: #ffffff;
/* 8910  */   border-color: #6ab165;
/* 8911  */   background-color: #6ab165;
/* 8912  */ }
/* 8913  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d {
/* 8914  */   color: #ffffff;
/* 8915  */   background-color: #6ab165;
/* 8916  */   box-shadow: 0 5px 0 #4f934b;
/* 8917  */ }
/* 8918  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover,
/* 8919  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus {
/* 8920  */   color: #f7f7f7;
/* 8921  */   background-color: #6ab165;
/* 8922  */ }
/* 8923  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:active,
/* 8924  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.active {
/* 8925  */   color: #f2f2f2;
/* 8926  */   background-color: #6ab165;
/* 8927  */ }
/* 8928  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover,
/* 8929  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus {
/* 8930  */   top: 3px;
/* 8931  */   box-shadow: 0 2px 0 #4f934b;
/* 8932  */ }
/* 8933  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs {
/* 8934  */   box-shadow: 0 3px 0 #4f934b;
/* 8935  */ }
/* 8936  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 8937  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 8938  */   top: 1px;
/* 8939  */   box-shadow: 0 2px 0 #4f934b;
/* 8940  */ }
/* 8941  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm {
/* 8942  */   box-shadow: 0 4px 0 #4f934b;
/* 8943  */ }
/* 8944  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 8945  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 8946  */   top: 2px;
/* 8947  */   box-shadow: 0 2px 0 #4f934b;
/* 8948  */ }
/* 8949  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg {
/* 8950  */   box-shadow: 0 5px 0 #4f934b;

/* js_composer.css */

/* 8951  */ }
/* 8952  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 8953  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 8954  */   top: 3px;
/* 8955  */   box-shadow: 0 2px 0 #4f934b;
/* 8956  */ }
/* 8957  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
/* 8958  */   color: #ffffff;
/* 8959  */   border-color: #6ab165;
/* 8960  */   background-color: #6ab165;
/* 8961  */ }
/* 8962  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover,
/* 8963  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:focus {
/* 8964  */   color: #f7f7f7;
/* 8965  */   border-color: #59a453;
/* 8966  */   background-color: #59a453;
/* 8967  */ }
/* 8968  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:active,
/* 8969  */ .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern.active {
/* 8970  */   color: #f2f2f2;
/* 8971  */   border-color: #559d50;
/* 8972  */   background-color: #559d50;
/* 8973  */ }
/* 8974  */ .vc_btn3.vc_btn3-color-warning,
/* 8975  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
/* 8976  */   color: #ffffff;
/* 8977  */   background-color: #ff9900;
/* 8978  */ }
/* 8979  */ .vc_btn3.vc_btn3-color-warning:hover,
/* 8980  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover,
/* 8981  */ .vc_btn3.vc_btn3-color-warning:focus,
/* 8982  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:focus {
/* 8983  */   color: #f7f7f7;
/* 8984  */   background-color: #e08700;
/* 8985  */ }
/* 8986  */ .vc_btn3.vc_btn3-color-warning:active,
/* 8987  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:active,
/* 8988  */ .vc_btn3.vc_btn3-color-warning.active,
/* 8989  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.active {
/* 8990  */   color: #f2f2f2;
/* 8991  */   background-color: #d68100;
/* 8992  */ }
/* 8993  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline {
/* 8994  */   color: #ff9900;
/* 8995  */   border-color: #ff9900;
/* 8996  */   background-color: transparent;
/* 8997  */ }
/* 8998  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
/* 8999  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus {
/* 9000  */   color: #ffffff;

/* js_composer.css */

/* 9001  */   border-color: #ff9900;
/* 9002  */   background-color: #ff9900;
/* 9003  */ }
/* 9004  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:active,
/* 9005  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline.active {
/* 9006  */   color: #ffffff;
/* 9007  */   border-color: #ff9900;
/* 9008  */   background-color: #ff9900;
/* 9009  */ }
/* 9010  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d {
/* 9011  */   color: #ffffff;
/* 9012  */   background-color: #ff9900;
/* 9013  */   box-shadow: 0 5px 0 #c77700;
/* 9014  */ }
/* 9015  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover,
/* 9016  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus {
/* 9017  */   color: #f7f7f7;
/* 9018  */   background-color: #ff9900;
/* 9019  */ }
/* 9020  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:active,
/* 9021  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.active {
/* 9022  */   color: #f2f2f2;
/* 9023  */   background-color: #ff9900;
/* 9024  */ }
/* 9025  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover,
/* 9026  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus {
/* 9027  */   top: 3px;
/* 9028  */   box-shadow: 0 2px 0 #c77700;
/* 9029  */ }
/* 9030  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs {
/* 9031  */   box-shadow: 0 3px 0 #c77700;
/* 9032  */ }
/* 9033  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 9034  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 9035  */   top: 1px;
/* 9036  */   box-shadow: 0 2px 0 #c77700;
/* 9037  */ }
/* 9038  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm {
/* 9039  */   box-shadow: 0 4px 0 #c77700;
/* 9040  */ }
/* 9041  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 9042  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 9043  */   top: 2px;
/* 9044  */   box-shadow: 0 2px 0 #c77700;
/* 9045  */ }
/* 9046  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg {
/* 9047  */   box-shadow: 0 5px 0 #c77700;
/* 9048  */ }
/* 9049  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 9050  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:focus {

/* js_composer.css */

/* 9051  */   top: 3px;
/* 9052  */   box-shadow: 0 2px 0 #c77700;
/* 9053  */ }
/* 9054  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
/* 9055  */   color: #ffffff;
/* 9056  */   border-color: #ff9900;
/* 9057  */   background-color: #ff9900;
/* 9058  */ }
/* 9059  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover,
/* 9060  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:focus {
/* 9061  */   color: #f7f7f7;
/* 9062  */   border-color: #e08700;
/* 9063  */   background-color: #e08700;
/* 9064  */ }
/* 9065  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:active,
/* 9066  */ .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.active {
/* 9067  */   color: #f2f2f2;
/* 9068  */   border-color: #d68100;
/* 9069  */   background-color: #d68100;
/* 9070  */ }
/* 9071  */ .vc_btn3.vc_btn3-color-danger,
/* 9072  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
/* 9073  */   color: #ffffff;
/* 9074  */   background-color: #ff675b;
/* 9075  */ }
/* 9076  */ .vc_btn3.vc_btn3-color-danger:hover,
/* 9077  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover,
/* 9078  */ .vc_btn3.vc_btn3-color-danger:focus,
/* 9079  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus {
/* 9080  */   color: #f7f7f7;
/* 9081  */   background-color: #ff4b3c;
/* 9082  */ }
/* 9083  */ .vc_btn3.vc_btn3-color-danger:active,
/* 9084  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:active,
/* 9085  */ .vc_btn3.vc_btn3-color-danger.active,
/* 9086  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat.active {
/* 9087  */   color: #f2f2f2;
/* 9088  */   background-color: #ff4132;
/* 9089  */ }
/* 9090  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
/* 9091  */   color: #ff675b;
/* 9092  */   border-color: #ff675b;
/* 9093  */   background-color: transparent;
/* 9094  */ }
/* 9095  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover,
/* 9096  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:focus {
/* 9097  */   color: #ffffff;
/* 9098  */   border-color: #ff675b;
/* 9099  */   background-color: #ff675b;
/* 9100  */ }

/* js_composer.css */

/* 9101  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:active,
/* 9102  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline.active {
/* 9103  */   color: #ffffff;
/* 9104  */   border-color: #ff675b;
/* 9105  */   background-color: #ff675b;
/* 9106  */ }
/* 9107  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d {
/* 9108  */   color: #ffffff;
/* 9109  */   background-color: #ff675b;
/* 9110  */   box-shadow: 0 5px 0 #ff3323;
/* 9111  */ }
/* 9112  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover,
/* 9113  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus {
/* 9114  */   color: #f7f7f7;
/* 9115  */   background-color: #ff675b;
/* 9116  */ }
/* 9117  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:active,
/* 9118  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.active {
/* 9119  */   color: #f2f2f2;
/* 9120  */   background-color: #ff675b;
/* 9121  */ }
/* 9122  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover,
/* 9123  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus {
/* 9124  */   top: 3px;
/* 9125  */   box-shadow: 0 2px 0 #ff3323;
/* 9126  */ }
/* 9127  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs {
/* 9128  */   box-shadow: 0 3px 0 #ff3323;
/* 9129  */ }
/* 9130  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 9131  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 9132  */   top: 1px;
/* 9133  */   box-shadow: 0 2px 0 #ff3323;
/* 9134  */ }
/* 9135  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm {
/* 9136  */   box-shadow: 0 4px 0 #ff3323;
/* 9137  */ }
/* 9138  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 9139  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 9140  */   top: 2px;
/* 9141  */   box-shadow: 0 2px 0 #ff3323;
/* 9142  */ }
/* 9143  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg {
/* 9144  */   box-shadow: 0 5px 0 #ff3323;
/* 9145  */ }
/* 9146  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 9147  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 9148  */   top: 3px;
/* 9149  */   box-shadow: 0 2px 0 #ff3323;
/* 9150  */ }

/* js_composer.css */

/* 9151  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
/* 9152  */   color: #ffffff;
/* 9153  */   border-color: #ff675b;
/* 9154  */   background-color: #ff675b;
/* 9155  */ }
/* 9156  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover,
/* 9157  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus {
/* 9158  */   color: #f7f7f7;
/* 9159  */   border-color: #ff4b3c;
/* 9160  */   background-color: #ff4b3c;
/* 9161  */ }
/* 9162  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:active,
/* 9163  */ .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern.active {
/* 9164  */   color: #f2f2f2;
/* 9165  */   border-color: #ff4132;
/* 9166  */   background-color: #ff4132;
/* 9167  */ }
/* 9168  */ .vc_btn3.vc_btn3-color-inverse,
/* 9169  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat {
/* 9170  */   color: #ffffff;
/* 9171  */   background-color: #555555;
/* 9172  */ }
/* 9173  */ .vc_btn3.vc_btn3-color-inverse:hover,
/* 9174  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:hover,
/* 9175  */ .vc_btn3.vc_btn3-color-inverse:focus,
/* 9176  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:focus {
/* 9177  */   color: #f7f7f7;
/* 9178  */   background-color: #464646;
/* 9179  */ }
/* 9180  */ .vc_btn3.vc_btn3-color-inverse:active,
/* 9181  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:active,
/* 9182  */ .vc_btn3.vc_btn3-color-inverse.active,
/* 9183  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat.active {
/* 9184  */   color: #f2f2f2;
/* 9185  */   background-color: #414141;
/* 9186  */ }
/* 9187  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline {
/* 9188  */   color: #555555;
/* 9189  */   border-color: #555555;
/* 9190  */   background-color: transparent;
/* 9191  */ }
/* 9192  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover,
/* 9193  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:focus {
/* 9194  */   color: #ffffff;
/* 9195  */   border-color: #555555;
/* 9196  */   background-color: #555555;
/* 9197  */ }
/* 9198  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:active,
/* 9199  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline.active {
/* 9200  */   color: #ffffff;

/* js_composer.css */

/* 9201  */   border-color: #555555;
/* 9202  */   background-color: #555555;
/* 9203  */ }
/* 9204  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d {
/* 9205  */   color: #ffffff;
/* 9206  */   background-color: #555555;
/* 9207  */   box-shadow: 0 5px 0 #393939;
/* 9208  */ }
/* 9209  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover,
/* 9210  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus {
/* 9211  */   color: #f7f7f7;
/* 9212  */   background-color: #555555;
/* 9213  */ }
/* 9214  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:active,
/* 9215  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.active {
/* 9216  */   color: #f2f2f2;
/* 9217  */   background-color: #555555;
/* 9218  */ }
/* 9219  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover,
/* 9220  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus {
/* 9221  */   top: 3px;
/* 9222  */   box-shadow: 0 2px 0 #393939;
/* 9223  */ }
/* 9224  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs {
/* 9225  */   box-shadow: 0 3px 0 #393939;
/* 9226  */ }
/* 9227  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:hover,
/* 9228  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:focus {
/* 9229  */   top: 1px;
/* 9230  */   box-shadow: 0 2px 0 #393939;
/* 9231  */ }
/* 9232  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm {
/* 9233  */   box-shadow: 0 4px 0 #393939;
/* 9234  */ }
/* 9235  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:hover,
/* 9236  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:focus {
/* 9237  */   top: 2px;
/* 9238  */   box-shadow: 0 2px 0 #393939;
/* 9239  */ }
/* 9240  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg {
/* 9241  */   box-shadow: 0 5px 0 #393939;
/* 9242  */ }
/* 9243  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:hover,
/* 9244  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:focus {
/* 9245  */   top: 3px;
/* 9246  */   box-shadow: 0 2px 0 #393939;
/* 9247  */ }
/* 9248  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern {
/* 9249  */   color: #ffffff;
/* 9250  */   border-color: #555555;

/* js_composer.css */

/* 9251  */   background-color: #555555;
/* 9252  */ }
/* 9253  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:hover,
/* 9254  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:focus {
/* 9255  */   color: #f7f7f7;
/* 9256  */   border-color: #464646;
/* 9257  */   background-color: #464646;
/* 9258  */ }
/* 9259  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:active,
/* 9260  */ .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern.active {
/* 9261  */   color: #f2f2f2;
/* 9262  */   border-color: #414141;
/* 9263  */   background-color: #414141;
/* 9264  */ }
/* 9265  */ .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
/* 9266  */   color: #2a2a2a;
/* 9267  */ }
/* 9268  */ .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
/* 9269  */   color: #ebebeb;
/* 9270  */ }
/* 9271  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
/* 9272  */   color: #ffffff;
/* 9273  */ }
/* 9274  */ .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
/* 9275  */   background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.02) 100%);
/* 9276  */   background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.02) 100%);
/* 9277  */   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.02) 100%);
/* 9278  */   background-repeat: repeat-x;
/* 9279  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03000000', endColorstr='#05000000', GradientType=0);
/* 9280  */ }
/* 9281  */ .vc_btn3-container.vc_btn3-center {
/* 9282  */   text-align: center;
/* 9283  */ }
/* 9284  */ .vc_btn3-container.vc_btn3-left {
/* 9285  */   text-align: left;
/* 9286  */ }
/* 9287  */ .vc_btn3-container.vc_btn3-right {
/* 9288  */   text-align: right;
/* 9289  */ }
/* 9290  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon,
/* 9291  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon {
/* 9292  */   display: inline-block;
/* 9293  */   position: static;
/* 9294  */ }
/* 9295  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon,
/* 9296  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon {
/* 9297  */   -webkit-transform: translate(0, 0);
/* 9298  */   -ms-transform: translate(0, 0);
/* 9299  */   transform: translate(0, 0);
/* 9300  */   min-width: 1em;

/* js_composer.css */

/* 9301  */ }
/* 9302  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
/* 9303  */   margin-right: .5em;
/* 9304  */ }
/* 9305  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
/* 9306  */   margin-left: .5em;
/* 9307  */ }
/* 9308  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs {
/* 9309  */   font-size: 11px;
/* 9310  */   padding-top: 8px;
/* 9311  */   padding-bottom: 8px;
/* 9312  */   padding-left: 12px;
/* 9313  */   padding-right: 12px;
/* 9314  */ }
/* 9315  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline-custom,
/* 9316  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline {
/* 9317  */   padding-top: 7px;
/* 9318  */   padding-bottom: 7px;
/* 9319  */   padding-left: 11px;
/* 9320  */   padding-right: 11px;
/* 9321  */ }
/* 9322  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm {
/* 9323  */   font-size: 12px;
/* 9324  */   padding-top: 11px;
/* 9325  */   padding-bottom: 11px;
/* 9326  */   padding-left: 16px;
/* 9327  */   padding-right: 16px;
/* 9328  */ }
/* 9329  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline-custom,
/* 9330  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline {
/* 9331  */   padding-top: 10px;
/* 9332  */   padding-bottom: 10px;
/* 9333  */   padding-left: 15px;
/* 9334  */   padding-right: 15px;
/* 9335  */ }
/* 9336  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
/* 9337  */   font-size: 14px;
/* 9338  */   padding-top: 14px;
/* 9339  */   padding-bottom: 14px;
/* 9340  */   padding-left: 20px;
/* 9341  */   padding-right: 20px;
/* 9342  */ }
/* 9343  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline-custom,
/* 9344  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline {
/* 9345  */   padding-top: 13px;
/* 9346  */   padding-bottom: 13px;
/* 9347  */   padding-left: 19px;
/* 9348  */   padding-right: 19px;
/* 9349  */ }
/* 9350  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {

/* js_composer.css */

/* 9351  */   font-size: 16px;
/* 9352  */   padding-top: 18px;
/* 9353  */   padding-bottom: 18px;
/* 9354  */   padding-left: 25px;
/* 9355  */   padding-right: 25px;
/* 9356  */ }
/* 9357  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline-custom,
/* 9358  */ .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline {
/* 9359  */   padding-top: 17px;
/* 9360  */   padding-bottom: 17px;
/* 9361  */   padding-left: 24px;
/* 9362  */   padding-right: 24px;
/* 9363  */ }
/* 9364  */ .vc_btn3-container .vc_btn3-block.vc_btn3-icon-left,
/* 9365  */ .vc_btn3-container .vc_btn3-block.vc_btn3-icon-right {
/* 9366  */   text-align: inherit;
/* 9367  */ }
/* 9368  */ .vc_custom_heading a,
/* 9369  */ .vc_custom_heading a:hover,
/* 9370  */ .vc_custom_heading a:focus,
/* 9371  */ .vc_custom_heading a:visited {
/* 9372  */   border: none;
/* 9373  */   text-decoration: inherit;
/* 9374  */   color: inherit;
/* 9375  */ }
/* 9376  */ .vc_custom_heading a {
/* 9377  */   -webkit-transition: all 0.2s ease-in-out;
/* 9378  */   transition: all 0.2s ease-in-out;
/* 9379  */   opacity: 1;
/* 9380  */ }
/* 9381  */ .vc_custom_heading a:hover {
/* 9382  */   opacity: .85;
/* 9383  */ }
/* 9384  */ /* Call to action
/* 9385  *| ---------------------------------------------------------- */
/* 9386  */ .vc_call_to_action {
/* 9387  */   background-color: #ebebeb;
/* 9388  */   border: 2px solid #ebebeb;
/* 9389  */   padding: 2em;
/* 9390  */   border-radius: 5px;
/* 9391  */ }
/* 9392  */ .vc_call_to_action *:last-child {
/* 9393  */   margin-bottom: 0;
/* 9394  */ }
/* 9395  */ .vc_call_to_action.vc_cta_square {
/* 9396  */   border-radius: 0;
/* 9397  */ }
/* 9398  */ .vc_call_to_action.vc_cta_square_outlined {
/* 9399  */   border-radius: 0;
/* 9400  */   background: none !important;

/* js_composer.css */

/* 9401  */ }
/* 9402  */ .vc_call_to_action.vc_cta_round {
/* 9403  */   border-radius: 50px;
/* 9404  */ }
/* 9405  */ .vc_call_to_action.vc_cta_outlined {
/* 9406  */   background: none !important;
/* 9407  */ }
/* 9408  */ .vc_call_to_action hgroup h2,
/* 9409  */ .vc_call_to_action hgroup h4 {
/* 9410  */   margin: 0;
/* 9411  */   clear: none;
/* 9412  */ }
/* 9413  */ .vc_call_to_action hgroup + p {
/* 9414  */   margin-top: 1em;
/* 9415  */ }
/* 9416  */ .vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
/* 9417  */   float: right;
/* 9418  */   margin-left: 2em;
/* 9419  */ }
/* 9420  */ .vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn {
/* 9421  */   float: left;
/* 9422  */   margin-right: 2em;
/* 9423  */ }
/* 9424  */ .wpb_call_to_action {
/* 9425  */   position: relative;
/* 9426  */   background-color: #f7f7f7;
/* 9427  */   padding: 20px;
/* 9428  */   padding: 35px;
/* 9429  */   border: 1px solid #f0f0f0;
/* 9430  */   -webkit-box-sizing: border-box;
/* 9431  */   -moz-box-sizing: border-box;
/* 9432  */   box-sizing: border-box;
/* 9433  */ }
/* 9434  */ .wpb_call_to_action .wpb_button {
/* 9435  */   margin: 0;
/* 9436  */   -webkit-box-sizing: border-box;
/* 9437  */   -moz-box-sizing: border-box;
/* 9438  */   box-sizing: border-box;
/* 9439  */ }
/* 9440  */ .cta_align_left .wpb_button {
/* 9441  */   float: left;
/* 9442  */ }
/* 9443  */ .cta_align_right .wpb_button {
/* 9444  */   float: right;
/* 9445  */ }
/* 9446  */ .cta_align_left .wpb_button,
/* 9447  */ .cta_align_right .wpb_button {
/* 9448  */   max-width: 27.5%;
/* 9449  */ }
/* 9450  */ .cta_align_left .wpb_call_text,

/* js_composer.css */

/* 9451  */ .cta_align_right .wpb_call_text {
/* 9452  */   width: 70%;
/* 9453  */   float: left;
/* 9454  */   clear: none;
/* 9455  */ }
/* 9456  */ .cta_align_left .wpb_call_text {
/* 9457  */   float: right;
/* 9458  */ }
/* 9459  */ .wpb_call_to_action .wpb_call_text,
/* 9460  */ #content .wpb_call_to_action .wpb_call_text {
/* 9461  */   margin: 0;
/* 9462  */   padding-top: 0;
/* 9463  */ }
/* 9464  */ .cta_align_bottom {
/* 9465  */   text-align: center;
/* 9466  */ }
/* 9467  */ .cta_align_bottom .wpb_button {
/* 9468  */   position: static;
/* 9469  */   margin-top: 21.73913043px;
/* 9470  */   display: inline-block;
/* 9471  */ }
/* 9472  */ .cta_no_button .wpb_call_text {
/* 9473  */   width: auto;
/* 9474  */   float: none;
/* 9475  */ }
/* 9476  */ /* Call to action responsive rules
/* 9477  *| ---------------------------------------------------------- */
/* 9478  */ @media (max-width: 600px) {
/* 9479  */   .vc_responsive .cta_align_left .wpb_button,
/* 9480  */   .vc_responsive .cta_align_right .wpb_button {
/* 9481  */     max-width: 70%;
/* 9482  */     width: 70%;
/* 9483  */     float: none;
/* 9484  */     display: block;
/* 9485  */     margin: 3% auto;
/* 9486  */   }
/* 9487  */   .vc_responsive .cta_align_left .wpb_call_text,
/* 9488  */   .vc_responsive .cta_align_right .wpb_call_text {
/* 9489  */     width: auto;
/* 9490  */     max-width: none;
/* 9491  */     text-align: center;
/* 9492  */   }
/* 9493  */ }
/* 9494  */ /* Call to action 3
/* 9495  *| ---------------------------------------------------------- */
/* 9496  */ .vc_cta3-container {
/* 9497  */   margin-bottom: 35px;
/* 9498  */   margin-left: auto;
/* 9499  */   margin-right: auto;
/* 9500  */ }

/* js_composer.css */

/* 9501  */ .vc_cta3-container::before,
/* 9502  */ .vc_cta3-container::after {
/* 9503  */   display: table;
/* 9504  */   content: ' ';
/* 9505  */ }
/* 9506  */ .vc_cta3-container.vc_cta3-size-xs {
/* 9507  */   width: 50%;
/* 9508  */ }
/* 9509  */ .vc_cta3-container.vc_cta3-size-sm {
/* 9510  */   width: 60%;
/* 9511  */ }
/* 9512  */ .vc_cta3-container.vc_cta3-size-md {
/* 9513  */   width: 70%;
/* 9514  */ }
/* 9515  */ .vc_cta3-container.vc_cta3-size-lg {
/* 9516  */   width: 80%;
/* 9517  */ }
/* 9518  */ .vc_cta3-container.vc_cta3-size-xl {
/* 9519  */   width: 90%;
/* 9520  */ }
/* 9521  */ .vc_general.vc_cta3 {
/* 9522  */   border: 1px solid transparent;
/* 9523  */   font-size: 1em;
/* 9524  */   padding: 28px 28px;
/* 9525  */   word-wrap: break-word;
/* 9526  */ }
/* 9527  */ .vc_general.vc_cta3 .vc_cta3-content {
/* 9528  */   vertical-align: top;
/* 9529  */ }
/* 9530  */ .vc_general.vc_cta3 .vc_cta3-content > *:last-child,
/* 9531  */ .vc_general.vc_cta3 .vc_cta3-icons > *:last-child {
/* 9532  */   margin-bottom: 0;
/* 9533  */ }
/* 9534  */ .vc_general.vc_cta3 .vc_cta3-actions {
/* 9535  */   vertical-align: middle;
/* 9536  */   white-space: nowrap;
/* 9537  */ }
/* 9538  */ @media (min-width: 768px) {
/* 9539  */   .vc_general.vc_cta3 .vc_cta3-actions .vc_btn3-container {
/* 9540  */     margin: 0;
/* 9541  */   }
/* 9542  */ }
/* 9543  */ .vc_general.vc_cta3 .vc_cta3-icons {
/* 9544  */   vertical-align: middle;
/* 9545  */ }
/* 9546  */ .vc_general.vc_cta3 h2,
/* 9547  */ .vc_general.vc_cta3 h4 {
/* 9548  */   margin-top: 0;
/* 9549  */   margin-left: 0;
/* 9550  */   margin-right: 0;

/* js_composer.css */

/* 9551  */ }
/* 9552  */ .vc_general.vc_cta3.vc_cta3-align-left .vc_cta3-content {
/* 9553  */   text-align: left;
/* 9554  */ }
/* 9555  */ .vc_general.vc_cta3.vc_cta3-align-right .vc_cta3-content {
/* 9556  */   text-align: right;
/* 9557  */ }
/* 9558  */ .vc_general.vc_cta3.vc_cta3-align-center .vc_cta3-content {
/* 9559  */   text-align: center;
/* 9560  */ }
/* 9561  */ .vc_general.vc_cta3.vc_cta3-align-justify .vc_cta3-content {
/* 9562  */   text-align: justify;
/* 9563  */ }
/* 9564  */ .vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3_content-container {
/* 9565  */   padding-top: 1em;
/* 9566  */ }
/* 9567  */ .vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons {
/* 9568  */   text-align: center;
/* 9569  */ }
/* 9570  */ .vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons .vc_icon_element {
/* 9571  */   display: inline-block;
/* 9572  */ }
/* 9573  */ .vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3_content-container {
/* 9574  */   padding-bottom: 1em;
/* 9575  */ }
/* 9576  */ .vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons {
/* 9577  */   text-align: center;
/* 9578  */ }
/* 9579  */ .vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons .vc_icon_element {
/* 9580  */   display: inline-block;
/* 9581  */ }
/* 9582  */ .vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3-icons {
/* 9583  */   display: table-cell;
/* 9584  */ }
/* 9585  */ .vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
/* 9586  */   display: table-cell;
/* 9587  */   padding-left: 1em;
/* 9588  */ }
/* 9589  */ .vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3-icons {
/* 9590  */   display: table-cell;
/* 9591  */ }
/* 9592  */ .vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3_content-container {
/* 9593  */   display: table-cell;
/* 9594  */   padding-right: 1em;
/* 9595  */ }
/* 9596  */ .vc_general.vc_cta3.vc_cta3-icons-on-border {
/* 9597  */   position: relative;
/* 9598  */ }
/* 9599  */ .vc_general.vc_cta3.vc_cta3-icons-on-border .vc_cta3-icons {
/* 9600  */   position: absolute;

/* js_composer.css */

/* 9601  */ }
/* 9602  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right .vc_cta3-icons {
/* 9603  */   right: 0;
/* 9604  */   top: 50%;
/* 9605  */   -webkit-transform: translate(50%, -50%);
/* 9606  */   -ms-transform: translate(50%, -50%);
/* 9607  */   transform: translate(50%, -50%);
/* 9608  */ }
/* 9609  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs {
/* 9610  */   margin-right: 17px;
/* 9611  */ }
/* 9612  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs .vc_cta3_content-container {
/* 9613  */   padding-right: 0;
/* 9614  */ }
/* 9615  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9616  */   padding-right: 7px;
/* 9617  */ }
/* 9618  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm {
/* 9619  */   margin-right: 22px;
/* 9620  */ }
/* 9621  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm .vc_cta3_content-container {
/* 9622  */   padding-right: 7px;
/* 9623  */ }
/* 9624  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9625  */   padding-right: 14px;
/* 9626  */ }
/* 9627  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md {
/* 9628  */   margin-right: 28px;
/* 9629  */ }
/* 9630  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md .vc_cta3_content-container {
/* 9631  */   padding-right: 14px;
/* 9632  */ }
/* 9633  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9634  */   padding-right: 21px;
/* 9635  */ }
/* 9636  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg {
/* 9637  */   margin-right: 35px;
/* 9638  */ }
/* 9639  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg .vc_cta3_content-container {
/* 9640  */   padding-right: 21px;
/* 9641  */ }
/* 9642  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9643  */   padding-right: 28px;
/* 9644  */ }
/* 9645  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl {
/* 9646  */   margin-right: 50px;
/* 9647  */ }
/* 9648  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl .vc_cta3_content-container {
/* 9649  */   padding-right: 28px;
/* 9650  */ }

/* js_composer.css */

/* 9651  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9652  */   padding-right: 35px;
/* 9653  */ }
/* 9654  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left .vc_cta3-icons {
/* 9655  */   left: 0;
/* 9656  */   top: 50%;
/* 9657  */   -webkit-transform: translate(-50%, -50%);
/* 9658  */   -ms-transform: translate(-50%, -50%);
/* 9659  */   transform: translate(-50%, -50%);
/* 9660  */ }
/* 9661  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs {
/* 9662  */   margin-left: 17px;
/* 9663  */ }
/* 9664  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs .vc_cta3_content-container {
/* 9665  */   padding-left: 0;
/* 9666  */ }
/* 9667  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9668  */   padding-left: 7px;
/* 9669  */ }
/* 9670  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm {
/* 9671  */   margin-left: 22px;
/* 9672  */ }
/* 9673  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm .vc_cta3_content-container {
/* 9674  */   padding-left: 7px;
/* 9675  */ }
/* 9676  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9677  */   padding-left: 14px;
/* 9678  */ }
/* 9679  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md {
/* 9680  */   margin-left: 28px;
/* 9681  */ }
/* 9682  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md .vc_cta3_content-container {
/* 9683  */   padding-left: 14px;
/* 9684  */ }
/* 9685  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9686  */   padding-left: 21px;
/* 9687  */ }
/* 9688  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg {
/* 9689  */   margin-left: 35px;
/* 9690  */ }
/* 9691  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg .vc_cta3_content-container {
/* 9692  */   padding-left: 21px;
/* 9693  */ }
/* 9694  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9695  */   padding-left: 28px;
/* 9696  */ }
/* 9697  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl {
/* 9698  */   margin-left: 50px;
/* 9699  */ }
/* 9700  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl .vc_cta3_content-container {

/* js_composer.css */

/* 9701  */   padding-left: 28px;
/* 9702  */ }
/* 9703  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9704  */   padding-left: 35px;
/* 9705  */ }
/* 9706  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top .vc_cta3-icons {
/* 9707  */   left: 50%;
/* 9708  */   top: 0;
/* 9709  */   -webkit-transform: translate(-50%, -50%);
/* 9710  */   -ms-transform: translate(-50%, -50%);
/* 9711  */   transform: translate(-50%, -50%);
/* 9712  */ }
/* 9713  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs {
/* 9714  */   margin-top: 17px;
/* 9715  */ }
/* 9716  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs .vc_cta3_content-container {
/* 9717  */   padding-top: 0;
/* 9718  */ }
/* 9719  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9720  */   padding-top: 7px;
/* 9721  */ }
/* 9722  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm {
/* 9723  */   margin-top: 22px;
/* 9724  */ }
/* 9725  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm .vc_cta3_content-container {
/* 9726  */   padding-top: 7px;
/* 9727  */ }
/* 9728  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9729  */   padding-top: 14px;
/* 9730  */ }
/* 9731  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md {
/* 9732  */   margin-top: 28px;
/* 9733  */ }
/* 9734  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md .vc_cta3_content-container {
/* 9735  */   padding-top: 14px;
/* 9736  */ }
/* 9737  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9738  */   padding-top: 21px;
/* 9739  */ }
/* 9740  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg {
/* 9741  */   margin-top: 35px;
/* 9742  */ }
/* 9743  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg .vc_cta3_content-container {
/* 9744  */   padding-top: 21px;
/* 9745  */ }
/* 9746  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9747  */   padding-top: 28px;
/* 9748  */ }
/* 9749  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl {
/* 9750  */   margin-top: 50px;

/* js_composer.css */

/* 9751  */ }
/* 9752  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl .vc_cta3_content-container {
/* 9753  */   padding-top: 28px;
/* 9754  */ }
/* 9755  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9756  */   padding-top: 35px;
/* 9757  */ }
/* 9758  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom .vc_cta3-icons {
/* 9759  */   left: 50%;
/* 9760  */   bottom: 0;
/* 9761  */   -webkit-transform: translate(-50%, 50%);
/* 9762  */   -ms-transform: translate(-50%, 50%);
/* 9763  */   transform: translate(-50%, 50%);
/* 9764  */ }
/* 9765  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs {
/* 9766  */   margin-bottom: 17px;
/* 9767  */ }
/* 9768  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs .vc_cta3_content-container {
/* 9769  */   padding-bottom: 0;
/* 9770  */ }
/* 9771  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9772  */   padding-bottom: 7px;
/* 9773  */ }
/* 9774  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm {
/* 9775  */   margin-bottom: 22px;
/* 9776  */ }
/* 9777  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm .vc_cta3_content-container {
/* 9778  */   padding-bottom: 7px;
/* 9779  */ }
/* 9780  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9781  */   padding-bottom: 14px;
/* 9782  */ }
/* 9783  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md {
/* 9784  */   margin-bottom: 28px;
/* 9785  */ }
/* 9786  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md .vc_cta3_content-container {
/* 9787  */   padding-bottom: 14px;
/* 9788  */ }
/* 9789  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9790  */   padding-bottom: 21px;
/* 9791  */ }
/* 9792  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg {
/* 9793  */   margin-bottom: 35px;
/* 9794  */ }
/* 9795  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg .vc_cta3_content-container {
/* 9796  */   padding-bottom: 21px;
/* 9797  */ }
/* 9798  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9799  */   padding-bottom: 28px;
/* 9800  */ }

/* js_composer.css */

/* 9801  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl {
/* 9802  */   margin-bottom: 50px;
/* 9803  */ }
/* 9804  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl .vc_cta3_content-container {
/* 9805  */   padding-bottom: 28px;
/* 9806  */ }
/* 9807  */ .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
/* 9808  */   padding-bottom: 35px;
/* 9809  */ }
/* 9810  */ .vc_general.vc_cta3.vc_cta3-actions-top .vc_cta3-content {
/* 9811  */   margin-top: 1em;
/* 9812  */ }
/* 9813  */ .vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
/* 9814  */   margin-bottom: 1em;
/* 9815  */ }
/* 9816  */ @media (min-width: 768px) {
/* 9817  */   .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions {
/* 9818  */     display: table-cell;
/* 9819  */     max-width: 30%;
/* 9820  */   }
/* 9821  */   .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
/* 9822  */     padding-left: 28px;
/* 9823  */     display: table-cell;
/* 9824  */   }
/* 9825  */   .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
/* 9826  */     display: table-cell;
/* 9827  */     max-width: 30%;
/* 9828  */   }
/* 9829  */   .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
/* 9830  */     padding-right: 28px;
/* 9831  */     display: table-cell;
/* 9832  */   }
/* 9833  */ }
/* 9834  */ .vc_general.vc_cta3.vc_cta3-style-classic {
/* 9835  */   border-color: #f0f0f0;
/* 9836  */   background-color: #f7f7f7;
/* 9837  */ }
/* 9838  */ .vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h2,
/* 9839  */ .vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {
/* 9840  */   color: inherit;
/* 9841  */ }
/* 9842  */ .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2,
/* 9843  */ .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4 {
/* 9844  */   color: inherit;
/* 9845  */ }
/* 9846  */ .vc_general.vc_cta3.vc_cta3-style-outline {
/* 9847  */   border-width: 3px;
/* 9848  */ }
/* 9849  */ .vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h2,
/* 9850  */ .vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {

/* js_composer.css */

/* 9851  */   color: inherit;
/* 9852  */ }
/* 9853  */ .vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h2,
/* 9854  */ .vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h4 {
/* 9855  */   color: inherit;
/* 9856  */ }
/* 9857  */ .vc_general.vc_cta3.vc_cta3-style-custom {
/* 9858  */   border-color: #f0f0f0;
/* 9859  */   background-color: #f7f7f7;
/* 9860  */ }
/* 9861  */ .vc_general.vc_cta3.vc_cta3-shape-square {
/* 9862  */   border-radius: 0;
/* 9863  */ }
/* 9864  */ .vc_general.vc_cta3.vc_cta3-shape-rounded {
/* 9865  */   border-radius: 5px;
/* 9866  */ }
/* 9867  */ .vc_general.vc_cta3.vc_cta3-shape-round {
/* 9868  */   border-radius: 4em;
/* 9869  */ }
/* 9870  */ .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-classic .vc_cta3-content-header {
/* 9871  */   color: #5472d2;
/* 9872  */ }
/* 9873  */ .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat {
/* 9874  */   color: #c9d2f0;
/* 9875  */   border-color: transparent;
/* 9876  */   background-color: #5472d2;
/* 9877  */ }
/* 9878  */ .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat .vc_cta3-content-header {
/* 9879  */   color: #ffffff;
/* 9880  */ }
/* 9881  */ .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d {
/* 9882  */   box-shadow: 0 5px 0 #3253bc;
/* 9883  */   color: #c9d2f0;
/* 9884  */   border-color: transparent;
/* 9885  */   background-color: #5472d2;
/* 9886  */ }
/* 9887  */ .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d .vc_cta3-content-header {
/* 9888  */   color: #ffffff;
/* 9889  */ }
/* 9890  */ .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline {
/* 9891  */   border-color: #5472d2;
/* 9892  */   background-color: transparent;
/* 9893  */ }
/* 9894  */ .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline .vc_cta3-content-header {
/* 9895  */   color: #5472d2;
/* 9896  */ }
/* 9897  */ .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-classic .vc_cta3-content-header {
/* 9898  */   color: #00c1cf;
/* 9899  */ }
/* 9900  */ .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat {

/* js_composer.css */

/* 9901  */   color: #d3f5f1;
/* 9902  */   border-color: transparent;
/* 9903  */   background-color: #00c1cf;
/* 9904  */ }
/* 9905  */ .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .vc_cta3-content-header {
/* 9906  */   color: #ffffff;
/* 9907  */ }
/* 9908  */ .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d {
/* 9909  */   box-shadow: 0 5px 0 #008d97;
/* 9910  */   color: #d3f5f1;
/* 9911  */   border-color: transparent;
/* 9912  */   background-color: #00c1cf;
/* 9913  */ }
/* 9914  */ .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d .vc_cta3-content-header {
/* 9915  */   color: #ffffff;
/* 9916  */ }
/* 9917  */ .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline {
/* 9918  */   border-color: #00c1cf;
/* 9919  */   background-color: transparent;
/* 9920  */ }
/* 9921  */ .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline .vc_cta3-content-header {
/* 9922  */   color: #00c1cf;
/* 9923  */ }
/* 9924  */ .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-classic .vc_cta3-content-header {
/* 9925  */   color: #fe6c61;
/* 9926  */ }
/* 9927  */ .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat {
/* 9928  */   color: #fcdbd7;
/* 9929  */   border-color: transparent;
/* 9930  */   background-color: #fe6c61;
/* 9931  */ }
/* 9932  */ .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat .vc_cta3-content-header {
/* 9933  */   color: #ffffff;
/* 9934  */ }
/* 9935  */ .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d {
/* 9936  */   box-shadow: 0 5px 0 #fe3829;
/* 9937  */   color: #fcdbd7;
/* 9938  */   border-color: transparent;
/* 9939  */   background-color: #fe6c61;
/* 9940  */ }
/* 9941  */ .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d .vc_cta3-content-header {
/* 9942  */   color: #ffffff;
/* 9943  */ }
/* 9944  */ .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline {
/* 9945  */   border-color: #fe6c61;
/* 9946  */   background-color: transparent;
/* 9947  */ }
/* 9948  */ .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline .vc_cta3-content-header {
/* 9949  */   color: #fe6c61;
/* 9950  */ }

/* js_composer.css */

/* 9951  */ .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-classic .vc_cta3-content-header {
/* 9952  */   color: #8d6dc4;
/* 9953  */ }
/* 9954  */ .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat {
/* 9955  */   color: #e1d5f5;
/* 9956  */   border-color: transparent;
/* 9957  */   background-color: #8d6dc4;
/* 9958  */ }
/* 9959  */ .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat .vc_cta3-content-header {
/* 9960  */   color: #ffffff;
/* 9961  */ }
/* 9962  */ .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d {
/* 9963  */   box-shadow: 0 5px 0 #6e48b1;
/* 9964  */   color: #e1d5f5;
/* 9965  */   border-color: transparent;
/* 9966  */   background-color: #8d6dc4;
/* 9967  */ }
/* 9968  */ .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d .vc_cta3-content-header {
/* 9969  */   color: #ffffff;
/* 9970  */ }
/* 9971  */ .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline {
/* 9972  */   border-color: #8d6dc4;
/* 9973  */   background-color: transparent;
/* 9974  */ }
/* 9975  */ .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline .vc_cta3-content-header {
/* 9976  */   color: #8d6dc4;
/* 9977  */ }
/* 9978  */ .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-classic .vc_cta3-content-header {
/* 9979  */   color: #4cadc9;
/* 9980  */ }
/* 9981  */ .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat {
/* 9982  */   color: #d0edf5;
/* 9983  */   border-color: transparent;
/* 9984  */   background-color: #4cadc9;
/* 9985  */ }
/* 9986  */ .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat .vc_cta3-content-header {
/* 9987  */   color: #ffffff;
/* 9988  */ }
/* 9989  */ .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d {
/* 9990  */   box-shadow: 0 5px 0 #338faa;
/* 9991  */   color: #d0edf5;
/* 9992  */   border-color: transparent;
/* 9993  */   background-color: #4cadc9;
/* 9994  */ }
/* 9995  */ .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d .vc_cta3-content-header {
/* 9996  */   color: #ffffff;
/* 9997  */ }
/* 9998  */ .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline {
/* 9999  */   border-color: #4cadc9;
/* 10000 */   background-color: transparent;

/* js_composer.css */

/* 10001 */ }
/* 10002 */ .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline .vc_cta3-content-header {
/* 10003 */   color: #4cadc9;
/* 10004 */ }
/* 10005 */ .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-classic .vc_cta3-content-header {
/* 10006 */   color: #cec2ab;
/* 10007 */ }
/* 10008 */ .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat {
/* 10009 */   color: #f7f3eb;
/* 10010 */   border-color: transparent;
/* 10011 */   background-color: #cec2ab;
/* 10012 */ }
/* 10013 */ .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat .vc_cta3-content-header {
/* 10014 */   color: #ffffff;
/* 10015 */ }
/* 10016 */ .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d {
/* 10017 */   box-shadow: 0 5px 0 #b9a888;
/* 10018 */   color: #f7f3eb;
/* 10019 */   border-color: transparent;
/* 10020 */   background-color: #cec2ab;
/* 10021 */ }
/* 10022 */ .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d .vc_cta3-content-header {
/* 10023 */   color: #ffffff;
/* 10024 */ }
/* 10025 */ .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline {
/* 10026 */   border-color: #cec2ab;
/* 10027 */   background-color: transparent;
/* 10028 */ }
/* 10029 */ .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline .vc_cta3-content-header {
/* 10030 */   color: #cec2ab;
/* 10031 */ }
/* 10032 */ .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-classic .vc_cta3-content-header {
/* 10033 */   color: #50485b;
/* 10034 */ }
/* 10035 */ .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat {
/* 10036 */   color: #e2ddeb;
/* 10037 */   border-color: transparent;
/* 10038 */   background-color: #50485b;
/* 10039 */ }
/* 10040 */ .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat .vc_cta3-content-header {
/* 10041 */   color: #ffffff;
/* 10042 */ }
/* 10043 */ .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d {
/* 10044 */   box-shadow: 0 5px 0 #342f3c;
/* 10045 */   color: #e2ddeb;
/* 10046 */   border-color: transparent;
/* 10047 */   background-color: #50485b;
/* 10048 */ }
/* 10049 */ .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d .vc_cta3-content-header {
/* 10050 */   color: #ffffff;

/* js_composer.css */

/* 10051 */ }
/* 10052 */ .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline {
/* 10053 */   border-color: #50485b;
/* 10054 */   background-color: transparent;
/* 10055 */ }
/* 10056 */ .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline .vc_cta3-content-header {
/* 10057 */   color: #50485b;
/* 10058 */ }
/* 10059 */ .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-classic .vc_cta3-content-header {
/* 10060 */   color: #75d69c;
/* 10061 */ }
/* 10062 */ .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat {
/* 10063 */   color: #e1f5e9;
/* 10064 */   border-color: transparent;
/* 10065 */   background-color: #75d69c;
/* 10066 */ }
/* 10067 */ .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat .vc_cta3-content-header {
/* 10068 */   color: #ffffff;
/* 10069 */ }
/* 10070 */ .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d {
/* 10071 */   box-shadow: 0 5px 0 #4ac97d;
/* 10072 */   color: #e1f5e9;
/* 10073 */   border-color: transparent;
/* 10074 */   background-color: #75d69c;
/* 10075 */ }
/* 10076 */ .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d .vc_cta3-content-header {
/* 10077 */   color: #ffffff;
/* 10078 */ }
/* 10079 */ .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline {
/* 10080 */   border-color: #75d69c;
/* 10081 */   background-color: transparent;
/* 10082 */ }
/* 10083 */ .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline .vc_cta3-content-header {
/* 10084 */   color: #75d69c;
/* 10085 */ }
/* 10086 */ .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-classic .vc_cta3-content-header {
/* 10087 */   color: #f7be68;
/* 10088 */ }
/* 10089 */ .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat {
/* 10090 */   color: #faf0e1;
/* 10091 */   border-color: transparent;
/* 10092 */   background-color: #f7be68;
/* 10093 */ }
/* 10094 */ .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat .vc_cta3-content-header {
/* 10095 */   color: #ffffff;
/* 10096 */ }
/* 10097 */ .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d {
/* 10098 */   box-shadow: 0 5px 0 #f4a733;
/* 10099 */   color: #faf0e1;
/* 10100 */   border-color: transparent;

/* js_composer.css */

/* 10101 */   background-color: #f7be68;
/* 10102 */ }
/* 10103 */ .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d .vc_cta3-content-header {
/* 10104 */   color: #ffffff;
/* 10105 */ }
/* 10106 */ .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline {
/* 10107 */   border-color: #f7be68;
/* 10108 */   background-color: transparent;
/* 10109 */ }
/* 10110 */ .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline .vc_cta3-content-header {
/* 10111 */   color: #f7be68;
/* 10112 */ }
/* 10113 */ .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-classic .vc_cta3-content-header {
/* 10114 */   color: #5aa1e3;
/* 10115 */ }
/* 10116 */ .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat {
/* 10117 */   color: #dce9f5;
/* 10118 */   border-color: transparent;
/* 10119 */   background-color: #5aa1e3;
/* 10120 */ }
/* 10121 */ .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat .vc_cta3-content-header {
/* 10122 */   color: #ffffff;
/* 10123 */ }
/* 10124 */ .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d {
/* 10125 */   box-shadow: 0 5px 0 #2a86db;
/* 10126 */   color: #dce9f5;
/* 10127 */   border-color: transparent;
/* 10128 */   background-color: #5aa1e3;
/* 10129 */ }
/* 10130 */ .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d .vc_cta3-content-header {
/* 10131 */   color: #ffffff;
/* 10132 */ }
/* 10133 */ .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline {
/* 10134 */   border-color: #5aa1e3;
/* 10135 */   background-color: transparent;
/* 10136 */ }
/* 10137 */ .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline .vc_cta3-content-header {
/* 10138 */   color: #5aa1e3;
/* 10139 */ }
/* 10140 */ .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-classic .vc_cta3-content-header {
/* 10141 */   color: #6dab3c;
/* 10142 */ }
/* 10143 */ .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat {
/* 10144 */   color: #e5f2da;
/* 10145 */   border-color: transparent;
/* 10146 */   background-color: #6dab3c;
/* 10147 */ }
/* 10148 */ .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat .vc_cta3-content-header {
/* 10149 */   color: #ffffff;
/* 10150 */ }

/* js_composer.css */

/* 10151 */ .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d {
/* 10152 */   box-shadow: 0 5px 0 #53812d;
/* 10153 */   color: #e5f2da;
/* 10154 */   border-color: transparent;
/* 10155 */   background-color: #6dab3c;
/* 10156 */ }
/* 10157 */ .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d .vc_cta3-content-header {
/* 10158 */   color: #ffffff;
/* 10159 */ }
/* 10160 */ .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline {
/* 10161 */   border-color: #6dab3c;
/* 10162 */   background-color: transparent;
/* 10163 */ }
/* 10164 */ .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline .vc_cta3-content-header {
/* 10165 */   color: #6dab3c;
/* 10166 */ }
/* 10167 */ .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-classic .vc_cta3-content-header {
/* 10168 */   color: #f4524d;
/* 10169 */ }
/* 10170 */ .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat {
/* 10171 */   color: #fce2e1;
/* 10172 */   border-color: transparent;
/* 10173 */   background-color: #f4524d;
/* 10174 */ }
/* 10175 */ .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat .vc_cta3-content-header {
/* 10176 */   color: #ffffff;
/* 10177 */ }
/* 10178 */ .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d {
/* 10179 */   box-shadow: 0 5px 0 #f11f18;
/* 10180 */   color: #fce2e1;
/* 10181 */   border-color: transparent;
/* 10182 */   background-color: #f4524d;
/* 10183 */ }
/* 10184 */ .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d .vc_cta3-content-header {
/* 10185 */   color: #ffffff;
/* 10186 */ }
/* 10187 */ .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline {
/* 10188 */   border-color: #f4524d;
/* 10189 */   background-color: transparent;
/* 10190 */ }
/* 10191 */ .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline .vc_cta3-content-header {
/* 10192 */   color: #f4524d;
/* 10193 */ }
/* 10194 */ .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-classic .vc_cta3-content-header {
/* 10195 */   color: #f79468;
/* 10196 */ }
/* 10197 */ .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat {
/* 10198 */   color: #f7e1d7;
/* 10199 */   border-color: transparent;
/* 10200 */   background-color: #f79468;

/* js_composer.css */

/* 10201 */ }
/* 10202 */ .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat .vc_cta3-content-header {
/* 10203 */   color: #ffffff;
/* 10204 */ }
/* 10205 */ .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d {
/* 10206 */   box-shadow: 0 5px 0 #f46e33;
/* 10207 */   color: #f7e1d7;
/* 10208 */   border-color: transparent;
/* 10209 */   background-color: #f79468;
/* 10210 */ }
/* 10211 */ .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d .vc_cta3-content-header {
/* 10212 */   color: #ffffff;
/* 10213 */ }
/* 10214 */ .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline {
/* 10215 */   border-color: #f79468;
/* 10216 */   background-color: transparent;
/* 10217 */ }
/* 10218 */ .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline .vc_cta3-content-header {
/* 10219 */   color: #f79468;
/* 10220 */ }
/* 10221 */ .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-classic .vc_cta3-content-header {
/* 10222 */   color: #b97ebb;
/* 10223 */ }
/* 10224 */ .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat {
/* 10225 */   color: #f4dff5;
/* 10226 */   border-color: transparent;
/* 10227 */   background-color: #b97ebb;
/* 10228 */ }
/* 10229 */ .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat .vc_cta3-content-header {
/* 10230 */   color: #ffffff;
/* 10231 */ }
/* 10232 */ .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d {
/* 10233 */   box-shadow: 0 5px 0 #a559a8;
/* 10234 */   color: #f4dff5;
/* 10235 */   border-color: transparent;
/* 10236 */   background-color: #b97ebb;
/* 10237 */ }
/* 10238 */ .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d .vc_cta3-content-header {
/* 10239 */   color: #ffffff;
/* 10240 */ }
/* 10241 */ .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline {
/* 10242 */   border-color: #b97ebb;
/* 10243 */   background-color: transparent;
/* 10244 */ }
/* 10245 */ .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline .vc_cta3-content-header {
/* 10246 */   color: #b97ebb;
/* 10247 */ }
/* 10248 */ .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-classic .vc_cta3-content-header {
/* 10249 */   color: #2a2a2a;
/* 10250 */ }

/* js_composer.css */

/* 10251 */ .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat {
/* 10252 */   color: #d9d9d9;
/* 10253 */   border-color: transparent;
/* 10254 */   background-color: #2a2a2a;
/* 10255 */ }
/* 10256 */ .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat .vc_cta3-content-header {
/* 10257 */   color: #ffffff;
/* 10258 */ }
/* 10259 */ .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d {
/* 10260 */   box-shadow: 0 5px 0 #0e0e0e;
/* 10261 */   color: #d9d9d9;
/* 10262 */   border-color: transparent;
/* 10263 */   background-color: #2a2a2a;
/* 10264 */ }
/* 10265 */ .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d .vc_cta3-content-header {
/* 10266 */   color: #ffffff;
/* 10267 */ }
/* 10268 */ .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline {
/* 10269 */   border-color: #2a2a2a;
/* 10270 */   background-color: transparent;
/* 10271 */ }
/* 10272 */ .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline .vc_cta3-content-header {
/* 10273 */   color: #2a2a2a;
/* 10274 */ }
/* 10275 */ .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-classic .vc_cta3-content-header {
/* 10276 */   color: #ebebeb;
/* 10277 */ }
/* 10278 */ .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat {
/* 10279 */   color: #9d9d9e;
/* 10280 */   border-color: transparent;
/* 10281 */   background-color: #ebebeb;
/* 10282 */ }
/* 10283 */ .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat .vc_cta3-content-header {
/* 10284 */   color: #666666;
/* 10285 */ }
/* 10286 */ .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d {
/* 10287 */   box-shadow: 0 5px 0 #cfcfcf;
/* 10288 */   color: #9d9d9e;
/* 10289 */   border-color: transparent;
/* 10290 */   background-color: #ebebeb;
/* 10291 */ }
/* 10292 */ .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d .vc_cta3-content-header {
/* 10293 */   color: #666666;
/* 10294 */ }
/* 10295 */ .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline {
/* 10296 */   border-color: #ebebeb;
/* 10297 */   background-color: transparent;
/* 10298 */ }
/* 10299 */ .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline .vc_cta3-content-header {
/* 10300 */   color: #ebebeb;

/* js_composer.css */

/* 10301 */ }
/* 10302 */ .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-classic .vc_cta3-content-header {
/* 10303 */   color: #ffffff;
/* 10304 */ }
/* 10305 */ .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat {
/* 10306 */   color: #9d9d9e;
/* 10307 */   border-color: transparent;
/* 10308 */   background-color: #ffffff;
/* 10309 */ }
/* 10310 */ .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat .vc_cta3-content-header {
/* 10311 */   color: #666666;
/* 10312 */ }
/* 10313 */ .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d {
/* 10314 */   box-shadow: 0 5px 0 #e3e3e3;
/* 10315 */   color: #9d9d9e;
/* 10316 */   border-color: transparent;
/* 10317 */   background-color: #ffffff;
/* 10318 */ }
/* 10319 */ .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d .vc_cta3-content-header {
/* 10320 */   color: #666666;
/* 10321 */ }
/* 10322 */ .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline {
/* 10323 */   border-color: #ffffff;
/* 10324 */   background-color: transparent;
/* 10325 */ }
/* 10326 */ .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline .vc_cta3-content-header {
/* 10327 */   color: #ffffff;
/* 10328 */ }
/* 10329 */ .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
/* 10330 */   color: #9d9d9e;
/* 10331 */   border-color: transparent;
/* 10332 */   background-color: #f0f0f0;
/* 10333 */ }
/* 10334 */ .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat .vc_cta3-content-header {
/* 10335 */   color: #666666;
/* 10336 */ }
/* 10337 */ .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d {
/* 10338 */   box-shadow: 0 5px 0 #d4d4d4;
/* 10339 */   color: #9d9d9e;
/* 10340 */   border-color: transparent;
/* 10341 */   background-color: #f0f0f0;
/* 10342 */ }
/* 10343 */ .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d .vc_cta3-content-header {
/* 10344 */   color: #666666;
/* 10345 */ }
/* 10346 */ .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline {
/* 10347 */   border-color: #f0f0f0;
/* 10348 */   background-color: transparent;
/* 10349 */ }
/* 10350 */ .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline .vc_cta3-content-header {

/* js_composer.css */

/* 10351 */   color: #f0f0f0;
/* 10352 */ }
/* 10353 */ .vc_cta3.vc_cta3-icon-size-xs .vc_icon_element .vc_icon_element-inner {
/* 10354 */   height: 1em;
/* 10355 */   width: 1em;
/* 10356 */ }
/* 10357 */ .vc_cta3.vc_cta3-icon-size-sm .vc_icon_element .vc_icon_element-inner {
/* 10358 */   height: 2em;
/* 10359 */   width: 2em;
/* 10360 */ }
/* 10361 */ .vc_cta3.vc_cta3-icon-size-md .vc_icon_element .vc_icon_element-inner {
/* 10362 */   height: 3em;
/* 10363 */   width: 3em;
/* 10364 */ }
/* 10365 */ .vc_cta3.vc_cta3-icon-size-lg .vc_icon_element .vc_icon_element-inner {
/* 10366 */   height: 4em;
/* 10367 */   width: 4em;
/* 10368 */ }
/* 10369 */ .vc_cta3.vc_cta3-icon-size-xl .vc_icon_element .vc_icon_element-inner {
/* 10370 */   height: 5em;
/* 10371 */   width: 5em;
/* 10372 */ }
/* 10373 */ /* Google maps
/* 10374 *| ---------------------------------------------------------- */
/* 10375 */ .wpb_gmaps_widget .wpb_wrapper {
/* 10376 */   background-color: #f7f7f7;
/* 10377 */   padding: 5px;
/* 10378 */ }
/* 10379 */ .wpb_gmaps_widget .wpb_map_wraper iframe {
/* 10380 */   margin-bottom: 0;
/* 10381 */   padding: 0;
/* 10382 */   display: block;
/* 10383 */   width: 100%;
/* 10384 */   border: none;
/* 10385 */ }
/* 10386 */ .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
/* 10387 */   position: relative;
/* 10388 */   padding-bottom: 56.25%;
/* 10389 */   /* 16:9 */
/* 10390 */   height: 0;
/* 10391 */ }
/* 10392 */ .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
/* 10393 */   position: absolute;
/* 10394 */   top: 0;
/* 10395 */   left: 0;
/* 10396 */   height: 100%;
/* 10397 */ }
/* 10398 */ .wpb_content_element .wpb_tabs_nav li a:focus,
/* 10399 */ .wpb_accordion_section .wpb_accordion_header a:focus,
/* 10400 */ .wpb_tour_next_prev_nav a:focus {

/* js_composer.css */

/* 10401 */   outline: none;
/* 10402 */ }
/* 10403 */ /** Tabs/Tour Common **/
/* 10404 */ .wpb_content_element .wpb_tour_tabs_wrapper,
/* 10405 */ .wpb_content_element .wpb_tabs_nav {
/* 10406 */   padding: 0;
/* 10407 */ }
/* 10408 */ .wpb_content_element .wpb_tabs_nav {
/* 10409 */   margin: 0;
/* 10410 */   padding-left: 0 !important;
/* 10411 */   text-indent: inherit !important;
/* 10412 */ }
/* 10413 */ #content .wpb_content_element .wpb_tabs_nav {
/* 10414 */   margin: 0;
/* 10415 */ }
/* 10416 */ .wpb_content_element .wpb_tabs_nav li {
/* 10417 */   background-color: #ffffff;
/* 10418 */   white-space: nowrap;
/* 10419 */   padding: 0;
/* 10420 */   background-image: none;
/* 10421 */   list-style: none !important;
/* 10422 */ }
/* 10423 */ .wpb_content_element .wpb_tabs_nav li:after,
/* 10424 */ .wpb_content_element .wpb_tabs_nav li:before {
/* 10425 */   display: none !important;
/* 10426 */ }
/* 10427 */ .wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
/* 10428 */ .wpb_content_element .wpb_tabs_nav li:hover {
/* 10429 */   background-color: #f7f7f7;
/* 10430 */ }
/* 10431 */ .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
/* 10432 */   cursor: default;
/* 10433 */ }
/* 10434 */ .wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
/* 10435 */   display: none;
/* 10436 */ }
/* 10437 */ /** Tabs/Tour/Accordion Common **/
/* 10438 */ .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
/* 10439 */ .wpb_content_element .wpb_accordion_header a {
/* 10440 */   border-bottom: none;
/* 10441 */   text-decoration: none;
/* 10442 */   display: block;
/* 10443 */   padding: 0.5em 1em;
/* 10444 */ }
/* 10445 */ .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
/* 10446 */ .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
/* 10447 */   background-color: #f7f7f7;
/* 10448 */ }
/* 10449 */ .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
/* 10450 */ .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {

/* js_composer.css */

/* 10451 */   padding: 1em;
/* 10452 */ }
/* 10453 */ .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child,
/* 10454 */ .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
/* 10455 */ .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
/* 10456 */ .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child {
/* 10457 */   margin-bottom: 0;
/* 10458 */ }
/* 10459 */ /** Tabs **/
/* 10460 */ .wpb_tabs .wpb_tabs_nav li {
/* 10461 */   float: left;
/* 10462 */   margin: 0 1px 0 0;
/* 10463 */ }
/* 10464 */ /** Tour **/
/* 10465 */ .wpb_tour .wpb_tabs_nav {
/* 10466 */   float: left;
/* 10467 */   width: 31.66666667%;
/* 10468 */ }
/* 10469 */ .wpb_tour .wpb_tabs_nav li {
/* 10470 */   margin: 0 0 1px 0;
/* 10471 */   clear: left;
/* 10472 */   width: 100%;
/* 10473 */ }
/* 10474 */ .wpb_tour .wpb_tabs_nav a {
/* 10475 */   width: 100%;
/* 10476 */ }
/* 10477 */ .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
/* 10478 */   -webkit-box-sizing: border-box;
/* 10479 */   -moz-box-sizing: border-box;
/* 10480 */   box-sizing: border-box;
/* 10481 */   border: none;
/* 10482 */   float: left;
/* 10483 */   width: 68.33333333%;
/* 10484 */   padding: 0 0 0 21.73913043px;
/* 10485 */ }
/* 10486 */ .wpb_tour_next_prev_nav {
/* 10487 */   margin-left: 31.66666667%;
/* 10488 */   padding-left: 21.73913043px;
/* 10489 */   font-size: 80%;
/* 10490 */ }
/* 10491 */ .wpb_tour_next_prev_nav a {
/* 10492 */   border-bottom: 1px dotted;
/* 10493 */   text-decoration: none;
/* 10494 */ }
/* 10495 */ .wpb_tour_next_prev_nav a:hover {
/* 10496 */   text-decoration: none;
/* 10497 */   border-bottom: none;
/* 10498 */ }
/* 10499 */ .wpb_tour_next_prev_nav span {
/* 10500 */   width: 48%;

/* js_composer.css */

/* 10501 */   display: inline-block;
/* 10502 */   padding-top: 1em;
/* 10503 */   float: left;
/* 10504 */ }
/* 10505 */ .wpb_tour_next_prev_nav span.wpb_next_slide {
/* 10506 */   text-align: right;
/* 10507 */   float: right;
/* 10508 */ }
/* 10509 */ /** Accordion **/
/* 10510 */ .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
/* 10511 */   margin: 0 0 1px 0;
/* 10512 */   padding-top: 0;
/* 10513 */   position: relative;
/* 10514 */   text-transform: none;
/* 10515 */   font-weight: inherit;
/* 10516 */   font-size: inherit;
/* 10517 */   font-family: inherit;
/* 10518 */   line-height: inherit;
/* 10519 */   letter-spacing: inherit;
/* 10520 */ }
/* 10521 */ .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
/* 10522 */   padding-left: 1em;
/* 10523 */ }
/* 10524 */ .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
/* 10525 */ .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
/* 10526 */   display: block;
/* 10527 */   width: 16px;
/* 10528 */   height: 16px;
/* 10529 */   background-image: url(/wp-content/plugins/js_composer/assets/images/toggle_open.png);
/* 10530 */   background-repeat: no-repeat;
/* 10531 */   position: absolute;
/* 10532 */   right: 0.7em;
/* 10533 */   top: 0.7em;
/* 10534 */ }
/* 10535 */ .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
/* 10536 */   background-image: url(/wp-content/plugins/js_composer/assets/images/toggle_close.png);
/* 10537 */ }
/* 10538 */ /* tabs_tour_accordion responsive rules */
/* 10539 */ @media (max-width: 480px) {
/* 10540 */   .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
/* 10541 */   .vc_responsive .wpb_tour .wpb_tab,
/* 10542 */   .vc_responsive .wpb_tour_next_prev_nav {
/* 10543 */     width: 100%;
/* 10544 */     float: none;
/* 10545 */     margin-left: 0;
/* 10546 */   }
/* 10547 */   .vc_responsive .wpb_tour_next_prev_nav {
/* 10548 */     width: auto;
/* 10549 */     padding: 0 1em;
/* 10550 */   }

/* js_composer.css */

/* 10551 */   .vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
/* 10552 */     margin-bottom: 1em;
/* 10553 */   }
/* 10554 */   .vc_responsive .wpb_tour .wpb_tab {
/* 10555 */     padding-left: 1em;
/* 10556 */     padding-right: 1em;
/* 10557 */   }
/* 10558 */ }
/* 10559 */ /* Teaser Grid
/* 10560 *| ---------------------------------------------------------- */
/* 10561 */ .wpb_column .wpb_wrapper .wpb_teaser_grid {
/* 10562 */   float: none;
/* 10563 */ }
/* 10564 */ body ul.wpb_thumbnails-fluid li {
/* 10565 */   /* some themes add bg image as a bullet */
/* 10566 */   padding: 0;
/* 10567 */   margin-left: 0;
/* 10568 */   background-image: none;
/* 10569 */   list-style: none !important;
/* 10570 */ }
/* 10571 */ body ul.wpb_thumbnails-fluid li:after,
/* 10572 */ body ul.wpb_thumbnails-fluid li:before {
/* 10573 */   display: none !important;
/* 10574 */ }
/* 10575 */ body ul.wpb_thumbnails-fluid li .entry-content *:last-child {
/* 10576 */   margin-bottom: 0;
/* 10577 */ }
/* 10578 */ .wpb_row .wpb_grid ul.wpb_thumbnails-fluid,
/* 10579 */ .wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
/* 10580 */   padding: 0;
/* 10581 */   overflow: visible !important;
/* 10582 */ }
/* 10583 */ /* Teaser grid
/* 10584 *| ---------------------------------------------------------- */
/* 10585 */ .wpb_teaser_grid .entry-content {
/* 10586 */   margin: 0;
/* 10587 */   padding: 0;
/* 10588 */   width: 100%;
/* 10589 */ }
/* 10590 */ .grid_layout-thumbnail .post-thumb {
/* 10591 */   margin-bottom: 0;
/* 10592 */ }
/* 10593 */ .grid_layout-thumbnail .post-thumb img {
/* 10594 */   max-width: 100%;
/* 10595 */ }
/* 10596 */ /* Carousel layout
/* 10597 *| ---------------------------------------------------------- */
/* 10598 */ .wpb_carousel .wpb_wrapper {
/* 10599 */   position: relative;
/* 10600 */ }

/* js_composer.css */

/* 10601 */ .wpb_carousel .prev,
/* 10602 */ .wpb_carousel .next {
/* 10603 */   position: absolute;
/* 10604 */   top: 3px;
/* 10605 */   background-color: #f7f7f7;
/* 10606 */   padding: 0px 6px 0px 6px;
/* 10607 */   font-size: 12px;
/* 10608 */   z-index: 10;
/* 10609 */   text-decoration: none;
/* 10610 */   transition: all 0.2s linear;
/* 10611 */   -moz-transition: all 0.2s linear;
/* 10612 */   -webkit-transition: all 0.2s linear;
/* 10613 */   -o-transition: all 0.2s linear;
/* 10614 */ }
/* 10615 */ .wpb_carousel .prev:hover,
/* 10616 */ .wpb_carousel .next:hover {
/* 10617 */   background-color: #f0f0f0;
/* 10618 */ }
/* 10619 */ .wpb_carousel .prev:focus,
/* 10620 */ .wpb_carousel .next:focus {
/* 10621 */   outline: none;
/* 10622 */   text-decoration: none;
/* 10623 */ }
/* 10624 */ .wpb_carousel .prev {
/* 10625 */   right: 30px;
/* 10626 */ }
/* 10627 */ .wpb_carousel .next {
/* 10628 */   right: 0px;
/* 10629 */ }
/* 10630 */ .wpb_carousel .wpb_thumbnails-fluid {
/* 10631 */   width: 100%;
/* 10632 */ }
/* 10633 */ .wpb_carousel .wpb_thumbnails-fluid > [class*="vc_span"] {
/* 10634 */   height: auto !important;
/* 10635 */ }
/* 10636 */ /*** Categories filter ***/
/* 10637 */ .wpb_teaser_grid .categories_filter,
/* 10638 */ .wpb_categories_filter {
/* 10639 */   list-style: none;
/* 10640 */   list-style-type: none;
/* 10641 */   padding: 0;
/* 10642 */   margin: 0 0 10px 0;
/* 10643 */ }
/* 10644 */ .wpb_teaser_grid .categories_filter li,
/* 10645 */ .wpb_categories_filter li {
/* 10646 */   display: block;
/* 10647 */   float: left;
/* 10648 */   margin: 0 10px 10px 0;
/* 10649 */   background-image: none;
/* 10650 */   list-style: none !important;

/* js_composer.css */

/* 10651 */ }
/* 10652 */ .wpb_teaser_grid .categories_filter li:after,
/* 10653 */ .wpb_categories_filter li:after,
/* 10654 */ .wpb_teaser_grid .categories_filter li:before,
/* 10655 */ .wpb_categories_filter li:before {
/* 10656 */   display: none !important;
/* 10657 */ }
/* 10658 */ .wpb_teaser_grid .categories_filter li a,
/* 10659 */ .wpb_categories_filter li a {
/* 10660 */   border: none;
/* 10661 */   text-decoration: none;
/* 10662 */ }
/* 10663 */ .wpb_teaser_grid .categories_filter li a:hover,
/* 10664 */ .wpb_categories_filter li a:hover {
/* 10665 */   border-bottom: 1px dotted;
/* 10666 */ }
/* 10667 */ .wpb_teaser_grid .categories_filter li.active a,
/* 10668 */ .wpb_categories_filter li.active a {
/* 10669 */   border-bottom: 1px dotted;
/* 10670 */ }
/* 10671 */ @media (max-width: 480px) {
/* 10672 */   .vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
/* 10673 */     margin-left: 0;
/* 10674 */     width: auto;
/* 10675 */   }
/* 10676 */   .vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_col-"] {
/* 10677 */     width: 100%;
/* 10678 */     float: none;
/* 10679 */     display: block;
/* 10680 */     margin-left: 0;
/* 10681 */     margin-right: 0;
/* 10682 */   }
/* 10683 */ }
/* 10684 */ /* Image grid
/* 10685 *| ---------------------------------------------------------- */
/* 10686 */ .wpb_image_grid .wpb_image_grid_ul {
/* 10687 */   margin: 0;
/* 10688 */   padding: 0;
/* 10689 */ }
/* 10690 */ .wpb_image_grid .wpb_image_grid_ul > li {
/* 10691 */   background-image: none;
/* 10692 */   list-style: none !important;
/* 10693 */ }
/* 10694 */ .wpb_image_grid .wpb_image_grid_ul > li:after,
/* 10695 */ .wpb_image_grid .wpb_image_grid_ul > li:before {
/* 10696 */   display: none !important;
/* 10697 */ }
/* 10698 */ .wpb_image_grid .wpb_image_grid_ul .isotope-item {
/* 10699 */   list-style: none;
/* 10700 */   margin: 0 1px 1px 0;

/* js_composer.css */

/* 10701 */   max-width: 100%;
/* 10702 */   float: left;
/* 10703 */ }
/* 10704 */ .wpb_image_grid .wpb_image_grid_ul a {
/* 10705 */   display: block;
/* 10706 */ }
/* 10707 */ .wpb_image_grid .wpb_image_grid_ul img {
/* 10708 */   display: block;
/* 10709 */   max-width: 100%;
/* 10710 */   height: auto;
/* 10711 */ }
/* 10712 */ /* Gallery
/* 10713 *| ---------------------------------------------------------- */
/* 10714 */ .wpb_gallery .theme-default .nivoSlider {
/* 10715 */   margin-bottom: 0;
/* 10716 */ }
/* 10717 */ .wpb_gallery .theme-default .nivo-controlNav {
/* 10718 */   padding: 10px 0 3px 0;
/* 10719 */ }
/* 10720 */ .wpb_gallery .wpb_flexslider .flex-control-nav {
/* 10721 */   bottom: auto;
/* 10722 */   top: 100%;
/* 10723 */   margin-top: 15px;
/* 10724 */ }
/* 10725 */ .wpb_gallery .wpb_flexslider .flex-caption {
/* 10726 */   cursor: default;
/* 10727 */ }
/* 10728 */ .wpb_gallery .wpb_flexslider .flex-direction-nav a {
/* 10729 */   border: none;
/* 10730 */ }
/* 10731 */ .wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
/* 10732 */   line-height: 1;
/* 10733 */ }
/* 10734 */ .wpb_gallery .wpb_flexslider .flex-control-paging {
/* 10735 */   z-index: 10;
/* 10736 */ }
/* 10737 */ #content .wpb_gallery_slides ul.slides,
/* 10738 */ .content .wpb_gallery_slides ul.slides,
/* 10739 */ .wpb_gallery_slides ul.slides,
/* 10740 */ #content .wpb_gallery_slides ul.flex-direction-nav,
/* 10741 */ .content .wpb_gallery_slides ul.flex-direction-nav,
/* 10742 */ .wpb_gallery_slides ul.flex-direction-nav,
/* 10743 */ body .wpb_gallery_slides ul li,
/* 10744 */ .wpb_content_element .wpb_gallery_slides ul li {
/* 10745 */   list-style: none;
/* 10746 */   padding: 0;
/* 10747 */   background-image: none;
/* 10748 */   margin: 0;
/* 10749 */ }
/* 10750 */ /* Flickr stream

/* js_composer.css */

/* 10751 *| ---------------------------------------------------------- */
/* 10752 */ .flickr_badge_image {
/* 10753 */   margin: 0 10px 10px 0px;
/* 10754 */   width: 72px;
/* 10755 */   height: 72px;
/* 10756 */   float: left;
/* 10757 */   background: none;
/* 10758 */   padding: 0;
/* 10759 */ }
/* 10760 */ .flickr_badge_image a {
/* 10761 */   border: none;
/* 10762 */ }
/* 10763 */ .flickr_badge_image img {
/* 10764 */   margin: 0;
/* 10765 */   overflow: hidden;
/* 10766 */   position: relative;
/* 10767 */   width: 100%;
/* 10768 */   height: 100%;
/* 10769 */   max-width: 100%;
/* 10770 */   max-height: 100%;
/* 10771 */ }
/* 10772 */ .wpb_flickr_widget p.flickr_stream_wrap {
/* 10773 */   clear: both;
/* 10774 */   margin-bottom: 0;
/* 10775 */   font-size: 80%;
/* 10776 */ }
/* 10777 */ .wpb_flickr_widget p.flickr_stream_wrap a {
/* 10778 */   background-image: url(/wp-content/plugins/js_composer/assets/images/flickr.png);
/* 10779 */   background-repeat: no-repeat;
/* 10780 */   background-position: left center;
/* 10781 */   padding-left: 25px;
/* 10782 */   display: inline-block;
/* 10783 */ }
/* 10784 */ /* Video widget
/* 10785 *| ---------------------------------------------------------- */
/* 10786 */ .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
/* 10787 */   padding-top: 56%;
/* 10788 */   position: relative;
/* 10789 */ }
/* 10790 */ .wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {
/* 10791 */   padding-top: 0 !important;
/* 10792 */   position: static;
/* 10793 */ }
/* 10794 */ .wpb_video_widget .wpb_wrapper iframe {
/* 10795 */   width: 100%;
/* 10796 */   height: 100%;
/* 10797 */   display: block;
/* 10798 */   position: absolute;
/* 10799 */   margin: 0;
/* 10800 */   top: 0;

/* js_composer.css */

/* 10801 */   left: 0;
/* 10802 */   -webkit-box-sizing: border-box;
/* 10803 */   -moz-box-sizing: border-box;
/* 10804 */   box-sizing: border-box;
/* 10805 */ }
/* 10806 */ .wpb_video_wrapper .fluid-width-video-wrapper {
/* 10807 */   padding-top: 0 !important;
/* 10808 */   position: static;
/* 10809 */ }
/* 10810 */ /* Posts slider
/* 10811 *| ---------------------------------------------------------- */
/* 10812 */ .wpb_posts_slider .flex-caption,
/* 10813 */ .wpb_posts_slider .nivo-caption {
/* 10814 */   background-color: #f7f7f7;
/* 10815 */   opacity: 1;
/* 10816 */   filter: alpha(opacity=100);
/* 10817 */   color: inherit;
/* 10818 */   padding: 10px 15px;
/* 10819 */   position: static;
/* 10820 */ }
/* 10821 */ .wpb_posts_slider .wpb_gallery_slides > ul > li {
/* 10822 */   background-image: none;
/* 10823 */   list-style: none !important;
/* 10824 */ }
/* 10825 */ .wpb_posts_slider .wpb_gallery_slides > ul > li:after,
/* 10826 */ .wpb_posts_slider .wpb_gallery_slides > ul > li:before {
/* 10827 */   display: none !important;
/* 10828 */ }
/* 10829 */ /* Progress bar
/* 10830 *| ---------------------------------------------------------- */
/* 10831 */ .vc_progress_bar .vc_single_bar {
/* 10832 */   background: #f7f7f7;
/* 10833 */   position: relative;
/* 10834 */   margin-bottom: 11.66666667px;
/* 10835 */   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
/* 10836 */   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
/* 10837 */   -webkit-border-radius: 3px;
/* 10838 */   -moz-border-radius: 3px;
/* 10839 */   border-radius: 3px;
/* 10840 */ }
/* 10841 */ .vc_progress_bar .vc_single_bar:last-child {
/* 10842 */   margin-bottom: 0;
/* 10843 */ }
/* 10844 */ .vc_progress_bar .vc_single_bar .vc_label {
/* 10845 */   display: block;
/* 10846 */   padding: 0.5em 1em;
/* 10847 */   position: relative;
/* 10848 */   z-index: 1;
/* 10849 */ }
/* 10850 */ .vc_progress_bar .vc_single_bar .vc_bar {

/* js_composer.css */

/* 10851 */   display: block;
/* 10852 */   position: absolute;
/* 10853 */   height: 100%;
/* 10854 */   background-color: #e0e0e0;
/* 10855 */   width: 0%;
/* 10856 */   top: 0;
/* 10857 */   left: 0;
/* 10858 */   -webkit-border-radius: 3px;
/* 10859 */   -moz-border-radius: 3px;
/* 10860 */   border-radius: 3px;
/* 10861 */   transition: width 1s linear;
/* 10862 */   -moz-transition: width 1s linear;
/* 10863 */   -webkit-transition: width 1s linear;
/* 10864 */   -o-transition: width 1s linear;
/* 10865 */ }
/* 10866 */ .vc_progress_bar .vc_single_bar .vc_bar.striped {
/* 10867 */   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));
/* 10868 */   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);
/* 10869 */   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);
/* 10870 */   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);
/* 10871 */   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);
/* 10872 */   -webkit-background-size: 40px 40px;
/* 10873 */   -moz-background-size: 40px 40px;
/* 10874 */   -o-background-size: 40px 40px;
/* 10875 */   background-size: 40px 40px;
/* 10876 */ }
/* 10877 */ .vc_progress_bar .vc_single_bar .vc_bar.animated {
/* 10878 */   -webkit-animation: progress-bar-stripes 2s linear infinite;
/* 10879 */   -moz-animation: progress-bar-stripes 2s linear infinite;
/* 10880 */   -ms-animation: progress-bar-stripes 2s linear infinite;
/* 10881 */   -o-animation: progress-bar-stripes 2s linear infinite;
/* 10882 */   animation: progress-bar-stripes 2s linear infinite;
/* 10883 */ }
/* 10884 */ .vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar {
/* 10885 */   background-color: #0074cc;
/* 10886 */ }
/* 10887 */ .vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_label {
/* 10888 */   color: #ffffff;
/* 10889 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10890 */ }
/* 10891 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar {
/* 10892 */   background-color: #0074cc;
/* 10893 */ }
/* 10894 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_label {
/* 10895 */   color: #ffffff;
/* 10896 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10897 */ }
/* 10898 */ .vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_bar {
/* 10899 */   background-color: #49afcd;
/* 10900 */ }

/* js_composer.css */

/* 10901 */ .vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_label {
/* 10902 */   color: #ffffff;
/* 10903 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10904 */ }
/* 10905 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_bar {
/* 10906 */   background-color: #49afcd;
/* 10907 */ }
/* 10908 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_label {
/* 10909 */   color: #ffffff;
/* 10910 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10911 */ }
/* 10912 */ .vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_bar {
/* 10913 */   background-color: #5bb75b;
/* 10914 */ }
/* 10915 */ .vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_label {
/* 10916 */   color: #ffffff;
/* 10917 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10918 */ }
/* 10919 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_bar {
/* 10920 */   background-color: #5bb75b;
/* 10921 */ }
/* 10922 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_label {
/* 10923 */   color: #ffffff;
/* 10924 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10925 */ }
/* 10926 */ .vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_bar {
/* 10927 */   background-color: #faa732;
/* 10928 */ }
/* 10929 */ .vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_label {
/* 10930 */   color: #ffffff;
/* 10931 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10932 */ }
/* 10933 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_bar {
/* 10934 */   background-color: #faa732;
/* 10935 */ }
/* 10936 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_label {
/* 10937 */   color: #ffffff;
/* 10938 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10939 */ }
/* 10940 */ .vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar {
/* 10941 */   background-color: #da4f49;
/* 10942 */ }
/* 10943 */ .vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_label {
/* 10944 */   color: #ffffff;
/* 10945 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10946 */ }
/* 10947 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_bar {
/* 10948 */   background-color: #da4f49;
/* 10949 */ }
/* 10950 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_label {

/* js_composer.css */

/* 10951 */   color: #ffffff;
/* 10952 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10953 */ }
/* 10954 */ .vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_bar {
/* 10955 */   background-color: #414141;
/* 10956 */ }
/* 10957 */ .vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_label {
/* 10958 */   color: #ffffff;
/* 10959 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10960 */ }
/* 10961 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_bar {
/* 10962 */   background-color: #414141;
/* 10963 */ }
/* 10964 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_label {
/* 10965 */   color: #ffffff;
/* 10966 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10967 */ }
/* 10968 */ .vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_bar {
/* 10969 */   background-color: #5472d2;
/* 10970 */ }
/* 10971 */ .vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_label {
/* 10972 */   color: #ffffff;
/* 10973 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10974 */ }
/* 10975 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_bar {
/* 10976 */   background-color: #5472d2;
/* 10977 */ }
/* 10978 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_label {
/* 10979 */   color: #ffffff;
/* 10980 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10981 */ }
/* 10982 */ .vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_bar {
/* 10983 */   background-color: #00c1cf;
/* 10984 */ }
/* 10985 */ .vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_label {
/* 10986 */   color: #ffffff;
/* 10987 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10988 */ }
/* 10989 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_bar {
/* 10990 */   background-color: #00c1cf;
/* 10991 */ }
/* 10992 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_label {
/* 10993 */   color: #ffffff;
/* 10994 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 10995 */ }
/* 10996 */ .vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_bar {
/* 10997 */   background-color: #fe6c61;
/* 10998 */ }
/* 10999 */ .vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_label {
/* 11000 */   color: #ffffff;

/* js_composer.css */

/* 11001 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11002 */ }
/* 11003 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_bar {
/* 11004 */   background-color: #fe6c61;
/* 11005 */ }
/* 11006 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_label {
/* 11007 */   color: #ffffff;
/* 11008 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11009 */ }
/* 11010 */ .vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_bar {
/* 11011 */   background-color: #8d6dc4;
/* 11012 */ }
/* 11013 */ .vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_label {
/* 11014 */   color: #ffffff;
/* 11015 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11016 */ }
/* 11017 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_bar {
/* 11018 */   background-color: #8d6dc4;
/* 11019 */ }
/* 11020 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_label {
/* 11021 */   color: #ffffff;
/* 11022 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11023 */ }
/* 11024 */ .vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_bar {
/* 11025 */   background-color: #4cadc9;
/* 11026 */ }
/* 11027 */ .vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_label {
/* 11028 */   color: #ffffff;
/* 11029 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11030 */ }
/* 11031 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_bar {
/* 11032 */   background-color: #4cadc9;
/* 11033 */ }
/* 11034 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_label {
/* 11035 */   color: #ffffff;
/* 11036 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11037 */ }
/* 11038 */ .vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_bar {
/* 11039 */   background-color: #cec2ab;
/* 11040 */ }
/* 11041 */ .vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_label {
/* 11042 */   color: #ffffff;
/* 11043 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11044 */ }
/* 11045 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_bar {
/* 11046 */   background-color: #cec2ab;
/* 11047 */ }
/* 11048 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_label {
/* 11049 */   color: #ffffff;
/* 11050 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

/* js_composer.css */

/* 11051 */ }
/* 11052 */ .vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_bar {
/* 11053 */   background-color: #50485b;
/* 11054 */ }
/* 11055 */ .vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_label {
/* 11056 */   color: #ffffff;
/* 11057 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11058 */ }
/* 11059 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_bar {
/* 11060 */   background-color: #50485b;
/* 11061 */ }
/* 11062 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_label {
/* 11063 */   color: #ffffff;
/* 11064 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11065 */ }
/* 11066 */ .vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_bar {
/* 11067 */   background-color: #75d69c;
/* 11068 */ }
/* 11069 */ .vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_label {
/* 11070 */   color: #ffffff;
/* 11071 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11072 */ }
/* 11073 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_bar {
/* 11074 */   background-color: #75d69c;
/* 11075 */ }
/* 11076 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_label {
/* 11077 */   color: #ffffff;
/* 11078 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11079 */ }
/* 11080 */ .vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_bar {
/* 11081 */   background-color: #75d69c;
/* 11082 */ }
/* 11083 */ .vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_label {
/* 11084 */   color: #ffffff;
/* 11085 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11086 */ }
/* 11087 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_bar {
/* 11088 */   background-color: #75d69c;
/* 11089 */ }
/* 11090 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_label {
/* 11091 */   color: #ffffff;
/* 11092 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11093 */ }
/* 11094 */ .vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_bar {
/* 11095 */   background-color: #2a2a2a;
/* 11096 */ }
/* 11097 */ .vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_label {
/* 11098 */   color: #ffffff;
/* 11099 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11100 */ }

/* js_composer.css */

/* 11101 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_bar {
/* 11102 */   background-color: #2a2a2a;
/* 11103 */ }
/* 11104 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_label {
/* 11105 */   color: #ffffff;
/* 11106 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11107 */ }
/* 11108 */ .vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_bar {
/* 11109 */   background-color: #ebebeb;
/* 11110 */ }
/* 11111 */ .vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_label {
/* 11112 */   color: #666666;
/* 11113 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11114 */ }
/* 11115 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_bar {
/* 11116 */   background-color: #ebebeb;
/* 11117 */ }
/* 11118 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_label {
/* 11119 */   color: #666666;
/* 11120 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11121 */ }
/* 11122 */ .vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_bar {
/* 11123 */   background-color: #f7be68;
/* 11124 */ }
/* 11125 */ .vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_label {
/* 11126 */   color: #ffffff;
/* 11127 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11128 */ }
/* 11129 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_bar {
/* 11130 */   background-color: #f7be68;
/* 11131 */ }
/* 11132 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_label {
/* 11133 */   color: #ffffff;
/* 11134 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11135 */ }
/* 11136 */ .vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_bar {
/* 11137 */   background-color: #5aa1e3;
/* 11138 */ }
/* 11139 */ .vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_label {
/* 11140 */   color: #ffffff;
/* 11141 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11142 */ }
/* 11143 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_bar {
/* 11144 */   background-color: #5aa1e3;
/* 11145 */ }
/* 11146 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_label {
/* 11147 */   color: #ffffff;
/* 11148 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11149 */ }
/* 11150 */ .vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_bar {

/* js_composer.css */

/* 11151 */   background-color: #6dab3c;
/* 11152 */ }
/* 11153 */ .vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_label {
/* 11154 */   color: #ffffff;
/* 11155 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11156 */ }
/* 11157 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_bar {
/* 11158 */   background-color: #6dab3c;
/* 11159 */ }
/* 11160 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_label {
/* 11161 */   color: #ffffff;
/* 11162 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11163 */ }
/* 11164 */ .vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_bar {
/* 11165 */   background-color: #f4524d;
/* 11166 */ }
/* 11167 */ .vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_label {
/* 11168 */   color: #ffffff;
/* 11169 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11170 */ }
/* 11171 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_bar {
/* 11172 */   background-color: #f4524d;
/* 11173 */ }
/* 11174 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_label {
/* 11175 */   color: #ffffff;
/* 11176 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11177 */ }
/* 11178 */ .vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_bar {
/* 11179 */   background-color: #f79468;
/* 11180 */ }
/* 11181 */ .vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_label {
/* 11182 */   color: #ffffff;
/* 11183 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11184 */ }
/* 11185 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_bar {
/* 11186 */   background-color: #f79468;
/* 11187 */ }
/* 11188 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_label {
/* 11189 */   color: #ffffff;
/* 11190 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11191 */ }
/* 11192 */ .vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_bar {
/* 11193 */   background-color: #b97ebb;
/* 11194 */ }
/* 11195 */ .vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_label {
/* 11196 */   color: #ffffff;
/* 11197 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11198 */ }
/* 11199 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_bar {
/* 11200 */   background-color: #b97ebb;

/* js_composer.css */

/* 11201 */ }
/* 11202 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_label {
/* 11203 */   color: #ffffff;
/* 11204 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11205 */ }
/* 11206 */ .vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_bar {
/* 11207 */   background-color: #ffffff;
/* 11208 */ }
/* 11209 */ .vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_label {
/* 11210 */   color: #666666;
/* 11211 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11212 */ }
/* 11213 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_bar {
/* 11214 */   background-color: #ffffff;
/* 11215 */ }
/* 11216 */ .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_label {
/* 11217 */   color: #666666;
/* 11218 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 11219 */ }
/* 11220 */ @-webkit-keyframes progress-bar-stripes {
/* 11221 */   from {
/* 11222 */     background-position: 40px 0;
/* 11223 */   }
/* 11224 */   to {
/* 11225 */     background-position: 0 0;
/* 11226 */   }
/* 11227 */ }
/* 11228 */ @-moz-keyframes progress-bar-stripes {
/* 11229 */   from {
/* 11230 */     background-position: 40px 0;
/* 11231 */   }
/* 11232 */   to {
/* 11233 */     background-position: 0 0;
/* 11234 */   }
/* 11235 */ }
/* 11236 */ @-ms-keyframes progress-bar-stripes {
/* 11237 */   from {
/* 11238 */     background-position: 40px 0;
/* 11239 */   }
/* 11240 */   to {
/* 11241 */     background-position: 0 0;
/* 11242 */   }
/* 11243 */ }
/* 11244 */ @-o-keyframes progress-bar-stripes {
/* 11245 */   from {
/* 11246 */     background-position: 0 0;
/* 11247 */   }
/* 11248 */   to {
/* 11249 */     background-position: 40px 0;
/* 11250 */   }

/* js_composer.css */

/* 11251 */ }
/* 11252 */ @keyframes progress-bar-stripes {
/* 11253 */   from {
/* 11254 */     background-position: 40px 0;
/* 11255 */   }
/* 11256 */   to {
/* 11257 */     background-position: 0 0;
/* 11258 */   }
/* 11259 */ }
/* 11260 */ /*** Pie chart **/
/* 11261 */ .vc_pie_chart {
/* 11262 */   z-index: 0;
/* 11263 */   text-align: center;
/* 11264 */   opacity: 0;
/* 11265 */   filter: alpha(opacity=0);
/* 11266 */ }
/* 11267 */ .vc_pie_chart.vc_ready {
/* 11268 */   opacity: 1;
/* 11269 */   filter: alpha(opacity=100);
/* 11270 */ }
/* 11271 */ .vc_pie_chart .vc_pie_wrapper {
/* 11272 */   position: relative;
/* 11273 */   margin: 0 auto;
/* 11274 */ }
/* 11275 */ .vc_pie_chart canvas {
/* 11276 */   position: relative;
/* 11277 */   z-index: 1;
/* 11278 */ }
/* 11279 */ .vc_pie_chart .vc_pie_chart_value {
/* 11280 */   font-size: 200%;
/* 11281 */   position: absolute;
/* 11282 */   top: 0;
/* 11283 */   left: 0;
/* 11284 */   display: block;
/* 11285 */   width: 100%;
/* 11286 */   height: 100%;
/* 11287 */   text-align: center;
/* 11288 */ }
/* 11289 */ .vc_pie_chart_back {
/* 11290 */   display: block;
/* 11291 */   position: absolute;
/* 11292 */   width: 100%;
/* 11293 */   height: 100%;
/* 11294 */   top: 0;
/* 11295 */   left: 0;
/* 11296 */   border: 6px solid #f7f7f7;
/* 11297 */   border-radius: 999px;
/* 11298 */   border-radius: 50%;
/* 11299 */   opacity: 0.3;
/* 11300 */   filter: alpha(opacity=30);

/* js_composer.css */

/* 11301 */   -webkit-box-sizing: border-box;
/* 11302 */   -moz-box-sizing: border-box;
/* 11303 */   box-sizing: border-box;
/* 11304 */ }
/* 11305 */ .vc_images_carousel .vc_carousel-control {
/* 11306 */   border: none;
/* 11307 */ }
/* 11308 */ .vc_carousel .vc_carousel-control {
/* 11309 */   text-shadow: none;
/* 11310 */   border: none;
/* 11311 */   transition: all 0.2s linear;
/* 11312 */   -moz-transition: all 0.2s linear;
/* 11313 */   -webkit-transition: all 0.2s linear;
/* 11314 */   -o-transition: all 0.2s linear;
/* 11315 */ }
/* 11316 */ .vc_carousel .vc_carousel-control:active,
/* 11317 */ .vc_carousel .vc_carousel-control:focus {
/* 11318 */   outline: none;
/* 11319 */ }
/* 11320 */ .vc_carousel .vc_carousel-indicators li {
/* 11321 */   width: 5px;
/* 11322 */   height: 5px;
/* 11323 */   margin: 0;
/* 11324 */   border-color: #f7f7f7;
/* 11325 */   transition: all 0.2s linear;
/* 11326 */   -moz-transition: all 0.2s linear;
/* 11327 */   -webkit-transition: all 0.2s linear;
/* 11328 */   -o-transition: all 0.2s linear;
/* 11329 */ }
/* 11330 */ .vc_separator {
/* 11331 */   display: table;
/* 11332 */ }
/* 11333 */ .vc_separator h4 {
/* 11334 */   line-height: 1em;
/* 11335 */   font-size: 100%;
/* 11336 */   display: table-cell;
/* 11337 */   white-space: pre;
/* 11338 */ }
/* 11339 */ .vc_separator h4 .normal {
/* 11340 */   font-size: 12px;
/* 11341 */   font-weight: normal;
/* 11342 */ }
/* 11343 */ .vc_separator.vc_separator_align_center h4 {
/* 11344 */   padding: 0 0.8em;
/* 11345 */ }
/* 11346 */ .vc_separator.vc_separator_align_left h4 {
/* 11347 */   padding: 0 0.8em 0 0;
/* 11348 */ }
/* 11349 */ .vc_separator.vc_separator_align_left .vc_sep_holder {
/* 11350 */   width: 100%;

/* js_composer.css */

/* 11351 */ }
/* 11352 */ .vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l {
/* 11353 */   display: none;
/* 11354 */ }
/* 11355 */ .vc_separator.vc_separator_align_right h4 {
/* 11356 */   padding: 0 0 0 0.8em;
/* 11357 */   margin: 0 !important;
/* 11358 */ }
/* 11359 */ .vc_separator.vc_separator_align_right .vc_sep_holder {
/* 11360 */   width: 100%;
/* 11361 */ }
/* 11362 */ .vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
/* 11363 */   display: none;
/* 11364 */ }
/* 11365 */ .vc_separator .vc_sep_holder {
/* 11366 */   display: table-cell;
/* 11367 */   height: 1px;
/* 11368 */   position: relative;
/* 11369 */   vertical-align: middle;
/* 11370 */   width: 50%;
/* 11371 */ }
/* 11372 */ .vc_separator .vc_sep_holder .vc_sep_line {
/* 11373 */   height: 1px;
/* 11374 */   border-top: 1px solid #ebebeb;
/* 11375 */   display: block;
/* 11376 */   position: relative;
/* 11377 */   top: 1px;
/* 11378 */   width: 100%;
/* 11379 */ }
/* 11380 */ .vc_separator.vc_sep_double {
/* 11381 */   height: 3px;
/* 11382 */ }
/* 11383 */ .vc_separator.vc_sep_double .vc_sep_line {
/* 11384 */   border-bottom: 1px solid #ebebeb;
/* 11385 */   border-top: 1px solid #ebebeb;
/* 11386 */   height: 3px;
/* 11387 */ }
/* 11388 */ .vc_separator.vc_sep_dashed .vc_sep_line {
/* 11389 */   border-top-style: dashed;
/* 11390 */ }
/* 11391 */ .vc_separator.vc_sep_dotted .vc_sep_line {
/* 11392 */   border-top-style: dotted;
/* 11393 */ }
/* 11394 */ .vc_separator.vc_separator_no_text .vc_sep_holder_l {
/* 11395 */   width: 100%;
/* 11396 */ }
/* 11397 */ .vc_separator.vc_separator_no_text .vc_sep_holder_r {
/* 11398 */   display: none;
/* 11399 */ }
/* 11400 */ .vc_separator.vc_sep_border_width_1 .vc_sep_holder .vc_sep_line {

/* js_composer.css */

/* 11401 */   border-top-width: 1px;
/* 11402 */ }
/* 11403 */ .vc_separator.vc_sep_border_width_1.vc_sep_double .vc_sep_holder .vc_sep_line {
/* 11404 */   border-bottom-width: 1px;
/* 11405 */   top: 0px;
/* 11406 */ }
/* 11407 */ .vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
/* 11408 */   border-top-width: 2px;
/* 11409 */ }
/* 11410 */ .vc_separator.vc_sep_border_width_2.vc_sep_double .vc_sep_holder .vc_sep_line {
/* 11411 */   border-bottom-width: 2px;
/* 11412 */   top: -1px;
/* 11413 */ }
/* 11414 */ .vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line {
/* 11415 */   border-top-width: 3px;
/* 11416 */ }
/* 11417 */ .vc_separator.vc_sep_border_width_3.vc_sep_double .vc_sep_holder .vc_sep_line {
/* 11418 */   border-bottom-width: 3px;
/* 11419 */   top: -1px;
/* 11420 */ }
/* 11421 */ .vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line {
/* 11422 */   border-top-width: 4px;
/* 11423 */ }
/* 11424 */ .vc_separator.vc_sep_border_width_4.vc_sep_double .vc_sep_holder .vc_sep_line {
/* 11425 */   border-bottom-width: 4px;
/* 11426 */   top: -2px;
/* 11427 */ }
/* 11428 */ .vc_separator.vc_sep_border_width_5 .vc_sep_holder .vc_sep_line {
/* 11429 */   border-top-width: 5px;
/* 11430 */ }
/* 11431 */ .vc_separator.vc_sep_border_width_5.vc_sep_double .vc_sep_holder .vc_sep_line {
/* 11432 */   border-bottom-width: 5px;
/* 11433 */   top: -2px;
/* 11434 */ }
/* 11435 */ .vc_separator.vc_sep_border_width_6 .vc_sep_holder .vc_sep_line {
/* 11436 */   border-top-width: 6px;
/* 11437 */ }
/* 11438 */ .vc_separator.vc_sep_border_width_6.vc_sep_double .vc_sep_holder .vc_sep_line {
/* 11439 */   border-bottom-width: 6px;
/* 11440 */   top: -3px;
/* 11441 */ }
/* 11442 */ .vc_separator.vc_sep_border_width_7 .vc_sep_holder .vc_sep_line {
/* 11443 */   border-top-width: 7px;
/* 11444 */ }
/* 11445 */ .vc_separator.vc_sep_border_width_7.vc_sep_double .vc_sep_holder .vc_sep_line {
/* 11446 */   border-bottom-width: 7px;
/* 11447 */   top: -3px;
/* 11448 */ }
/* 11449 */ .vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line {
/* 11450 */   border-top-width: 8px;

/* js_composer.css */

/* 11451 */ }
/* 11452 */ .vc_separator.vc_sep_border_width_8.vc_sep_double .vc_sep_holder .vc_sep_line {
/* 11453 */   border-bottom-width: 8px;
/* 11454 */   top: -4px;
/* 11455 */ }
/* 11456 */ .vc_separator.vc_sep_border_width_9 .vc_sep_holder .vc_sep_line {
/* 11457 */   border-top-width: 9px;
/* 11458 */ }
/* 11459 */ .vc_separator.vc_sep_border_width_9.vc_sep_double .vc_sep_holder .vc_sep_line {
/* 11460 */   border-bottom-width: 9px;
/* 11461 */   top: -4px;
/* 11462 */ }
/* 11463 */ .vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
/* 11464 */   border-top-width: 10px;
/* 11465 */ }
/* 11466 */ .vc_separator.vc_sep_border_width_10.vc_sep_double .vc_sep_holder .vc_sep_line {
/* 11467 */   border-bottom-width: 10px;
/* 11468 */   top: -5px;
/* 11469 */ }
/* 11470 */ .vc_separator.vc_sep_color_blue .vc_sep_line {
/* 11471 */   border-color: #5472d2;
/* 11472 */ }
/* 11473 */ .vc_separator.vc_sep_color_turquoise .vc_sep_line {
/* 11474 */   border-color: #00c1cf;
/* 11475 */ }
/* 11476 */ .vc_separator.vc_sep_color_pink .vc_sep_line {
/* 11477 */   border-color: #fe6c61;
/* 11478 */ }
/* 11479 */ .vc_separator.vc_sep_color_violet .vc_sep_line {
/* 11480 */   border-color: #8d6dc4;
/* 11481 */ }
/* 11482 */ .vc_separator.vc_sep_color_peacoc .vc_sep_line {
/* 11483 */   border-color: #4cadc9;
/* 11484 */ }
/* 11485 */ .vc_separator.vc_sep_color_chino .vc_sep_line {
/* 11486 */   border-color: #cec2ab;
/* 11487 */ }
/* 11488 */ .vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
/* 11489 */   border-color: #50485b;
/* 11490 */ }
/* 11491 */ .vc_separator.vc_sep_color_vista_blue .vc_sep_line {
/* 11492 */   border-color: #75d69c;
/* 11493 */ }
/* 11494 */ .vc_separator.vc_sep_color_black .vc_sep_line {
/* 11495 */   border-color: #2a2a2a;
/* 11496 */ }
/* 11497 */ .vc_separator.vc_sep_color_grey .vc_sep_line {
/* 11498 */   border-color: #ebebeb;
/* 11499 */ }
/* 11500 */ .vc_separator.vc_sep_color_orange .vc_sep_line {

/* js_composer.css */

/* 11501 */   border-color: #f7be68;
/* 11502 */ }
/* 11503 */ .vc_separator.vc_sep_color_sky .vc_sep_line {
/* 11504 */   border-color: #5aa1e3;
/* 11505 */ }
/* 11506 */ .vc_separator.vc_sep_color_green .vc_sep_line {
/* 11507 */   border-color: #6dab3c;
/* 11508 */ }
/* 11509 */ .vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
/* 11510 */   border-color: #f4524d;
/* 11511 */ }
/* 11512 */ .vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
/* 11513 */   border-color: #f79468;
/* 11514 */ }
/* 11515 */ .vc_separator.vc_sep_color_purple .vc_sep_line {
/* 11516 */   border-color: #b97ebb;
/* 11517 */ }
/* 11518 */ .vc_separator.vc_sep_color_white .vc_sep_line {
/* 11519 */   border-color: #ffffff;
/* 11520 */ }
/* 11521 */ .wpb_separator,
/* 11522 */ .vc_text_separator {
/* 11523 */   border-bottom: 1px solid #ebebeb;
/* 11524 */ }
/* 11525 */ .vc_sep_width_10 {
/* 11526 */   width: 10%;
/* 11527 */ }
/* 11528 */ .vc_sep_width_20 {
/* 11529 */   width: 20%;
/* 11530 */ }
/* 11531 */ .vc_sep_width_30 {
/* 11532 */   width: 30%;
/* 11533 */ }
/* 11534 */ .vc_sep_width_40 {
/* 11535 */   width: 40%;
/* 11536 */ }
/* 11537 */ .vc_sep_width_50 {
/* 11538 */   width: 50%;
/* 11539 */ }
/* 11540 */ .vc_sep_width_60 {
/* 11541 */   width: 60%;
/* 11542 */ }
/* 11543 */ .vc_sep_width_70 {
/* 11544 */   width: 70%;
/* 11545 */ }
/* 11546 */ .vc_sep_width_80 {
/* 11547 */   width: 80%;
/* 11548 */ }
/* 11549 */ .vc_sep_width_90 {
/* 11550 */   width: 90%;

/* js_composer.css */

/* 11551 */ }
/* 11552 */ .vc_sep_width_100 {
/* 11553 */   width: 100%;
/* 11554 */ }
/* 11555 */ .vc_sep_pos_align_center {
/* 11556 */   margin-left: auto;
/* 11557 */   margin-right: auto;
/* 11558 */ }
/* 11559 */ .vc_sep_pos_align_left {
/* 11560 */   margin-left: 0;
/* 11561 */   margin-right: auto;
/* 11562 */ }
/* 11563 */ .vc_sep_pos_align_right {
/* 11564 */   margin-left: auto;
/* 11565 */   margin-right: 0;
/* 11566 */ }
/* 11567 */ /* Separator
/* 11568 *| ---------------------------------------------------------- */
/* 11569 */ .wpb_separator {
/* 11570 */   clear: both;
/* 11571 */   height: 1px;
/* 11572 */ }
/* 11573 */ /* Text Separator
/* 11574 *| ---------------------------------------------------------- */
/* 11575 */ .vc_text_separator {
/* 11576 */   clear: both;
/* 11577 */   height: 1px;
/* 11578 */ }
/* 11579 */ .vc_text_separator div {
/* 11580 */   display: inline-block;
/* 11581 */   background-color: #ffffff;
/* 11582 */   padding: 1px 1em;
/* 11583 */   position: relative;
/* 11584 */   top: -9px;
/* 11585 */ }
/* 11586 */ .separator_align_center {
/* 11587 */   text-align: center;
/* 11588 */ }
/* 11589 */ .separator_align_left {
/* 11590 */   text-align: left;
/* 11591 */ }
/* 11592 */ .separator_align_right {
/* 11593 */   text-align: right;
/* 11594 */ }
/* 11595 */ .wpb_single_image a {
/* 11596 */   border: none;
/* 11597 */   outline: none;
/* 11598 */ }
/* 11599 */ .wpb_single_image img {
/* 11600 */   vertical-align: top;

/* js_composer.css */

/* 11601 */   height: auto;
/* 11602 */   max-width: 100%;
/* 11603 */ }
/* 11604 */ .wpb_single_image img.vc_img-placeholder {
/* 11605 */   width: 100%;
/* 11606 */ }
/* 11607 */ .wpb_single_image .vc_single_image-wrapper {
/* 11608 */   display: inline-block;
/* 11609 */   vertical-align: top;
/* 11610 */   max-width: 100%;
/* 11611 */ }
/* 11612 */ .wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
/* 11613 */ .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
/* 11614 */   border-radius: 4px;
/* 11615 */   -webkit-box-shadow: none;
/* 11616 */   box-shadow: none;
/* 11617 */ }
/* 11618 */ .wpb_single_image .vc_single_image-wrapper.vc_box_outline,
/* 11619 */ .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle {
/* 11620 */   border-radius: 0;
/* 11621 */   -webkit-box-shadow: none;
/* 11622 */   box-shadow: none;
/* 11623 */   padding: 6px;
/* 11624 */   border: 1px solid #ebebeb;
/* 11625 */ }
/* 11626 */ .wpb_single_image .vc_single_image-wrapper.vc_box_outline img,
/* 11627 */ .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img {
/* 11628 */   border-radius: 0;
/* 11629 */   -webkit-box-shadow: none;
/* 11630 */   box-shadow: none;
/* 11631 */   border: 1px solid #ebebeb;
/* 11632 */ }
/* 11633 */ .wpb_single_image .vc_single_image-wrapper.vc_box_border,
/* 11634 */ .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
/* 11635 */   border-radius: 0;
/* 11636 */   -webkit-box-shadow: none;
/* 11637 */   box-shadow: none;
/* 11638 */   padding: 6px;
/* 11639 */   border: none;
/* 11640 */ }
/* 11641 */ .wpb_single_image .vc_single_image-wrapper.vc_box_border img,
/* 11642 */ .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
/* 11643 */   border-radius: 0;
/* 11644 */   -webkit-box-shadow: none;
/* 11645 */   box-shadow: none;
/* 11646 */   border: none;
/* 11647 */ }
/* 11648 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow,
/* 11649 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
/* 11650 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,

/* js_composer.css */

/* 11651 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
/* 11652 */   border-radius: 0;
/* 11653 */   -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
/* 11654 */   box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
/* 11655 */ }
/* 11656 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,
/* 11657 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,
/* 11658 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
/* 11659 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
/* 11660 */   border-radius: 0;
/* 11661 */   -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
/* 11662 */   box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
/* 11663 */ }
/* 11664 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
/* 11665 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
/* 11666 */   padding: 6px;
/* 11667 */ }
/* 11668 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d {
/* 11669 */   border-radius: 0;
/* 11670 */   -webkit-box-shadow: none;
/* 11671 */   box-shadow: none;
/* 11672 */   margin-bottom: 15px;
/* 11673 */ }
/* 11674 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
/* 11675 */   border-radius: 0;
/* 11676 */   -webkit-box-shadow: none;
/* 11677 */   box-shadow: none;
/* 11678 */ }
/* 11679 */ .wpb_single_image .vc_single_image-wrapper.vc_box_circle,
/* 11680 */ .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle,
/* 11681 */ .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle,
/* 11682 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
/* 11683 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
/* 11684 */   border-radius: 50%;
/* 11685 */   -webkit-box-shadow: none;
/* 11686 */   box-shadow: none;
/* 11687 */   overflow: hidden;
/* 11688 */ }
/* 11689 */ .wpb_single_image .vc_single_image-wrapper.vc_box_circle img,
/* 11690 */ .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img,
/* 11691 */ .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img,
/* 11692 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img,
/* 11693 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img {
/* 11694 */   border-radius: 50%;
/* 11695 */   -webkit-box-shadow: none;
/* 11696 */   box-shadow: none;
/* 11697 */   overflow: hidden;
/* 11698 */ }
/* 11699 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
/* 11700 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {

/* js_composer.css */

/* 11701 */   -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
/* 11702 */   box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
/* 11703 */ }
/* 11704 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img,
/* 11705 */ .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img {
/* 11706 */   -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
/* 11707 */   box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
/* 11708 */ }
/* 11709 */ .wpb_single_image.vc_align_center {
/* 11710 */   text-align: center;
/* 11711 */ }
/* 11712 */ .wpb_single_image.vc_align_right {
/* 11713 */   text-align: right;
/* 11714 */ }
/* 11715 */ .wpb_single_image.vc_align_left {
/* 11716 */   text-align: left;
/* 11717 */ }
/* 11718 */ .wpb_single_image .vc_box_shadow_3d_wrap {
/* 11719 */   position: relative;
/* 11720 */   z-index: 0;
/* 11721 */   display: inline-block;
/* 11722 */   max-width: 100%;
/* 11723 */ }
/* 11724 */ .wpb_single_image .vc_box_shadow_3d_wrap:after,
/* 11725 */ .wpb_single_image .vc_box_shadow_3d_wrap:before {
/* 11726 */   content: "";
/* 11727 */   position: absolute;
/* 11728 */   -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
/* 11729 */   box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
/* 11730 */   left: 5px;
/* 11731 */   right: 50%;
/* 11732 */   bottom: 8px;
/* 11733 */   height: 30%;
/* 11734 */   z-index: -1;
/* 11735 */   border-radius: inherit;
/* 11736 */   -webkit-transform-origin: 0 0;
/* 11737 */   -moz-transform-origin: 0 0;
/* 11738 */   -ms-transform-origin: 0 0;
/* 11739 */   transform-origin: 0 0;
/* 11740 */   -webkit-transform: skewY(-6deg);
/* 11741 */   -ms-transform: skewY(-6deg);
/* 11742 */   transform: skewY(-6deg);
/* 11743 */ }
/* 11744 */ .wpb_single_image .vc_box_shadow_3d_wrap:after {
/* 11745 */   left: 50%;
/* 11746 */   right: 5px;
/* 11747 */   -webkit-transform: skewY(6deg);
/* 11748 */   -ms-transform: skewY(6deg);
/* 11749 */   transform: skewY(6deg);
/* 11750 */   -webkit-transform-origin: 100% 0;

/* js_composer.css */

/* 11751 */   -moz-transform-origin: 100% 0;
/* 11752 */   -ms-transform-origin: 100% 0;
/* 11753 */   transform-origin: 100% 0;
/* 11754 */ }
/* 11755 */ .wpb_single_image .vc_figure {
/* 11756 */   display: inline-block;
/* 11757 */   text-align: center;
/* 11758 */ }
/* 11759 */ .wpb_single_image .vc_figure .vc_single_image-wrapper {
/* 11760 */   margin-bottom: 0.5em;
/* 11761 */ }
/* 11762 */ .wpb_single_image .vc_figure-caption {
/* 11763 */   text-align: center;
/* 11764 */ }
/* 11765 */ .wpb_single_image .vc_box_outline.vc_box_border_blue,
/* 11766 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_blue {
/* 11767 */   border-color: #5472d2;
/* 11768 */ }
/* 11769 */ .wpb_single_image .vc_box_border.vc_box_border_blue,
/* 11770 */ .wpb_single_image .vc_box_border_circle.vc_box_border_blue {
/* 11771 */   background-color: #5472d2;
/* 11772 */ }
/* 11773 */ .wpb_single_image .vc_box_outline.vc_box_border_turquoise,
/* 11774 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_turquoise {
/* 11775 */   border-color: #00c1cf;
/* 11776 */ }
/* 11777 */ .wpb_single_image .vc_box_border.vc_box_border_turquoise,
/* 11778 */ .wpb_single_image .vc_box_border_circle.vc_box_border_turquoise {
/* 11779 */   background-color: #00c1cf;
/* 11780 */ }
/* 11781 */ .wpb_single_image .vc_box_outline.vc_box_border_pink,
/* 11782 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_pink {
/* 11783 */   border-color: #fe6c61;
/* 11784 */ }
/* 11785 */ .wpb_single_image .vc_box_border.vc_box_border_pink,
/* 11786 */ .wpb_single_image .vc_box_border_circle.vc_box_border_pink {
/* 11787 */   background-color: #fe6c61;
/* 11788 */ }
/* 11789 */ .wpb_single_image .vc_box_outline.vc_box_border_violet,
/* 11790 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_violet {
/* 11791 */   border-color: #8d6dc4;
/* 11792 */ }
/* 11793 */ .wpb_single_image .vc_box_border.vc_box_border_violet,
/* 11794 */ .wpb_single_image .vc_box_border_circle.vc_box_border_violet {
/* 11795 */   background-color: #8d6dc4;
/* 11796 */ }
/* 11797 */ .wpb_single_image .vc_box_outline.vc_box_border_peacoc,
/* 11798 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_peacoc {
/* 11799 */   border-color: #4cadc9;
/* 11800 */ }

/* js_composer.css */

/* 11801 */ .wpb_single_image .vc_box_border.vc_box_border_peacoc,
/* 11802 */ .wpb_single_image .vc_box_border_circle.vc_box_border_peacoc {
/* 11803 */   background-color: #4cadc9;
/* 11804 */ }
/* 11805 */ .wpb_single_image .vc_box_outline.vc_box_border_chino,
/* 11806 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_chino {
/* 11807 */   border-color: #cec2ab;
/* 11808 */ }
/* 11809 */ .wpb_single_image .vc_box_border.vc_box_border_chino,
/* 11810 */ .wpb_single_image .vc_box_border_circle.vc_box_border_chino {
/* 11811 */   background-color: #cec2ab;
/* 11812 */ }
/* 11813 */ .wpb_single_image .vc_box_outline.vc_box_border_mulled_wine,
/* 11814 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_mulled_wine {
/* 11815 */   border-color: #50485b;
/* 11816 */ }
/* 11817 */ .wpb_single_image .vc_box_border.vc_box_border_mulled_wine,
/* 11818 */ .wpb_single_image .vc_box_border_circle.vc_box_border_mulled_wine {
/* 11819 */   background-color: #50485b;
/* 11820 */ }
/* 11821 */ .wpb_single_image .vc_box_outline.vc_box_border_vista_blue,
/* 11822 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_vista_blue {
/* 11823 */   border-color: #75d69c;
/* 11824 */ }
/* 11825 */ .wpb_single_image .vc_box_border.vc_box_border_vista_blue,
/* 11826 */ .wpb_single_image .vc_box_border_circle.vc_box_border_vista_blue {
/* 11827 */   background-color: #75d69c;
/* 11828 */ }
/* 11829 */ .wpb_single_image .vc_box_outline.vc_box_border_black,
/* 11830 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_black {
/* 11831 */   border-color: #2a2a2a;
/* 11832 */ }
/* 11833 */ .wpb_single_image .vc_box_border.vc_box_border_black,
/* 11834 */ .wpb_single_image .vc_box_border_circle.vc_box_border_black {
/* 11835 */   background-color: #2a2a2a;
/* 11836 */ }
/* 11837 */ .wpb_single_image .vc_box_outline.vc_box_border_grey,
/* 11838 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_grey {
/* 11839 */   border-color: #ebebeb;
/* 11840 */ }
/* 11841 */ .wpb_single_image .vc_box_border.vc_box_border_grey,
/* 11842 */ .wpb_single_image .vc_box_border_circle.vc_box_border_grey {
/* 11843 */   background-color: #ebebeb;
/* 11844 */ }
/* 11845 */ .wpb_single_image .vc_box_outline.vc_box_border_orange,
/* 11846 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_orange {
/* 11847 */   border-color: #f7be68;
/* 11848 */ }
/* 11849 */ .wpb_single_image .vc_box_border.vc_box_border_orange,
/* 11850 */ .wpb_single_image .vc_box_border_circle.vc_box_border_orange {

/* js_composer.css */

/* 11851 */   background-color: #f7be68;
/* 11852 */ }
/* 11853 */ .wpb_single_image .vc_box_outline.vc_box_border_sky,
/* 11854 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_sky {
/* 11855 */   border-color: #5aa1e3;
/* 11856 */ }
/* 11857 */ .wpb_single_image .vc_box_border.vc_box_border_sky,
/* 11858 */ .wpb_single_image .vc_box_border_circle.vc_box_border_sky {
/* 11859 */   background-color: #5aa1e3;
/* 11860 */ }
/* 11861 */ .wpb_single_image .vc_box_outline.vc_box_border_green,
/* 11862 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_green {
/* 11863 */   border-color: #6dab3c;
/* 11864 */ }
/* 11865 */ .wpb_single_image .vc_box_border.vc_box_border_green,
/* 11866 */ .wpb_single_image .vc_box_border_circle.vc_box_border_green {
/* 11867 */   background-color: #6dab3c;
/* 11868 */ }
/* 11869 */ .wpb_single_image .vc_box_outline.vc_box_border_juicy_pink,
/* 11870 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_juicy_pink {
/* 11871 */   border-color: #f4524d;
/* 11872 */ }
/* 11873 */ .wpb_single_image .vc_box_border.vc_box_border_juicy_pink,
/* 11874 */ .wpb_single_image .vc_box_border_circle.vc_box_border_juicy_pink {
/* 11875 */   background-color: #f4524d;
/* 11876 */ }
/* 11877 */ .wpb_single_image .vc_box_outline.vc_box_border_sandy_brown,
/* 11878 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_sandy_brown {
/* 11879 */   border-color: #f79468;
/* 11880 */ }
/* 11881 */ .wpb_single_image .vc_box_border.vc_box_border_sandy_brown,
/* 11882 */ .wpb_single_image .vc_box_border_circle.vc_box_border_sandy_brown {
/* 11883 */   background-color: #f79468;
/* 11884 */ }
/* 11885 */ .wpb_single_image .vc_box_outline.vc_box_border_purple,
/* 11886 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_purple {
/* 11887 */   border-color: #b97ebb;
/* 11888 */ }
/* 11889 */ .wpb_single_image .vc_box_border.vc_box_border_purple,
/* 11890 */ .wpb_single_image .vc_box_border_circle.vc_box_border_purple {
/* 11891 */   background-color: #b97ebb;
/* 11892 */ }
/* 11893 */ .wpb_single_image .vc_box_outline.vc_box_border_white,
/* 11894 */ .wpb_single_image .vc_box_outline_circle.vc_box_border_white {
/* 11895 */   border-color: #ffffff;
/* 11896 */ }
/* 11897 */ .wpb_single_image .vc_box_border.vc_box_border_white,
/* 11898 */ .wpb_single_image .vc_box_border_circle.vc_box_border_white {
/* 11899 */   background-color: #ffffff;
/* 11900 */ }

/* js_composer.css */

/* 11901 */ .vc_icon_element {
/* 11902 */   line-height: 0;
/* 11903 */   font-size: 14px;
/* 11904 */   margin-bottom: 35px;
/* 11905 */ }
/* 11906 */ .vc_icon_element.vc_icon_element-outer {
/* 11907 */   box-sizing: border-box;
/* 11908 */   text-align: center;
/* 11909 */ }
/* 11910 */ .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
/* 11911 */   text-align: left;
/* 11912 */ }
/* 11913 */ .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
/* 11914 */   text-align: center;
/* 11915 */ }
/* 11916 */ .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
/* 11917 */   text-align: right;
/* 11918 */ }
/* 11919 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
/* 11920 */   text-align: center;
/* 11921 */   display: inline-block;
/* 11922 */   border: 2px solid transparent;
/* 11923 */   width: 4em;
/* 11924 */   height: 4em;
/* 11925 */   box-sizing: content-box;
/* 11926 */   position: relative;
/* 11927 */ }
/* 11928 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
/* 11929 */   font-size: 2.15em;
/* 11930 */   font-style: normal;
/* 11931 */   font-weight: normal;
/* 11932 */   line-height: 1 !important;
/* 11933 */   font-size-adjust: none;
/* 11934 */   font-stretch: normal;
/* 11935 */   -webkit-font-feature-settings: normal;
/* 11936 */   font-feature-settings: normal;
/* 11937 */   -webkit-font-language-override: normal;
/* 11938 */   font-language-override: normal;
/* 11939 */   -webkit-font-kerning: auto;
/* 11940 */   font-kerning: auto;
/* 11941 */   font-synthesis: weight style;
/* 11942 */   font-variant: normal;
/* 11943 */   text-rendering: auto;
/* 11944 */   display: inline-block;
/* 11945 */   position: absolute;
/* 11946 */   top: 50%;
/* 11947 */   left: 50%;
/* 11948 */   -webkit-transform: translate(-50%, -50%);
/* 11949 */   -ms-transform: translate(-50%, -50%);
/* 11950 */   -o-transform: translate(-50%, -50%);

/* js_composer.css */

/* 11951 */   transform: translate(-50%, -50%);
/* 11952 */ }
/* 11953 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
/* 11954 */   font-style: normal;
/* 11955 */   font-weight: normal;
/* 11956 */   display: inline-block;
/* 11957 */   text-decoration: inherit;
/* 11958 */   width: inherit;
/* 11959 */   height: inherit;
/* 11960 */   font-size: 1em;
/* 11961 */   text-align: center;
/* 11962 */   text-rendering: optimizelegibility;
/* 11963 */ }
/* 11964 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link,
/* 11965 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link {
/* 11966 */   width: 100%;
/* 11967 */   height: 100%;
/* 11968 */   display: block;
/* 11969 */   position: absolute;
/* 11970 */   top: 0;
/* 11971 */   box-sizing: content-box;
/* 11972 */   border: none;
/* 11973 */ }
/* 11974 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
/* 11975 */   max-width: 100% !important;
/* 11976 */   line-height: 1.2em !important;
/* 11977 */ }
/* 11978 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
/* 11979 */   width: 2.5em !important;
/* 11980 */   height: 2.5em !important;
/* 11981 */ }
/* 11982 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
/* 11983 */   font-size: 1.2em !important;
/* 11984 */ }
/* 11985 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm {
/* 11986 */   max-width: 100% !important;
/* 11987 */   line-height: 1.6em !important;
/* 11988 */ }
/* 11989 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
/* 11990 */   width: 3.15em !important;
/* 11991 */   height: 3.15em !important;
/* 11992 */ }
/* 11993 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
/* 11994 */   font-size: 1.6em !important;
/* 11995 */ }
/* 11996 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
/* 11997 */   max-width: 100% !important;
/* 11998 */   line-height: 2.15em !important;
/* 11999 */ }
/* 12000 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {

/* js_composer.css */

/* 12001 */   width: 4em !important;
/* 12002 */   height: 4em !important;
/* 12003 */ }
/* 12004 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
/* 12005 */   font-size: 2.15em !important;
/* 12006 */ }
/* 12007 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg {
/* 12008 */   max-width: 100% !important;
/* 12009 */   line-height: 2.85em !important;
/* 12010 */ }
/* 12011 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
/* 12012 */   width: 5em !important;
/* 12013 */   height: 5em !important;
/* 12014 */ }
/* 12015 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
/* 12016 */   font-size: 2.85em !important;
/* 12017 */ }
/* 12018 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
/* 12019 */   max-width: 100% !important;
/* 12020 */   line-height: 5em !important;
/* 12021 */ }
/* 12022 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
/* 12023 */   width: 7.15em !important;
/* 12024 */   height: 7.15em !important;
/* 12025 */ }
/* 12026 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
/* 12027 */   font-size: 5em !important;
/* 12028 */ }
/* 12029 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded {
/* 12030 */   border-radius: 50%;
/* 12031 */ }
/* 12032 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_icon_element-link,
/* 12033 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_gitem-link {
/* 12034 */   border-radius: 50%;
/* 12035 */ }
/* 12036 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline {
/* 12037 */   border-radius: 50%;
/* 12038 */ }
/* 12039 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_icon_element-link,
/* 12040 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_gitem-link {
/* 12041 */   border-radius: 50%;
/* 12042 */ }
/* 12043 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less {
/* 12044 */   border-radius: 5px;
/* 12045 */ }
/* 12046 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_icon_element-link,
/* 12047 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_gitem-link {
/* 12048 */   border-radius: 5px;
/* 12049 */ }
/* 12050 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline {

/* js_composer.css */

/* 12051 */   border-radius: 5px;
/* 12052 */ }
/* 12053 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_icon_element-link,
/* 12054 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_gitem-link {
/* 12055 */   border-radius: 5px;
/* 12056 */ }
/* 12057 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
/* 12058 */   color: #5472d2;
/* 12059 */ }
/* 12060 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon {
/* 12061 */   color: #00c1cf;
/* 12062 */ }
/* 12063 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink .vc_icon_element-icon {
/* 12064 */   color: #fe6c61;
/* 12065 */ }
/* 12066 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet .vc_icon_element-icon {
/* 12067 */   color: #8d6dc4;
/* 12068 */ }
/* 12069 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc .vc_icon_element-icon {
/* 12070 */   color: #4cadc9;
/* 12071 */ }
/* 12072 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino .vc_icon_element-icon {
/* 12073 */   color: #cec2ab;
/* 12074 */ }
/* 12075 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine .vc_icon_element-icon {
/* 12076 */   color: #50485b;
/* 12077 */ }
/* 12078 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue .vc_icon_element-icon {
/* 12079 */   color: #75d69c;
/* 12080 */ }
/* 12081 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon {
/* 12082 */   color: #2a2a2a;
/* 12083 */ }
/* 12084 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon {
/* 12085 */   color: #ebebeb;
/* 12086 */ }
/* 12087 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon {
/* 12088 */   color: #f7be68;
/* 12089 */ }
/* 12090 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky .vc_icon_element-icon {
/* 12091 */   color: #5aa1e3;
/* 12092 */ }
/* 12093 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green .vc_icon_element-icon {
/* 12094 */   color: #6dab3c;
/* 12095 */ }
/* 12096 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon {
/* 12097 */   color: #f4524d;
/* 12098 */ }
/* 12099 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown .vc_icon_element-icon {
/* 12100 */   color: #f79468;

/* js_composer.css */

/* 12101 */ }
/* 12102 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple .vc_icon_element-icon {
/* 12103 */   color: #b97ebb;
/* 12104 */ }
/* 12105 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {
/* 12106 */   color: #ffffff;
/* 12107 */ }
/* 12108 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-outline {
/* 12109 */   border-color: #5472d2;
/* 12110 */ }
/* 12111 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background {
/* 12112 */   background-color: #5472d2;
/* 12113 */ }
/* 12114 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-outline {
/* 12115 */   border-color: #00c1cf;
/* 12116 */ }
/* 12117 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-background {
/* 12118 */   background-color: #00c1cf;
/* 12119 */ }
/* 12120 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-outline {
/* 12121 */   border-color: #fe6c61;
/* 12122 */ }
/* 12123 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-background {
/* 12124 */   background-color: #fe6c61;
/* 12125 */ }
/* 12126 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-outline {
/* 12127 */   border-color: #8d6dc4;
/* 12128 */ }
/* 12129 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-background {
/* 12130 */   background-color: #8d6dc4;
/* 12131 */ }
/* 12132 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-outline {
/* 12133 */   border-color: #4cadc9;
/* 12134 */ }
/* 12135 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-background {
/* 12136 */   background-color: #4cadc9;
/* 12137 */ }
/* 12138 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-outline {
/* 12139 */   border-color: #cec2ab;
/* 12140 */ }
/* 12141 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-background {
/* 12142 */   background-color: #cec2ab;
/* 12143 */ }
/* 12144 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-outline {
/* 12145 */   border-color: #50485b;
/* 12146 */ }
/* 12147 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-background {
/* 12148 */   background-color: #50485b;
/* 12149 */ }
/* 12150 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-outline {

/* js_composer.css */

/* 12151 */   border-color: #75d69c;
/* 12152 */ }
/* 12153 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-background {
/* 12154 */   background-color: #75d69c;
/* 12155 */ }
/* 12156 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-outline {
/* 12157 */   border-color: #2a2a2a;
/* 12158 */ }
/* 12159 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background {
/* 12160 */   background-color: #2a2a2a;
/* 12161 */ }
/* 12162 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline {
/* 12163 */   border-color: #ebebeb;
/* 12164 */ }
/* 12165 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
/* 12166 */   background-color: #ebebeb;
/* 12167 */ }
/* 12168 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-outline {
/* 12169 */   border-color: #f7be68;
/* 12170 */ }
/* 12171 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background {
/* 12172 */   background-color: #f7be68;
/* 12173 */ }
/* 12174 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-outline {
/* 12175 */   border-color: #5aa1e3;
/* 12176 */ }
/* 12177 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-background {
/* 12178 */   background-color: #5aa1e3;
/* 12179 */ }
/* 12180 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-outline {
/* 12181 */   border-color: #6dab3c;
/* 12182 */ }
/* 12183 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-background {
/* 12184 */   background-color: #6dab3c;
/* 12185 */ }
/* 12186 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-outline {
/* 12187 */   border-color: #f4524d;
/* 12188 */ }
/* 12189 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-background {
/* 12190 */   background-color: #f4524d;
/* 12191 */ }
/* 12192 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-outline {
/* 12193 */   border-color: #f79468;
/* 12194 */ }
/* 12195 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-background {
/* 12196 */   background-color: #f79468;
/* 12197 */ }
/* 12198 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-outline {
/* 12199 */   border-color: #b97ebb;
/* 12200 */ }

/* js_composer.css */

/* 12201 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background {
/* 12202 */   background-color: #b97ebb;
/* 12203 */ }
/* 12204 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline {
/* 12205 */   border-color: #ffffff;
/* 12206 */ }
/* 12207 */ .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background {
/* 12208 */   background-color: #ffffff;
/* 12209 */ }
/* 12210 */ .vc_chart .vc_chart-legend {
/* 12211 */   font-size: 14px;
/* 12212 */   margin: 0;
/* 12213 */   padding: 0;
/* 12214 */ }
/* 12215 */ .vc_chart .vc_chart-legend li {
/* 12216 */   line-height: 1.3em;
/* 12217 */   list-style: none;
/* 12218 */   margin: 0 0 0.3em 0;
/* 12219 */   min-height: 1.3em;
/* 12220 */ }
/* 12221 */ .vc_chart .vc_chart-legend span {
/* 12222 */   border-radius: 0.3em;
/* 12223 */   display: inline-block;
/* 12224 */   height: 1.3em;
/* 12225 */   left: 0;
/* 12226 */   margin-right: 0.5em;
/* 12227 */   vertical-align: middle;
/* 12228 */   width: 1.3em;
/* 12229 */ }
/* 12230 */ @media (min-width: 768px) {
/* 12231 */   .vc_chart .vc_chart-legend {
/* 12232 */     display: inline-block;
/* 12233 */     vertical-align: middle;
/* 12234 */     width: 40%;
/* 12235 */   }
/* 12236 */   .vc_chart .vc_chart-legend li {
/* 12237 */     margin-left: 1em;
/* 12238 */   }
/* 12239 */   .vc_chart .vc_chart-with-legend {
/* 12240 */     display: inline-block;
/* 12241 */     vertical-align: middle;
/* 12242 */     width: 60%;
/* 12243 */   }
/* 12244 */ }
/* 12245 */ .vc_line-chart .vc_chart-with-legend {
/* 12246 */   width: 75%;
/* 12247 */ }
/* 12248 */ .vc_line-chart .vc_chart-legend {
/* 12249 */   width: 25%;
/* 12250 */ }

/* js_composer.css */

/* 12251 */ .wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg {
/* 12252 */   border-radius: 0;
/* 12253 */ }
/* 12254 */ .wpb_single_image [class*='_circle'] .vc-zoom-wrapper {
/* 12255 */   border-radius: 50%;
/* 12256 */ }
/* 12257 */ .wpb_single_image [class*='_rounded'] .vc-zoom-wrapper {
/* 12258 */   border-radius: 4px;
/* 12259 */ }
/* 12260 */ /* Visual Composer Tabs Tours Accordions 2 (TTA) @since 4.5
/* 12261 *|  * .vc_tta-style-* and .vc_tta-color are mandatory to theming
/* 12262 *|  * ---------------------------------------------------------- */
/* 12263 */ /**
/* 12264 *|  * Tabs, Tours, Accordions
/* 12265 *|  */
/* 12266 */ .vc_tta-container {
/* 12267 */   margin-bottom: 21.73913043px;
/* 12268 */ }
/* 12269 */ /* General Styles for TTA
/* 12270 *|  * ========================== */
/* 12271 */ .vc_tta.vc_general {
/* 12272 */   font-size: 1em;
/* 12273 */ }
/* 12274 */ .vc_tta.vc_general .vc_tta-panels-container,
/* 12275 */ .vc_tta.vc_general .vc_tta-panels {
/* 12276 */   box-sizing: border-box;
/* 12277 */   position: relative;
/* 12278 */ }
/* 12279 */ .vc_tta.vc_general .vc_tta-panel {
/* 12280 */   display: block;
/* 12281 */ }
/* 12282 */ .vc_tta.vc_general .vc_tta-panel-heading {
/* 12283 */   border: solid transparent;
/* 12284 */   box-sizing: border-box;
/* 12285 */   -webkit-transition: background 0.2s ease-in-out;
/* 12286 */   transition: background 0.2s ease-in-out;
/* 12287 */ }
/* 12288 */ .vc_tta.vc_general .vc_tta-panel-title {
/* 12289 */   margin: 0;
/* 12290 */   line-height: 1;
/* 12291 */ }
/* 12292 */ .vc_tta.vc_general .vc_tta-panel-title > a {
/* 12293 */   background: transparent;
/* 12294 */   display: block;
/* 12295 */   padding: 14px 20px;
/* 12296 */   box-sizing: border-box;
/* 12297 */   text-decoration: none;
/* 12298 */   color: inherit;
/* 12299 */   position: relative;
/* 12300 */   -webkit-transition: color 0.2s ease-in-out;

/* js_composer.css */

/* 12301 */   transition: color 0.2s ease-in-out;
/* 12302 */   border: none;
/* 12303 */ }
/* 12304 */ .vc_tta.vc_general .vc_tta-panel-title > a:focus,
/* 12305 */ .vc_tta.vc_general .vc_tta-panel-title > a:hover {
/* 12306 */   text-decoration: none;
/* 12307 */   outline: none;
/* 12308 */ }
/* 12309 */ .vc_tta.vc_general .vc_tta-panel-body {
/* 12310 */   border: solid transparent;
/* 12311 */   box-sizing: content-box;
/* 12312 */   padding: 14px 20px;
/* 12313 */   display: none;
/* 12314 */   overflow: hidden;
/* 12315 */   -webkit-transform: translate3d(0, 0, 0);
/* 12316 */   transform: translate3d(0, 0, 0);
/* 12317 */   -webkit-transition: padding 0.2s ease-in-out;
/* 12318 */   transition: padding 0.2s ease-in-out;
/* 12319 */ }
/* 12320 */ .vc_tta.vc_general .vc_tta-panel-body > :last-child {
/* 12321 */   margin-bottom: 0;
/* 12322 */ }
/* 12323 */ .vc_tta.vc_general .vc_tta-panel.vc_active {
/* 12324 */   display: block;
/* 12325 */ }
/* 12326 */ .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
/* 12327 */   display: block;
/* 12328 */ }
/* 12329 */ .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a:hover {
/* 12330 */   cursor: default;
/* 12331 */ }
/* 12332 */ .vc_tta.vc_general .vc_tta-panel.vc_animating .vc_tta-panel-body {
/* 12333 */   display: block;
/* 12334 */   min-height: 0;
/* 12335 */ }
/* 12336 */ .vc_tta.vc_general.vc_tta-o-all-clickable .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 12337 */   cursor: pointer;
/* 12338 */ }
/* 12339 */ .vc_tta.vc_general .vc_tta-tabs-container {
/* 12340 */   display: block;
/* 12341 */   position: relative;
/* 12342 */   z-index: 3;
/* 12343 */ }
/* 12344 */ .vc_tta.vc_general .vc_tta-tabs-list {
/* 12345 */   list-style-type: none;
/* 12346 */   display: block;
/* 12347 */   padding: 0;
/* 12348 */   margin: 0;
/* 12349 */   box-sizing: border-box;
/* 12350 */ }

/* js_composer.css */

/* 12351 */ .vc_tta.vc_general .vc_tta-tab {
/* 12352 */   display: inline-block;
/* 12353 */   padding: 0;
/* 12354 */   margin: 0;
/* 12355 */ }
/* 12356 */ .vc_tta.vc_general .vc_tta-tab > a {
/* 12357 */   padding: 14px 20px;
/* 12358 */   display: block;
/* 12359 */   box-sizing: border-box;
/* 12360 */   border: solid transparent;
/* 12361 */   position: relative;
/* 12362 */   text-decoration: none;
/* 12363 */   color: inherit;
/* 12364 */   -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
/* 12365 */   transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
/* 12366 */ }
/* 12367 */ .vc_tta.vc_general .vc_tta-tab > a:hover,
/* 12368 */ .vc_tta.vc_general .vc_tta-tab > a:focus {
/* 12369 */   text-decoration: none;
/* 12370 */   outline: none;
/* 12371 */ }
/* 12372 */ .vc_tta.vc_general .vc_tta-tab.vc_active > a {
/* 12373 */   cursor: default;
/* 12374 */   text-decoration: none;
/* 12375 */   color: inherit;
/* 12376 */   -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
/* 12377 */   transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
/* 12378 */ }
/* 12379 */ .vc_tta.vc_general .vc_tta-tab.vc_active > a:hover {
/* 12380 */   cursor: default;
/* 12381 */ }
/* 12382 */ .vc_tta.vc_general .vc_tta-tab.vc_active > a::before,
/* 12383 */ .vc_tta.vc_general .vc_tta-tab.vc_active > a::after {
/* 12384 */   display: none;
/* 12385 */   content: '';
/* 12386 */   position: absolute;
/* 12387 */   border-width: inherit;
/* 12388 */   border-color: inherit;
/* 12389 */   border-style: inherit;
/* 12390 */   width: 100vw;
/* 12391 */   height: 200vw;
/* 12392 */ }
/* 12393 */ .vc_tta.vc_general .vc_tta-icon {
/* 12394 */   font-size: 1.15em;
/* 12395 */   line-height: 0;
/* 12396 */   display: inline;
/* 12397 */ }
/* 12398 */ .vc_tta.vc_general .vc_tta-icon::before {
/* 12399 */   display: inline;
/* 12400 */ }

/* js_composer.css */

/* 12401 */ .vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child),
/* 12402 */ .vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
/* 12403 */   margin-left: 14px;
/* 12404 */ }
/* 12405 */ .vc_tta.vc_general .vc_tta-title-text:empty {
/* 12406 */   display: inline-block;
/* 12407 */ }
/* 12408 */ /**
/* 12409 *| * Icons Adaptations
/* 12410 *| * ====================== */
/* 12411 */ .vc_tta-icon.fa,
/* 12412 */ .vc_tta-icon.vc_li {
/* 12413 */   vertical-align: middle;
/* 12414 */ }
/* 12415 */ /* Accordions
/* 12416 *|  * ========================== */
/* 12417 */ .vc_tta.vc_tta-accordion .vc_tta-tabs-container {
/* 12418 */   display: none;
/* 12419 */ }
/* 12420 */ /* Tabs
/* 12421 *|  * ========================== */
/* 12422 */ .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
/* 12423 */   display: none;
/* 12424 */ }
/* 12425 */ .vc_non_responsive .vc_tta.vc_tta-tabs .vc_tta-tabs-container,
/* 12426 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
/* 12427 */   display: block;
/* 12428 */ }
/* 12429 */ .vc_non_responsive .vc_tta.vc_tta-tabs .vc_tta-panel-heading,
/* 12430 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
/* 12431 */   display: none;
/* 12432 */ }
/* 12433 */ @media (min-width: 768px) {
/* 12434 */   .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
/* 12435 */     display: block;
/* 12436 */   }
/* 12437 */   .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
/* 12438 */     display: none;
/* 12439 */   }
/* 12440 */ }
/* 12441 */ /* Shapes for TTA
/* 12442 *|  * ========================== */
/* 12443 */ .vc_tta.vc_tta-shape-square .vc_tta-panel-body {
/* 12444 */   min-height: 0px;
/* 12445 */ }
/* 12446 */ .vc_tta.vc_tta-shape-square .vc_tta-panel-body,
/* 12447 */ .vc_tta.vc_tta-shape-square .vc_tta-panel-heading {
/* 12448 */   border-radius: 0px;
/* 12449 */ }
/* 12450 */ .vc_tta.vc_tta-shape-square .vc_tta-tabs-container {

/* js_composer.css */

/* 12451 */   margin: 0px;
/* 12452 */ }
/* 12453 */ .vc_tta.vc_tta-shape-square .vc_tta-tab > a {
/* 12454 */   border-radius: 0px;
/* 12455 */ }
/* 12456 */ .vc_non_responsive .vc_tta.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels,
/* 12457 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels {
/* 12458 */   border-radius: 0px;
/* 12459 */ }
/* 12460 */ @media (min-width: 768px) {
/* 12461 */   .vc_tta.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels {
/* 12462 */     border-radius: 0px;
/* 12463 */   }
/* 12464 */ }
/* 12465 */ .vc_tta.vc_tta-shape-square.vc_tta-o-no-fill .vc_tta-panel-body {
/* 12466 */   border-radius: 0;
/* 12467 */ }
/* 12468 */ .vc_tta.vc_tta-shape-square.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
/* 12469 */ .vc_tta.vc_tta-shape-square.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
/* 12470 */   border-top-left-radius: 0px;
/* 12471 */   border-top-right-radius: 0px;
/* 12472 */ }
/* 12473 */ .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {
/* 12474 */   min-height: 10px;
/* 12475 */ }
/* 12476 */ .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,
/* 12477 */ .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
/* 12478 */   border-radius: 5px;
/* 12479 */ }
/* 12480 */ .vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
/* 12481 */   margin: 5px;
/* 12482 */ }
/* 12483 */ .vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
/* 12484 */   border-radius: 5px;
/* 12485 */ }
/* 12486 */ .vc_non_responsive .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels,
/* 12487 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
/* 12488 */   border-radius: 5px;
/* 12489 */ }
/* 12490 */ @media (min-width: 768px) {
/* 12491 */   .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
/* 12492 */     border-radius: 5px;
/* 12493 */   }
/* 12494 */ }
/* 12495 */ .vc_tta.vc_tta-shape-rounded.vc_tta-o-no-fill .vc_tta-panel-body {
/* 12496 */   border-radius: 0;
/* 12497 */ }
/* 12498 */ .vc_tta.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
/* 12499 */ .vc_tta.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
/* 12500 */   border-top-left-radius: 5px;

/* js_composer.css */

/* 12501 */   border-top-right-radius: 5px;
/* 12502 */ }
/* 12503 */ .vc_tta.vc_tta-shape-round .vc_tta-panel-body {
/* 12504 */   min-height: 4em;
/* 12505 */ }
/* 12506 */ .vc_tta.vc_tta-shape-round .vc_tta-panel-body,
/* 12507 */ .vc_tta.vc_tta-shape-round .vc_tta-panel-heading {
/* 12508 */   border-radius: 2em;
/* 12509 */ }
/* 12510 */ .vc_tta.vc_tta-shape-round .vc_tta-tabs-container {
/* 12511 */   margin: 2em;
/* 12512 */ }
/* 12513 */ .vc_tta.vc_tta-shape-round .vc_tta-tab > a {
/* 12514 */   border-radius: 2em;
/* 12515 */ }
/* 12516 */ .vc_non_responsive .vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels,
/* 12517 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels {
/* 12518 */   border-radius: 2em;
/* 12519 */ }
/* 12520 */ @media (min-width: 768px) {
/* 12521 */   .vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels {
/* 12522 */     border-radius: 2em;
/* 12523 */   }
/* 12524 */ }
/* 12525 */ .vc_tta.vc_tta-shape-round.vc_tta-o-no-fill .vc_tta-panel-body {
/* 12526 */   border-radius: 0;
/* 12527 */ }
/* 12528 */ .vc_tta.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
/* 12529 */ .vc_tta.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
/* 12530 */   border-top-left-radius: 2em;
/* 12531 */   border-top-right-radius: 2em;
/* 12532 */ }
/* 12533 */ /* Adaptation for Shapes
/* 12534 *|  * ========================== */
/* 12535 */ .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 12536 */   border-bottom-left-radius: 0;
/* 12537 */   border-bottom-right-radius: 0;
/* 12538 */ }
/* 12539 */ .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
/* 12540 */   border-top-left-radius: 0;
/* 12541 */   border-top-right-radius: 0;
/* 12542 */ }
/* 12543 */ .vc_non_responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
/* 12544 */ .vc_tta-o-non-responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
/* 12545 */ .vc_non_responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after,
/* 12546 */ .vc_tta-o-non-responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after {
/* 12547 */   box-sizing: border-box;
/* 12548 */   content: '';
/* 12549 */   display: none;
/* 12550 */   position: absolute;

/* js_composer.css */

/* 12551 */   width: 5px;
/* 12552 */   height: 5px;
/* 12553 */   border-radius: 5px;
/* 12554 */   border-style: inherit;
/* 12555 */   border-width: inherit;
/* 12556 */ }
/* 12557 */ @media (min-width: 768px) {
/* 12558 */   .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
/* 12559 */   .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after {
/* 12560 */     box-sizing: border-box;
/* 12561 */     content: '';
/* 12562 */     display: none;
/* 12563 */     position: absolute;
/* 12564 */     width: 5px;
/* 12565 */     height: 5px;
/* 12566 */     border-radius: 5px;
/* 12567 */     border-style: inherit;
/* 12568 */     border-width: inherit;
/* 12569 */   }
/* 12570 */ }
/* 12571 */ .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
/* 12572 */   border-radius: 0;
/* 12573 */ }
/* 12574 */ .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-body {
/* 12575 */   border-radius: 0;
/* 12576 */ }
/* 12577 */ .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading,
/* 12578 */ .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body {
/* 12579 */   border-bottom-left-radius: 0;
/* 12580 */   border-bottom-right-radius: 0;
/* 12581 */ }
/* 12582 */ .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
/* 12583 */ .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
/* 12584 */   border-top-left-radius: 0;
/* 12585 */   border-top-right-radius: 0;
/* 12586 */ }
/* 12587 */ .vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-heading,
/* 12588 */ .vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-body {
/* 12589 */   border-radius: 0;
/* 12590 */ }
/* 12591 */ .vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child).vc_active .vc_tta-panel-heading {
/* 12592 */   border-top-left-radius: 0;
/* 12593 */   border-top-right-radius: 0;
/* 12594 */ }
/* 12595 */ .vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-heading,
/* 12596 */ .vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-body {
/* 12597 */   border-bottom-left-radius: 0;
/* 12598 */   border-bottom-right-radius: 0;
/* 12599 */ }
/* 12600 */ .vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,

/* js_composer.css */

/* 12601 */ .vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
/* 12602 */   border-top-left-radius: 0;
/* 12603 */   border-top-right-radius: 0;
/* 12604 */ }
/* 12605 */ .vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 12606 */   border-bottom-left-radius: 0;
/* 12607 */   border-bottom-right-radius: 0;
/* 12608 */ }
/* 12609 */ .vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
/* 12610 */   border-top-left-radius: 0;
/* 12611 */   border-top-right-radius: 0;
/* 12612 */ }
/* 12613 */ .vc_non_responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
/* 12614 */ .vc_tta-o-non-responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
/* 12615 */ .vc_non_responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after,
/* 12616 */ .vc_tta-o-non-responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after {
/* 12617 */   box-sizing: border-box;
/* 12618 */   content: '';
/* 12619 */   display: none;
/* 12620 */   position: absolute;
/* 12621 */   width: 2em;
/* 12622 */   height: 2em;
/* 12623 */   border-radius: 2em;
/* 12624 */   border-style: inherit;
/* 12625 */   border-width: inherit;
/* 12626 */ }
/* 12627 */ @media (min-width: 768px) {
/* 12628 */   .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
/* 12629 */   .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after {
/* 12630 */     box-sizing: border-box;
/* 12631 */     content: '';
/* 12632 */     display: none;
/* 12633 */     position: absolute;
/* 12634 */     width: 2em;
/* 12635 */     height: 2em;
/* 12636 */     border-radius: 2em;
/* 12637 */     border-style: inherit;
/* 12638 */     border-width: inherit;
/* 12639 */   }
/* 12640 */ }
/* 12641 */ .vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
/* 12642 */   border-radius: 0;
/* 12643 */ }
/* 12644 */ .vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-body {
/* 12645 */   border-radius: 0;
/* 12646 */ }
/* 12647 */ .vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading,
/* 12648 */ .vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body {
/* 12649 */   border-bottom-left-radius: 0;
/* 12650 */   border-bottom-right-radius: 0;

/* js_composer.css */

/* 12651 */ }
/* 12652 */ .vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
/* 12653 */ .vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
/* 12654 */   border-top-left-radius: 0;
/* 12655 */   border-top-right-radius: 0;
/* 12656 */ }
/* 12657 */ .vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-heading,
/* 12658 */ .vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-body {
/* 12659 */   border-radius: 0;
/* 12660 */ }
/* 12661 */ .vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child).vc_active .vc_tta-panel-heading {
/* 12662 */   border-top-left-radius: 0;
/* 12663 */   border-top-right-radius: 0;
/* 12664 */ }
/* 12665 */ .vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-heading,
/* 12666 */ .vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-body {
/* 12667 */   border-bottom-left-radius: 0;
/* 12668 */   border-bottom-right-radius: 0;
/* 12669 */ }
/* 12670 */ .vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
/* 12671 */ .vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
/* 12672 */   border-top-left-radius: 0;
/* 12673 */   border-top-right-radius: 0;
/* 12674 */ }
/* 12675 */ /* Styles for TTA
/* 12676 *|  * ========================== */
/* 12677 */ .vc_tta.vc_tta-style-classic .vc_tta-panel-body,
/* 12678 */ .vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
/* 12679 */   border-width: 1px;
/* 12680 */ }
/* 12681 */ .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 12682 */ .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 12683 */   margin-top: -1px;
/* 12684 */ }
/* 12685 */ .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
/* 12686 */ .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 12687 */   margin-bottom: -1px;
/* 12688 */ }
/* 12689 */ .vc_tta.vc_tta-style-classic .vc_tta-tabs-list {
/* 12690 */   padding-left: 1px;
/* 12691 */   padding-top: 1px;
/* 12692 */ }
/* 12693 */ .vc_tta.vc_tta-style-classic .vc_tta-tab {
/* 12694 */   margin-left: -1px;
/* 12695 */   margin-top: -1px;
/* 12696 */ }
/* 12697 */ .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
/* 12698 */   border-width: 1px;
/* 12699 */ }
/* 12700 */ .vc_non_responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,

/* js_composer.css */

/* 12701 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 12702 */   border: 1px solid transparent;
/* 12703 */ }
/* 12704 */ .vc_non_responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel,
/* 12705 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
/* 12706 */   margin: -1px;
/* 12707 */ }
/* 12708 */ @media (min-width: 768px) {
/* 12709 */   .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 12710 */     border: 1px solid transparent;
/* 12711 */   }
/* 12712 */   .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
/* 12713 */     margin: -1px;
/* 12714 */   }
/* 12715 */ }
/* 12716 */ .vc_tta.vc_tta-style-modern .vc_tta-panel-body,
/* 12717 */ .vc_tta.vc_tta-style-modern .vc_tta-panel-heading {
/* 12718 */   border-width: 1px;
/* 12719 */   background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
/* 12720 */   background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
/* 12721 */   background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
/* 12722 */   background-repeat: repeat-x;
/* 12723 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
/* 12724 */ }
/* 12725 */ .vc_tta.vc_tta-style-modern .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 12726 */ .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 12727 */   margin-top: -1px;
/* 12728 */ }
/* 12729 */ .vc_tta.vc_tta-style-modern .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
/* 12730 */ .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 12731 */   margin-bottom: -1px;
/* 12732 */ }
/* 12733 */ .vc_tta.vc_tta-style-modern .vc_tta-tabs-list {
/* 12734 */   padding-left: 1px;
/* 12735 */   padding-top: 1px;
/* 12736 */ }
/* 12737 */ .vc_tta.vc_tta-style-modern .vc_tta-tab {
/* 12738 */   margin-left: -1px;
/* 12739 */   margin-top: -1px;
/* 12740 */ }
/* 12741 */ .vc_tta.vc_tta-style-modern .vc_tta-tab > a {
/* 12742 */   border-width: 1px;
/* 12743 */   background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
/* 12744 */   background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
/* 12745 */   background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
/* 12746 */   background-repeat: repeat-x;
/* 12747 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
/* 12748 */ }
/* 12749 */ .vc_tta.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 12750 */   background-clip: border-box;

/* js_composer.css */

/* 12751 */ }
/* 12752 */ .vc_non_responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 12753 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 12754 */   border: 1px solid transparent;
/* 12755 */ }
/* 12756 */ .vc_non_responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panel,
/* 12757 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panel {
/* 12758 */   margin: -1px;
/* 12759 */ }
/* 12760 */ @media (min-width: 768px) {
/* 12761 */   .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 12762 */     border: 1px solid transparent;
/* 12763 */   }
/* 12764 */   .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panel {
/* 12765 */     margin: -1px;
/* 12766 */   }
/* 12767 */ }
/* 12768 */ .vc_tta.vc_tta-style-outline .vc_tta-panel-body,
/* 12769 */ .vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
/* 12770 */   border-width: 2px;
/* 12771 */ }
/* 12772 */ .vc_tta.vc_tta-style-outline .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 12773 */ .vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 12774 */   margin-top: -2px;
/* 12775 */ }
/* 12776 */ .vc_tta.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
/* 12777 */ .vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 12778 */   margin-bottom: -2px;
/* 12779 */ }
/* 12780 */ .vc_tta.vc_tta-style-outline .vc_tta-tabs-list {
/* 12781 */   padding-left: 2px;
/* 12782 */   padding-top: 2px;
/* 12783 */ }
/* 12784 */ .vc_tta.vc_tta-style-outline .vc_tta-tab {
/* 12785 */   margin-left: -2px;
/* 12786 */   margin-top: -2px;
/* 12787 */ }
/* 12788 */ .vc_tta.vc_tta-style-outline .vc_tta-tab > a {
/* 12789 */   border-width: 2px;
/* 12790 */ }
/* 12791 */ .vc_tta.vc_tta-style-outline .vc_tta-panel-body::before,
/* 12792 */ .vc_non_responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::before,
/* 12793 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::before,
/* 12794 */ .vc_tta.vc_tta-style-outline .vc_tta-panel-body::after,
/* 12795 */ .vc_non_responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::after,
/* 12796 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::after {
/* 12797 */   display: block;
/* 12798 */   top: -2px;
/* 12799 */   right: -2px;
/* 12800 */   bottom: -2px;

/* js_composer.css */

/* 12801 */   left: -2px;
/* 12802 */ }
/* 12803 */ .vc_non_responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 12804 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 12805 */   border: 2px solid transparent;
/* 12806 */ }
/* 12807 */ .vc_non_responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panel,
/* 12808 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panel {
/* 12809 */   margin: -2px;
/* 12810 */ }
/* 12811 */ @media (min-width: 768px) {
/* 12812 */   .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 12813 */     border: 2px solid transparent;
/* 12814 */   }
/* 12815 */   .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panel {
/* 12816 */     margin: -2px;
/* 12817 */   }
/* 12818 */ }
/* 12819 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline.vc_tta-pageable .vc_tta-panel {
/* 12820 */   margin: 0;
/* 12821 */ }
/* 12822 */ @media (min-width: 768px) {
/* 12823 */   .vc_tta.vc_tta-style-outline.vc_tta-pageable .vc_tta-panel {
/* 12824 */     margin: 0;
/* 12825 */   }
/* 12826 */ }
/* 12827 */ .vc_tta.vc_tta-style-flat .vc_tta-panel-body,
/* 12828 */ .vc_tta.vc_tta-style-flat .vc_tta-panel-heading {
/* 12829 */   border-width: 0;
/* 12830 */ }
/* 12831 */ .vc_tta-pageable .vc_tta-panel-title {
/* 12832 */   display: none;
/* 12833 */ }
/* 12834 */ /* Colors for TTA
/* 12835 *|  * ========================== */
/* 12836 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 12837 */   border-color: #4868cf;
/* 12838 */   background-color: #5472d2;
/* 12839 */ }
/* 12840 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 12841 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 12842 */   background-color: #4868cf;
/* 12843 */ }
/* 12844 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 12845 */   color: #ffffff;
/* 12846 */ }
/* 12847 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 12848 */   border-color: #f0f0f0;
/* 12849 */   background-color: #f8f8f8;
/* 12850 */ }

/* js_composer.css */

/* 12851 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 12852 */   color: #666666;
/* 12853 */ }
/* 12854 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 12855 */   background-color: #f8f8f8;
/* 12856 */ }
/* 12857 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 12858 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 12859 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 12860 */   border-color: #f0f0f0;
/* 12861 */ }
/* 12862 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 12863 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 12864 */   border-color: #ffffff;
/* 12865 */ }
/* 12866 */ .vc_tta-color-blue.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 12867 */ .vc_tta-color-blue.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 12868 */   border-color: #666666;
/* 12869 */ }
/* 12870 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab > a {
/* 12871 */   border-color: #4868cf;
/* 12872 */   background-color: #5472d2;
/* 12873 */   color: #ffffff;
/* 12874 */ }
/* 12875 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 12876 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 12877 */   background-color: #3c5ecc;
/* 12878 */ }
/* 12879 */ .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 12880 */   border-color: #f0f0f0;
/* 12881 */   background-color: #f8f8f8;
/* 12882 */   color: #666666;
/* 12883 */ }
/* 12884 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 12885 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 12886 */   background-color: #f8f8f8;
/* 12887 */ }
/* 12888 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 12889 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 12890 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 12891 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 12892 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 12893 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 12894 */   border-color: #f0f0f0;
/* 12895 */ }
/* 12896 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 12897 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 12898 */   border-color: transparent;
/* 12899 */   background-color: transparent;
/* 12900 */ }

/* js_composer.css */

/* 12901 */ @media (min-width: 768px) {
/* 12902 */   .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 12903 */     background-color: #f8f8f8;
/* 12904 */   }
/* 12905 */   .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 12906 */   .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 12907 */   .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 12908 */     border-color: #f0f0f0;
/* 12909 */   }
/* 12910 */   .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 12911 */     border-color: transparent;
/* 12912 */     background-color: transparent;
/* 12913 */   }
/* 12914 */ }
/* 12915 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 12916 */   border-color: #4868cf;
/* 12917 */   background-color: #5472d2;
/* 12918 */ }
/* 12919 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 12920 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 12921 */   background-color: #4868cf;
/* 12922 */ }
/* 12923 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 12924 */   color: #ffffff;
/* 12925 */ }
/* 12926 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 12927 */   border-color: #f0f0f0;
/* 12928 */   background-color: #f8f8f8;
/* 12929 */ }
/* 12930 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 12931 */   color: #666666;
/* 12932 */ }
/* 12933 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 12934 */   background-color: #f8f8f8;
/* 12935 */ }
/* 12936 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 12937 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 12938 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 12939 */   border-color: #f0f0f0;
/* 12940 */ }
/* 12941 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 12942 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 12943 */   border-color: #ffffff;
/* 12944 */ }
/* 12945 */ .vc_tta-color-blue.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 12946 */ .vc_tta-color-blue.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 12947 */   border-color: #666666;
/* 12948 */ }
/* 12949 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-tab > a {
/* 12950 */   border-color: #4868cf;

/* js_composer.css */

/* 12951 */   background-color: #5472d2;
/* 12952 */   color: #ffffff;
/* 12953 */ }
/* 12954 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 12955 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 12956 */   background-color: #3c5ecc;
/* 12957 */ }
/* 12958 */ .vc_tta-color-blue.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 12959 */   border-color: #f0f0f0;
/* 12960 */   background-color: #f8f8f8;
/* 12961 */   color: #666666;
/* 12962 */ }
/* 12963 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 12964 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 12965 */   background-color: #f8f8f8;
/* 12966 */ }
/* 12967 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 12968 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 12969 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 12970 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 12971 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 12972 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 12973 */   border-color: #f0f0f0;
/* 12974 */ }
/* 12975 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 12976 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 12977 */   border-color: transparent;
/* 12978 */   background-color: transparent;
/* 12979 */ }
/* 12980 */ @media (min-width: 768px) {
/* 12981 */   .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 12982 */     background-color: #f8f8f8;
/* 12983 */   }
/* 12984 */   .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 12985 */   .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 12986 */   .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 12987 */     border-color: #f0f0f0;
/* 12988 */   }
/* 12989 */   .vc_tta-color-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 12990 */     border-color: transparent;
/* 12991 */     background-color: transparent;
/* 12992 */   }
/* 12993 */ }
/* 12994 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 12995 */   border-color: #5472d2;
/* 12996 */   background-color: transparent;
/* 12997 */ }
/* 12998 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 12999 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 13000 */   background-color: #5472d2;

/* js_composer.css */

/* 13001 */ }
/* 13002 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 13003 */   color: #5472d2;
/* 13004 */ }
/* 13005 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 13006 */   color: #ffffff;
/* 13007 */ }
/* 13008 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 13009 */   border-color: #5472d2;
/* 13010 */   background-color: transparent;
/* 13011 */ }
/* 13012 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 13013 */   color: #5472d2;
/* 13014 */ }
/* 13015 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 13016 */   background-color: transparent;
/* 13017 */ }
/* 13018 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 13019 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 13020 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 13021 */   border-color: #5472d2;
/* 13022 */ }
/* 13023 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 13024 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 13025 */   border-color: #5472d2;
/* 13026 */ }
/* 13027 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 13028 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 13029 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 13030 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 13031 */   border-color: #ffffff;
/* 13032 */ }
/* 13033 */ .vc_tta-color-blue.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 13034 */ .vc_tta-color-blue.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 13035 */   border-color: #5472d2;
/* 13036 */ }
/* 13037 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-tab > a {
/* 13038 */   border-color: #5472d2;
/* 13039 */   background-color: transparent;
/* 13040 */   color: #5472d2;
/* 13041 */ }
/* 13042 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 13043 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 13044 */   background-color: #5472d2;
/* 13045 */   color: #ffffff;
/* 13046 */ }
/* 13047 */ .vc_tta-color-blue.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 13048 */   border-color: #5472d2;
/* 13049 */   background-color: transparent;
/* 13050 */   color: #5472d2;

/* js_composer.css */

/* 13051 */ }
/* 13052 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13053 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 13054 */   background-color: transparent;
/* 13055 */ }
/* 13056 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13057 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13058 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 13059 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 13060 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 13061 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 13062 */   border-color: #5472d2;
/* 13063 */ }
/* 13064 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 13065 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13066 */   border-color: transparent;
/* 13067 */   background-color: transparent;
/* 13068 */ }
/* 13069 */ @media (min-width: 768px) {
/* 13070 */   .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 13071 */     background-color: transparent;
/* 13072 */   }
/* 13073 */   .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13074 */   .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 13075 */   .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 13076 */     border-color: #5472d2;
/* 13077 */   }
/* 13078 */   .vc_tta-color-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13079 */     border-color: transparent;
/* 13080 */     background-color: transparent;
/* 13081 */   }
/* 13082 */ }
/* 13083 */ .vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 13084 */   background-color: #4868cf;
/* 13085 */ }
/* 13086 */ .vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 13087 */ .vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 13088 */   background-color: #3c5ecc;
/* 13089 */ }
/* 13090 */ .vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 13091 */   color: #ffffff;
/* 13092 */ }
/* 13093 */ .vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 13094 */   background-color: #5472d2;
/* 13095 */ }
/* 13096 */ .vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 13097 */   color: #ffffff;
/* 13098 */ }
/* 13099 */ .vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 13100 */   background-color: #5472d2;

/* js_composer.css */

/* 13101 */ }
/* 13102 */ .vc_tta-color-blue.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 13103 */   color: #ffffff;
/* 13104 */ }
/* 13105 */ .vc_tta-color-blue.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 13106 */ .vc_tta-color-blue.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 13107 */   border-color: #ffffff;
/* 13108 */ }
/* 13109 */ .vc_tta-color-blue.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 13110 */ .vc_tta-color-blue.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 13111 */   border-color: #ffffff;
/* 13112 */ }
/* 13113 */ .vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab > a {
/* 13114 */   background-color: #4868cf;
/* 13115 */   color: #ffffff;
/* 13116 */ }
/* 13117 */ .vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 13118 */ .vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 13119 */   background-color: #3c5ecc;
/* 13120 */ }
/* 13121 */ .vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 13122 */   background-color: #5472d2;
/* 13123 */   color: #ffffff;
/* 13124 */ }
/* 13125 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 13126 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 13127 */   background-color: #5472d2;
/* 13128 */ }
/* 13129 */ .vc_non_responsive .vc_tta-color-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 13130 */ .vc_tta-o-non-responsive .vc_tta-color-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13131 */   border-color: transparent;
/* 13132 */   background-color: transparent;
/* 13133 */ }
/* 13134 */ @media (min-width: 768px) {
/* 13135 */   .vc_tta-color-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 13136 */     background-color: #5472d2;
/* 13137 */   }
/* 13138 */   .vc_tta-color-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13139 */     border-color: transparent;
/* 13140 */     background-color: transparent;
/* 13141 */   }
/* 13142 */ }
/* 13143 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 13144 */   border-color: #00b3c0;
/* 13145 */   background-color: #00c1cf;
/* 13146 */ }
/* 13147 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 13148 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 13149 */   background-color: #00b3c0;
/* 13150 */ }

/* js_composer.css */

/* 13151 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 13152 */   color: #ffffff;
/* 13153 */ }
/* 13154 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 13155 */   border-color: #f0f0f0;
/* 13156 */   background-color: #f8f8f8;
/* 13157 */ }
/* 13158 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 13159 */   color: #666666;
/* 13160 */ }
/* 13161 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 13162 */   background-color: #f8f8f8;
/* 13163 */ }
/* 13164 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 13165 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 13166 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 13167 */   border-color: #f0f0f0;
/* 13168 */ }
/* 13169 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 13170 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 13171 */   border-color: #ffffff;
/* 13172 */ }
/* 13173 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 13174 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 13175 */   border-color: #666666;
/* 13176 */ }
/* 13177 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab > a {
/* 13178 */   border-color: #00b3c0;
/* 13179 */   background-color: #00c1cf;
/* 13180 */   color: #ffffff;
/* 13181 */ }
/* 13182 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 13183 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 13184 */   background-color: #00a4b0;
/* 13185 */ }
/* 13186 */ .vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 13187 */   border-color: #f0f0f0;
/* 13188 */   background-color: #f8f8f8;
/* 13189 */   color: #666666;
/* 13190 */ }
/* 13191 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 13192 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 13193 */   background-color: #f8f8f8;
/* 13194 */ }
/* 13195 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 13196 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 13197 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 13198 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 13199 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 13200 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {

/* js_composer.css */

/* 13201 */   border-color: #f0f0f0;
/* 13202 */ }
/* 13203 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 13204 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13205 */   border-color: transparent;
/* 13206 */   background-color: transparent;
/* 13207 */ }
/* 13208 */ @media (min-width: 768px) {
/* 13209 */   .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 13210 */     background-color: #f8f8f8;
/* 13211 */   }
/* 13212 */   .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 13213 */   .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 13214 */   .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 13215 */     border-color: #f0f0f0;
/* 13216 */   }
/* 13217 */   .vc_tta-color-turquoise.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13218 */     border-color: transparent;
/* 13219 */     background-color: transparent;
/* 13220 */   }
/* 13221 */ }
/* 13222 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 13223 */   border-color: #00b3c0;
/* 13224 */   background-color: #00c1cf;
/* 13225 */ }
/* 13226 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 13227 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 13228 */   background-color: #00b3c0;
/* 13229 */ }
/* 13230 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 13231 */   color: #ffffff;
/* 13232 */ }
/* 13233 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 13234 */   border-color: #f0f0f0;
/* 13235 */   background-color: #f8f8f8;
/* 13236 */ }
/* 13237 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 13238 */   color: #666666;
/* 13239 */ }
/* 13240 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 13241 */   background-color: #f8f8f8;
/* 13242 */ }
/* 13243 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 13244 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 13245 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 13246 */   border-color: #f0f0f0;
/* 13247 */ }
/* 13248 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 13249 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 13250 */   border-color: #ffffff;

/* js_composer.css */

/* 13251 */ }
/* 13252 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 13253 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 13254 */   border-color: #666666;
/* 13255 */ }
/* 13256 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-tab > a {
/* 13257 */   border-color: #00b3c0;
/* 13258 */   background-color: #00c1cf;
/* 13259 */   color: #ffffff;
/* 13260 */ }
/* 13261 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 13262 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 13263 */   background-color: #00a4b0;
/* 13264 */ }
/* 13265 */ .vc_tta-color-turquoise.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 13266 */   border-color: #f0f0f0;
/* 13267 */   background-color: #f8f8f8;
/* 13268 */   color: #666666;
/* 13269 */ }
/* 13270 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 13271 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 13272 */   background-color: #f8f8f8;
/* 13273 */ }
/* 13274 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 13275 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 13276 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 13277 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 13278 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 13279 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 13280 */   border-color: #f0f0f0;
/* 13281 */ }
/* 13282 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 13283 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13284 */   border-color: transparent;
/* 13285 */   background-color: transparent;
/* 13286 */ }
/* 13287 */ @media (min-width: 768px) {
/* 13288 */   .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 13289 */     background-color: #f8f8f8;
/* 13290 */   }
/* 13291 */   .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 13292 */   .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 13293 */   .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 13294 */     border-color: #f0f0f0;
/* 13295 */   }
/* 13296 */   .vc_tta-color-turquoise.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13297 */     border-color: transparent;
/* 13298 */     background-color: transparent;
/* 13299 */   }
/* 13300 */ }

/* js_composer.css */

/* 13301 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 13302 */   border-color: #00c1cf;
/* 13303 */   background-color: transparent;
/* 13304 */ }
/* 13305 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 13306 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 13307 */   background-color: #00c1cf;
/* 13308 */ }
/* 13309 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 13310 */   color: #00c1cf;
/* 13311 */ }
/* 13312 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 13313 */   color: #ffffff;
/* 13314 */ }
/* 13315 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 13316 */   border-color: #00c1cf;
/* 13317 */   background-color: transparent;
/* 13318 */ }
/* 13319 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 13320 */   color: #00c1cf;
/* 13321 */ }
/* 13322 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 13323 */   background-color: transparent;
/* 13324 */ }
/* 13325 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 13326 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 13327 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 13328 */   border-color: #00c1cf;
/* 13329 */ }
/* 13330 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 13331 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 13332 */   border-color: #00c1cf;
/* 13333 */ }
/* 13334 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 13335 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 13336 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 13337 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 13338 */   border-color: #ffffff;
/* 13339 */ }
/* 13340 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 13341 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 13342 */   border-color: #00c1cf;
/* 13343 */ }
/* 13344 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-tab > a {
/* 13345 */   border-color: #00c1cf;
/* 13346 */   background-color: transparent;
/* 13347 */   color: #00c1cf;
/* 13348 */ }
/* 13349 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 13350 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-tab > a:focus {

/* js_composer.css */

/* 13351 */   background-color: #00c1cf;
/* 13352 */   color: #ffffff;
/* 13353 */ }
/* 13354 */ .vc_tta-color-turquoise.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 13355 */   border-color: #00c1cf;
/* 13356 */   background-color: transparent;
/* 13357 */   color: #00c1cf;
/* 13358 */ }
/* 13359 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13360 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 13361 */   background-color: transparent;
/* 13362 */ }
/* 13363 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13364 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13365 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 13366 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 13367 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 13368 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 13369 */   border-color: #00c1cf;
/* 13370 */ }
/* 13371 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 13372 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13373 */   border-color: transparent;
/* 13374 */   background-color: transparent;
/* 13375 */ }
/* 13376 */ @media (min-width: 768px) {
/* 13377 */   .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 13378 */     background-color: transparent;
/* 13379 */   }
/* 13380 */   .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13381 */   .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 13382 */   .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 13383 */     border-color: #00c1cf;
/* 13384 */   }
/* 13385 */   .vc_tta-color-turquoise.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13386 */     border-color: transparent;
/* 13387 */     background-color: transparent;
/* 13388 */   }
/* 13389 */ }
/* 13390 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 13391 */   background-color: #00b3c0;
/* 13392 */ }
/* 13393 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 13394 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 13395 */   background-color: #00a4b0;
/* 13396 */ }
/* 13397 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 13398 */   color: #ffffff;
/* 13399 */ }
/* 13400 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {

/* js_composer.css */

/* 13401 */   background-color: #00c1cf;
/* 13402 */ }
/* 13403 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 13404 */   color: #ffffff;
/* 13405 */ }
/* 13406 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 13407 */   background-color: #00c1cf;
/* 13408 */ }
/* 13409 */ .vc_tta-color-turquoise.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 13410 */   color: #ffffff;
/* 13411 */ }
/* 13412 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 13413 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 13414 */   border-color: #ffffff;
/* 13415 */ }
/* 13416 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 13417 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 13418 */   border-color: #ffffff;
/* 13419 */ }
/* 13420 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-tab > a {
/* 13421 */   background-color: #00b3c0;
/* 13422 */   color: #ffffff;
/* 13423 */ }
/* 13424 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 13425 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 13426 */   background-color: #00a4b0;
/* 13427 */ }
/* 13428 */ .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 13429 */   background-color: #00c1cf;
/* 13430 */   color: #ffffff;
/* 13431 */ }
/* 13432 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 13433 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 13434 */   background-color: #00c1cf;
/* 13435 */ }
/* 13436 */ .vc_non_responsive .vc_tta-color-turquoise.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 13437 */ .vc_tta-o-non-responsive .vc_tta-color-turquoise.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13438 */   border-color: transparent;
/* 13439 */   background-color: transparent;
/* 13440 */ }
/* 13441 */ @media (min-width: 768px) {
/* 13442 */   .vc_tta-color-turquoise.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 13443 */     background-color: #00c1cf;
/* 13444 */   }
/* 13445 */   .vc_tta-color-turquoise.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13446 */     border-color: transparent;
/* 13447 */     background-color: transparent;
/* 13448 */   }
/* 13449 */ }
/* 13450 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {

/* js_composer.css */

/* 13451 */   border-color: #fe5e52;
/* 13452 */   background-color: #fe6c61;
/* 13453 */ }
/* 13454 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 13455 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 13456 */   background-color: #fe5e52;
/* 13457 */ }
/* 13458 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 13459 */   color: #ffffff;
/* 13460 */ }
/* 13461 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 13462 */   border-color: #f0f0f0;
/* 13463 */   background-color: #f8f8f8;
/* 13464 */ }
/* 13465 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 13466 */   color: #666666;
/* 13467 */ }
/* 13468 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 13469 */   background-color: #f8f8f8;
/* 13470 */ }
/* 13471 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 13472 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 13473 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 13474 */   border-color: #f0f0f0;
/* 13475 */ }
/* 13476 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 13477 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 13478 */   border-color: #ffffff;
/* 13479 */ }
/* 13480 */ .vc_tta-color-pink.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 13481 */ .vc_tta-color-pink.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 13482 */   border-color: #666666;
/* 13483 */ }
/* 13484 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-tab > a {
/* 13485 */   border-color: #fe5e52;
/* 13486 */   background-color: #fe6c61;
/* 13487 */   color: #ffffff;
/* 13488 */ }
/* 13489 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 13490 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 13491 */   background-color: #fe5043;
/* 13492 */ }
/* 13493 */ .vc_tta-color-pink.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 13494 */   border-color: #f0f0f0;
/* 13495 */   background-color: #f8f8f8;
/* 13496 */   color: #666666;
/* 13497 */ }
/* 13498 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 13499 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 13500 */   background-color: #f8f8f8;

/* js_composer.css */

/* 13501 */ }
/* 13502 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 13503 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 13504 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 13505 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 13506 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 13507 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 13508 */   border-color: #f0f0f0;
/* 13509 */ }
/* 13510 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 13511 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13512 */   border-color: transparent;
/* 13513 */   background-color: transparent;
/* 13514 */ }
/* 13515 */ @media (min-width: 768px) {
/* 13516 */   .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 13517 */     background-color: #f8f8f8;
/* 13518 */   }
/* 13519 */   .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 13520 */   .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 13521 */   .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 13522 */     border-color: #f0f0f0;
/* 13523 */   }
/* 13524 */   .vc_tta-color-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13525 */     border-color: transparent;
/* 13526 */     background-color: transparent;
/* 13527 */   }
/* 13528 */ }
/* 13529 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 13530 */   border-color: #fe5e52;
/* 13531 */   background-color: #fe6c61;
/* 13532 */ }
/* 13533 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 13534 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 13535 */   background-color: #fe5e52;
/* 13536 */ }
/* 13537 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 13538 */   color: #ffffff;
/* 13539 */ }
/* 13540 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 13541 */   border-color: #f0f0f0;
/* 13542 */   background-color: #f8f8f8;
/* 13543 */ }
/* 13544 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 13545 */   color: #666666;
/* 13546 */ }
/* 13547 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 13548 */   background-color: #f8f8f8;
/* 13549 */ }
/* 13550 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,

/* js_composer.css */

/* 13551 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 13552 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 13553 */   border-color: #f0f0f0;
/* 13554 */ }
/* 13555 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 13556 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 13557 */   border-color: #ffffff;
/* 13558 */ }
/* 13559 */ .vc_tta-color-pink.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 13560 */ .vc_tta-color-pink.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 13561 */   border-color: #666666;
/* 13562 */ }
/* 13563 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-tab > a {
/* 13564 */   border-color: #fe5e52;
/* 13565 */   background-color: #fe6c61;
/* 13566 */   color: #ffffff;
/* 13567 */ }
/* 13568 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 13569 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 13570 */   background-color: #fe5043;
/* 13571 */ }
/* 13572 */ .vc_tta-color-pink.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 13573 */   border-color: #f0f0f0;
/* 13574 */   background-color: #f8f8f8;
/* 13575 */   color: #666666;
/* 13576 */ }
/* 13577 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 13578 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 13579 */   background-color: #f8f8f8;
/* 13580 */ }
/* 13581 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 13582 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 13583 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 13584 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 13585 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 13586 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 13587 */   border-color: #f0f0f0;
/* 13588 */ }
/* 13589 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 13590 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13591 */   border-color: transparent;
/* 13592 */   background-color: transparent;
/* 13593 */ }
/* 13594 */ @media (min-width: 768px) {
/* 13595 */   .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 13596 */     background-color: #f8f8f8;
/* 13597 */   }
/* 13598 */   .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 13599 */   .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 13600 */   .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {

/* js_composer.css */

/* 13601 */     border-color: #f0f0f0;
/* 13602 */   }
/* 13603 */   .vc_tta-color-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13604 */     border-color: transparent;
/* 13605 */     background-color: transparent;
/* 13606 */   }
/* 13607 */ }
/* 13608 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 13609 */   border-color: #fe6c61;
/* 13610 */   background-color: transparent;
/* 13611 */ }
/* 13612 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 13613 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 13614 */   background-color: #fe6c61;
/* 13615 */ }
/* 13616 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 13617 */   color: #fe6c61;
/* 13618 */ }
/* 13619 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 13620 */   color: #ffffff;
/* 13621 */ }
/* 13622 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 13623 */   border-color: #fe6c61;
/* 13624 */   background-color: transparent;
/* 13625 */ }
/* 13626 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 13627 */   color: #fe6c61;
/* 13628 */ }
/* 13629 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 13630 */   background-color: transparent;
/* 13631 */ }
/* 13632 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 13633 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 13634 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 13635 */   border-color: #fe6c61;
/* 13636 */ }
/* 13637 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 13638 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 13639 */   border-color: #fe6c61;
/* 13640 */ }
/* 13641 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 13642 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 13643 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 13644 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 13645 */   border-color: #ffffff;
/* 13646 */ }
/* 13647 */ .vc_tta-color-pink.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 13648 */ .vc_tta-color-pink.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 13649 */   border-color: #fe6c61;
/* 13650 */ }

/* js_composer.css */

/* 13651 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-tab > a {
/* 13652 */   border-color: #fe6c61;
/* 13653 */   background-color: transparent;
/* 13654 */   color: #fe6c61;
/* 13655 */ }
/* 13656 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 13657 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 13658 */   background-color: #fe6c61;
/* 13659 */   color: #ffffff;
/* 13660 */ }
/* 13661 */ .vc_tta-color-pink.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 13662 */   border-color: #fe6c61;
/* 13663 */   background-color: transparent;
/* 13664 */   color: #fe6c61;
/* 13665 */ }
/* 13666 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13667 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 13668 */   background-color: transparent;
/* 13669 */ }
/* 13670 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13671 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13672 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 13673 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 13674 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 13675 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 13676 */   border-color: #fe6c61;
/* 13677 */ }
/* 13678 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 13679 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13680 */   border-color: transparent;
/* 13681 */   background-color: transparent;
/* 13682 */ }
/* 13683 */ @media (min-width: 768px) {
/* 13684 */   .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 13685 */     background-color: transparent;
/* 13686 */   }
/* 13687 */   .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13688 */   .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 13689 */   .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 13690 */     border-color: #fe6c61;
/* 13691 */   }
/* 13692 */   .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13693 */     border-color: transparent;
/* 13694 */     background-color: transparent;
/* 13695 */   }
/* 13696 */ }
/* 13697 */ .vc_tta-color-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 13698 */   background-color: #fe5e52;
/* 13699 */ }
/* 13700 */ .vc_tta-color-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,

/* js_composer.css */

/* 13701 */ .vc_tta-color-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 13702 */   background-color: #fe5043;
/* 13703 */ }
/* 13704 */ .vc_tta-color-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 13705 */   color: #ffffff;
/* 13706 */ }
/* 13707 */ .vc_tta-color-pink.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 13708 */   background-color: #fe6c61;
/* 13709 */ }
/* 13710 */ .vc_tta-color-pink.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 13711 */   color: #ffffff;
/* 13712 */ }
/* 13713 */ .vc_tta-color-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 13714 */   background-color: #fe6c61;
/* 13715 */ }
/* 13716 */ .vc_tta-color-pink.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 13717 */   color: #ffffff;
/* 13718 */ }
/* 13719 */ .vc_tta-color-pink.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 13720 */ .vc_tta-color-pink.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 13721 */   border-color: #ffffff;
/* 13722 */ }
/* 13723 */ .vc_tta-color-pink.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 13724 */ .vc_tta-color-pink.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 13725 */   border-color: #ffffff;
/* 13726 */ }
/* 13727 */ .vc_tta-color-pink.vc_tta-style-flat .vc_tta-tab > a {
/* 13728 */   background-color: #fe5e52;
/* 13729 */   color: #ffffff;
/* 13730 */ }
/* 13731 */ .vc_tta-color-pink.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 13732 */ .vc_tta-color-pink.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 13733 */   background-color: #fe5043;
/* 13734 */ }
/* 13735 */ .vc_tta-color-pink.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 13736 */   background-color: #fe6c61;
/* 13737 */   color: #ffffff;
/* 13738 */ }
/* 13739 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 13740 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 13741 */   background-color: #fe6c61;
/* 13742 */ }
/* 13743 */ .vc_non_responsive .vc_tta-color-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 13744 */ .vc_tta-o-non-responsive .vc_tta-color-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13745 */   border-color: transparent;
/* 13746 */   background-color: transparent;
/* 13747 */ }
/* 13748 */ @media (min-width: 768px) {
/* 13749 */   .vc_tta-color-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 13750 */     background-color: #fe6c61;

/* js_composer.css */

/* 13751 */   }
/* 13752 */   .vc_tta-color-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13753 */     border-color: transparent;
/* 13754 */     background-color: transparent;
/* 13755 */   }
/* 13756 */ }
/* 13757 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 13758 */   border-color: #8462c0;
/* 13759 */   background-color: #8d6dc4;
/* 13760 */ }
/* 13761 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 13762 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 13763 */   background-color: #8462c0;
/* 13764 */ }
/* 13765 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 13766 */   color: #ffffff;
/* 13767 */ }
/* 13768 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 13769 */   border-color: #f0f0f0;
/* 13770 */   background-color: #f8f8f8;
/* 13771 */ }
/* 13772 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 13773 */   color: #666666;
/* 13774 */ }
/* 13775 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 13776 */   background-color: #f8f8f8;
/* 13777 */ }
/* 13778 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 13779 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 13780 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 13781 */   border-color: #f0f0f0;
/* 13782 */ }
/* 13783 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 13784 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 13785 */   border-color: #ffffff;
/* 13786 */ }
/* 13787 */ .vc_tta-color-violet.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 13788 */ .vc_tta-color-violet.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 13789 */   border-color: #666666;
/* 13790 */ }
/* 13791 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-tab > a {
/* 13792 */   border-color: #8462c0;
/* 13793 */   background-color: #8d6dc4;
/* 13794 */   color: #ffffff;
/* 13795 */ }
/* 13796 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 13797 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 13798 */   background-color: #7c57bb;
/* 13799 */ }
/* 13800 */ .vc_tta-color-violet.vc_tta-style-classic .vc_tta-tab.vc_active > a {

/* js_composer.css */

/* 13801 */   border-color: #f0f0f0;
/* 13802 */   background-color: #f8f8f8;
/* 13803 */   color: #666666;
/* 13804 */ }
/* 13805 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 13806 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 13807 */   background-color: #f8f8f8;
/* 13808 */ }
/* 13809 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 13810 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 13811 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 13812 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 13813 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 13814 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 13815 */   border-color: #f0f0f0;
/* 13816 */ }
/* 13817 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 13818 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13819 */   border-color: transparent;
/* 13820 */   background-color: transparent;
/* 13821 */ }
/* 13822 */ @media (min-width: 768px) {
/* 13823 */   .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 13824 */     background-color: #f8f8f8;
/* 13825 */   }
/* 13826 */   .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 13827 */   .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 13828 */   .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 13829 */     border-color: #f0f0f0;
/* 13830 */   }
/* 13831 */   .vc_tta-color-violet.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13832 */     border-color: transparent;
/* 13833 */     background-color: transparent;
/* 13834 */   }
/* 13835 */ }
/* 13836 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 13837 */   border-color: #8462c0;
/* 13838 */   background-color: #8d6dc4;
/* 13839 */ }
/* 13840 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 13841 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 13842 */   background-color: #8462c0;
/* 13843 */ }
/* 13844 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 13845 */   color: #ffffff;
/* 13846 */ }
/* 13847 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 13848 */   border-color: #f0f0f0;
/* 13849 */   background-color: #f8f8f8;
/* 13850 */ }

/* js_composer.css */

/* 13851 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 13852 */   color: #666666;
/* 13853 */ }
/* 13854 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 13855 */   background-color: #f8f8f8;
/* 13856 */ }
/* 13857 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 13858 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 13859 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 13860 */   border-color: #f0f0f0;
/* 13861 */ }
/* 13862 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 13863 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 13864 */   border-color: #ffffff;
/* 13865 */ }
/* 13866 */ .vc_tta-color-violet.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 13867 */ .vc_tta-color-violet.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 13868 */   border-color: #666666;
/* 13869 */ }
/* 13870 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-tab > a {
/* 13871 */   border-color: #8462c0;
/* 13872 */   background-color: #8d6dc4;
/* 13873 */   color: #ffffff;
/* 13874 */ }
/* 13875 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 13876 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 13877 */   background-color: #7c57bb;
/* 13878 */ }
/* 13879 */ .vc_tta-color-violet.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 13880 */   border-color: #f0f0f0;
/* 13881 */   background-color: #f8f8f8;
/* 13882 */   color: #666666;
/* 13883 */ }
/* 13884 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 13885 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 13886 */   background-color: #f8f8f8;
/* 13887 */ }
/* 13888 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 13889 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 13890 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 13891 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 13892 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 13893 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 13894 */   border-color: #f0f0f0;
/* 13895 */ }
/* 13896 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 13897 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13898 */   border-color: transparent;
/* 13899 */   background-color: transparent;
/* 13900 */ }

/* js_composer.css */

/* 13901 */ @media (min-width: 768px) {
/* 13902 */   .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 13903 */     background-color: #f8f8f8;
/* 13904 */   }
/* 13905 */   .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 13906 */   .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 13907 */   .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 13908 */     border-color: #f0f0f0;
/* 13909 */   }
/* 13910 */   .vc_tta-color-violet.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13911 */     border-color: transparent;
/* 13912 */     background-color: transparent;
/* 13913 */   }
/* 13914 */ }
/* 13915 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 13916 */   border-color: #8d6dc4;
/* 13917 */   background-color: transparent;
/* 13918 */ }
/* 13919 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 13920 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 13921 */   background-color: #8d6dc4;
/* 13922 */ }
/* 13923 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 13924 */   color: #8d6dc4;
/* 13925 */ }
/* 13926 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 13927 */   color: #ffffff;
/* 13928 */ }
/* 13929 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 13930 */   border-color: #8d6dc4;
/* 13931 */   background-color: transparent;
/* 13932 */ }
/* 13933 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 13934 */   color: #8d6dc4;
/* 13935 */ }
/* 13936 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 13937 */   background-color: transparent;
/* 13938 */ }
/* 13939 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 13940 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 13941 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 13942 */   border-color: #8d6dc4;
/* 13943 */ }
/* 13944 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 13945 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 13946 */   border-color: #8d6dc4;
/* 13947 */ }
/* 13948 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 13949 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 13950 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,

/* js_composer.css */

/* 13951 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 13952 */   border-color: #ffffff;
/* 13953 */ }
/* 13954 */ .vc_tta-color-violet.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 13955 */ .vc_tta-color-violet.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 13956 */   border-color: #8d6dc4;
/* 13957 */ }
/* 13958 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-tab > a {
/* 13959 */   border-color: #8d6dc4;
/* 13960 */   background-color: transparent;
/* 13961 */   color: #8d6dc4;
/* 13962 */ }
/* 13963 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 13964 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 13965 */   background-color: #8d6dc4;
/* 13966 */   color: #ffffff;
/* 13967 */ }
/* 13968 */ .vc_tta-color-violet.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 13969 */   border-color: #8d6dc4;
/* 13970 */   background-color: transparent;
/* 13971 */   color: #8d6dc4;
/* 13972 */ }
/* 13973 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13974 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 13975 */   background-color: transparent;
/* 13976 */ }
/* 13977 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13978 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13979 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 13980 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 13981 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 13982 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 13983 */   border-color: #8d6dc4;
/* 13984 */ }
/* 13985 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 13986 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 13987 */   border-color: transparent;
/* 13988 */   background-color: transparent;
/* 13989 */ }
/* 13990 */ @media (min-width: 768px) {
/* 13991 */   .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 13992 */     background-color: transparent;
/* 13993 */   }
/* 13994 */   .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 13995 */   .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 13996 */   .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 13997 */     border-color: #8d6dc4;
/* 13998 */   }
/* 13999 */   .vc_tta-color-violet.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14000 */     border-color: transparent;

/* js_composer.css */

/* 14001 */     background-color: transparent;
/* 14002 */   }
/* 14003 */ }
/* 14004 */ .vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 14005 */   background-color: #8462c0;
/* 14006 */ }
/* 14007 */ .vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 14008 */ .vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 14009 */   background-color: #7c57bb;
/* 14010 */ }
/* 14011 */ .vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 14012 */   color: #ffffff;
/* 14013 */ }
/* 14014 */ .vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 14015 */   background-color: #8d6dc4;
/* 14016 */ }
/* 14017 */ .vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 14018 */   color: #ffffff;
/* 14019 */ }
/* 14020 */ .vc_tta-color-violet.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 14021 */   background-color: #8d6dc4;
/* 14022 */ }
/* 14023 */ .vc_tta-color-violet.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 14024 */   color: #ffffff;
/* 14025 */ }
/* 14026 */ .vc_tta-color-violet.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 14027 */ .vc_tta-color-violet.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 14028 */   border-color: #ffffff;
/* 14029 */ }
/* 14030 */ .vc_tta-color-violet.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 14031 */ .vc_tta-color-violet.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 14032 */   border-color: #ffffff;
/* 14033 */ }
/* 14034 */ .vc_tta-color-violet.vc_tta-style-flat .vc_tta-tab > a {
/* 14035 */   background-color: #8462c0;
/* 14036 */   color: #ffffff;
/* 14037 */ }
/* 14038 */ .vc_tta-color-violet.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 14039 */ .vc_tta-color-violet.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 14040 */   background-color: #7c57bb;
/* 14041 */ }
/* 14042 */ .vc_tta-color-violet.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 14043 */   background-color: #8d6dc4;
/* 14044 */   color: #ffffff;
/* 14045 */ }
/* 14046 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 14047 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 14048 */   background-color: #8d6dc4;
/* 14049 */ }
/* 14050 */ .vc_non_responsive .vc_tta-color-violet.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,

/* js_composer.css */

/* 14051 */ .vc_tta-o-non-responsive .vc_tta-color-violet.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14052 */   border-color: transparent;
/* 14053 */   background-color: transparent;
/* 14054 */ }
/* 14055 */ @media (min-width: 768px) {
/* 14056 */   .vc_tta-color-violet.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 14057 */     background-color: #8d6dc4;
/* 14058 */   }
/* 14059 */   .vc_tta-color-violet.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14060 */     border-color: transparent;
/* 14061 */     background-color: transparent;
/* 14062 */   }
/* 14063 */ }
/* 14064 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 14065 */   border-color: #40a8c5;
/* 14066 */   background-color: #4cadc9;
/* 14067 */ }
/* 14068 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 14069 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 14070 */   background-color: #40a8c5;
/* 14071 */ }
/* 14072 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 14073 */   color: #ffffff;
/* 14074 */ }
/* 14075 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 14076 */   border-color: #f0f0f0;
/* 14077 */   background-color: #f8f8f8;
/* 14078 */ }
/* 14079 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 14080 */   color: #666666;
/* 14081 */ }
/* 14082 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 14083 */   background-color: #f8f8f8;
/* 14084 */ }
/* 14085 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 14086 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 14087 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 14088 */   border-color: #f0f0f0;
/* 14089 */ }
/* 14090 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 14091 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 14092 */   border-color: #ffffff;
/* 14093 */ }
/* 14094 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 14095 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 14096 */   border-color: #666666;
/* 14097 */ }
/* 14098 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-tab > a {
/* 14099 */   border-color: #40a8c5;
/* 14100 */   background-color: #4cadc9;

/* js_composer.css */

/* 14101 */   color: #ffffff;
/* 14102 */ }
/* 14103 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 14104 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 14105 */   background-color: #39a0bd;
/* 14106 */ }
/* 14107 */ .vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 14108 */   border-color: #f0f0f0;
/* 14109 */   background-color: #f8f8f8;
/* 14110 */   color: #666666;
/* 14111 */ }
/* 14112 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 14113 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 14114 */   background-color: #f8f8f8;
/* 14115 */ }
/* 14116 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 14117 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 14118 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 14119 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 14120 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 14121 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 14122 */   border-color: #f0f0f0;
/* 14123 */ }
/* 14124 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 14125 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14126 */   border-color: transparent;
/* 14127 */   background-color: transparent;
/* 14128 */ }
/* 14129 */ @media (min-width: 768px) {
/* 14130 */   .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 14131 */     background-color: #f8f8f8;
/* 14132 */   }
/* 14133 */   .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 14134 */   .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 14135 */   .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 14136 */     border-color: #f0f0f0;
/* 14137 */   }
/* 14138 */   .vc_tta-color-peacoc.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14139 */     border-color: transparent;
/* 14140 */     background-color: transparent;
/* 14141 */   }
/* 14142 */ }
/* 14143 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 14144 */   border-color: #40a8c5;
/* 14145 */   background-color: #4cadc9;
/* 14146 */ }
/* 14147 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 14148 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 14149 */   background-color: #40a8c5;
/* 14150 */ }

/* js_composer.css */

/* 14151 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 14152 */   color: #ffffff;
/* 14153 */ }
/* 14154 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 14155 */   border-color: #f0f0f0;
/* 14156 */   background-color: #f8f8f8;
/* 14157 */ }
/* 14158 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 14159 */   color: #666666;
/* 14160 */ }
/* 14161 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 14162 */   background-color: #f8f8f8;
/* 14163 */ }
/* 14164 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 14165 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 14166 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 14167 */   border-color: #f0f0f0;
/* 14168 */ }
/* 14169 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 14170 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 14171 */   border-color: #ffffff;
/* 14172 */ }
/* 14173 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 14174 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 14175 */   border-color: #666666;
/* 14176 */ }
/* 14177 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-tab > a {
/* 14178 */   border-color: #40a8c5;
/* 14179 */   background-color: #4cadc9;
/* 14180 */   color: #ffffff;
/* 14181 */ }
/* 14182 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 14183 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 14184 */   background-color: #39a0bd;
/* 14185 */ }
/* 14186 */ .vc_tta-color-peacoc.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 14187 */   border-color: #f0f0f0;
/* 14188 */   background-color: #f8f8f8;
/* 14189 */   color: #666666;
/* 14190 */ }
/* 14191 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 14192 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 14193 */   background-color: #f8f8f8;
/* 14194 */ }
/* 14195 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 14196 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 14197 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 14198 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 14199 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 14200 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {

/* js_composer.css */

/* 14201 */   border-color: #f0f0f0;
/* 14202 */ }
/* 14203 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 14204 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14205 */   border-color: transparent;
/* 14206 */   background-color: transparent;
/* 14207 */ }
/* 14208 */ @media (min-width: 768px) {
/* 14209 */   .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 14210 */     background-color: #f8f8f8;
/* 14211 */   }
/* 14212 */   .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 14213 */   .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 14214 */   .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 14215 */     border-color: #f0f0f0;
/* 14216 */   }
/* 14217 */   .vc_tta-color-peacoc.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14218 */     border-color: transparent;
/* 14219 */     background-color: transparent;
/* 14220 */   }
/* 14221 */ }
/* 14222 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 14223 */   border-color: #4cadc9;
/* 14224 */   background-color: transparent;
/* 14225 */ }
/* 14226 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 14227 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 14228 */   background-color: #4cadc9;
/* 14229 */ }
/* 14230 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 14231 */   color: #4cadc9;
/* 14232 */ }
/* 14233 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 14234 */   color: #ffffff;
/* 14235 */ }
/* 14236 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 14237 */   border-color: #4cadc9;
/* 14238 */   background-color: transparent;
/* 14239 */ }
/* 14240 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 14241 */   color: #4cadc9;
/* 14242 */ }
/* 14243 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 14244 */   background-color: transparent;
/* 14245 */ }
/* 14246 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 14247 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 14248 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 14249 */   border-color: #4cadc9;
/* 14250 */ }

/* js_composer.css */

/* 14251 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 14252 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 14253 */   border-color: #4cadc9;
/* 14254 */ }
/* 14255 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 14256 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 14257 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 14258 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 14259 */   border-color: #ffffff;
/* 14260 */ }
/* 14261 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 14262 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 14263 */   border-color: #4cadc9;
/* 14264 */ }
/* 14265 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-tab > a {
/* 14266 */   border-color: #4cadc9;
/* 14267 */   background-color: transparent;
/* 14268 */   color: #4cadc9;
/* 14269 */ }
/* 14270 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 14271 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 14272 */   background-color: #4cadc9;
/* 14273 */   color: #ffffff;
/* 14274 */ }
/* 14275 */ .vc_tta-color-peacoc.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 14276 */   border-color: #4cadc9;
/* 14277 */   background-color: transparent;
/* 14278 */   color: #4cadc9;
/* 14279 */ }
/* 14280 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 14281 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 14282 */   background-color: transparent;
/* 14283 */ }
/* 14284 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 14285 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 14286 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 14287 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 14288 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 14289 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 14290 */   border-color: #4cadc9;
/* 14291 */ }
/* 14292 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 14293 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14294 */   border-color: transparent;
/* 14295 */   background-color: transparent;
/* 14296 */ }
/* 14297 */ @media (min-width: 768px) {
/* 14298 */   .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 14299 */     background-color: transparent;
/* 14300 */   }

/* js_composer.css */

/* 14301 */   .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 14302 */   .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 14303 */   .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 14304 */     border-color: #4cadc9;
/* 14305 */   }
/* 14306 */   .vc_tta-color-peacoc.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14307 */     border-color: transparent;
/* 14308 */     background-color: transparent;
/* 14309 */   }
/* 14310 */ }
/* 14311 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 14312 */   background-color: #40a8c5;
/* 14313 */ }
/* 14314 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 14315 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 14316 */   background-color: #39a0bd;
/* 14317 */ }
/* 14318 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 14319 */   color: #ffffff;
/* 14320 */ }
/* 14321 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 14322 */   background-color: #4cadc9;
/* 14323 */ }
/* 14324 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 14325 */   color: #ffffff;
/* 14326 */ }
/* 14327 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 14328 */   background-color: #4cadc9;
/* 14329 */ }
/* 14330 */ .vc_tta-color-peacoc.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 14331 */   color: #ffffff;
/* 14332 */ }
/* 14333 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 14334 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 14335 */   border-color: #ffffff;
/* 14336 */ }
/* 14337 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 14338 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 14339 */   border-color: #ffffff;
/* 14340 */ }
/* 14341 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-tab > a {
/* 14342 */   background-color: #40a8c5;
/* 14343 */   color: #ffffff;
/* 14344 */ }
/* 14345 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 14346 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 14347 */   background-color: #39a0bd;
/* 14348 */ }
/* 14349 */ .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 14350 */   background-color: #4cadc9;

/* js_composer.css */

/* 14351 */   color: #ffffff;
/* 14352 */ }
/* 14353 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 14354 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 14355 */   background-color: #4cadc9;
/* 14356 */ }
/* 14357 */ .vc_non_responsive .vc_tta-color-peacoc.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 14358 */ .vc_tta-o-non-responsive .vc_tta-color-peacoc.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14359 */   border-color: transparent;
/* 14360 */   background-color: transparent;
/* 14361 */ }
/* 14362 */ @media (min-width: 768px) {
/* 14363 */   .vc_tta-color-peacoc.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 14364 */     background-color: #4cadc9;
/* 14365 */   }
/* 14366 */   .vc_tta-color-peacoc.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14367 */     border-color: transparent;
/* 14368 */     background-color: transparent;
/* 14369 */   }
/* 14370 */ }
/* 14371 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 14372 */   border-color: #c8bba1;
/* 14373 */   background-color: #cec2ab;
/* 14374 */ }
/* 14375 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 14376 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 14377 */   background-color: #c8bba1;
/* 14378 */ }
/* 14379 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 14380 */   color: #ffffff;
/* 14381 */ }
/* 14382 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 14383 */   border-color: #f0f0f0;
/* 14384 */   background-color: #f8f8f8;
/* 14385 */ }
/* 14386 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 14387 */   color: #666666;
/* 14388 */ }
/* 14389 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 14390 */   background-color: #f8f8f8;
/* 14391 */ }
/* 14392 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 14393 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 14394 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 14395 */   border-color: #f0f0f0;
/* 14396 */ }
/* 14397 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 14398 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 14399 */   border-color: #ffffff;
/* 14400 */ }

/* js_composer.css */

/* 14401 */ .vc_tta-color-chino.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 14402 */ .vc_tta-color-chino.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 14403 */   border-color: #666666;
/* 14404 */ }
/* 14405 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab > a {
/* 14406 */   border-color: #c8bba1;
/* 14407 */   background-color: #cec2ab;
/* 14408 */   color: #ffffff;
/* 14409 */ }
/* 14410 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 14411 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 14412 */   background-color: #c3b498;
/* 14413 */ }
/* 14414 */ .vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 14415 */   border-color: #f0f0f0;
/* 14416 */   background-color: #f8f8f8;
/* 14417 */   color: #666666;
/* 14418 */ }
/* 14419 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 14420 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 14421 */   background-color: #f8f8f8;
/* 14422 */ }
/* 14423 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 14424 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 14425 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 14426 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 14427 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 14428 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 14429 */   border-color: #f0f0f0;
/* 14430 */ }
/* 14431 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 14432 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14433 */   border-color: transparent;
/* 14434 */   background-color: transparent;
/* 14435 */ }
/* 14436 */ @media (min-width: 768px) {
/* 14437 */   .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 14438 */     background-color: #f8f8f8;
/* 14439 */   }
/* 14440 */   .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 14441 */   .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 14442 */   .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 14443 */     border-color: #f0f0f0;
/* 14444 */   }
/* 14445 */   .vc_tta-color-chino.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14446 */     border-color: transparent;
/* 14447 */     background-color: transparent;
/* 14448 */   }
/* 14449 */ }
/* 14450 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {

/* js_composer.css */

/* 14451 */   border-color: #c8bba1;
/* 14452 */   background-color: #cec2ab;
/* 14453 */ }
/* 14454 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 14455 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 14456 */   background-color: #c8bba1;
/* 14457 */ }
/* 14458 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 14459 */   color: #ffffff;
/* 14460 */ }
/* 14461 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 14462 */   border-color: #f0f0f0;
/* 14463 */   background-color: #f8f8f8;
/* 14464 */ }
/* 14465 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 14466 */   color: #666666;
/* 14467 */ }
/* 14468 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 14469 */   background-color: #f8f8f8;
/* 14470 */ }
/* 14471 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 14472 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 14473 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 14474 */   border-color: #f0f0f0;
/* 14475 */ }
/* 14476 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 14477 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 14478 */   border-color: #ffffff;
/* 14479 */ }
/* 14480 */ .vc_tta-color-chino.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 14481 */ .vc_tta-color-chino.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 14482 */   border-color: #666666;
/* 14483 */ }
/* 14484 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-tab > a {
/* 14485 */   border-color: #c8bba1;
/* 14486 */   background-color: #cec2ab;
/* 14487 */   color: #ffffff;
/* 14488 */ }
/* 14489 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 14490 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 14491 */   background-color: #c3b498;
/* 14492 */ }
/* 14493 */ .vc_tta-color-chino.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 14494 */   border-color: #f0f0f0;
/* 14495 */   background-color: #f8f8f8;
/* 14496 */   color: #666666;
/* 14497 */ }
/* 14498 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 14499 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 14500 */   background-color: #f8f8f8;

/* js_composer.css */

/* 14501 */ }
/* 14502 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 14503 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 14504 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 14505 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 14506 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 14507 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 14508 */   border-color: #f0f0f0;
/* 14509 */ }
/* 14510 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 14511 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14512 */   border-color: transparent;
/* 14513 */   background-color: transparent;
/* 14514 */ }
/* 14515 */ @media (min-width: 768px) {
/* 14516 */   .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 14517 */     background-color: #f8f8f8;
/* 14518 */   }
/* 14519 */   .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 14520 */   .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 14521 */   .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 14522 */     border-color: #f0f0f0;
/* 14523 */   }
/* 14524 */   .vc_tta-color-chino.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14525 */     border-color: transparent;
/* 14526 */     background-color: transparent;
/* 14527 */   }
/* 14528 */ }
/* 14529 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 14530 */   border-color: #cec2ab;
/* 14531 */   background-color: transparent;
/* 14532 */ }
/* 14533 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 14534 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 14535 */   background-color: #cec2ab;
/* 14536 */ }
/* 14537 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 14538 */   color: #cec2ab;
/* 14539 */ }
/* 14540 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 14541 */   color: #ffffff;
/* 14542 */ }
/* 14543 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 14544 */   border-color: #cec2ab;
/* 14545 */   background-color: transparent;
/* 14546 */ }
/* 14547 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 14548 */   color: #cec2ab;
/* 14549 */ }
/* 14550 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {

/* js_composer.css */

/* 14551 */   background-color: transparent;
/* 14552 */ }
/* 14553 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 14554 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 14555 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 14556 */   border-color: #cec2ab;
/* 14557 */ }
/* 14558 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 14559 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 14560 */   border-color: #cec2ab;
/* 14561 */ }
/* 14562 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 14563 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 14564 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 14565 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 14566 */   border-color: #ffffff;
/* 14567 */ }
/* 14568 */ .vc_tta-color-chino.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 14569 */ .vc_tta-color-chino.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 14570 */   border-color: #cec2ab;
/* 14571 */ }
/* 14572 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-tab > a {
/* 14573 */   border-color: #cec2ab;
/* 14574 */   background-color: transparent;
/* 14575 */   color: #cec2ab;
/* 14576 */ }
/* 14577 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 14578 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 14579 */   background-color: #cec2ab;
/* 14580 */   color: #ffffff;
/* 14581 */ }
/* 14582 */ .vc_tta-color-chino.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 14583 */   border-color: #cec2ab;
/* 14584 */   background-color: transparent;
/* 14585 */   color: #cec2ab;
/* 14586 */ }
/* 14587 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 14588 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 14589 */   background-color: transparent;
/* 14590 */ }
/* 14591 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 14592 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 14593 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 14594 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 14595 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 14596 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 14597 */   border-color: #cec2ab;
/* 14598 */ }
/* 14599 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 14600 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {

/* js_composer.css */

/* 14601 */   border-color: transparent;
/* 14602 */   background-color: transparent;
/* 14603 */ }
/* 14604 */ @media (min-width: 768px) {
/* 14605 */   .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 14606 */     background-color: transparent;
/* 14607 */   }
/* 14608 */   .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 14609 */   .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 14610 */   .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 14611 */     border-color: #cec2ab;
/* 14612 */   }
/* 14613 */   .vc_tta-color-chino.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14614 */     border-color: transparent;
/* 14615 */     background-color: transparent;
/* 14616 */   }
/* 14617 */ }
/* 14618 */ .vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 14619 */   background-color: #c8bba1;
/* 14620 */ }
/* 14621 */ .vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 14622 */ .vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 14623 */   background-color: #c3b498;
/* 14624 */ }
/* 14625 */ .vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 14626 */   color: #ffffff;
/* 14627 */ }
/* 14628 */ .vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 14629 */   background-color: #cec2ab;
/* 14630 */ }
/* 14631 */ .vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 14632 */   color: #ffffff;
/* 14633 */ }
/* 14634 */ .vc_tta-color-chino.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 14635 */   background-color: #cec2ab;
/* 14636 */ }
/* 14637 */ .vc_tta-color-chino.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 14638 */   color: #ffffff;
/* 14639 */ }
/* 14640 */ .vc_tta-color-chino.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 14641 */ .vc_tta-color-chino.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 14642 */   border-color: #ffffff;
/* 14643 */ }
/* 14644 */ .vc_tta-color-chino.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 14645 */ .vc_tta-color-chino.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 14646 */   border-color: #ffffff;
/* 14647 */ }
/* 14648 */ .vc_tta-color-chino.vc_tta-style-flat .vc_tta-tab > a {
/* 14649 */   background-color: #c8bba1;
/* 14650 */   color: #ffffff;

/* js_composer.css */

/* 14651 */ }
/* 14652 */ .vc_tta-color-chino.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 14653 */ .vc_tta-color-chino.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 14654 */   background-color: #c3b498;
/* 14655 */ }
/* 14656 */ .vc_tta-color-chino.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 14657 */   background-color: #cec2ab;
/* 14658 */   color: #ffffff;
/* 14659 */ }
/* 14660 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 14661 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 14662 */   background-color: #cec2ab;
/* 14663 */ }
/* 14664 */ .vc_non_responsive .vc_tta-color-chino.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 14665 */ .vc_tta-o-non-responsive .vc_tta-color-chino.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14666 */   border-color: transparent;
/* 14667 */   background-color: transparent;
/* 14668 */ }
/* 14669 */ @media (min-width: 768px) {
/* 14670 */   .vc_tta-color-chino.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 14671 */     background-color: #cec2ab;
/* 14672 */   }
/* 14673 */   .vc_tta-color-chino.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14674 */     border-color: transparent;
/* 14675 */     background-color: transparent;
/* 14676 */   }
/* 14677 */ }
/* 14678 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 14679 */   border-color: #484152;
/* 14680 */   background-color: #50485b;
/* 14681 */ }
/* 14682 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 14683 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 14684 */   background-color: #484152;
/* 14685 */ }
/* 14686 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 14687 */   color: #ffffff;
/* 14688 */ }
/* 14689 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 14690 */   border-color: #f0f0f0;
/* 14691 */   background-color: #f8f8f8;
/* 14692 */ }
/* 14693 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 14694 */   color: #666666;
/* 14695 */ }
/* 14696 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 14697 */   background-color: #f8f8f8;
/* 14698 */ }
/* 14699 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 14700 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,

/* js_composer.css */

/* 14701 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 14702 */   border-color: #f0f0f0;
/* 14703 */ }
/* 14704 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 14705 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 14706 */   border-color: #ffffff;
/* 14707 */ }
/* 14708 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 14709 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 14710 */   border-color: #666666;
/* 14711 */ }
/* 14712 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-tab > a {
/* 14713 */   border-color: #484152;
/* 14714 */   background-color: #50485b;
/* 14715 */   color: #ffffff;
/* 14716 */ }
/* 14717 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 14718 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 14719 */   background-color: #413a4a;
/* 14720 */ }
/* 14721 */ .vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 14722 */   border-color: #f0f0f0;
/* 14723 */   background-color: #f8f8f8;
/* 14724 */   color: #666666;
/* 14725 */ }
/* 14726 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 14727 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 14728 */   background-color: #f8f8f8;
/* 14729 */ }
/* 14730 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 14731 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 14732 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 14733 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 14734 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 14735 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 14736 */   border-color: #f0f0f0;
/* 14737 */ }
/* 14738 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 14739 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14740 */   border-color: transparent;
/* 14741 */   background-color: transparent;
/* 14742 */ }
/* 14743 */ @media (min-width: 768px) {
/* 14744 */   .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 14745 */     background-color: #f8f8f8;
/* 14746 */   }
/* 14747 */   .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 14748 */   .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 14749 */   .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 14750 */     border-color: #f0f0f0;

/* js_composer.css */

/* 14751 */   }
/* 14752 */   .vc_tta-color-mulled-wine.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14753 */     border-color: transparent;
/* 14754 */     background-color: transparent;
/* 14755 */   }
/* 14756 */ }
/* 14757 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 14758 */   border-color: #484152;
/* 14759 */   background-color: #50485b;
/* 14760 */ }
/* 14761 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 14762 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 14763 */   background-color: #484152;
/* 14764 */ }
/* 14765 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 14766 */   color: #ffffff;
/* 14767 */ }
/* 14768 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 14769 */   border-color: #f0f0f0;
/* 14770 */   background-color: #f8f8f8;
/* 14771 */ }
/* 14772 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 14773 */   color: #666666;
/* 14774 */ }
/* 14775 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 14776 */   background-color: #f8f8f8;
/* 14777 */ }
/* 14778 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 14779 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 14780 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 14781 */   border-color: #f0f0f0;
/* 14782 */ }
/* 14783 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 14784 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 14785 */   border-color: #ffffff;
/* 14786 */ }
/* 14787 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 14788 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 14789 */   border-color: #666666;
/* 14790 */ }
/* 14791 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-tab > a {
/* 14792 */   border-color: #484152;
/* 14793 */   background-color: #50485b;
/* 14794 */   color: #ffffff;
/* 14795 */ }
/* 14796 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 14797 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 14798 */   background-color: #413a4a;
/* 14799 */ }
/* 14800 */ .vc_tta-color-mulled-wine.vc_tta-style-modern .vc_tta-tab.vc_active > a {

/* js_composer.css */

/* 14801 */   border-color: #f0f0f0;
/* 14802 */   background-color: #f8f8f8;
/* 14803 */   color: #666666;
/* 14804 */ }
/* 14805 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 14806 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 14807 */   background-color: #f8f8f8;
/* 14808 */ }
/* 14809 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 14810 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 14811 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 14812 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 14813 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 14814 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 14815 */   border-color: #f0f0f0;
/* 14816 */ }
/* 14817 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 14818 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14819 */   border-color: transparent;
/* 14820 */   background-color: transparent;
/* 14821 */ }
/* 14822 */ @media (min-width: 768px) {
/* 14823 */   .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 14824 */     background-color: #f8f8f8;
/* 14825 */   }
/* 14826 */   .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 14827 */   .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 14828 */   .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 14829 */     border-color: #f0f0f0;
/* 14830 */   }
/* 14831 */   .vc_tta-color-mulled-wine.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14832 */     border-color: transparent;
/* 14833 */     background-color: transparent;
/* 14834 */   }
/* 14835 */ }
/* 14836 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 14837 */   border-color: #50485b;
/* 14838 */   background-color: transparent;
/* 14839 */ }
/* 14840 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 14841 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 14842 */   background-color: #50485b;
/* 14843 */ }
/* 14844 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 14845 */   color: #50485b;
/* 14846 */ }
/* 14847 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 14848 */   color: #ffffff;
/* 14849 */ }
/* 14850 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {

/* js_composer.css */

/* 14851 */   border-color: #50485b;
/* 14852 */   background-color: transparent;
/* 14853 */ }
/* 14854 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 14855 */   color: #50485b;
/* 14856 */ }
/* 14857 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 14858 */   background-color: transparent;
/* 14859 */ }
/* 14860 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 14861 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 14862 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 14863 */   border-color: #50485b;
/* 14864 */ }
/* 14865 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 14866 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 14867 */   border-color: #50485b;
/* 14868 */ }
/* 14869 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 14870 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 14871 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 14872 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 14873 */   border-color: #ffffff;
/* 14874 */ }
/* 14875 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 14876 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 14877 */   border-color: #50485b;
/* 14878 */ }
/* 14879 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-tab > a {
/* 14880 */   border-color: #50485b;
/* 14881 */   background-color: transparent;
/* 14882 */   color: #50485b;
/* 14883 */ }
/* 14884 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 14885 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 14886 */   background-color: #50485b;
/* 14887 */   color: #ffffff;
/* 14888 */ }
/* 14889 */ .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 14890 */   border-color: #50485b;
/* 14891 */   background-color: transparent;
/* 14892 */   color: #50485b;
/* 14893 */ }
/* 14894 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 14895 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 14896 */   background-color: transparent;
/* 14897 */ }
/* 14898 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 14899 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 14900 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,

/* js_composer.css */

/* 14901 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 14902 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 14903 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 14904 */   border-color: #50485b;
/* 14905 */ }
/* 14906 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 14907 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14908 */   border-color: transparent;
/* 14909 */   background-color: transparent;
/* 14910 */ }
/* 14911 */ @media (min-width: 768px) {
/* 14912 */   .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 14913 */     background-color: transparent;
/* 14914 */   }
/* 14915 */   .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 14916 */   .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 14917 */   .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 14918 */     border-color: #50485b;
/* 14919 */   }
/* 14920 */   .vc_tta-color-mulled-wine.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14921 */     border-color: transparent;
/* 14922 */     background-color: transparent;
/* 14923 */   }
/* 14924 */ }
/* 14925 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 14926 */   background-color: #484152;
/* 14927 */ }
/* 14928 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 14929 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 14930 */   background-color: #413a4a;
/* 14931 */ }
/* 14932 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 14933 */   color: #ffffff;
/* 14934 */ }
/* 14935 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 14936 */   background-color: #50485b;
/* 14937 */ }
/* 14938 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 14939 */   color: #ffffff;
/* 14940 */ }
/* 14941 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 14942 */   background-color: #50485b;
/* 14943 */ }
/* 14944 */ .vc_tta-color-mulled-wine.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 14945 */   color: #ffffff;
/* 14946 */ }
/* 14947 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 14948 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 14949 */   border-color: #ffffff;
/* 14950 */ }

/* js_composer.css */

/* 14951 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 14952 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 14953 */   border-color: #ffffff;
/* 14954 */ }
/* 14955 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-tab > a {
/* 14956 */   background-color: #484152;
/* 14957 */   color: #ffffff;
/* 14958 */ }
/* 14959 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 14960 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 14961 */   background-color: #413a4a;
/* 14962 */ }
/* 14963 */ .vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 14964 */   background-color: #50485b;
/* 14965 */   color: #ffffff;
/* 14966 */ }
/* 14967 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 14968 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 14969 */   background-color: #50485b;
/* 14970 */ }
/* 14971 */ .vc_non_responsive .vc_tta-color-mulled-wine.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 14972 */ .vc_tta-o-non-responsive .vc_tta-color-mulled-wine.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14973 */   border-color: transparent;
/* 14974 */   background-color: transparent;
/* 14975 */ }
/* 14976 */ @media (min-width: 768px) {
/* 14977 */   .vc_tta-color-mulled-wine.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 14978 */     background-color: #50485b;
/* 14979 */   }
/* 14980 */   .vc_tta-color-mulled-wine.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 14981 */     border-color: transparent;
/* 14982 */     background-color: transparent;
/* 14983 */   }
/* 14984 */ }
/* 14985 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 14986 */   border-color: #69d294;
/* 14987 */   background-color: #75d69c;
/* 14988 */ }
/* 14989 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 14990 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 14991 */   background-color: #69d294;
/* 14992 */ }
/* 14993 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 14994 */   color: #ffffff;
/* 14995 */ }
/* 14996 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 14997 */   border-color: #f0f0f0;
/* 14998 */   background-color: #f8f8f8;
/* 14999 */ }
/* 15000 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {

/* js_composer.css */

/* 15001 */   color: #666666;
/* 15002 */ }
/* 15003 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 15004 */   background-color: #f8f8f8;
/* 15005 */ }
/* 15006 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 15007 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 15008 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 15009 */   border-color: #f0f0f0;
/* 15010 */ }
/* 15011 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 15012 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 15013 */   border-color: #ffffff;
/* 15014 */ }
/* 15015 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 15016 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 15017 */   border-color: #666666;
/* 15018 */ }
/* 15019 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-tab > a {
/* 15020 */   border-color: #69d294;
/* 15021 */   background-color: #75d69c;
/* 15022 */   color: #ffffff;
/* 15023 */ }
/* 15024 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 15025 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 15026 */   background-color: #5dcf8b;
/* 15027 */ }
/* 15028 */ .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 15029 */   border-color: #f0f0f0;
/* 15030 */   background-color: #f8f8f8;
/* 15031 */   color: #666666;
/* 15032 */ }
/* 15033 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15034 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 15035 */   background-color: #f8f8f8;
/* 15036 */ }
/* 15037 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15038 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15039 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 15040 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 15041 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 15042 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 15043 */   border-color: #f0f0f0;
/* 15044 */ }
/* 15045 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 15046 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15047 */   border-color: transparent;
/* 15048 */   background-color: transparent;
/* 15049 */ }
/* 15050 */ @media (min-width: 768px) {

/* js_composer.css */

/* 15051 */   .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 15052 */     background-color: #f8f8f8;
/* 15053 */   }
/* 15054 */   .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15055 */   .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 15056 */   .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 15057 */     border-color: #f0f0f0;
/* 15058 */   }
/* 15059 */   .vc_tta-color-vista-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15060 */     border-color: transparent;
/* 15061 */     background-color: transparent;
/* 15062 */   }
/* 15063 */ }
/* 15064 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 15065 */   border-color: #69d294;
/* 15066 */   background-color: #75d69c;
/* 15067 */ }
/* 15068 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 15069 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 15070 */   background-color: #69d294;
/* 15071 */ }
/* 15072 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 15073 */   color: #ffffff;
/* 15074 */ }
/* 15075 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 15076 */   border-color: #f0f0f0;
/* 15077 */   background-color: #f8f8f8;
/* 15078 */ }
/* 15079 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 15080 */   color: #666666;
/* 15081 */ }
/* 15082 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 15083 */   background-color: #f8f8f8;
/* 15084 */ }
/* 15085 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 15086 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 15087 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 15088 */   border-color: #f0f0f0;
/* 15089 */ }
/* 15090 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 15091 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 15092 */   border-color: #ffffff;
/* 15093 */ }
/* 15094 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 15095 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 15096 */   border-color: #666666;
/* 15097 */ }
/* 15098 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-tab > a {
/* 15099 */   border-color: #69d294;
/* 15100 */   background-color: #75d69c;

/* js_composer.css */

/* 15101 */   color: #ffffff;
/* 15102 */ }
/* 15103 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 15104 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 15105 */   background-color: #5dcf8b;
/* 15106 */ }
/* 15107 */ .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 15108 */   border-color: #f0f0f0;
/* 15109 */   background-color: #f8f8f8;
/* 15110 */   color: #666666;
/* 15111 */ }
/* 15112 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 15113 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 15114 */   background-color: #f8f8f8;
/* 15115 */ }
/* 15116 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 15117 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 15118 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 15119 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 15120 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 15121 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 15122 */   border-color: #f0f0f0;
/* 15123 */ }
/* 15124 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 15125 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15126 */   border-color: transparent;
/* 15127 */   background-color: transparent;
/* 15128 */ }
/* 15129 */ @media (min-width: 768px) {
/* 15130 */   .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 15131 */     background-color: #f8f8f8;
/* 15132 */   }
/* 15133 */   .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 15134 */   .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 15135 */   .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 15136 */     border-color: #f0f0f0;
/* 15137 */   }
/* 15138 */   .vc_tta-color-vista-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15139 */     border-color: transparent;
/* 15140 */     background-color: transparent;
/* 15141 */   }
/* 15142 */ }
/* 15143 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 15144 */   border-color: #75d69c;
/* 15145 */   background-color: transparent;
/* 15146 */ }
/* 15147 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 15148 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 15149 */   background-color: #75d69c;
/* 15150 */ }

/* js_composer.css */

/* 15151 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 15152 */   color: #75d69c;
/* 15153 */ }
/* 15154 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 15155 */   color: #ffffff;
/* 15156 */ }
/* 15157 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 15158 */   border-color: #75d69c;
/* 15159 */   background-color: transparent;
/* 15160 */ }
/* 15161 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 15162 */   color: #75d69c;
/* 15163 */ }
/* 15164 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 15165 */   background-color: transparent;
/* 15166 */ }
/* 15167 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 15168 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 15169 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 15170 */   border-color: #75d69c;
/* 15171 */ }
/* 15172 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 15173 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 15174 */   border-color: #75d69c;
/* 15175 */ }
/* 15176 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 15177 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 15178 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 15179 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 15180 */   border-color: #ffffff;
/* 15181 */ }
/* 15182 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 15183 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 15184 */   border-color: #75d69c;
/* 15185 */ }
/* 15186 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-tab > a {
/* 15187 */   border-color: #75d69c;
/* 15188 */   background-color: transparent;
/* 15189 */   color: #75d69c;
/* 15190 */ }
/* 15191 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 15192 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 15193 */   background-color: #75d69c;
/* 15194 */   color: #ffffff;
/* 15195 */ }
/* 15196 */ .vc_tta-color-vista-blue.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 15197 */   border-color: #75d69c;
/* 15198 */   background-color: transparent;
/* 15199 */   color: #75d69c;
/* 15200 */ }

/* js_composer.css */

/* 15201 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 15202 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 15203 */   background-color: transparent;
/* 15204 */ }
/* 15205 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 15206 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 15207 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 15208 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 15209 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 15210 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 15211 */   border-color: #75d69c;
/* 15212 */ }
/* 15213 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 15214 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15215 */   border-color: transparent;
/* 15216 */   background-color: transparent;
/* 15217 */ }
/* 15218 */ @media (min-width: 768px) {
/* 15219 */   .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 15220 */     background-color: transparent;
/* 15221 */   }
/* 15222 */   .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 15223 */   .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 15224 */   .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 15225 */     border-color: #75d69c;
/* 15226 */   }
/* 15227 */   .vc_tta-color-vista-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15228 */     border-color: transparent;
/* 15229 */     background-color: transparent;
/* 15230 */   }
/* 15231 */ }
/* 15232 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 15233 */   background-color: #69d294;
/* 15234 */ }
/* 15235 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 15236 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 15237 */   background-color: #5dcf8b;
/* 15238 */ }
/* 15239 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 15240 */   color: #ffffff;
/* 15241 */ }
/* 15242 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 15243 */   background-color: #75d69c;
/* 15244 */ }
/* 15245 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 15246 */   color: #ffffff;
/* 15247 */ }
/* 15248 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 15249 */   background-color: #75d69c;
/* 15250 */ }

/* js_composer.css */

/* 15251 */ .vc_tta-color-vista-blue.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 15252 */   color: #ffffff;
/* 15253 */ }
/* 15254 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 15255 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 15256 */   border-color: #ffffff;
/* 15257 */ }
/* 15258 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 15259 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 15260 */   border-color: #ffffff;
/* 15261 */ }
/* 15262 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-tab > a {
/* 15263 */   background-color: #69d294;
/* 15264 */   color: #ffffff;
/* 15265 */ }
/* 15266 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 15267 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 15268 */   background-color: #5dcf8b;
/* 15269 */ }
/* 15270 */ .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 15271 */   background-color: #75d69c;
/* 15272 */   color: #ffffff;
/* 15273 */ }
/* 15274 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 15275 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 15276 */   background-color: #75d69c;
/* 15277 */ }
/* 15278 */ .vc_non_responsive .vc_tta-color-vista-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 15279 */ .vc_tta-o-non-responsive .vc_tta-color-vista-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15280 */   border-color: transparent;
/* 15281 */   background-color: transparent;
/* 15282 */ }
/* 15283 */ @media (min-width: 768px) {
/* 15284 */   .vc_tta-color-vista-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 15285 */     background-color: #75d69c;
/* 15286 */   }
/* 15287 */   .vc_tta-color-vista-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15288 */     border-color: transparent;
/* 15289 */     background-color: transparent;
/* 15290 */   }
/* 15291 */ }
/* 15292 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 15293 */   border-color: #f6b859;
/* 15294 */   background-color: #f7be68;
/* 15295 */ }
/* 15296 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 15297 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 15298 */   background-color: #f6b859;
/* 15299 */ }
/* 15300 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {

/* js_composer.css */

/* 15301 */   color: #ffffff;
/* 15302 */ }
/* 15303 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 15304 */   border-color: #f0f0f0;
/* 15305 */   background-color: #f8f8f8;
/* 15306 */ }
/* 15307 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 15308 */   color: #666666;
/* 15309 */ }
/* 15310 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 15311 */   background-color: #f8f8f8;
/* 15312 */ }
/* 15313 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 15314 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 15315 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 15316 */   border-color: #f0f0f0;
/* 15317 */ }
/* 15318 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 15319 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 15320 */   border-color: #ffffff;
/* 15321 */ }
/* 15322 */ .vc_tta-color-orange.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 15323 */ .vc_tta-color-orange.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 15324 */   border-color: #666666;
/* 15325 */ }
/* 15326 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab > a {
/* 15327 */   border-color: #f6b859;
/* 15328 */   background-color: #f7be68;
/* 15329 */   color: #ffffff;
/* 15330 */ }
/* 15331 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 15332 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 15333 */   background-color: #f5b14b;
/* 15334 */ }
/* 15335 */ .vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 15336 */   border-color: #f0f0f0;
/* 15337 */   background-color: #f8f8f8;
/* 15338 */   color: #666666;
/* 15339 */ }
/* 15340 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15341 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 15342 */   background-color: #f8f8f8;
/* 15343 */ }
/* 15344 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15345 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15346 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 15347 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 15348 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 15349 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 15350 */   border-color: #f0f0f0;

/* js_composer.css */

/* 15351 */ }
/* 15352 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 15353 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15354 */   border-color: transparent;
/* 15355 */   background-color: transparent;
/* 15356 */ }
/* 15357 */ @media (min-width: 768px) {
/* 15358 */   .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 15359 */     background-color: #f8f8f8;
/* 15360 */   }
/* 15361 */   .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15362 */   .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 15363 */   .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 15364 */     border-color: #f0f0f0;
/* 15365 */   }
/* 15366 */   .vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15367 */     border-color: transparent;
/* 15368 */     background-color: transparent;
/* 15369 */   }
/* 15370 */ }
/* 15371 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 15372 */   border-color: #f6b859;
/* 15373 */   background-color: #f7be68;
/* 15374 */ }
/* 15375 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 15376 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 15377 */   background-color: #f6b859;
/* 15378 */ }
/* 15379 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 15380 */   color: #ffffff;
/* 15381 */ }
/* 15382 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 15383 */   border-color: #f0f0f0;
/* 15384 */   background-color: #f8f8f8;
/* 15385 */ }
/* 15386 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 15387 */   color: #666666;
/* 15388 */ }
/* 15389 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 15390 */   background-color: #f8f8f8;
/* 15391 */ }
/* 15392 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 15393 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 15394 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 15395 */   border-color: #f0f0f0;
/* 15396 */ }
/* 15397 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 15398 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 15399 */   border-color: #ffffff;
/* 15400 */ }

/* js_composer.css */

/* 15401 */ .vc_tta-color-orange.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 15402 */ .vc_tta-color-orange.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 15403 */   border-color: #666666;
/* 15404 */ }
/* 15405 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-tab > a {
/* 15406 */   border-color: #f6b859;
/* 15407 */   background-color: #f7be68;
/* 15408 */   color: #ffffff;
/* 15409 */ }
/* 15410 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 15411 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 15412 */   background-color: #f5b14b;
/* 15413 */ }
/* 15414 */ .vc_tta-color-orange.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 15415 */   border-color: #f0f0f0;
/* 15416 */   background-color: #f8f8f8;
/* 15417 */   color: #666666;
/* 15418 */ }
/* 15419 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 15420 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 15421 */   background-color: #f8f8f8;
/* 15422 */ }
/* 15423 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 15424 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 15425 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 15426 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 15427 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 15428 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 15429 */   border-color: #f0f0f0;
/* 15430 */ }
/* 15431 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 15432 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15433 */   border-color: transparent;
/* 15434 */   background-color: transparent;
/* 15435 */ }
/* 15436 */ @media (min-width: 768px) {
/* 15437 */   .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 15438 */     background-color: #f8f8f8;
/* 15439 */   }
/* 15440 */   .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 15441 */   .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 15442 */   .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 15443 */     border-color: #f0f0f0;
/* 15444 */   }
/* 15445 */   .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15446 */     border-color: transparent;
/* 15447 */     background-color: transparent;
/* 15448 */   }
/* 15449 */ }
/* 15450 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {

/* js_composer.css */

/* 15451 */   border-color: #f7be68;
/* 15452 */   background-color: transparent;
/* 15453 */ }
/* 15454 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 15455 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 15456 */   background-color: #f7be68;
/* 15457 */ }
/* 15458 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 15459 */   color: #f7be68;
/* 15460 */ }
/* 15461 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 15462 */   color: #ffffff;
/* 15463 */ }
/* 15464 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 15465 */   border-color: #f7be68;
/* 15466 */   background-color: transparent;
/* 15467 */ }
/* 15468 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 15469 */   color: #f7be68;
/* 15470 */ }
/* 15471 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 15472 */   background-color: transparent;
/* 15473 */ }
/* 15474 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 15475 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 15476 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 15477 */   border-color: #f7be68;
/* 15478 */ }
/* 15479 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 15480 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 15481 */   border-color: #f7be68;
/* 15482 */ }
/* 15483 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 15484 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 15485 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 15486 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 15487 */   border-color: #ffffff;
/* 15488 */ }
/* 15489 */ .vc_tta-color-orange.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 15490 */ .vc_tta-color-orange.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 15491 */   border-color: #f7be68;
/* 15492 */ }
/* 15493 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-tab > a {
/* 15494 */   border-color: #f7be68;
/* 15495 */   background-color: transparent;
/* 15496 */   color: #f7be68;
/* 15497 */ }
/* 15498 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 15499 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 15500 */   background-color: #f7be68;

/* js_composer.css */

/* 15501 */   color: #ffffff;
/* 15502 */ }
/* 15503 */ .vc_tta-color-orange.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 15504 */   border-color: #f7be68;
/* 15505 */   background-color: transparent;
/* 15506 */   color: #f7be68;
/* 15507 */ }
/* 15508 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 15509 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 15510 */   background-color: transparent;
/* 15511 */ }
/* 15512 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 15513 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 15514 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 15515 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 15516 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 15517 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 15518 */   border-color: #f7be68;
/* 15519 */ }
/* 15520 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 15521 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15522 */   border-color: transparent;
/* 15523 */   background-color: transparent;
/* 15524 */ }
/* 15525 */ @media (min-width: 768px) {
/* 15526 */   .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 15527 */     background-color: transparent;
/* 15528 */   }
/* 15529 */   .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 15530 */   .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 15531 */   .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 15532 */     border-color: #f7be68;
/* 15533 */   }
/* 15534 */   .vc_tta-color-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15535 */     border-color: transparent;
/* 15536 */     background-color: transparent;
/* 15537 */   }
/* 15538 */ }
/* 15539 */ .vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 15540 */   background-color: #f6b859;
/* 15541 */ }
/* 15542 */ .vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 15543 */ .vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 15544 */   background-color: #f5b14b;
/* 15545 */ }
/* 15546 */ .vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 15547 */   color: #ffffff;
/* 15548 */ }
/* 15549 */ .vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 15550 */   background-color: #f7be68;

/* js_composer.css */

/* 15551 */ }
/* 15552 */ .vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 15553 */   color: #ffffff;
/* 15554 */ }
/* 15555 */ .vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 15556 */   background-color: #f7be68;
/* 15557 */ }
/* 15558 */ .vc_tta-color-orange.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 15559 */   color: #ffffff;
/* 15560 */ }
/* 15561 */ .vc_tta-color-orange.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 15562 */ .vc_tta-color-orange.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 15563 */   border-color: #ffffff;
/* 15564 */ }
/* 15565 */ .vc_tta-color-orange.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 15566 */ .vc_tta-color-orange.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 15567 */   border-color: #ffffff;
/* 15568 */ }
/* 15569 */ .vc_tta-color-orange.vc_tta-style-flat .vc_tta-tab > a {
/* 15570 */   background-color: #f6b859;
/* 15571 */   color: #ffffff;
/* 15572 */ }
/* 15573 */ .vc_tta-color-orange.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 15574 */ .vc_tta-color-orange.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 15575 */   background-color: #f5b14b;
/* 15576 */ }
/* 15577 */ .vc_tta-color-orange.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 15578 */   background-color: #f7be68;
/* 15579 */   color: #ffffff;
/* 15580 */ }
/* 15581 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 15582 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 15583 */   background-color: #f7be68;
/* 15584 */ }
/* 15585 */ .vc_non_responsive .vc_tta-color-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 15586 */ .vc_tta-o-non-responsive .vc_tta-color-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15587 */   border-color: transparent;
/* 15588 */   background-color: transparent;
/* 15589 */ }
/* 15590 */ @media (min-width: 768px) {
/* 15591 */   .vc_tta-color-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 15592 */     background-color: #f7be68;
/* 15593 */   }
/* 15594 */   .vc_tta-color-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15595 */     border-color: transparent;
/* 15596 */     background-color: transparent;
/* 15597 */   }
/* 15598 */ }
/* 15599 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 15600 */   border-color: #4d9ae1;

/* js_composer.css */

/* 15601 */   background-color: #5aa1e3;
/* 15602 */ }
/* 15603 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 15604 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 15605 */   background-color: #4d9ae1;
/* 15606 */ }
/* 15607 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 15608 */   color: #ffffff;
/* 15609 */ }
/* 15610 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 15611 */   border-color: #f0f0f0;
/* 15612 */   background-color: #f8f8f8;
/* 15613 */ }
/* 15614 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 15615 */   color: #666666;
/* 15616 */ }
/* 15617 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 15618 */   background-color: #f8f8f8;
/* 15619 */ }
/* 15620 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 15621 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 15622 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 15623 */   border-color: #f0f0f0;
/* 15624 */ }
/* 15625 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 15626 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 15627 */   border-color: #ffffff;
/* 15628 */ }
/* 15629 */ .vc_tta-color-sky.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 15630 */ .vc_tta-color-sky.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 15631 */   border-color: #666666;
/* 15632 */ }
/* 15633 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab > a {
/* 15634 */   border-color: #4d9ae1;
/* 15635 */   background-color: #5aa1e3;
/* 15636 */   color: #ffffff;
/* 15637 */ }
/* 15638 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 15639 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 15640 */   background-color: #4092df;
/* 15641 */ }
/* 15642 */ .vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 15643 */   border-color: #f0f0f0;
/* 15644 */   background-color: #f8f8f8;
/* 15645 */   color: #666666;
/* 15646 */ }
/* 15647 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15648 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 15649 */   background-color: #f8f8f8;
/* 15650 */ }

/* js_composer.css */

/* 15651 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15652 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15653 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 15654 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 15655 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 15656 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 15657 */   border-color: #f0f0f0;
/* 15658 */ }
/* 15659 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 15660 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15661 */   border-color: transparent;
/* 15662 */   background-color: transparent;
/* 15663 */ }
/* 15664 */ @media (min-width: 768px) {
/* 15665 */   .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 15666 */     background-color: #f8f8f8;
/* 15667 */   }
/* 15668 */   .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15669 */   .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 15670 */   .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 15671 */     border-color: #f0f0f0;
/* 15672 */   }
/* 15673 */   .vc_tta-color-sky.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15674 */     border-color: transparent;
/* 15675 */     background-color: transparent;
/* 15676 */   }
/* 15677 */ }
/* 15678 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 15679 */   border-color: #4d9ae1;
/* 15680 */   background-color: #5aa1e3;
/* 15681 */ }
/* 15682 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 15683 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 15684 */   background-color: #4d9ae1;
/* 15685 */ }
/* 15686 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 15687 */   color: #ffffff;
/* 15688 */ }
/* 15689 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 15690 */   border-color: #f0f0f0;
/* 15691 */   background-color: #f8f8f8;
/* 15692 */ }
/* 15693 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 15694 */   color: #666666;
/* 15695 */ }
/* 15696 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 15697 */   background-color: #f8f8f8;
/* 15698 */ }
/* 15699 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 15700 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,

/* js_composer.css */

/* 15701 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 15702 */   border-color: #f0f0f0;
/* 15703 */ }
/* 15704 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 15705 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 15706 */   border-color: #ffffff;
/* 15707 */ }
/* 15708 */ .vc_tta-color-sky.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 15709 */ .vc_tta-color-sky.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 15710 */   border-color: #666666;
/* 15711 */ }
/* 15712 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-tab > a {
/* 15713 */   border-color: #4d9ae1;
/* 15714 */   background-color: #5aa1e3;
/* 15715 */   color: #ffffff;
/* 15716 */ }
/* 15717 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 15718 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 15719 */   background-color: #4092df;
/* 15720 */ }
/* 15721 */ .vc_tta-color-sky.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 15722 */   border-color: #f0f0f0;
/* 15723 */   background-color: #f8f8f8;
/* 15724 */   color: #666666;
/* 15725 */ }
/* 15726 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 15727 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 15728 */   background-color: #f8f8f8;
/* 15729 */ }
/* 15730 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 15731 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 15732 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 15733 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 15734 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 15735 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 15736 */   border-color: #f0f0f0;
/* 15737 */ }
/* 15738 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 15739 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15740 */   border-color: transparent;
/* 15741 */   background-color: transparent;
/* 15742 */ }
/* 15743 */ @media (min-width: 768px) {
/* 15744 */   .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 15745 */     background-color: #f8f8f8;
/* 15746 */   }
/* 15747 */   .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 15748 */   .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 15749 */   .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 15750 */     border-color: #f0f0f0;

/* js_composer.css */

/* 15751 */   }
/* 15752 */   .vc_tta-color-sky.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15753 */     border-color: transparent;
/* 15754 */     background-color: transparent;
/* 15755 */   }
/* 15756 */ }
/* 15757 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 15758 */   border-color: #5aa1e3;
/* 15759 */   background-color: transparent;
/* 15760 */ }
/* 15761 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 15762 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 15763 */   background-color: #5aa1e3;
/* 15764 */ }
/* 15765 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 15766 */   color: #5aa1e3;
/* 15767 */ }
/* 15768 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 15769 */   color: #ffffff;
/* 15770 */ }
/* 15771 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 15772 */   border-color: #5aa1e3;
/* 15773 */   background-color: transparent;
/* 15774 */ }
/* 15775 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 15776 */   color: #5aa1e3;
/* 15777 */ }
/* 15778 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 15779 */   background-color: transparent;
/* 15780 */ }
/* 15781 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 15782 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 15783 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 15784 */   border-color: #5aa1e3;
/* 15785 */ }
/* 15786 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 15787 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 15788 */   border-color: #5aa1e3;
/* 15789 */ }
/* 15790 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 15791 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 15792 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 15793 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 15794 */   border-color: #ffffff;
/* 15795 */ }
/* 15796 */ .vc_tta-color-sky.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 15797 */ .vc_tta-color-sky.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 15798 */   border-color: #5aa1e3;
/* 15799 */ }
/* 15800 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-tab > a {

/* js_composer.css */

/* 15801 */   border-color: #5aa1e3;
/* 15802 */   background-color: transparent;
/* 15803 */   color: #5aa1e3;
/* 15804 */ }
/* 15805 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 15806 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 15807 */   background-color: #5aa1e3;
/* 15808 */   color: #ffffff;
/* 15809 */ }
/* 15810 */ .vc_tta-color-sky.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 15811 */   border-color: #5aa1e3;
/* 15812 */   background-color: transparent;
/* 15813 */   color: #5aa1e3;
/* 15814 */ }
/* 15815 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 15816 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 15817 */   background-color: transparent;
/* 15818 */ }
/* 15819 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 15820 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 15821 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 15822 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 15823 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 15824 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 15825 */   border-color: #5aa1e3;
/* 15826 */ }
/* 15827 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 15828 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15829 */   border-color: transparent;
/* 15830 */   background-color: transparent;
/* 15831 */ }
/* 15832 */ @media (min-width: 768px) {
/* 15833 */   .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 15834 */     background-color: transparent;
/* 15835 */   }
/* 15836 */   .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 15837 */   .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 15838 */   .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 15839 */     border-color: #5aa1e3;
/* 15840 */   }
/* 15841 */   .vc_tta-color-sky.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15842 */     border-color: transparent;
/* 15843 */     background-color: transparent;
/* 15844 */   }
/* 15845 */ }
/* 15846 */ .vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 15847 */   background-color: #4d9ae1;
/* 15848 */ }
/* 15849 */ .vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 15850 */ .vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {

/* js_composer.css */

/* 15851 */   background-color: #4092df;
/* 15852 */ }
/* 15853 */ .vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 15854 */   color: #ffffff;
/* 15855 */ }
/* 15856 */ .vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 15857 */   background-color: #5aa1e3;
/* 15858 */ }
/* 15859 */ .vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 15860 */   color: #ffffff;
/* 15861 */ }
/* 15862 */ .vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 15863 */   background-color: #5aa1e3;
/* 15864 */ }
/* 15865 */ .vc_tta-color-sky.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 15866 */   color: #ffffff;
/* 15867 */ }
/* 15868 */ .vc_tta-color-sky.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 15869 */ .vc_tta-color-sky.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 15870 */   border-color: #ffffff;
/* 15871 */ }
/* 15872 */ .vc_tta-color-sky.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 15873 */ .vc_tta-color-sky.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 15874 */   border-color: #ffffff;
/* 15875 */ }
/* 15876 */ .vc_tta-color-sky.vc_tta-style-flat .vc_tta-tab > a {
/* 15877 */   background-color: #4d9ae1;
/* 15878 */   color: #ffffff;
/* 15879 */ }
/* 15880 */ .vc_tta-color-sky.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 15881 */ .vc_tta-color-sky.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 15882 */   background-color: #4092df;
/* 15883 */ }
/* 15884 */ .vc_tta-color-sky.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 15885 */   background-color: #5aa1e3;
/* 15886 */   color: #ffffff;
/* 15887 */ }
/* 15888 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 15889 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 15890 */   background-color: #5aa1e3;
/* 15891 */ }
/* 15892 */ .vc_non_responsive .vc_tta-color-sky.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 15893 */ .vc_tta-o-non-responsive .vc_tta-color-sky.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15894 */   border-color: transparent;
/* 15895 */   background-color: transparent;
/* 15896 */ }
/* 15897 */ @media (min-width: 768px) {
/* 15898 */   .vc_tta-color-sky.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 15899 */     background-color: #5aa1e3;
/* 15900 */   }

/* js_composer.css */

/* 15901 */   .vc_tta-color-sky.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15902 */     border-color: transparent;
/* 15903 */     background-color: transparent;
/* 15904 */   }
/* 15905 */ }
/* 15906 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 15907 */   border-color: #66a038;
/* 15908 */   background-color: #6dab3c;
/* 15909 */ }
/* 15910 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 15911 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 15912 */   background-color: #66a038;
/* 15913 */ }
/* 15914 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 15915 */   color: #ffffff;
/* 15916 */ }
/* 15917 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 15918 */   border-color: #f0f0f0;
/* 15919 */   background-color: #f8f8f8;
/* 15920 */ }
/* 15921 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 15922 */   color: #666666;
/* 15923 */ }
/* 15924 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 15925 */   background-color: #f8f8f8;
/* 15926 */ }
/* 15927 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 15928 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 15929 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 15930 */   border-color: #f0f0f0;
/* 15931 */ }
/* 15932 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 15933 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 15934 */   border-color: #ffffff;
/* 15935 */ }
/* 15936 */ .vc_tta-color-green.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 15937 */ .vc_tta-color-green.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 15938 */   border-color: #666666;
/* 15939 */ }
/* 15940 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-tab > a {
/* 15941 */   border-color: #66a038;
/* 15942 */   background-color: #6dab3c;
/* 15943 */   color: #ffffff;
/* 15944 */ }
/* 15945 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 15946 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 15947 */   background-color: #5f9434;
/* 15948 */ }
/* 15949 */ .vc_tta-color-green.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 15950 */   border-color: #f0f0f0;

/* js_composer.css */

/* 15951 */   background-color: #f8f8f8;
/* 15952 */   color: #666666;
/* 15953 */ }
/* 15954 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15955 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 15956 */   background-color: #f8f8f8;
/* 15957 */ }
/* 15958 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15959 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15960 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 15961 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 15962 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 15963 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 15964 */   border-color: #f0f0f0;
/* 15965 */ }
/* 15966 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 15967 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15968 */   border-color: transparent;
/* 15969 */   background-color: transparent;
/* 15970 */ }
/* 15971 */ @media (min-width: 768px) {
/* 15972 */   .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 15973 */     background-color: #f8f8f8;
/* 15974 */   }
/* 15975 */   .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 15976 */   .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 15977 */   .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 15978 */     border-color: #f0f0f0;
/* 15979 */   }
/* 15980 */   .vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 15981 */     border-color: transparent;
/* 15982 */     background-color: transparent;
/* 15983 */   }
/* 15984 */ }
/* 15985 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 15986 */   border-color: #66a038;
/* 15987 */   background-color: #6dab3c;
/* 15988 */ }
/* 15989 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 15990 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 15991 */   background-color: #66a038;
/* 15992 */ }
/* 15993 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 15994 */   color: #ffffff;
/* 15995 */ }
/* 15996 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 15997 */   border-color: #f0f0f0;
/* 15998 */   background-color: #f8f8f8;
/* 15999 */ }
/* 16000 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {

/* js_composer.css */

/* 16001 */   color: #666666;
/* 16002 */ }
/* 16003 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 16004 */   background-color: #f8f8f8;
/* 16005 */ }
/* 16006 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 16007 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 16008 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 16009 */   border-color: #f0f0f0;
/* 16010 */ }
/* 16011 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 16012 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 16013 */   border-color: #ffffff;
/* 16014 */ }
/* 16015 */ .vc_tta-color-green.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 16016 */ .vc_tta-color-green.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 16017 */   border-color: #666666;
/* 16018 */ }
/* 16019 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-tab > a {
/* 16020 */   border-color: #66a038;
/* 16021 */   background-color: #6dab3c;
/* 16022 */   color: #ffffff;
/* 16023 */ }
/* 16024 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 16025 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 16026 */   background-color: #5f9434;
/* 16027 */ }
/* 16028 */ .vc_tta-color-green.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 16029 */   border-color: #f0f0f0;
/* 16030 */   background-color: #f8f8f8;
/* 16031 */   color: #666666;
/* 16032 */ }
/* 16033 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16034 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 16035 */   background-color: #f8f8f8;
/* 16036 */ }
/* 16037 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16038 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16039 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 16040 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 16041 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 16042 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 16043 */   border-color: #f0f0f0;
/* 16044 */ }
/* 16045 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 16046 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16047 */   border-color: transparent;
/* 16048 */   background-color: transparent;
/* 16049 */ }
/* 16050 */ @media (min-width: 768px) {

/* js_composer.css */

/* 16051 */   .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 16052 */     background-color: #f8f8f8;
/* 16053 */   }
/* 16054 */   .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16055 */   .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 16056 */   .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 16057 */     border-color: #f0f0f0;
/* 16058 */   }
/* 16059 */   .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16060 */     border-color: transparent;
/* 16061 */     background-color: transparent;
/* 16062 */   }
/* 16063 */ }
/* 16064 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 16065 */   border-color: #6dab3c;
/* 16066 */   background-color: transparent;
/* 16067 */ }
/* 16068 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 16069 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 16070 */   background-color: #6dab3c;
/* 16071 */ }
/* 16072 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 16073 */   color: #6dab3c;
/* 16074 */ }
/* 16075 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 16076 */   color: #ffffff;
/* 16077 */ }
/* 16078 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 16079 */   border-color: #6dab3c;
/* 16080 */   background-color: transparent;
/* 16081 */ }
/* 16082 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 16083 */   color: #6dab3c;
/* 16084 */ }
/* 16085 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 16086 */   background-color: transparent;
/* 16087 */ }
/* 16088 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 16089 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 16090 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 16091 */   border-color: #6dab3c;
/* 16092 */ }
/* 16093 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 16094 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 16095 */   border-color: #6dab3c;
/* 16096 */ }
/* 16097 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 16098 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 16099 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 16100 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {

/* js_composer.css */

/* 16101 */   border-color: #ffffff;
/* 16102 */ }
/* 16103 */ .vc_tta-color-green.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 16104 */ .vc_tta-color-green.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 16105 */   border-color: #6dab3c;
/* 16106 */ }
/* 16107 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-tab > a {
/* 16108 */   border-color: #6dab3c;
/* 16109 */   background-color: transparent;
/* 16110 */   color: #6dab3c;
/* 16111 */ }
/* 16112 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 16113 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 16114 */   background-color: #6dab3c;
/* 16115 */   color: #ffffff;
/* 16116 */ }
/* 16117 */ .vc_tta-color-green.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 16118 */   border-color: #6dab3c;
/* 16119 */   background-color: transparent;
/* 16120 */   color: #6dab3c;
/* 16121 */ }
/* 16122 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 16123 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 16124 */   background-color: transparent;
/* 16125 */ }
/* 16126 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 16127 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 16128 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 16129 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 16130 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 16131 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 16132 */   border-color: #6dab3c;
/* 16133 */ }
/* 16134 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 16135 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16136 */   border-color: transparent;
/* 16137 */   background-color: transparent;
/* 16138 */ }
/* 16139 */ @media (min-width: 768px) {
/* 16140 */   .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 16141 */     background-color: transparent;
/* 16142 */   }
/* 16143 */   .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 16144 */   .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 16145 */   .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 16146 */     border-color: #6dab3c;
/* 16147 */   }
/* 16148 */   .vc_tta-color-green.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16149 */     border-color: transparent;
/* 16150 */     background-color: transparent;

/* js_composer.css */

/* 16151 */   }
/* 16152 */ }
/* 16153 */ .vc_tta-color-green.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 16154 */   background-color: #66a038;
/* 16155 */ }
/* 16156 */ .vc_tta-color-green.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 16157 */ .vc_tta-color-green.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 16158 */   background-color: #5f9434;
/* 16159 */ }
/* 16160 */ .vc_tta-color-green.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 16161 */   color: #ffffff;
/* 16162 */ }
/* 16163 */ .vc_tta-color-green.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 16164 */   background-color: #6dab3c;
/* 16165 */ }
/* 16166 */ .vc_tta-color-green.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 16167 */   color: #ffffff;
/* 16168 */ }
/* 16169 */ .vc_tta-color-green.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 16170 */   background-color: #6dab3c;
/* 16171 */ }
/* 16172 */ .vc_tta-color-green.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 16173 */   color: #ffffff;
/* 16174 */ }
/* 16175 */ .vc_tta-color-green.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 16176 */ .vc_tta-color-green.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 16177 */   border-color: #ffffff;
/* 16178 */ }
/* 16179 */ .vc_tta-color-green.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 16180 */ .vc_tta-color-green.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 16181 */   border-color: #ffffff;
/* 16182 */ }
/* 16183 */ .vc_tta-color-green.vc_tta-style-flat .vc_tta-tab > a {
/* 16184 */   background-color: #66a038;
/* 16185 */   color: #ffffff;
/* 16186 */ }
/* 16187 */ .vc_tta-color-green.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 16188 */ .vc_tta-color-green.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 16189 */   background-color: #5f9434;
/* 16190 */ }
/* 16191 */ .vc_tta-color-green.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 16192 */   background-color: #6dab3c;
/* 16193 */   color: #ffffff;
/* 16194 */ }
/* 16195 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 16196 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 16197 */   background-color: #6dab3c;
/* 16198 */ }
/* 16199 */ .vc_non_responsive .vc_tta-color-green.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 16200 */ .vc_tta-o-non-responsive .vc_tta-color-green.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {

/* js_composer.css */

/* 16201 */   border-color: transparent;
/* 16202 */   background-color: transparent;
/* 16203 */ }
/* 16204 */ @media (min-width: 768px) {
/* 16205 */   .vc_tta-color-green.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 16206 */     background-color: #6dab3c;
/* 16207 */   }
/* 16208 */   .vc_tta-color-green.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16209 */     border-color: transparent;
/* 16210 */     background-color: transparent;
/* 16211 */   }
/* 16212 */ }
/* 16213 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 16214 */   border-color: #f3443f;
/* 16215 */   background-color: #f4524d;
/* 16216 */ }
/* 16217 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 16218 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 16219 */   background-color: #f3443f;
/* 16220 */ }
/* 16221 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 16222 */   color: #ffffff;
/* 16223 */ }
/* 16224 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 16225 */   border-color: #f0f0f0;
/* 16226 */   background-color: #f8f8f8;
/* 16227 */ }
/* 16228 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 16229 */   color: #666666;
/* 16230 */ }
/* 16231 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 16232 */   background-color: #f8f8f8;
/* 16233 */ }
/* 16234 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 16235 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 16236 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 16237 */   border-color: #f0f0f0;
/* 16238 */ }
/* 16239 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 16240 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 16241 */   border-color: #ffffff;
/* 16242 */ }
/* 16243 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 16244 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 16245 */   border-color: #666666;
/* 16246 */ }
/* 16247 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab > a {
/* 16248 */   border-color: #f3443f;
/* 16249 */   background-color: #f4524d;
/* 16250 */   color: #ffffff;

/* js_composer.css */

/* 16251 */ }
/* 16252 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 16253 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 16254 */   background-color: #f23630;
/* 16255 */ }
/* 16256 */ .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 16257 */   border-color: #f0f0f0;
/* 16258 */   background-color: #f8f8f8;
/* 16259 */   color: #666666;
/* 16260 */ }
/* 16261 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 16262 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 16263 */   background-color: #f8f8f8;
/* 16264 */ }
/* 16265 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 16266 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 16267 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 16268 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 16269 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 16270 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 16271 */   border-color: #f0f0f0;
/* 16272 */ }
/* 16273 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 16274 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16275 */   border-color: transparent;
/* 16276 */   background-color: transparent;
/* 16277 */ }
/* 16278 */ @media (min-width: 768px) {
/* 16279 */   .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 16280 */     background-color: #f8f8f8;
/* 16281 */   }
/* 16282 */   .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 16283 */   .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 16284 */   .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 16285 */     border-color: #f0f0f0;
/* 16286 */   }
/* 16287 */   .vc_tta-color-juicy-pink.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16288 */     border-color: transparent;
/* 16289 */     background-color: transparent;
/* 16290 */   }
/* 16291 */ }
/* 16292 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 16293 */   border-color: #f3443f;
/* 16294 */   background-color: #f4524d;
/* 16295 */ }
/* 16296 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 16297 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 16298 */   background-color: #f3443f;
/* 16299 */ }
/* 16300 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {

/* js_composer.css */

/* 16301 */   color: #ffffff;
/* 16302 */ }
/* 16303 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 16304 */   border-color: #f0f0f0;
/* 16305 */   background-color: #f8f8f8;
/* 16306 */ }
/* 16307 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 16308 */   color: #666666;
/* 16309 */ }
/* 16310 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 16311 */   background-color: #f8f8f8;
/* 16312 */ }
/* 16313 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 16314 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 16315 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 16316 */   border-color: #f0f0f0;
/* 16317 */ }
/* 16318 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 16319 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 16320 */   border-color: #ffffff;
/* 16321 */ }
/* 16322 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 16323 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 16324 */   border-color: #666666;
/* 16325 */ }
/* 16326 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-tab > a {
/* 16327 */   border-color: #f3443f;
/* 16328 */   background-color: #f4524d;
/* 16329 */   color: #ffffff;
/* 16330 */ }
/* 16331 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 16332 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 16333 */   background-color: #f23630;
/* 16334 */ }
/* 16335 */ .vc_tta-color-juicy-pink.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 16336 */   border-color: #f0f0f0;
/* 16337 */   background-color: #f8f8f8;
/* 16338 */   color: #666666;
/* 16339 */ }
/* 16340 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16341 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 16342 */   background-color: #f8f8f8;
/* 16343 */ }
/* 16344 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16345 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16346 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 16347 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 16348 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 16349 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 16350 */   border-color: #f0f0f0;

/* js_composer.css */

/* 16351 */ }
/* 16352 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 16353 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16354 */   border-color: transparent;
/* 16355 */   background-color: transparent;
/* 16356 */ }
/* 16357 */ @media (min-width: 768px) {
/* 16358 */   .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 16359 */     background-color: #f8f8f8;
/* 16360 */   }
/* 16361 */   .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16362 */   .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 16363 */   .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 16364 */     border-color: #f0f0f0;
/* 16365 */   }
/* 16366 */   .vc_tta-color-juicy-pink.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16367 */     border-color: transparent;
/* 16368 */     background-color: transparent;
/* 16369 */   }
/* 16370 */ }
/* 16371 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 16372 */   border-color: #f4524d;
/* 16373 */   background-color: transparent;
/* 16374 */ }
/* 16375 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 16376 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 16377 */   background-color: #f4524d;
/* 16378 */ }
/* 16379 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 16380 */   color: #f4524d;
/* 16381 */ }
/* 16382 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 16383 */   color: #ffffff;
/* 16384 */ }
/* 16385 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 16386 */   border-color: #f4524d;
/* 16387 */   background-color: transparent;
/* 16388 */ }
/* 16389 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 16390 */   color: #f4524d;
/* 16391 */ }
/* 16392 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 16393 */   background-color: transparent;
/* 16394 */ }
/* 16395 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 16396 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 16397 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 16398 */   border-color: #f4524d;
/* 16399 */ }
/* 16400 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-controls-icon::before,

/* js_composer.css */

/* 16401 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 16402 */   border-color: #f4524d;
/* 16403 */ }
/* 16404 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 16405 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 16406 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 16407 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 16408 */   border-color: #ffffff;
/* 16409 */ }
/* 16410 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 16411 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 16412 */   border-color: #f4524d;
/* 16413 */ }
/* 16414 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-tab > a {
/* 16415 */   border-color: #f4524d;
/* 16416 */   background-color: transparent;
/* 16417 */   color: #f4524d;
/* 16418 */ }
/* 16419 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 16420 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 16421 */   background-color: #f4524d;
/* 16422 */   color: #ffffff;
/* 16423 */ }
/* 16424 */ .vc_tta-color-juicy-pink.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 16425 */   border-color: #f4524d;
/* 16426 */   background-color: transparent;
/* 16427 */   color: #f4524d;
/* 16428 */ }
/* 16429 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 16430 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 16431 */   background-color: transparent;
/* 16432 */ }
/* 16433 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 16434 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 16435 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 16436 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 16437 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 16438 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 16439 */   border-color: #f4524d;
/* 16440 */ }
/* 16441 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 16442 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16443 */   border-color: transparent;
/* 16444 */   background-color: transparent;
/* 16445 */ }
/* 16446 */ @media (min-width: 768px) {
/* 16447 */   .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 16448 */     background-color: transparent;
/* 16449 */   }
/* 16450 */   .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,

/* js_composer.css */

/* 16451 */   .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 16452 */   .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 16453 */     border-color: #f4524d;
/* 16454 */   }
/* 16455 */   .vc_tta-color-juicy-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16456 */     border-color: transparent;
/* 16457 */     background-color: transparent;
/* 16458 */   }
/* 16459 */ }
/* 16460 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 16461 */   background-color: #f3443f;
/* 16462 */ }
/* 16463 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 16464 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 16465 */   background-color: #f23630;
/* 16466 */ }
/* 16467 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 16468 */   color: #ffffff;
/* 16469 */ }
/* 16470 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 16471 */   background-color: #f4524d;
/* 16472 */ }
/* 16473 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 16474 */   color: #ffffff;
/* 16475 */ }
/* 16476 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 16477 */   background-color: #f4524d;
/* 16478 */ }
/* 16479 */ .vc_tta-color-juicy-pink.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 16480 */   color: #ffffff;
/* 16481 */ }
/* 16482 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 16483 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 16484 */   border-color: #ffffff;
/* 16485 */ }
/* 16486 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 16487 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 16488 */   border-color: #ffffff;
/* 16489 */ }
/* 16490 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-tab > a {
/* 16491 */   background-color: #f3443f;
/* 16492 */   color: #ffffff;
/* 16493 */ }
/* 16494 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 16495 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 16496 */   background-color: #f23630;
/* 16497 */ }
/* 16498 */ .vc_tta-color-juicy-pink.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 16499 */   background-color: #f4524d;
/* 16500 */   color: #ffffff;

/* js_composer.css */

/* 16501 */ }
/* 16502 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 16503 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 16504 */   background-color: #f4524d;
/* 16505 */ }
/* 16506 */ .vc_non_responsive .vc_tta-color-juicy-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 16507 */ .vc_tta-o-non-responsive .vc_tta-color-juicy-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16508 */   border-color: transparent;
/* 16509 */   background-color: transparent;
/* 16510 */ }
/* 16511 */ @media (min-width: 768px) {
/* 16512 */   .vc_tta-color-juicy-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 16513 */     background-color: #f4524d;
/* 16514 */   }
/* 16515 */   .vc_tta-color-juicy-pink.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16516 */     border-color: transparent;
/* 16517 */     background-color: transparent;
/* 16518 */   }
/* 16519 */ }
/* 16520 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 16521 */   border-color: #f68a59;
/* 16522 */   background-color: #f79468;
/* 16523 */ }
/* 16524 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 16525 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 16526 */   background-color: #f68a59;
/* 16527 */ }
/* 16528 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 16529 */   color: #ffffff;
/* 16530 */ }
/* 16531 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 16532 */   border-color: #f0f0f0;
/* 16533 */   background-color: #f8f8f8;
/* 16534 */ }
/* 16535 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 16536 */   color: #666666;
/* 16537 */ }
/* 16538 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 16539 */   background-color: #f8f8f8;
/* 16540 */ }
/* 16541 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 16542 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 16543 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 16544 */   border-color: #f0f0f0;
/* 16545 */ }
/* 16546 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 16547 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 16548 */   border-color: #ffffff;
/* 16549 */ }
/* 16550 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,

/* js_composer.css */

/* 16551 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 16552 */   border-color: #666666;
/* 16553 */ }
/* 16554 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-tab > a {
/* 16555 */   border-color: #f68a59;
/* 16556 */   background-color: #f79468;
/* 16557 */   color: #ffffff;
/* 16558 */ }
/* 16559 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 16560 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 16561 */   background-color: #f57f4b;
/* 16562 */ }
/* 16563 */ .vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 16564 */   border-color: #f0f0f0;
/* 16565 */   background-color: #f8f8f8;
/* 16566 */   color: #666666;
/* 16567 */ }
/* 16568 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 16569 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 16570 */   background-color: #f8f8f8;
/* 16571 */ }
/* 16572 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 16573 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 16574 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 16575 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 16576 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 16577 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 16578 */   border-color: #f0f0f0;
/* 16579 */ }
/* 16580 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 16581 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16582 */   border-color: transparent;
/* 16583 */   background-color: transparent;
/* 16584 */ }
/* 16585 */ @media (min-width: 768px) {
/* 16586 */   .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 16587 */     background-color: #f8f8f8;
/* 16588 */   }
/* 16589 */   .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 16590 */   .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 16591 */   .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 16592 */     border-color: #f0f0f0;
/* 16593 */   }
/* 16594 */   .vc_tta-color-sandy-brown.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16595 */     border-color: transparent;
/* 16596 */     background-color: transparent;
/* 16597 */   }
/* 16598 */ }
/* 16599 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 16600 */   border-color: #f68a59;

/* js_composer.css */

/* 16601 */   background-color: #f79468;
/* 16602 */ }
/* 16603 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 16604 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 16605 */   background-color: #f68a59;
/* 16606 */ }
/* 16607 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 16608 */   color: #ffffff;
/* 16609 */ }
/* 16610 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 16611 */   border-color: #f0f0f0;
/* 16612 */   background-color: #f8f8f8;
/* 16613 */ }
/* 16614 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 16615 */   color: #666666;
/* 16616 */ }
/* 16617 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 16618 */   background-color: #f8f8f8;
/* 16619 */ }
/* 16620 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 16621 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 16622 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 16623 */   border-color: #f0f0f0;
/* 16624 */ }
/* 16625 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 16626 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 16627 */   border-color: #ffffff;
/* 16628 */ }
/* 16629 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 16630 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 16631 */   border-color: #666666;
/* 16632 */ }
/* 16633 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-tab > a {
/* 16634 */   border-color: #f68a59;
/* 16635 */   background-color: #f79468;
/* 16636 */   color: #ffffff;
/* 16637 */ }
/* 16638 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 16639 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 16640 */   background-color: #f57f4b;
/* 16641 */ }
/* 16642 */ .vc_tta-color-sandy-brown.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 16643 */   border-color: #f0f0f0;
/* 16644 */   background-color: #f8f8f8;
/* 16645 */   color: #666666;
/* 16646 */ }
/* 16647 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16648 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 16649 */   background-color: #f8f8f8;
/* 16650 */ }

/* js_composer.css */

/* 16651 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16652 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16653 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 16654 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 16655 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 16656 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 16657 */   border-color: #f0f0f0;
/* 16658 */ }
/* 16659 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 16660 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16661 */   border-color: transparent;
/* 16662 */   background-color: transparent;
/* 16663 */ }
/* 16664 */ @media (min-width: 768px) {
/* 16665 */   .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 16666 */     background-color: #f8f8f8;
/* 16667 */   }
/* 16668 */   .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16669 */   .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 16670 */   .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 16671 */     border-color: #f0f0f0;
/* 16672 */   }
/* 16673 */   .vc_tta-color-sandy-brown.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16674 */     border-color: transparent;
/* 16675 */     background-color: transparent;
/* 16676 */   }
/* 16677 */ }
/* 16678 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 16679 */   border-color: #f79468;
/* 16680 */   background-color: transparent;
/* 16681 */ }
/* 16682 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 16683 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 16684 */   background-color: #f79468;
/* 16685 */ }
/* 16686 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 16687 */   color: #f79468;
/* 16688 */ }
/* 16689 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 16690 */   color: #ffffff;
/* 16691 */ }
/* 16692 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 16693 */   border-color: #f79468;
/* 16694 */   background-color: transparent;
/* 16695 */ }
/* 16696 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 16697 */   color: #f79468;
/* 16698 */ }
/* 16699 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 16700 */   background-color: transparent;

/* js_composer.css */

/* 16701 */ }
/* 16702 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 16703 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 16704 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 16705 */   border-color: #f79468;
/* 16706 */ }
/* 16707 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 16708 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 16709 */   border-color: #f79468;
/* 16710 */ }
/* 16711 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 16712 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 16713 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 16714 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 16715 */   border-color: #ffffff;
/* 16716 */ }
/* 16717 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 16718 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 16719 */   border-color: #f79468;
/* 16720 */ }
/* 16721 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-tab > a {
/* 16722 */   border-color: #f79468;
/* 16723 */   background-color: transparent;
/* 16724 */   color: #f79468;
/* 16725 */ }
/* 16726 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 16727 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 16728 */   background-color: #f79468;
/* 16729 */   color: #ffffff;
/* 16730 */ }
/* 16731 */ .vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 16732 */   border-color: #f79468;
/* 16733 */   background-color: transparent;
/* 16734 */   color: #f79468;
/* 16735 */ }
/* 16736 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 16737 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 16738 */   background-color: transparent;
/* 16739 */ }
/* 16740 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 16741 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 16742 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 16743 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 16744 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 16745 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 16746 */   border-color: #f79468;
/* 16747 */ }
/* 16748 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 16749 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16750 */   border-color: transparent;

/* js_composer.css */

/* 16751 */   background-color: transparent;
/* 16752 */ }
/* 16753 */ @media (min-width: 768px) {
/* 16754 */   .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 16755 */     background-color: transparent;
/* 16756 */   }
/* 16757 */   .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 16758 */   .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 16759 */   .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 16760 */     border-color: #f79468;
/* 16761 */   }
/* 16762 */   .vc_tta-color-sandy-brown.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16763 */     border-color: transparent;
/* 16764 */     background-color: transparent;
/* 16765 */   }
/* 16766 */ }
/* 16767 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 16768 */   background-color: #f68a59;
/* 16769 */ }
/* 16770 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 16771 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 16772 */   background-color: #f57f4b;
/* 16773 */ }
/* 16774 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 16775 */   color: #ffffff;
/* 16776 */ }
/* 16777 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 16778 */   background-color: #f79468;
/* 16779 */ }
/* 16780 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 16781 */   color: #ffffff;
/* 16782 */ }
/* 16783 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 16784 */   background-color: #f79468;
/* 16785 */ }
/* 16786 */ .vc_tta-color-sandy-brown.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 16787 */   color: #ffffff;
/* 16788 */ }
/* 16789 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 16790 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 16791 */   border-color: #ffffff;
/* 16792 */ }
/* 16793 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 16794 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 16795 */   border-color: #ffffff;
/* 16796 */ }
/* 16797 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-tab > a {
/* 16798 */   background-color: #f68a59;
/* 16799 */   color: #ffffff;
/* 16800 */ }

/* js_composer.css */

/* 16801 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 16802 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 16803 */   background-color: #f57f4b;
/* 16804 */ }
/* 16805 */ .vc_tta-color-sandy-brown.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 16806 */   background-color: #f79468;
/* 16807 */   color: #ffffff;
/* 16808 */ }
/* 16809 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 16810 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 16811 */   background-color: #f79468;
/* 16812 */ }
/* 16813 */ .vc_non_responsive .vc_tta-color-sandy-brown.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 16814 */ .vc_tta-o-non-responsive .vc_tta-color-sandy-brown.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16815 */   border-color: transparent;
/* 16816 */   background-color: transparent;
/* 16817 */ }
/* 16818 */ @media (min-width: 768px) {
/* 16819 */   .vc_tta-color-sandy-brown.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 16820 */     background-color: #f79468;
/* 16821 */   }
/* 16822 */   .vc_tta-color-sandy-brown.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16823 */     border-color: transparent;
/* 16824 */     background-color: transparent;
/* 16825 */   }
/* 16826 */ }
/* 16827 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 16828 */   border-color: #b474b6;
/* 16829 */   background-color: #b97ebb;
/* 16830 */ }
/* 16831 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 16832 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 16833 */   background-color: #b474b6;
/* 16834 */ }
/* 16835 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 16836 */   color: #ffffff;
/* 16837 */ }
/* 16838 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 16839 */   border-color: #f0f0f0;
/* 16840 */   background-color: #f8f8f8;
/* 16841 */ }
/* 16842 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 16843 */   color: #666666;
/* 16844 */ }
/* 16845 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 16846 */   background-color: #f8f8f8;
/* 16847 */ }
/* 16848 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 16849 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 16850 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {

/* js_composer.css */

/* 16851 */   border-color: #f0f0f0;
/* 16852 */ }
/* 16853 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 16854 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 16855 */   border-color: #ffffff;
/* 16856 */ }
/* 16857 */ .vc_tta-color-purple.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 16858 */ .vc_tta-color-purple.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 16859 */   border-color: #666666;
/* 16860 */ }
/* 16861 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab > a {
/* 16862 */   border-color: #b474b6;
/* 16863 */   background-color: #b97ebb;
/* 16864 */   color: #ffffff;
/* 16865 */ }
/* 16866 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 16867 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 16868 */   background-color: #ae6ab0;
/* 16869 */ }
/* 16870 */ .vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 16871 */   border-color: #f0f0f0;
/* 16872 */   background-color: #f8f8f8;
/* 16873 */   color: #666666;
/* 16874 */ }
/* 16875 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 16876 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 16877 */   background-color: #f8f8f8;
/* 16878 */ }
/* 16879 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 16880 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 16881 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 16882 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 16883 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 16884 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 16885 */   border-color: #f0f0f0;
/* 16886 */ }
/* 16887 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 16888 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16889 */   border-color: transparent;
/* 16890 */   background-color: transparent;
/* 16891 */ }
/* 16892 */ @media (min-width: 768px) {
/* 16893 */   .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 16894 */     background-color: #f8f8f8;
/* 16895 */   }
/* 16896 */   .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 16897 */   .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 16898 */   .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 16899 */     border-color: #f0f0f0;
/* 16900 */   }

/* js_composer.css */

/* 16901 */   .vc_tta-color-purple.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16902 */     border-color: transparent;
/* 16903 */     background-color: transparent;
/* 16904 */   }
/* 16905 */ }
/* 16906 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 16907 */   border-color: #b474b6;
/* 16908 */   background-color: #b97ebb;
/* 16909 */ }
/* 16910 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 16911 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 16912 */   background-color: #b474b6;
/* 16913 */ }
/* 16914 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 16915 */   color: #ffffff;
/* 16916 */ }
/* 16917 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 16918 */   border-color: #f0f0f0;
/* 16919 */   background-color: #f8f8f8;
/* 16920 */ }
/* 16921 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 16922 */   color: #666666;
/* 16923 */ }
/* 16924 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 16925 */   background-color: #f8f8f8;
/* 16926 */ }
/* 16927 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 16928 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 16929 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 16930 */   border-color: #f0f0f0;
/* 16931 */ }
/* 16932 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 16933 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 16934 */   border-color: #ffffff;
/* 16935 */ }
/* 16936 */ .vc_tta-color-purple.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 16937 */ .vc_tta-color-purple.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 16938 */   border-color: #666666;
/* 16939 */ }
/* 16940 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-tab > a {
/* 16941 */   border-color: #b474b6;
/* 16942 */   background-color: #b97ebb;
/* 16943 */   color: #ffffff;
/* 16944 */ }
/* 16945 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 16946 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 16947 */   background-color: #ae6ab0;
/* 16948 */ }
/* 16949 */ .vc_tta-color-purple.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 16950 */   border-color: #f0f0f0;

/* js_composer.css */

/* 16951 */   background-color: #f8f8f8;
/* 16952 */   color: #666666;
/* 16953 */ }
/* 16954 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16955 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 16956 */   background-color: #f8f8f8;
/* 16957 */ }
/* 16958 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16959 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16960 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 16961 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 16962 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 16963 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 16964 */   border-color: #f0f0f0;
/* 16965 */ }
/* 16966 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 16967 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16968 */   border-color: transparent;
/* 16969 */   background-color: transparent;
/* 16970 */ }
/* 16971 */ @media (min-width: 768px) {
/* 16972 */   .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 16973 */     background-color: #f8f8f8;
/* 16974 */   }
/* 16975 */   .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 16976 */   .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 16977 */   .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 16978 */     border-color: #f0f0f0;
/* 16979 */   }
/* 16980 */   .vc_tta-color-purple.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 16981 */     border-color: transparent;
/* 16982 */     background-color: transparent;
/* 16983 */   }
/* 16984 */ }
/* 16985 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 16986 */   border-color: #b97ebb;
/* 16987 */   background-color: transparent;
/* 16988 */ }
/* 16989 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 16990 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 16991 */   background-color: #b97ebb;
/* 16992 */ }
/* 16993 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 16994 */   color: #b97ebb;
/* 16995 */ }
/* 16996 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 16997 */   color: #ffffff;
/* 16998 */ }
/* 16999 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 17000 */   border-color: #b97ebb;

/* js_composer.css */

/* 17001 */   background-color: transparent;
/* 17002 */ }
/* 17003 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 17004 */   color: #b97ebb;
/* 17005 */ }
/* 17006 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 17007 */   background-color: transparent;
/* 17008 */ }
/* 17009 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 17010 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 17011 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 17012 */   border-color: #b97ebb;
/* 17013 */ }
/* 17014 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 17015 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 17016 */   border-color: #b97ebb;
/* 17017 */ }
/* 17018 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 17019 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 17020 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 17021 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 17022 */   border-color: #ffffff;
/* 17023 */ }
/* 17024 */ .vc_tta-color-purple.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 17025 */ .vc_tta-color-purple.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 17026 */   border-color: #b97ebb;
/* 17027 */ }
/* 17028 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-tab > a {
/* 17029 */   border-color: #b97ebb;
/* 17030 */   background-color: transparent;
/* 17031 */   color: #b97ebb;
/* 17032 */ }
/* 17033 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 17034 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 17035 */   background-color: #b97ebb;
/* 17036 */   color: #ffffff;
/* 17037 */ }
/* 17038 */ .vc_tta-color-purple.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 17039 */   border-color: #b97ebb;
/* 17040 */   background-color: transparent;
/* 17041 */   color: #b97ebb;
/* 17042 */ }
/* 17043 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17044 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 17045 */   background-color: transparent;
/* 17046 */ }
/* 17047 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17048 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17049 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 17050 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,

/* js_composer.css */

/* 17051 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 17052 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 17053 */   border-color: #b97ebb;
/* 17054 */ }
/* 17055 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 17056 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17057 */   border-color: transparent;
/* 17058 */   background-color: transparent;
/* 17059 */ }
/* 17060 */ @media (min-width: 768px) {
/* 17061 */   .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 17062 */     background-color: transparent;
/* 17063 */   }
/* 17064 */   .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17065 */   .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 17066 */   .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 17067 */     border-color: #b97ebb;
/* 17068 */   }
/* 17069 */   .vc_tta-color-purple.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17070 */     border-color: transparent;
/* 17071 */     background-color: transparent;
/* 17072 */   }
/* 17073 */ }
/* 17074 */ .vc_tta-color-purple.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 17075 */   background-color: #b474b6;
/* 17076 */ }
/* 17077 */ .vc_tta-color-purple.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 17078 */ .vc_tta-color-purple.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 17079 */   background-color: #ae6ab0;
/* 17080 */ }
/* 17081 */ .vc_tta-color-purple.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 17082 */   color: #ffffff;
/* 17083 */ }
/* 17084 */ .vc_tta-color-purple.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 17085 */   background-color: #b97ebb;
/* 17086 */ }
/* 17087 */ .vc_tta-color-purple.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 17088 */   color: #ffffff;
/* 17089 */ }
/* 17090 */ .vc_tta-color-purple.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 17091 */   background-color: #b97ebb;
/* 17092 */ }
/* 17093 */ .vc_tta-color-purple.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 17094 */   color: #ffffff;
/* 17095 */ }
/* 17096 */ .vc_tta-color-purple.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 17097 */ .vc_tta-color-purple.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 17098 */   border-color: #ffffff;
/* 17099 */ }
/* 17100 */ .vc_tta-color-purple.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,

/* js_composer.css */

/* 17101 */ .vc_tta-color-purple.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 17102 */   border-color: #ffffff;
/* 17103 */ }
/* 17104 */ .vc_tta-color-purple.vc_tta-style-flat .vc_tta-tab > a {
/* 17105 */   background-color: #b474b6;
/* 17106 */   color: #ffffff;
/* 17107 */ }
/* 17108 */ .vc_tta-color-purple.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 17109 */ .vc_tta-color-purple.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 17110 */   background-color: #ae6ab0;
/* 17111 */ }
/* 17112 */ .vc_tta-color-purple.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 17113 */   background-color: #b97ebb;
/* 17114 */   color: #ffffff;
/* 17115 */ }
/* 17116 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 17117 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 17118 */   background-color: #b97ebb;
/* 17119 */ }
/* 17120 */ .vc_non_responsive .vc_tta-color-purple.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 17121 */ .vc_tta-o-non-responsive .vc_tta-color-purple.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17122 */   border-color: transparent;
/* 17123 */   background-color: transparent;
/* 17124 */ }
/* 17125 */ @media (min-width: 768px) {
/* 17126 */   .vc_tta-color-purple.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 17127 */     background-color: #b97ebb;
/* 17128 */   }
/* 17129 */   .vc_tta-color-purple.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17130 */     border-color: transparent;
/* 17131 */     background-color: transparent;
/* 17132 */   }
/* 17133 */ }
/* 17134 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 17135 */   border-color: #222222;
/* 17136 */   background-color: #2a2a2a;
/* 17137 */ }
/* 17138 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 17139 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 17140 */   background-color: #222222;
/* 17141 */ }
/* 17142 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 17143 */   color: #ffffff;
/* 17144 */ }
/* 17145 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 17146 */   border-color: #f0f0f0;
/* 17147 */   background-color: #f8f8f8;
/* 17148 */ }
/* 17149 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 17150 */   color: #666666;

/* js_composer.css */

/* 17151 */ }
/* 17152 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 17153 */   background-color: #f8f8f8;
/* 17154 */ }
/* 17155 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 17156 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 17157 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 17158 */   border-color: #f0f0f0;
/* 17159 */ }
/* 17160 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 17161 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 17162 */   border-color: #ffffff;
/* 17163 */ }
/* 17164 */ .vc_tta-color-black.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 17165 */ .vc_tta-color-black.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 17166 */   border-color: #666666;
/* 17167 */ }
/* 17168 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab > a {
/* 17169 */   border-color: #222222;
/* 17170 */   background-color: #2a2a2a;
/* 17171 */   color: #ffffff;
/* 17172 */ }
/* 17173 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 17174 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 17175 */   background-color: #1b1b1b;
/* 17176 */ }
/* 17177 */ .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 17178 */   border-color: #f0f0f0;
/* 17179 */   background-color: #f8f8f8;
/* 17180 */   color: #666666;
/* 17181 */ }
/* 17182 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 17183 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 17184 */   background-color: #f8f8f8;
/* 17185 */ }
/* 17186 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 17187 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 17188 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 17189 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 17190 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 17191 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 17192 */   border-color: #f0f0f0;
/* 17193 */ }
/* 17194 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 17195 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17196 */   border-color: transparent;
/* 17197 */   background-color: transparent;
/* 17198 */ }
/* 17199 */ @media (min-width: 768px) {
/* 17200 */   .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {

/* js_composer.css */

/* 17201 */     background-color: #f8f8f8;
/* 17202 */   }
/* 17203 */   .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 17204 */   .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 17205 */   .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 17206 */     border-color: #f0f0f0;
/* 17207 */   }
/* 17208 */   .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17209 */     border-color: transparent;
/* 17210 */     background-color: transparent;
/* 17211 */   }
/* 17212 */ }
/* 17213 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 17214 */   border-color: #222222;
/* 17215 */   background-color: #2a2a2a;
/* 17216 */ }
/* 17217 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 17218 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 17219 */   background-color: #222222;
/* 17220 */ }
/* 17221 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 17222 */   color: #ffffff;
/* 17223 */ }
/* 17224 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 17225 */   border-color: #f0f0f0;
/* 17226 */   background-color: #f8f8f8;
/* 17227 */ }
/* 17228 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 17229 */   color: #666666;
/* 17230 */ }
/* 17231 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 17232 */   background-color: #f8f8f8;
/* 17233 */ }
/* 17234 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 17235 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 17236 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 17237 */   border-color: #f0f0f0;
/* 17238 */ }
/* 17239 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 17240 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 17241 */   border-color: #ffffff;
/* 17242 */ }
/* 17243 */ .vc_tta-color-black.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 17244 */ .vc_tta-color-black.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 17245 */   border-color: #666666;
/* 17246 */ }
/* 17247 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-tab > a {
/* 17248 */   border-color: #222222;
/* 17249 */   background-color: #2a2a2a;
/* 17250 */   color: #ffffff;

/* js_composer.css */

/* 17251 */ }
/* 17252 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 17253 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 17254 */   background-color: #1b1b1b;
/* 17255 */ }
/* 17256 */ .vc_tta-color-black.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 17257 */   border-color: #f0f0f0;
/* 17258 */   background-color: #f8f8f8;
/* 17259 */   color: #666666;
/* 17260 */ }
/* 17261 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 17262 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 17263 */   background-color: #f8f8f8;
/* 17264 */ }
/* 17265 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 17266 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 17267 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 17268 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 17269 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 17270 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 17271 */   border-color: #f0f0f0;
/* 17272 */ }
/* 17273 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 17274 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17275 */   border-color: transparent;
/* 17276 */   background-color: transparent;
/* 17277 */ }
/* 17278 */ @media (min-width: 768px) {
/* 17279 */   .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 17280 */     background-color: #f8f8f8;
/* 17281 */   }
/* 17282 */   .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 17283 */   .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 17284 */   .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 17285 */     border-color: #f0f0f0;
/* 17286 */   }
/* 17287 */   .vc_tta-color-black.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17288 */     border-color: transparent;
/* 17289 */     background-color: transparent;
/* 17290 */   }
/* 17291 */ }
/* 17292 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 17293 */   border-color: #2a2a2a;
/* 17294 */   background-color: transparent;
/* 17295 */ }
/* 17296 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 17297 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 17298 */   background-color: #2a2a2a;
/* 17299 */ }
/* 17300 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {

/* js_composer.css */

/* 17301 */   color: #2a2a2a;
/* 17302 */ }
/* 17303 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 17304 */   color: #ffffff;
/* 17305 */ }
/* 17306 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 17307 */   border-color: #2a2a2a;
/* 17308 */   background-color: transparent;
/* 17309 */ }
/* 17310 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 17311 */   color: #2a2a2a;
/* 17312 */ }
/* 17313 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 17314 */   background-color: transparent;
/* 17315 */ }
/* 17316 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 17317 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 17318 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 17319 */   border-color: #2a2a2a;
/* 17320 */ }
/* 17321 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 17322 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 17323 */   border-color: #2a2a2a;
/* 17324 */ }
/* 17325 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 17326 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 17327 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 17328 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 17329 */   border-color: #ffffff;
/* 17330 */ }
/* 17331 */ .vc_tta-color-black.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 17332 */ .vc_tta-color-black.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 17333 */   border-color: #2a2a2a;
/* 17334 */ }
/* 17335 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-tab > a {
/* 17336 */   border-color: #2a2a2a;
/* 17337 */   background-color: transparent;
/* 17338 */   color: #2a2a2a;
/* 17339 */ }
/* 17340 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 17341 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 17342 */   background-color: #2a2a2a;
/* 17343 */   color: #ffffff;
/* 17344 */ }
/* 17345 */ .vc_tta-color-black.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 17346 */   border-color: #2a2a2a;
/* 17347 */   background-color: transparent;
/* 17348 */   color: #2a2a2a;
/* 17349 */ }
/* 17350 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,

/* js_composer.css */

/* 17351 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 17352 */   background-color: transparent;
/* 17353 */ }
/* 17354 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17355 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17356 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 17357 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 17358 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 17359 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 17360 */   border-color: #2a2a2a;
/* 17361 */ }
/* 17362 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 17363 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17364 */   border-color: transparent;
/* 17365 */   background-color: transparent;
/* 17366 */ }
/* 17367 */ @media (min-width: 768px) {
/* 17368 */   .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 17369 */     background-color: transparent;
/* 17370 */   }
/* 17371 */   .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17372 */   .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 17373 */   .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 17374 */     border-color: #2a2a2a;
/* 17375 */   }
/* 17376 */   .vc_tta-color-black.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17377 */     border-color: transparent;
/* 17378 */     background-color: transparent;
/* 17379 */   }
/* 17380 */ }
/* 17381 */ .vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 17382 */   background-color: #222222;
/* 17383 */ }
/* 17384 */ .vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 17385 */ .vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 17386 */   background-color: #1b1b1b;
/* 17387 */ }
/* 17388 */ .vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 17389 */   color: #ffffff;
/* 17390 */ }
/* 17391 */ .vc_tta-color-black.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 17392 */   background-color: #2a2a2a;
/* 17393 */ }
/* 17394 */ .vc_tta-color-black.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 17395 */   color: #ffffff;
/* 17396 */ }
/* 17397 */ .vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 17398 */   background-color: #2a2a2a;
/* 17399 */ }
/* 17400 */ .vc_tta-color-black.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {

/* js_composer.css */

/* 17401 */   color: #ffffff;
/* 17402 */ }
/* 17403 */ .vc_tta-color-black.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 17404 */ .vc_tta-color-black.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 17405 */   border-color: #ffffff;
/* 17406 */ }
/* 17407 */ .vc_tta-color-black.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 17408 */ .vc_tta-color-black.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 17409 */   border-color: #ffffff;
/* 17410 */ }
/* 17411 */ .vc_tta-color-black.vc_tta-style-flat .vc_tta-tab > a {
/* 17412 */   background-color: #222222;
/* 17413 */   color: #ffffff;
/* 17414 */ }
/* 17415 */ .vc_tta-color-black.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 17416 */ .vc_tta-color-black.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 17417 */   background-color: #1b1b1b;
/* 17418 */ }
/* 17419 */ .vc_tta-color-black.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 17420 */   background-color: #2a2a2a;
/* 17421 */   color: #ffffff;
/* 17422 */ }
/* 17423 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 17424 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 17425 */   background-color: #2a2a2a;
/* 17426 */ }
/* 17427 */ .vc_non_responsive .vc_tta-color-black.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 17428 */ .vc_tta-o-non-responsive .vc_tta-color-black.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17429 */   border-color: transparent;
/* 17430 */   background-color: transparent;
/* 17431 */ }
/* 17432 */ @media (min-width: 768px) {
/* 17433 */   .vc_tta-color-black.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 17434 */     background-color: #2a2a2a;
/* 17435 */   }
/* 17436 */   .vc_tta-color-black.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17437 */     border-color: transparent;
/* 17438 */     background-color: transparent;
/* 17439 */   }
/* 17440 */ }
/* 17441 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 17442 */   border-color: #f0f0f0;
/* 17443 */   background-color: #f8f8f8;
/* 17444 */ }
/* 17445 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 17446 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 17447 */   background-color: #f0f0f0;
/* 17448 */ }
/* 17449 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 17450 */   color: #666666;

/* js_composer.css */

/* 17451 */ }
/* 17452 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 17453 */   border-color: #f0f0f0;
/* 17454 */   background-color: #f8f8f8;
/* 17455 */ }
/* 17456 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 17457 */   color: #666666;
/* 17458 */ }
/* 17459 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 17460 */   background-color: #f8f8f8;
/* 17461 */ }
/* 17462 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 17463 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 17464 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 17465 */   border-color: #f0f0f0;
/* 17466 */ }
/* 17467 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 17468 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 17469 */   border-color: #666666;
/* 17470 */ }
/* 17471 */ .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 17472 */ .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 17473 */   border-color: #666666;
/* 17474 */ }
/* 17475 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
/* 17476 */   border-color: #e3e3e3;
/* 17477 */   background-color: #ebebeb;
/* 17478 */   color: #666666;
/* 17479 */ }
/* 17480 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 17481 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 17482 */   background-color: #dcdcdc;
/* 17483 */ }
/* 17484 */ .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 17485 */   border-color: #f0f0f0;
/* 17486 */   background-color: #f8f8f8;
/* 17487 */   color: #666666;
/* 17488 */ }
/* 17489 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 17490 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 17491 */   background-color: #f8f8f8;
/* 17492 */ }
/* 17493 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 17494 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 17495 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 17496 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 17497 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 17498 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 17499 */   border-color: #f0f0f0;
/* 17500 */ }

/* js_composer.css */

/* 17501 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 17502 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17503 */   border-color: transparent;
/* 17504 */   background-color: transparent;
/* 17505 */ }
/* 17506 */ @media (min-width: 768px) {
/* 17507 */   .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 17508 */     background-color: #f8f8f8;
/* 17509 */   }
/* 17510 */   .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 17511 */   .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 17512 */   .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 17513 */     border-color: #f0f0f0;
/* 17514 */   }
/* 17515 */   .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17516 */     border-color: transparent;
/* 17517 */     background-color: transparent;
/* 17518 */   }
/* 17519 */ }
/* 17520 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 17521 */   border-color: #f0f0f0;
/* 17522 */   background-color: #f8f8f8;
/* 17523 */ }
/* 17524 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 17525 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 17526 */   background-color: #f0f0f0;
/* 17527 */ }
/* 17528 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 17529 */   color: #666666;
/* 17530 */ }
/* 17531 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 17532 */   border-color: #f0f0f0;
/* 17533 */   background-color: #f8f8f8;
/* 17534 */ }
/* 17535 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 17536 */   color: #666666;
/* 17537 */ }
/* 17538 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 17539 */   background-color: #f8f8f8;
/* 17540 */ }
/* 17541 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 17542 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 17543 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
/* 17544 */   border-color: #f0f0f0;
/* 17545 */ }
/* 17546 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 17547 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 17548 */   border-color: #666666;
/* 17549 */ }
/* 17550 */ .vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,

/* js_composer.css */

/* 17551 */ .vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 17552 */   border-color: #666666;
/* 17553 */ }
/* 17554 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a {
/* 17555 */   border-color: #e3e3e3;
/* 17556 */   background-color: #ebebeb;
/* 17557 */   color: #666666;
/* 17558 */ }
/* 17559 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 17560 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 17561 */   background-color: #dcdcdc;
/* 17562 */ }
/* 17563 */ .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 17564 */   border-color: #f0f0f0;
/* 17565 */   background-color: #f8f8f8;
/* 17566 */   color: #666666;
/* 17567 */ }
/* 17568 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 17569 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 17570 */   background-color: #f8f8f8;
/* 17571 */ }
/* 17572 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 17573 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 17574 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 17575 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 17576 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 17577 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 17578 */   border-color: #f0f0f0;
/* 17579 */ }
/* 17580 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 17581 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17582 */   border-color: transparent;
/* 17583 */   background-color: transparent;
/* 17584 */ }
/* 17585 */ @media (min-width: 768px) {
/* 17586 */   .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 17587 */     background-color: #f8f8f8;
/* 17588 */   }
/* 17589 */   .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 17590 */   .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 17591 */   .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 17592 */     border-color: #f0f0f0;
/* 17593 */   }
/* 17594 */   .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17595 */     border-color: transparent;
/* 17596 */     background-color: transparent;
/* 17597 */   }
/* 17598 */ }
/* 17599 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 17600 */   border-color: #e3e3e3;

/* js_composer.css */

/* 17601 */   background-color: transparent;
/* 17602 */ }
/* 17603 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 17604 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 17605 */   background-color: #ebebeb;
/* 17606 */ }
/* 17607 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 17608 */   color: #ebebeb;
/* 17609 */ }
/* 17610 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 17611 */   color: #666666;
/* 17612 */ }
/* 17613 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 17614 */   border-color: #ebebeb;
/* 17615 */   background-color: transparent;
/* 17616 */ }
/* 17617 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 17618 */   color: #ebebeb;
/* 17619 */ }
/* 17620 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 17621 */   background-color: transparent;
/* 17622 */ }
/* 17623 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 17624 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 17625 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 17626 */   border-color: #ebebeb;
/* 17627 */ }
/* 17628 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 17629 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 17630 */   border-color: #ebebeb;
/* 17631 */ }
/* 17632 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 17633 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 17634 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 17635 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 17636 */   border-color: #666666;
/* 17637 */ }
/* 17638 */ .vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 17639 */ .vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 17640 */   border-color: #ebebeb;
/* 17641 */ }
/* 17642 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab > a {
/* 17643 */   border-color: #e3e3e3;
/* 17644 */   background-color: transparent;
/* 17645 */   color: #ebebeb;
/* 17646 */ }
/* 17647 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 17648 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 17649 */   background-color: #ebebeb;
/* 17650 */   color: #666666;

/* js_composer.css */

/* 17651 */ }
/* 17652 */ .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 17653 */   border-color: #ebebeb;
/* 17654 */   background-color: transparent;
/* 17655 */   color: #ebebeb;
/* 17656 */ }
/* 17657 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17658 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 17659 */   background-color: transparent;
/* 17660 */ }
/* 17661 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17662 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17663 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 17664 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 17665 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 17666 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 17667 */   border-color: #ebebeb;
/* 17668 */ }
/* 17669 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 17670 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17671 */   border-color: transparent;
/* 17672 */   background-color: transparent;
/* 17673 */ }
/* 17674 */ @media (min-width: 768px) {
/* 17675 */   .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 17676 */     background-color: transparent;
/* 17677 */   }
/* 17678 */   .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17679 */   .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 17680 */   .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 17681 */     border-color: #ebebeb;
/* 17682 */   }
/* 17683 */   .vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17684 */     border-color: transparent;
/* 17685 */     background-color: transparent;
/* 17686 */   }
/* 17687 */ }
/* 17688 */ .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 17689 */   background-color: #f8f8f8;
/* 17690 */ }
/* 17691 */ .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 17692 */ .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 17693 */   background-color: #f0f0f0;
/* 17694 */ }
/* 17695 */ .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 17696 */   color: #666666;
/* 17697 */ }
/* 17698 */ .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 17699 */   background-color: #f8f8f8;
/* 17700 */ }

/* js_composer.css */

/* 17701 */ .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 17702 */   color: #666666;
/* 17703 */ }
/* 17704 */ .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 17705 */   background-color: #f8f8f8;
/* 17706 */ }
/* 17707 */ .vc_tta-color-grey.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 17708 */   color: #666666;
/* 17709 */ }
/* 17710 */ .vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 17711 */ .vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 17712 */   border-color: #666666;
/* 17713 */ }
/* 17714 */ .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 17715 */ .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 17716 */   border-color: #666666;
/* 17717 */ }
/* 17718 */ .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a {
/* 17719 */   background-color: #e3e3e3;
/* 17720 */   color: #666666;
/* 17721 */ }
/* 17722 */ .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 17723 */ .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 17724 */   background-color: #dcdcdc;
/* 17725 */ }
/* 17726 */ .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 17727 */   background-color: #ebebeb;
/* 17728 */   color: #666666;
/* 17729 */ }
/* 17730 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 17731 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 17732 */   background-color: #ebebeb;
/* 17733 */ }
/* 17734 */ .vc_non_responsive .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 17735 */ .vc_tta-o-non-responsive .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17736 */   border-color: transparent;
/* 17737 */   background-color: transparent;
/* 17738 */ }
/* 17739 */ @media (min-width: 768px) {
/* 17740 */   .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 17741 */     background-color: #ebebeb;
/* 17742 */   }
/* 17743 */   .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17744 */     border-color: transparent;
/* 17745 */     background-color: transparent;
/* 17746 */   }
/* 17747 */ }
/* 17748 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
/* 17749 */   border-color: #f7f7f7;
/* 17750 */   background-color: #ffffff;

/* js_composer.css */

/* 17751 */ }
/* 17752 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
/* 17753 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
/* 17754 */   background-color: #f7f7f7;
/* 17755 */ }
/* 17756 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
/* 17757 */   color: #666666;
/* 17758 */ }
/* 17759 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 17760 */   border-color: #f7f7f7;
/* 17761 */   background-color: #ffffff;
/* 17762 */ }
/* 17763 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 17764 */   color: #666666;
/* 17765 */ }
/* 17766 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
/* 17767 */   background-color: #ffffff;
/* 17768 */ }
/* 17769 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
/* 17770 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
/* 17771 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
/* 17772 */   border-color: #f7f7f7;
/* 17773 */ }
/* 17774 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before,
/* 17775 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after {
/* 17776 */   border-color: #666666;
/* 17777 */ }
/* 17778 */ .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 17779 */ .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 17780 */   border-color: #666666;
/* 17781 */ }
/* 17782 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a {
/* 17783 */   border-color: #f7f7f7;
/* 17784 */   background-color: #ffffff;
/* 17785 */   color: #666666;
/* 17786 */ }
/* 17787 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a:hover,
/* 17788 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a:focus {
/* 17789 */   background-color: #f0f0f0;
/* 17790 */ }
/* 17791 */ .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a {
/* 17792 */   border-color: #f0f0f0;
/* 17793 */   background-color: #f8f8f8;
/* 17794 */   color: #666666;
/* 17795 */ }
/* 17796 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 17797 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 17798 */   background-color: #f8f8f8;
/* 17799 */ }
/* 17800 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,

/* js_composer.css */

/* 17801 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 17802 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 17803 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 17804 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
/* 17805 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 17806 */   border-color: #f0f0f0;
/* 17807 */ }
/* 17808 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 17809 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17810 */   border-color: transparent;
/* 17811 */   background-color: transparent;
/* 17812 */ }
/* 17813 */ @media (min-width: 768px) {
/* 17814 */   .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
/* 17815 */     background-color: #f8f8f8;
/* 17816 */   }
/* 17817 */   .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
/* 17818 */   .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
/* 17819 */   .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
/* 17820 */     border-color: #f0f0f0;
/* 17821 */   }
/* 17822 */   .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17823 */     border-color: transparent;
/* 17824 */     background-color: transparent;
/* 17825 */   }
/* 17826 */ }
/* 17827 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
/* 17828 */   border-color: #f7f7f7;
/* 17829 */   background-color: #ffffff;
/* 17830 */ }
/* 17831 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
/* 17832 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
/* 17833 */   background-color: #f7f7f7;
/* 17834 */ }
/* 17835 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
/* 17836 */   color: #666666;
/* 17837 */ }
/* 17838 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 17839 */   border-color: #f7f7f7;
/* 17840 */   background-color: #ffffff;
/* 17841 */ }
/* 17842 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 17843 */   color: #666666;
/* 17844 */ }
/* 17845 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
/* 17846 */   background-color: #ffffff;
/* 17847 */ }
/* 17848 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
/* 17849 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
/* 17850 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {

/* js_composer.css */

/* 17851 */   border-color: #f7f7f7;
/* 17852 */ }
/* 17853 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::before,
/* 17854 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::after {
/* 17855 */   border-color: #666666;
/* 17856 */ }
/* 17857 */ .vc_tta-color-white.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 17858 */ .vc_tta-color-white.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 17859 */   border-color: #666666;
/* 17860 */ }
/* 17861 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a {
/* 17862 */   border-color: #f7f7f7;
/* 17863 */   background-color: #ffffff;
/* 17864 */   color: #666666;
/* 17865 */ }
/* 17866 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a:hover,
/* 17867 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a:focus {
/* 17868 */   background-color: #f0f0f0;
/* 17869 */ }
/* 17870 */ .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active > a {
/* 17871 */   border-color: #f0f0f0;
/* 17872 */   background-color: #f8f8f8;
/* 17873 */   color: #666666;
/* 17874 */ }
/* 17875 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 17876 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 17877 */   background-color: #f8f8f8;
/* 17878 */ }
/* 17879 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 17880 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 17881 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 17882 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 17883 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
/* 17884 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 17885 */   border-color: #f0f0f0;
/* 17886 */ }
/* 17887 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 17888 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17889 */   border-color: transparent;
/* 17890 */   background-color: transparent;
/* 17891 */ }
/* 17892 */ @media (min-width: 768px) {
/* 17893 */   .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
/* 17894 */     background-color: #f8f8f8;
/* 17895 */   }
/* 17896 */   .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
/* 17897 */   .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
/* 17898 */   .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
/* 17899 */     border-color: #f0f0f0;
/* 17900 */   }

/* js_composer.css */

/* 17901 */   .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17902 */     border-color: transparent;
/* 17903 */     background-color: transparent;
/* 17904 */   }
/* 17905 */ }
/* 17906 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
/* 17907 */   border-color: #f7f7f7;
/* 17908 */   background-color: transparent;
/* 17909 */ }
/* 17910 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
/* 17911 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
/* 17912 */   background-color: #ffffff;
/* 17913 */ }
/* 17914 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
/* 17915 */   color: #ffffff;
/* 17916 */ }
/* 17917 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
/* 17918 */   color: #666666;
/* 17919 */ }
/* 17920 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 17921 */   border-color: #ffffff;
/* 17922 */   background-color: transparent;
/* 17923 */ }
/* 17924 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 17925 */   color: #ffffff;
/* 17926 */ }
/* 17927 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
/* 17928 */   background-color: transparent;
/* 17929 */ }
/* 17930 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
/* 17931 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
/* 17932 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
/* 17933 */   border-color: #ffffff;
/* 17934 */ }
/* 17935 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-controls-icon::before,
/* 17936 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-controls-icon::after {
/* 17937 */   border-color: #ffffff;
/* 17938 */ }
/* 17939 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
/* 17940 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
/* 17941 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
/* 17942 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
/* 17943 */   border-color: #666666;
/* 17944 */ }
/* 17945 */ .vc_tta-color-white.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 17946 */ .vc_tta-color-white.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 17947 */   border-color: #ffffff;
/* 17948 */ }
/* 17949 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-tab > a {
/* 17950 */   border-color: #f7f7f7;

/* js_composer.css */

/* 17951 */   background-color: transparent;
/* 17952 */   color: #ffffff;
/* 17953 */ }
/* 17954 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-tab > a:hover,
/* 17955 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-tab > a:focus {
/* 17956 */   background-color: #ffffff;
/* 17957 */   color: #666666;
/* 17958 */ }
/* 17959 */ .vc_tta-color-white.vc_tta-style-outline .vc_tta-tab.vc_active > a {
/* 17960 */   border-color: #ffffff;
/* 17961 */   background-color: transparent;
/* 17962 */   color: #ffffff;
/* 17963 */ }
/* 17964 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17965 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 17966 */   background-color: transparent;
/* 17967 */ }
/* 17968 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17969 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17970 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 17971 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 17972 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
/* 17973 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 17974 */   border-color: #ffffff;
/* 17975 */ }
/* 17976 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 17977 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17978 */   border-color: transparent;
/* 17979 */   background-color: transparent;
/* 17980 */ }
/* 17981 */ @media (min-width: 768px) {
/* 17982 */   .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
/* 17983 */     background-color: transparent;
/* 17984 */   }
/* 17985 */   .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
/* 17986 */   .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
/* 17987 */   .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
/* 17988 */     border-color: #ffffff;
/* 17989 */   }
/* 17990 */   .vc_tta-color-white.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 17991 */     border-color: transparent;
/* 17992 */     background-color: transparent;
/* 17993 */   }
/* 17994 */ }
/* 17995 */ .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
/* 17996 */   background-color: #fafafa;
/* 17997 */ }
/* 17998 */ .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
/* 17999 */ .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
/* 18000 */   background-color: #f2f2f2;

/* js_composer.css */

/* 18001 */ }
/* 18002 */ .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
/* 18003 */   color: #666666;
/* 18004 */ }
/* 18005 */ .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 18006 */   background-color: #ffffff;
/* 18007 */ }
/* 18008 */ .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
/* 18009 */   color: #666666;
/* 18010 */ }
/* 18011 */ .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
/* 18012 */   background-color: #ffffff;
/* 18013 */ }
/* 18014 */ .vc_tta-color-white.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
/* 18015 */   color: #666666;
/* 18016 */ }
/* 18017 */ .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before,
/* 18018 */ .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after {
/* 18019 */   border-color: #666666;
/* 18020 */ }
/* 18021 */ .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
/* 18022 */ .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
/* 18023 */   border-color: #666666;
/* 18024 */ }
/* 18025 */ .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
/* 18026 */   background-color: #fafafa;
/* 18027 */   color: #666666;
/* 18028 */ }
/* 18029 */ .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover,
/* 18030 */ .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:focus {
/* 18031 */   background-color: #f2f2f2;
/* 18032 */ }
/* 18033 */ .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
/* 18034 */   background-color: #ffffff;
/* 18035 */   color: #666666;
/* 18036 */ }
/* 18037 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
/* 18038 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 18039 */   background-color: #ffffff;
/* 18040 */ }
/* 18041 */ .vc_non_responsive .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
/* 18042 */ .vc_tta-o-non-responsive .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
/* 18043 */   border-color: transparent;
/* 18044 */   background-color: transparent;
/* 18045 */ }
/* 18046 */ @media (min-width: 768px) {
/* 18047 */   .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
/* 18048 */     background-color: #ffffff;
/* 18049 */   }
/* 18050 */   .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {

/* js_composer.css */

/* 18051 */     border-color: transparent;
/* 18052 */     background-color: transparent;
/* 18053 */   }
/* 18054 */ }
/* 18055 */ /* Don't Fill Content With Colors
/* 18056 *|  * =================================== */
/* 18057 */ .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
/* 18058 */   border-color: transparent;
/* 18059 */   background-color: transparent;
/* 18060 */ }
/* 18061 */ .vc_non_responsive .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels,
/* 18062 */ .vc_tta-o-non-responsive .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
/* 18063 */   border-color: transparent;
/* 18064 */   background-color: transparent;
/* 18065 */ }
/* 18066 */ @media (min-width: 768px) {
/* 18067 */   .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
/* 18068 */     border-color: transparent;
/* 18069 */     background-color: transparent;
/* 18070 */   }
/* 18071 */ }
/* 18072 */ .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-tabs-container {
/* 18073 */   margin: 0;
/* 18074 */ }
/* 18075 */ .vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-top .vc_tta-panel-body,
/* 18076 */ .vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-bottom .vc_tta-panel-body {
/* 18077 */   padding-left: 0;
/* 18078 */   padding-right: 0;
/* 18079 */ }
/* 18080 */ .vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-left .vc_tta-panel-body,
/* 18081 */ .vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-right .vc_tta-panel-body {
/* 18082 */   padding-top: 0;
/* 18083 */   padding-bottom: 0;
/* 18084 */ }
/* 18085 */ /* TTA Spacings
/* 18086 *|  * =================================== */
/* 18087 */ .vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18088 */ .vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18089 */   margin-top: 1px;
/* 18090 */ }
/* 18091 */ .vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
/* 18092 */ .vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 18093 */   margin-bottom: 1px;
/* 18094 */ }
/* 18095 */ .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
/* 18096 */   padding: 0;
/* 18097 */   margin-top: -1px;
/* 18098 */   margin-bottom: 0px;
/* 18099 */   margin-left: -1px;
/* 18100 */   margin-right: 0px;

/* js_composer.css */

/* 18101 */ }
/* 18102 */ .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
/* 18103 */   margin-top: 1px;
/* 18104 */   margin-bottom: 0px;
/* 18105 */   margin-left: 1px;
/* 18106 */   margin-right: 0px;
/* 18107 */ }
/* 18108 */ .vc_tta.vc_tta-spacing-2 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18109 */ .vc_tta.vc_tta-spacing-2 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18110 */   margin-top: 2px;
/* 18111 */ }
/* 18112 */ .vc_tta.vc_tta-spacing-2 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
/* 18113 */ .vc_tta.vc_tta-spacing-2 .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 18114 */   margin-bottom: 2px;
/* 18115 */ }
/* 18116 */ .vc_tta.vc_tta-spacing-2 .vc_tta-tabs-list {
/* 18117 */   padding: 0;
/* 18118 */   margin-top: -1px;
/* 18119 */   margin-bottom: -1px;
/* 18120 */   margin-left: -1px;
/* 18121 */   margin-right: -1px;
/* 18122 */ }
/* 18123 */ .vc_tta.vc_tta-spacing-2 .vc_tta-tab {
/* 18124 */   margin-top: 1px;
/* 18125 */   margin-bottom: 1px;
/* 18126 */   margin-left: 1px;
/* 18127 */   margin-right: 1px;
/* 18128 */ }
/* 18129 */ .vc_tta.vc_tta-spacing-3 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18130 */ .vc_tta.vc_tta-spacing-3 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18131 */   margin-top: 3px;
/* 18132 */ }
/* 18133 */ .vc_tta.vc_tta-spacing-3 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
/* 18134 */ .vc_tta.vc_tta-spacing-3 .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 18135 */   margin-bottom: 3px;
/* 18136 */ }
/* 18137 */ .vc_tta.vc_tta-spacing-3 .vc_tta-tabs-list {
/* 18138 */   padding: 0;
/* 18139 */   margin-top: -2px;
/* 18140 */   margin-bottom: -1px;
/* 18141 */   margin-left: -2px;
/* 18142 */   margin-right: -1px;
/* 18143 */ }
/* 18144 */ .vc_tta.vc_tta-spacing-3 .vc_tta-tab {
/* 18145 */   margin-top: 2px;
/* 18146 */   margin-bottom: 1px;
/* 18147 */   margin-left: 2px;
/* 18148 */   margin-right: 1px;
/* 18149 */ }
/* 18150 */ .vc_tta.vc_tta-spacing-4 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,

/* js_composer.css */

/* 18151 */ .vc_tta.vc_tta-spacing-4 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18152 */   margin-top: 4px;
/* 18153 */ }
/* 18154 */ .vc_tta.vc_tta-spacing-4 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
/* 18155 */ .vc_tta.vc_tta-spacing-4 .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 18156 */   margin-bottom: 4px;
/* 18157 */ }
/* 18158 */ .vc_tta.vc_tta-spacing-4 .vc_tta-tabs-list {
/* 18159 */   padding: 0;
/* 18160 */   margin-top: -2px;
/* 18161 */   margin-bottom: -2px;
/* 18162 */   margin-left: -2px;
/* 18163 */   margin-right: -2px;
/* 18164 */ }
/* 18165 */ .vc_tta.vc_tta-spacing-4 .vc_tta-tab {
/* 18166 */   margin-top: 2px;
/* 18167 */   margin-bottom: 2px;
/* 18168 */   margin-left: 2px;
/* 18169 */   margin-right: 2px;
/* 18170 */ }
/* 18171 */ .vc_tta.vc_tta-spacing-5 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18172 */ .vc_tta.vc_tta-spacing-5 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18173 */   margin-top: 5px;
/* 18174 */ }
/* 18175 */ .vc_tta.vc_tta-spacing-5 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
/* 18176 */ .vc_tta.vc_tta-spacing-5 .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 18177 */   margin-bottom: 5px;
/* 18178 */ }
/* 18179 */ .vc_tta.vc_tta-spacing-5 .vc_tta-tabs-list {
/* 18180 */   padding: 0;
/* 18181 */   margin-top: -3px;
/* 18182 */   margin-bottom: -2px;
/* 18183 */   margin-left: -3px;
/* 18184 */   margin-right: -2px;
/* 18185 */ }
/* 18186 */ .vc_tta.vc_tta-spacing-5 .vc_tta-tab {
/* 18187 */   margin-top: 3px;
/* 18188 */   margin-bottom: 2px;
/* 18189 */   margin-left: 3px;
/* 18190 */   margin-right: 2px;
/* 18191 */ }
/* 18192 */ .vc_tta.vc_tta-spacing-10 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18193 */ .vc_tta.vc_tta-spacing-10 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18194 */   margin-top: 10px;
/* 18195 */ }
/* 18196 */ .vc_tta.vc_tta-spacing-10 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
/* 18197 */ .vc_tta.vc_tta-spacing-10 .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 18198 */   margin-bottom: 10px;
/* 18199 */ }
/* 18200 */ .vc_tta.vc_tta-spacing-10 .vc_tta-tabs-list {

/* js_composer.css */

/* 18201 */   padding: 0;
/* 18202 */   margin-top: -5px;
/* 18203 */   margin-bottom: -5px;
/* 18204 */   margin-left: -5px;
/* 18205 */   margin-right: -5px;
/* 18206 */ }
/* 18207 */ .vc_tta.vc_tta-spacing-10 .vc_tta-tab {
/* 18208 */   margin-top: 5px;
/* 18209 */   margin-bottom: 5px;
/* 18210 */   margin-left: 5px;
/* 18211 */   margin-right: 5px;
/* 18212 */ }
/* 18213 */ .vc_tta.vc_tta-spacing-15 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18214 */ .vc_tta.vc_tta-spacing-15 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18215 */   margin-top: 15px;
/* 18216 */ }
/* 18217 */ .vc_tta.vc_tta-spacing-15 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
/* 18218 */ .vc_tta.vc_tta-spacing-15 .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 18219 */   margin-bottom: 15px;
/* 18220 */ }
/* 18221 */ .vc_tta.vc_tta-spacing-15 .vc_tta-tabs-list {
/* 18222 */   padding: 0;
/* 18223 */   margin-top: -8px;
/* 18224 */   margin-bottom: -7px;
/* 18225 */   margin-left: -8px;
/* 18226 */   margin-right: -7px;
/* 18227 */ }
/* 18228 */ .vc_tta.vc_tta-spacing-15 .vc_tta-tab {
/* 18229 */   margin-top: 8px;
/* 18230 */   margin-bottom: 7px;
/* 18231 */   margin-left: 8px;
/* 18232 */   margin-right: 7px;
/* 18233 */ }
/* 18234 */ .vc_tta.vc_tta-spacing-20 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18235 */ .vc_tta.vc_tta-spacing-20 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18236 */   margin-top: 20px;
/* 18237 */ }
/* 18238 */ .vc_tta.vc_tta-spacing-20 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
/* 18239 */ .vc_tta.vc_tta-spacing-20 .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 18240 */   margin-bottom: 20px;
/* 18241 */ }
/* 18242 */ .vc_tta.vc_tta-spacing-20 .vc_tta-tabs-list {
/* 18243 */   padding: 0;
/* 18244 */   margin-top: -10px;
/* 18245 */   margin-bottom: -10px;
/* 18246 */   margin-left: -10px;
/* 18247 */   margin-right: -10px;
/* 18248 */ }
/* 18249 */ .vc_tta.vc_tta-spacing-20 .vc_tta-tab {
/* 18250 */   margin-top: 10px;

/* js_composer.css */

/* 18251 */   margin-bottom: 10px;
/* 18252 */   margin-left: 10px;
/* 18253 */   margin-right: 10px;
/* 18254 */ }
/* 18255 */ .vc_tta.vc_tta-spacing-25 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18256 */ .vc_tta.vc_tta-spacing-25 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18257 */   margin-top: 25px;
/* 18258 */ }
/* 18259 */ .vc_tta.vc_tta-spacing-25 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
/* 18260 */ .vc_tta.vc_tta-spacing-25 .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 18261 */   margin-bottom: 25px;
/* 18262 */ }
/* 18263 */ .vc_tta.vc_tta-spacing-25 .vc_tta-tabs-list {
/* 18264 */   padding: 0;
/* 18265 */   margin-top: -13px;
/* 18266 */   margin-bottom: -12px;
/* 18267 */   margin-left: -13px;
/* 18268 */   margin-right: -12px;
/* 18269 */ }
/* 18270 */ .vc_tta.vc_tta-spacing-25 .vc_tta-tab {
/* 18271 */   margin-top: 13px;
/* 18272 */   margin-bottom: 12px;
/* 18273 */   margin-left: 13px;
/* 18274 */   margin-right: 12px;
/* 18275 */ }
/* 18276 */ .vc_tta.vc_tta-spacing-30 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18277 */ .vc_tta.vc_tta-spacing-30 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18278 */   margin-top: 30px;
/* 18279 */ }
/* 18280 */ .vc_tta.vc_tta-spacing-30 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
/* 18281 */ .vc_tta.vc_tta-spacing-30 .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 18282 */   margin-bottom: 30px;
/* 18283 */ }
/* 18284 */ .vc_tta.vc_tta-spacing-30 .vc_tta-tabs-list {
/* 18285 */   padding: 0;
/* 18286 */   margin-top: -15px;
/* 18287 */   margin-bottom: -15px;
/* 18288 */   margin-left: -15px;
/* 18289 */   margin-right: -15px;
/* 18290 */ }
/* 18291 */ .vc_tta.vc_tta-spacing-30 .vc_tta-tab {
/* 18292 */   margin-top: 15px;
/* 18293 */   margin-bottom: 15px;
/* 18294 */   margin-left: 15px;
/* 18295 */   margin-right: 15px;
/* 18296 */ }
/* 18297 */ .vc_tta.vc_tta-spacing-35 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18298 */ .vc_tta.vc_tta-spacing-35 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18299 */   margin-top: 35px;
/* 18300 */ }

/* js_composer.css */

/* 18301 */ .vc_tta.vc_tta-spacing-35 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
/* 18302 */ .vc_tta.vc_tta-spacing-35 .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* 18303 */   margin-bottom: 35px;
/* 18304 */ }
/* 18305 */ .vc_tta.vc_tta-spacing-35 .vc_tta-tabs-list {
/* 18306 */   padding: 0;
/* 18307 */   margin-top: -18px;
/* 18308 */   margin-bottom: -17px;
/* 18309 */   margin-left: -18px;
/* 18310 */   margin-right: -17px;
/* 18311 */ }
/* 18312 */ .vc_tta.vc_tta-spacing-35 .vc_tta-tab {
/* 18313 */   margin-top: 18px;
/* 18314 */   margin-bottom: 17px;
/* 18315 */   margin-left: 18px;
/* 18316 */   margin-right: 17px;
/* 18317 */ }
/* 18318 */ /* TTA Gaps
/* 18319 *|  * =================================== */
/* 18320 */ .vc_tta.vc_tta-gap-1 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18321 */ .vc_tta.vc_tta-gap-1 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18322 */   margin-top: 1px;
/* 18323 */ }
/* 18324 */ .vc_tta.vc_tta-gap-1 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
/* 18325 */   margin-bottom: 1px;
/* 18326 */ }
/* 18327 */ .vc_tta.vc_tta-gap-1.vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 18328 */   margin-bottom: 1px;
/* 18329 */ }
/* 18330 */ .vc_tta.vc_tta-gap-1.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 18331 */   margin-top: 1px;
/* 18332 */ }
/* 18333 */ .vc_tta.vc_tta-gap-1.vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18334 */   margin-right: 1px;
/* 18335 */ }
/* 18336 */ .vc_tta.vc_tta-gap-1.vc_tta-tabs-position-right .vc_tta-tabs-container {
/* 18337 */   margin-left: 1px;
/* 18338 */ }
/* 18339 */ .vc_tta.vc_tta-gap-2 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18340 */ .vc_tta.vc_tta-gap-2 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18341 */   margin-top: 2px;
/* 18342 */ }
/* 18343 */ .vc_tta.vc_tta-gap-2 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
/* 18344 */   margin-bottom: 2px;
/* 18345 */ }
/* 18346 */ .vc_tta.vc_tta-gap-2.vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 18347 */   margin-bottom: 2px;
/* 18348 */ }
/* 18349 */ .vc_tta.vc_tta-gap-2.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 18350 */   margin-top: 2px;

/* js_composer.css */

/* 18351 */ }
/* 18352 */ .vc_tta.vc_tta-gap-2.vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18353 */   margin-right: 2px;
/* 18354 */ }
/* 18355 */ .vc_tta.vc_tta-gap-2.vc_tta-tabs-position-right .vc_tta-tabs-container {
/* 18356 */   margin-left: 2px;
/* 18357 */ }
/* 18358 */ .vc_tta.vc_tta-gap-3 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18359 */ .vc_tta.vc_tta-gap-3 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18360 */   margin-top: 3px;
/* 18361 */ }
/* 18362 */ .vc_tta.vc_tta-gap-3 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
/* 18363 */   margin-bottom: 3px;
/* 18364 */ }
/* 18365 */ .vc_tta.vc_tta-gap-3.vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 18366 */   margin-bottom: 3px;
/* 18367 */ }
/* 18368 */ .vc_tta.vc_tta-gap-3.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 18369 */   margin-top: 3px;
/* 18370 */ }
/* 18371 */ .vc_tta.vc_tta-gap-3.vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18372 */   margin-right: 3px;
/* 18373 */ }
/* 18374 */ .vc_tta.vc_tta-gap-3.vc_tta-tabs-position-right .vc_tta-tabs-container {
/* 18375 */   margin-left: 3px;
/* 18376 */ }
/* 18377 */ .vc_tta.vc_tta-gap-4 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18378 */ .vc_tta.vc_tta-gap-4 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18379 */   margin-top: 4px;
/* 18380 */ }
/* 18381 */ .vc_tta.vc_tta-gap-4 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
/* 18382 */   margin-bottom: 4px;
/* 18383 */ }
/* 18384 */ .vc_tta.vc_tta-gap-4.vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 18385 */   margin-bottom: 4px;
/* 18386 */ }
/* 18387 */ .vc_tta.vc_tta-gap-4.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 18388 */   margin-top: 4px;
/* 18389 */ }
/* 18390 */ .vc_tta.vc_tta-gap-4.vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18391 */   margin-right: 4px;
/* 18392 */ }
/* 18393 */ .vc_tta.vc_tta-gap-4.vc_tta-tabs-position-right .vc_tta-tabs-container {
/* 18394 */   margin-left: 4px;
/* 18395 */ }
/* 18396 */ .vc_tta.vc_tta-gap-5 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18397 */ .vc_tta.vc_tta-gap-5 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18398 */   margin-top: 5px;
/* 18399 */ }
/* 18400 */ .vc_tta.vc_tta-gap-5 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {

/* js_composer.css */

/* 18401 */   margin-bottom: 5px;
/* 18402 */ }
/* 18403 */ .vc_tta.vc_tta-gap-5.vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 18404 */   margin-bottom: 5px;
/* 18405 */ }
/* 18406 */ .vc_tta.vc_tta-gap-5.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 18407 */   margin-top: 5px;
/* 18408 */ }
/* 18409 */ .vc_tta.vc_tta-gap-5.vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18410 */   margin-right: 5px;
/* 18411 */ }
/* 18412 */ .vc_tta.vc_tta-gap-5.vc_tta-tabs-position-right .vc_tta-tabs-container {
/* 18413 */   margin-left: 5px;
/* 18414 */ }
/* 18415 */ .vc_tta.vc_tta-gap-10 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18416 */ .vc_tta.vc_tta-gap-10 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18417 */   margin-top: 10px;
/* 18418 */ }
/* 18419 */ .vc_tta.vc_tta-gap-10 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
/* 18420 */   margin-bottom: 10px;
/* 18421 */ }
/* 18422 */ .vc_tta.vc_tta-gap-10.vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 18423 */   margin-bottom: 10px;
/* 18424 */ }
/* 18425 */ .vc_tta.vc_tta-gap-10.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 18426 */   margin-top: 10px;
/* 18427 */ }
/* 18428 */ .vc_tta.vc_tta-gap-10.vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18429 */   margin-right: 10px;
/* 18430 */ }
/* 18431 */ .vc_tta.vc_tta-gap-10.vc_tta-tabs-position-right .vc_tta-tabs-container {
/* 18432 */   margin-left: 10px;
/* 18433 */ }
/* 18434 */ .vc_tta.vc_tta-gap-15 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18435 */ .vc_tta.vc_tta-gap-15 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18436 */   margin-top: 15px;
/* 18437 */ }
/* 18438 */ .vc_tta.vc_tta-gap-15 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
/* 18439 */   margin-bottom: 15px;
/* 18440 */ }
/* 18441 */ .vc_tta.vc_tta-gap-15.vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 18442 */   margin-bottom: 15px;
/* 18443 */ }
/* 18444 */ .vc_tta.vc_tta-gap-15.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 18445 */   margin-top: 15px;
/* 18446 */ }
/* 18447 */ .vc_tta.vc_tta-gap-15.vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18448 */   margin-right: 15px;
/* 18449 */ }
/* 18450 */ .vc_tta.vc_tta-gap-15.vc_tta-tabs-position-right .vc_tta-tabs-container {

/* js_composer.css */

/* 18451 */   margin-left: 15px;
/* 18452 */ }
/* 18453 */ .vc_tta.vc_tta-gap-20 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18454 */ .vc_tta.vc_tta-gap-20 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18455 */   margin-top: 20px;
/* 18456 */ }
/* 18457 */ .vc_tta.vc_tta-gap-20 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
/* 18458 */   margin-bottom: 20px;
/* 18459 */ }
/* 18460 */ .vc_tta.vc_tta-gap-20.vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 18461 */   margin-bottom: 20px;
/* 18462 */ }
/* 18463 */ .vc_tta.vc_tta-gap-20.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 18464 */   margin-top: 20px;
/* 18465 */ }
/* 18466 */ .vc_tta.vc_tta-gap-20.vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18467 */   margin-right: 20px;
/* 18468 */ }
/* 18469 */ .vc_tta.vc_tta-gap-20.vc_tta-tabs-position-right .vc_tta-tabs-container {
/* 18470 */   margin-left: 20px;
/* 18471 */ }
/* 18472 */ .vc_tta.vc_tta-gap-25 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18473 */ .vc_tta.vc_tta-gap-25 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18474 */   margin-top: 25px;
/* 18475 */ }
/* 18476 */ .vc_tta.vc_tta-gap-25 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
/* 18477 */   margin-bottom: 25px;
/* 18478 */ }
/* 18479 */ .vc_tta.vc_tta-gap-25.vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 18480 */   margin-bottom: 25px;
/* 18481 */ }
/* 18482 */ .vc_tta.vc_tta-gap-25.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 18483 */   margin-top: 25px;
/* 18484 */ }
/* 18485 */ .vc_tta.vc_tta-gap-25.vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18486 */   margin-right: 25px;
/* 18487 */ }
/* 18488 */ .vc_tta.vc_tta-gap-25.vc_tta-tabs-position-right .vc_tta-tabs-container {
/* 18489 */   margin-left: 25px;
/* 18490 */ }
/* 18491 */ .vc_tta.vc_tta-gap-30 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18492 */ .vc_tta.vc_tta-gap-30 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18493 */   margin-top: 30px;
/* 18494 */ }
/* 18495 */ .vc_tta.vc_tta-gap-30 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
/* 18496 */   margin-bottom: 30px;
/* 18497 */ }
/* 18498 */ .vc_tta.vc_tta-gap-30.vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 18499 */   margin-bottom: 30px;
/* 18500 */ }

/* js_composer.css */

/* 18501 */ .vc_tta.vc_tta-gap-30.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 18502 */   margin-top: 30px;
/* 18503 */ }
/* 18504 */ .vc_tta.vc_tta-gap-30.vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18505 */   margin-right: 30px;
/* 18506 */ }
/* 18507 */ .vc_tta.vc_tta-gap-30.vc_tta-tabs-position-right .vc_tta-tabs-container {
/* 18508 */   margin-left: 30px;
/* 18509 */ }
/* 18510 */ .vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
/* 18511 */ .vc_tta.vc_tta-gap-35 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
/* 18512 */   margin-top: 35px;
/* 18513 */ }
/* 18514 */ .vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
/* 18515 */   margin-bottom: 35px;
/* 18516 */ }
/* 18517 */ .vc_tta.vc_tta-gap-35.vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 18518 */   margin-bottom: 35px;
/* 18519 */ }
/* 18520 */ .vc_tta.vc_tta-gap-35.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 18521 */   margin-top: 35px;
/* 18522 */ }
/* 18523 */ .vc_tta.vc_tta-gap-35.vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18524 */   margin-right: 35px;
/* 18525 */ }
/* 18526 */ .vc_tta.vc_tta-gap-35.vc_tta-tabs-position-right .vc_tta-tabs-container {
/* 18527 */   margin-left: 35px;
/* 18528 */ }
/* 18529 */ /* Positions For Tabs
/* 18530 *|  * ========================== */
/* 18531 */ .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 18532 */   overflow: hidden;
/* 18533 */ }
/* 18534 */ .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
/* 18535 */   overflow: hidden;
/* 18536 */ }
/* 18537 */ .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
/* 18538 */ .vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
/* 18539 */ .vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before {
/* 18540 */   right: auto;
/* 18541 */   bottom: auto;
/* 18542 */   border-top-right-radius: 0;
/* 18543 */   border-bottom-right-radius: 0;
/* 18544 */   border-bottom-left-radius: 0;
/* 18545 */   border-right-width: 0;
/* 18546 */   border-bottom-width: 0;
/* 18547 */ }
/* 18548 */ .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after,
/* 18549 */ .vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after,
/* 18550 */ .vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after {

/* js_composer.css */

/* 18551 */   left: auto;
/* 18552 */   bottom: auto;
/* 18553 */   border-top-left-radius: 0;
/* 18554 */   border-bottom-left-radius: 0;
/* 18555 */   border-bottom-right-radius: 0;
/* 18556 */   border-left-width: 0;
/* 18557 */   border-bottom-width: 0;
/* 18558 */ }
/* 18559 */ .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
/* 18560 */   border-radius: 0;
/* 18561 */ }
/* 18562 */ .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
/* 18563 */   border-top-right-radius: 0;
/* 18564 */   border-bottom-right-radius: 0;
/* 18565 */ }
/* 18566 */ .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
/* 18567 */   border-top-left-radius: 0;
/* 18568 */   border-bottom-left-radius: 0;
/* 18569 */ }
/* 18570 */ .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 18571 */   overflow: hidden;
/* 18572 */ }
/* 18573 */ .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-list {
/* 18574 */   overflow: hidden;
/* 18575 */ }
/* 18576 */ .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
/* 18577 */ .vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
/* 18578 */ .vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before {
/* 18579 */   right: auto;
/* 18580 */   top: auto;
/* 18581 */   border-bottom-right-radius: 0;
/* 18582 */   border-top-right-radius: 0;
/* 18583 */   border-top-left-radius: 0;
/* 18584 */   border-right-width: 0;
/* 18585 */   border-top-width: 0;
/* 18586 */ }
/* 18587 */ .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after,
/* 18588 */ .vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after,
/* 18589 */ .vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after {
/* 18590 */   left: auto;
/* 18591 */   top: auto;
/* 18592 */   border-top-left-radius: 0;
/* 18593 */   border-top-right-radius: 0;
/* 18594 */   border-bottom-left-radius: 0;
/* 18595 */   border-left-width: 0;
/* 18596 */   border-top-width: 0;
/* 18597 */ }
/* 18598 */ .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
/* 18599 */   border-radius: 0;
/* 18600 */ }

/* js_composer.css */

/* 18601 */ .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
/* 18602 */   border-top-right-radius: 0;
/* 18603 */   border-bottom-right-radius: 0;
/* 18604 */ }
/* 18605 */ .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
/* 18606 */   border-top-left-radius: 0;
/* 18607 */   border-bottom-left-radius: 0;
/* 18608 */ }
/* 18609 */ .vc_tta-tabs.vc_tta-tabs-position-left {
/* 18610 */   display: -webkit-box;
/* 18611 */   display: -webkit-flex;
/* 18612 */   display: -ms-flexbox;
/* 18613 */   display: flex;
/* 18614 */   -webkit-box-orient: horizontal;
/* 18615 */   -webkit-box-direction: normal;
/* 18616 */   -webkit-flex-direction: row;
/* 18617 */   -ms-flex-direction: row;
/* 18618 */   flex-direction: row;
/* 18619 */   -webkit-flex-wrap: nowrap;
/* 18620 */   -ms-flex-wrap: nowrap;
/* 18621 */   flex-wrap: nowrap;
/* 18622 */   -webkit-box-pack: start;
/* 18623 */   -webkit-justify-content: flex-start;
/* 18624 */   -ms-flex-pack: start;
/* 18625 */   justify-content: flex-start;
/* 18626 */   -webkit-box-align: stretch;
/* 18627 */   -webkit-align-items: stretch;
/* 18628 */   -ms-flex-align: stretch;
/* 18629 */   align-items: stretch;
/* 18630 */ }
/* 18631 */ .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18632 */   overflow: hidden;
/* 18633 */   -webkit-box-flex: 0;
/* 18634 */   -webkit-flex: 0 0 auto;
/* 18635 */   -ms-flex: 0 0 auto;
/* 18636 */   flex: 0 0 auto;
/* 18637 */   margin-top: 0;
/* 18638 */ }
/* 18639 */ .vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container,
/* 18640 */ .vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18641 */   display: -webkit-box;
/* 18642 */   display: -webkit-flex;
/* 18643 */   display: -ms-flexbox;
/* 18644 */   display: flex;
/* 18645 */ }
/* 18646 */ @media (min-width: 768px) {
/* 18647 */   .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18648 */     display: -webkit-box;
/* 18649 */     display: -webkit-flex;
/* 18650 */     display: -ms-flexbox;

/* js_composer.css */

/* 18651 */     display: flex;
/* 18652 */   }
/* 18653 */ }
/* 18654 */ .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
/* 18655 */   overflow: hidden;
/* 18656 */   -webkit-align-self: stretch;
/* 18657 */   -ms-flex-item-align: stretch;
/* 18658 */   align-self: stretch;
/* 18659 */   -webkit-box-flex: 1;
/* 18660 */   -webkit-flex: 1 1 auto;
/* 18661 */   -ms-flex: 1 1 auto;
/* 18662 */   flex: 1 1 auto;
/* 18663 */ }
/* 18664 */ .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab {
/* 18665 */   display: block;
/* 18666 */ }
/* 18667 */ .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container {
/* 18668 */   display: -webkit-box;
/* 18669 */   display: -webkit-flex;
/* 18670 */   display: -ms-flexbox;
/* 18671 */   display: flex;
/* 18672 */   -webkit-box-flex: 1;
/* 18673 */   -webkit-flex: 1 1 auto;
/* 18674 */   -ms-flex: 1 1 auto;
/* 18675 */   flex: 1 1 auto;
/* 18676 */ }
/* 18677 */ .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels {
/* 18678 */   -webkit-box-flex: 1;
/* 18679 */   -webkit-flex: 1 1 auto;
/* 18680 */   -ms-flex: 1 1 auto;
/* 18681 */   flex: 1 1 auto;
/* 18682 */ }
/* 18683 */ .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before,
/* 18684 */ .vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before,
/* 18685 */ .vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before {
/* 18686 */   right: auto;
/* 18687 */   bottom: auto;
/* 18688 */   border-top-right-radius: 0;
/* 18689 */   border-bottom-right-radius: 0;
/* 18690 */   border-bottom-left-radius: 0;
/* 18691 */   border-right-width: 0;
/* 18692 */   border-bottom-width: 0;
/* 18693 */ }
/* 18694 */ .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after,
/* 18695 */ .vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after,
/* 18696 */ .vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after {
/* 18697 */   right: auto;
/* 18698 */   top: auto;
/* 18699 */   border-top-left-radius: 0;
/* 18700 */   border-top-right-radius: 0;

/* js_composer.css */

/* 18701 */   border-bottom-right-radius: 0;
/* 18702 */   border-right-width: 0;
/* 18703 */   border-top-width: 0;
/* 18704 */ }
/* 18705 */ .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
/* 18706 */   border-radius: 0;
/* 18707 */ }
/* 18708 */ .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
/* 18709 */   border-bottom-left-radius: 0;
/* 18710 */   border-bottom-right-radius: 0;
/* 18711 */ }
/* 18712 */ .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
/* 18713 */   border-top-left-radius: 0;
/* 18714 */   border-top-right-radius: 0;
/* 18715 */ }
/* 18716 */ .vc_tta-tabs.vc_tta-tabs-position-right {
/* 18717 */   display: -webkit-box;
/* 18718 */   display: -webkit-flex;
/* 18719 */   display: -ms-flexbox;
/* 18720 */   display: flex;
/* 18721 */   -webkit-box-orient: horizontal;
/* 18722 */   -webkit-box-direction: normal;
/* 18723 */   -webkit-flex-direction: row;
/* 18724 */   -ms-flex-direction: row;
/* 18725 */   flex-direction: row;
/* 18726 */   -webkit-flex-wrap: nowrap;
/* 18727 */   -ms-flex-wrap: nowrap;
/* 18728 */   flex-wrap: nowrap;
/* 18729 */   -webkit-box-pack: start;
/* 18730 */   -webkit-justify-content: flex-start;
/* 18731 */   -ms-flex-pack: start;
/* 18732 */   justify-content: flex-start;
/* 18733 */   -webkit-box-align: stretch;
/* 18734 */   -webkit-align-items: stretch;
/* 18735 */   -ms-flex-align: stretch;
/* 18736 */   align-items: stretch;
/* 18737 */ }
/* 18738 */ .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
/* 18739 */   overflow: hidden;
/* 18740 */   -webkit-box-flex: 0;
/* 18741 */   -webkit-flex: 0 0 auto;
/* 18742 */   -ms-flex: 0 0 auto;
/* 18743 */   flex: 0 0 auto;
/* 18744 */   margin-top: 0;
/* 18745 */ }
/* 18746 */ .vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container,
/* 18747 */ .vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
/* 18748 */   display: -webkit-box;
/* 18749 */   display: -webkit-flex;
/* 18750 */   display: -ms-flexbox;

/* js_composer.css */

/* 18751 */   display: flex;
/* 18752 */ }
/* 18753 */ @media (min-width: 768px) {
/* 18754 */   .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
/* 18755 */     display: -webkit-box;
/* 18756 */     display: -webkit-flex;
/* 18757 */     display: -ms-flexbox;
/* 18758 */     display: flex;
/* 18759 */   }
/* 18760 */ }
/* 18761 */ .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list {
/* 18762 */   overflow: hidden;
/* 18763 */   -webkit-align-self: stretch;
/* 18764 */   -ms-flex-item-align: stretch;
/* 18765 */   align-self: stretch;
/* 18766 */   -webkit-box-flex: 1;
/* 18767 */   -webkit-flex: 1 1 auto;
/* 18768 */   -ms-flex: 1 1 auto;
/* 18769 */   flex: 1 1 auto;
/* 18770 */ }
/* 18771 */ .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab {
/* 18772 */   display: block;
/* 18773 */ }
/* 18774 */ .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container {
/* 18775 */   display: -webkit-box;
/* 18776 */   display: -webkit-flex;
/* 18777 */   display: -ms-flexbox;
/* 18778 */   display: flex;
/* 18779 */   -webkit-box-flex: 1;
/* 18780 */   -webkit-flex: 1 1 auto;
/* 18781 */   -ms-flex: 1 1 auto;
/* 18782 */   flex: 1 1 auto;
/* 18783 */ }
/* 18784 */ .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels {
/* 18785 */   -webkit-box-flex: 1;
/* 18786 */   -webkit-flex: 1 1 auto;
/* 18787 */   -ms-flex: 1 1 auto;
/* 18788 */   flex: 1 1 auto;
/* 18789 */ }
/* 18790 */ .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before,
/* 18791 */ .vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before,
/* 18792 */ .vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before {
/* 18793 */   left: auto;
/* 18794 */   bottom: auto;
/* 18795 */   border-top-left-radius: 0;
/* 18796 */   border-bottom-left-radius: 0;
/* 18797 */   border-bottom-right-radius: 0;
/* 18798 */   border-left-width: 0;
/* 18799 */   border-bottom-width: 0;
/* 18800 */ }

/* js_composer.css */

/* 18801 */ .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after,
/* 18802 */ .vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after,
/* 18803 */ .vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after {
/* 18804 */   left: auto;
/* 18805 */   top: auto;
/* 18806 */   border-top-right-radius: 0;
/* 18807 */   border-top-left-radius: 0;
/* 18808 */   border-bottom-left-radius: 0;
/* 18809 */   border-left-width: 0;
/* 18810 */   border-top-width: 0;
/* 18811 */ }
/* 18812 */ .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
/* 18813 */   border-radius: 0;
/* 18814 */ }
/* 18815 */ .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
/* 18816 */   border-bottom-left-radius: 0;
/* 18817 */   border-bottom-right-radius: 0;
/* 18818 */ }
/* 18819 */ .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
/* 18820 */   border-top-left-radius: 0;
/* 18821 */   border-top-right-radius: 0;
/* 18822 */ }
/* 18823 */ /* Positions Fixes For Tabs
/* 18824 *|  * ========================== */
/* 18825 */ .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::before,
/* 18826 */ .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::before,
/* 18827 */ .vc_non_responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::before,
/* 18828 */ .vc_non_responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::before,
/* 18829 */ .vc_tta-o-non-responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::before,
/* 18830 */ .vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::before,
/* 18831 */ .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::after,
/* 18832 */ .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::after,
/* 18833 */ .vc_non_responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::after,
/* 18834 */ .vc_non_responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::after,
/* 18835 */ .vc_tta-o-non-responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::after,
/* 18836 */ .vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::after {
/* 18837 */   display: none;
/* 18838 */ }
/* 18839 */ .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-tabs-container,
/* 18840 */ .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-container,
/* 18841 */ .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-tabs-list,
/* 18842 */ .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-list {
/* 18843 */   overflow: initial;
/* 18844 */ }
/* 18845 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab > a {
/* 18846 */   border-bottom-left-radius: 0;
/* 18847 */   border-bottom-right-radius: 0;
/* 18848 */ }
/* 18849 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a {
/* 18850 */   border-bottom-color: transparent;

/* js_composer.css */

/* 18851 */ }
/* 18852 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a::before {
/* 18853 */   display: block;
/* 18854 */   height: auto;
/* 18855 */   top: 100%;
/* 18856 */   right: 100%;
/* 18857 */   border-bottom: 0;
/* 18858 */   border-left: 0;
/* 18859 */   border-right: 0;
/* 18860 */ }
/* 18861 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a::after {
/* 18862 */   display: block;
/* 18863 */   height: auto;
/* 18864 */   top: 100%;
/* 18865 */   left: 100%;
/* 18866 */   border-bottom: 0;
/* 18867 */   border-left: 0;
/* 18868 */   border-right: 0;
/* 18869 */ }
/* 18870 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 18871 */   margin-top: 0;
/* 18872 */   margin-bottom: 0;
/* 18873 */ }
/* 18874 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container,
/* 18875 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-modern .vc_tta-tabs-container {
/* 18876 */   margin-bottom: -1px;
/* 18877 */ }
/* 18878 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-outline .vc_tta-tabs-container {
/* 18879 */   margin-bottom: -2px;
/* 18880 */ }
/* 18881 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-outline:not(.vc_tta-pageable) .vc_tta-panels {
/* 18882 */   border-top-color: transparent;
/* 18883 */ }
/* 18884 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab > a {
/* 18885 */   border-top-left-radius: 0;
/* 18886 */   border-top-right-radius: 0;
/* 18887 */ }
/* 18888 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a {
/* 18889 */   border-top-color: transparent;
/* 18890 */ }
/* 18891 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a::before {
/* 18892 */   display: block;
/* 18893 */   height: auto;
/* 18894 */   bottom: 100%;
/* 18895 */   right: 100%;
/* 18896 */   border-top: 0;
/* 18897 */   border-left: 0;
/* 18898 */   border-right: 0;
/* 18899 */ }
/* 18900 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a::after {

/* js_composer.css */

/* 18901 */   display: block;
/* 18902 */   height: auto;
/* 18903 */   bottom: 100%;
/* 18904 */   left: 100%;
/* 18905 */   border-top: 0;
/* 18906 */   border-left: 0;
/* 18907 */   border-right: 0;
/* 18908 */ }
/* 18909 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 18910 */   margin-top: 0;
/* 18911 */   margin-bottom: 0;
/* 18912 */ }
/* 18913 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-classic .vc_tta-tabs-container,
/* 18914 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-modern .vc_tta-tabs-container {
/* 18915 */   margin-top: -1px;
/* 18916 */ }
/* 18917 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-outline .vc_tta-tabs-container {
/* 18918 */   margin-top: -2px;
/* 18919 */ }
/* 18920 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-outline:not(.vc_tta-pageable) .vc_tta-panels {
/* 18921 */   border-bottom-color: transparent;
/* 18922 */ }
/* 18923 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab > a {
/* 18924 */   border-top-right-radius: 0;
/* 18925 */   border-bottom-right-radius: 0;
/* 18926 */ }
/* 18927 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a {
/* 18928 */   border-right-color: transparent;
/* 18929 */ }
/* 18930 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a::before {
/* 18931 */   display: block;
/* 18932 */   width: auto;
/* 18933 */   left: 100%;
/* 18934 */   bottom: 100%;
/* 18935 */   border-bottom: 0;
/* 18936 */   border-top: 0;
/* 18937 */   border-right: 0;
/* 18938 */ }
/* 18939 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a::after {
/* 18940 */   display: block;
/* 18941 */   width: auto;
/* 18942 */   left: 100%;
/* 18943 */   top: 100%;
/* 18944 */   border-bottom: 0;
/* 18945 */   border-top: 0;
/* 18946 */   border-right: 0;
/* 18947 */ }
/* 18948 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tabs-container {
/* 18949 */   margin-left: 0;
/* 18950 */   margin-right: 0;

/* js_composer.css */

/* 18951 */ }
/* 18952 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container,
/* 18953 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-modern .vc_tta-tabs-container {
/* 18954 */   margin-right: -1px;
/* 18955 */ }
/* 18956 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tabs-container {
/* 18957 */   margin-right: -2px;
/* 18958 */ }
/* 18959 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-panels {
/* 18960 */   border-left-color: transparent;
/* 18961 */ }
/* 18962 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panels,
/* 18963 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panels {
/* 18964 */   margin-top: 0;
/* 18965 */   border-top-left-radius: 0;
/* 18966 */ }
/* 18967 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panel-body::before,
/* 18968 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panel-body::before,
/* 18969 */ .vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panel-body::before,
/* 18970 */ .vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panel-body::before,
/* 18971 */ .vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panel-body::before,
/* 18972 */ .vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panel-body::before {
/* 18973 */   display: none;
/* 18974 */ }
/* 18975 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab > a {
/* 18976 */   border-top-left-radius: 0;
/* 18977 */   border-bottom-left-radius: 0;
/* 18978 */ }
/* 18979 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a {
/* 18980 */   border-left-color: transparent;
/* 18981 */ }
/* 18982 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a::before {
/* 18983 */   display: block;
/* 18984 */   width: auto;
/* 18985 */   right: 100%;
/* 18986 */   bottom: 100%;
/* 18987 */   border-bottom: 0;
/* 18988 */   border-top: 0;
/* 18989 */   border-left: 0;
/* 18990 */ }
/* 18991 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a::after {
/* 18992 */   display: block;
/* 18993 */   width: auto;
/* 18994 */   right: 100%;
/* 18995 */   top: 100%;
/* 18996 */   border-bottom: 0;
/* 18997 */   border-top: 0;
/* 18998 */   border-left: 0;
/* 18999 */ }
/* 19000 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tabs-container {

/* js_composer.css */

/* 19001 */   margin-left: 0;
/* 19002 */   margin-right: 0;
/* 19003 */ }
/* 19004 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-classic .vc_tta-tabs-container,
/* 19005 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-modern .vc_tta-tabs-container {
/* 19006 */   margin-left: -1px;
/* 19007 */ }
/* 19008 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tabs-container {
/* 19009 */   margin-left: -2px;
/* 19010 */ }
/* 19011 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-panels {
/* 19012 */   border-right-color: transparent;
/* 19013 */ }
/* 19014 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panels,
/* 19015 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panels {
/* 19016 */   margin-top: 0;
/* 19017 */   border-top-right-radius: 0;
/* 19018 */ }
/* 19019 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panel-body::before,
/* 19020 */ .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panel-body::before,
/* 19021 */ .vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panel-body::before,
/* 19022 */ .vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panel-body::before,
/* 19023 */ .vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panel-body::before,
/* 19024 */ .vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panel-body::before {
/* 19025 */   display: none;
/* 19026 */ }
/* 19027 */ /* Sizes For Tabs
/* 19028 *|  * ========================== */
/* 19029 */ .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-xs .vc_tta-tabs-container,
/* 19030 */ .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-xs .vc_tta-tabs-container {
/* 19031 */   -webkit-flex-basis: 10%;
/* 19032 */   -ms-flex-preferred-size: 10%;
/* 19033 */   flex-basis: 10%;
/* 19034 */ }
/* 19035 */ .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-sm .vc_tta-tabs-container,
/* 19036 */ .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-sm .vc_tta-tabs-container {
/* 19037 */   flex-basis: 20%;
/* 19038 */ }
/* 19039 */ .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-md .vc_tta-tabs-container,
/* 19040 */ .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-md .vc_tta-tabs-container {
/* 19041 */   flex-basis: 30%;
/* 19042 */ }
/* 19043 */ .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-lg .vc_tta-tabs-container,
/* 19044 */ .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-lg .vc_tta-tabs-container {
/* 19045 */   flex-basis: 40%;
/* 19046 */ }
/* 19047 */ .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-xl .vc_tta-tabs-container,
/* 19048 */ .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-xl .vc_tta-tabs-container {
/* 19049 */   flex-basis: 50%;
/* 19050 */ }

/* js_composer.css */

/* 19051 */ /* Controls Alignments
/* 19052 *|  * =================================== */
/* 19053 */ .vc_tta.vc_tta-controls-align-left .vc_tta-tabs-container,
/* 19054 */ .vc_tta.vc_tta-controls-align-left .vc_tta-panel-heading {
/* 19055 */   text-align: left;
/* 19056 */ }
/* 19057 */ .vc_tta.vc_tta-controls-align-right .vc_tta-tabs-container,
/* 19058 */ .vc_tta.vc_tta-controls-align-right .vc_tta-panel-heading {
/* 19059 */   text-align: right;
/* 19060 */ }
/* 19061 */ .vc_tta.vc_tta-controls-align-center .vc_tta-tabs-container,
/* 19062 */ .vc_tta.vc_tta-controls-align-center .vc_tta-panel-heading {
/* 19063 */   text-align: center;
/* 19064 */ }
/* 19065 */ /* Controls Alignments Fixes
/* 19066 *|  * ========================== */
/* 19067 */ .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 19068 */   margin-left: 0;
/* 19069 */ }
/* 19070 */ .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
/* 19071 */ .vc_non_responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
/* 19072 */ .vc_tta-o-non-responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before {
/* 19073 */   display: none;
/* 19074 */ }
/* 19075 */ .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
/* 19076 */   border-top-left-radius: 0;
/* 19077 */ }
/* 19078 */ .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 19079 */   margin-left: 0;
/* 19080 */ }
/* 19081 */ .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
/* 19082 */ .vc_non_responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
/* 19083 */ .vc_tta-o-non-responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before {
/* 19084 */   display: none;
/* 19085 */ }
/* 19086 */ .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
/* 19087 */   border-bottom-left-radius: 0;
/* 19088 */ }
/* 19089 */ .vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
/* 19090 */   margin-right: 0;
/* 19091 */ }
/* 19092 */ .vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after {
/* 19093 */   display: none;
/* 19094 */ }
/* 19095 */ .vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
/* 19096 */   border-top-right-radius: 0;
/* 19097 */ }
/* 19098 */ .vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
/* 19099 */   margin-right: 0;
/* 19100 */ }

/* js_composer.css */

/* 19101 */ .vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after {
/* 19102 */   display: none;
/* 19103 */ }
/* 19104 */ .vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-bottom:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
/* 19105 */   border-bottom-right-radius: 0;
/* 19106 */ }
/* 19107 */ .vc_tta-tabs.vc_tta-has-pagination:not(.vc_tta-tabs-position-bottom) {
/* 19108 */   padding-bottom: 60px;
/* 19109 */ }
/* 19110 */ .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
/* 19111 */   position: absolute;
/* 19112 */   top: 100%;
/* 19113 */   left: 0;
/* 19114 */   right: 0;
/* 19115 */   margin-top: 30px;
/* 19116 */   margin-bottom: 30px;
/* 19117 */   -webkit-transform: translateY(-50%);
/* 19118 */   -ms-transform: translateY(-50%);
/* 19119 */   transform: translateY(-50%);
/* 19120 */ }
/* 19121 */ .vc_tta-tabs.vc_tta-has-pagination.vc_tta-tabs-position-bottom {
/* 19122 */   padding-top: 60px;
/* 19123 */ }
/* 19124 */ .vc_tta-tabs.vc_tta-has-pagination.vc_tta-tabs-position-bottom .vc_pagination {
/* 19125 */   top: auto;
/* 19126 */   bottom: 100%;
/* 19127 */   -webkit-transform: translateY(50%);
/* 19128 */   -ms-transform: translateY(50%);
/* 19129 */   transform: translateY(50%);
/* 19130 */ }
/* 19131 */ /* Control Icons For Accordions
/* 19132 *|  * ============================= */
/* 19133 */ .vc_tta .vc_tta-controls-icon {
/* 19134 */   display: inline-block;
/* 19135 */   vertical-align: middle;
/* 19136 */   height: 12px;
/* 19137 */   width: 12px;
/* 19138 */   position: relative;
/* 19139 */   font-size: inherit;
/* 19140 */   margin: 0;
/* 19141 */ }
/* 19142 */ .vc_tta .vc_tta-controls-icon:before,
/* 19143 */ .vc_tta .vc_tta-controls-icon:after {
/* 19144 */   -webkit-transition: all 0.2s ease-in-out;
/* 19145 */   transition: all 0.2s ease-in-out;
/* 19146 */ }
/* 19147 */ .vc_tta .vc_tta-title-text:not(:empty) ~ .vc_tta-controls-icon {
/* 19148 */   margin-left: 0;
/* 19149 */ }
/* 19150 */ /* Control Icons

/* js_composer.css */

/* 19151 *|  * ============================= */
/* 19152 */ .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
/* 19153 */   content: '';
/* 19154 */   display: block;
/* 19155 */   position: absolute;
/* 19156 */   box-sizing: border-box;
/* 19157 */   left: 0;
/* 19158 */   right: 0;
/* 19159 */   top: 50%;
/* 19160 */   -webkit-transform: translateY(-50%);
/* 19161 */   -ms-transform: translateY(-50%);
/* 19162 */   transform: translateY(-50%);
/* 19163 */   border-style: solid;
/* 19164 */   border-width: 2px 0 0 0;
/* 19165 */ }
/* 19166 */ .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
/* 19167 */   content: '';
/* 19168 */   display: block;
/* 19169 */   position: absolute;
/* 19170 */   box-sizing: border-box;
/* 19171 */   left: 50%;
/* 19172 */   bottom: 0;
/* 19173 */   top: 0;
/* 19174 */   -webkit-transform: translateX(-50%);
/* 19175 */   -ms-transform: translateX(-50%);
/* 19176 */   transform: translateX(-50%);
/* 19177 */   border-style: solid;
/* 19178 */   border-width: 0 0 0 2px;
/* 19179 */ }
/* 19180 */ .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
/* 19181 */   content: '';
/* 19182 */   display: block;
/* 19183 */   position: absolute;
/* 19184 */   box-sizing: border-box;
/* 19185 */   left: 2px;
/* 19186 */   right: 2px;
/* 19187 */   top: 2px;
/* 19188 */   bottom: 2px;
/* 19189 */   border-style: solid;
/* 19190 */   border-width: 0 2px 2px 0;
/* 19191 */   -webkit-transform: rotate(45deg) translate(-25%, -25%);
/* 19192 */   -ms-transform: rotate(45deg) translate(-25%, -25%);
/* 19193 */   transform: rotate(45deg) translate(-25%, -25%);
/* 19194 */ }
/* 19195 */ .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
/* 19196 */   content: '';
/* 19197 */   display: block;
/* 19198 */   position: absolute;
/* 19199 */   box-sizing: border-box;
/* 19200 */   left: 0;

/* js_composer.css */

/* 19201 */   right: 0;
/* 19202 */   top: 0;
/* 19203 */   bottom: 0;
/* 19204 */   border-style: solid;
/* 19205 */   border-width: 6px;
/* 19206 */   border-bottom-color: transparent !important;
/* 19207 */   border-right-color: transparent !important;
/* 19208 */   border-left-color: transparent !important;
/* 19209 */   -webkit-transform: translateY(25%);
/* 19210 */   -ms-transform: translateY(25%);
/* 19211 */   transform: translateY(25%);
/* 19212 */ }
/* 19213 */ .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
/* 19214 */   display: none;
/* 19215 */ }
/* 19216 */ .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
/* 19217 */   -webkit-transform: rotate(225deg) translate(-25%, -25%);
/* 19218 */   -ms-transform: rotate(225deg) translate(-25%, -25%);
/* 19219 */   transform: rotate(225deg) translate(-25%, -25%);
/* 19220 */ }
/* 19221 */ .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
/* 19222 */   -webkit-transform: rotate(180deg) translateY(25%);
/* 19223 */   -ms-transform: rotate(180deg) translateY(25%);
/* 19224 */   transform: rotate(180deg) translateY(25%);
/* 19225 */ }
/* 19226 */ /* Control Icons Positions
/* 19227 *|  * ============================= */
/* 19228 */ .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
/* 19229 */   padding-left: 46px;
/* 19230 */ }
/* 19231 */ .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
/* 19232 */   position: absolute;
/* 19233 */   top: 50%;
/* 19234 */   -webkit-transform: translateY(-50%);
/* 19235 */   -ms-transform: translateY(-50%);
/* 19236 */   transform: translateY(-50%);
/* 19237 */   left: 20px;
/* 19238 */ }
/* 19239 */ .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
/* 19240 */   padding-right: 42px;
/* 19241 */ }
/* 19242 */ .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
/* 19243 */   position: absolute;
/* 19244 */   top: 50%;
/* 19245 */   -webkit-transform: translateY(-50%);
/* 19246 */   -ms-transform: translateY(-50%);
/* 19247 */   transform: translateY(-50%);
/* 19248 */   right: 20px;
/* 19249 */ }
/* 19250 */ .vc_general.vc_pagination {

/* js_composer.css */

/* 19251 */   display: block;
/* 19252 */   margin: 0;
/* 19253 */   padding: 0;
/* 19254 */   text-align: center;
/* 19255 */ }
/* 19256 */ .vc_general.vc_pagination .vc_pagination-item {
/* 19257 */   display: inline-block;
/* 19258 */   margin: 0;
/* 19259 */   padding: 0;
/* 19260 */   vertical-align: middle;
/* 19261 */ }
/* 19262 */ .vc_general.vc_pagination .vc_pagination-trigger {
/* 19263 */   display: block;
/* 19264 */   text-decoration: none;
/* 19265 */   cursor: pointer;
/* 19266 */   height: 10px;
/* 19267 */   width: 10px;
/* 19268 */   margin: 5px 7px;
/* 19269 */   background: transparent;
/* 19270 */   -webkit-transition: all 0.2s ease-in-out;
/* 19271 */   transition: all 0.2s ease-in-out;
/* 19272 */   border: none;
/* 19273 */ }
/* 19274 */ .vc_general.vc_pagination .vc_pagination-trigger:focus {
/* 19275 */   outline: none;
/* 19276 */ }
/* 19277 */ .vc_general.vc_pagination .vc_active .vc_pagination-trigger {
/* 19278 */   cursor: default;
/* 19279 */ }
/* 19280 */ .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
/* 19281 */   border: 3px solid transparent;
/* 19282 */ }
/* 19283 */ .vc_pagination.vc_pagination-style-flat .vc_pagination-trigger {
/* 19284 */   opacity: .6;
/* 19285 */ }
/* 19286 */ .vc_pagination.vc_pagination-style-flat .vc_pagination-trigger:hover {
/* 19287 */   opacity: 1;
/* 19288 */ }
/* 19289 */ .vc_pagination.vc_pagination-style-flat .vc_active .vc_pagination-trigger {
/* 19290 */   opacity: 1;
/* 19291 */ }
/* 19292 */ .vc_pagination.vc_pagination-shape-round .vc_pagination-trigger {
/* 19293 */   border-radius: 50%;
/* 19294 */ }
/* 19295 */ .vc_pagination.vc_pagination-shape-rounded .vc_pagination-trigger {
/* 19296 */   border-radius: 3px;
/* 19297 */ }
/* 19298 */ .vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger {
/* 19299 */   border-color: #5472d2;
/* 19300 */ }

/* js_composer.css */

/* 19301 */ .vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19302 */   background-color: #5472d2;
/* 19303 */ }
/* 19304 */ .vc_pagination-color-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19305 */   background-color: #5472d2;
/* 19306 */ }
/* 19307 */ .vc_pagination-color-blue.vc_pagination-style-flat .vc_pagination-trigger {
/* 19308 */   background-color: #5472d2;
/* 19309 */ }
/* 19310 */ .vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger {
/* 19311 */   border-color: #00c1cf;
/* 19312 */ }
/* 19313 */ .vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19314 */   background-color: #00c1cf;
/* 19315 */ }
/* 19316 */ .vc_pagination-color-turquoise.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19317 */   background-color: #00c1cf;
/* 19318 */ }
/* 19319 */ .vc_pagination-color-turquoise.vc_pagination-style-flat .vc_pagination-trigger {
/* 19320 */   background-color: #00c1cf;
/* 19321 */ }
/* 19322 */ .vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger {
/* 19323 */   border-color: #fe6c61;
/* 19324 */ }
/* 19325 */ .vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19326 */   background-color: #fe6c61;
/* 19327 */ }
/* 19328 */ .vc_pagination-color-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19329 */   background-color: #fe6c61;
/* 19330 */ }
/* 19331 */ .vc_pagination-color-pink.vc_pagination-style-flat .vc_pagination-trigger {
/* 19332 */   background-color: #fe6c61;
/* 19333 */ }
/* 19334 */ .vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger {
/* 19335 */   border-color: #8d6dc4;
/* 19336 */ }
/* 19337 */ .vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19338 */   background-color: #8d6dc4;
/* 19339 */ }
/* 19340 */ .vc_pagination-color-violet.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19341 */   background-color: #8d6dc4;
/* 19342 */ }
/* 19343 */ .vc_pagination-color-violet.vc_pagination-style-flat .vc_pagination-trigger {
/* 19344 */   background-color: #8d6dc4;
/* 19345 */ }
/* 19346 */ .vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger {
/* 19347 */   border-color: #4cadc9;
/* 19348 */ }
/* 19349 */ .vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19350 */   background-color: #4cadc9;

/* js_composer.css */

/* 19351 */ }
/* 19352 */ .vc_pagination-color-peacoc.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19353 */   background-color: #4cadc9;
/* 19354 */ }
/* 19355 */ .vc_pagination-color-peacoc.vc_pagination-style-flat .vc_pagination-trigger {
/* 19356 */   background-color: #4cadc9;
/* 19357 */ }
/* 19358 */ .vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger {
/* 19359 */   border-color: #cec2ab;
/* 19360 */ }
/* 19361 */ .vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19362 */   background-color: #cec2ab;
/* 19363 */ }
/* 19364 */ .vc_pagination-color-chino.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19365 */   background-color: #cec2ab;
/* 19366 */ }
/* 19367 */ .vc_pagination-color-chino.vc_pagination-style-flat .vc_pagination-trigger {
/* 19368 */   background-color: #cec2ab;
/* 19369 */ }
/* 19370 */ .vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger {
/* 19371 */   border-color: #50485b;
/* 19372 */ }
/* 19373 */ .vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19374 */   background-color: #50485b;
/* 19375 */ }
/* 19376 */ .vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19377 */   background-color: #50485b;
/* 19378 */ }
/* 19379 */ .vc_pagination-color-mulled-wine.vc_pagination-style-flat .vc_pagination-trigger {
/* 19380 */   background-color: #50485b;
/* 19381 */ }
/* 19382 */ .vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger {
/* 19383 */   border-color: #75d69c;
/* 19384 */ }
/* 19385 */ .vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19386 */   background-color: #75d69c;
/* 19387 */ }
/* 19388 */ .vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19389 */   background-color: #75d69c;
/* 19390 */ }
/* 19391 */ .vc_pagination-color-vista-blue.vc_pagination-style-flat .vc_pagination-trigger {
/* 19392 */   background-color: #75d69c;
/* 19393 */ }
/* 19394 */ .vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger {
/* 19395 */   border-color: #f7be68;
/* 19396 */ }
/* 19397 */ .vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19398 */   background-color: #f7be68;
/* 19399 */ }
/* 19400 */ .vc_pagination-color-orange.vc_pagination-style-outline .vc_active .vc_pagination-trigger {

/* js_composer.css */

/* 19401 */   background-color: #f7be68;
/* 19402 */ }
/* 19403 */ .vc_pagination-color-orange.vc_pagination-style-flat .vc_pagination-trigger {
/* 19404 */   background-color: #f7be68;
/* 19405 */ }
/* 19406 */ .vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger {
/* 19407 */   border-color: #5aa1e3;
/* 19408 */ }
/* 19409 */ .vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19410 */   background-color: #5aa1e3;
/* 19411 */ }
/* 19412 */ .vc_pagination-color-sky.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19413 */   background-color: #5aa1e3;
/* 19414 */ }
/* 19415 */ .vc_pagination-color-sky.vc_pagination-style-flat .vc_pagination-trigger {
/* 19416 */   background-color: #5aa1e3;
/* 19417 */ }
/* 19418 */ .vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger {
/* 19419 */   border-color: #6dab3c;
/* 19420 */ }
/* 19421 */ .vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19422 */   background-color: #6dab3c;
/* 19423 */ }
/* 19424 */ .vc_pagination-color-green.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19425 */   background-color: #6dab3c;
/* 19426 */ }
/* 19427 */ .vc_pagination-color-green.vc_pagination-style-flat .vc_pagination-trigger {
/* 19428 */   background-color: #6dab3c;
/* 19429 */ }
/* 19430 */ .vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger {
/* 19431 */   border-color: #f4524d;
/* 19432 */ }
/* 19433 */ .vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19434 */   background-color: #f4524d;
/* 19435 */ }
/* 19436 */ .vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19437 */   background-color: #f4524d;
/* 19438 */ }
/* 19439 */ .vc_pagination-color-juicy-pink.vc_pagination-style-flat .vc_pagination-trigger {
/* 19440 */   background-color: #f4524d;
/* 19441 */ }
/* 19442 */ .vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger {
/* 19443 */   border-color: #f79468;
/* 19444 */ }
/* 19445 */ .vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19446 */   background-color: #f79468;
/* 19447 */ }
/* 19448 */ .vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19449 */   background-color: #f79468;
/* 19450 */ }

/* js_composer.css */

/* 19451 */ .vc_pagination-color-sandy-brown.vc_pagination-style-flat .vc_pagination-trigger {
/* 19452 */   background-color: #f79468;
/* 19453 */ }
/* 19454 */ .vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger {
/* 19455 */   border-color: #b97ebb;
/* 19456 */ }
/* 19457 */ .vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19458 */   background-color: #b97ebb;
/* 19459 */ }
/* 19460 */ .vc_pagination-color-purple.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19461 */   background-color: #b97ebb;
/* 19462 */ }
/* 19463 */ .vc_pagination-color-purple.vc_pagination-style-flat .vc_pagination-trigger {
/* 19464 */   background-color: #b97ebb;
/* 19465 */ }
/* 19466 */ .vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger {
/* 19467 */   border-color: #2a2a2a;
/* 19468 */ }
/* 19469 */ .vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19470 */   background-color: #2a2a2a;
/* 19471 */ }
/* 19472 */ .vc_pagination-color-black.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19473 */   background-color: #2a2a2a;
/* 19474 */ }
/* 19475 */ .vc_pagination-color-black.vc_pagination-style-flat .vc_pagination-trigger {
/* 19476 */   background-color: #2a2a2a;
/* 19477 */ }
/* 19478 */ .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
/* 19479 */   border-color: #ebebeb;
/* 19480 */ }
/* 19481 */ .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19482 */   background-color: #ebebeb;
/* 19483 */ }
/* 19484 */ .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19485 */   background-color: #ebebeb;
/* 19486 */ }
/* 19487 */ .vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger {
/* 19488 */   background-color: #ebebeb;
/* 19489 */ }
/* 19490 */ .vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger {
/* 19491 */   border-color: #ffffff;
/* 19492 */ }
/* 19493 */ .vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger:hover {
/* 19494 */   background-color: #ffffff;
/* 19495 */ }
/* 19496 */ .vc_pagination-color-white.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
/* 19497 */   background-color: #ffffff;
/* 19498 */ }
/* 19499 */ .vc_pagination-color-white.vc_pagination-style-flat .vc_pagination-trigger {
/* 19500 */   background-color: #ffffff;

/* js_composer.css */

/* 19501 */ }
/* 19502 */ @media (max-width: 768px) {
/* 19503 */   .vc_tta-container .vc_tta:not([class*="vc_tta-pageable"]) .vc_pagination {
/* 19504 */     display: none;
/* 19505 */   }
/* 19506 */ }
/* 19507 */ .vc_grid.vc_row {
/* 19508 */   padding-left: 0;
/* 19509 */   padding-right: 0;
/* 19510 */   margin-left: 0;
/* 19511 */   margin-right: 0;
/* 19512 */ }
/* 19513 */ .vc-row[data-vc-full-width] .vc_grid.vc_row {
/* 19514 */   overflow: hidden;
/* 19515 */ }
/* 19516 */ .vc_grid.vc_row.vc_grid-gutter-1px {
/* 19517 */   margin-bottom: -1px;
/* 19518 */ }
/* 19519 */ .vc_grid.vc_row.vc_grid-gutter-1px .vc_pageable-slide-wrapper {
/* 19520 */   margin-right: -1px;
/* 19521 */ }
/* 19522 */ .vc_grid.vc_row.vc_grid-gutter-1px .vc_grid-item {
/* 19523 */   padding-right: 1px;
/* 19524 */   padding-bottom: 1px;
/* 19525 */ }
/* 19526 */ .vc_grid.vc_row.vc_grid-gutter-2px {
/* 19527 */   margin-bottom: -2px;
/* 19528 */ }
/* 19529 */ .vc_grid.vc_row.vc_grid-gutter-2px .vc_pageable-slide-wrapper {
/* 19530 */   margin-right: -2px;
/* 19531 */ }
/* 19532 */ .vc_grid.vc_row.vc_grid-gutter-2px .vc_grid-item {
/* 19533 */   padding-right: 2px;
/* 19534 */   padding-bottom: 2px;
/* 19535 */ }
/* 19536 */ .vc_grid.vc_row.vc_grid-gutter-3px {
/* 19537 */   margin-bottom: -3px;
/* 19538 */ }
/* 19539 */ .vc_grid.vc_row.vc_grid-gutter-3px .vc_pageable-slide-wrapper {
/* 19540 */   margin-right: -3px;
/* 19541 */ }
/* 19542 */ .vc_grid.vc_row.vc_grid-gutter-3px .vc_grid-item {
/* 19543 */   padding-right: 3px;
/* 19544 */   padding-bottom: 3px;
/* 19545 */ }
/* 19546 */ .vc_grid.vc_row.vc_grid-gutter-4px {
/* 19547 */   margin-bottom: -4px;
/* 19548 */ }
/* 19549 */ .vc_grid.vc_row.vc_grid-gutter-4px .vc_pageable-slide-wrapper {
/* 19550 */   margin-right: -4px;

/* js_composer.css */

/* 19551 */ }
/* 19552 */ .vc_grid.vc_row.vc_grid-gutter-4px .vc_grid-item {
/* 19553 */   padding-right: 4px;
/* 19554 */   padding-bottom: 4px;
/* 19555 */ }
/* 19556 */ .vc_grid.vc_row.vc_grid-gutter-5px {
/* 19557 */   margin-bottom: -5px;
/* 19558 */ }
/* 19559 */ .vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper {
/* 19560 */   margin-right: -5px;
/* 19561 */ }
/* 19562 */ .vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
/* 19563 */   padding-right: 5px;
/* 19564 */   padding-bottom: 5px;
/* 19565 */ }
/* 19566 */ .vc_grid.vc_row.vc_grid-gutter-10px {
/* 19567 */   margin-bottom: -10px;
/* 19568 */ }
/* 19569 */ .vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper {
/* 19570 */   margin-right: -10px;
/* 19571 */ }
/* 19572 */ .vc_grid.vc_row.vc_grid-gutter-10px .vc_grid-item {
/* 19573 */   padding-right: 10px;
/* 19574 */   padding-bottom: 10px;
/* 19575 */ }
/* 19576 */ .vc_grid.vc_row.vc_grid-gutter-15px {
/* 19577 */   margin-bottom: -15px;
/* 19578 */ }
/* 19579 */ .vc_grid.vc_row.vc_grid-gutter-15px .vc_pageable-slide-wrapper {
/* 19580 */   margin-right: -15px;
/* 19581 */ }
/* 19582 */ .vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item {
/* 19583 */   padding-right: 15px;
/* 19584 */   padding-bottom: 15px;
/* 19585 */ }
/* 19586 */ .vc_grid.vc_row.vc_grid-gutter-20px {
/* 19587 */   margin-bottom: -20px;
/* 19588 */ }
/* 19589 */ .vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper {
/* 19590 */   margin-right: -20px;
/* 19591 */ }
/* 19592 */ .vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
/* 19593 */   padding-right: 20px;
/* 19594 */   padding-bottom: 20px;
/* 19595 */ }
/* 19596 */ .vc_grid.vc_row.vc_grid-gutter-25px {
/* 19597 */   margin-bottom: -25px;
/* 19598 */ }
/* 19599 */ .vc_grid.vc_row.vc_grid-gutter-25px .vc_pageable-slide-wrapper {
/* 19600 */   margin-right: -25px;

/* js_composer.css */

/* 19601 */ }
/* 19602 */ .vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item {
/* 19603 */   padding-right: 25px;
/* 19604 */   padding-bottom: 25px;
/* 19605 */ }
/* 19606 */ .vc_grid.vc_row.vc_grid-gutter-30px {
/* 19607 */   margin-bottom: -30px;
/* 19608 */ }
/* 19609 */ .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
/* 19610 */   margin-right: -30px;
/* 19611 */ }
/* 19612 */ .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
/* 19613 */   padding-right: 30px;
/* 19614 */   padding-bottom: 30px;
/* 19615 */ }
/* 19616 */ .vc_grid.vc_row.vc_grid-gutter-35px {
/* 19617 */   margin-bottom: -35px;
/* 19618 */ }
/* 19619 */ .vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
/* 19620 */   margin-right: -35px;
/* 19621 */ }
/* 19622 */ .vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
/* 19623 */   padding-right: 35px;
/* 19624 */   padding-bottom: 35px;
/* 19625 */ }
/* 19626 */ .vc_grid.vc_row .vc_pageable-slide-wrapper > *:hover {
/* 19627 */   z-index: 3;
/* 19628 */ }
/* 19629 */ .vc_grid.vc_row .vc_grid-item {
/* 19630 */   display: none;
/* 19631 */   padding: 0;
/* 19632 */   vertical-align: top;
/* 19633 */   float: none;
/* 19634 */   box-sizing: border-box;
/* 19635 */   z-index: 1;
/* 19636 */ }
/* 19637 */ .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_grid-item-content {
/* 19638 */   overflow: hidden;
/* 19639 */ }
/* 19640 */ .vc_grid.vc_row .vc_grid-item .wpb_content_element,
/* 19641 */ .vc_grid.vc_row .vc_grid-item .vc_icon_element,
/* 19642 */ .vc_grid.vc_row .vc_grid-item .vc_btn {
/* 19643 */   margin-bottom: 15px;
/* 19644 */ }
/* 19645 */ .vc_grid.vc_row .vc_grid-item .wpb_content_element a,
/* 19646 */ .vc_grid.vc_row .vc_grid-item .vc_icon_element a,
/* 19647 */ .vc_grid.vc_row .vc_grid-item .vc_btn a {
/* 19648 */   text-decoration: none;
/* 19649 */   border-bottom: 0;
/* 19650 */ }

/* js_composer.css */

/* 19651 */ .vc_grid .vc_gitem-link {
/* 19652 */   border-bottom: none;
/* 19653 */   outline: none;
/* 19654 */ }
/* 19655 */ .vc_masonry_grid .vc_grid.vc_row .vc_grid-item,
/* 19656 */ .vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item {
/* 19657 */   position: static;
/* 19658 */ }
/* 19659 */ .vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
/* 19660 */ .vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
/* 19661 */   display: block;
/* 19662 */ }
/* 19663 */ .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
/* 19664 */ .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
/* 19665 */   display: block;
/* 19666 */ }
/* 19667 */ @media (min-width: 768px) {
/* 19668 */   .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
/* 19669 */   .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
/* 19670 */     display: inline-block;
/* 19671 */   }
/* 19672 */ }
/* 19673 */ @-moz-document url-prefix() {
/* 19674 */   .vc_masonry_grid .vc_grid-item,
/* 19675 */   .vc_masonry_media_grid .vc_grid-item {
/* 19676 */     margin-left: -0.01px;
/* 19677 */   }
/* 19678 */ }
/* 19679 */ .vc_gitem-zone-b {
/* 19680 */   display: none;
/* 19681 */ }
/* 19682 */ .vc_gitem-float-none {
/* 19683 */   float: none;
/* 19684 */ }
/* 19685 */ .vc_gitem-float-left {
/* 19686 */   float: left;
/* 19687 */ }
/* 19688 */ .vc_gitem-float-right {
/* 19689 */   float: right;
/* 19690 */ }
/* 19691 */ .vc_gitem-align-center {
/* 19692 */   text-align: center;
/* 19693 */ }
/* 19694 */ .vc_gitem-align-right {
/* 19695 */   text-align: right;
/* 19696 */ }
/* 19697 */ .vc_gitem-align-justify {
/* 19698 */   text-align: justify;
/* 19699 */ }
/* 19700 */ .vc_gitem-block {

/* js_composer.css */

/* 19701 */   position: relative;
/* 19702 */   overflow: hidden;
/* 19703 */ }
/* 19704 */ .vc_gitem-is-link {
/* 19705 */   cursor: pointer;
/* 19706 */ }
/* 19707 */ .vc_gitem-link {
/* 19708 */   text-decoration: none;
/* 19709 */ }
/* 19710 */ .vc_gitem_row {
/* 19711 */   margin-left: 0;
/* 19712 */   margin-right: 0;
/* 19713 */   margin-bottom: 0px;
/* 19714 */   padding: inherit;
/* 19715 */   box-sizing: border-box;
/* 19716 */ }
/* 19717 */ .vc_gitem_row .vc_gitem_row {
/* 19718 */   margin-bottom: 0px;
/* 19719 */ }
/* 19720 */ .vc_gitem-zone-a .vc_gitem-row-position-top,
/* 19721 */ .vc_gitem-zone-b .vc_gitem-row-position-top {
/* 19722 */   position: absolute;
/* 19723 */   left: 0;
/* 19724 */   right: 0;
/* 19725 */   top: 0;
/* 19726 */ }
/* 19727 */ .vc_gitem-zone-a .vc_gitem-row-position-middle,
/* 19728 */ .vc_gitem-zone-b .vc_gitem-row-position-middle {
/* 19729 */   position: absolute;
/* 19730 */   left: 0;
/* 19731 */   right: 0;
/* 19732 */   top: 50%;
/* 19733 */   -webkit-transform: translate(0, -50%);
/* 19734 */   -ms-transform: translate(0, -50%);
/* 19735 */   -o-transform: translate(0, -50%);
/* 19736 */   transform: translate(0, -50%);
/* 19737 */ }
/* 19738 */ .vc_gitem-zone-a .vc_gitem-row-position-bottom,
/* 19739 */ .vc_gitem-zone-b .vc_gitem-row-position-bottom {
/* 19740 */   position: absolute;
/* 19741 */   left: 0;
/* 19742 */   right: 0;
/* 19743 */   bottom: 0;
/* 19744 */ }
/* 19745 */ .vc_gitem_row .vc_gitem-col {
/* 19746 */   box-sizing: border-box;
/* 19747 */   padding: 10px;
/* 19748 */   background-repeat: no-repeat;
/* 19749 */   background-position: 50% 50%;
/* 19750 */   background-size: cover;

/* js_composer.css */

/* 19751 */ }
/* 19752 */ .vc_gitem-zone {
/* 19753 */   position: relative;
/* 19754 */   background-repeat: no-repeat;
/* 19755 */   background-position: 50% 50%;
/* 19756 */   background-size: cover;
/* 19757 */   background-clip: padding-box;
/* 19758 */   box-sizing: border-box;
/* 19759 */   overflow: hidden;
/* 19760 */ }
/* 19761 */ .vc_gitem-zone .vc-zone-link {
/* 19762 */   display: block;
/* 19763 */   position: absolute;
/* 19764 */   top: 0;
/* 19765 */   right: 0;
/* 19766 */   left: 0;
/* 19767 */   bottom: 0;
/* 19768 */   z-index: 5;
/* 19769 */ }
/* 19770 */ .vc_gitem-zone-img {
/* 19771 */   width: 100%;
/* 19772 */   display: block;
/* 19773 */   visibility: hidden;
/* 19774 */   height: auto;
/* 19775 */ }
/* 19776 */ .vc_gitem-zone-a .vc_gitem-zone-mini {
/* 19777 */   box-sizing: border-box;
/* 19778 */   padding: inherit;
/* 19779 */   position: static;
/* 19780 */   top: 0;
/* 19781 */   left: 0;
/* 19782 */   bottom: 0;
/* 19783 */   right: 0;
/* 19784 */ }
/* 19785 */ .vc_gitem-zone-b {
/* 19786 */   overflow: hidden;
/* 19787 */ }
/* 19788 */ .vc_gitem-zone-b .vc_gitem-zone-mini {
/* 19789 */   position: static;
/* 19790 */   padding: inherit;
/* 19791 */   top: 0;
/* 19792 */   left: 0;
/* 19793 */   right: 0;
/* 19794 */   bottom: 0;
/* 19795 */   margin: 0;
/* 19796 */ }
/* 19797 */ .vc_grid-item-zone-c-left .vc_gitem-animated-block {
/* 19798 */   float: right;
/* 19799 */   width: 50%;
/* 19800 */ }

/* js_composer.css */

/* 19801 */ .vc_grid-item-zone-c-left .vc_gitem-zone-c {
/* 19802 */   float: left;
/* 19803 */   width: 50%;
/* 19804 */ }
/* 19805 */ .vc_grid-item-zone-c-right .vc_gitem-animated-block {
/* 19806 */   float: left;
/* 19807 */   width: 50%;
/* 19808 */ }
/* 19809 */ .vc_grid-item-zone-c-right .vc_gitem-zone-c {
/* 19810 */   float: right;
/* 19811 */   width: 50%;
/* 19812 */ }
/* 19813 */ .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
/* 19814 */   display: none !important;
/* 19815 */ }
/* 19816 */ .vc-gitem-zone-height-mode-auto:before {
/* 19817 */   content: "";
/* 19818 */   display: block;
/* 19819 */   padding-top: 100%;
/* 19820 */ }
/* 19821 */ .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
/* 19822 */   padding-top: 75%;
/* 19823 */ }
/* 19824 */ .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
/* 19825 */   padding-top: 133.33333333%;
/* 19826 */ }
/* 19827 */ .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
/* 19828 */   padding-top: 133.33333333%;
/* 19829 */ }
/* 19830 */ .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
/* 19831 */   padding-top: 56.25%;
/* 19832 */ }
/* 19833 */ .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
/* 19834 */   padding-top: 177.77777778%;
/* 19835 */ }
/* 19836 */ .vc_gitem-animated-block {
/* 19837 */   position: relative;
/* 19838 */ }
/* 19839 */ .vc_gitem-animate .vc_btn {
/* 19840 */   -webkit-transition: all 0s ease;
/* 19841 */   -o-transition: all 0s ease;
/* 19842 */   transition: all 0s ease;
/* 19843 */ }
/* 19844 */ .vc_gitem-animate .vc_gitem-zone-b {
/* 19845 */   z-index: 199;
/* 19846 */ }
/* 19847 */ .vc_gitem-animate-none .vc_gitem-zone-b {
/* 19848 */   display: block;
/* 19849 */   position: absolute;
/* 19850 */   top: 0;

/* js_composer.css */

/* 19851 */   left: 0;
/* 19852 */   bottom: 0;
/* 19853 */   right: 0;
/* 19854 */   margin: 0;
/* 19855 */   opacity: 0;
/* 19856 */   filter: alpha(opacity=0);
/* 19857 */   box-sizing: border-box;
/* 19858 */ }
/* 19859 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-none .vc_gitem-zone-b {
/* 19860 */   opacity: 1;
/* 19861 */   filter: alpha(opacity=100);
/* 19862 */ }
/* 19863 */ .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
/* 19864 */ .vc_gitem-animate-scaleIn .vc_gitem-zone-b,
/* 19865 */ .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b,
/* 19866 */ .vc_gitem-animate-blurOut .vc_gitem-zone-b,
/* 19867 */ .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b {
/* 19868 */   display: block;
/* 19869 */   position: absolute;
/* 19870 */   top: 0;
/* 19871 */   left: 0;
/* 19872 */   bottom: 0;
/* 19873 */   right: 0;
/* 19874 */   margin: 0;
/* 19875 */   opacity: 0;
/* 19876 */   filter: alpha(opacity=0);
/* 19877 */   -webkit-transition: all 1s ease;
/* 19878 */   -o-transition: all 1s ease;
/* 19879 */   transition: all 1s ease;
/* 19880 */   box-sizing: border-box;
/* 19881 */ }
/* 19882 */ .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator,
/* 19883 */ .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator,
/* 19884 */ .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator,
/* 19885 */ .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator,
/* 19886 */ .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator {
/* 19887 */   -webkit-transition: all 1s ease;
/* 19888 */   -o-transition: all 1s ease;
/* 19889 */   transition: all 1s ease;
/* 19890 */   width: 0;
/* 19891 */ }
/* 19892 */ .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn,
/* 19893 */ .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn,
/* 19894 */ .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn,
/* 19895 */ .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn,
/* 19896 */ .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn {
/* 19897 */   -webkit-transition: all 1s ease;
/* 19898 */   -o-transition: all 1s ease;
/* 19899 */   transition: all 1s ease;
/* 19900 */   -webkit-transform: scale(0);

/* js_composer.css */

/* 19901 */   -ms-transform: scale(0);
/* 19902 */   -o-transform: scale(0);
/* 19903 */   transform: scale(0);
/* 19904 */ }
/* 19905 */ .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
/* 19906 */ .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
/* 19907 */ .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title,
/* 19908 */ .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
/* 19909 */ .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title {
/* 19910 */   display: inline-block;
/* 19911 */   opacity: 0;
/* 19912 */   filter: alpha(opacity=0);
/* 19913 */   -webkit-transform: translate3d(0, -100%, 0);
/* 19914 */   transform: translate3d(0, -100%, 0);
/* 19915 */   -webkit-perspective: 1000;
/* 19916 */   -webkit-backface-visibility: hidden;
/* 19917 */   -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1);
/* 19918 */   -moz-transition: -moz-transform 1s cubic-bezier(0, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1);
/* 19919 */   -o-transition: -o-transform 1s cubic-bezier(0, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1);
/* 19920 */   transition: transform 1s cubic-bezier(0, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1);
/* 19921 */ }
/* 19922 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
/* 19923 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
/* 19924 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title,
/* 19925 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
/* 19926 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title {
/* 19927 */   opacity: 1;
/* 19928 */   filter: alpha(opacity=100);
/* 19929 */ }
/* 19930 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
/* 19931 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
/* 19932 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator,
/* 19933 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
/* 19934 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator {
/* 19935 */   -webkit-transition: all 1s ease;
/* 19936 */   -o-transition: all 1s ease;
/* 19937 */   transition: all 1s ease;
/* 19938 */   width: 50%;
/* 19939 */ }
/* 19940 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
/* 19941 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
/* 19942 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn,
/* 19943 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
/* 19944 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn {
/* 19945 */   -webkit-transition: all 1s ease;
/* 19946 */   -o-transition: all 1s ease;
/* 19947 */   transition: all 1s ease;
/* 19948 */   -webkit-transform: scale(1);
/* 19949 */   -ms-transform: scale(1);
/* 19950 */   -o-transform: scale(1);

/* js_composer.css */

/* 19951 */   transform: scale(1);
/* 19952 */ }
/* 19953 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
/* 19954 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
/* 19955 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
/* 19956 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
/* 19957 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_post-title {
/* 19958 */   opacity: 1;
/* 19959 */   filter: alpha(opacity=100);
/* 19960 */   -webkit-transform: translate3d(0, 0, 0);
/* 19961 */   transform: translate3d(0, 0, 0);
/* 19962 */ }
/* 19963 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
/* 19964 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b,
/* 19965 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b,
/* 19966 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b,
/* 19967 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b {
/* 19968 */   opacity: 1;
/* 19969 */   filter: alpha(opacity=100);
/* 19970 */ }
/* 19971 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator,
/* 19972 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator,
/* 19973 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator,
/* 19974 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator,
/* 19975 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator {
/* 19976 */   -webkit-transition: all 1s ease;
/* 19977 */   -o-transition: all 1s ease;
/* 19978 */   transition: all 1s ease;
/* 19979 */   width: 50%;
/* 19980 */ }
/* 19981 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn,
/* 19982 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn,
/* 19983 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn,
/* 19984 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn,
/* 19985 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn {
/* 19986 */   -webkit-transition: all 1s ease;
/* 19987 */   -o-transition: all 1s ease;
/* 19988 */   transition: all 1s ease;
/* 19989 */   -webkit-transform: scale(1);
/* 19990 */   -ms-transform: scale(1);
/* 19991 */   -o-transform: scale(1);
/* 19992 */   transform: scale(1);
/* 19993 */ }
/* 19994 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
/* 19995 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
/* 19996 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title,
/* 19997 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
/* 19998 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title {
/* 19999 */   opacity: 1;
/* 20000 */   filter: alpha(opacity=100);

/* js_composer.css */

/* 20001 */   -webkit-transform: translate3d(0, 0, 0);
/* 20002 */   transform: translate3d(0, 0, 0);
/* 20003 */ }
/* 20004 */ .vc_gitem-animate-scaleIn {
/* 20005 */   overflow: hidden;
/* 20006 */ }
/* 20007 */ .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
/* 20008 */   -webkit-transform: scale(1);
/* 20009 */   -ms-transform: scale(1);
/* 20010 */   -o-transform: scale(1);
/* 20011 */   transform: scale(1);
/* 20012 */   -webkit-transition: -webkit-transform 0.3s ease-in-out;
/* 20013 */   -moz-transition: -moz-transform 0.3s ease-in-out;
/* 20014 */   -o-transition: -o-transform 0.3s ease-in-out;
/* 20015 */   transition: transform 0.3s ease-in-out;
/* 20016 */ }
/* 20017 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
/* 20018 */   -webkit-transform: scale(1.1);
/* 20019 */   -ms-transform: scale(1.1);
/* 20020 */   -o-transform: scale(1.1);
/* 20021 */   transform: scale(1.1);
/* 20022 */ }
/* 20023 */ .vc_gitem-animate-scaleRotateIn {
/* 20024 */   overflow: hidden;
/* 20025 */ }
/* 20026 */ .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
/* 20027 */   -webkit-transform: scale(1);
/* 20028 */   -ms-transform: scale(1);
/* 20029 */   -o-transform: scale(1);
/* 20030 */   transform: scale(1);
/* 20031 */   -webkit-transition: -webkit-transform 0.3s ease-in-out;
/* 20032 */   -moz-transition: -moz-transform 0.3s ease-in-out;
/* 20033 */   -o-transition: -o-transform 0.3s ease-in-out;
/* 20034 */   transition: transform 0.3s ease-in-out;
/* 20035 */ }
/* 20036 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
/* 20037 */   -webkit-transform: scale(1.5) rotate(10deg);
/* 20038 */   -moz-transform: scale(1.5) rotate(10deg);
/* 20039 */   -ms-transform: scale(1.5) rotate(10deg);
/* 20040 */   -o-transform: scale(1.5) rotate(10deg);
/* 20041 */   transform: scale(1.5) rotate(10deg);
/* 20042 */ }
/* 20043 */ .vc_gitem-animate-blurOut .vc_gitem-zone-a,
/* 20044 */ .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
/* 20045 */   filter: blur(0px);
/* 20046 */   -webkit-filter: blur(0px);
/* 20047 */   -moz-filter: blur(0px);
/* 20048 */   -ms-filter: blur(0px);
/* 20049 */   filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
/* 20050 */   -webkit-transform-origin: 50% 50%;

/* js_composer.css */

/* 20051 */   -moz-transform-origin: 50% 50%;
/* 20052 */   -ms-transform-origin: 50% 50%;
/* 20053 */   transform-origin: 50% 50%;
/* 20054 */   -webkit-perspective: 1000;
/* 20055 */   -webkit-backface-visibility: hidden;
/* 20056 */   webkit-transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), -webkit-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
/* 20057 */   -moz-transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), -moz-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
/* 20058 */   -o-transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), -o-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
/* 20059 */   transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
/* 20060 */ }
/* 20061 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-a,
/* 20062 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
/* 20063 */   filter: url('/wp-content/plugins/js_composer/assets/vc/blur.svg#blur');
/* 20064 */   -webkit-filter: blur(2px);
/* 20065 */   -moz-filter: blur(2px);
/* 20066 */   -ms-filter: blur(2px);
/* 20067 */   filter: blur(2px);
/* 20068 */   filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
/* 20069 */ }
/* 20070 */ .vc_gitem-animate-blurScaleOut {
/* 20071 */   overflow: hidden;
/* 20072 */ }
/* 20073 */ .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
/* 20074 */   -webkit-transform: scale(1.1);
/* 20075 */   -ms-transform: scale(1.1);
/* 20076 */   -o-transform: scale(1.1);
/* 20077 */   transform: scale(1.1);
/* 20078 */ }
/* 20079 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
/* 20080 */   -webkit-transform: scale(1);
/* 20081 */   -ms-transform: scale(1);
/* 20082 */   -o-transform: scale(1);
/* 20083 */   transform: scale(1);
/* 20084 */ }
/* 20085 */ .vc_gitem-animate-slideInRight {
/* 20086 */   overflow: hidden;
/* 20087 */ }
/* 20088 */ .vc_gitem-animate-slideInRight .vc_gitem-zone-b {
/* 20089 */   display: block;
/* 20090 */   position: absolute;
/* 20091 */   top: 0;
/* 20092 */   left: 0;
/* 20093 */   right: 0;
/* 20094 */   bottom: 0;
/* 20095 */   margin: 0;
/* 20096 */   opacity: 0;
/* 20097 */   filter: alpha(opacity=0);
/* 20098 */   -webkit-transition: all 1s ease;
/* 20099 */   -o-transition: all 1s ease;
/* 20100 */   transition: all 1s ease;

/* js_composer.css */

/* 20101 */   -webkit-transform: translateX(-100%);
/* 20102 */   -ms-transform: translateX(-100%);
/* 20103 */   -o-transform: translateX(-100%);
/* 20104 */   transform: translateX(-100%);
/* 20105 */ }
/* 20106 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInRight .vc_gitem-zone-b {
/* 20107 */   opacity: 1;
/* 20108 */   filter: alpha(opacity=100);
/* 20109 */   -webkit-transform: translateX(0);
/* 20110 */   -ms-transform: translateX(0);
/* 20111 */   -o-transform: translateX(0);
/* 20112 */   transform: translateX(0);
/* 20113 */ }
/* 20114 */ .vc_gitem-animate-slideInLeft {
/* 20115 */   overflow: hidden;
/* 20116 */ }
/* 20117 */ .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
/* 20118 */   display: block;
/* 20119 */   position: absolute;
/* 20120 */   top: 0;
/* 20121 */   left: 0;
/* 20122 */   right: 0;
/* 20123 */   bottom: 0;
/* 20124 */   margin: 0;
/* 20125 */   -webkit-transition: all 1s ease;
/* 20126 */   -o-transition: all 1s ease;
/* 20127 */   transition: all 1s ease;
/* 20128 */   -webkit-transform: translateX(-100%);
/* 20129 */   -ms-transform: translateX(-100%);
/* 20130 */   -o-transform: translateX(-100%);
/* 20131 */   transform: translateX(-100%);
/* 20132 */   opacity: 0;
/* 20133 */   filter: alpha(opacity=0);
/* 20134 */ }
/* 20135 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
/* 20136 */   opacity: 1;
/* 20137 */   filter: alpha(opacity=100);
/* 20138 */   -webkit-transform: translateX(0);
/* 20139 */   -ms-transform: translateX(0);
/* 20140 */   -o-transform: translateX(0);
/* 20141 */   transform: translateX(0);
/* 20142 */ }
/* 20143 */ .vc_gitem-animate-slideBottom {
/* 20144 */   overflow: hidden;
/* 20145 */   position: relative;
/* 20146 */ }
/* 20147 */ .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
/* 20148 */   display: block;
/* 20149 */   -webkit-transition: all 1s ease;
/* 20150 */   -o-transition: all 1s ease;

/* js_composer.css */

/* 20151 */   transition: all 1s ease;
/* 20152 */   z-index: 1000;
/* 20153 */   position: absolute;
/* 20154 */   top: 100%;
/* 20155 */   height: 100%;
/* 20156 */   left: 0;
/* 20157 */   right: 0;
/* 20158 */   margin: 0;
/* 20159 */ }
/* 20160 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
/* 20161 */   top: 0;
/* 20162 */ }
/* 20163 */ .vc_gitem-animate-slideTop {
/* 20164 */   overflow: hidden;
/* 20165 */   position: relative;
/* 20166 */ }
/* 20167 */ .vc_gitem-animate-slideTop .vc_gitem-zone-b {
/* 20168 */   display: block;
/* 20169 */   -webkit-transition: all 1s ease;
/* 20170 */   -o-transition: all 1s ease;
/* 20171 */   transition: all 1s ease;
/* 20172 */   z-index: 1000;
/* 20173 */   position: absolute;
/* 20174 */   top: -100%;
/* 20175 */   height: 100%;
/* 20176 */   left: 0;
/* 20177 */   right: 0;
/* 20178 */   margin: 0;
/* 20179 */ }
/* 20180 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideTop .vc_gitem-zone-b {
/* 20181 */   top: 0;
/* 20182 */ }
/* 20183 */ .vc_gitem-animate-flipFadeIn {
/* 20184 */   overflow: hidden;
/* 20185 */ }
/* 20186 */ .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
/* 20187 */   -webkit-backface-visibility: hidden;
/* 20188 */   -moz-backface-visibility: hidden;
/* 20189 */   backface-visibility: hidden;
/* 20190 */   -webkit-transition: -webkit-transform 1s;
/* 20191 */   -moz-transition: -moz-transform 1s;
/* 20192 */   -o-transition: -o-transform 1s;
/* 20193 */   transition: transform 1s;
/* 20194 */   -webkit-transform-style: preserve-3d;
/* 20195 */   -moz-transform-style: preserve-3d;
/* 20196 */   -o-transform-style: preserve-3d;
/* 20197 */   transform-style: preserve-3d;
/* 20198 */ }
/* 20199 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
/* 20200 */   -webkit-transform: rotateX(180deg);

/* js_composer.css */

/* 20201 */   -ms-transform: rotateX(180deg);
/* 20202 */   -o-transform: rotateX(180deg);
/* 20203 */   transform: rotateX(180deg);
/* 20204 */ }
/* 20205 */ .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
/* 20206 */   display: block;
/* 20207 */   top: 0;
/* 20208 */   left: 0;
/* 20209 */   right: 0;
/* 20210 */   bottom: 0;
/* 20211 */   position: absolute;
/* 20212 */   opacity: 0;
/* 20213 */   filter: alpha(opacity=0);
/* 20214 */   -webkit-transition: all 0.6s ease;
/* 20215 */   -o-transition: all 0.6s ease;
/* 20216 */   transition: all 0.6s ease;
/* 20217 */   -webkit-transform-style: preserve-3d;
/* 20218 */   -moz-transform-style: preserve-3d;
/* 20219 */   -o-transform-style: preserve-3d;
/* 20220 */   transform-style: preserve-3d;
/* 20221 */   -webkit-transform: rotateX(180deg);
/* 20222 */   -ms-transform: rotateX(180deg);
/* 20223 */   -o-transform: rotateX(180deg);
/* 20224 */   transform: rotateX(180deg);
/* 20225 */   -webkit-backface-visibility: hidden;
/* 20226 */   -moz-backface-visibility: hidden;
/* 20227 */   backface-visibility: hidden;
/* 20228 */ }
/* 20229 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
/* 20230 */   opacity: 1;
/* 20231 */   filter: alpha(opacity=100);
/* 20232 */   -webkit-transform: rotateX(0deg);
/* 20233 */   -ms-transform: rotateX(0deg);
/* 20234 */   -o-transform: rotateX(0deg);
/* 20235 */   transform: rotateX(0deg);
/* 20236 */ }
/* 20237 */ .vc_gitem-animate-flipHorizontalFadeIn {
/* 20238 */   overflow: hidden;
/* 20239 */ }
/* 20240 */ .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
/* 20241 */   -webkit-backface-visibility: hidden;
/* 20242 */   -moz-backface-visibility: hidden;
/* 20243 */   backface-visibility: hidden;
/* 20244 */   -webkit-transition: -webkit-transform 1s;
/* 20245 */   -moz-transition: -moz-transform 1s;
/* 20246 */   -o-transition: -o-transform 1s;
/* 20247 */   transition: transform 1s;
/* 20248 */   -webkit-transform-style: preserve-3d;
/* 20249 */   -moz-transform-style: preserve-3d;
/* 20250 */   -o-transform-style: preserve-3d;

/* js_composer.css */

/* 20251 */   transform-style: preserve-3d;
/* 20252 */ }
/* 20253 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
/* 20254 */   -webkit-transform: rotateY(180deg);
/* 20255 */   -ms-transform: rotateY(180deg);
/* 20256 */   -o-transform: rotateY(180deg);
/* 20257 */   transform: rotateY(180deg);
/* 20258 */ }
/* 20259 */ .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
/* 20260 */   display: block;
/* 20261 */   top: 0;
/* 20262 */   left: 0;
/* 20263 */   right: 0;
/* 20264 */   bottom: 0;
/* 20265 */   position: absolute;
/* 20266 */   opacity: 0;
/* 20267 */   filter: alpha(opacity=0);
/* 20268 */   -webkit-transition: all 0.6s ease;
/* 20269 */   -o-transition: all 0.6s ease;
/* 20270 */   transition: all 0.6s ease;
/* 20271 */   -webkit-transform-style: preserve-3d;
/* 20272 */   -moz-transform-style: preserve-3d;
/* 20273 */   -o-transform-style: preserve-3d;
/* 20274 */   transform-style: preserve-3d;
/* 20275 */   -webkit-transform: rotateY(180deg);
/* 20276 */   -ms-transform: rotateY(180deg);
/* 20277 */   -o-transform: rotateY(180deg);
/* 20278 */   transform: rotateY(180deg);
/* 20279 */   -webkit-backface-visibility: hidden;
/* 20280 */   -moz-backface-visibility: hidden;
/* 20281 */   backface-visibility: hidden;
/* 20282 */ }
/* 20283 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
/* 20284 */   opacity: 1;
/* 20285 */   filter: alpha(opacity=100);
/* 20286 */   -webkit-transform: rotateY(0deg);
/* 20287 */   -ms-transform: rotateY(0deg);
/* 20288 */   -o-transform: rotateY(0deg);
/* 20289 */   transform: rotateY(0deg);
/* 20290 */ }
/* 20291 */ .vc_gitem-animate-goTop20 {
/* 20292 */   overflow: hidden;
/* 20293 */ }
/* 20294 */ .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
/* 20295 */   position: relative;
/* 20296 */   -webkit-transform: translateY(0);
/* 20297 */   -ms-transform: translateY(0);
/* 20298 */   -o-transform: translateY(0);
/* 20299 */   transform: translateY(0);
/* 20300 */   -webkit-transition: -webkit-transform 0.5s ease;

/* js_composer.css */

/* 20301 */   -moz-transition: -moz-transform 0.5s ease;
/* 20302 */   -o-transition: -o-transform 0.5s ease;
/* 20303 */   transition: transform 0.5s ease;
/* 20304 */ }
/* 20305 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
/* 20306 */   -webkit-transform: translateY(-20%);
/* 20307 */   -ms-transform: translateY(-20%);
/* 20308 */   -o-transform: translateY(-20%);
/* 20309 */   transform: translateY(-20%);
/* 20310 */ }
/* 20311 */ .vc_gitem-animate-goTop20 .vc_gitem-zone-b {
/* 20312 */   display: block;
/* 20313 */   -webkit-transition: bottom 0.5s ease;
/* 20314 */   -o-transition: bottom 0.5s ease;
/* 20315 */   transition: bottom 0.5s ease;
/* 20316 */   bottom: -100%;
/* 20317 */   z-index: 1000;
/* 20318 */   position: absolute;
/* 20319 */   width: 100%;
/* 20320 */   margin: 0;
/* 20321 */ }
/* 20322 */ .vc_gitem-animate-goTop20 .vc_gitem-zone-b .vc_gitem-zone-mini {
/* 20323 */   position: static;
/* 20324 */   -webkit-transform: none;
/* 20325 */   -ms-transform: none;
/* 20326 */   transform: none;
/* 20327 */ }
/* 20328 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-b {
/* 20329 */   bottom: 0%;
/* 20330 */ }
/* 20331 */ .vc_gitem-animate-goBottom20 {
/* 20332 */   overflow: hidden;
/* 20333 */ }
/* 20334 */ .vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
/* 20335 */   position: relative;
/* 20336 */   -webkit-transform: translateY(0);
/* 20337 */   -ms-transform: translateY(0);
/* 20338 */   transform: translateY(0);
/* 20339 */   -webkit-transition: -webkit-transform 0.5s ease;
/* 20340 */   -moz-transition: -moz-transform 0.5s ease;
/* 20341 */   -o-transition: -o-transform 0.5s ease;
/* 20342 */   transition: transform 0.5s ease;
/* 20343 */ }
/* 20344 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
/* 20345 */   -webkit-transform: translateY(20%);
/* 20346 */   -ms-transform: translateY(20%);
/* 20347 */   transform: translateY(20%);
/* 20348 */ }
/* 20349 */ .vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
/* 20350 */   display: block;

/* js_composer.css */

/* 20351 */   -webkit-transition: top 0.5s ease;
/* 20352 */   -o-transition: top 0.5s ease;
/* 20353 */   transition: top 0.5s ease;
/* 20354 */   top: -100%;
/* 20355 */   z-index: 1000;
/* 20356 */   position: absolute;
/* 20357 */   width: 100%;
/* 20358 */   margin: 0;
/* 20359 */ }
/* 20360 */ .vc_gitem-animate-goBottom20 .vc_gitem-zone-b .vc_gitem-zone-mini {
/* 20361 */   position: static;
/* 20362 */   -webkit-transform: none;
/* 20363 */   -ms-transform: none;
/* 20364 */   transform: none;
/* 20365 */ }
/* 20366 */ .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
/* 20367 */   top: 0%;
/* 20368 */ }
/* 20369 */ .vc_gitem-post-data {
/* 20370 */   margin-bottom: 15px;
/* 20371 */ }
/* 20372 */ .vc_gitem-post-data h2 {
/* 20373 */   margin: 0;
/* 20374 */ }
/* 20375 */ .vc_grid .vc_pageable-load-more-btn {
/* 20376 */   text-align: center;
/* 20377 */   margin-top: 25px;
/* 20378 */ }
/* 20379 */ .vc_grid .vc_pageable-load-more-btn > .vc_btn {
/* 20380 */   outline: none;
/* 20381 */ }
/* 20382 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
/* 20383 */   display: none;
/* 20384 */   margin-top: 20px;
/* 20385 */   text-align: center;
/* 20386 */   -webkit-tap-highlight-color: transparent;
/* 20387 */ }
/* 20388 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot {
/* 20389 */   cursor: pointer;
/* 20390 */   display: inline-block;
/* 20391 */   zoom: 1;
/* 20392 */   *display: inline;
/* 20393 */ }
/* 20394 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span {
/* 20395 */   width: 10px;
/* 20396 */   height: 10px;
/* 20397 */   margin: 5px 7px;
/* 20398 */   display: block;
/* 20399 */   -webkit-backface-visibility: visible;
/* 20400 */   -webkit-transition: opacity 200ms ease;

/* js_composer.css */

/* 20401 */   -o-transition: opacity 200ms ease;
/* 20402 */   transition: opacity 200ms ease;
/* 20403 */ }
/* 20404 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots {
/* 20405 */   display: block;
/* 20406 */ }
/* 20407 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span {
/* 20408 */   border: 3px solid;
/* 20409 */   -webkit-transition: background-color 200ms ease;
/* 20410 */   -o-transition: background-color 200ms ease;
/* 20411 */   transition: background-color 200ms ease;
/* 20412 */ }
/* 20413 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots {
/* 20414 */   display: block;
/* 20415 */ }
/* 20416 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span {
/* 20417 */   border: 3px solid;
/* 20418 */   -webkit-border-radius: 10px;
/* 20419 */   -moz-border-radius: 10px;
/* 20420 */   border-radius: 10px;
/* 20421 */   -webkit-transition: background-color 200ms ease;
/* 20422 */   -o-transition: background-color 200ms ease;
/* 20423 */   transition: background-color 200ms ease;
/* 20424 */ }
/* 20425 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots {
/* 20426 */   display: block;
/* 20427 */ }
/* 20428 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot span {
/* 20429 */   -webkit-border-radius: 30px;
/* 20430 */   -moz-border-radius: 30px;
/* 20431 */   border-radius: 30px;
/* 20432 */   opacity: 0.6;
/* 20433 */   filter: alpha(opacity=60);
/* 20434 */ }
/* 20435 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot.active span,
/* 20436 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot:hover span {
/* 20437 */   opacity: 1;
/* 20438 */   filter: alpha(opacity=100);
/* 20439 */ }
/* 20440 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots {
/* 20441 */   display: block;
/* 20442 */ }
/* 20443 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
/* 20444 */   width: 10px;
/* 20445 */   height: 10px;
/* 20446 */   margin: 5px 7px;
/* 20447 */   display: block;
/* 20448 */   -webkit-backface-visibility: visible;
/* 20449 */   -webkit-transition: opacity 200ms ease;
/* 20450 */   -o-transition: opacity 200ms ease;

/* js_composer.css */

/* 20451 */   transition: opacity 200ms ease;
/* 20452 */ }
/* 20453 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
/* 20454 */   opacity: 0.6;
/* 20455 */   filter: alpha(opacity=60);
/* 20456 */ }
/* 20457 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot.active span,
/* 20458 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot:hover span {
/* 20459 */   opacity: 1;
/* 20460 */   filter: alpha(opacity=100);
/* 20461 */ }
/* 20462 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots {
/* 20463 */   display: block;
/* 20464 */ }
/* 20465 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
/* 20466 */   width: 10px;
/* 20467 */   height: 10px;
/* 20468 */   margin: 5px 7px;
/* 20469 */   display: block;
/* 20470 */   -webkit-backface-visibility: visible;
/* 20471 */   -webkit-transition: opacity 200ms ease;
/* 20472 */   -o-transition: opacity 200ms ease;
/* 20473 */   transition: opacity 200ms ease;
/* 20474 */ }
/* 20475 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
/* 20476 */   -webkit-border-radius: 3px;
/* 20477 */   -moz-border-radius: 3px;
/* 20478 */   border-radius: 3px;
/* 20479 */   opacity: 0.6;
/* 20480 */   filter: alpha(opacity=60);
/* 20481 */ }
/* 20482 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot.active span,
/* 20483 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:hover span {
/* 20484 */   opacity: 1;
/* 20485 */   filter: alpha(opacity=100);
/* 20486 */ }
/* 20487 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
/* 20488 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
/* 20489 */   border-color: #5472d2 !important;
/* 20490 */ }
/* 20491 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span,
/* 20492 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span,
/* 20493 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span,
/* 20494 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span {
/* 20495 */   background-color: #5472d2 !important;
/* 20496 */   border-color: #5472d2 !important;
/* 20497 */ }
/* 20498 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
/* 20499 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
/* 20500 */   border-color: #00c1cf !important;

/* js_composer.css */

/* 20501 */ }
/* 20502 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span,
/* 20503 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span,
/* 20504 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span,
/* 20505 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span {
/* 20506 */   background-color: #00c1cf !important;
/* 20507 */   border-color: #00c1cf !important;
/* 20508 */ }
/* 20509 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
/* 20510 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
/* 20511 */   border-color: #fe6c61 !important;
/* 20512 */ }
/* 20513 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span,
/* 20514 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span,
/* 20515 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span,
/* 20516 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span {
/* 20517 */   background-color: #fe6c61 !important;
/* 20518 */   border-color: #fe6c61 !important;
/* 20519 */ }
/* 20520 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
/* 20521 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
/* 20522 */   border-color: #8d6dc4 !important;
/* 20523 */ }
/* 20524 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span,
/* 20525 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span,
/* 20526 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span,
/* 20527 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span {
/* 20528 */   background-color: #8d6dc4 !important;
/* 20529 */   border-color: #8d6dc4 !important;
/* 20530 */ }
/* 20531 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
/* 20532 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
/* 20533 */   border-color: #4cadc9 !important;
/* 20534 */ }
/* 20535 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span,
/* 20536 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span,
/* 20537 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span,
/* 20538 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span {
/* 20539 */   background-color: #4cadc9 !important;
/* 20540 */   border-color: #4cadc9 !important;
/* 20541 */ }
/* 20542 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
/* 20543 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
/* 20544 */   border-color: #cec2ab !important;
/* 20545 */ }
/* 20546 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span,
/* 20547 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span,
/* 20548 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span,
/* 20549 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span {
/* 20550 */   background-color: #cec2ab !important;

/* js_composer.css */

/* 20551 */   border-color: #cec2ab !important;
/* 20552 */ }
/* 20553 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
/* 20554 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
/* 20555 */   border-color: #50485b !important;
/* 20556 */ }
/* 20557 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span,
/* 20558 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span,
/* 20559 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span,
/* 20560 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span {
/* 20561 */   background-color: #50485b !important;
/* 20562 */   border-color: #50485b !important;
/* 20563 */ }
/* 20564 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
/* 20565 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
/* 20566 */   border-color: #75d69c !important;
/* 20567 */ }
/* 20568 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span,
/* 20569 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span,
/* 20570 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span,
/* 20571 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span {
/* 20572 */   background-color: #75d69c !important;
/* 20573 */   border-color: #75d69c !important;
/* 20574 */ }
/* 20575 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
/* 20576 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
/* 20577 */   border-color: #2a2a2a !important;
/* 20578 */ }
/* 20579 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span,
/* 20580 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span,
/* 20581 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span,
/* 20582 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span {
/* 20583 */   background-color: #2a2a2a !important;
/* 20584 */   border-color: #2a2a2a !important;
/* 20585 */ }
/* 20586 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
/* 20587 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
/* 20588 */   border-color: #ebebeb !important;
/* 20589 */ }
/* 20590 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span,
/* 20591 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span,
/* 20592 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span,
/* 20593 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span {
/* 20594 */   background-color: #ebebeb !important;
/* 20595 */   border-color: #ebebeb !important;
/* 20596 */ }
/* 20597 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
/* 20598 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
/* 20599 */   border-color: #f7be68 !important;
/* 20600 */ }

/* js_composer.css */

/* 20601 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span,
/* 20602 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span,
/* 20603 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span,
/* 20604 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span {
/* 20605 */   background-color: #f7be68 !important;
/* 20606 */   border-color: #f7be68 !important;
/* 20607 */ }
/* 20608 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
/* 20609 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
/* 20610 */   border-color: #5aa1e3 !important;
/* 20611 */ }
/* 20612 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span,
/* 20613 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span,
/* 20614 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span,
/* 20615 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span {
/* 20616 */   background-color: #5aa1e3 !important;
/* 20617 */   border-color: #5aa1e3 !important;
/* 20618 */ }
/* 20619 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
/* 20620 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
/* 20621 */   border-color: #6dab3c !important;
/* 20622 */ }
/* 20623 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span,
/* 20624 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span,
/* 20625 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span,
/* 20626 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span {
/* 20627 */   background-color: #6dab3c !important;
/* 20628 */   border-color: #6dab3c !important;
/* 20629 */ }
/* 20630 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
/* 20631 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
/* 20632 */   border-color: #f4524d !important;
/* 20633 */ }
/* 20634 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span,
/* 20635 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span,
/* 20636 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span,
/* 20637 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span {
/* 20638 */   background-color: #f4524d !important;
/* 20639 */   border-color: #f4524d !important;
/* 20640 */ }
/* 20641 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
/* 20642 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
/* 20643 */   border-color: #f79468 !important;
/* 20644 */ }
/* 20645 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span,
/* 20646 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span,
/* 20647 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span,
/* 20648 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span {
/* 20649 */   background-color: #f79468 !important;
/* 20650 */   border-color: #f79468 !important;

/* js_composer.css */

/* 20651 */ }
/* 20652 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
/* 20653 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
/* 20654 */   border-color: #b97ebb !important;
/* 20655 */ }
/* 20656 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span,
/* 20657 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span,
/* 20658 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span,
/* 20659 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span {
/* 20660 */   background-color: #b97ebb !important;
/* 20661 */   border-color: #b97ebb !important;
/* 20662 */ }
/* 20663 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
/* 20664 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
/* 20665 */   border-color: #ffffff !important;
/* 20666 */ }
/* 20667 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span,
/* 20668 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span,
/* 20669 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span,
/* 20670 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span {
/* 20671 */   background-color: #ffffff !important;
/* 20672 */   border-color: #ffffff !important;
/* 20673 */ }
/* 20674 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
/* 20675 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
/* 20676 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
/* 20677 */   background-color: #5472d2 !important;
/* 20678 */ }
/* 20679 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
/* 20680 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
/* 20681 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
/* 20682 */   background-color: #00c1cf !important;
/* 20683 */ }
/* 20684 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
/* 20685 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
/* 20686 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
/* 20687 */   background-color: #fe6c61 !important;
/* 20688 */ }
/* 20689 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
/* 20690 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
/* 20691 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
/* 20692 */   background-color: #8d6dc4 !important;
/* 20693 */ }
/* 20694 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
/* 20695 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
/* 20696 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
/* 20697 */   background-color: #4cadc9 !important;
/* 20698 */ }
/* 20699 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
/* 20700 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,

/* js_composer.css */

/* 20701 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
/* 20702 */   background-color: #cec2ab !important;
/* 20703 */ }
/* 20704 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
/* 20705 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
/* 20706 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
/* 20707 */   background-color: #50485b !important;
/* 20708 */ }
/* 20709 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
/* 20710 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
/* 20711 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
/* 20712 */   background-color: #75d69c !important;
/* 20713 */ }
/* 20714 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
/* 20715 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
/* 20716 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
/* 20717 */   background-color: #2a2a2a !important;
/* 20718 */ }
/* 20719 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
/* 20720 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
/* 20721 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
/* 20722 */   background-color: #ebebeb !important;
/* 20723 */ }
/* 20724 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
/* 20725 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
/* 20726 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
/* 20727 */   background-color: #f7be68 !important;
/* 20728 */ }
/* 20729 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
/* 20730 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
/* 20731 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
/* 20732 */   background-color: #5aa1e3 !important;
/* 20733 */ }
/* 20734 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
/* 20735 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
/* 20736 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
/* 20737 */   background-color: #6dab3c !important;
/* 20738 */ }
/* 20739 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
/* 20740 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
/* 20741 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
/* 20742 */   background-color: #f4524d !important;
/* 20743 */ }
/* 20744 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
/* 20745 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
/* 20746 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
/* 20747 */   background-color: #f79468 !important;
/* 20748 */ }
/* 20749 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
/* 20750 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,

/* js_composer.css */

/* 20751 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
/* 20752 */   background-color: #b97ebb !important;
/* 20753 */ }
/* 20754 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
/* 20755 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
/* 20756 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
/* 20757 */   background-color: #ffffff !important;
/* 20758 */ }
/* 20759 */ .vc_grid.vc_grid-owl-theme:hover .vc_grid-owl-nav {
/* 20760 */   opacity: 1;
/* 20761 */   filter: alpha(opacity=100);
/* 20762 */ }
/* 20763 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
/* 20764 */   cursor: pointer;
/* 20765 */   opacity: 0;
/* 20766 */   filter: alpha(opacity=0);
/* 20767 */   -webkit-transition: opacity 0.3s ease-in 0s;
/* 20768 */   -o-transition: opacity 0.3s ease-in 0s;
/* 20769 */   transition: opacity 0.3s ease-in 0s;
/* 20770 */   -webkit-tap-highlight-color: transparent;
/* 20771 */ }
/* 20772 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .disabled {
/* 20773 */   display: none !important;
/* 20774 */ }
/* 20775 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev,
/* 20776 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
/* 20777 */   position: absolute;
/* 20778 */   top: 50%;
/* 20779 */   margin-top: -12.5px;
/* 20780 */   opacity: 0.5;
/* 20781 */   filter: alpha(opacity=50);
/* 20782 */   font-size: 25px;
/* 20783 */   line-height: 25px;
/* 20784 */   height: 25px;
/* 20785 */   display: inline-block;
/* 20786 */   text-decoration: none;
/* 20787 */   cursor: pointer;
/* 20788 */   -webkit-transition: opacity 0.3s ease-in 0s;
/* 20789 */   -o-transition: opacity 0.3s ease-in 0s;
/* 20790 */   transition: opacity 0.3s ease-in 0s;
/* 20791 */ }
/* 20792 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover,
/* 20793 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover {
/* 20794 */   opacity: 1;
/* 20795 */   filter: alpha(opacity=100);
/* 20796 */ }
/* 20797 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
/* 20798 */   left: 5px;
/* 20799 */ }
/* 20800 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev.vc_grid-nav-prev-outside {

/* js_composer.css */

/* 20801 */   left: -30px;
/* 20802 */ }
/* 20803 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
/* 20804 */   right: 5px;
/* 20805 */ }
/* 20806 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next.vc_grid-nav-next-outside {
/* 20807 */   right: -30px;
/* 20808 */ }
/* 20809 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-blue {
/* 20810 */   color: #5472d2 !important;
/* 20811 */ }
/* 20812 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-turquoise {
/* 20813 */   color: #00c1cf !important;
/* 20814 */ }
/* 20815 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-pink {
/* 20816 */   color: #fe6c61 !important;
/* 20817 */ }
/* 20818 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-violet {
/* 20819 */   color: #8d6dc4 !important;
/* 20820 */ }
/* 20821 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-peacoc {
/* 20822 */   color: #4cadc9 !important;
/* 20823 */ }
/* 20824 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-chino {
/* 20825 */   color: #cec2ab !important;
/* 20826 */ }
/* 20827 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-mulled_wine {
/* 20828 */   color: #50485b !important;
/* 20829 */ }
/* 20830 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-vista_blue {
/* 20831 */   color: #75d69c !important;
/* 20832 */ }
/* 20833 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-black {
/* 20834 */   color: #2a2a2a !important;
/* 20835 */ }
/* 20836 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-grey {
/* 20837 */   color: #ebebeb !important;
/* 20838 */ }
/* 20839 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-orange {
/* 20840 */   color: #f7be68 !important;
/* 20841 */ }
/* 20842 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sky {
/* 20843 */   color: #5aa1e3 !important;
/* 20844 */ }
/* 20845 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-green {
/* 20846 */   color: #6dab3c !important;
/* 20847 */ }
/* 20848 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-juicy_pink {
/* 20849 */   color: #f4524d !important;
/* 20850 */ }

/* js_composer.css */

/* 20851 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sandy_brown {
/* 20852 */   color: #f79468 !important;
/* 20853 */ }
/* 20854 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-purple {
/* 20855 */   color: #b97ebb !important;
/* 20856 */ }
/* 20857 */ .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-white {
/* 20858 */   color: #ffffff !important;
/* 20859 */ }
/* 20860 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-prev,
/* 20861 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-next {
/* 20862 */   margin-top: -13px;
/* 20863 */ }
/* 20864 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-prev,
/* 20865 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-next {
/* 20866 */   margin-top: -13.5px;
/* 20867 */ }
/* 20868 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-prev,
/* 20869 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-next {
/* 20870 */   margin-top: -14px;
/* 20871 */ }
/* 20872 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-prev,
/* 20873 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-next {
/* 20874 */   margin-top: -14.5px;
/* 20875 */ }
/* 20876 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-prev,
/* 20877 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-next {
/* 20878 */   margin-top: -15px;
/* 20879 */ }
/* 20880 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-prev,
/* 20881 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-next {
/* 20882 */   margin-top: -17.5px;
/* 20883 */ }
/* 20884 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-prev,
/* 20885 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-next {
/* 20886 */   margin-top: -20px;
/* 20887 */ }
/* 20888 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-prev,
/* 20889 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-next {
/* 20890 */   margin-top: -22.5px;
/* 20891 */ }
/* 20892 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-prev,
/* 20893 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-next {
/* 20894 */   margin-top: -25px;
/* 20895 */ }
/* 20896 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-prev,
/* 20897 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-next {
/* 20898 */   margin-top: -27.5px;
/* 20899 */ }
/* 20900 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-prev,

/* js_composer.css */

/* 20901 */ .vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-next {
/* 20902 */   margin-top: -30px;
/* 20903 */ }
/* 20904 */ .vc_grid-pagination .vc_grid-pagination-list {
/* 20905 */   outline: none;
/* 20906 */   display: block;
/* 20907 */   padding-left: 0;
/* 20908 */   text-align: center;
/* 20909 */   margin: 20px 0 0 !important;
/* 20910 */   border-radius: 2px;
/* 20911 */ }
/* 20912 */ .vc_grid-pagination .vc_grid-pagination-list > li {
/* 20913 */   display: inline-block;
/* 20914 */   margin: 0;
/* 20915 */   border: 0px solid transparent;
/* 20916 */ }
/* 20917 */ .vc_grid-pagination .vc_grid-pagination-list > li > a,
/* 20918 */ .vc_grid-pagination .vc_grid-pagination-list > li > span {
/* 20919 */   color: #ffffff;
/* 20920 */   background-color: #428bca;
/* 20921 */   border: 1px solid #428bca;
/* 20922 */   -webkit-transition: opacity 0.3s ease-in 0s;
/* 20923 */   -o-transition: opacity 0.3s ease-in 0s;
/* 20924 */   transition: opacity 0.3s ease-in 0s;
/* 20925 */   position: relative;
/* 20926 */   float: left;
/* 20927 */   padding: 3px 10px;
/* 20928 */   line-height: 1.42857143;
/* 20929 */   text-decoration: none;
/* 20930 */   opacity: 0.5;
/* 20931 */   filter: alpha(opacity=50);
/* 20932 */   margin-left: -1px;
/* 20933 */   font-size: 10px;
/* 20934 */ }
/* 20935 */ .vc_grid-pagination .vc_grid-pagination-list > li:first-child > a,
/* 20936 */ .vc_grid-pagination .vc_grid-pagination-list > li:first-child > span {
/* 20937 */   margin-left: 0;
/* 20938 */ }
/* 20939 */ .vc_grid-pagination .vc_grid-pagination-list > li:hover a,
/* 20940 */ .vc_grid-pagination .vc_grid-pagination-list > li:focus a,
/* 20941 */ .vc_grid-pagination .vc_grid-pagination-list > li:hover span,
/* 20942 */ .vc_grid-pagination .vc_grid-pagination-list > li:focus span {
/* 20943 */   opacity: 1;
/* 20944 */   filter: alpha(opacity=100);
/* 20945 */ }
/* 20946 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-prev > a:after {
/* 20947 */   font-family: 'vc_grid_v1';
/* 20948 */   display: inline-block;
/* 20949 */   content: "\e61b";
/* 20950 */ }

/* js_composer.css */

/* 20951 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-next > a:after {
/* 20952 */   font-family: 'vc_grid_v1';
/* 20953 */   display: inline-block;
/* 20954 */   content: "\e61a";
/* 20955 */ }
/* 20956 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-first > a:after {
/* 20957 */   font-family: 'vc_grid_v1';
/* 20958 */   display: inline-block;
/* 20959 */   content: "\e618";
/* 20960 */ }
/* 20961 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-last > a:after {
/* 20962 */   font-family: 'vc_grid_v1';
/* 20963 */   display: inline-block;
/* 20964 */   content: "\e619";
/* 20965 */ }
/* 20966 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a,
/* 20967 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span,
/* 20968 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a:hover,
/* 20969 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span:hover,
/* 20970 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a:focus,
/* 20971 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span:focus {
/* 20972 */   z-index: 2;
/* 20973 */   opacity: 1;
/* 20974 */   filter: alpha(opacity=100);
/* 20975 */   cursor: default;
/* 20976 */ }
/* 20977 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span,
/* 20978 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span:hover,
/* 20979 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span:focus,
/* 20980 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a,
/* 20981 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a:hover,
/* 20982 */ .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a:focus {
/* 20983 */   display: none;
/* 20984 */ }
/* 20985 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li {
/* 20986 */   border-color: #5472d2 !important;
/* 20987 */ }
/* 20988 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li > a,
/* 20989 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li > span {
/* 20990 */   background-color: #5472d2 !important;
/* 20991 */   border-color: #5472d2 !important;
/* 20992 */   color: #ffffff !important;
/* 20993 */ }
/* 20994 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li {
/* 20995 */   border-color: #00c1cf !important;
/* 20996 */ }
/* 20997 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li > a,
/* 20998 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li > span {
/* 20999 */   background-color: #00c1cf !important;
/* 21000 */   border-color: #00c1cf !important;

/* js_composer.css */

/* 21001 */   color: #ffffff !important;
/* 21002 */ }
/* 21003 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li {
/* 21004 */   border-color: #fe6c61 !important;
/* 21005 */ }
/* 21006 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > a,
/* 21007 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > span {
/* 21008 */   background-color: #fe6c61 !important;
/* 21009 */   border-color: #fe6c61 !important;
/* 21010 */   color: #ffffff !important;
/* 21011 */ }
/* 21012 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li {
/* 21013 */   border-color: #8d6dc4 !important;
/* 21014 */ }
/* 21015 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li > a,
/* 21016 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li > span {
/* 21017 */   background-color: #8d6dc4 !important;
/* 21018 */   border-color: #8d6dc4 !important;
/* 21019 */   color: #ffffff !important;
/* 21020 */ }
/* 21021 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li {
/* 21022 */   border-color: #4cadc9 !important;
/* 21023 */ }
/* 21024 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li > a,
/* 21025 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li > span {
/* 21026 */   background-color: #4cadc9 !important;
/* 21027 */   border-color: #4cadc9 !important;
/* 21028 */   color: #ffffff !important;
/* 21029 */ }
/* 21030 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li {
/* 21031 */   border-color: #cec2ab !important;
/* 21032 */ }
/* 21033 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li > a,
/* 21034 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li > span {
/* 21035 */   background-color: #cec2ab !important;
/* 21036 */   border-color: #cec2ab !important;
/* 21037 */   color: #ffffff !important;
/* 21038 */ }
/* 21039 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li {
/* 21040 */   border-color: #50485b !important;
/* 21041 */ }
/* 21042 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li > a,
/* 21043 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li > span {
/* 21044 */   background-color: #50485b !important;
/* 21045 */   border-color: #50485b !important;
/* 21046 */   color: #ffffff !important;
/* 21047 */ }
/* 21048 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li {
/* 21049 */   border-color: #75d69c !important;
/* 21050 */ }

/* js_composer.css */

/* 21051 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li > a,
/* 21052 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li > span {
/* 21053 */   background-color: #75d69c !important;
/* 21054 */   border-color: #75d69c !important;
/* 21055 */   color: #ffffff !important;
/* 21056 */ }
/* 21057 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li {
/* 21058 */   border-color: #2a2a2a !important;
/* 21059 */ }
/* 21060 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > a,
/* 21061 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > span {
/* 21062 */   background-color: #2a2a2a !important;
/* 21063 */   border-color: #2a2a2a !important;
/* 21064 */   color: #ffffff !important;
/* 21065 */ }
/* 21066 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li {
/* 21067 */   border-color: #ebebeb !important;
/* 21068 */ }
/* 21069 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > a,
/* 21070 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > span {
/* 21071 */   background-color: #ebebeb !important;
/* 21072 */   border-color: #ebebeb !important;
/* 21073 */   color: #ffffff !important;
/* 21074 */ }
/* 21075 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li {
/* 21076 */   border-color: #f7be68 !important;
/* 21077 */ }
/* 21078 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li > a,
/* 21079 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li > span {
/* 21080 */   background-color: #f7be68 !important;
/* 21081 */   border-color: #f7be68 !important;
/* 21082 */   color: #ffffff !important;
/* 21083 */ }
/* 21084 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li {
/* 21085 */   border-color: #5aa1e3 !important;
/* 21086 */ }
/* 21087 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li > a,
/* 21088 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li > span {
/* 21089 */   background-color: #5aa1e3 !important;
/* 21090 */   border-color: #5aa1e3 !important;
/* 21091 */   color: #ffffff !important;
/* 21092 */ }
/* 21093 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li {
/* 21094 */   border-color: #6dab3c !important;
/* 21095 */ }
/* 21096 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li > a,
/* 21097 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li > span {
/* 21098 */   background-color: #6dab3c !important;
/* 21099 */   border-color: #6dab3c !important;
/* 21100 */   color: #ffffff !important;

/* js_composer.css */

/* 21101 */ }
/* 21102 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li {
/* 21103 */   border-color: #f4524d !important;
/* 21104 */ }
/* 21105 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li > a,
/* 21106 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li > span {
/* 21107 */   background-color: #f4524d !important;
/* 21108 */   border-color: #f4524d !important;
/* 21109 */   color: #ffffff !important;
/* 21110 */ }
/* 21111 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li {
/* 21112 */   border-color: #f79468 !important;
/* 21113 */ }
/* 21114 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li > a,
/* 21115 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li > span {
/* 21116 */   background-color: #f79468 !important;
/* 21117 */   border-color: #f79468 !important;
/* 21118 */   color: #ffffff !important;
/* 21119 */ }
/* 21120 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li {
/* 21121 */   border-color: #b97ebb !important;
/* 21122 */ }
/* 21123 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > a,
/* 21124 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > span {
/* 21125 */   background-color: #b97ebb !important;
/* 21126 */   border-color: #b97ebb !important;
/* 21127 */   color: #ffffff !important;
/* 21128 */ }
/* 21129 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li {
/* 21130 */   border-color: #ffffff !important;
/* 21131 */ }
/* 21132 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > a,
/* 21133 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > span {
/* 21134 */   background-color: #ffffff !important;
/* 21135 */   border-color: #ffffff !important;
/* 21136 */   color: #2a2a2a !important;
/* 21137 */ }
/* 21138 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li > a,
/* 21139 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a,
/* 21140 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a,
/* 21141 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li > span,
/* 21142 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > span,
/* 21143 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > span {
/* 21144 */   -webkit-box-sizing: border-box;
/* 21145 */   -moz-box-sizing: border-box;
/* 21146 */   box-sizing: border-box;
/* 21147 */   min-width: 28px;
/* 21148 */   min-height: 22px;
/* 21149 */ }
/* 21150 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:first-child > a,

/* js_composer.css */

/* 21151 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:first-child > a,
/* 21152 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:first-child > a,
/* 21153 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:first-child > span,
/* 21154 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:first-child > span,
/* 21155 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:first-child > span {
/* 21156 */   border-bottom-left-radius: 2px;
/* 21157 */   border-top-left-radius: 2px;
/* 21158 */ }
/* 21159 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:last-child > a,
/* 21160 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:last-child > a,
/* 21161 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:last-child > a,
/* 21162 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:last-child > span,
/* 21163 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:last-child > span,
/* 21164 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:last-child > span {
/* 21165 */   border-bottom-right-radius: 2px;
/* 21166 */   border-top-right-radius: 2px;
/* 21167 */ }
/* 21168 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > a,
/* 21169 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a,
/* 21170 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a,
/* 21171 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > span,
/* 21172 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span,
/* 21173 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > span {
/* 21174 */   margin-left: 5px;
/* 21175 */   -webkit-box-sizing: border-box;
/* 21176 */   -moz-box-sizing: border-box;
/* 21177 */   box-sizing: border-box;
/* 21178 */   min-height: 22px;
/* 21179 */   min-width: 22px;
/* 21180 */   padding: 3px;
/* 21181 */ }
/* 21182 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li > a,
/* 21183 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a,
/* 21184 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a,
/* 21185 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a,
/* 21186 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a,
/* 21187 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a,
/* 21188 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li > span,
/* 21189 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span,
/* 21190 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > span,
/* 21191 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > span,
/* 21192 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span,
/* 21193 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
/* 21194 */   margin-left: 5px;
/* 21195 */   border-radius: 30px;
/* 21196 */   -webkit-box-sizing: border-box;
/* 21197 */   -moz-box-sizing: border-box;
/* 21198 */   box-sizing: border-box;
/* 21199 */   min-height: 22px;
/* 21200 */   min-width: 22px;

/* js_composer.css */

/* 21201 */   padding: 3px;
/* 21202 */ }
/* 21203 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a,
/* 21204 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a,
/* 21205 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a,
/* 21206 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > span,
/* 21207 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span,
/* 21208 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
/* 21209 */   -webkit-border-radius: 5px;
/* 21210 */   -moz-border-radius: 5px;
/* 21211 */   border-radius: 5px;
/* 21212 */   -webkit-box-sizing: border-box;
/* 21213 */   -moz-box-sizing: border-box;
/* 21214 */   box-sizing: border-box;
/* 21215 */   min-height: 22px;
/* 21216 */   min-width: 22px;
/* 21217 */   padding: 3px;
/* 21218 */ }
/* 21219 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a,
/* 21220 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a,
/* 21221 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a,
/* 21222 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a,
/* 21223 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span,
/* 21224 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > span,
/* 21225 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span,
/* 21226 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span {
/* 21227 */   background-color: transparent !important;
/* 21228 */   color: #000 !important;
/* 21229 */ }
/* 21230 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a,
/* 21231 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a,
/* 21232 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a,
/* 21233 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a,
/* 21234 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > span,
/* 21235 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > span,
/* 21236 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > span,
/* 21237 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
/* 21238 */   background-color: transparent !important;
/* 21239 */   color: #fff !important;
/* 21240 */ }
/* 21241 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li,
/* 21242 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li {
/* 21243 */   border-left-width: 1px !important;
/* 21244 */ }
/* 21245 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a,
/* 21246 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a {
/* 21247 */   border-width: 0;
/* 21248 */   background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
/* 21249 */ }
/* 21250 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark li.vc_grid-disabled + li,

/* js_composer.css */

/* 21251 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light li.vc_grid-disabled + li,
/* 21252 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li:first-child,
/* 21253 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li:first-child {
/* 21254 */   border-width: 0 !important;
/* 21255 */ }
/* 21256 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a {
/* 21257 */   color: #000 !important;
/* 21258 */ }
/* 21259 */ .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a {
/* 21260 */   color: #fff !important;
/* 21261 */ }
/* 21262 */ .vc_grid-loading {
/* 21263 */   margin: 2em auto;
/* 21264 */   font-size: 10px;
/* 21265 */   position: relative;
/* 21266 */   text-indent: -9999em;
/* 21267 */   -webkit-animation-delay: 0.16s;
/* 21268 */   animation-delay: 0.16s;
/* 21269 */   height: 20px;
/* 21270 */ }
/* 21271 */ .vc_grid-loading:before,
/* 21272 */ .vc_grid-loading:after,
/* 21273 */ .vc_grid-loading {
/* 21274 */   border-radius: 50%;
/* 21275 */   width: 12px;
/* 21276 */   height: 12px;
/* 21277 */   -webkit-animation-fill-mode: both;
/* 21278 */   animation-fill-mode: both;
/* 21279 */   -webkit-animation: load7 1.8s infinite ease-in-out;
/* 21280 */   animation: load7 1.8s infinite ease-in-out;
/* 21281 */ }
/* 21282 */ .vc_grid-loading:before {
/* 21283 */   left: -20px;
/* 21284 */ }
/* 21285 */ .vc_grid-loading:after {
/* 21286 */   left: 20px;
/* 21287 */   -webkit-animation-delay: 0.32s;
/* 21288 */   animation-delay: 0.32s;
/* 21289 */ }
/* 21290 */ .vc_grid-loading:before,
/* 21291 */ .vc_grid-loading:after {
/* 21292 */   content: '';
/* 21293 */   position: absolute;
/* 21294 */   top: 0;
/* 21295 */ }
/* 21296 */ @-webkit-keyframes load7 {
/* 21297 */   0%,
/* 21298 */   80%,
/* 21299 */   100% {
/* 21300 */     box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75);

/* js_composer.css */

/* 21301 */   }
/* 21302 */   40% {
/* 21303 */     box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
/* 21304 */   }
/* 21305 */ }
/* 21306 */ @keyframes load7 {
/* 21307 */   0%,
/* 21308 */   80%,
/* 21309 */   100% {
/* 21310 */     box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75);
/* 21311 */   }
/* 21312 */   40% {
/* 21313 */     box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
/* 21314 */   }
/* 21315 */ }
/* 21316 */ .vc_grid-filter {
/* 21317 */   margin-left: 0;
/* 21318 */   margin-bottom: 20px;
/* 21319 */   list-style: none;
/* 21320 */   padding: 0;
/* 21321 */ }
/* 21322 */ .vc_grid-filter.vc_grid-filter-center {
/* 21323 */   text-align: center;
/* 21324 */ }
/* 21325 */ .vc_grid-filter.vc_grid-filter-right {
/* 21326 */   text-align: right;
/* 21327 */ }
/* 21328 */ .vc_grid-filter.vc_grid-filter-left {
/* 21329 */   text-align: left;
/* 21330 */ }
/* 21331 */ .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover,
/* 21332 */ .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active {
/* 21333 */   background-color: #5472d2;
/* 21334 */ }
/* 21335 */ .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span,
/* 21336 */ .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span {
/* 21337 */   color: #ffffff;
/* 21338 */ }
/* 21339 */ .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover,
/* 21340 */ .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active {
/* 21341 */   background-color: #00c1cf;
/* 21342 */ }
/* 21343 */ .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span,
/* 21344 */ .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span {
/* 21345 */   color: #ffffff;
/* 21346 */ }
/* 21347 */ .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item:hover,
/* 21348 */ .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active {
/* 21349 */   background-color: #fe6c61;
/* 21350 */ }

/* js_composer.css */

/* 21351 */ .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span,
/* 21352 */ .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span {
/* 21353 */   color: #ffffff;
/* 21354 */ }
/* 21355 */ .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover,
/* 21356 */ .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active {
/* 21357 */   background-color: #8d6dc4;
/* 21358 */ }
/* 21359 */ .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span,
/* 21360 */ .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span {
/* 21361 */   color: #ffffff;
/* 21362 */ }
/* 21363 */ .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover,
/* 21364 */ .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active {
/* 21365 */   background-color: #4cadc9;
/* 21366 */ }
/* 21367 */ .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span,
/* 21368 */ .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span {
/* 21369 */   color: #ffffff;
/* 21370 */ }
/* 21371 */ .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item:hover,
/* 21372 */ .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active {
/* 21373 */   background-color: #cec2ab;
/* 21374 */ }
/* 21375 */ .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span,
/* 21376 */ .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span {
/* 21377 */   color: #ffffff;
/* 21378 */ }
/* 21379 */ .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover,
/* 21380 */ .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active {
/* 21381 */   background-color: #50485b;
/* 21382 */ }
/* 21383 */ .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span,
/* 21384 */ .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span {
/* 21385 */   color: #ffffff;
/* 21386 */ }
/* 21387 */ .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover,
/* 21388 */ .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active {
/* 21389 */   background-color: #75d69c;
/* 21390 */ }
/* 21391 */ .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span,
/* 21392 */ .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span {
/* 21393 */   color: #ffffff;
/* 21394 */ }
/* 21395 */ .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover,
/* 21396 */ .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active {
/* 21397 */   background-color: #2a2a2a;
/* 21398 */ }
/* 21399 */ .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span,
/* 21400 */ .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span {

/* js_composer.css */

/* 21401 */   color: #ffffff;
/* 21402 */ }
/* 21403 */ .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover,
/* 21404 */ .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active {
/* 21405 */   background-color: #ebebeb;
/* 21406 */ }
/* 21407 */ .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span,
/* 21408 */ .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span {
/* 21409 */   color: #666666;
/* 21410 */ }
/* 21411 */ .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item:hover,
/* 21412 */ .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active {
/* 21413 */   background-color: #f7be68;
/* 21414 */ }
/* 21415 */ .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span,
/* 21416 */ .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span {
/* 21417 */   color: #ffffff;
/* 21418 */ }
/* 21419 */ .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item:hover,
/* 21420 */ .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active {
/* 21421 */   background-color: #5aa1e3;
/* 21422 */ }
/* 21423 */ .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span,
/* 21424 */ .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span {
/* 21425 */   color: #ffffff;
/* 21426 */ }
/* 21427 */ .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover,
/* 21428 */ .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active {
/* 21429 */   background-color: #6dab3c;
/* 21430 */ }
/* 21431 */ .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span,
/* 21432 */ .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span {
/* 21433 */   color: #ffffff;
/* 21434 */ }
/* 21435 */ .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover,
/* 21436 */ .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active {
/* 21437 */   background-color: #f4524d;
/* 21438 */ }
/* 21439 */ .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span,
/* 21440 */ .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span {
/* 21441 */   color: #ffffff;
/* 21442 */ }
/* 21443 */ .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover,
/* 21444 */ .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active {
/* 21445 */   background-color: #f79468;
/* 21446 */ }
/* 21447 */ .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span,
/* 21448 */ .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span {
/* 21449 */   color: #ffffff;
/* 21450 */ }

/* js_composer.css */

/* 21451 */ .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item:hover,
/* 21452 */ .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active {
/* 21453 */   background-color: #b97ebb;
/* 21454 */ }
/* 21455 */ .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span,
/* 21456 */ .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span {
/* 21457 */   color: #ffffff;
/* 21458 */ }
/* 21459 */ .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover,
/* 21460 */ .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active {
/* 21461 */   background-color: #ffffff;
/* 21462 */ }
/* 21463 */ .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span,
/* 21464 */ .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span {
/* 21465 */   color: #666666;
/* 21466 */ }
/* 21467 */ .vc_grid-filter > .vc_grid-filter-item {
/* 21468 */   cursor: pointer;
/* 21469 */   display: inline-block;
/* 21470 */   background: transparent;
/* 21471 */   padding: 4px 10px;
/* 21472 */   -webkit-transition: background-color 0.1s linear;
/* 21473 */   -o-transition: background-color 0.1s linear;
/* 21474 */   transition: background-color 0.1s linear;
/* 21475 */ }
/* 21476 */ .vc_grid-filter > .vc_grid-filter-item:first-child {
/* 21477 */   margin-left: 0 !important;
/* 21478 */ }
/* 21479 */ .vc_grid-filter > .vc_grid-filter-item > span {
/* 21480 */   -webkit-transition: color 0.1s linear;
/* 21481 */   -o-transition: color 0.1s linear;
/* 21482 */   transition: color 0.1s linear;
/* 21483 */   outline: none;
/* 21484 */   padding: 0;
/* 21485 */   text-decoration: none;
/* 21486 */ }
/* 21487 */ .vc_grid-filter > .vc_grid-filter-item:hover > span,
/* 21488 */ .vc_grid-filter > .vc_grid-filter-item.vc_active > span {
/* 21489 */   text-decoration: none;
/* 21490 */ }
/* 21491 */ .vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item {
/* 21492 */   margin: 0 5px 5px 0;
/* 21493 */   border-radius: 30px;
/* 21494 */ }
/* 21495 */ .vc_grid-filter.vc_grid-filter-default-less-rounded > .vc_grid-filter-item {
/* 21496 */   margin: 0 5px 5px 0;
/* 21497 */   border-radius: 5px;
/* 21498 */ }
/* 21499 */ .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item,
/* 21500 */ .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item,

/* js_composer.css */

/* 21501 */ .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item {
/* 21502 */   margin: 0;
/* 21503 */   border: 1px solid rgba(235, 235, 235, 0.8);
/* 21504 */   border-collapse: collapse;
/* 21505 */ }
/* 21506 */ .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:nth-child(n+2),
/* 21507 */ .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:nth-child(n+2),
/* 21508 */ .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:nth-child(n+2) {
/* 21509 */   margin-left: -1px;
/* 21510 */   margin-top: -1px;
/* 21511 */ }
/* 21512 */ .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover,
/* 21513 */ .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:hover,
/* 21514 */ .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:hover,
/* 21515 */ .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item.vc_active,
/* 21516 */ .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item.vc_active,
/* 21517 */ .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item.vc_active {
/* 21518 */   position: relative;
/* 21519 */   z-index: 1;
/* 21520 */   border-color: transparent;
/* 21521 */ }
/* 21522 */ .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover > a,
/* 21523 */ .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:hover > a,
/* 21524 */ .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:hover > a,
/* 21525 */ .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item.vc_active > a,
/* 21526 */ .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item.vc_active > a,
/* 21527 */ .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item.vc_active > a {
/* 21528 */   text-decoration: none;
/* 21529 */ }
/* 21530 */ .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:first-child {
/* 21531 */   border-top-left-radius: 30px;
/* 21532 */   border-bottom-left-radius: 30px;
/* 21533 */ }
/* 21534 */ .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:last-child {
/* 21535 */   border-top-right-radius: 30px;
/* 21536 */   border-bottom-right-radius: 30px;
/* 21537 */ }
/* 21538 */ .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:first-child {
/* 21539 */   border-top-left-radius: 3px;
/* 21540 */   border-bottom-left-radius: 3px;
/* 21541 */ }
/* 21542 */ .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:last-child {
/* 21543 */   border-top-right-radius: 3px;
/* 21544 */   border-bottom-right-radius: 3px;
/* 21545 */ }
/* 21546 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item,
/* 21547 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item {
/* 21548 */   background-color: #7c93dd;
/* 21549 */ }
/* 21550 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item > span,

/* js_composer.css */

/* 21551 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item > span {
/* 21552 */   color: #ffffff;
/* 21553 */ }
/* 21554 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item:hover,
/* 21555 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item:hover,
/* 21556 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active,
/* 21557 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active {
/* 21558 */   background-color: #5472d2;
/* 21559 */ }
/* 21560 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span,
/* 21561 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span,
/* 21562 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span,
/* 21563 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span {
/* 21564 */   color: #ffffff;
/* 21565 */ }
/* 21566 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item,
/* 21567 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item {
/* 21568 */   background-color: #00919c;
/* 21569 */ }
/* 21570 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span,
/* 21571 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span {
/* 21572 */   color: #ffffff;
/* 21573 */ }
/* 21574 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover,
/* 21575 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover,
/* 21576 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active,
/* 21577 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active {
/* 21578 */   background-color: #00c1cf;
/* 21579 */ }
/* 21580 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span,
/* 21581 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span,
/* 21582 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span,
/* 21583 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span {
/* 21584 */   color: #ffffff;
/* 21585 */ }
/* 21586 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item,
/* 21587 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item {
/* 21588 */   background-color: #fe9b94;
/* 21589 */ }
/* 21590 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item > span,
/* 21591 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item > span {
/* 21592 */   color: #ffffff;
/* 21593 */ }
/* 21594 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item:hover,
/* 21595 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item:hover,
/* 21596 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active,
/* 21597 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active {
/* 21598 */   background-color: #fe6c61;
/* 21599 */ }
/* 21600 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span,

/* js_composer.css */

/* 21601 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span,
/* 21602 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span,
/* 21603 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span {
/* 21604 */   color: #ffffff;
/* 21605 */ }
/* 21606 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item,
/* 21607 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item {
/* 21608 */   background-color: #a991d3;
/* 21609 */ }
/* 21610 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item > span,
/* 21611 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item > span {
/* 21612 */   color: #ffffff;
/* 21613 */ }
/* 21614 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item:hover,
/* 21615 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item:hover,
/* 21616 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active,
/* 21617 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active {
/* 21618 */   background-color: #8d6dc4;
/* 21619 */ }
/* 21620 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span,
/* 21621 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span,
/* 21622 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span,
/* 21623 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span {
/* 21624 */   color: #ffffff;
/* 21625 */ }
/* 21626 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item,
/* 21627 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item {
/* 21628 */   background-color: #73bfd5;
/* 21629 */ }
/* 21630 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item > span,
/* 21631 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item > span {
/* 21632 */   color: #ffffff;
/* 21633 */ }
/* 21634 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover,
/* 21635 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover,
/* 21636 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active,
/* 21637 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active {
/* 21638 */   background-color: #4cadc9;
/* 21639 */ }
/* 21640 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span,
/* 21641 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span,
/* 21642 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span,
/* 21643 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span {
/* 21644 */   color: #ffffff;
/* 21645 */ }
/* 21646 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item,
/* 21647 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item {
/* 21648 */   background-color: #e1d9cb;
/* 21649 */ }
/* 21650 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item > span,

/* js_composer.css */

/* 21651 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item > span {
/* 21652 */   color: #ffffff;
/* 21653 */ }
/* 21654 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item:hover,
/* 21655 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item:hover,
/* 21656 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active,
/* 21657 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active {
/* 21658 */   background-color: #cec2ab;
/* 21659 */ }
/* 21660 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span,
/* 21661 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span,
/* 21662 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span,
/* 21663 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span {
/* 21664 */   color: #ffffff;
/* 21665 */ }
/* 21666 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item,
/* 21667 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item {
/* 21668 */   background-color: #695f77;
/* 21669 */ }
/* 21670 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span,
/* 21671 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span {
/* 21672 */   color: #ffffff;
/* 21673 */ }
/* 21674 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover,
/* 21675 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover,
/* 21676 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active,
/* 21677 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active {
/* 21678 */   background-color: #50485b;
/* 21679 */ }
/* 21680 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span,
/* 21681 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span,
/* 21682 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span,
/* 21683 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span {
/* 21684 */   color: #ffffff;
/* 21685 */ }
/* 21686 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item,
/* 21687 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item {
/* 21688 */   background-color: #9ce2b8;
/* 21689 */ }
/* 21690 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > span,
/* 21691 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > span {
/* 21692 */   color: #ffffff;
/* 21693 */ }
/* 21694 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover,
/* 21695 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover,
/* 21696 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active,
/* 21697 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active {
/* 21698 */   background-color: #75d69c;
/* 21699 */ }
/* 21700 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span,

/* js_composer.css */

/* 21701 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span,
/* 21702 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span,
/* 21703 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span {
/* 21704 */   color: #ffffff;
/* 21705 */ }
/* 21706 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item,
/* 21707 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item {
/* 21708 */   background-color: #444444;
/* 21709 */ }
/* 21710 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item > span,
/* 21711 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item > span {
/* 21712 */   color: #ffffff;
/* 21713 */ }
/* 21714 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item:hover,
/* 21715 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item:hover,
/* 21716 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active,
/* 21717 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active {
/* 21718 */   background-color: #2a2a2a;
/* 21719 */ }
/* 21720 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span,
/* 21721 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span,
/* 21722 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span,
/* 21723 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span {
/* 21724 */   color: #ffffff;
/* 21725 */ }
/* 21726 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item,
/* 21727 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item {
/* 21728 */   background-color: #d2d2d2;
/* 21729 */ }
/* 21730 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item > span,
/* 21731 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item > span {
/* 21732 */   color: #666666;
/* 21733 */ }
/* 21734 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item:hover,
/* 21735 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item:hover,
/* 21736 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active,
/* 21737 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active {
/* 21738 */   background-color: #ebebeb;
/* 21739 */ }
/* 21740 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span,
/* 21741 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span,
/* 21742 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span,
/* 21743 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span {
/* 21744 */   color: #666666;
/* 21745 */ }
/* 21746 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item,
/* 21747 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item {
/* 21748 */   background-color: #fad398;
/* 21749 */ }
/* 21750 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item > span,

/* js_composer.css */

/* 21751 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item > span {
/* 21752 */   color: #ffffff;
/* 21753 */ }
/* 21754 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item:hover,
/* 21755 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item:hover,
/* 21756 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active,
/* 21757 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active {
/* 21758 */   background-color: #f7be68;
/* 21759 */ }
/* 21760 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span,
/* 21761 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span,
/* 21762 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span,
/* 21763 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span {
/* 21764 */   color: #ffffff;
/* 21765 */ }
/* 21766 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item,
/* 21767 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item {
/* 21768 */   background-color: #86baea;
/* 21769 */ }
/* 21770 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item > span,
/* 21771 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item > span {
/* 21772 */   color: #ffffff;
/* 21773 */ }
/* 21774 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item:hover,
/* 21775 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item:hover,
/* 21776 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active,
/* 21777 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active {
/* 21778 */   background-color: #5aa1e3;
/* 21779 */ }
/* 21780 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span,
/* 21781 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span,
/* 21782 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span,
/* 21783 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span {
/* 21784 */   color: #ffffff;
/* 21785 */ }
/* 21786 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item,
/* 21787 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item {
/* 21788 */   background-color: #87c456;
/* 21789 */ }
/* 21790 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item > span,
/* 21791 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item > span {
/* 21792 */   color: #ffffff;
/* 21793 */ }
/* 21794 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover,
/* 21795 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover,
/* 21796 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active,
/* 21797 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active {
/* 21798 */   background-color: #6dab3c;
/* 21799 */ }
/* 21800 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span,

/* js_composer.css */

/* 21801 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span,
/* 21802 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span,
/* 21803 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span {
/* 21804 */   color: #ffffff;
/* 21805 */ }
/* 21806 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item,
/* 21807 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item {
/* 21808 */   background-color: #f7817d;
/* 21809 */ }
/* 21810 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span,
/* 21811 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span {
/* 21812 */   color: #ffffff;
/* 21813 */ }
/* 21814 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover,
/* 21815 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover,
/* 21816 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active,
/* 21817 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active {
/* 21818 */   background-color: #f4524d;
/* 21819 */ }
/* 21820 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span,
/* 21821 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span,
/* 21822 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span,
/* 21823 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span {
/* 21824 */   color: #ffffff;
/* 21825 */ }
/* 21826 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item,
/* 21827 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item {
/* 21828 */   background-color: #fab698;
/* 21829 */ }
/* 21830 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span,
/* 21831 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span {
/* 21832 */   color: #ffffff;
/* 21833 */ }
/* 21834 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover,
/* 21835 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover,
/* 21836 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active,
/* 21837 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active {
/* 21838 */   background-color: #f79468;
/* 21839 */ }
/* 21840 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span,
/* 21841 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span,
/* 21842 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span,
/* 21843 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span {
/* 21844 */   color: #ffffff;
/* 21845 */ }
/* 21846 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item,
/* 21847 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item {
/* 21848 */   background-color: #cb9fcd;
/* 21849 */ }
/* 21850 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item > span,

/* js_composer.css */

/* 21851 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item > span {
/* 21852 */   color: #ffffff;
/* 21853 */ }
/* 21854 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item:hover,
/* 21855 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item:hover,
/* 21856 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active,
/* 21857 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active {
/* 21858 */   background-color: #b97ebb;
/* 21859 */ }
/* 21860 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span,
/* 21861 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span,
/* 21862 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span,
/* 21863 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span {
/* 21864 */   color: #ffffff;
/* 21865 */ }
/* 21866 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item,
/* 21867 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item {
/* 21868 */   background-color: #e6e6e6;
/* 21869 */ }
/* 21870 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item > span,
/* 21871 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item > span {
/* 21872 */   color: #666666;
/* 21873 */ }
/* 21874 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item:hover,
/* 21875 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item:hover,
/* 21876 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active,
/* 21877 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active {
/* 21878 */   background-color: #ffffff;
/* 21879 */ }
/* 21880 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span,
/* 21881 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span,
/* 21882 */ .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span,
/* 21883 */ .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span {
/* 21884 */   color: #666666;
/* 21885 */ }
/* 21886 */ .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item,
/* 21887 */ .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item {
/* 21888 */   margin: 0;
/* 21889 */   border: 1px solid transparent;
/* 21890 */   border-collapse: collapse;
/* 21891 */   padding: 3px 7px;
/* 21892 */ }
/* 21893 */ .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item > span,
/* 21894 */ .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item > span {
/* 21895 */   color: #FFFFFF;
/* 21896 */ }
/* 21897 */ .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:nth-child(n+2),
/* 21898 */ .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:nth-child(n+2) {
/* 21899 */   border-left: none;
/* 21900 */   margin-left: 1px;

/* js_composer.css */

/* 21901 */   border-top: none;
/* 21902 */   margin-top: 1px;
/* 21903 */ }
/* 21904 */ .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:first-child,
/* 21905 */ .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:first-child {
/* 21906 */   border-top-left-radius: 3px;
/* 21907 */   border-bottom-left-radius: 3px;
/* 21908 */   border-top: 0;
/* 21909 */ }
/* 21910 */ .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:last-child,
/* 21911 */ .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:last-child {
/* 21912 */   border-top-right-radius: 3px;
/* 21913 */   border-bottom-right-radius: 3px;
/* 21914 */ }
/* 21915 */ .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:first-child {
/* 21916 */   border-top-left-radius: 30px;
/* 21917 */   border-bottom-left-radius: 30px;
/* 21918 */   border-top: 0;
/* 21919 */ }
/* 21920 */ .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:last-child {
/* 21921 */   border-top-right-radius: 30px;
/* 21922 */   border-bottom-right-radius: 30px;
/* 21923 */ }
/* 21924 */ .vc_grid-filter.vc_grid-filter-size-xs .vc_grid-filter-item {
/* 21925 */   font-size: 12px;
/* 21926 */   padding: 1px 5px;
/* 21927 */ }
/* 21928 */ .vc_grid-filter.vc_grid-filter-size-sm .vc_grid-filter-item {
/* 21929 */   font-size: 13px;
/* 21930 */   padding: 2px 7px;
/* 21931 */ }
/* 21932 */ .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
/* 21933 */   font-size: 100%;
/* 21934 */   padding: 2px 10px;
/* 21935 */ }
/* 21936 */ .vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
/* 21937 */   font-size: 18px;
/* 21938 */   padding: 4px 10px;
/* 21939 */ }
/* 21940 */ .vc_grid-filter-select {
/* 21941 */   display: none;
/* 21942 */ }
/* 21943 */ .vc_grid-filter-select,
/* 21944 */ .vc_grid-filter-dropdown {
/* 21945 */   font-size: 12px;
/* 21946 */   margin-bottom: 20px;
/* 21947 */ }
/* 21948 */ .vc_grid-filter-select.vc_grid-filter-center,
/* 21949 */ .vc_grid-filter-dropdown.vc_grid-filter-center {
/* 21950 */   text-align: center;

/* js_composer.css */

/* 21951 */ }
/* 21952 */ .vc_grid-filter-select.vc_grid-filter-right,
/* 21953 */ .vc_grid-filter-dropdown.vc_grid-filter-right {
/* 21954 */   text-align: right;
/* 21955 */ }
/* 21956 */ .vc_grid-filter-select.vc_grid-filter-left,
/* 21957 */ .vc_grid-filter-dropdown.vc_grid-filter-left {
/* 21958 */   text-align: left;
/* 21959 */ }
/* 21960 */ .vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon,
/* 21961 */ .vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon {
/* 21962 */   display: none;
/* 21963 */ }
/* 21964 */ .vc_grid-filter-select .vc_grid-styled-select select,
/* 21965 */ .vc_grid-filter-dropdown .vc_grid-styled-select select {
/* 21966 */   outline: none;
/* 21967 */   display: inline-block;
/* 21968 */ }
/* 21969 */ @media (min-width: 768px) {
/* 21970 */   .vc_grid-filter-select.vc_grid-filter-color-blue .vc_arrow-icon-navicon,
/* 21971 */   .vc_grid-filter-dropdown.vc_grid-filter-color-blue .vc_arrow-icon-navicon {
/* 21972 */     color: #5472d2;
/* 21973 */   }
/* 21974 */   .vc_grid-filter-select.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon,
/* 21975 */   .vc_grid-filter-dropdown.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon {
/* 21976 */     color: #00c1cf;
/* 21977 */   }
/* 21978 */   .vc_grid-filter-select.vc_grid-filter-color-pink .vc_arrow-icon-navicon,
/* 21979 */   .vc_grid-filter-dropdown.vc_grid-filter-color-pink .vc_arrow-icon-navicon {
/* 21980 */     color: #fe6c61;
/* 21981 */   }
/* 21982 */   .vc_grid-filter-select.vc_grid-filter-color-violet .vc_arrow-icon-navicon,
/* 21983 */   .vc_grid-filter-dropdown.vc_grid-filter-color-violet .vc_arrow-icon-navicon {
/* 21984 */     color: #8d6dc4;
/* 21985 */   }
/* 21986 */   .vc_grid-filter-select.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon,
/* 21987 */   .vc_grid-filter-dropdown.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon {
/* 21988 */     color: #4cadc9;
/* 21989 */   }
/* 21990 */   .vc_grid-filter-select.vc_grid-filter-color-chino .vc_arrow-icon-navicon,
/* 21991 */   .vc_grid-filter-dropdown.vc_grid-filter-color-chino .vc_arrow-icon-navicon {
/* 21992 */     color: #cec2ab;
/* 21993 */   }
/* 21994 */   .vc_grid-filter-select.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon,
/* 21995 */   .vc_grid-filter-dropdown.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon {
/* 21996 */     color: #50485b;
/* 21997 */   }
/* 21998 */   .vc_grid-filter-select.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon,
/* 21999 */   .vc_grid-filter-dropdown.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon {
/* 22000 */     color: #75d69c;

/* js_composer.css */

/* 22001 */   }
/* 22002 */   .vc_grid-filter-select.vc_grid-filter-color-black .vc_arrow-icon-navicon,
/* 22003 */   .vc_grid-filter-dropdown.vc_grid-filter-color-black .vc_arrow-icon-navicon {
/* 22004 */     color: #2a2a2a;
/* 22005 */   }
/* 22006 */   .vc_grid-filter-select.vc_grid-filter-color-grey .vc_arrow-icon-navicon,
/* 22007 */   .vc_grid-filter-dropdown.vc_grid-filter-color-grey .vc_arrow-icon-navicon {
/* 22008 */     color: #ebebeb;
/* 22009 */   }
/* 22010 */   .vc_grid-filter-select.vc_grid-filter-color-orange .vc_arrow-icon-navicon,
/* 22011 */   .vc_grid-filter-dropdown.vc_grid-filter-color-orange .vc_arrow-icon-navicon {
/* 22012 */     color: #f7be68;
/* 22013 */   }
/* 22014 */   .vc_grid-filter-select.vc_grid-filter-color-sky .vc_arrow-icon-navicon,
/* 22015 */   .vc_grid-filter-dropdown.vc_grid-filter-color-sky .vc_arrow-icon-navicon {
/* 22016 */     color: #5aa1e3;
/* 22017 */   }
/* 22018 */   .vc_grid-filter-select.vc_grid-filter-color-green .vc_arrow-icon-navicon,
/* 22019 */   .vc_grid-filter-dropdown.vc_grid-filter-color-green .vc_arrow-icon-navicon {
/* 22020 */     color: #6dab3c;
/* 22021 */   }
/* 22022 */   .vc_grid-filter-select.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon,
/* 22023 */   .vc_grid-filter-dropdown.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon {
/* 22024 */     color: #f4524d;
/* 22025 */   }
/* 22026 */   .vc_grid-filter-select.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon,
/* 22027 */   .vc_grid-filter-dropdown.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon {
/* 22028 */     color: #f79468;
/* 22029 */   }
/* 22030 */   .vc_grid-filter-select.vc_grid-filter-color-purple .vc_arrow-icon-navicon,
/* 22031 */   .vc_grid-filter-dropdown.vc_grid-filter-color-purple .vc_arrow-icon-navicon {
/* 22032 */     color: #b97ebb;
/* 22033 */   }
/* 22034 */   .vc_grid-filter-select.vc_grid-filter-color-white .vc_arrow-icon-navicon,
/* 22035 */   .vc_grid-filter-dropdown.vc_grid-filter-color-white .vc_arrow-icon-navicon {
/* 22036 */     color: #ffffff;
/* 22037 */   }
/* 22038 */   .vc_grid-filter-select .vc_grid-styled-select,
/* 22039 */   .vc_grid-filter-dropdown .vc_grid-styled-select {
/* 22040 */     border: 1px solid #ccc;
/* 22041 */     display: inline-block;
/* 22042 */     height: 30px;
/* 22043 */     overflow: hidden;
/* 22044 */     padding-right: 5px;
/* 22045 */     text-align: left;
/* 22046 */     width: auto;
/* 22047 */     vertical-align: middle;
/* 22048 */   }
/* 22049 */   .vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon,
/* 22050 */   .vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon {

/* js_composer.css */

/* 22051 */     font-size: 17px;
/* 22052 */     display: inline;
/* 22053 */     vertical-align: middle;
/* 22054 */   }
/* 22055 */   .vc_grid-filter-select .vc_grid-styled-select select,
/* 22056 */   .vc_grid-filter-dropdown .vc_grid-styled-select select {
/* 22057 */     background: none repeat scroll 0 0 transparent;
/* 22058 */     border: 0 none;
/* 22059 */     border-radius: 0;
/* 22060 */     height: 30px;
/* 22061 */     line-height: 1;
/* 22062 */     margin-right: -50px;
/* 22063 */     padding: 5px;
/* 22064 */     position: relative;
/* 22065 */     font-size: 12px;
/* 22066 */     z-index: 0;
/* 22067 */     cursor: pointer;
/* 22068 */     max-width: inherit !important;
/* 22069 */   }
/* 22070 */ }
/* 22071 */ @media (max-width: 768px) {
/* 22072 */   .vc_responsive .vc_grid-filter-select {
/* 22073 */     display: block;
/* 22074 */   }
/* 22075 */   .vc_responsive .vc_grid-filter {
/* 22076 */     display: none !important;
/* 22077 */   }
/* 22078 */ }
/* 22079 */ .owl-carousel {
/* 22080 */   /* .owl-animated-out - only for current item */
/* 22081 */   /* This is very important class. Use z-index if you want move Out item above In item */
/* 22082 */   /* .owl-animated-in - only for upcoming item
/* 22083 *|   /* This is very important class. Use z-index if you want move In item above Out item */
/* 22084 */   /* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
/* 22085 */ }
/* 22086 */ .owl-carousel .owl-item .vc_grid-item {
/* 22087 */   -webkit-transform: translate3D(0, 0, 0);
/* 22088 */   -ms-transform: translate3D(0, 0, 0);
/* 22089 */   transform: translate3D(0, 0, 0);
/* 22090 */ }
/* 22091 */ .owl-carousel .owl-animated-out {
/* 22092 */   z-index: 0;
/* 22093 */ }
/* 22094 */ .owl-carousel .owl-animated-in {
/* 22095 */   z-index: 1;
/* 22096 */ }
/* 22097 */ @font-face {
/* 22098 */   font-family: 'vc_grid_v1';
/* 22099 */   src: url('/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot?-9hbgac');
/* 22100 */   src: url('/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac') format('embedded-opentype'), url('/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.woff?-9hbgac') format('woff'), url('/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.ttf?-9hbgac') format('truetype'), url('/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1') format('svg');

/* js_composer.css */

/* 22101 */   font-weight: normal;
/* 22102 */   font-style: normal;
/* 22103 */ }
/* 22104 */ [class^="vc_arrow-icon-"],
/* 22105 */ [class*=" vc_arrow-icon-"] {
/* 22106 */   font-family: 'vc_grid_v1';
/* 22107 */   speak: none;
/* 22108 */   font-style: normal;
/* 22109 */   font-weight: normal;
/* 22110 */   font-variant: normal;
/* 22111 */   text-transform: none;
/* 22112 */   line-height: 1;
/* 22113 */   /* Better Font Rendering =========== */
/* 22114 */   -webkit-font-smoothing: antialiased;
/* 22115 */   -moz-osx-font-smoothing: grayscale;
/* 22116 */ }
/* 22117 */ .vc_arrow-icon-minus:before {
/* 22118 */   content: "\e61c";
/* 22119 */ }
/* 22120 */ .vc_arrow-icon-plus:before {
/* 22121 */   content: "\e61d";
/* 22122 */ }
/* 22123 */ .vc_arrow-icon-arrow_down:before {
/* 22124 */   content: "\e61e";
/* 22125 */ }
/* 22126 */ .vc_arrow-icon-arrow_up:before {
/* 22127 */   content: "\e61f";
/* 22128 */ }
/* 22129 */ .vc_arrow-icon-arrow_01_left:before {
/* 22130 */   content: "\e600";
/* 22131 */ }
/* 22132 */ .vc_arrow-icon-arrow_01_right:before {
/* 22133 */   content: "\e601";
/* 22134 */ }
/* 22135 */ .vc_arrow-icon-arrow_02_left:before {
/* 22136 */   content: "\e602";
/* 22137 */ }
/* 22138 */ .vc_arrow-icon-arrow_02_right:before {
/* 22139 */   content: "\e603";
/* 22140 */ }
/* 22141 */ .vc_arrow-icon-arrow_03_left:before {
/* 22142 */   content: "\e604";
/* 22143 */ }
/* 22144 */ .vc_arrow-icon-arrow_03_right:before {
/* 22145 */   content: "\e605";
/* 22146 */ }
/* 22147 */ .vc_arrow-icon-arrow_04_left:before {
/* 22148 */   content: "\e606";
/* 22149 */ }
/* 22150 */ .vc_arrow-icon-arrow_04_right:before {

/* js_composer.css */

/* 22151 */   content: "\e607";
/* 22152 */ }
/* 22153 */ .vc_arrow-icon-arrow_05_left:before {
/* 22154 */   content: "\e608";
/* 22155 */ }
/* 22156 */ .vc_arrow-icon-arrow_05_right:before {
/* 22157 */   content: "\e609";
/* 22158 */ }
/* 22159 */ .vc_arrow-icon-arrow_06_left:before {
/* 22160 */   content: "\e60a";
/* 22161 */ }
/* 22162 */ .vc_arrow-icon-arrow_06_right:before {
/* 22163 */   content: "\e60b";
/* 22164 */ }
/* 22165 */ .vc_arrow-icon-arrow_07_left:before {
/* 22166 */   content: "\e60c";
/* 22167 */ }
/* 22168 */ .vc_arrow-icon-arrow_07_right:before {
/* 22169 */   content: "\e60d";
/* 22170 */ }
/* 22171 */ .vc_arrow-icon-arrow_08_left:before {
/* 22172 */   content: "\e60e";
/* 22173 */ }
/* 22174 */ .vc_arrow-icon-arrow_08_right:before {
/* 22175 */   content: "\e60f";
/* 22176 */ }
/* 22177 */ .vc_arrow-icon-arrow_09_left:before {
/* 22178 */   content: "\e610";
/* 22179 */ }
/* 22180 */ .vc_arrow-icon-arrow_09_right:before {
/* 22181 */   content: "\e611";
/* 22182 */ }
/* 22183 */ .vc_arrow-icon-arrow_10_left:before {
/* 22184 */   content: "\e612";
/* 22185 */ }
/* 22186 */ .vc_arrow-icon-arrow_10_right:before {
/* 22187 */   content: "\e613";
/* 22188 */ }
/* 22189 */ .vc_arrow-icon-arrow_11_left:before {
/* 22190 */   content: "\e614";
/* 22191 */ }
/* 22192 */ .vc_arrow-icon-arrow_11_right:before {
/* 22193 */   content: "\e615";
/* 22194 */ }
/* 22195 */ .vc_arrow-icon-arrow_12_left:before {
/* 22196 */   content: "\e616";
/* 22197 */ }
/* 22198 */ .vc_arrow-icon-arrow_12_right:before {
/* 22199 */   content: "\e617";
/* 22200 */ }

/* js_composer.css */

/* 22201 */ .vc_arrow-icon-navicon:before {
/* 22202 */   content: "\f0c9";
/* 22203 */ }
/* 22204 */ /* CSS Animations */
/* 22205 */ .wpb_animate_when_almost_visible {
/* 22206 */   opacity: 0;
/* 22207 */   filter: alpha(opacity=0);
/* 22208 */ }
/* 22209 */ .wpb_start_animation.wpb_top-to-bottom {
/* 22210 */   -webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22211 */   -o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22212 */   animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22213 */   opacity: 1;
/* 22214 */   filter: alpha(opacity=100);
/* 22215 */ }
/* 22216 */ .wpb_start_animation.wpb_bottom-to-top {
/* 22217 */   -webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22218 */   -o-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22219 */   animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22220 */   opacity: 1;
/* 22221 */   filter: alpha(opacity=100);
/* 22222 */ }
/* 22223 */ .wpb_start_animation.wpb_left-to-right {
/* 22224 */   -webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22225 */   -o-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22226 */   animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22227 */   opacity: 1;
/* 22228 */   filter: alpha(opacity=100);
/* 22229 */ }
/* 22230 */ .wpb_start_animation.wpb_right-to-left {
/* 22231 */   -webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22232 */   -o-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22233 */   animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22234 */   opacity: 1;
/* 22235 */   filter: alpha(opacity=100);
/* 22236 */ }
/* 22237 */ .wpb_start_animation.wpb_appear {
/* 22238 */   -webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22239 */   -o-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22240 */   animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
/* 22241 */   -webkit-transform: scale(1);
/* 22242 */   -ms-transform: scale(1);
/* 22243 */   -o-transform: scale(1);
/* 22244 */   transform: scale(1);
/* 22245 */   opacity: 1;
/* 22246 */   filter: alpha(opacity=100);
/* 22247 */ }
/* 22248 */ /* Top to bottom keyframes */
/* 22249 */ @-webkit-keyframes wpb_ttb {
/* 22250 */   0% {

/* js_composer.css */

/* 22251 */     -webkit-transform: translate(0, -10%);
/* 22252 */     opacity: 0;
/* 22253 */     filter: alpha(opacity=0);
/* 22254 */   }
/* 22255 */   100% {
/* 22256 */     -webkit-transform: translate(0, 0);
/* 22257 */     opacity: 1;
/* 22258 */     filter: alpha(opacity=100);
/* 22259 */   }
/* 22260 */ }
/* 22261 */ @-moz-keyframes wpb_ttb {
/* 22262 */   0% {
/* 22263 */     -moz-transform: translate(0, -10%);
/* 22264 */     opacity: 0;
/* 22265 */     filter: alpha(opacity=0);
/* 22266 */   }
/* 22267 */   100% {
/* 22268 */     -moz-transform: translate(0, 0);
/* 22269 */     opacity: 1;
/* 22270 */     filter: alpha(opacity=100);
/* 22271 */   }
/* 22272 */ }
/* 22273 */ @-o-keyframes wpb_ttb {
/* 22274 */   0% {
/* 22275 */     -o-transform: translate(0, -10%);
/* 22276 */     opacity: 0;
/* 22277 */     filter: alpha(opacity=0);
/* 22278 */   }
/* 22279 */   100% {
/* 22280 */     -o-transform: translate(0, 0);
/* 22281 */     opacity: 1;
/* 22282 */     filter: alpha(opacity=100);
/* 22283 */   }
/* 22284 */ }
/* 22285 */ @keyframes wpb_ttb {
/* 22286 */   0% {
/* 22287 */     -webkit-transform: translate(0, -10%);
/* 22288 */     -ms-transform: translate(0, -10%);
/* 22289 */     -o-transform: translate(0, -10%);
/* 22290 */     transform: translate(0, -10%);
/* 22291 */     opacity: 0;
/* 22292 */     filter: alpha(opacity=0);
/* 22293 */   }
/* 22294 */   100% {
/* 22295 */     -webkit-transform: translate(0, 0);
/* 22296 */     -ms-transform: translate(0, 0);
/* 22297 */     -o-transform: translate(0, 0);
/* 22298 */     transform: translate(0, 0);
/* 22299 */     opacity: 1;
/* 22300 */     filter: alpha(opacity=100);

/* js_composer.css */

/* 22301 */   }
/* 22302 */ }
/* 22303 */ /* Bottom to top keyframes */
/* 22304 */ @-webkit-keyframes wpb_btt {
/* 22305 */   0% {
/* 22306 */     -webkit-transform: translate(0, 10%);
/* 22307 */     opacity: 0;
/* 22308 */     filter: alpha(opacity=0);
/* 22309 */   }
/* 22310 */   100% {
/* 22311 */     -webkit-transform: translate(0, 0);
/* 22312 */     opacity: 1;
/* 22313 */     filter: alpha(opacity=100);
/* 22314 */   }
/* 22315 */ }
/* 22316 */ @-moz-keyframes wpb_btt {
/* 22317 */   0% {
/* 22318 */     -moz-transform: translate(0, 10%);
/* 22319 */     opacity: 0;
/* 22320 */     filter: alpha(opacity=0);
/* 22321 */   }
/* 22322 */   100% {
/* 22323 */     -moz-transform: translate(0, 0);
/* 22324 */     opacity: 1;
/* 22325 */     filter: alpha(opacity=100);
/* 22326 */   }
/* 22327 */ }
/* 22328 */ @-o-keyframes wpb_btt {
/* 22329 */   0% {
/* 22330 */     -o-transform: translate(0, 10%);
/* 22331 */     opacity: 0;
/* 22332 */     filter: alpha(opacity=0);
/* 22333 */   }
/* 22334 */   100% {
/* 22335 */     -o-transform: translate(0, 0);
/* 22336 */     opacity: 1;
/* 22337 */     filter: alpha(opacity=100);
/* 22338 */   }
/* 22339 */ }
/* 22340 */ @keyframes wpb_btt {
/* 22341 */   0% {
/* 22342 */     -webkit-transform: translate(0, 10%);
/* 22343 */     -ms-transform: translate(0, 10%);
/* 22344 */     -o-transform: translate(0, 10%);
/* 22345 */     transform: translate(0, 10%);
/* 22346 */     opacity: 0;
/* 22347 */     filter: alpha(opacity=0);
/* 22348 */   }
/* 22349 */   100% {
/* 22350 */     -webkit-transform: translate(0, 0);

/* js_composer.css */

/* 22351 */     -ms-transform: translate(0, 0);
/* 22352 */     -o-transform: translate(0, 0);
/* 22353 */     transform: translate(0, 0);
/* 22354 */     opacity: 1;
/* 22355 */     filter: alpha(opacity=100);
/* 22356 */   }
/* 22357 */ }
/* 22358 */ /* Left to right keyframes */
/* 22359 */ @-webkit-keyframes wpb_ltr {
/* 22360 */   0% {
/* 22361 */     -webkit-transform: translate(-10%, 0);
/* 22362 */     opacity: 0;
/* 22363 */     filter: alpha(opacity=0);
/* 22364 */   }
/* 22365 */   100% {
/* 22366 */     -webkit-transform: translate(0, 0);
/* 22367 */     opacity: 1;
/* 22368 */     filter: alpha(opacity=100);
/* 22369 */   }
/* 22370 */ }
/* 22371 */ @-moz-keyframes wpb_ltr {
/* 22372 */   0% {
/* 22373 */     -moz-transform: translate(-10%, 0);
/* 22374 */     opacity: 0;
/* 22375 */     filter: alpha(opacity=0);
/* 22376 */   }
/* 22377 */   100% {
/* 22378 */     -moz-transform: translate(0, 0);
/* 22379 */     opacity: 1;
/* 22380 */     filter: alpha(opacity=100);
/* 22381 */   }
/* 22382 */ }
/* 22383 */ @-o-keyframes wpb_ltr {
/* 22384 */   0% {
/* 22385 */     -o-transform: translate(-10%, 0);
/* 22386 */     opacity: 0;
/* 22387 */     filter: alpha(opacity=0);
/* 22388 */   }
/* 22389 */   100% {
/* 22390 */     -o-transform: translate(0, 0);
/* 22391 */     opacity: 1;
/* 22392 */     filter: alpha(opacity=100);
/* 22393 */   }
/* 22394 */ }
/* 22395 */ @keyframes wpb_ltr {
/* 22396 */   0% {
/* 22397 */     -webkit-transform: translate(-10%, 0);
/* 22398 */     -ms-transform: translate(-10%, 0);
/* 22399 */     -o-transform: translate(-10%, 0);
/* 22400 */     transform: translate(-10%, 0);

/* js_composer.css */

/* 22401 */     opacity: 0;
/* 22402 */     filter: alpha(opacity=0);
/* 22403 */   }
/* 22404 */   100% {
/* 22405 */     -webkit-transform: translate(0, 0);
/* 22406 */     -ms-transform: translate(0, 0);
/* 22407 */     -o-transform: translate(0, 0);
/* 22408 */     transform: translate(0, 0);
/* 22409 */     opacity: 1;
/* 22410 */     filter: alpha(opacity=100);
/* 22411 */   }
/* 22412 */ }
/* 22413 */ /* Right to left keyframes */
/* 22414 */ @-webkit-keyframes wpb_rtl {
/* 22415 */   0% {
/* 22416 */     -webkit-transform: translate(10%, 0);
/* 22417 */     opacity: 0;
/* 22418 */     filter: alpha(opacity=0);
/* 22419 */   }
/* 22420 */   100% {
/* 22421 */     -webkit-transform: translate(0, 0);
/* 22422 */     opacity: 1;
/* 22423 */     filter: alpha(opacity=100);
/* 22424 */   }
/* 22425 */ }
/* 22426 */ @-moz-keyframes wpb_rtl {
/* 22427 */   0% {
/* 22428 */     -moz-transform: translate(10%, 0);
/* 22429 */     opacity: 0;
/* 22430 */     filter: alpha(opacity=0);
/* 22431 */   }
/* 22432 */   100% {
/* 22433 */     -moz-transform: translate(0, 0);
/* 22434 */     opacity: 1;
/* 22435 */     filter: alpha(opacity=100);
/* 22436 */   }
/* 22437 */ }
/* 22438 */ @-o-keyframes wpb_rtl {
/* 22439 */   0% {
/* 22440 */     -o-transform: translate(10%, 0);
/* 22441 */     opacity: 0;
/* 22442 */     filter: alpha(opacity=0);
/* 22443 */   }
/* 22444 */   100% {
/* 22445 */     -o-transform: translate(0, 0);
/* 22446 */     opacity: 1;
/* 22447 */     filter: alpha(opacity=100);
/* 22448 */   }
/* 22449 */ }
/* 22450 */ @keyframes wpb_rtl {

/* js_composer.css */

/* 22451 */   0% {
/* 22452 */     -webkit-transform: translate(10%, 0);
/* 22453 */     -ms-transform: translate(10%, 0);
/* 22454 */     -o-transform: translate(10%, 0);
/* 22455 */     transform: translate(10%, 0);
/* 22456 */     opacity: 0;
/* 22457 */     filter: alpha(opacity=0);
/* 22458 */   }
/* 22459 */   100% {
/* 22460 */     -webkit-transform: translate(0, 0);
/* 22461 */     -ms-transform: translate(0, 0);
/* 22462 */     -o-transform: translate(0, 0);
/* 22463 */     transform: translate(0, 0);
/* 22464 */     opacity: 1;
/* 22465 */     filter: alpha(opacity=100);
/* 22466 */   }
/* 22467 */ }
/* 22468 */ /* Appear from center keyframes */
/* 22469 */ @-webkit-keyframes wpb_appear {
/* 22470 */   0% {
/* 22471 */     -webkit-transform: scale(0.5);
/* 22472 */     opacity: 0.1;
/* 22473 */     filter: alpha(opacity=10);
/* 22474 */   }
/* 22475 */   100% {
/* 22476 */     -webkit-transform: scale(1);
/* 22477 */     opacity: 1;
/* 22478 */     filter: alpha(opacity=100);
/* 22479 */   }
/* 22480 */ }
/* 22481 */ @-moz-keyframes wpb_appear {
/* 22482 */   0% {
/* 22483 */     -moz-transform: scale(0.5);
/* 22484 */     opacity: 0.1;
/* 22485 */     filter: alpha(opacity=10);
/* 22486 */   }
/* 22487 */   100% {
/* 22488 */     -moz-transform: scale(1);
/* 22489 */     opacity: 1;
/* 22490 */     filter: alpha(opacity=100);
/* 22491 */   }
/* 22492 */ }
/* 22493 */ @-o-keyframes wpb_appear {
/* 22494 */   0% {
/* 22495 */     -o-transform: scale(0.5);
/* 22496 */     opacity: 0.1;
/* 22497 */     filter: alpha(opacity=10);
/* 22498 */   }
/* 22499 */   100% {
/* 22500 */     -o-transform: scale(1);

/* js_composer.css */

/* 22501 */     opacity: 1;
/* 22502 */     filter: alpha(opacity=100);
/* 22503 */   }
/* 22504 */ }
/* 22505 */ @keyframes wpb_appear {
/* 22506 */   0% {
/* 22507 */     -webkit-transform: scale(0.5);
/* 22508 */     -ms-transform: scale(0.5);
/* 22509 */     -o-transform: scale(0.5);
/* 22510 */     transform: scale(0.5);
/* 22511 */     opacity: 0.1;
/* 22512 */     filter: alpha(opacity=10);
/* 22513 */   }
/* 22514 */   100% {
/* 22515 */     -webkit-transform: scale(1);
/* 22516 */     -ms-transform: scale(1);
/* 22517 */     -o-transform: scale(1);
/* 22518 */     transform: scale(1);
/* 22519 */     opacity: 1;
/* 22520 */     filter: alpha(opacity=100);
/* 22521 */   }
/* 22522 */ }
/* 22523 */ .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini {
/* 22524 */   position: relative;
/* 22525 */ }
/* 22526 */ .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_gitem-zone {
/* 22527 */   opacity: 0 !important;
/* 22528 */   filter: alpha(opacity=0) !important;
/* 22529 */   -webkit-transform: none !important;
/* 22530 */   -ms-transform: none !important;
/* 22531 */   transform: none !important;
/* 22532 */   -webkit-transition: none !important;
/* 22533 */   -o-transition: none !important;
/* 22534 */   transition: none !important;
/* 22535 */ }
/* 22536 */ .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader-wrapper {
/* 22537 */   position: absolute;
/* 22538 */   right: 0;
/* 22539 */   top: 50%;
/* 22540 */   margin-top: -50px;
/* 22541 */   left: 0;
/* 22542 */ }
/* 22543 */ .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader {
/* 22544 */   margin: 2em auto;
/* 22545 */   font-size: 10px;
/* 22546 */   position: relative;
/* 22547 */   text-indent: -9999em;
/* 22548 */   -webkit-animation-delay: 0.16s;
/* 22549 */   animation-delay: 0.16s;
/* 22550 */   height: 50px;

/* js_composer.css */

/* 22551 */ }
/* 22552 */ .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before,
/* 22553 */ .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after,
/* 22554 */ .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader {
/* 22555 */   border-radius: 50%;
/* 22556 */   width: 12px;
/* 22557 */   height: 12px;
/* 22558 */   -webkit-animation-fill-mode: both;
/* 22559 */   animation-fill-mode: both;
/* 22560 */   -webkit-animation: vc_woo-add-cart-load 1.8s infinite ease-in-out;
/* 22561 */   animation: vc_woo-add-cart-load 1.8s infinite ease-in-out;
/* 22562 */ }
/* 22563 */ .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
/* 22564 */   left: -20px;
/* 22565 */ }
/* 22566 */ .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after {
/* 22567 */   left: 20px;
/* 22568 */   -webkit-animation-delay: 0.32s;
/* 22569 */   animation-delay: 0.32s;
/* 22570 */ }
/* 22571 */ .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before,
/* 22572 */ .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after {
/* 22573 */   content: '';
/* 22574 */   position: absolute;
/* 22575 */   top: 0;
/* 22576 */ }
/* 22577 */ @-webkit-keyframes vc_woo-add-cart-load {
/* 22578 */   0%,
/* 22579 */   80%,
/* 22580 */   100% {
/* 22581 */     box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75);
/* 22582 */   }
/* 22583 */   40% {
/* 22584 */     box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
/* 22585 */   }
/* 22586 */ }
/* 22587 */ @keyframes vc_woo-add-cart-load {
/* 22588 */   0%,
/* 22589 */   80%,
/* 22590 */   100% {
/* 22591 */     box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75);
/* 22592 */   }
/* 22593 */   40% {
/* 22594 */     box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
/* 22595 */   }
/* 22596 */ }
/* 22597 */ .vc_grid-item-mini .added_to_cart.wc-forward {
/* 22598 */   display: none;
/* 22599 */ }
/* 22600 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /nas/content/live/aversan
currentDir : /nas/content/live/aversan/wp-content/plugins/slidetabs/templates/separated

file-relative URI  : images/arrows_h.gif
path prepended     : /nas/content/live/aversan/wp-content/plugins/slidetabs/templates/separated/images/arrows_h.gif
docroot stripped   : /wp-content/plugins/slidetabs/templates/separated/images/arrows_h.gif
traversals removed : /wp-content/plugins/slidetabs/templates/separated/images/arrows_h.gif

file-relative URI  : images/arrows_v.gif
path prepended     : /nas/content/live/aversan/wp-content/plugins/slidetabs/templates/separated/images/arrows_v.gif
docroot stripped   : /wp-content/plugins/slidetabs/templates/separated/images/arrows_v.gif
traversals removed : /wp-content/plugins/slidetabs/templates/separated/images/arrows_v.gif

file-relative URI  : images/tab_dots.gif
path prepended     : /nas/content/live/aversan/wp-content/plugins/slidetabs/templates/separated/images/tab_dots.gif
docroot stripped   : /wp-content/plugins/slidetabs/templates/separated/images/tab_dots.gif
traversals removed : /wp-content/plugins/slidetabs/templates/separated/images/tab_dots.gif

file-relative URI  : images/tab_dots.gif
path prepended     : /nas/content/live/aversan/wp-content/plugins/slidetabs/templates/separated/images/tab_dots.gif
docroot stripped   : /wp-content/plugins/slidetabs/templates/separated/images/tab_dots.gif
traversals removed : /wp-content/plugins/slidetabs/templates/separated/images/tab_dots.gif

*/

/* template.css */

/* 1   */ /* 
/* 2   *| 	Template Name: Separated
/* 3   *| 	Template URI: www.slidetabs.com
/* 4   *| 	Description: Tabs positioned separate from the content
/* 5   *| 	Version: 1.0.5
/* 6   *| 	Author: SlideTabs
/* 7   *| 	Author URI:
/* 8   *| */
/* 9   */ 
/* 10  */ /* NOTE: Prefix the template styles with <TEMPLATE FOLDER NAME>-horizontal/vertical */
/* 11  */ 
/* 12  */ 
/* 13  */ /* 
/* 14  *|  * Horizontal Tabs
/* 15  *|  *
/* 16  *| ------------------------------------------------------------------------------------- */
/* 17  */ div.separated-horizontal { /* The main container */	
/* 18  */ 	position:relative;
/* 19  */ 	clear:both;
/* 20  */ 	width:100%; /* Set the full width */
/* 21  */ }
/* 22  */ 
/* 23  */ /* Directional Buttons (horizontal)
/* 24  *| ------------------------------------------------------------------------------------- */
/* 25  */ div.separated-horizontal > div.st_tabs a.st_prev, 
/* 26  */ div.separated-horizontal > div.st_tabs a.st_next { /* Directional buttons (previous/next) */
/* 27  */ 	display:none;
/* 28  */ 	position:absolute;
/* 29  */ 	top:0px;
/* 30  */ 	z-index:110;
/* 31  */ 	height:41px;
/* 32  */ 	width:43px;
/* 33  */ 	text-indent:-999em;
/* 34  */ 	border:1px solid #ccc;
/* 35  */ 	outline:none;
/* 36  */ 	background:#fff url("/wp-content/plugins/slidetabs/templates/separated/images/arrows_h.gif") no-repeat;
/* 37  */ }
/* 38  */ div.separated-horizontal > div.st_tabs a.st_prev { /* Previous button */
/* 39  */ 	left:0px;
/* 40  */ 	background-position:center 14px;
/* 41  */ 	border-top-left-radius:5px;
/* 42  */ 	border-bottom-left-radius:5px;
/* 43  */ }
/* 44  */ div.separated-horizontal > div.st_tabs a.st_prev:hover { /* Previous button hover */	
/* 45  */ 	background-position:center -46px;
/* 46  */ 	background-color:#f8f8f8;
/* 47  */ }
/* 48  */ div.separated-horizontal > div.st_tabs a.st_next { /* Next button */
/* 49  */ 	right:0px;
/* 50  */ 	background-position:center -16px;

/* template.css */

/* 51  */ 	border-top-right-radius:5px;
/* 52  */ 	border-bottom-right-radius:5px;
/* 53  */ }
/* 54  */ div.separated-horizontal > div.st_tabs a.st_next:hover { /* Next button hover */	
/* 55  */ 	background-position:center -76px;
/* 56  */ 	background-color:#f8f8f8;
/* 57  */ }
/* 58  */ div.separated-horizontal > div.st_tabs a.st_prev.st_btn_disabled, 
/* 59  */ div.separated-horizontal > div.st_tabs a.st_next.st_btn_disabled { /* Previous and next buttons disabled state */
/* 60  */ 	cursor:default;
/* 61  */ 	background-color:#f8f8f8;
/* 62  */ }
/* 63  */ div.separated-horizontal > div.st_tabs a.st_prev.st_btn_disabled { /* Previous button disabled state */
/* 64  */ 	background-position:center -106px;
/* 65  */ }
/* 66  */ div.separated-horizontal > div.st_tabs a.st_next.st_btn_disabled { /* Next button disabled state */
/* 67  */ 	background-position:center -136px;
/* 68  */ }
/* 69  */ 
/* 70  */ /* Tabs (horizontal)
/* 71  *| ------------------------------------------------------------------------------------- */
/* 72  */ div.separated-horizontal > div.st_tabs { /* Tabs main container */		
/* 73  */ 	position:relative;
/* 74  */ 	z-index:100;		
/* 75  */ 	width:100% !important;	
/* 76  */ 	height:43px;
/* 77  */ 	margin-bottom:12px;
/* 78  */ 	overflow:hidden;
/* 79  */ }
/* 80  */ div.separated-horizontal.st_sliding_active > div.st_tabs { /* Tabs main container - sliding active (the '.st_sliding_active' class is added to the tabs main container when the tabs are 'slidable') */
/* 81  */ }
/* 82  */ div.separated-horizontal > div.st_tabs div.st_tabs_wrap { /* Tabs slide-container */
/* 83  */ 	position:relative !important; /* Don't remove: The tabs sliding position will be calculated from the tabs <ul> first parent element with position:relative */
/* 84  */ 	width:100%;
/* 85  */ }
/* 86  */ div.separated-horizontal.st_sliding_active > div.st_tabs div.st_tabs_wrap { /* The '.st_sliding_active' class is added to the main container when tab sliding is activated */
/* 87  */ 	width:auto !important;
/* 88  */ 	margin:0 44px; /* Adds side margins to make space for the arrow buttons */
/* 89  */ }
/* 90  */ div.separated-horizontal > div.st_tabs ul { /* Tabs unordered list */
/* 91  */ 	width:10000px; /* Set to an arbitrary high value */
/* 92  */ 	margin:0px;
/* 93  */ 	padding:0px;
/* 94  */ 	list-style:none;
/* 95  */ }
/* 96  */ div.separated-horizontal > div.st_tabs ul li { /* Tab list elements */
/* 97  */ 	display:block;
/* 98  */ 	float:left;
/* 99  */ 	margin:0px;
/* 100 */ }

/* template.css */

/* 101 */ div.separated-horizontal > div.st_tabs ul li a { /* Tab links */
/* 102 */ 	display:block;
/* 103 */ 	height:41px;
/* 104 */ 	margin:0px;
/* 105 */ 	padding:0 30px;
/* 106 */ 	font:bold 12px/41px Arial, Helvetica, sans-serif;	
/* 107 */ 	color:#6a6a6a;
/* 108 */ 	text-decoration:none;
/* 109 */ 	outline:none;
/* 110 */ 	border:1px solid #ccc;
/* 111 */ 	border-left:0 none;
/* 112 */ 	background:#fff;
/* 113 */ 	background:-moz-linear-gradient(center top , #fff, #fff);
/* 114 */ }
/* 115 */ div.separated-horizontal > div.st_tabs ul li a:hover { /* Tabs hover state */
/* 116 */ 	color:#425f8b;
/* 117 */ 	text-decoration: underline;
/* 118 */ 	background:#fff;
/* 119 */ }
/* 120 */ div.separated-horizontal > div.st_tabs ul li a.st_tab_first { /* First tab element */
/* 121 */ 	border-left:1px solid #ccc;
/* 122 */ 	border-top-left-radius:5px;
/* 123 */ 	border-bottom-left-radius:5px;
/* 124 */ }
/* 125 */ div.separated-horizontal > div.st_tabs ul li a.st_tab_last { /* Last tab element */
/* 126 */ 	margin-right:0px;
/* 127 */ 	border-top-right-radius:5px;
/* 128 */ 	border-bottom-right-radius:5px;
/* 129 */ }
/* 130 */ div.separated-horizontal.st_sliding_active > div.st_tabs ul li a.st_tab_first, /* First tab element (with tab sliding activated) */
/* 131 */ div.separated-horizontal.st_sliding_active > div.st_tabs ul li a.st_tab_last { /* Last tab element (with tab sliding activated) */
/* 132 */ 	border-radius:0; /* Reset border radius */
/* 133 */ }
/* 134 */ div.separated-horizontal > div.st_tabs ul li a.st_tab_active { /* Tab active/highlighted state */
/* 135 */ 	background:#fff;
/* 136 */ 	text-decoration: underline;
/* 137 */ 	color:#425f8b;
/* 138 */ }
/* 139 */ 
/* 140 */ /* Content (horizontal)
/* 141 *| ------------------------------------------------------------------------------------- */
/* 142 */ div.separated-horizontal > div.st_views { /* Main content container */
/* 143 */ 	position:relative;
/* 144 */ 	z-index:5;
/* 145 */ 	height:388px;
/* 146 */ 	padding:0px !important; /* No padding on this container */
/* 147 */ 	line-height:19px;
/* 148 */ 	border:1px solid #ccc;
/* 149 */ 	background-color:#fff;
/* 150 */ 	overflow:hidden;

/* template.css */

/* 151 */ 	border-radius:5px;
/* 152 */ }
/* 153 */ div.separated-horizontal > div.st_views div.st_view { /* Content containers - NOTE: background images will be set on these containers */
/* 154 */ 	width:100%;
/* 155 */ 	height:100%;
/* 156 */ 	overflow:hidden;
/* 157 */ 	background-image:none;
/* 158 */ 	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; /* Set 'border-box' box-sizing when using 100% width/height combined with margin or padding */
/* 159 */ 	/* Background-image attributes */
/* 160 */ 	background-repeat:no-repeat !important;
/* 161 */ 	background-position:0px 0px !important;
/* 162 */ 	background-color:transparent !important;
/* 163 */ }
/* 164 */ div.separated-horizontal > div.st_views div.st_view_inner { /* Inner content containers */
/* 165 */ 	padding:30px; /* Padding for the content */
/* 166 */ }
/* 167 */ div.separated-horizontal > div.st_views div.st_view_first { /* First content container */
/* 168 */ 	display:block; /* Show the first content container */
/* 169 */ }
/* 170 */ 
/* 171 */ /* Bottom-aligned Tabs (horizontal)
/* 172 *| ------------------------------------------------------------------------------------- */
/* 173 */ div.separated-horizontal.align_bottom { /* The main container */
/* 174 */ 	margin-bottom:56px; /* Set to the total height of div.st_tabs */
/* 175 */ }
/* 176 */ div.separated-horizontal.align_bottom > div.st_tabs { /* Tabs main container */
/* 177 */ 	position:absolute; /* Absolute position the tabs container at the bottom of the main container */
/* 178 */ 	bottom:-55px;
/* 179 */ 	left:0px;
/* 180 */ 	margin-bottom:0;
/* 181 */ }
/* 182 */ 
/* 183 */ 
/* 184 */ /* 
/* 185 *|  * Vertical Tabs
/* 186 *|  *
/* 187 *| ------------------------------------------------------------------------------------- */
/* 188 */ div.separated-vertical { /* The main container */
/* 189 */ 	position:relative;
/* 190 */ 	clear:both;
/* 191 */ 	width:100%; /* Set the full width */
/* 192 */ }
/* 193 */ 
/* 194 */ /* Control Buttons (vertical)
/* 195 *| ------------------------------------------------------------------------------------- */
/* 196 */ div.separated-vertical > div.st_tabs a.st_prev, 
/* 197 */ div.separated-vertical > div.st_tabs a.st_next { /* Directional buttons (previous/next) */	
/* 198 */ 	display:none;
/* 199 */ 	float:left;
/* 200 */ 	position:relative;

/* template.css */

/* 201 */ 	z-index:100;	
/* 202 */ 	height:34px;
/* 203 */ 	width:93px;
/* 204 */ 	text-indent:-999em;
/* 205 */ 	border:1px solid #ccc;
/* 206 */ 	outline:none;	
/* 207 */ 	background:#f6f9fd url("/wp-content/plugins/slidetabs/templates/separated/images/arrows_v.gif") no-repeat;	
/* 208 */ }
/* 209 */ div.separated-vertical > div.st_tabs a.st_prev { /* Previous button */
/* 210 */ 	border-right:0 none;
/* 211 */ 	background-position:center 13px;
/* 212 */ 	border-top-left-radius:5px;
/* 213 */ }
/* 214 */ div.separated-vertical > div.st_tabs a.st_prev:hover { /* Previous button hover */
/* 215 */ 	background-position:center -51px;
/* 216 */ 	background-color:#f6f9fd;
/* 217 */ }
/* 218 */ div.separated-vertical > div.st_tabs a.st_next { /* Next button */
/* 219 */ 	background-position:center -19px;
/* 220 */ 	border-top-right-radius:5px;
/* 221 */ }
/* 222 */ div.separated-vertical > div.st_tabs a.st_next:hover { /* Next button hover */
/* 223 */ 	background-position:center -83px;
/* 224 */ 	background-color:#f6f9fd;
/* 225 */ }
/* 226 */ div.separated-vertical > div.st_tabs a.st_prev.st_btn_disabled,
/* 227 */ div.separated-vertical > div.st_tabs a.st_next.st_btn_disabled { /* Previous and next buttons disabled state */
/* 228 */ 	cursor:default;
/* 229 */ 	background-color:#f6f9fd;
/* 230 */ }
/* 231 */ div.separated-vertical > div.st_tabs a.st_prev.st_btn_disabled { /* Previous button disabled state */
/* 232 */ 	background-position:center -115px;
/* 233 */ }
/* 234 */ div.separated-vertical > div.st_tabs a.st_next.st_btn_disabled { /* Next button disabled state */
/* 235 */ 	background-position:center -147px;
/* 236 */ }
/* 237 */ 
/* 238 */ /* Tabs (vertical)
/* 239 *| ------------------------------------------------------------------------------------- */
/* 240 */ div.separated-vertical > div.st_tabs { /* Tabs main container */  	
/* 241 */ 	position:relative;
/* 242 */ 	z-index:100;
/* 243 */ 	float:left;
/* 244 */ 	width:170px; /* +1px for the negative right margin */
/* 245 */ 	height:412px;
/* 246 */ 	margin-right:12px;
/* 247 */ 	border-radius:5px;	
/* 248 */ 	overflow:hidden;
/* 249 */ }
/* 250 */ div.separated-vertical.st_sliding_active > div.st_tabs { /* Tabs main container - sliding active (the '.st_sliding_active' class is added to the main container when the tabs are 'slidable') */

/* template.css */

/* 251 */ }
/* 252 */ div.separated-vertical > div.st_tabs div.st_tabs_wrap { /* Tabs slide-container */
/* 253 */ 	position:relative !important; /* Don't remove: The tabs sliding position will be calculated from the tabs <ul> first parent element with position:relative */
/* 254 */ 	float:left;
/* 255 */ 	clear:both;
/* 256 */ }
/* 257 */ div.separated-vertical > div.st_tabs ul { /* Tabs unordered list */
/* 258 */ 	float:left;
/* 259 */ 	margin:0px;
/* 260 */ 	padding:0px;
/* 261 */ 	list-style:none;
/* 262 */ }
/* 263 */ div.separated-vertical > div.st_tabs ul li { /* Tab list elements */
/* 264 */ 	position:relative;
/* 265 */ 	float:left;
/* 266 */ 	clear:both;
/* 267 */ 	margin:0px;
/* 268 */ }
/* 269 */ div.separated-vertical > div.st_tabs ul li a { /* Tab links */
/* 270 */ 	display:block;
/* 271 */ 	width:167px;
/* 272 */ 	margin:0;
/* 273 */ 	padding:14px 0 14px 20px;
/* 274 */ 	font:bold 12px/18px Arial, Helvetica, sans-serif;
/* 275 */ 	color:#5c5c5c;
/* 276 */ 	text-decoration:none;
/* 277 */ 	outline:none;
/* 278 */ 	border:1px solid #ccc;
/* 279 */ 	border-top:0 none;
/* 280 */ 	background-color:#f6f9fd;
/* 281 */ 	/* Background gradient */
/* 282 */ 	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f9fd), to(#f6f9fd)); /* Safari 4+, Chrome 1-9 */
/* 283 */ 	background-image:-webkit-linear-gradient(top, #f6f9fd, #f6f9fd); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
/* 284 */ 	background-image:-moz-linear-gradient(top, #f6f9fd, #f6f9fd); /* Firefox 3.6+ */
/* 285 */ 	background-image:-ms-linear-gradient(top, #f6f9fd, #f6f9fd); /* IE 10+ */
/* 286 */ 	background-image:-o-linear-gradient(top, #f6f9fd, #f6f9fd); /* Opera 11.10+ */
/* 287 */ }
/* 288 */ div.separated-vertical > div.st_tabs ul li a:hover { /* Tabs hover state */
/* 289 */ 	color:#425f8b;
/* 290 */ 	text-decoration: underline;
/* 291 */ 	background:#fff;
/* 292 */ }
/* 293 */ div.separated-vertical > div.st_tabs ul li a.st_tab_first { /* First tab element */
/* 294 */ 	border-top:1px solid #ccc;
/* 295 */ 	border-top-left-radius:5px;
/* 296 */ 	border-top-right-radius:5px;
/* 297 */ }
/* 298 */ div.separated-vertical.st_sliding_active > div.st_tabs ul li a.st_tab_first { /* First tab element (with tab sliding activated) */
/* 299 */ 	border-top:0 none;
/* 300 */ 	border-radius:0; /* Reset border radius */

/* template.css */

/* 301 */ }
/* 302 */ div.separated-vertical > div.st_tabs ul li a.st_tab_last { /* Last tab element */
/* 303 */ 	border-bottom-left-radius:5px;
/* 304 */ 	border-bottom-right-radius:5px;
/* 305 */ }
/* 306 */ div.separated-vertical > div.st_tabs ul li a.st_tab_active { /* Tab active/highlighted state */
/* 307 */ 	color:#425f8b;
/* 308 */ 	background:#fff;
/* 309 */ }
/* 310 */ div.separated-vertical > div.st_tabs ul li a span {
/* 311 */ 	display:block;
/* 312 */ 	clear:both;
/* 313 */ 	font:italic normal 11px/11px Georgia, "Times New Roman", Times, serif;
/* 314 */ 	color:#425f8b;
/* 315 */ 	padding-top:3px;	
/* 316 */ }
/* 317 */ 
/* 318 */ /* Content (vertical)
/* 319 *| ------------------------------------------------------------------------------------- */
/* 320 */ div.separated-vertical > div.st_views { /* Main content container */
/* 321 */ 	position:relative;
/* 322 */ 	z-index:5;
/* 323 */ 	height:411px;
/* 324 */ 	line-height:18px;
/* 325 */ 	border:1px solid #ccc;
/* 326 */ 	background-color:#fff;
/* 327 */ 	border-radius:5px;
/* 328 */ 	overflow:hidden;
/* 329 */ }
/* 330 */ div.separated-vertical > div.st_views div.st_view { /* Content containers - NOTE: background images will be set on these containers */
/* 331 */ 	width:100%;	
/* 332 */ 	height:100%;
/* 333 */ 	overflow:hidden;
/* 334 */ 	background-image:none;
/* 335 */ 	/* Background-image attributes */
/* 336 */ 	background-repeat:no-repeat !important;
/* 337 */ 	background-position:0px 0px !important;
/* 338 */ 	background-color:transparent !important;
/* 339 */ }
/* 340 */ div.separated-vertical > div.st_views div.st_view_inner { /* Inner content containers - NOTE: the 'Auto Height' option uses the full height of this container to set the height */
/* 341 */ 	overflow:hidden !important; /* Makes the element wrap around the content */
/* 342 */ 	padding:30px; /* Padding for the content */
/* 343 */ }
/* 344 */ div.separated-vertical > div.st_views div.st_view_first { /* First content container */
/* 345 */ 	display:block; /* Show the first content container */
/* 346 */ }
/* 347 */ 
/* 348 */ /* Right-aligned Tabs (vertical)
/* 349 *| ------------------------------------------------------------------------------------- */
/* 350 */ div.separated-vertical.align_right > div.st_tabs { /* Tabs main container */  	

/* template.css */

/* 351 */ 	float:right;
/* 352 */ 	margin-right:0px;
/* 353 */ 	margin-left:15px;
/* 354 */ }
/* 355 */ 
/* 356 */ 
/* 357 */ /* 
/* 358 *|  * Media Queries
/* 359 *|  *
/* 360 *| ------------------------------------------------------------------------------------- */
/* 361 */ @media screen and (max-width: 768px) {
/* 362 */ 	/* Vertical Tabs
/* 363 *| 	------------------------------------------------------------------------------------- */
/* 364 */ 	
/* 365 */ 	/* Arrow Buttons (vertical) */
/* 366 */ 	div.separated-vertical > div.st_tabs a.st_prev,
/* 367 */ 	div.separated-vertical > div.st_tabs a.st_next {
/* 368 */ 		width:46px;
/* 369 */ 		border-radius:0;
/* 370 */ 	}
/* 371 */ 	div.separated-vertical > div.st_tabs a.st_prev { /* Previous button */		
/* 372 */ 		margin-bottom:0;
/* 373 */ 		border-right:1px solid #ccc;
/* 374 */ 		border-bottom:0 none;
/* 375 */ 		border-top-right-radius:5px;
/* 376 */ 		border-top-left-radius:5px;
/* 377 */ 	}
/* 378 */ 	
/* 379 */ 	/* Tabs (vertical) */
/* 380 */ 	div.separated-vertical > div.st_tabs {
/* 381 */ 		width:48px;
/* 382 */ 		height:341px;
/* 383 */ 	}
/* 384 */ 	div.separated-vertical > div.st_tabs ul li a {
/* 385 */ 		width:46px !important;
/* 386 */ 		height:38px !important;
/* 387 */ 		padding:0 !important;
/* 388 */ 		text-indent:-1000em !important;		
/* 389 */ 		background:url("/wp-content/plugins/slidetabs/templates/separated/images/tab_dots.gif") no-repeat center 16px #f6f9fd !important;
/* 390 */ 	}
/* 391 */ 	div.separated-vertical > div.st_tabs ul li a:hover { /* Tabs hover state */	
/* 392 */ 		background-color:#fff;
/* 393 */ 	}
/* 394 */ 	div.separated-vertical > div.st_tabs ul li a.st_tab_active {
/* 395 */ 		background:url("/wp-content/plugins/slidetabs/templates/separated/images/tab_dots.gif") no-repeat center -66px #fff !important;
/* 396 */ 	}
/* 397 */ 	
/* 398 */ 	/* Content (vertical) */
/* 399 */ 	div.separated-vertical > div.st_views {
/* 400 */ 		height:339px;

/* template.css */

/* 401 */ 	}
/* 402 */ }
