-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate_styles-3-11-16.css
4252 lines (3572 loc) · 229 KB
/
template_styles-3-11-16.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
/*GRID STYLES*/
/* @import must be at top of file, otherwise CSS will not work */
/*
@import url("//hello.myfonts.net/count/2fb07d");
*/
@font-face {font-family: 'FuturaPT-Demi';src: url('fonts/2FB07D_0_0.eot');src: url('fonts/2FB07D_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2FB07D_0_0.woff2') format('woff2'),url('fonts/2FB07D_0_0.woff') format('woff'),url('fonts/2FB07D_0_0.ttf') format('truetype'),url('fonts/2FB07D_0_0.svg#wf') format('svg');}
@font-face {font-family: 'FuturaPT-Bold';src: url('fonts/2FB07D_1_0.eot');src: url('fonts/2FB07D_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/2FB07D_1_0.woff2') format('woff2'),url('fonts/2FB07D_1_0.woff') format('woff'),url('fonts/2FB07D_1_0.ttf') format('truetype'),url('fonts/2FB07D_1_0.svg#wf') format('svg');}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;box-sizing:content-box}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}table{border-spacing:0;border-collapse:collapse}
@media print {blockquote,img,pre,tr{page-break-inside:avoid}*,::after,::before{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}
/*=============================
GENERAL STYLES
==============================*/
*:focus { outline:none;}
#no-js .no-js{display:none!important;}
#no-js .video-presentation{display:none!important;}
@-moz-viewport{width:device-width;}@-ms-viewport{width:device-width;}@-webkit-viewport{width:device-width;}@viewport{width:device-width;}
html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;-webkit-tap-highlight-color:transparent}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}@viewport{width:device-width}caption,th{text-align:left}address,legend{line-height:inherit}label,output{display:inline-block}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #818a91}address{margin-bottom:1rem;font-style:normal}dl,ol,pre,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dd,label,legend{margin-bottom:.5rem}dt{font-weight:700}dd{margin-left:0}blockquote,figure{margin:0 0 1rem}a{color:#0275d8;text-decoration:none}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:focus{/*outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px*/outline:none}img{vertical-align:middle}[role=button]{cursor:pointer}table{background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;caption-side:bottom}button,input,select,textarea{margin:0;line-height:inherit}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;font-size:1.5rem}input[type=search]{-webkit-box-sizing:inherit;box-sizing:inherit;-webkit-appearance:none}.blockquote,hr{margin-bottom:1rem}hr{margin-top:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small{font-size:80%;font-weight:400}mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.dl-horizontal{margin-right:-1.875rem;margin-left:-1.875rem}.dl-horizontal::after{display:table;clear:both;content:""}.initialism{font-size:90%;text-transform:uppercase}.blockquote{padding:.5rem 1rem;font-size:1.25rem;border-left:.25rem solid #eceeef}.blockquote ol:last-child,.blockquote p:last-child,.blockquote ul:last-child{margin-bottom:0}.blockquote footer{display:block;font-size:80%;line-height:1.5;color:#818a91}.blockquote footer::before{content:"\2014 \00A0"}.blockquote-reverse{padding-right:1rem;padding-left:0;text-align:right;border-right:.25rem solid #eceeef;border-left:0}code,kbd{padding:.2rem .4rem;font-size:90%}.blockquote-reverse footer::before{content:""}.blockquote-reverse footer::after{content:"\00A0 \2014"}.figure{display:inline-block}.figure>img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#818a91}.figure>img,.img-fluid{display:block;max-width:100%;height:auto}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{color:#bd4147;background-color:#f7f7f9;border-radius:.25rem}kbd{color:#fff;background-color:#333;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;margin-top:0;margin-bottom:1rem;font-size:90%;line-height:1.5;color:#373a3c}pre code{padding:0;font-size:inherit;color:inherit;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}
/*=============================
GRID STYLES
==============================*/
.container,.container-fluid{padding-right:.625rem;padding-left:.625rem;margin-right:auto;margin-left:auto}
.container-fluid::after,.container::after,.row::after{display:table;clear:both;content:""}
/*@media (min-width: 544px){.container{max-width:526px}}*/
/*@media (min-width: 680px){.container{width: calc(90% - 40px);}}*/
.container{width: calc(90% - 40px);}
@media (max-width: 1100px) { .container.width-full { width: 100%; padding-right: 0; padding-left: 0; } }
/*.container{margin:0 auto;}*/
@media (min-width: 1100px){.container{width:960px}}
@media (min-width: 1440px){.container{width:1100px}}
/*@media (min-width: 980px){.container{width:768px}}*/
/*@media (min-width: 660px){.container{width:100%} }*/
/*@media (min-width: 1100px){.container{max-width:960px}}*/
/*@media (min-width: 1200px){.container{max-width:1180px}}*/
.row{margin-right:-.625rem;margin-left:-.625rem}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-13,.col-xl-14,.col-xl-15,.col-xl-16,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.one-third-xs,.one-third-sm,.one-third-md,.one-third-lg,.one-third-xl,.two-third-xs,.two-third-sm,.two-third-md,.two-third-lg,.two-third-xl,.one-fifth-xs,.one-fifth-sm,.one-fifth-md,.one-fifth-lg,.one-fifth-xl{position:relative;min-height:1px;padding-right:.625rem;padding-left:.625rem}
/*=============================
GRID XS
==============================*/
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15, .col-xs-16,.one-third-xs,.two-third-xs,.one-fifth-xs{ float: left;}.one-third-xs{width: 33.333333%}.two-third-xs{width: 66.666667%}.one-fifth-xs{width: 20%;}.col-xs-16{width:100%}.col-xs-15{width:93.75%}.col-xs-14{width:87.5%}.col-xs-13{width:81.25%}.col-xs-12{width:75%}.col-xs-11{width:68.75%}.col-xs-10{width:62.5%}.col-xs-9{width:56.25%}.col-xs-8{width:50%}.col-xs-7{width:43.75%}.col-xs-6{width:37.5%}.col-xs-5{width:31.25%}.col-xs-4{width:25%}.col-xs-3{width:18.75%}.col-xs-2{width:12.5%}.col-xs-1{width:6.25%}.col-xs-pull-16{right:100%}.col-xs-pull-15{right:93.75%}.col-xs-pull-14{right:87.5%}.col-xs-pull-13{right:81.25%}.col-xs-pull-12{right:75%}.col-xs-pull-11{right:68.75%}.col-xs-pull-10{right:62.5%}.col-xs-pull-9{right:56.25%}.col-xs-pull-8{right:50%}.col-xs-pull-7{right:43.75%}.col-xs-pull-6{right:37.5%}.col-xs-pull-5{right:31.25%}.col-xs-pull-4{right:25%}.col-xs-pull-3{right:18.75%}.col-xs-pull-2{right:12.5%}.col-xs-pull-1{right:6.25%}.col-xs-pull-0{right:auto}.col-xs-push-16{left:100%}.col-xs-push-15{left:93.75%}.col-xs-push-14{left:87.5%}.col-xs-push-13{left:81.25%}.col-xs-push-12{left:75%}.col-xs-push-11{left:68.75%}.col-xs-push-10{left:62.5%}.col-xs-push-9{left:56.25%}.col-xs-push-8{left:50%}.col-xs-push-7{left:43.75%}.col-xs-push-6{left:37.5%}.col-xs-push-5{left:31.25%}.col-xs-push-4{left:25%}.col-xs-push-3{left:18.75%}.col-xs-push-2{left:12.5%}.col-xs-push-1{left:6.25%}.col-xs-push-0{left:auto}.col-xs-offset-16{margin-left:100%}.col-xs-offset-15{margin-left:93.75%}.col-xs-offset-14{margin-left:87.5%}.col-xs-offset-13{margin-left:81.25%}.col-xs-offset-12{margin-left:75%}.col-xs-offset-11{margin-left:68.75%}.col-xs-offset-10{margin-left:62.5%}.col-xs-offset-9{margin-left:56.25%}.col-xs-offset-8{margin-left:50%}.col-xs-offset-7{margin-left:43.75%}.col-xs-offset-6{margin-left:37.5%}.col-xs-offset-5{margin-left:31.25%}.col-xs-offset-4{margin-left:25%}.col-xs-offset-3{margin-left:18.75%}.col-xs-offset-2{margin-left:12.5%}.col-xs-offset-1{margin-left:6.25%}.col-xs-offset-0{margin-left:0}
/*=============================
GRID SM
==============================*/
@media (min-width: 768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.one-third-sm,.two-third-sm,.one-fifth-sm{ float: left;}.one-third-sm{width: 33.333333%}.two-third-sm{width: 66.666667%}.one-fifth-sm{width: 20%;}.col-sm-16{width:100%}.col-sm-15{width:93.75%}.col-sm-14{width:87.5%}.col-sm-13{width:81.25%}.col-sm-12{width:75%}.col-sm-11{width:68.75%}.col-sm-10{width:62.5%}.col-sm-9{width:56.25%}.col-sm-8{width:50%}.col-sm-7{width:43.75%}.col-sm-6{width:37.5%}.col-sm-5{width:31.25%}.col-sm-4{width:25%}.col-sm-3{width:18.75%}.col-sm-2{width:12.5%}.col-sm-1{width:6.25%}.col-sm-pull-16{right:100%}.col-sm-pull-15{right:93.75%}.col-sm-pull-14{right:87.5%}.col-sm-pull-13{right:81.25%}.col-sm-pull-12{right:75%}.col-sm-pull-11{right:68.75%}.col-sm-pull-10{right:62.5%}.col-sm-pull-9{right:56.25%}.col-sm-pull-8{right:50%}.col-sm-pull-7{right:43.75%}.col-sm-pull-6{right:37.5%}.col-sm-pull-5{right:31.25%}.col-sm-pull-4{right:25%}.col-sm-pull-3{right:18.75%}.col-sm-pull-2{right:12.5%}.col-sm-pull-1{right:6.25%}.col-sm-pull-0{right:auto}.col-sm-push-16{left:100%}.col-sm-push-15{left:93.75%}.col-sm-push-14{left:87.5%}.col-sm-push-13{left:81.25%}.col-sm-push-12{left:75%}.col-sm-push-11{left:68.75%}.col-sm-push-10{left:62.5%}.col-sm-push-9{left:56.25%}.col-sm-push-8{left:50%}.col-sm-push-7{left:43.75%}.col-sm-push-6{left:37.5%}.col-sm-push-5{left:31.25%}.col-sm-push-4{left:25%}.col-sm-push-3{left:18.75%}.col-sm-push-2{left:12.5%}.col-sm-push-1{left:6.25%}.col-sm-push-0{left:auto}.col-sm-offset-16{margin-left:100%}.col-sm-offset-15{margin-left:93.75%}.col-sm-offset-14{margin-left:87.5%}.col-sm-offset-13{margin-left:81.25%}.col-sm-offset-12{margin-left:75%}.col-sm-offset-11{margin-left:68.75%}.col-sm-offset-10{margin-left:62.5%}.col-sm-offset-9{margin-left:56.25%}.col-sm-offset-8{margin-left:50%}.col-sm-offset-7{margin-left:43.75%}.col-sm-offset-6{margin-left:37.5%}.col-sm-offset-5{margin-left:31.25%}.col-sm-offset-4{margin-left:25%}.col-sm-offset-3{margin-left:18.75%}.col-sm-offset-2{margin-left:12.5%}.col-sm-offset-1{margin-left:6.25%}.col-sm-offset-0{margin-left:0}}
/*=============================
GRID MD
==============================*/
@media (min-width: 1100px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.one-third-md,.two-third-md,.one-fifth-md{ float: left;}.one-third-md{width: 33.333333%}.two-third-md{width: 66.666667%}.one-fifth-md{width: 20%;}.col-md-16{width:100%}.col-md-15{width:93.75%}.col-md-14{width:87.5%}.col-md-13{width:81.25%}.col-md-12{width:75%}.col-md-11{width:68.75%}.col-md-10{width:62.5%}.col-md-9{width:56.25%}.col-md-8{width:50%}.col-md-7{width:43.75%}.col-md-6{width:37.5%}.col-md-5{width:31.25%}.col-md-4{width:25%}.col-md-3{width:18.75%}.col-md-2{width:12.5%}.col-md-1{width:6.25%}.col-md-pull-16{right:100%}.col-md-pull-15{right:93.75%}.col-md-pull-14{right:87.5%}.col-md-pull-13{right:81.25%}.col-md-pull-12{right:75%}.col-md-pull-11{right:68.75%}.col-md-pull-10{right:62.5%}.col-md-pull-9{right:56.25%}.col-md-pull-8{right:50%}.col-md-pull-7{right:43.75%}.col-md-pull-6{right:37.5%}.col-md-pull-5{right:31.25%}.col-md-pull-4{right:25%}.col-md-pull-3{right:18.75%}.col-md-pull-2{right:12.5%}.col-md-pull-1{right:6.25%}.col-md-pull-0{right:auto}.col-md-push-16{left:100%}.col-md-push-15{left:93.75%}.col-md-push-14{left:87.5%}.col-md-push-13{left:81.25%}.col-md-push-12{left:75%}.col-md-push-11{left:68.75%}.col-md-push-10{left:62.5%}.col-md-push-9{left:56.25%}.col-md-push-8{left:50%}.col-md-push-7{left:43.75%}.col-md-push-6{left:37.5%}.col-md-push-5{left:31.25%}.col-md-push-4{left:25%}.col-md-push-3{left:18.75%}.col-md-push-2{left:12.5%}.col-md-push-1{left:6.25%}.col-md-push-0{left:auto}.col-md-offset-16{margin-left:100%}.col-md-offset-15{margin-left:93.75%}.col-md-offset-14{margin-left:87.5%}.col-md-offset-13{margin-left:81.25%}.col-md-offset-12{margin-left:75%}.col-md-offset-11{margin-left:68.75%}.col-md-offset-10{margin-left:62.5%}.col-md-offset-9{margin-left:56.25%}.col-md-offset-8{margin-left:50%}.col-md-offset-7{margin-left:43.75%}.col-md-offset-6{margin-left:37.5%}.col-md-offset-5{margin-left:31.25%}.col-md-offset-4{margin-left:25%}.col-md-offset-3{margin-left:18.75%}.col-md-offset-2{margin-left:12.5%}.col-md-offset-1{margin-left:6.25%}.col-md-offset-0{margin-left:0}}
/*=============================
GRID LG
==============================*/
@media (min-width: 1100px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.one-third-lg,.two-third-lg,.one-fifth-lg{ float: left;}.one-third-lg{width: 33.333333%}.two-third-lg{width: 66.666667%}.one-fifth-lg{width: 20%;}.col-lg-16{width:100%}.col-lg-15{width:93.75%}.col-lg-14{width:87.5%}.col-lg-13{width:81.25%}.col-lg-12{width:75%}.col-lg-11{width:68.75%}.col-lg-10{width:62.5%}.col-lg-9{width:56.25%}.col-lg-8{width:50%}.col-lg-7{width:43.75%}.col-lg-6{width:37.5%}.col-lg-5{width:31.25%}.col-lg-4{width:25%}.col-lg-3{width:18.75%}.col-lg-2{width:12.5%}.col-lg-1{width:6.25%}.col-lg-pull-16{right:100%}.col-lg-pull-15{right:93.75%}.col-lg-pull-14{right:87.5%}.col-lg-pull-13{right:81.25%}.col-lg-pull-12{right:75%}.col-lg-pull-11{right:68.75%}.col-lg-pull-10{right:62.5%}.col-lg-pull-9{right:56.25%}.col-lg-pull-8{right:50%}.col-lg-pull-7{right:43.75%}.col-lg-pull-6{right:37.5%}.col-lg-pull-5{right:31.25%}.col-lg-pull-4{right:25%}.col-lg-pull-3{right:18.75%}.col-lg-pull-2{right:12.5%}.col-lg-pull-1{right:6.25%}.col-lg-pull-0{right:auto}.col-lg-push-16{left:100%}.col-lg-push-15{left:93.75%}.col-lg-push-14{left:87.5%}.col-lg-push-13{left:81.25%}.col-lg-push-12{left:75%}.col-lg-push-11{left:68.75%}.col-lg-push-10{left:62.5%}.col-lg-push-9{left:56.25%}.col-lg-push-8{left:50%}.col-lg-push-7{left:43.75%}.col-lg-push-6{left:37.5%}.col-lg-push-5{left:31.25%}.col-lg-push-4{left:25%}.col-lg-push-3{left:18.75%}.col-lg-push-2{left:12.5%}.col-lg-push-1{left:6.25%}.col-lg-push-0{left:auto}.col-lg-offset-16{margin-left:100%}.col-lg-offset-15{margin-left:93.75%}.col-lg-offset-14{margin-left:87.5%}.col-lg-offset-13{margin-left:81.25%}.col-lg-offset-12{margin-left:75%}.col-lg-offset-11{margin-left:68.75%}.col-lg-offset-10{margin-left:62.5%}.col-lg-offset-9{margin-left:56.25%}.col-lg-offset-8{margin-left:50%}.col-lg-offset-7{margin-left:43.75%}.col-lg-offset-6{margin-left:37.5%}.col-lg-offset-5{margin-left:31.25%}.col-lg-offset-4{margin-left:25%}.col-lg-offset-3{margin-left:18.75%}.col-lg-offset-2{margin-left:12.5%}.col-lg-offset-1{margin-left:6.25%}.col-lg-offset-0{margin-left:0}}
/*=============================
GRID XL
==============================*/
@media (min-width: 1440px){.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-13,.col-xl-14,.col-xl-15,.col-xl-16,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.one-third-xl,.two-third-xl,.one-fifth-xl{ float: left;}.one-third-xl{width: 33.333333%}.two-third-xl{width: 66.666667%}.one-fifth-xl{width: 20%;}.col-xl-16{width:100%}.col-xl-15{width:93.75%}.col-xl-14{width:87.5%}.col-xl-13{width:81.25%}.col-xl-12{width:75%}.col-xl-11{width:68.75%}.col-xl-10{width:62.5%}.col-xl-9{width:56.25%}.col-xl-8{width:50%}.col-xl-7{width:43.75%}.col-xl-6{width:37.5%}.col-xl-5{width:31.25%}.col-xl-4{width:25%}.col-xl-3{width:18.75%}.col-xl-2{width:12.5%}.col-xl-1{width:6.25%}.col-xl-pull-16{right:100%}.col-xl-pull-15{right:93.75%}.col-xl-pull-14{right:87.5%}.col-xl-pull-13{right:81.25%}.col-xl-pull-12{right:75%}.col-xl-pull-11{right:68.75%}.col-xl-pull-10{right:62.5%}.col-xl-pull-9{right:56.25%}.col-xl-pull-8{right:50%}.col-xl-pull-7{right:43.75%}.col-xl-pull-6{right:37.5%}.col-xl-pull-5{right:31.25%}.col-xl-pull-4{right:25%}.col-xl-pull-3{right:18.75%}.col-xl-pull-2{right:12.5%}.col-xl-pull-1{right:6.25%}.col-xl-pull-0{right:auto}.col-xl-push-16{left:100%}.col-xl-push-15{left:93.75%}.col-xl-push-14{left:87.5%}.col-xl-push-13{left:81.25%}.col-xl-push-12{left:75%}.col-xl-push-11{left:68.75%}.col-xl-push-10{left:62.5%}.col-xl-push-9{left:56.25%}.col-xl-push-8{left:50%}.col-xl-push-7{left:43.75%}.col-xl-push-6{left:37.5%}.col-xl-push-5{left:31.25%}.col-xl-push-4{left:25%}.col-xl-push-3{left:18.75%}.col-xl-push-2{left:12.5%}.col-xl-push-1{left:6.25%}.col-xl-push-0{left:auto}.col-xl-offset-16{margin-left:100%}.col-xl-offset-15{margin-left:93.75%}.col-xl-offset-14{margin-left:87.5%}.col-xl-offset-13{margin-left:81.25%}.col-xl-offset-12{margin-left:75%}.col-xl-offset-11{margin-left:68.75%}.col-xl-offset-10{margin-left:62.5%}.col-xl-offset-9{margin-left:56.25%}.col-xl-offset-8{margin-left:50%}.col-xl-offset-7{margin-left:43.75%}.col-xl-offset-6{margin-left:37.5%}.col-xl-offset-5{margin-left:31.25%}.col-xl-offset-4{margin-left:25%}.col-xl-offset-3{margin-left:18.75%}.col-xl-offset-2{margin-left:12.5%}.col-xl-offset-1{margin-left:6.25%}.col-xl-offset-0{margin-left:0}}
/*===============================
UTILITY CLASSES
================================*/
.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}.text-nowrap,.text-truncate{white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[hidden]{display:none!important}.invisible{visibility:hidden}.text-hide{font:"0/0" a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-truncate{overflow:hidden;text-overflow:ellipsis}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#818a91}.text-bold{font-weight:700;}.text-normal{font-weight: 500;}
/* Alignment */
img.alignleft,
img.alignright,
img.aligncenter {display: inline-block; max-width: 100%; margin-bottom: 20px;}
@media (min-width: 1100px){
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {display: block;margin-left: auto;margin-right: auto;}
blockquote.alignleft,
img.alignleft {margin: 7px 24px 7px 0;}
.wp-caption.alignleft {margin: 7px 14px 7px 0;}
blockquote.alignright,
img.alignright {margin: 7px 0 7px 24px; }
blockquote.aligncenter,
img.aligncenter {margin-top: 7px;margin-bottom: 20px;}
}
/*============================
TABLE STYLES
=============================*/
table p { margin-bottom: 0;}
.table { width: 100%; max-width: 100%; margin-bottom: 1rem; }
.table th,
.table td { padding: .75rem 1.875rem; line-height: 1.5; vertical-align: top; border-top: 1px solid #eceeef; }
.table thead th { vertical-align: bottom; border-bottom: 2px solid #eceeef; }
.table tbody + tbody { border-top: 2px solid #eceeef; }
.table .table { background-color: #fff; }
.table-sm th,
.table-sm td {
padding: .3rem;
}
@media screen and (max-width: 700px) {
.table th, .table td {padding: .75rem .175rem;min-width: 80px!important;}
}
.table-bordered { border: 1px solid #eceeef; }
.table-bordered th,
.table-bordered td { border: 1px solid #eceeef; }
.table-bordered thead th,
.table-bordered thead td { border-bottom-width: 2px; }
.table-striped tbody tr:nth-of-type(odd) { background-color: #f1f5fa; }
.table-hover tbody tr:hover { background-color: #f8f9d8; }
.table-active,
.table-active > th,
.table-active > td { background-color: #f1f5fa; }
.table-hover .table-active:hover { background-color: #e8e8e8; }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th { background-color: #e8e8e8; }
.table-success,
.table-success > th,
.table-success > td { background-color: #dff0d8; }
.table-hover .table-success:hover { background-color: #d0e9c6; }
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th { background-color: #d0e9c6; }
.table-info,
.table-info > th,
.table-info > td { background-color: #d9edf7; }
.table-hover .table-info:hover { background-color: #c4e3f3; }
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th { background-color: #c4e3f3; }
.table-warning,
.table-warning > th,
.table-warning > td { background-color: #fcf8e3; }
.table-hover .table-warning:hover { background-color: #faf2cc; }
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th { background-color: #faf2cc; }
.table-danger,
.table-danger > th,
.table-danger > td { background-color: #f2dede; }
.table-hover .table-danger:hover { background-color: #ebcccc; }
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th { background-color: #ebcccc; }
.table-responsive { min-height: 0.01%; overflow-x: auto; }
@media screen and (max-width: 1099px) {
.table-responsive { /*border: 1px solid #ddd;*/ margin-bottom: 15px; overflow-y: hidden; width: 100%;}
.table-responsive > .table { margin-bottom: 0; }
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th { white-space: nowrap; }
.table-responsive > .table-bordered { border: 0 none;}
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > thead > tr > th:first-child { border-left: 0 none;}
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > thead > tr > th:last-child { border-right: 0 none;}
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0 none; }
}
.thead-inverse th {
color: #fff;
background-color: #373a3c;
}
.thead-default th {
color: #55595c;
background-color: #eceeef;
}
.table-inverse {
color: #eceeef;
background-color: #373a3c;
}
.table-inverse.table-bordered {
border: 0;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
border-color: #55595c;
}
.table-reflow thead {
float: left;
}
.table-reflow tbody {
display: block;
white-space: nowrap;
}
.table-reflow th,
.table-reflow td {
border-top: 1px solid #eceeef;
border-left: 1px solid #eceeef;
}
.table-reflow th:last-child,
.table-reflow td:last-child {
border-right: 1px solid #eceeef;
}
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
border-bottom: 1px solid #eceeef;
}
.table-reflow tr { float: left;}
.table-reflow tr th,
.table-reflow tr td {
display: block !important;
border: 1px solid #eceeef;
}
/*============================
FORM ELEMENTS STYLES
=============================*/
.list-form,
.list-form-inline { padding-left: 0; margin-bottom: 0; list-style: none;}
.list-form > li,
.list-form-inline > li { position: relative; margin-bottom: 8px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.list-form-inline > li { display: inline-block; padding-left: .25rem; padding-right: .25rem;}
.form-group-inline { margin-top: 1rem;}
@media only screen and (min-width: 1100px) {
.form-group-inline { display: inline-block; vertical-align: top; margin-top: 0; }
.form-group-inline + .form-group-inline { margin-left: 1.5rem;}
}
.form-label { display: inline-block; font-size: .8125rem; color: #b4b81d; font-weight: 400; margin-bottom: 4px; max-width: 100%; }
.red .form-label { color: #fc5a61;}
.blue .form-label { color: #7196db;}
.form-group { position: relative; margin-bottom: 1.5rem;}
/*.form-control-label { display: block; max-width: 100%; font-size: 20px; font-weight: 400; color: #000000; margin-bottom: 0; cursor: text; position: absolute; top: 9px; left: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: transform 0.4s, font-size 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: transform 0.4s, font-size 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); -ms-transition: transform 0.4s, font-size 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: transform 0.4s, font-size 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: transform 0.4s, font-size 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); !* -webkit-transition: top 0.2s ease 0s, left 0.2s ease 0s, font-size 0.2s ease 0s; -moz-transition: top 0.2s ease 0s, left 0.2s ease 0s, font-size 0.2s ease 0s; transition: top 0.2s ease 0s, left 0.2s ease 0s, font-size 0.2s ease 0s; *! }*/
.form-control-label { display: block; max-width: 100%; font-size: 20px; font-weight: 400; color: #000000; margin-bottom: 0; cursor: text; position: absolute; top: 9px; left: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.form-row .form-control-label {left: 24px;}
.sky-blue .form-control-label { color: #ffffff;}
.light-blue .form-control-label.float { opacity: .5; }
/*.form-control-label.float { color: inherit; font-size: 13px; top: -20px; }*/
.form-control-label.float { top: -20px; opacity: 1; left: .625rem; font-size: 13px;}
.form-row .form-control-label.float { left: .625rem;}
.form-label-content { position: absolute; opacity: 0; top: 24px; right: 14px; font-size: 13px; white-space: nowrap; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.form-control:focus ~ .form-label-content { opacity: 0; top: -20px; font-size: 13px; }
.label-touch { display: inline-block; max-width: 100%; font-size: 13px; line-height: 1.1; opacity: .5; margin-bottom: 0;}
.light-blue .label-touch { color: #ffffff;}
@media only screen and (min-width: 1100px) {
.form-label-content {right: 103%;}
.form-control:focus ~ .form-label-content { opacity: 1; top: 14px; font-size: 13px; }
.form-group { margin-bottom: 1rem;}
.form-control-label.float { top: 0; opacity: 0; font-size: 20px; left: 14px;}
.form-control-label { max-width: none;}
/*.form-control-label.float { width: 200px; text-align: right; left: -200px; top: 14px; -webkit-transform: translate3d(-14px, 0, 0); -moz-transform: translate3d(-14px, 0, 0); -ms-transform: translate3d(-14px, 0, 0); -o-transform: translate3d(-14px, 0, 0); transform: translate3d(-14px, 0, 0); }*/
.form-row .form-control-label.float.top {left: .6rem;}
.form-control-label.float.top { width: auto; text-align: left; left: 0; top: -20px; }
.label-touch { display: none;}
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none;}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select,
legend { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none;}
select::-ms-expand { display: none;}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}
input[type=number] { -webkit-appearance:textfield; -moz-appearance:textfield; -o-appearance:textfield; -ms-appearance:textfield; appearance:textfield; }
.form-control { display: block; width: 100%; height: 48px; padding: .375rem .75rem; font-size: 20px; line-height: 1.5; color: #000000; background-color: transparent; background-image: none; border: 2px solid rgba(206,206,195,0.8); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; transition: box-shadow 0.2s ease-out 0s, border-color 0.2s ease 0s;}
.form-control:hover { border-color: #cecec3; }
.form-control:focus { font-weight: 600; border-color: #dcdf3c; outline: none; box-shadow: 5px 5px 10px rgba(206,206,195,0.5) inset; }
.sky-blue .form-control { color: #ffffff; border: 2px solid rgba(255,255,255,1); }
.sky-blue .form-control:hover { border-color: #ffffff; }
.sky-blue .form-control:focus { border-color: #ffffff; box-shadow: 5px 5px 10px rgba(22,140,186,0.5) inset; }
textarea.form-control { min-height: 80px; resize: vertical; overflow: auto; }
/*validation*/
.form-control.success { border-color: #dcdf3c; /*background-color: #ffffff;*/}
.sky-blue .form-control.success { border-color: #ffffff; }
.form-control.error { border-color: #fc5a61;}
.form-group .error-message { position: relative; display: block; max-width: 100%; font-size: .75rem; color: #fc5a61; margin-top: .25rem; padding-left: 14px; opacity: 0; visibility: hidden; -webkit-transition: visibility 0.3s ease, opacity 0.3s ease; -moz-transition: visibility 0.3s ease, opacity 0.3s ease; transition: visibility 0.3s ease, opacity 0.3s ease;}
.form-group .error-message.is-visible { opacity: 1; visibility: visible;}
@media only screen and (min-width: 1100px) {
.form-group .error-message { margin-top: 0; padding-left: 0; width: 200px; z-index: 2; position: absolute; right: -214px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
}
/*******/
.form-group.disabled .form-control,
.form-control.disabled,
.form-control:disabled,
.form-control[readonly] { opacity: .2; pointer-events: none;}
.form-group.disabled .form-control,
.form-control.disabled,
.form-control:disabled { cursor: not-allowed;}
/*.form-control::-ms-expand { background-color: transparent; border: 0;}*/
.form-control::-webkit-input-placeholder { color: #999; opacity: 1;}
.form-control::-moz-placeholder { color: #999; opacity: 1;}
.form-control:-ms-input-placeholder { color: #999; opacity: 1;}
.form-control::placeholder { color: #999; opacity: 1;}
.form-control-file,
.form-control-range { display: block;}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control { line-height: 2.25rem; }
}
.select-wrap { position: relative;}
.select-wrap::before,
.select-wrap::after {content: ""; display: inline-block; width: 0; height: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; right: 16px;}
.select-wrap::before { border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 6px solid #000000; top: 14px;}
.select-wrap::after { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid #000000; top: 28px; }
.select-wrap select::-ms-expand { display: none;}
.select-wrap select { padding-right: 40px;}
/*===================================
CHECKBOX/RADIO BUTTONS STYLES
===================================*/
input[type=radio],
input[type=checkbox] { position: absolute; left: 0; top: 0; margin: 0; padding: 0; opacity: 0; z-index: 2; }
input[type="radio"] + label,
input[type="checkbox"] + label { padding-left: 24px; font-size: 16px; margin-bottom: 0; cursor: pointer; }
input[type="radio"] + label:hover,
input[type="checkbox"] + label:hover { color: #dcdf3c; }
input[type="radio"] + label::before,
input[type="radio"] + label::after,
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after { content: ""; display: block; width: 16px; height: 16px; position: absolute; left: 0; top: 4px; }
input[type="radio"] + label::before,
input[type="checkbox"] + label::before { border: 1px solid #dcdf3c; background: #ffffff; }
input[type="radio"] + label::before,
input[type="radio"] + label::after { border-radius: 50%; }
input[type="radio"] + label::after,
input[type="checkbox"] + label::after { display: none; background-color: #dcdf3c; background-position: 50% 50%; background-repeat: no-repeat; }
input[type="radio"] + label::after { background-image: url("img/icon-radio.svg"); }
input[type="checkbox"] + label::after { background-image: url("img/icon-check.svg"); }
input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + label::after { display: block;}
input[type="radio"]:checked + label::before,
input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:checked + label::after { -webkit-animation: bounce 0.3s; -moz-animation: bounce 0.3s; animation: bounce 0.3s; }
@-webkit-keyframes bounce { 0%, 100% { -webkit-transform: scale(1);} 50% {-webkit-transform: scale(0.8);} }
@-moz-keyframes bounce { 0%, 100% { -moz-transform: scale(1);} 50% {-moz-transform: scale(0.8);} }
@keyframes bounce { 0%, 100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);} 50% { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8);} }
.form-alert { display: block; max-width: 100%; padding: 20px 50px 20px 20px; position: absolute; top: 100%; z-index: 2; margin-top: 4px;}
@media (min-width:1100px){
.form-alert {max-width: 80%;}
}
.form-alert:after { content: ""; width: 0; height: 0; pointer-events: none; border: solid transparent; border-width: 14px; margin-left: -14px; border-color: rgba(209, 220, 76, 0); position: absolute; bottom: 100%; left: 40px; }
.form-alert.alert-info::after {border-bottom-color: rgba(220,223,60,.9);}
.form-alert.alert-info { color: #161a1b; background-color: rgba(220,223,60,.9); box-shadow: 3px 0 30px rgba(11,65,50,.35);}
.alert-trigger { display: inline-block; width: 24px; height: 24px; white-space: nowrap; overflow: hidden; text-indent: 100%; color: transparent; background-color: transparent; position: absolute; right: 10px; top: 10px; z-index: 1;}
.alert-trigger::after,
.alert-trigger::before { content: ""; width: 14px; height: 2px; -webkit-backface-visibility: hidden; backface-visibility: hidden; background-color: #000000; position: absolute; left: 50%; top: 50%; }
.alert-trigger::after { -webkit- transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz- transform: translateX(-50%) translateY(-50%) rotate(45deg); -o- transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms- transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.alert-trigger::before { -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg); transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
/*==============================
SELECT DROPDOWN STYLES
===============================*/
.bt-dropdown { display: inline-block; width: 100%; height: 48px; font-size: 20px; line-height: 1.5; position: relative; outline: none; background-color: transparent; border: 2px solid rgba(206, 206, 195, 0.8); }
.bt-dropdown:hover { border-color: #dcdf3c; background-color: #dbde3c;}
.bt-dropdown.open {border-color: #dcdf3c; background-color: #dbde3c;}
.bt-dropdown-toggle,
.bt-dropdown-toggle:hover,
.bt-dropdown-toggle:active,
.bt-dropdown-toggle:focus,
.bt-dropdown-toggle:visited { background-color: transparent; text-decoration: none; color: #000000;}
.bt-dropdown-toggle { position: relative; display: block; width: 100%!important; height: 44px; line-height: 44px; padding: 0 34px 0 10px; text-decoration: none; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.no-touch .bt-dropdown-toggle {line-height: 40px;}
.bt-dropdown.open .bt-dropdown-toggle { color: rgba(0,0,0,.6);}
.bt-dropdown-toggle span.icon::before,
.bt-dropdown-toggle span.icon::after { content: ""; display: inline-block; width: 0; height: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; right: 12px; }
.bt-dropdown-toggle span.icon::before {border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 6px solid #000000; top: 6px;}
.bt-dropdown-toggle span.icon::after {border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid #000000; top: 18px;}
.bt-dropdown-toggle span.icon { display: inline-block; position: absolute; top: 7px; right: 0px; height: 24px; width: 24px; }
.bt-dropdown-options { /*display: none;*/ opacity: 0; visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 5; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -o-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: center top 0; -moz-transform-origin: center top 0; -o-transform-origin: center top 0; -ms-transform-origin: center top 0; transform-origin: center top 0; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.bt-dropdown-options { display: block; list-style: none; margin: 0px; padding: 0px; background: #dbde3c; width: calc(100% + 4px); left: -2px; right: 0; border: 2px solid #dcdf3c; /*max-height: 280px;*/ overflow-y: auto; z-index: 3; box-shadow: 0 20px 40px rgba(0,0,0,.3); }
.bt-dropdown.open .bt-dropdown-options {opacity: 1; visibility: visible; height: auto; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); }
.bt-dropdown.initialized .bt-dropdown-options { position: absolute; }
.bt-dropdown-option { margin: 0px; padding: 0px; text-align: left; }
.bt-dropdown-option a { position: relative; color: #000000; background-color: transparent; text-decoration: none; display: block; padding: 10px 10px; }
.bt-dropdown-option a::before { content: ""; width: 0; height: 100%; background-color: #f4f93b; position: absolute; left: 0; top: 0; z-index: -1; -webkit-transition: width 0.3s ease 0s; -moz-transition: width 0.3s ease 0s; -o-transition: width 0.3s ease 0s; -ms-transition: width 0.3s ease 0s; transition: width 0.3s ease 0s;}
.bt-dropdown-option:hover a::before { width: 100%; }
/*
.bt-dropdown-option.active,
.bt-dropdown-option.active a { pointer-events: none; color: rgba(0,0,0,.6); cursor: default; }
*/
.bt-dropdown.notMobile select,
.bt-dropdown.notmobile select { display: none; }
.bt-dropdown.mobile select { font-size: 16px; position: absolute; display: block; z-index: 9999; opacity: 0; -webkit-appearance: menulist-button; top: 0px; left: 0px; padding: 0px; margin: 0px;}
.blue .bt-dropdown-options { background-color: #3d69ba/*#6387d1*/;}
.blue .bt-dropdown { border-color: #ffffff;}
.blue .bt-dropdown:hover { border-color: #3d69ba/*#6387d1*/; background-color: #3d69ba/*#6387d1*/;}
.blue .bt-dropdown.open {border-color: #3d69ba/*#6387d1*/; background-color: #3d69ba/*#6387d1*/;}
.blue .bt-dropdown-toggle { color: #ffffff; }
.blue .bt-dropdown.open .bt-dropdown-toggle { color: rgba(255,255,255,.6);}
.blue .bt-dropdown-toggle span.icon::before { border-bottom-color: #ffffff; }
.blue .bt-dropdown-toggle span.icon::after { border-top-color: #ffffff; }
.blue .bt-dropdown-options { background: #3d69ba/*#6387d1*/; border-color: #3d69ba/*#6387d1*/; }
.blue .bt-dropdown-option a { color: #ffffff; background-color: transparent; }
.blue .bt-dropdown-option a::before {background-color: #658acf/*#4561af*/;}
/*.blue .bt-dropdown-option:first-child a { color: rgba(255,255,255,.6); }*/
.sky-blue .bt-dropdown-options { background-color: #3ba6d2;}
.sky-blue .bt-dropdown { border-color: #ffffff;}
.sky-blue .bt-dropdown:hover { border-color: #3ba6d2; background-color: #3ba6d2;}
.sky-blue .bt-dropdown.open {border-color: #3ba6d2; background-color: #3ba6d2;}
.sky-blue .bt-dropdown-toggle { color: #ffffff; }
.sky-blue .bt-dropdown.open .bt-dropdown-toggle { color: rgba(255,255,255,.6);}
.sky-blue .bt-dropdown-toggle span.icon::before { border-bottom-color: #ffffff; }
.sky-blue .bt-dropdown-toggle span.icon::after { border-top-color: #ffffff; }
.sky-blue .bt-dropdown-options { background: #3ba6d2; border-color: #3ba6d2; }
.sky-blue .bt-dropdown-option a { color: #ffffff; background-color: transparent; }
.sky-blue .bt-dropdown-option a::before {background-color: #168cba;}
/*.sky-blue .bt-dropdown-option:first-child a { color: rgba(255,255,255,.6); }*/
/*==========================
RANGE SLIDERS STYLES
===========================*/
.range-slider-wrap { position: relative;}
.label-range { display: block; max-width: 100%; margin-bottom: .25rem; font-size: .8125rem; color: #b4b81d;}
.range-amount { display: inline-block; position: relative; z-index: 2; width: calc(100% - 40px); height: 48px; line-height: 44px; padding: 0 20px; border: 2px solid #dcdf3c; font-size: 2rem; font-weight: 700; text-align: right; vertical-align: middle;}
.range-amount.fullwidth { width: 100%;}
.range-currency { display: inline-block; width: 32px; height: 48px; line-height: 48px; text-align: center; font-size: 1.5rem; font-weight: 600; vertical-align: middle;}
.ui-slider-handle { -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; user-select: none; outline: none 0;}
.range-slider-wrap .range-slider { display: block; width: /*calc(100% - 70px)*/calc(100% - 30px); height: 100%; position: absolute; left: 0; bottom: 0; background-color: transparent;}
.credit-form-container .range-slider-wrap .range-slider {width: calc(100% - 70px); }
.range-slider-wrap .range-slider .ui-slider-handle { display: inline-block; width: 30px; height: 56px; background-color: rgba(220,223,60,.4); border: 1px solid #dcdf3c; position: absolute; bottom: -4px; left: 0; z-index: 2; cursor: pointer;}
.range-slider-wrap .range-slider .ui-slider-handle.ui-state-hover,
.range-slider-wrap .range-slider .ui-slider-handle.ui-state-active { box-shadow: 0 0 15px rgba(220,223,60,.7);}
.range-slider-wrap.red .label-range {color: #fc5a61;}
.range-slider-wrap.red .range-amount { border-color: #fc5a61;}
.range-slider-wrap.red .range-slider .ui-slider-handle {background-color: rgba(252,90,97,.4); border-color: #ef8b8f;}
.range-slider-wrap.red .range-slider .ui-slider-handle.ui-state-hover,
.range-slider-wrap.red .range-slider .ui-slider-handle.ui-state-active {box-shadow: 0 0 15px rgba(252,90,97,.7);}
.range-slider-wrap.blue .label-range {color: #7196db;}
.range-slider-wrap.blue .range-amount { border-color: #7196da;}
.range-slider-wrap.blue .range-slider .ui-slider-handle {background-color: rgba(113,150,218,.4); border-color: #7196db;}
.range-slider-wrap.blue .range-slider .ui-slider-handle.ui-state-hover,
.range-slider-wrap.blue .range-slider .ui-slider-handle.ui-state-active {box-shadow: 0 0 15px rgba(113,150,218,.7);}
.range-slider-wrap.white .label-range {color: #ffffff;}
.range-slider-wrap.white .range-amount { border-color: #ffffff; background-color: transparent;}
.range-slider-wrap.white .range-slider .ui-slider-handle {background-color: rgba(255,255,255,.4); border-color: #ffffff;}
.range-slider-wrap.white .range-slider .ui-slider-handle.ui-state-hover,
.range-slider-wrap.white .range-slider .ui-slider-handle.ui-state-active {box-shadow: 0 0 15px rgba(255,255,255,.7);}
/*double range*/
.range-slider-double-wrap { position: relative;}
.range-slider-double-wrap .label-range { color: rgba(0,0,0,.5);}
.range-slider-double-wrap > .inner::after,
.range-slider-double-wrap > .inner::before { content: ""; display: table;}
.range-slider-double-wrap > .inner::after { clear: both;}
.range-slider-double-wrap > .inner { position: relative; right: 12px; height: 20px; padding: 0 60px;}
.range-slider-double-wrap .range-double-amount { display: block; width: 60px; height: 20px; line-height: 20px; text-align: center; border: none; pointer-events: none; position: absolute; top: 0;}
.range-slider-double-wrap .range-double-amount.range-start { left: 0;}
.range-slider-double-wrap .range-double-amount.range-end { right: 0;}
.range-double-slider { position: relative; height: 4px; top: 8px; background-color: #a8aa2a; margin: 0 8px;}
.range-double-slider .ui-slider-range { display: block; height: 100%; border: none; background-color: #f4f750; border-top: 1px solid #c2c52e; border-bottom: 1px solid #c2c52e; position: absolute; top: 0; z-index: 1; }
.range-double-slider .ui-slider-handle { display: block; width: 8px; height: 20px; background-color: #dcdf3c; border: 1px solid #c2c52e; position: absolute; top: -8px; z-index: 2;}
.range-slider-double-wrap.clock .range-double-slider .ui-slider-handle { width: 20px; height: 20px; background: url(img/slider-clock-item-bg.png) no-repeat 50% 50% transparent; border: none;}
.range-slider-double-wrap.clock .range-double-slider .ui-slider-handle + .ui-slider-handle { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
/*============================
BUTTONS STYLES
=============================*/
/*
.btn { position: relative; display: inline-block; padding: 0 2.5rem; font-size: 1.125rem; font-weight: 700; text-transform: lowercase; height: 3rem; line-height: 2.75rem; text-align: center; white-space: nowrap; vertical-align: middle; border: 2px solid transparent; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: border-color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s; -moz-transition: border-color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s; -o-transition: border-color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s; -ms-transition: border-color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s; transition: border-color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s; }
.btn:focus,
.btn:active:focus { outline: none; }
.btn:focus,
.btn:hover { text-decoration: none; }
.btn:active { background-image: none; outline: 0; }
.btn-info { color: #000000; background-color: #ffffff!important; border-color: #6dbdde; }
.btn-info:hover { color: #000000; background-color: #6cbcdd!important; border-color: #6cbcdd;}
.btn-info:focus,
.btn-info.focus { color: #000000; background-color: #42a7d1!important; border-color: #42a7d1; }
.btn-info:active,
.btn-info.active { color: #000000; background-color: #42a7d1!important; background-image: none; border-color: #42a7d1; }
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus { color: #000000; background-color: #42a7d1!important; border-color: #42a7d1; }
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus { background-color: #ffffff!important; border-color: #6dbdde; }
.btn-info.disabled:hover,
.btn-info:disabled:hover { background-color: #ffffff!important; border-color: #6dbdde; }
.btn-link { font-weight: normal; color: #000000; border-radius: 0; }
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled { background-color: transparent!important;}
.btn-link,
.btn-link:focus,
.btn-link:active { border-color: transparent;}
.btn-link:hover { border-color: transparent;}
.btn-link:focus,
.btn-link:hover { color: #000000; text-decoration: none; background-color: transparent!important;}
.btn-link:disabled:focus,
.btn-link:disabled:hover { color: #000000; text-decoration: none; }
.btn-lg { padding: 0 3rem; font-size: 1.25rem; height: 3.5rem; line-height: 3.25rem; }
.btn-sm { padding: 0 1.5rem; font-size: .875rem; height: 2.25rem; line-height: 2rem; }
.btn-block { display: block; width: 100%;}
.btn-block + .btn-block { margin-top: 0.375rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block { width: 100%; }
.btn[disabled],
.btn.disabled,
.btn:disabled { cursor: not-allowed; pointer-events: none; opacity: .2;}
*/
.btn {
position: relative;
display: inline-block;
min-width: 230px;
height: 48px;
line-height: 44px;
padding: 0 32px;
font-family: inherit;
font-size: 1.125rem;
font-weight: 700;
text-transform: lowercase;
letter-spacing: 1px;
white-space: nowrap;
text-align: center;
/*color: inherit;*/
background: none;
border: 2px solid transparent;
outline: none;
vertical-align: middle;
cursor: pointer;
z-index: 1;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
a.btn:hover,
a.btn:active,
a.btn:focus {
background: none;
text-decoration: none;
}
.btn::after {
content: "";
width: 100%;
height: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn:hover::after,
.btn:active::after { height: 100%; }
/*yellow*/
.btn-yellow { background-color: transparent; border-color: #dcdf3c; color: #000000;}
.btn-yellow:hover { color: #000000; border-color: #dcdf3c;}
.btn-yellow::after {background-color: #dcdf3c;}
.btn-yellow:active { color: #000000; border-color: #c2c52e; }
.btn-yellow:active::after { background-color: #c2c52e;}
/*yellow b*/
.btn-yellow-b { background-color: transparent; border-color: #ffffff; color: #000000;}
.btn-yellow-b:hover { color: #000000; border-color: #c2c52e;}
.btn-yellow-b::after {background-color: #c2c52e;}
.btn-yellow-b:active { color: #000000; border-color: #a8aa2a; }
.btn-yellow-b:active::after { background-color: #a8aa2a;}
/*blue*/
.btn-blue { background-color: transparent; border-color: #6f94de; color: #000000;}
.btn-blue:hover { color: #000000; border-color: #6489d3;}
.btn-blue::after {background-color: #6489d3;}
.btn-blue:active { color: #000000; border-color: #3967bf; }
.btn-blue:active::after { background-color: #3967bf;}
/*blue-2*/
.btn-blue-2 { background-color: transparent; border-color: #24b1c3; color: #24b1c3;}
.btn-blue-2:hover { color: #ffffff; border-color: #24b1c3;}
.btn-blue-2::after {background-color: #24b1c3;}
.btn-blue-2:active { color: #ffffff; border-color: #24b1c3; }
.btn-blue-2:active::after { background-color: #24b1c3;}
/*sky-blue*/
.btn-sky-blue { background-color: transparent; border-color: #6dbdde; color: #000000;}
.btn-sky-blue:hover { color: #000000; border-color: #6cbcdd;}
.btn-sky-blue::after {background-color: #6cbcdd;}
.btn-sky-blue:active { color: #000000; border-color: #42a7d1; }
.btn-sky-blue:active::after { background-color: #42a7d1;}
/*blue outline*/
.btn-blue-outline { background-color: transparent; border-color: #ffffff; color: #ffffff !important;}
.btn-blue-outline:hover { color: #ffffff; border-color: #3b68bd;}
.btn-blue-outline::after {background-color: #3b68bd;}
.btn-blue-outline:active { color: #ffffff; border-color: #3b68bd; }
.btn-blue-outline:active::after { background-color: #3b68bd;}
/*gray*/
.btn-gray { background-color: transparent; border-color: #d7e0e2; color: #a6aeb1; }
.btn-gray:hover { color: #000000; border-color: #dcdf3c;}
.btn-gray::after {background-color: #dcdf3c;}
.btn-gray:active { color: #000000; border-color: #c2c52e; }
.btn-gray:active::after { background-color: #c2c52e;}
/*white*/
.btn-white { background-color: transparent; border-color: #ffffff; color: #000000; }
.btn-white:hover { color: #000000; border-color: #ffffff;}
.btn-white::after {background-color: #ffffff;}
.btn-white:active { color: #000000; border-color: #ffffff; }
.btn-white:active::after { background-color: #ffffff;}
/*red*/
.btn-red { background-color: transparent; border-color: #ffffff; color: #ffffff; }
.btn-red:hover { color: #ffffff; border-color: #ed4a51;}
.btn-red::after {background-color: #ed4a51;}
.btn-red:active { color: #ffffff; border-color: #dd343a; }
.btn-red:active::after { background-color: #dd343a;}
/*red-b*/
.btn-red-b { background-color: transparent; border-color: #fd575b; color: #000000; }
.btn-red-b:hover { color: #000000; border-color: #ed484c;}
.btn-red-b::after {background-color: #ed484c;}
.btn-red-b:active { color: #000000; border-color: #df2f35; }
.btn-red-b:active::after { background-color: #df2f35;}
/*green*/
.btn-green { background-color: transparent; border-color: #69c394; color: #000000; }
.btn-green:hover { color: #ffffff; border-color: #5cba8a;}
.btn-green::after {background-color: #5cba8a;}
.btn-green:active { color: #ffffff; border-color: #3c9e68; }
.btn-green:active::after { background-color: #3c9e68;}
/*dry-orange*/
.btn-dry-orange { background-color: transparent; border-color: #ffffff; color: #ffffff; }
.btn-dry-orange:hover { color: #ffffff; border-color: #fbac50;}
.btn-dry-orange::after {background-color: #fbac50;}
.btn-dry-orange:active { color: #ffffff; border-color: #ee901e; }
.btn-dry-orange:active::after { background-color: #ee901e;}
/*black*/
.btn-black { background-color: transparent; border-color: #000000; color: #000000; }
.btn-black:hover { color: #ffffff; border-color: #000000;}
.btn-black::after {background-color: #000000;}
.btn-black:active { color: #ffffff; border-color: #000000; }
.btn-black:active::after { background-color: #000000;}
.btn-link { font-weight: normal; color: #000000; border-radius: 0; }
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled { background-color: transparent!important;}
.btn-link,
.btn-link:focus,
.btn-link:active { border-color: transparent;}
.btn-link:hover { border-color: transparent;}
.btn-link:focus,
.btn-link:hover { color: #000000; text-decoration: none; background-color: transparent!important;}
.btn-link:disabled:focus,
.btn-link:disabled:hover { color: #000000; text-decoration: none; }
.btn-1 { border-width: 1px; line-height: 46px; font-size: .875rem; min-width: none;}
.btn-lg { padding: 0 48px; font-size: 1.25rem; height: 56px; line-height: 52px; }
.btn-1.btn-lg { line-height: 54px;}
.btn-sm { padding: 0 24px; font-size: .875rem; height: 36px; line-height: 32px; }
.btn-1.btn-sm { line-height: 34px;}
.btn-block { display: block; width: 100%; padding-left: 5px; padding-right: 5px;}
.btn-block + .btn-block { margin-top: 0.375rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block { width: 100%; }
.no-touch .btn { line-height: 40px;}
.no-touch .btn-1 { line-height: 46px;}
.no-touch .btn-sm { line-height: 30px;}
.on-map { box-sizing: border-box; display: inline-block; position: relative; top: -8px; width: 65px; height: 27px; line-height: 27px; text-align: center; background-color: transparent; border: 1px solid #6dbdde; border-bottom: none; color: #6dbdde; font-family: Roboto; font-weight: normal; font-size: 12px; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none}
.on-map span { content: ''; display: inline-block; position: absolute; right: 0; bottom: 0; height: 1px; width: 57px; background-color: #6dbdde; }
.on-map::after { content: ''; position: absolute; bottom: -3px; left: -1px; display: block; border: 1px solid #6dbdde; border-top: none; border-right: none; width: 7px; height: 10px; -webkit-transform: skew(0deg, -42deg); -moz-transform: skew(0deg, -42deg); -ms-transform: skew(0deg, -42deg); -o-transform: skew(0deg, -42deg); transform: skew(0deg, -42deg); }
.on-map:visited { background-color: transparent; color: #6dbdde; }
.on-map:focus { background-color: transparent; text-decoration: none; color: #6dbdde; }
.on-map:hover { color: #fff; background-color: #6dbdde; }
.on-map:hover::after { background-color: #6dbdde; }
/*=============================
SLICK SLIDER STYLES
==============================*/
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px; outline: none;}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*! jQuery UI - v1.11.4 - 2015-11-03
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, slider.css, tooltip.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
os .ui-helper-hidden{display:none}os .ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}os .ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}os .ui-helper-clearfix:before,os .ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}os .ui-helper-clearfix:after{clear:both}os .ui-helper-clearfix{min-height:0}os .ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}os .ui-front{z-index:100}os .ui-state-disabled{cursor:default!important}os .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}os .ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}os .ui-autocomplete{position:absolute;top:0;left:0;cursor:default}os .ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}os .ui-menu .ui-menu{position:absolute}os .ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}os .ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}os .ui-menu .ui-state-focus,os .ui-menu .ui-state-active{margin:-1px}os .ui-menu-icons{position:relative}os .ui-menu-icons .ui-menu-item{padding-left:2em}os .ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}os .ui-menu .ui-menu-icon{left:auto;right:0}os .ui-slider{position:relative;text-align:left}os .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}os .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}os .ui-slider.ui-state-disabled .ui-slider-handle,os .ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}os .ui-slider-horizontal{height:.8em}os .ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}os .ui-slider-horizontal .ui-slider-range{top:0;height:100%}os .ui-slider-horizontal .ui-slider-range-min{left:0}os .ui-slider-horizontal .ui-slider-range-max{right:0}os .ui-slider-vertical{width:.8em;height:100px}os .ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}os .ui-slider-vertical .ui-slider-range{left:0;width:100%}os .ui-slider-vertical .ui-slider-range-min{bottom:0}os .ui-slider-vertical .ui-slider-range-max{top:0}os .ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body os .ui-tooltip{border-width:2px}
/*==========================================
SITE DROPDOWN MEGA MENU STYLES
===========================================*/
.dropdown-nav ul { padding-left: 0; list-style: none; margin-bottom: 0;}
.dropdown-nav ul a { background-color: transparent;}
.dropdown-nav.dropdown-is-active ul a { background-color: transparent;}
/* remove “X” from search input field */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
input[type=text]::-ms-clear {
display: none;
width: 0;
height: 0;
}
input[type=text]::-ms-reveal {
display: none;
width: 0;
height: 0;
}
/* --------------------------------
Main Components
-------------------------------- */
.dropdown-wrapper {
display: inline-block;
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.dropdown-nav h2,
.dropdown-nav-content a,
.dropdown-nav-content ul a {
height: 50px;
line-height: 50px;
}
@media only screen and (min-width: 768px) {
.dropdown-nav h2,
.dropdown-nav-content a,
.dropdown-nav-content ul a {
height: 60px;
line-height: 60px;
}
}
@media only screen and (min-width: 1100px) {
.dropdown-nav h2,
.dropdown-nav-content a,
.dropdown-nav-content ul a {
height: 50px;
line-height: 50px;
}
}
.dropdown-nav h2,
.dropdown-nav-content a,
.dropdown-nav-content ul a,
.dropdown-nav-content .nav-divider {
padding: 0 20px;
}
.dropdown-nav {
position: fixed;
z-index: 5;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: #dcdf3c;
color: #000000;
visibility: hidden;
/* Force Hardware Acceleration */
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate(100%, -100%);
-moz-transform: translate(100%, -100%);
-ms-transform: translate(100%, -100%);
-o-transform: translate(100%, -100%);
transform: translate(100%, -100%);
-webkit-transition: transform 0.4s, visibility 0s 0.4s;
-moz-transition: transform 0.4s, visibility 0s 0.4s;
transition: transform 0.4s, visibility 0s 0.4s;
}
.dropdown-nav h2 {
/* dropdown title - mobile version only */
position: relative;
z-index: 5;
color: #9fa12a;
background-color: #dcdf3c;
border-bottom: 1px solid #c9cc32;
font-size: 1.5rem;
}
.dropdown-nav .nav-close {
visibility: hidden;
/* 'X' close icon - mobile version only */
position: absolute;
z-index: 5;
right: 0;
top: 0;
height: 50px;
width: 50px;
/* image replacement */
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
color: transparent;
background-color: transparent;
}
.dropdown-nav.dropdown-is-active .nav-close {
visibility: visible;
}
.dropdown-nav .nav-close::after,
.dropdown-nav .nav-close::before {
/* this is the 'X' icon */
content: '';
position: absolute;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
height: 24px;
width: 3px;
background-color: #000000;
}
.dropdown-nav .nav-close::after {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);