@charset "utf-8";
html{box-sizing:border-box;}
*,
*::before,
*::after{box-sizing:inherit;}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media(min-width:576px){
.container{max-width:540px;}
}
@media(min-width:768px){
.container{max-width:720px;}
}
@media(min-width:992px){
.container{max-width:960px;}
}
@media(min-width:1200px){
.container{max-width:1140px;}
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media(min-width:576px){
.container, .container-sm{max-width:540px;}
}
@media(min-width:768px){
.container, .container-sm, .container-md{max-width:720px;}
}
@media(min-width:992px){
.container, .container-sm, .container-md, .container-lg{max-width:960px;}
}
@media(min-width:1200px){
.container, .container-sm, .container-md, .container-lg, .container-xl{max-width:1140px;}
}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.no-gutters{margin-right:0;margin-left:0;}
.no-gutters > .col, .no-gutters > [class*="col-"]{padding-right:0;padding-left:0;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px;}
.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.row-cols-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-first{-ms-flex-order:-1;order:-1;}
.order-last{-ms-flex-order:13;order:13;}
.order-0{-ms-flex-order:0;order:0;}
.order-1{-ms-flex-order:1;order:1;}
.order-2{-ms-flex-order:2;order:2;}
.order-3{-ms-flex-order:3;order:3;}
.order-4{-ms-flex-order:4;order:4;}
.order-5{-ms-flex-order:5;order:5;}
.order-6{-ms-flex-order:6;order:6;}
.order-7{-ms-flex-order:7;order:7;}
.order-8{-ms-flex-order:8;order:8;}
.order-9{-ms-flex-order:9;order:9;}
.order-10{-ms-flex-order:10;order:10;}
.order-11{-ms-flex-order:11;order:11;}
.order-12{-ms-flex-order:12;order:12;}
.offset-1{margin-left:8.333333%;}
.offset-2{margin-left:16.666667%;}
.offset-3{margin-left:25%;}
.offset-4{margin-left:33.333333%;}
.offset-5{margin-left:41.666667%;}
.offset-6{margin-left:50%;}
.offset-7{margin-left:58.333333%;}
.offset-8{margin-left:66.666667%;}
.offset-9{margin-left:75%;}
.offset-10{margin-left:83.333333%;}
.offset-11{margin-left:91.666667%;}
@media(min-width:576px){
.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.row-cols-sm-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-sm-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-sm-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-sm-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-sm-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-sm-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-sm-first{-ms-flex-order:-1;order:-1;}
.order-sm-last{-ms-flex-order:13;order:13;}
.order-sm-0{-ms-flex-order:0;order:0;}
.order-sm-1{-ms-flex-order:1;order:1;}
.order-sm-2{-ms-flex-order:2;order:2;}
.order-sm-3{-ms-flex-order:3;order:3;}
.order-sm-4{-ms-flex-order:4;order:4;}
.order-sm-5{-ms-flex-order:5;order:5;}
.order-sm-6{-ms-flex-order:6;order:6;}
.order-sm-7{-ms-flex-order:7;order:7;}
.order-sm-8{-ms-flex-order:8;order:8;}
.order-sm-9{-ms-flex-order:9;order:9;}
.order-sm-10{-ms-flex-order:10;order:10;}
.order-sm-11{-ms-flex-order:11;order:11;}
.order-sm-12{-ms-flex-order:12;order:12;}
.offset-sm-0{margin-left:0;}
.offset-sm-1{margin-left:8.333333%;}
.offset-sm-2{margin-left:16.666667%;}
.offset-sm-3{margin-left:25%;}
.offset-sm-4{margin-left:33.333333%;}
.offset-sm-5{margin-left:41.666667%;}
.offset-sm-6{margin-left:50%;}
.offset-sm-7{margin-left:58.333333%;}
.offset-sm-8{margin-left:66.666667%;}
.offset-sm-9{margin-left:75%;}
.offset-sm-10{margin-left:83.333333%;}
.offset-sm-11{margin-left:91.666667%;}
}
@media(min-width:768px){
.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.row-cols-md-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-md-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-md-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-md-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-md-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-md-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-md-first{-ms-flex-order:-1;order:-1;}
.order-md-last{-ms-flex-order:13;order:13;}
.order-md-0{-ms-flex-order:0;order:0;}
.order-md-1{-ms-flex-order:1;order:1;}
.order-md-2{-ms-flex-order:2;order:2;}
.order-md-3{-ms-flex-order:3;order:3;}
.order-md-4{-ms-flex-order:4;order:4;}
.order-md-5{-ms-flex-order:5;order:5;}
.order-md-6{-ms-flex-order:6;order:6;}
.order-md-7{-ms-flex-order:7;order:7;}
.order-md-8{-ms-flex-order:8;order:8;}
.order-md-9{-ms-flex-order:9;order:9;}
.order-md-10{-ms-flex-order:10;order:10;}
.order-md-11{-ms-flex-order:11;order:11;}
.order-md-12{-ms-flex-order:12;order:12;}
.offset-md-0{margin-left:0;}
.offset-md-1{margin-left:8.333333%;}
.offset-md-2{margin-left:16.666667%;}
.offset-md-3{margin-left:25%;}
.offset-md-4{margin-left:33.333333%;}
.offset-md-5{margin-left:41.666667%;}
.offset-md-6{margin-left:50%;}
.offset-md-7{margin-left:58.333333%;}
.offset-md-8{margin-left:66.666667%;}
.offset-md-9{margin-left:75%;}
.offset-md-10{margin-left:83.333333%;}
.offset-md-11{margin-left:91.666667%;}
}
@media(min-width:992px){
.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.row-cols-lg-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-lg-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-lg-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-lg-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-lg-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-lg-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-lg-first{-ms-flex-order:-1;order:-1;}
.order-lg-last{-ms-flex-order:13;order:13;}
.order-lg-0{-ms-flex-order:0;order:0;}
.order-lg-1{-ms-flex-order:1;order:1;}
.order-lg-2{-ms-flex-order:2;order:2;}
.order-lg-3{-ms-flex-order:3;order:3;}
.order-lg-4{-ms-flex-order:4;order:4;}
.order-lg-5{-ms-flex-order:5;order:5;}
.order-lg-6{-ms-flex-order:6;order:6;}
.order-lg-7{-ms-flex-order:7;order:7;}
.order-lg-8{-ms-flex-order:8;order:8;}
.order-lg-9{-ms-flex-order:9;order:9;}
.order-lg-10{-ms-flex-order:10;order:10;}
.order-lg-11{-ms-flex-order:11;order:11;}
.order-lg-12{-ms-flex-order:12;order:12;}
.offset-lg-0{margin-left:0;}
.offset-lg-1{margin-left:8.333333%;}
.offset-lg-2{margin-left:16.666667%;}
.offset-lg-3{margin-left:25%;}
.offset-lg-4{margin-left:33.333333%;}
.offset-lg-5{margin-left:41.666667%;}
.offset-lg-6{margin-left:50%;}
.offset-lg-7{margin-left:58.333333%;}
.offset-lg-8{margin-left:66.666667%;}
.offset-lg-9{margin-left:75%;}
.offset-lg-10{margin-left:83.333333%;}
.offset-lg-11{margin-left:91.666667%;}
}
@media(min-width:1200px){
.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.row-cols-xl-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-xl-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-xl-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-xl-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-xl-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-xl-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-xl-first{-ms-flex-order:-1;order:-1;}
.order-xl-last{-ms-flex-order:13;order:13;}
.order-xl-0{-ms-flex-order:0;order:0;}
.order-xl-1{-ms-flex-order:1;order:1;}
.order-xl-2{-ms-flex-order:2;order:2;}
.order-xl-3{-ms-flex-order:3;order:3;}
.order-xl-4{-ms-flex-order:4;order:4;}
.order-xl-5{-ms-flex-order:5;order:5;}
.order-xl-6{-ms-flex-order:6;order:6;}
.order-xl-7{-ms-flex-order:7;order:7;}
.order-xl-8{-ms-flex-order:8;order:8;}
.order-xl-9{-ms-flex-order:9;order:9;}
.order-xl-10{-ms-flex-order:10;order:10;}
.order-xl-11{-ms-flex-order:11;order:11;}
.order-xl-12{-ms-flex-order:12;order:12;}
.offset-xl-0{margin-left:0;}
.offset-xl-1{margin-left:8.333333%;}
.offset-xl-2{margin-left:16.666667%;}
.offset-xl-3{margin-left:25%;}
.offset-xl-4{margin-left:33.333333%;}
.offset-xl-5{margin-left:41.666667%;}
.offset-xl-6{margin-left:50%;}
.offset-xl-7{margin-left:58.333333%;}
.offset-xl-8{margin-left:66.666667%;}
.offset-xl-9{margin-left:75%;}
.offset-xl-10{margin-left:83.333333%;}
.offset-xl-11{margin-left:91.666667%;}
}
.d-none{display:none !important;}
.d-inline{display:inline !important;}
.d-inline-block{display:inline-block !important;}
.d-block{display:block !important;}
.d-table{display:table !important;}
.d-table-row{display:table-row !important;}
.d-table-cell{display:table-cell !important;}
.d-flex{display:-ms-flexbox !important;display:flex !important;}
.d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
@media(min-width:576px){
.d-sm-none{display:none !important;}
.d-sm-inline{display:inline !important;}
.d-sm-inline-block{display:inline-block !important;}
.d-sm-block{display:block !important;}
.d-sm-table{display:table !important;}
.d-sm-table-row{display:table-row !important;}
.d-sm-table-cell{display:table-cell !important;}
.d-sm-flex{display:-ms-flexbox !important;display:flex !important;}
.d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
@media(min-width:768px){
.d-md-none{display:none !important;}
.d-md-inline{display:inline !important;}
.d-md-inline-block{display:inline-block !important;}
.d-md-block{display:block !important;}
.d-md-table{display:table !important;}
.d-md-table-row{display:table-row !important;}
.d-md-table-cell{display:table-cell !important;}
.d-md-flex{display:-ms-flexbox !important;display:flex !important;}
.d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
@media(min-width:992px){
.d-lg-none{display:none !important;}
.d-lg-inline{display:inline !important;}
.d-lg-inline-block{display:inline-block !important;}
.d-lg-block{display:block !important;}
.d-lg-table{display:table !important;}
.d-lg-table-row{display:table-row !important;}
.d-lg-table-cell{display:table-cell !important;}
.d-lg-flex{display:-ms-flexbox !important;display:flex !important;}
.d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
@media(min-width:1200px){
.d-xl-none{display:none !important;}
.d-xl-inline{display:inline !important;}
.d-xl-inline-block{display:inline-block !important;}
.d-xl-block{display:block !important;}
.d-xl-table{display:table !important;}
.d-xl-table-row{display:table-row !important;}
.d-xl-table-cell{display:table-cell !important;}
.d-xl-flex{display:-ms-flexbox !important;display:flex !important;}
.d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
@media print {
.d-print-none{display:none !important;}
.d-print-inline{display:inline !important;}
.d-print-inline-block{display:inline-block !important;}
.d-print-block{display:block !important;}
.d-print-table{display:table !important;}
.d-print-table-row{display:table-row !important;}
.d-print-table-cell{display:table-cell !important;}
.d-print-flex{display:-ms-flexbox !important;display:flex !important;}
.d-print-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
.flex-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
@media(min-width:576px){
.flex-sm-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-sm-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-sm-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-sm-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-sm-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-sm-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-sm-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-sm-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-sm-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-sm-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-sm-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-sm-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-sm-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-sm-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-sm-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-sm-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
}
@media(min-width:768px){
.flex-md-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-md-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-md-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-md-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-md-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-md-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-md-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-md-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-md-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-md-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-md-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-md-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-md-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-md-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-md-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-md-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
}
@media(min-width:992px){
.flex-lg-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-lg-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-lg-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-lg-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-lg-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-lg-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-lg-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-lg-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-lg-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-lg-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-lg-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-lg-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-lg-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-lg-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-lg-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-lg-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
}
@media(min-width:1200px){
.flex-xl-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-xl-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-xl-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-xl-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-xl-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-xl-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-xl-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-xl-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-xl-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-xl-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-xl-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-xl-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-xl-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-xl-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-xl-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-xl-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
}
.m-0{margin:0 !important;}
.mt-0, .my-0{margin-top:0 !important;}
.mr-0, .mx-0{margin-right:0 !important;}
.mb-0, .my-0{margin-bottom:0 !important;}
.ml-0, .mx-0{margin-left:0 !important;}
.m-1{margin:0.25rem !important;}
.mt-1, .my-1{margin-top:0.25rem !important;}
.mr-1, .mx-1{margin-right:0.25rem !important;}
.mb-1, .my-1{margin-bottom:0.25rem !important;}
.ml-1, .mx-1{margin-left:0.25rem !important;}
.m-2{margin:0.5rem !important;}
.mt-2, .my-2{margin-top:0.5rem !important;}
.mr-2, .mx-2{margin-right:0.5rem !important;}
.mb-2, .my-2{margin-bottom:0.5rem !important;}
.ml-2, .mx-2{margin-left:0.5rem !important;}
.m-3{margin:1rem !important;}
.mt-3, .my-3{margin-top:1rem !important;}
.mr-3, .mx-3{margin-right:1rem !important;}
.mb-3, .my-3{margin-bottom:1rem !important;}
.ml-3, .mx-3{margin-left:1rem !important;}
.m-4{margin:1.5rem !important;}
.mt-4, .my-4{margin-top:1.5rem !important;}
.mr-4, .mx-4{margin-right:1.5rem !important;}
.mb-4, .my-4{margin-bottom:1.5rem !important;}
.ml-4, .mx-4{margin-left:1.5rem !important;}
.m-5{margin:3rem !important;}
.mt-5, .my-5{margin-top:3rem !important;}
.mr-5, .mx-5{margin-right:3rem !important;}
.mb-5, .my-5{margin-bottom:3rem !important;}
.ml-5, .mx-5{margin-left:3rem !important;}
.p-0{padding:0 !important;}
.pt-0, .py-0{padding-top:0 !important;}
.pr-0, .px-0{padding-right:0 !important;}
.pb-0, .py-0{padding-bottom:0 !important;}
.pl-0, .px-0{padding-left:0 !important;}
.p-1{padding:0.25rem !important;}
.pt-1, .py-1{padding-top:0.25rem !important;}
.pr-1, .px-1{padding-right:0.25rem !important;}
.pb-1, .py-1{padding-bottom:0.25rem !important;}
.pl-1, .px-1{padding-left:0.25rem !important;}
.p-2{padding:0.5rem !important;}
.pt-2, .py-2{padding-top:0.5rem !important;}
.pr-2, .px-2{padding-right:0.5rem !important;}
.pb-2, .py-2{padding-bottom:0.5rem !important;}
.pl-2, .px-2{padding-left:0.5rem !important;}
.p-3{padding:1rem !important;}
.pt-3, .py-3{padding-top:1rem !important;}
.pr-3, .px-3{padding-right:1rem !important;}
.pb-3, .py-3{padding-bottom:1rem !important;}
.pl-3, .px-3{padding-left:1rem !important;}
.p-4{padding:1.5rem !important;}
.pt-4, .py-4{padding-top:1.5rem !important;}
.pr-4, .px-4{padding-right:1.5rem !important;}
.pb-4, .py-4{padding-bottom:1.5rem !important;}
.pl-4, .px-4{padding-left:1.5rem !important;}
.p-5{padding:3rem !important;}
.pt-5, .py-5{padding-top:3rem !important;}
.pr-5, .px-5{padding-right:3rem !important;}
.pb-5, .py-5{padding-bottom:3rem !important;}
.pl-5, .px-5{padding-left:3rem !important;}
.m-n1{margin:-0.25rem !important;}
.mt-n1, .my-n1{margin-top:-0.25rem !important;}
.mr-n1, .mx-n1{margin-right:-0.25rem !important;}
.mb-n1, .my-n1{margin-bottom:-0.25rem !important;}
.ml-n1, .mx-n1{margin-left:-0.25rem !important;}
.m-n2{margin:-0.5rem !important;}
.mt-n2, .my-n2{margin-top:-0.5rem !important;}
.mr-n2, .mx-n2{margin-right:-0.5rem !important;}
.mb-n2, .my-n2{margin-bottom:-0.5rem !important;}
.ml-n2, .mx-n2{margin-left:-0.5rem !important;}
.m-n3{margin:-1rem !important;}
.mt-n3, .my-n3{margin-top:-1rem !important;}
.mr-n3, .mx-n3{margin-right:-1rem !important;}
.mb-n3, .my-n3{margin-bottom:-1rem !important;}
.ml-n3, .mx-n3{margin-left:-1rem !important;}
.m-n4{margin:-1.5rem !important;}
.mt-n4, .my-n4{margin-top:-1.5rem !important;}
.mr-n4, .mx-n4{margin-right:-1.5rem !important;}
.mb-n4, .my-n4{margin-bottom:-1.5rem !important;}
.ml-n4, .mx-n4{margin-left:-1.5rem !important;}
.m-n5{margin:-3rem !important;}
.mt-n5, .my-n5{margin-top:-3rem !important;}
.mr-n5, .mx-n5{margin-right:-3rem !important;}
.mb-n5, .my-n5{margin-bottom:-3rem !important;}
.ml-n5, .mx-n5{margin-left:-3rem !important;}
.m-auto{margin:auto !important;}
.mt-auto, .my-auto{margin-top:auto !important;}
.mr-auto, .mx-auto{margin-right:auto !important;}
.mb-auto, .my-auto{margin-bottom:auto !important;}
.ml-auto, .mx-auto{margin-left:auto !important;}
@media(min-width:576px){
.m-sm-0{margin:0 !important;}
.mt-sm-0, .my-sm-0{margin-top:0 !important;}
.mr-sm-0, .mx-sm-0{margin-right:0 !important;}
.mb-sm-0, .my-sm-0{margin-bottom:0 !important;}
.ml-sm-0, .mx-sm-0{margin-left:0 !important;}
.m-sm-1{margin:0.25rem !important;}
.mt-sm-1, .my-sm-1{margin-top:0.25rem !important;}
.mr-sm-1, .mx-sm-1{margin-right:0.25rem !important;}
.mb-sm-1, .my-sm-1{margin-bottom:0.25rem !important;}
.ml-sm-1, .mx-sm-1{margin-left:0.25rem !important;}
.m-sm-2{margin:0.5rem !important;}
.mt-sm-2, .my-sm-2{margin-top:0.5rem !important;}
.mr-sm-2, .mx-sm-2{margin-right:0.5rem !important;}
.mb-sm-2, .my-sm-2{margin-bottom:0.5rem !important;}
.ml-sm-2, .mx-sm-2{margin-left:0.5rem !important;}
.m-sm-3{margin:1rem !important;}
.mt-sm-3, .my-sm-3{margin-top:1rem !important;}
.mr-sm-3, .mx-sm-3{margin-right:1rem !important;}
.mb-sm-3, .my-sm-3{margin-bottom:1rem !important;}
.ml-sm-3, .mx-sm-3{margin-left:1rem !important;}
.m-sm-4{margin:1.5rem !important;}
.mt-sm-4, .my-sm-4{margin-top:1.5rem !important;}
.mr-sm-4, .mx-sm-4{margin-right:1.5rem !important;}
.mb-sm-4, .my-sm-4{margin-bottom:1.5rem !important;}
.ml-sm-4, .mx-sm-4{margin-left:1.5rem !important;}
.m-sm-5{margin:3rem !important;}
.mt-sm-5, .my-sm-5{margin-top:3rem !important;}
.mr-sm-5, .mx-sm-5{margin-right:3rem !important;}
.mb-sm-5, .my-sm-5{margin-bottom:3rem !important;}
.ml-sm-5, .mx-sm-5{margin-left:3rem !important;}
.p-sm-0{padding:0 !important;}
.pt-sm-0, .py-sm-0{padding-top:0 !important;}
.pr-sm-0, .px-sm-0{padding-right:0 !important;}
.pb-sm-0, .py-sm-0{padding-bottom:0 !important;}
.pl-sm-0, .px-sm-0{padding-left:0 !important;}
.p-sm-1{padding:0.25rem !important;}
.pt-sm-1, .py-sm-1{padding-top:0.25rem !important;}
.pr-sm-1, .px-sm-1{padding-right:0.25rem !important;}
.pb-sm-1, .py-sm-1{padding-bottom:0.25rem !important;}
.pl-sm-1, .px-sm-1{padding-left:0.25rem !important;}
.p-sm-2{padding:0.5rem !important;}
.pt-sm-2, .py-sm-2{padding-top:0.5rem !important;}
.pr-sm-2, .px-sm-2{padding-right:0.5rem !important;}
.pb-sm-2, .py-sm-2{padding-bottom:0.5rem !important;}
.pl-sm-2, .px-sm-2{padding-left:0.5rem !important;}
.p-sm-3{padding:1rem !important;}
.pt-sm-3, .py-sm-3{padding-top:1rem !important;}
.pr-sm-3, .px-sm-3{padding-right:1rem !important;}
.pb-sm-3, .py-sm-3{padding-bottom:1rem !important;}
.pl-sm-3, .px-sm-3{padding-left:1rem !important;}
.p-sm-4{padding:1.5rem !important;}
.pt-sm-4, .py-sm-4{padding-top:1.5rem !important;}
.pr-sm-4, .px-sm-4{padding-right:1.5rem !important;}
.pb-sm-4, .py-sm-4{padding-bottom:1.5rem !important;}
.pl-sm-4, .px-sm-4{padding-left:1.5rem !important;}
.p-sm-5{padding:3rem !important;}
.pt-sm-5, .py-sm-5{padding-top:3rem !important;}
.pr-sm-5, .px-sm-5{padding-right:3rem !important;}
.pb-sm-5, .py-sm-5{padding-bottom:3rem !important;}
.pl-sm-5, .px-sm-5{padding-left:3rem !important;}
.m-sm-n1{margin:-0.25rem !important;}
.mt-sm-n1, .my-sm-n1{margin-top:-0.25rem !important;}
.mr-sm-n1, .mx-sm-n1{margin-right:-0.25rem !important;}
.mb-sm-n1, .my-sm-n1{margin-bottom:-0.25rem !important;}
.ml-sm-n1, .mx-sm-n1{margin-left:-0.25rem !important;}
.m-sm-n2{margin:-0.5rem !important;}
.mt-sm-n2, .my-sm-n2{margin-top:-0.5rem !important;}
.mr-sm-n2, .mx-sm-n2{margin-right:-0.5rem !important;}
.mb-sm-n2, .my-sm-n2{margin-bottom:-0.5rem !important;}
.ml-sm-n2, .mx-sm-n2{margin-left:-0.5rem !important;}
.m-sm-n3{margin:-1rem !important;}
.mt-sm-n3, .my-sm-n3{margin-top:-1rem !important;}
.mr-sm-n3, .mx-sm-n3{margin-right:-1rem !important;}
.mb-sm-n3, .my-sm-n3{margin-bottom:-1rem !important;}
.ml-sm-n3, .mx-sm-n3{margin-left:-1rem !important;}
.m-sm-n4{margin:-1.5rem !important;}
.mt-sm-n4, .my-sm-n4{margin-top:-1.5rem !important;}
.mr-sm-n4, .mx-sm-n4{margin-right:-1.5rem !important;}
.mb-sm-n4, .my-sm-n4{margin-bottom:-1.5rem !important;}
.ml-sm-n4, .mx-sm-n4{margin-left:-1.5rem !important;}
.m-sm-n5{margin:-3rem !important;}
.mt-sm-n5, .my-sm-n5{margin-top:-3rem !important;}
.mr-sm-n5, .mx-sm-n5{margin-right:-3rem !important;}
.mb-sm-n5, .my-sm-n5{margin-bottom:-3rem !important;}
.ml-sm-n5, .mx-sm-n5{margin-left:-3rem !important;}
.m-sm-auto{margin:auto !important;}
.mt-sm-auto, .my-sm-auto{margin-top:auto !important;}
.mr-sm-auto, .mx-sm-auto{margin-right:auto !important;}
.mb-sm-auto, .my-sm-auto{margin-bottom:auto !important;}
.ml-sm-auto, .mx-sm-auto{margin-left:auto !important;}
}
@media(min-width:768px){
.m-md-0{margin:0 !important;}
.mt-md-0, .my-md-0{margin-top:0 !important;}
.mr-md-0, .mx-md-0{margin-right:0 !important;}
.mb-md-0, .my-md-0{margin-bottom:0 !important;}
.ml-md-0, .mx-md-0{margin-left:0 !important;}
.m-md-1{margin:0.25rem !important;}
.mt-md-1, .my-md-1{margin-top:0.25rem !important;}
.mr-md-1, .mx-md-1{margin-right:0.25rem !important;}
.mb-md-1, .my-md-1{margin-bottom:0.25rem !important;}
.ml-md-1, .mx-md-1{margin-left:0.25rem !important;}
.m-md-2{margin:0.5rem !important;}
.mt-md-2, .my-md-2{margin-top:0.5rem !important;}
.mr-md-2, .mx-md-2{margin-right:0.5rem !important;}
.mb-md-2, .my-md-2{margin-bottom:0.5rem !important;}
.ml-md-2, .mx-md-2{margin-left:0.5rem !important;}
.m-md-3{margin:1rem !important;}
.mt-md-3, .my-md-3{margin-top:1rem !important;}
.mr-md-3, .mx-md-3{margin-right:1rem !important;}
.mb-md-3, .my-md-3{margin-bottom:1rem !important;}
.ml-md-3, .mx-md-3{margin-left:1rem !important;}
.m-md-4{margin:1.5rem !important;}
.mt-md-4, .my-md-4{margin-top:1.5rem !important;}
.mr-md-4, .mx-md-4{margin-right:1.5rem !important;}
.mb-md-4, .my-md-4{margin-bottom:1.5rem !important;}
.ml-md-4, .mx-md-4{margin-left:1.5rem !important;}
.m-md-5{margin:3rem !important;}
.mt-md-5, .my-md-5{margin-top:3rem !important;}
.mr-md-5, .mx-md-5{margin-right:3rem !important;}
.mb-md-5, .my-md-5{margin-bottom:3rem !important;}
.ml-md-5, .mx-md-5{margin-left:3rem !important;}
.p-md-0{padding:0 !important;}
.pt-md-0, .py-md-0{padding-top:0 !important;}
.pr-md-0, .px-md-0{padding-right:0 !important;}
.pb-md-0, .py-md-0{padding-bottom:0 !important;}
.pl-md-0, .px-md-0{padding-left:0 !important;}
.p-md-1{padding:0.25rem !important;}
.pt-md-1, .py-md-1{padding-top:0.25rem !important;}
.pr-md-1, .px-md-1{padding-right:0.25rem !important;}
.pb-md-1, .py-md-1{padding-bottom:0.25rem !important;}
.pl-md-1, .px-md-1{padding-left:0.25rem !important;}
.p-md-2{padding:0.5rem !important;}
.pt-md-2, .py-md-2{padding-top:0.5rem !important;}
.pr-md-2, .px-md-2{padding-right:0.5rem !important;}
.pb-md-2, .py-md-2{padding-bottom:0.5rem !important;}
.pl-md-2, .px-md-2{padding-left:0.5rem !important;}
.p-md-3{padding:1rem !important;}
.pt-md-3, .py-md-3{padding-top:1rem !important;}
.pr-md-3, .px-md-3{padding-right:1rem !important;}
.pb-md-3, .py-md-3{padding-bottom:1rem !important;}
.pl-md-3, .px-md-3{padding-left:1rem !important;}
.p-md-4{padding:1.5rem !important;}
.pt-md-4, .py-md-4{padding-top:1.5rem !important;}
.pr-md-4, .px-md-4{padding-right:1.5rem !important;}
.pb-md-4, .py-md-4{padding-bottom:1.5rem !important;}
.pl-md-4, .px-md-4{padding-left:1.5rem !important;}
.p-md-5{padding:3rem !important;}
.pt-md-5, .py-md-5{padding-top:3rem !important;}
.pr-md-5, .px-md-5{padding-right:3rem !important;}
.pb-md-5, .py-md-5{padding-bottom:3rem !important;}
.pl-md-5, .px-md-5{padding-left:3rem !important;}
.m-md-n1{margin:-0.25rem !important;}
.mt-md-n1, .my-md-n1{margin-top:-0.25rem !important;}
.mr-md-n1, .mx-md-n1{margin-right:-0.25rem !important;}
.mb-md-n1, .my-md-n1{margin-bottom:-0.25rem !important;}
.ml-md-n1, .mx-md-n1{margin-left:-0.25rem !important;}
.m-md-n2{margin:-0.5rem !important;}
.mt-md-n2, .my-md-n2{margin-top:-0.5rem !important;}
.mr-md-n2, .mx-md-n2{margin-right:-0.5rem !important;}
.mb-md-n2, .my-md-n2{margin-bottom:-0.5rem !important;}
.ml-md-n2, .mx-md-n2{margin-left:-0.5rem !important;}
.m-md-n3{margin:-1rem !important;}
.mt-md-n3, .my-md-n3{margin-top:-1rem !important;}
.mr-md-n3, .mx-md-n3{margin-right:-1rem !important;}
.mb-md-n3, .my-md-n3{margin-bottom:-1rem !important;}
.ml-md-n3, .mx-md-n3{margin-left:-1rem !important;}
.m-md-n4{margin:-1.5rem !important;}
.mt-md-n4, .my-md-n4{margin-top:-1.5rem !important;}
.mr-md-n4, .mx-md-n4{margin-right:-1.5rem !important;}
.mb-md-n4, .my-md-n4{margin-bottom:-1.5rem !important;}
.ml-md-n4, .mx-md-n4{margin-left:-1.5rem !important;}
.m-md-n5{margin:-3rem !important;}
.mt-md-n5, .my-md-n5{margin-top:-3rem !important;}
.mr-md-n5, .mx-md-n5{margin-right:-3rem !important;}
.mb-md-n5, .my-md-n5{margin-bottom:-3rem !important;}
.ml-md-n5, .mx-md-n5{margin-left:-3rem !important;}
.m-md-auto{margin:auto !important;}
.mt-md-auto, .my-md-auto{margin-top:auto !important;}
.mr-md-auto, .mx-md-auto{margin-right:auto !important;}
.mb-md-auto, .my-md-auto{margin-bottom:auto !important;}
.ml-md-auto, .mx-md-auto{margin-left:auto !important;}
}
@media(min-width:992px){
.m-lg-0{margin:0 !important;}
.mt-lg-0, .my-lg-0{margin-top:0 !important;}
.mr-lg-0, .mx-lg-0{margin-right:0 !important;}
.mb-lg-0, .my-lg-0{margin-bottom:0 !important;}
.ml-lg-0, .mx-lg-0{margin-left:0 !important;}
.m-lg-1{margin:0.25rem !important;}
.mt-lg-1, .my-lg-1{margin-top:0.25rem !important;}
.mr-lg-1, .mx-lg-1{margin-right:0.25rem !important;}
.mb-lg-1, .my-lg-1{margin-bottom:0.25rem !important;}
.ml-lg-1, .mx-lg-1{margin-left:0.25rem !important;}
.m-lg-2{margin:0.5rem !important;}
.mt-lg-2, .my-lg-2{margin-top:0.5rem !important;}
.mr-lg-2, .mx-lg-2{margin-right:0.5rem !important;}
.mb-lg-2, .my-lg-2{margin-bottom:0.5rem !important;}
.ml-lg-2, .mx-lg-2{margin-left:0.5rem !important;}
.m-lg-3{margin:1rem !important;}
.mt-lg-3, .my-lg-3{margin-top:1rem !important;}
.mr-lg-3, .mx-lg-3{margin-right:1rem !important;}
.mb-lg-3, .my-lg-3{margin-bottom:1rem !important;}
.ml-lg-3, .mx-lg-3{margin-left:1rem !important;}
.m-lg-4{margin:1.5rem !important;}
.mt-lg-4, .my-lg-4{margin-top:1.5rem !important;}
.mr-lg-4, .mx-lg-4{margin-right:1.5rem !important;}
.mb-lg-4, .my-lg-4{margin-bottom:1.5rem !important;}
.ml-lg-4, .mx-lg-4{margin-left:1.5rem !important;}
.m-lg-5{margin:3rem !important;}
.mt-lg-5, .my-lg-5{margin-top:3rem !important;}
.mr-lg-5, .mx-lg-5{margin-right:3rem !important;}
.mb-lg-5, .my-lg-5{margin-bottom:3rem !important;}
.ml-lg-5, .mx-lg-5{margin-left:3rem !important;}
.p-lg-0{padding:0 !important;}
.pt-lg-0, .py-lg-0{padding-top:0 !important;}
.pr-lg-0, .px-lg-0{padding-right:0 !important;}
.pb-lg-0, .py-lg-0{padding-bottom:0 !important;}
.pl-lg-0, .px-lg-0{padding-left:0 !important;}
.p-lg-1{padding:0.25rem !important;}
.pt-lg-1, .py-lg-1{padding-top:0.25rem !important;}
.pr-lg-1, .px-lg-1{padding-right:0.25rem !important;}
.pb-lg-1, .py-lg-1{padding-bottom:0.25rem !important;}
.pl-lg-1, .px-lg-1{padding-left:0.25rem !important;}
.p-lg-2{padding:0.5rem !important;}
.pt-lg-2, .py-lg-2{padding-top:0.5rem !important;}
.pr-lg-2, .px-lg-2{padding-right:0.5rem !important;}
.pb-lg-2, .py-lg-2{padding-bottom:0.5rem !important;}
.pl-lg-2, .px-lg-2{padding-left:0.5rem !important;}
.p-lg-3{padding:1rem !important;}
.pt-lg-3, .py-lg-3{padding-top:1rem !important;}
.pr-lg-3, .px-lg-3{padding-right:1rem !important;}
.pb-lg-3, .py-lg-3{padding-bottom:1rem !important;}
.pl-lg-3, .px-lg-3{padding-left:1rem !important;}
.p-lg-4{padding:1.5rem !important;}
.pt-lg-4, .py-lg-4{padding-top:1.5rem !important;}
.pr-lg-4, .px-lg-4{padding-right:1.5rem !important;}
.pb-lg-4, .py-lg-4{padding-bottom:1.5rem !important;}
.pl-lg-4, .px-lg-4{padding-left:1.5rem !important;}
.p-lg-5{padding:3rem !important;}
.pt-lg-5, .py-lg-5{padding-top:3rem !important;}
.pr-lg-5, .px-lg-5{padding-right:3rem !important;}
.pb-lg-5, .py-lg-5{padding-bottom:3rem !important;}
.pl-lg-5, .px-lg-5{padding-left:3rem !important;}
.m-lg-n1{margin:-0.25rem !important;}
.mt-lg-n1, .my-lg-n1{margin-top:-0.25rem !important;}
.mr-lg-n1, .mx-lg-n1{margin-right:-0.25rem !important;}
.mb-lg-n1, .my-lg-n1{margin-bottom:-0.25rem !important;}
.ml-lg-n1, .mx-lg-n1{margin-left:-0.25rem !important;}
.m-lg-n2{margin:-0.5rem !important;}
.mt-lg-n2, .my-lg-n2{margin-top:-0.5rem !important;}
.mr-lg-n2, .mx-lg-n2{margin-right:-0.5rem !important;}
.mb-lg-n2, .my-lg-n2{margin-bottom:-0.5rem !important;}
.ml-lg-n2, .mx-lg-n2{margin-left:-0.5rem !important;}
.m-lg-n3{margin:-1rem !important;}
.mt-lg-n3, .my-lg-n3{margin-top:-1rem !important;}
.mr-lg-n3, .mx-lg-n3{margin-right:-1rem !important;}
.mb-lg-n3, .my-lg-n3{margin-bottom:-1rem !important;}
.ml-lg-n3, .mx-lg-n3{margin-left:-1rem !important;}
.m-lg-n4{margin:-1.5rem !important;}
.mt-lg-n4, .my-lg-n4{margin-top:-1.5rem !important;}
.mr-lg-n4, .mx-lg-n4{margin-right:-1.5rem !important;}
.mb-lg-n4, .my-lg-n4{margin-bottom:-1.5rem !important;}
.ml-lg-n4, .mx-lg-n4{margin-left:-1.5rem !important;}
.m-lg-n5{margin:-3rem !important;}
.mt-lg-n5, .my-lg-n5{margin-top:-3rem !important;}
.mr-lg-n5, .mx-lg-n5{margin-right:-3rem !important;}
.mb-lg-n5, .my-lg-n5{margin-bottom:-3rem !important;}
.ml-lg-n5, .mx-lg-n5{margin-left:-3rem !important;}
.m-lg-auto{margin:auto !important;}
.mt-lg-auto, .my-lg-auto{margin-top:auto !important;}
.mr-lg-auto, .mx-lg-auto{margin-right:auto !important;}
.mb-lg-auto, .my-lg-auto{margin-bottom:auto !important;}
.ml-lg-auto, .mx-lg-auto{margin-left:auto !important;}
}
@media(min-width:1200px){
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0, .my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0, .mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0, .my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0, .mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1, .my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1, .mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1, .my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1, .mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2, .my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2, .mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2, .my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2, .mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3, .my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3, .mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3, .my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3, .mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4, .my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4, .mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4, .my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4, .mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5, .my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5, .mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5, .my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5, .mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0, .py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0, .px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0, .py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0, .px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1, .py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1, .px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1, .py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1, .px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2, .py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2, .px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2, .py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2, .px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3, .py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3, .px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3, .py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3, .px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4, .py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4, .px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4, .py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4, .px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5, .py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5, .px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5, .py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5, .px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1, .my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1, .mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1, .my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1, .mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2, .my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2, .mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2, .my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2, .mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3, .my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3, .mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3, .my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3, .mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4, .my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4, .mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4, .my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4, .mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5, .my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5, .mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5, .my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5, .mx-xl-n5 {
margin-left: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto, .my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto, .mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto, .my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto, .mx-xl-auto {
margin-left: auto !important;
}
}body{font-family:'PT Sans',sans-serif;font-size:14px;color:#282e3e;line-height:20px;width:100% !important;background:#f6f7fb repeat !important;font-weight:400;}
@viewport {
zoom: 1.0;
min-zoom: 1.0;
max-zoom: 2.0;
} *{outline:0;margin:0;padding:0;vertical-align:bottom;box-sizing:border-box;-moz-box-sizing:border-box;}
iframe{overflow:hidden;border:none;}
mark{background-color:#ff0005;color:#ffffff;padding:5px;}
ol{list-style-position:inside;}
ul{list-style:none;list-style-position:outside;}
blockquote{background:#f9f9f9;border-left:10px solid #ccc;margin:1.5em 10px;padding:0.5em 10px;quotes:"\201C" "\201D" "\2018" "\2019";}
hr{color:#fff;width:100%;border-top:1px solid #DDDFE2;}
blockquote:before{color:#ccc;content:open-quote;font-size:4em;line-height:0.1em;margin-right:0.25em;vertical-align:-0.4em;}
blockquote p {
display: inline;
} a{text-decoration:none !important;font-size:12px;}
a img{border:none;}
img{max-width:100%;height:auto;}
iframe, embed{max-width:100%;width:100%;}
table{width:100%;border-spacing:0;border-collapse:collapse;}
thead{display:table-header-group;vertical-align:middle;border-color:inherit;margin:auto;text-align:left;background-color:#ff000a;color:#ffffff !important;font-weight:bold;}
td, th{padding:0 .5em;vertical-align:middle;}
td.bold{color:#385898;}
caption{margin:auto;text-align:right;font-style:italic;width:auto;}
.btn-danger{background-color:#cc000f;color:#ffffff;padding:10px 0;border-radius:3px;cursor:pointer;border:0;display:block;width:100%;text-align:center;}
.btn-purple{background-color:#323448;color:#ffffff!important;padding:10px 0;border-radius:3px;cursor:pointer;border:0;display:block;width:100%;text-align:center;}
.btn-primary{background-color:#337ab7;color:#ffffff;padding:10px 30px;border-radius:3px;cursor:pointer;border:0;}
.btn-dark{background-color:#973939;color:#ffffff;padding:10px 30px;border-radius:3px;cursor:pointer;border:0;}
.btn-green{background-color:#36bc9b;color:#ffffff;padding:10px 30px;border-radius:3px;cursor:pointer;border:0;}
.float-left{float:left;}
.float-right{float:right;}
.loading{position:fixed;top:0;width:100%;height:100%;background-color:#FFFFFF;z-index:999;opacity:.8;display:none;align-items:center;justify-content:center;}
.loader{border:5px solid #f3f3f3;border-radius:50%;border-top:5px solid #ff5000;width:30px;height:30px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;}
@-webkit-keyframes spin {
0%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);}
}
@keyframes spin {
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;}
.alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0.25rem;}
.alert-danger a{color:#721c24;font-weight:bold;}
.overflow{height:100% !important;overflow:hidden;}
@media(min-width:600px){
.bottom a{margin-right:10px;}
}
@media(max-width:599px){
.excerptheader{background-color:#ffffff !important;}
.excerpt{padding:0 !important;margin:0 !important;}
.excerpt h1{color:#8689a3 !important;margin-bottom:0 !important;font-size:13px !important;font-weight:500 !important;line-height:normal !important;}
.excerpt p{color:#8689a3 !important;font-size:11px;font-style:italic;line-height:16px;}
.excerpt > .top{background-color:#f5f8fa !important;padding:15px 10px 20px 10px;margin-bottom:1px;}
.excerpt > .bottom{background-color:#f5f8fa !important;padding:5px 10px;margin-bottom:5px;}
.bottom > .breadcrumb1{margin:0 !important;padding:0 !important;}
.bottom a{color:#515365 !important;line-height:30px;font-size:12px;font-weight:normal !important;display:block;}
ul.breadcrumb1{list-style:square !important;}
ul.breadcrumb1 li::before{content:"\2022";color:#38a9ff;font-weight:bold;display:inline-block;margin-left:5px;height:33px;margin-right:10px;}
.bottom a::before{content:"\2022";color:#38a9ff;font-weight:bold;display:inline-block;margin-left:5px;height:33px;margin-right:10px;}
ul.breadcrumb1 li::marker{display:none;}
}
.mt-10{margin-top:10px;}
.breadcrumb{background-color:#fff;width:100%;padding:15px;margin-top:20px;margin-bottom:20px;border:1px solid #dcdacb}
.breadcrumb a{color:#00339f!important;font-size:16px;}
@media screen and (max-width:640px){
.breadcrumb a{display:inline-block!important;}
.breadcrumb a:before{content:'';color:#000;margin-top:0!important;margin-bottom:0!important;height:auto!important;}
.breadcrumb a:first-child:before{content:none;}
}
@media screen and (min-width:641px){
.breadcrumb a:before{content:'/';padding-right:15px;color:#000;}
.breadcrumb a:first-child:before{content:none;}
#content{min-height:400px;}
}
.baslik{padding:10px;}
.baslik a{color:#000;}
@media all and (max-width: 600px) {
.mobilreklam {
min-height: 250px;
}
.masaustureklam {
display: none;
}
.pcaramakutusu {
display: none;
}
.topmenu {
display: none;
}
#header-logo {
display: none;
}
}header{background:#ffffff;max-width:100%;border-bottom:.0625rem solid #edeff4;}
#header-cont, #footer-cont, #topbar-cont, #mainMenu{max-width:100%;margin:auto;}
#header-cont{background-color:#ffffff;max-width:1150px;position:relative;z-index:40;clear:both;padding:20px 0;}
#header-logo{width:100%;display:flex;align-items:center;}
#header-logo a{display:block;}
#header-logo img{width:auto;height:40px;margin:15px 0;}
#header-search{position:relative;width:500px;display:table-cell;vertical-align:middle;padding-top:14px;}
@media(min-width:1200px){
#header-search input{width:570px;}
}
@media(min-width:600px) and (max-width:1199px){
#header-search input{width:220px;}
}
@media(max-width:599px){
#content h1{text-align:center;}
}
#header-search input{position:relative;margin-left:30px;margin-top:-5px;padding:10px;height:40px;background-color:#f2f3f5;border:1px solid #2f3546;color:#989586;box-shadow:none;border-radius:2px;}
#header-search button{position:absolute;margin-left:-50px;width:44px;color:#989586;border:none;cursor:pointer;}
.header-sagmenu{float:right;width:100%;}
ul.topmenu{width:100%;list-style:none outside none;}
ul.topmenu li{float:right;padding:8px 14px;position:relative;display:inline;margin-right:10px;border-radius:2px;}
ul.topmenu li:first-child{margin-right:0px!important;background-color:#ec5252;}
ul.topmenu li:nth-child(2){background-color:#4255ff;}
.topmenu li a{font-weight:bold;font-size:15px;color:#fff;}
.topmenumavi{background-color:#4255ff;}
.topmenumavi:hover{background-color:#423ed8;}
.topmenured{background-color:#ec5252;}
.topmenured a{color:#ffffff !important;}
.canli-dersler{border:none !important;margin-top:-4px;margin-right:10px !important;}
.canli-dersler:hover{border:none !important;margin-top:-4px;margin-right:10px !important;border-radius:35px;background-color:#f3f3f3;}
@media(min-width:1200px){
.pcdiskapsayici{width:100%;margin:auto;background:#ffffff;border-bottom:.0625rem solid #edeff4;position:sticky;top:0;z-index:999999999999999;}
.top-nav{text-align:left;width:100%;background:#ffffff;position:relative;align-items:center;}
}
@media(min-width:600px) and (max-width:1199px){
.pcdiskapsayici{width:100%;margin:auto;background:#ffffff;border-bottom:.0625rem solid #edeff4;}
.top-nav{text-align:left;width:100%;background:#ffffff;position:relative;display:flex;align-items:center;}
}
@media(max-width:599px){
.pcdiskapsayici{width:100%;margin:auto;background:#ffffff;border-bottom:.0625rem solid #edeff4;}
#header-logo{display:none;}
.header-sagmenu{display:none;}
.top-nav{text-align:left;width:100%;background:#ffffff;position:relative;display:flex;align-items:normal;}
}
.pcickapsayici{max-width:1150px;margin:auto;align-items:center;}
.group:after{content:"";display:table;clear:both;}
.top-nav ul.nav{display:inline-table;padding:0;margin:0;}
.top-nav ul.nav > li{display:inline;position:relative;float:left;padding:10px 10px 10px 0;}
.top-nav ul.nav > li a{padding:10px;color:#dad1d1;font-size:16px;font-weight:600;letter-spacing:normal;position:relative;}
.top-nav ul.nav > li a:hover{color:#fff;}
.top-nav ul.nav > li:hover{background-color:#323448;}
.navigation{background-color:#323448;}
nav{background:#323448;padding:5px 0;}
#content h1{line-height:25px;}
.top-nav ul.nav > li .subnav{display:none;position:absolute;list-style:none;padding:10px;top:40px;border-radius:5px;border:0.0625rem solid #edeff4;left:0;z-index:999;min-width:250px;background-color:#fff;}
.top-nav ul.nav > li .subnav li{background:#fff;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #fff));background:-moz-linear-gradient(#fff, #fff);background:-webkit-linear-gradient(#fff, #fff);background:linear-gradient(#fff, #fff);text-align:left;}
.top-nav ul.nav > li .subnav li a{white-space:nowrap;display:block;color:#515365;text-decoration:none;padding:9px;}
.top-nav ul.nav > li .subnav li a:hover, .top-nav ul.nav > li .subnav li a:focus{color:#ad000e;}
.top-nav-sticky > a{display:table-cell;text-decoration:none;background:#ffffff;color:white;vertical-align:middle;}
.top-nav-sticky > a:hover, .top-nav-sticky > a:focus{background:#ffffff;}
.top-nav-sticky a.small-menu-button{}
.top-nav-sticky a.small-menu-button:after{display:inline-block;font-size:40px;width:100%;content:"\2261";color:#686f7a;}
.yellow{background-color:#ffce55;height:9px;width:20%;float:left;}
.green{background-color:#36bc9b;height:9px;width:20%;float:left;}
.blue{background-color:#4267B2;height:9px;width:20%;float:left;}
.red{background-color:#ed5564;height:9px;width:20%;float:left;}
.purple{background-color:#ac92ed;height:9px;width:20%;float:left;}
@media(min-width:600px){
.mobilsticky{display:none;}
.pcsticky{display:block;}
.top-nav-sticky{width:100%;display:none;background-color:#ffffff;padding:1em;position:sticky;}
.brand{margin-left:10px;}
}
@media(max-width:599px){
.mobilsticky{display:block;clear:both;}
.pcsticky{display:none;}
.top-nav-sticky{width:100%;display:table;background-color:#ffffff;padding:0 !important;position:sticky;}
.brand{padding:1em;margin-left:10px;}
.mobilLogo{display:table-cell;vertical-align:middle;padding:0.5em 0;width:50%;}
.mobilProfile{display:table-cell;vertical-align:middle;width:50%;text-align:right;padding-right:1em;}
}
@media(max-width:767px){
.pcheader{display:none;}
.top-nav ul.nav > li .subnav{border:none!important;}
}
@media(min-width:600px){
a.drop-menu-toggle > .material-icons{display:none;}
.dropx a i.material-icons{display:none;}
a.drop-menu-toggle::after{font-family:'Material Icons', sans-serif;content:'keyboard_arrow_down';padding:5px 0 0 5px;}
}
@media(max-width:767px){
.homegizle{display:none !important;}
.top-nav{left:-250px;top:-99999px;width:0;position:fixed;height:100%;}
.top-nav.side-menu-show{width:100%;position:fixed;top:65px;left:0;bottom:0;background:#F0F2F5;overflow:auto;border-right:1px solid #E7E7E7;z-index:5;}
.top-nav.side-menu-show ul.nav{padding:0px 10px;margin:0;width:100%;}
a.drop-menu-toggle > .material-icons{font-size:18px !important;margin:0 10px 0 10px !important;color:#b0b7be;}
.dropx a i.material-icons{font-size:18px !important;margin:0 10px 0 10px !important;color:#b0b7be;}
.top-nav.side-menu-show ul.nav > li{width:100%;display:block;float:left;background:#FFFFFF;padding:5px;margin-top:10px;}
.top-nav.side-menu-show ul.nav > li a{font-size:14px;text-align:left;display:block;text-decoration:none;color:#696969;padding:5px 0px;}
.top-nav.side-menu-show ul.nav > li .subnav{display:none;position:relative;padding:0;margin:0;top:100%;left:0;z-index:1;min-width:250px;list-style:none;}
.top-nav.side-menu-show ul.nav > li .subnav li{background:#ffffff;}
.top-nav.side-menu-show ul.nav > li .subnav li a{white-space:nowrap;display:block;color:#696969;text-decoration:none;padding:15px;}
.top-nav.side-menu-show ul.nav > li .subnav li a:hover, .top-nav.side-menu-show ul.nav > li .subnav li a:focus{}
.hamburgermenusagtaraf img{display:none;}
}
@media(min-width:1024px){
nav.guides li{width:32%;margin-right:1%;}
}
@media(max-width:767px){
.mobilGizle {
display: none !important;
}
}@media(min-width:768px){
.sidebarBottom{display:none;}
.title a{color:#385898;font-size:14px;font-weight:400;}
.our-team{box-sizing:border-box;text-align:center;background-color:#ffffff;overflow:hidden;position:relative;margin-top:10px;margin-bottom:10px;padding:10px;border-radius:5px;border:1px solid #DDDFE2;}
.our-team .picture{padding:10px;display:block;width:120px;z-index:1;position:relative;margin:auto;}
.our-team .picture img{width:100%;height:auto;border-radius:5px;}
.our-team .title{display:block;font-weight:bold;color:#ff113d !important;text-transform:capitalize;}
.team-content{padding:10px 0px;float:left;}
.cozulentestler{text-align:left !important;width:100%;padding:10px;}
.sidebaractive a{color:#ff6000!important;}
.sidebaractive i{color:#ff6000!important;}
.cozulentestler:hover{background-color:#fafcff;border-radius:5px;}
.cozulentestler a{color:#707070;font-weight:600;font-size:14px;margin-left:5px;}
.cozulentestler i{font-size:20px;color:#707070;font-weight:600;}
}
@media(max-width:767px){
#panels {
display: none;
width: 100%;
height: 100%;
background: #FFFFFF;
position: fixed;
top: 65px;
z-index: 5;
color: #FFFFFF;
}
.our-team:first-child{
background: #494c62;
height: 130px;
}
.our-team {
box-sizing: border-box;
text-align: center;
background-color: #ffffff;
overflow: hidden;
position: relative;
padding: 10px;
width: 100%;
}
.our-team .picture {
padding: 10px;
display: block;
width: 80px;
border-radius: 80px;
z-index: 1;
position: absolute;
top: 5px;
left: 0;
margin: auto;
}
.our-team .picture img {
width: 100%;
height: auto;
border-radius: 5px;
}
.our-team .title {
display: block;
font-weight: bold;
text-transform: capitalize;
margin-left: 80px;
float: left;
}
.okul {
float: left;
margin-left: 80px;
font-size: 12px;
}
.team-content {
position: absolute;
left: 83px;
top: 50px;
font-size: 12px;
}
.title a {
color: #36bc9b;
font-size: 14px;
font-weight: bold;
}
.sidebarBottom {
width: 100%;
position: absolute;
bottom: 0;
display: block;
border-top: 1px solid rgba(255,255,255,.2);
margin-left: -10px;
}
.sidebarBottom a:first-child{
border-right: 1px solid rgba(255,255,255,.2);
}
.sidebarBottom a {
color: #FFFFFF;
width: 50%;
padding-bottom: 10px;
padding-top: 10px;
float: left;
}
.cozulentestler {
text-align: left !important;
width: 100%;
padding: 10px;
}
.sidebaractive {
background-color: #E9EBEE;
}
.cozulentestler:hover {
background-color: #fafcff;
border-radius: 5px;
}
.cozulentestler a {
color: #707070;
font-size: 14px;
margin-left: 5px;
}
.cozulentestler i {
font-size: 20px;
color: #707070;
}
}footer{margin-top:10px;}
@media all and (min-width: 800px) {
footer{background:#34215b;clear:both;position:relative;}
#footer-cont{max-width:1150px;background:#34215b;overflow:hidden;padding:20px 5px;margin:10px auto 0 auto;color:#ffffff;font-size:15px;}
#footer-cont hr{color:#e7e7e7;}
#footer-logo{float:left;width:28%;}
#footer-right .copyright{clear:both;margin-top:5px;}
#footer-cont #copyright{clear:both;margin-top:10px;}
#footer-menu{background:#2e333e;text-align:center;padding:10px 0;margin-bottom:1px;}
#footer-menu li{display:inline;color:#fff;}
#footer-menu li::before{content:"|";padding:0 8px;}
#footer-menu li:first-child::before{content:"";}
#footer-menu a{color:#fff;}
#footer-menu a:hover{color:#ddd;}
.footer-sol{float:left;width:40%;}
.footer-sol p{margin-top:20px;color:#e7e7e7;font-size:14px;line-height:24px;width:90%}
.footer-orta{float:left;width:20%;color:#e7e7e7;}
.footer-orta span{font-size:22px;}
.footer-orta a{font-size:14px;color:#e7e7e7;font-weight:500;}
.footer-orta a:hover, .footer-sag a:hover{color:#e7e7e7;}
.footer-orta ul{margin-top:10px;}
.footer-orta li{margin-left:15px;padding:2px;}
.footer-sag{float:right;width:20%;color:#e7e7e7;font-size:14px;}
.footer-sag span{font-size:22px;margin-bottom:15px;}
.footer-sag a{font-size:14px;color:#e7e7e7;font-weight:500;}
.footer-sag ul{margin-top:10px;}
.footer-sag li{margin-left:15px;padding:2px;}
}
@media(min-width:768px){
.footerSticky{display:none;}
}
@media(max-width:767px){
.footerSticky {
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
background: #fff;
z-index: 999999999999;
box-shadow: 0 0 80px rgb(56 59 80 / 50%);
}
.mobilFooter {
display: flex;
}
.mobilFooter a {
display: flex;
align-content: center;
align-items: center;
flex-direction: column;
justify-content: center;
flex: 1;
font-size: 10px;
height: 60px;
color: #3f4257;
border-right: 1px solid #e8eaec;
position: relative;
}
.mobilFooter > a.active {
color: #4285f4;
}
.mobilFooter a.active:before {
position: absolute;
top: 0;
content: "";
width: 100%;
height: 3px;
background: #4285f4;
}
i.ri-home-7-line:before {
content: "\EE22";
}
}.excerptheader{width:100%;background-color:#800080;}
.excerpt{width:100%;display:block;font-size:16px;line-height:24px;padding:10px 20px;color:#ffffff;}
.excerpt h1{color:#ffffff;}
.excerpt a{font-weight:bold;color:#ffffff;}
.uniteborder{border:1px solid #dcdacb;width:100%;background-color:#FBFBF8;padding:1em;color:#3C3B36;font-weight:bold;font-size:1.1em;line-height:1;cursor:pointer;margin-top:10px}
.uniteborder span{float:right;}
.uniteborder i{margin-right:.3em;padding:0;font-size:1.1em;color:#81807b;}
.uniteborder h1{display:inline;color:#3c3b36;font-weight:700;font-size:1.1em;}
.uniteTitle{font-size:1em !important;padding:0;line-height:1;}
.digerTestler{max-height:200px !important;}
.uniteici{overflow:auto;}
.uniteici a{font-size:1em;color:#00339f;border-radius:10px;}
.uniteici span{}
.uniteici i{margin-right:.3em;color:#81807b;}
.uniteici ul{margin:0;list-style-type:circle !important;list-style-position:inside;}
@media(min-width:1200px){
.uniteici table{width:100%;padding:5px;}
}
@media(min-width:600px) and (max-width:1199px){
.uniteici table{width:100%;padding:5px;}
}
@media(max-width:599px){
.uniteici{overflow:auto !important;}
.uniteici table{width:100%;padding:5px;}
.uniteici i{display:none;}
.uniteici a, .alt-kisim{margin-left:0 !important;}
}
.uniteici table{margin-bottom:10px;}
.uniteici table td{padding:5px 0 0 10px;}
.konuOzeti{border-left:1px solid #dcdacb;border-right:1px solid #dcdacb;border-bottom:1px solid #dcdacb;background-color:#ffffff;padding:15px}
.konuOzeti p:first-child{margin-top:0;}
.konuOzeti p:not(:first-child){margin-top:20px;}
.konuOzeti>ul{list-style-type:square !important;list-style-position:inside !important;}
.konuOzeti h3:first-child{margin-top:0 !important;margin-bottom:5px !important;}
.konuOzeti h3{margin-top:10px !important;}
.uniteici li:first-child{padding-top:10px;}
.uniteici li:last-child{padding-bottom:10px;border:none !important;}
.uniteici li{display:block;width:100%;overflow:hidden;padding:10px 1em;list-style-type:square;border:1px solid #e7e7e7;border-radius:12px;background-color:#fff;margin:10px 0;}
.uniteici li.active a{font-weight:bold !important;}
.sinifdersleri{max-width:100%;height:auto;border:1px solid #DDDFE2;position:relative;display:block;background:#fff;padding:10px;overflow:auto;margin-top:10px;}
.sinifdersleri:before, .clear:after{content:"\0020";display:block;height:0;overflow:hidden;}
.sinifdersleri:after{clear:both;}
#cevap p{margin-bottom:10px;line-height:25px;}
#content p{padding:10px 15px;}
.mtq_question_text p{padding:5px 0!important;margin-bottom:0!important;}
.lds-facebook{display:inline-block;position:relative;width:80px;height:80px;}
.lds-facebook div{display:inline-block;position:absolute;left:8px;width:16px;background:#000000;animation:lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;margin:auto;}
.lds-facebook div:nth-child(1){left:8px;animation-delay:-0.24s;}
.lds-facebook div:nth-child(2){left:32px;animation-delay:-0.12s;}
.lds-facebook div:nth-child(3){left:56px;}
@keyframes lds-facebook {
0%{top:8px;height:64px;}
50%,
100%{top:24px;height:32px;}
}
.fa, .fab, .fad, .fal, .far, .fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}
.fa-angle-up:before{content:"\f106"}
.fa-angle-down:before{content:"\f107"}
.fa-angle-right:before{content:"\f105";}
.fab, .far{font-weight:400}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(https://www.testkolik.com/wp-content/themes/test-tema/font/fa-solid-900.eot);src:url(https://www.testkolik.com/wp-content/themes/test-tema/font/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://www.testkolik.com/wp-content/themes/test-tema/font/fa-solid-900.woff2) format("woff2"), url(https://www.testkolik.com/wp-content/themes/test-tema/font/fa-solid-900.woff) format("woff"), url(https://www.testkolik.com/wp-content/themes/test-tema/font/fa-solid-900.ttf) format("truetype"), url(https://www.testkolik.com/wp-content/themes/test-tema/font/fa-solid-900.svg#fontawesome) format("svg")}
.fa, .far, .fas{font-family:"Font Awesome 5 Free";}
.fa, .fas{font-weight:900}
.download-list__wrap{margin:auto;width:100%;overflow:hidden;}
.download-list{list-style:none;margin:0;}
.item:last-child{margin-bottom:10px;}
@media(min-width:1200px){
.item{width:calc((100% / 3) - 7px);float:left;display:grid;grid-template-columns:repeat(8, 1fr);background-color:white;border:1px solid #DDDFE2;border-radius:2px;margin-right:10px;margin-top:10px;padding:10px;min-height:82px;}
}
@media(min-width:600px) and (max-width:1199px){
.item{width:calc((100% / 3) - 7px);float:left;display:grid;grid-template-columns:repeat(8, 1fr);background-color:white;border:1px solid #DDDFE2;border-radius:2px;margin-right:10px;margin-top:10px;padding:10px;min-height:82px;}
}
@media(max-width:599px){
.item{width:100%;float:left;display:grid;grid-template-columns:repeat(8, 1fr);background-color:white;border:1px solid #DDDFE2;border-radius:2px;margin-right:10px;margin-top:10px;padding:10px;}
.pl-23{padding-left:23px;}
.pl-38{padding-left:38px;}
.mtb-10{margin:10px 0;}
.alt-kisim{margin-top:5px;}
.alt-kisim i{display:inline-block !important;}
}
.item:nth-child(3n){margin-right:0 !important;}
.item .src{grid-column:1/9;padding:0 0.3em;}
.item .src .name a{font-weight:bold;color:#2e3856 !important;font-size:14px;}
.item .src .ext{grid-column:2/6;float:left;}
.ext a{color:#282e3e;font-size:14px;}
.item .src .size{grid-column:2/6;text-align:right;}
.item .btn{grid-column:2/8;margin:4px;}
.item .btn a{color:white;padding:0.5em 4em;text-decoration:none;transition:background-color 300ms linear;}
.item>div:not(.src){display:grid;place-items:center;}
.js-clear-btn{font-size:15px;}
.dl-all-btn, .btn a{background-color:#0075FF;border-radius:2px;color:white;margin-top:10px;text-align:center;}
.dl-all-btn{cursor:pointer;font-weight:bold;margin-left:1em;padding:0.8em 1.5em;}
.ekleyencss{font-size:15px !important;line-height:20px !important;font-weight:bold !important;}
.downloadcss{font-size:15px !important;font-weight:bold !important;}
.downloadButon{display:block;width:150px;height:40px;border-radius:2px;border:2px solid #00B38F;padding:10px 10px;text-align:center;color:#00B38F !important;align-items:center;margin-right:10px;}
.flex{margin-bottom:10px;}
@media(min-width:1200px){
.flex{display:flex !important;align-items:center;}
}
@media(min-width:600px) and (max-width:1199px){
.flex{display:flex !important;align-items:center;}
}
@media(max-width:599px){
.downloadButon{display:block;width:100% !important;height:40px;border-radius:2px;border:2px solid #00B38F;padding:10px 10px;text-align:center;color:#00B38F !important;align-items:center;}
}
.lh-0{line-height:0;}
.lh-1{line-height:1;}
.mr-10{margin-right:10px;}
.ml--5{margin-left:-5px;}
.user-icon{font-size:10px;line-height:14px;margin-right:5px !important;}
.fz-18{font-size:18px;}
.fc-g{color:#198754 !important}
@media screen and (min-width:1024px){
.pmt-20{margin-top:20px;}
.pmb-20{margin-bottom:20px;}
}
table.mtq_answer_table tr{border:1px solid #DDDFE2;background-color:#fff;padding:10px;border-radius:5px;position:relative;cursor:pointer;min-height:50px;display:flex;align-items:center;line-height:18px;margin-bottom:10px;overflow:hidden;}
table.mtq_answer_table tr{background-color:#fff;}
table.mtq_answer_table tr:last-child{margin-bottom:0;}
table.mtq_answer_table colgroup{display:none;}
table.mtq_answer_table tr td:first-child{width:40px !important;}
table.mtq_answer_table tr td:nth-child(2n+2){width:calc(100% - 40px);}
.quiz-header{margin:0 0 10px 0;background-color:#fff;}
.quiz-header .col-md-12{display:flex;align-items:center;padding:10px;justify-content:center;}
.quiz-header .col-md-12 h1{width:calc(100% - 60px);margin-bottom:0;}
.quiz-header .col-md-12 a{width:60px;height:30px;background-color:#ff1f1f;border-radius:5px;border:none;color:#fff;padding:0 0 0 10px;text-align:left;position:relative;cursor:pointer;display:flex;align-items:center;}
.quiz-header .col-md-12 a:after{content:'\f057';background-size:contain;font-size:18px;width:24px;height:24px;position:absolute;right:0;top:5px;background-color:#ff1f1f;color:#fff;font-family:"Font Awesome 5 Free";}
.question-list{background-color:#fff;padding:10px;}
.question-list h3{margin:0 0 10px 0;padding:0;font-size:16px;}
.question-list ul{display:flex;flex-wrap:wrap;}
.question-list li:first-child{border-top:1px solid #DDDFE2;}
.question-list li{width:100%;border-bottom:1px solid #DDDFE2;border-left:1px solid #DDDFE2;border-right:1px solid #DDDFE2;background-color:#fff;padding:10px 20px;position:relative;display:flex;align-items:center;cursor:pointer;gap:5px;}
.question-list li span.aktif{color:#fff !important;background-color:#0d66c2;}
.question-list li span.dogru-cevap{color:#fff !important;background-color:#017e01;border:1px solid #017e01;}
.question-list li span.yanlis-cevap{color:#fff !important;background-color:#9b0808;border:1px solid #9b0808 !important;}
.question-list li span:nth-child(1){display:flex;align-items:center;}
.question-list li span:nth-child(1)::before{position:absolute;content:'';width:16px;height:16px;position:absolute;background-size:cover;left:15px;}
.question-list li span.dogru::before{background-image:url(/wp-content/themes/test-tema/images/icon/check-mark.png);}
.question-list li span.yanlis::before{background-image:url(/wp-content/themes/test-tema/images/icon/cross.png);}
.question-list li span:nth-child(1){flex:1;}
.question-list li span:not(:nth-child(1)){flex:1}
.question-list li span:not(:nth-child(1)){height:25px;margin:0;color:#868686;border:1px solid #868686;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:10px;}
.simdiki-soru{background-color:#fcd34d24 !important;}
.basliklar a{display:inline-block;background-color:#2c73d2;color:#fff;padding:10px 20px;border-radius:5px;font-size:16px;}
table.download-files{background-color:#fff;border-radius:5px;border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;}
table.download-files td{padding:10px;border-bottom:1px solid #e7e7e7;}
table.download-files td:last-child{text-align:right;}
table.download-files a{color:#333;text-align:left;position:relative;font-size:16px;text-align:right;}
.download-files a::after {
content: "\f1c1";
font-family: "Font Awesome 5 Free";
font-weight: 700;
position: absolute;
top: 0;
right: 45px;
font-size: 16px;
}
footer{margin-top:10px;}
.h1, h1{font-size:24px;margin-bottom:.62em;letter-spacing:.5px}
.h1>span{color:#3aa70d}
.h2, h2{font-size:18px;font:700 1.25rem/1.125em Roboto, sans-serif;margin:1.4em 0 .51em;padding-bottom:4px;display:block;color:#003c70}
.h3, h3{font:700 1.125rem/1.5em Roboto, Helvetica, Arial, sans-serif;margin:1.2em 0 .1em;display:block;color:#003c70;}
.reading h3, h4{font:700 1.125rem/1.5em Roboto, Helvetica, Arial, sans-serif;margin:1.2em 0 .1em;margin-left:10px;display:block;color:#700721;padding:5px;}
.h3p, .h4p{margin-left:10px;padding:5px;}
.h4, h4, h5, h6{font-size:1em;color:#4d4d4d;line-height:1.4em;margin-bottom:1.4em;font-weight:700;display:block}
.h4, h4{margin-bottom:10px}
.buyuk{color:#385898;font-size:1.6em !important;font-weight:bold;}
.clear{clear:both;}
.border-bottom{border-bottom:1px solid #ccc;margin-bottom:5px;}
.innerContainer{max-width:1010px;padding:0 5px;margin:auto;}
.box{background:#fff;border:1px solid rgba(0, 0, 0, 0.07);-webkit-box-shadow:0px 1px 1px 0px #d3d3d3;box-shadow:0px 1px 1px 0px #d3d3d3;overflow:hidden;position:relative;padding:10px;}
.onceki{float:left;}
.sonraki{float:right;}
.margin{float:right;margin-bottom:10px;display:block;}
.left{float:left !important;}
.marginanasayfa{float:left;margin-bottom:10px;margin-left:3px;}
.border{border:1px solid #e2e2e2;padding:1px;display:block;}
.mainHeading{font-size:22px;line-height:1;border-bottom:1px dotted #e2e2e2;padding:0 10px 10px;margin:0 -10px 10px;font-weight:500;}
.reading, .reading p, .reading li{line-height:1.8;margin-bottom:10px;}
.reading ul li{list-style-type:disc;margin-left:20px;list-style-position:inside;}
.reading ol li{margin-left:20px;list-style-position:inside;}
.seperator{clear:both;margin:10px -10px;border-top:1px solid #ddd;}
.float{overflow:hidden;}
.bold{font-weight:bold;}
.reading{font-size:15px;}
.reading a{font-weight:bold;}
#menu{max-width:1010px;margin:auto;clear:both;}
#menu .toggleMenu{display:none;}
#menu .menu>ul,
#menu>ul{display:table-row;width:100%;}
#menu li{display:table-cell;text-align:center;}
#menu li:first-child{border-left:none;}
#menu a{display:block;line-height:40px;color:#fff;transition:all .2s;font-size:14px;min-width:140px;}
#menu a:hover{background-color:#fff;color:#000000;}
#menu .sub-menu{visibility:hidden;position:absolute;z-index:40;box-shadow:3px 3px 5px #555;background:#fff;border-top:3px solid rgba(0, 0, 0, 0.35);margin-left:-1px;}
#menu .sub-menu .sub-menu{left:100%;top:0;margin-left:1px;border-top:none;}
#menu li:hover>.sub-menu{visibility:visible;}
#menu .sub-menu li{float:none;display:block;text-align:left;background:none;position:relative;line-height:34px;height:34px;border-top:1px solid rgba(0, 0, 0, 0.1);}
#menu .sub-menu a{display:block;width:auto;min-width:150px;text-align:left;line-height:34px;margin:0;padding:0 15px;transition:none;color:#000;}
#menu .sub-menu a:hover{background:#e7e7e7;}
#wrapper{position:relative;max-width:1150px;margin:0 auto;}
#main{overflow:hidden;}
#content{float:left;width:75%;}
#content.full{float:none;width:100%;}
aside{float:right;width:24%;}
.anasayfabutonmenu{width:100%;margin-bottom:10px;}
.anasayfabutonmenu img{width:48%;margin-left:10px;}
.anasayfa{padding:10px;width:100%;background-color:#ffffff;border:1px;border-style:solid;border-color:#e7e7e7;}
.anasayfa img{margin-bottom:10px;display:block;}
.yazilistelemecerceve{width:100%;margin-bottom:10px;margin-top:-6px;}
.yazilistelemebaslik{width:100%;background-color:#ff3333;font-weight:bold;color:#fff;padding:3px;margin-top:6px;margin-bottom:6px;}
.yazilistelemebaslik h2{font-size:1.2em;margin-left:0.5em;}
.yazilisteleme{background-image:url(https://www.mebehliyetsinavsorulari.com/resimler/pen-e2.png);background-repeat:no-repeat;background-position:8px 8px;background-color:#F7F7F7;border:1px dotted #e7e7e7;margin-bottom:6px;padding:3px;font-size:15px;width:100%;}
.yazilisteleme a{margin-left:2.2em;font-size:1.2em;}
.benzeryazilar{width:80%;padding:5px;border-bottom:1px solid #e7e7e7;}
.benzeryazilarsatir{float:left;width:100%;border-bottom:1px solid #e7e7e7;}
.benzeryazilarsatir ul{float:left;}
.benzeryazilarsatir ul li{list-style-type:none;background-color:#333366 !important;}
.benzeryazilar span{margin-left:15px;margin-top:3px;}
.benzeryazilar a{margin-top:5px;font-size:12px;font-weight:bold;width:100%;padding-bottom:5px;}
.benzeryazilar img{float:left;}
.bold{font-weight:bold;}
.kategoridersleri{width:100%;background-color:#dc0dff;margin-top:5px;margin-bottom:5px;padding:10px;}
.kategoridersleri a{color:#fff;font-size:1.5em;}
.whitebox{box-sizing:border-box;max-width:100%;border:1px solid #DDDFE2;display:block;background:#fff;margin-top:10px;margin-bottom:.5rem;padding:10px;box-shadow:0 5px 15px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .1)}
.whitebox a{font-size:14px;}
.whitebox h1{color:#484848;font-size:2em;margin-bottom:5px;}
.whitebox h2{font-size:18px;}
.whitebox:after{display:table;content:" ";clear:both}
.whitebox>div:first-child>h2:first-child, .whitebox>h2:first-child{margin-top:0}
.zdzone1+.whitebox:after{clear:left}
.whitebox:empty{display:none}
.whitebox .banner:link{display:block;margin:0 auto;border:none}
.whitebox .banner:link>img{display:block}
.homepage2sutun{text-align:left;display:block;}
.homepage2sutun div{padding:.5em .5em 1em 0;}
.homepage2sutun h3>a:before{content:'';width:2em;height:2em;border-radius:1em;float:left;margin-top:-.2em;background:#ccc no-repeat 50% 50%;background-size:80%;}
.homepage2sutun ul, .homepage2sutun li{list-style-type:square !important;margin-left:30px;padding:0;}
.homepage2sutun a{display:block;padding:.1em 0;color:#3480d3;font-size:20px !important;}
.homepage2sutun h3{margin:0;}
.homepage2sutun h3 a{line-height:1.5em;color:#cc4398;}
.homepage1sutun{text-align:left;}
.homepage1sutun div{padding:.5em .5em 1em 4em;}
.homepage1sutun h3>a:before{content:'';width:2em;height:2em;border-radius:2em;float:left;margin-left:-2.5em;margin-top:-.2em;background:#ccc no-repeat 50% 50%;background-size:80%;}
.homepage1sutun ul, .homepage1sutun li{margin:0;padding:0;}
.homepage1sutun a{display:block;padding:.1em 0;color:#3480d3;font-size:1.3em;}
.homepage1sutun h3{margin:0;}
.homepage1sutun h3 a{color:#cc4398;}
.homepagecikmissorular{}
.homepagecikmissorular h3>a:before{background-color:#1B325F;background-image:url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%22-10 -20 65 100%22%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M45.94 59.76H.06V.19h45.88v59.57zm-43.7-2.17h41.51V2.36H2.25v55.23z%22/%3E%3Cpath d=%22M6.29 22.08H39.7V19.9H6.3zM6.29 27.15H39.7v-2.17H6.3zM6.29 32.22H39.7v-2.17H6.3zM6.29 37.28H39.7v-2.16H6.3zM6.29 42.35H39.7v-2.17H6.3zM39.71 16.05H6.3V6.77H39.7v9.28zM8.47 13.88h29.05V8.94H8.47v4.94zM35.67 45.08l1.1 1.68 1.88-.72-.11 2 1.95.5-1.28 1.56 1.28 1.55-1.95.52.1 2-1.88-.73-1.1 1.68-1.09-1.68-1.88.72.1-2-1.95-.5 1.28-1.56-1.28-1.55 1.96-.51-.11-2 1.88.72z%22/%3E%3C/g%3E%3C/svg%3E');}
.turkce h3>a:before{background-color:#ffffff;background-image:url(https://www.testkolik.com/wp-content/uploads/2020/04/turkce.webp);}
.matematik h3>a:before{background-color:#ffffff;background-image:url(https://www.testkolik.com/wp-content/uploads/2019/08/mat-1.png);}
.hayatbilgisi h3>a:before{background-color:#ffffff;background-image:url(https://www.testkolik.com/wp-content/uploads/2020/05/hayat-bilgisi.png);}
.sosyal h3>a:before{background-color:#ffffff;background-image:url(https://www.testkolik.com/wp-content/uploads/2019/09/sosyal.png);}
.fen h3>a:before{background-color:#ffffff;background-image:url(https://www.testkolik.com/wp-content/uploads/2019/08/fen.png);}
.ebailk h3>a:before{background-color:#ffffff;background-image:url(https://www.testkolik.com/wp-content/uploads/2020/05/eba-tv-izle.png);}
.din-kulturu h3>a:before{background-color:#ffffff;background-image:url(https://www.testkolik.com/wp-content/uploads/2019/09/din-kulturu.png);}
.ingilizce h3>a:before{background-color:#ffffff;background-image:url(https://www.testkolik.com/wp-content/uploads/2019/09/ingilizce.png);}
.inkilap h3>a:before{background-color:#ffffff;background-image:url(https://www.testkolik.com/wp-content/uploads/2019/09/inkilap-tarihi.png);}
.geneltekrar h3>a:before{background-color:#ffffff;background-image:url(https://www.testkolik.com/wp-content/uploads/2019/08/genel-tekrar-testleri.png);}
.homepagedosyalar{}
.homepagedosyalar h3>a:before{background-color:#13867d;background-image:url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 75 60%22%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M5.43 7.14h10.59V4.1H5.43zM71.23 14.23l-6.65 32.51H3.37l6.65-32.5h61.21zm2.7-2.2H8.22L.68 48.94h65.7l7.54-36.9z%22/%3E%3Cpath d=%22M2.87 7.03V2.85h15.65V7.32H63.92c.14 0 .25.1.25.24v4.48h2.2V7.56c0-1.35-1.1-2.44-2.44-2.44h-43.2V2.6c0-1.08-.88-1.96-1.96-1.96H2.63C1.55.65.68 1.53.68 2.61v46.32l2.2-10.73V7.03z%22/%3E%3C/g%3E%3C/svg%3E');}
#homepage1sutun a{padding:.2em 0;}
#homepage1sutun div{float:left;width:100%;}
#breadcrumb{display:none}
nav.guides>ul{list-style-type:none;display:flex;flex-flow:row;flex-wrap:wrap;}
nav.guides li{overflow:visible !important;float:left;width:100%;flex:1 0 auto;border:2px solid #eee;padding:16px;font-size:14px;font-weight:400;line-height:1.5;border-radius:3px;color:#000;margin:0 0 .4em 0;cursor:pointer;}
nav.guides li:hover{box-shadow:0 5px 30px 0 rgba(0, 0, 0, .1);text-decoration:none;background-position:100% -80%;}
nav.guides ul li:before{content:'';}
nav.guides li a{color:#418FDE;margin-bottom:.5em;font-weight:600;}
nav.guides li a:after{content:'';display:inline-block;width:24px;height:15px;background:#fff url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"><g fill="none"><path stroke="%23418FDE" stroke-width="1.8" d="M10.1 14.6L15 9.3 10.1 4"/><path d="M13.6 9.3H3" stroke="%23418FDE" stroke-width="1.8" stroke-linecap="round"/><path d="M12 7.2c.2.1.3.3.3.5 0 .5-.4.8-.8.8v1.6c.4 0 .8.3.8.8l-.2.5 2.3-2L12 7.1z" fill="%23418FDE"/></g></svg>') no-repeat 100% 0;transition:background-position .14s;}
.yaziicisayfalama{background:#ffffff;color:#000000;display:block !important;font-size:1.2em;}
.yaziicisayfalama span{font-size:1.2em;}
.yaziicisayfalama a{text-align:right;color:#FFF !important;padding:0px 6px;background:#285dc6;font-size:1.2em;}
.yaziicisayfalama a:hover{background:#bc0e0e;}
.a4{background:white;width:21cm;height:29.7cm;display:block;margin:0 auto;margin-bottom:0.5cm;box-shadow:0 0 0.5cm rgba(0, 0, 0, 0.42);box-sizing:border-box;}
.soru{page-break-after:always;width:50%;padding-left:15px;padding-right:15px;float:left;margin-top:40px;}
#verticle{border-left:2px solid rgba(1, 1, 2, 0.35);height:100%;position:absolute;margin-left:-2px;}
.googlereklamalani{width:100%;background:#ffffff;}
.testicozmeyebasla a{text-align:center;color:#3e3d83 !important;padding:0.5em 3em 0.5em 3em;background:#ffc702;font-size:1.2em;}
.testicozmeyebasla a:hover{background:#ffc702;}
.testicozmeyebasla td, .testicozmeyebasla#customers th{border:1px solid #ddd;padding:8px;}
.testicozmeyebasla tr:nth-child(even){background-color:#f2f2f2;}
.testicozmeyebasla tr:hover{background-color:#ddd;}
.testicozmeyebasla th{padding-top:12px;padding-bottom:12px;text-align:left;background-color:#4CAF50;color:white;}
.testinadi{font-weight:bold;color:#cc4398;font-size:1.5em;}
.alert{height:auto;margin:auto;position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem;font-size:13px;}
.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb;padding:1em;margin-bottom:10px;}
.alert-info a{color:#0c5460;font-weight:bold;}
.alert-alert{color:#ffffff;background-color:#ff113d;border-color:#ff113d;padding:1em;text-align:center;border-radius:5px;margin-bottom:10px;}
.alert-success{color:#ffffff;background-color:#36bc9b;border-color:#36bc9b;padding:1em;text-align:center;border-radius:5px;margin-bottom:10px;}
.duyuru{padding:10px;background-color:#800080;color:white;font-size:18px;margin:3px;border:2px;border-color:#800080;border-radius:5px;text-align:left;}
.duyuru a{color:#ffffff;font-weight:bold;}
.cekilis{padding:10px;background-color:#f44336;color:white;font-size:18px;margin:3px;border:2px;border-radius:15px;text-align:center;}
.cekilis a{color:#ffffff;font-weight:bold;}
.ogrencilistesi{float:left;box-sizing:border-box;min-height:12em;height:auto;border-radius:5px;border:1px solid #e7e7e7;margin-right:1%;margin-bottom:1%;text-align:left;border-radius:5px;}
.ogrencilistesi a{color:#000000;display:block;font-size:13px !important;text-align:center !important;padding:5px 0;margin-bottom:10px;}
.ogrencilistesi p{margin-top:10px;text-align:center;line-height:1em !important;}
.ogrencilistesi img{margin:10px auto 0 auto !important;width:100px !important;border-radius:150px !important;}
.select2-selection ul li{list-style-type:none;padding:0;margin:0;}
.ogretmenbuton{width:31% !important;margin:1%;float:left;}
.ogretmenbuton img{border-radius:5px;opacity:.5;transition:opacity .4s ease-in-out;}
.ogretmenbuton img:hover{opacity:1;}
.ogretmenbuton:first-child{margin-left:0 !important;}
.ogretmenbuton:last-child{margin-right:0 !important;}
.girisbutonum{margin-top:10px;margin-bottom:10px;width:48%;float:left;background-color:#3E3D83;padding:3%;margin-right:1%;margin-left:1%;border-radius:5px;text-align:center;}
.girisbutonum a{color:#ffffff;font-weight:bold;}
.canlidersler{width:98%;float:left;background-color:#e7000d;padding:3%;margin-right:1%;margin-left:1%;border-radius:5px;margin-bottom:10px;text-align:center;}
.canlidersler a{color:#ffffff;font-weight:bold;}
.paylas{width:100%;background-color:#365899;padding:5px;border-radius:5px;margin-bottom:10px;text-align:center;color:#ffffff;font-weight:bold;font-size:14px;border:none !important;cursor:pointer;}
.olustur{width:100%;background-color:#ed5564;padding:5px;border-radius:5px;margin-bottom:10px;text-align:center;color:#ffffff;font-weight:bold;font-size:14px;border:none !important;}
.olustur a{color:#ffffff;font-weight:bold;}
.olustur a:hover{color:#ffffff !important;font-weight:bold;}
@media(max-width:767px){
.mobilslider{min-height:200px;}
.pcheader{display:none;}
.top-nav-sticky{display:block;top:0;left:0;z-index:10000;-moz-transition:-moz-transform 0.2s ease-in;-o-transition:-o-transform 0.2s ease-in;-webkit-transition:-webkit-transform 0.2s ease-in;transition:transform 0.2s ease-in;}
.top-nav-sticky.indent-content{-webkit-transform:translate(250px, 0);}
}
.container-fluid{width:100%;height:auto;}
@media(max-width:767px){
.side-menu-active{overflow:hidden;transform:none !important;position:fixed;}
.pcdiskapsayici{}
.pcickapsayici{}
.mobillogo{margin:auto;}
.container-fluid{padding:0 !important;}
.container-fluid.indent-content{}
}
.car-arr{float:right;padding-left:5px;}
.mtq_quiz_area div{max-width:none !important;}
.mtq_css_letter_button{width:40px;height:40px;display:block;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;-khtml-border-radius:8px;font-size:30px;line-height:40px;text-decoration:none;text-align:center;}
.mtqscrollable{width:100%;position:relative;overflow:hidden;}
.mtqscrollable .items{width:20000em;position:absolute;clear:both;}
.items div{float:left;}
.mtqscrollable .active{position:relative;cursor:default;}
.mtq_quiz_area table{border:none;}
.mtq_quiz_area th, .mtq_quiz_area td, .mtq_quiz_area tr td{border:none;padding:0;vertical-align:middle;}
.mtq_css_button{display:block;cursor:pointer;font-weight:600;font-size:125%;text-align:center;width:8em;margin-left:auto;margin-right:auto;-o-border-radius:.2em;-moz-border-radius:.2em;-webkit-border-radius:.2em;border-radius:.2em;padding:.2em;}
.mtq_css_button:hover{cursor:pointer;}
.mtq_results_button{width:100%;}
.mtq_list_item{cursor:pointer;padding-bottom:1em !important;padding-top:1em !important;font-size:200%;}
.mtq_show_list{font-weight:bold !important;font-size:18px !important;}
.mtq_list_item_complete{font-weight:bold;color:#FFF !important;background-color:#ffc702 !important;}
.mtq_list_item-wrong, .mtq_list_item.mtq_list_item_complete.mtq_list_item-wrong{background:#B5281E !important;color:#FFF}
.mtq_list_item-correct, .mtq_list_item.mtq_list_item_complete.mtq_list_item-correct{background:#063 !important;color:#FFF;}
.mtq_list_item-partial, .mtq_list_item.mtq_list_item_complete.mtq_list_item-partial{background:#09F !important;color:#FFF;}
.mtq_listrow{width:100%;}
.mtq_return_list{margin-top:1em;margin-bottom:1em;}
.mtq_question_list_container{width:95% !important;font-weight:600;margin-left:auto;margin-right:auto;border-collapse:collapse;left:0;}
.mtq_question_list_container td{text-align:center;width:20%;}
.mtq_question_list_container tr{padding-top:2em;}
.mtq_question_text{width:100%;}
.mtq_question_list_container tr td{border:thin solid !important;border-collapse:collapse;}
.mtq_shaded_item_msg{display:block;width:25em;text-align:center;font-weight:600;border:thin solid;-o-border-radius:2em;-moz-border-radius:2em;-webkit-border-radius:2em;border-radius:2em;margin:.5em auto;}
.mtq_quiz_status{text-align:center;}
.mtq_quiz_area{text-align:left;}
.mtq_hint{display:none;margin-left:3em;margin-top:1em;border:thin solid;-o-border-radius:1em;-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em;padding:.5em;width:70% !important;float:right !important;}
.mtq_hint_label{font-size:125%;}
.mtq_answer_text{float:left;display:block;}
.mtq_instructions{display:none;margin-bottom:1em;}
.mtq_javawarning{text-align:center;font-weight:600;}
.mtq_quiztitle{text-align:center;display:block;}
.mtq_results_request{display:block;text-align:center;margin-top:.5em;}
.mtq_question_heading_table{width:100% !important;border-collapse:collapse;margin:.5em 0;padding:0 0 .1em !important;}
.mtq_answer_table{width:100% !important;margin-top:1em;text-align:left;border-collapse:collapse;cursor:auto;}
.mtq_oce_first{border-right:1em solid transparent;border-left:1em solid transparent;vertical-align:middle;text-align:center;}
.mtq_answer_td{margin-left:.25em;}
.mtq_letter_button_td{width:30px;}
.mtq_explanation{display:none;margin-left:3em;width:80%;margin-top:1em;margin-bottom:3em;border:thin solid;-o-border-radius:1em;-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em;padding:.5em;}
.mtq_explanation-label{display:block;padding-bottom:.25em;font-weight:600;}
.mtq_action_button{display:block;margin-top:.5em;margin-bottom:.5em;font-size:200%;}
.mtq_css_next_button, .mtq_css_back_button{height:30px;display:block;font-size:80px !important;text-align:center;}
.mtq_listrow tbody, .mtq_listrow tr, .mtq_listrow td{width:100%;position:relative;}
.mtq_listrow_button:hover{background-position:0 7px;cursor:pointer;}
.mtq_listrow_button-td{width:80px !important;display:block;}
.mtq_quiz_results_bubble{display:none;-o-border-radius:1em;-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em;margin-top:1em;margin-bottom:1em;border:none;padding:.5em;}
.puan{margin-left:auto;margin-right:auto;text-align:center;color:#000000;font-size:100px !important;font-weight:bold;width:200px;height:auto;border:5px solid #0780ae;border-radius:255px;}
.dogruyanlis{text-align:center;color:#000000;display:block;font-weight:bold;margin:20px;}
#facebookgrup{background-color:#0a89c0;color:#ffffff;margin:auto;text-align:center;font-size:18px !important;font-weight:bold;width:90%;padding:10px;border:1px solid #0780ae;border-radius:5px;}
#facebookgrup a{color:#FFF;}
#facebookgrup a:before{background:url(https://p1.hiclipart.com/preview/193/815/617/windows-color-icon-set-facebook-facebook-icon-png-clipart.jpg) 0 0 no-repeat;}
.duyuru{background-color:#bd7a0c !important;color:#ffffff;border-radius:0px !important;margin-bottom:10px;margin-top:20px;}
.mtq_quiz_results_highlight{margin-top:1em;font-size:75%;font-weight:600;text-align:center;}
.mtq_wrong_stamp{border:thin solid;}
.mtq_correct_stamp{border:thin solid;}
.mtq_partial_stamp{color:#FFF;background:#09F;border-color:#09F;border:thin solid;}
.mtq_question_label{font-weight:600;float:left;margin-top:-15px;}
.mtq_stamp{float:left;margin-left:.5em;margin-bottom:.25em;text-align:center;padding-left:.5em;padding-right:.5em;-o-border-radius:.2em;-moz-border-radius:.2em;-webkit-border-radius:.2em;border-radius:.2em;font-weight:600;text-transform:uppercase;}
.mtq_correct_marker{display:block;width:40px;height:40px;background:url(https://www.testkolik.com/wp-content/plugins/mtouch-quiz/images/correct.png) no-repeat 0 0;}
.mtq_wrong_marker{display:block;width:40px;height:40px;background:url(https://www.testkolik.com/wp-content/plugins/mtouch-quiz/images/wrong.png) no-repeat 0 0;}
.mtq_selected_row{font-weight:600;}
.mtq_marker, #mtq_quiz_results,
.mtq_preload, .mtq_navigator{display:none;}
#content .mtq,
#content .mtq_auto,
#content .mtq_quiz_name,
#content .mtq_score,
#content .mtq_total,
#content .mtq_percentage,
#content .mtq_wrong_answers,
#content .mtq_time_allowed,
#content .mtq_time_used,
#container .mtq,
#container .mtq_auto,
#container .mtq_quiz_name,
#container .mtq_score,
#container .mtq_total,
#container .mtq_percentage,
#container .mtq_wrong_answers,
#container .mtq_time_allowed,
#container .mtq_time_used,
.mtq_auto{display:none;}
.mtq_thanks{display:block;width:80px;height:80px;float:left;background:url(https://www.testkolik.com/wp-content/plugins/mtouch-quiz/images/thanks.png) no-repeat 0 0px;}
.mtq_cone{display:block;width:64px;height:64px;float:left;background:url(https://www.testkolik.com/wp-content/plugins/mtouch-quiz/images/cone.png) no-repeat 0 0px;}
.mtq_setup{display:block;width:64px;height:64px;float:left;background:url(https://www.testkolik.com/wp-content/plugins/mtouch-quiz/images/setup.png) no-repeat 0 0px;}
.mtq_timer_icon{display:block;width:32px;height:32px;float:left;background:url(https://www.testkolik.com/wp-content/plugins/mtouch-quiz/images/timer.png) no-repeat 0 0px;}
.mtq_email{display:block;width:32px;height:32px;float:left;background:url(https://www.testkolik.com/wp-content/plugins/mtouch-quiz/images/email.png) no-repeat 0 0px;}
.mtq_premium_feature{border:thin solid;border-color:#03C !important;}
.mtq_timer{background-color:#e7000d;width:60px;padding-right:10px;height:30px;color:#fff;border-radius:.2em;text-align:right;float:right;line-height:30px;font-weight:bold;}
.mtq_failed_button{cursor:pointer;font-weight:600;font-size:125%;color:#B5281E;background:#fff;border:thin solid;border-color:#B5281E;text-align:center;width:75%;margin-left:auto;margin-right:auto;border:thin solid;-o-border-radius:2em;-moz-border-radius:2em;-webkit-border-radius:2em;border-radius:.2em;border-color:#B5281E;padding:.2em;}
.mtq_clickable{cursor:pointer;}
.mtq_explanation{background:#ADE0C1;color:#030;border-color:#030;}
.mtq_wrong_stamp{color:#FFF;background:#B5281E;border-color:#B5281E;}
.mtq_correct_stamp{color:#FFF;background:#063;border-color:#063;}
.mtq_selected_row{background:#CCC;color:#000;}
.mtq_css_letter_selected{color:#fff !important;background:#e7000d !important;}
.submit{margin-left:auto;margin-right:auto;width:100%;color:#ffffff;font-size:25px !important;height:auto;}
.girisbuton{margin:auto;width:100% !important;padding:5px;color:#ffffff !important;font-size:25px !important;border-radius:5px;}
.girisbuton a{margin:auto;text-align:center;width:100% !important;color:#ffffff !important;font-size:25px !important;background-color:#ae1c00 !important;border-radius:5px;padding:10px 20px;}
.mtq_color_blue .mtq_css_button, .mtq_color_blue .mtq_css_letter_button{color:#3c485b;background:#f0f1f6;font-weight:bold;}
.mtq_color_blue .mtq_color_blue .mtq_list_item_complete, .mtq_color_blue .mtq_shaded_item_msg, .mtq_color_blue .mtq_hint, .mtq_color_blue .mtq_hint_label, .mtq_color_blue .mtq_hint_text{color:#339;background:#d0dafd !important;border-color:#06F !important;}
.mtq_color_blue .mtq_question_list_container tr td{background:#FFF;color:#339;border-color:#339 !important;}
.mtq_color_blue .mtq_question_heading_table{}
.mtq_color_blue .mtq_oce_first{background:#d0dafd;}
.mtq_color_blue .mtq_css_next_button, .mtq_color_blue .mtq_css_back_button{color:#ffc702;}
@media all and (min-width: 800px) {
.Ks_ContentTitleYeni{display:block;margin-top:10px;padding:0;border:1px solid #e5e5e5;background-color:#FFF;height:44px;}
.Ks_ContentTitleYeni ul{display:block;margin:0px;padding:0px;float:left;}
.Ks_ContentTitleYeni ul li{display:block;margin:0px;padding:0px;float:left;list-style-type:none;}
.Ks_ContentTitleYeni ul li a{font-size:13pt;line-height:33px;font-weight:400;color:#666;display:block;margin:0;float:left;padding:5px 10px;}
.Ks_ContentTitleYeni ul li .a{background-image:url(https://www.testkolik.com/wp-content/uploads/2020/11/kat_arrow.png);background-repeat:no-repeat;background-position:left center;padding-left:17px;}
.right{float:right;border:1px solid #e7e7e7;padding:5px;width:auto;max-width:30%;}
.yeniuyeler{width:100%;background:#fff;float:left;height:auto;margin-bottom:10px;padding:10px;background:#fff;box-shadow:0 5px 15px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .1)}
.yeniuyeler h3{color:#000000;font-size:22px;margin:0;}
.yeniuyeler ul{margin-top:10px;}
.yeniuyeler li{list-style-type:square;margin-left:25px;}
.yeniuyeler a{font-size:18px;color:#3480d3;}
.post-container a{display:block;}
#singleBlock .ads{text-align:center;}
#singleBlock.type1{margin-bottom:5px;overflow:hidden;}
#singleBlock.type1 .thumb{;border:1px solid #e2e2e2;padding:1px;}
#single .reading .ads{;float:left;text-align:center;margin-right:5px;}
#singleBlock.type2{float:left;margin:0 5px 5px 0;}
#singleBlock.type2+.reading p{text-align:left;}
#singleBlock.type2 .thumb{border:1px solid #e2e2e2;padding:1px;}
#singleBlock.type2 .thumb img{width:100%;}
#singleBlock .ads.type2{;border:1px solid #e2e2e2;padding:1px;margin-bottom:5px;}
.safirShare{margin-bottom:20px;clear:both;}
.authorBlock .safirShare{clear:none;margin-bottom:0;}
.safirShare #___plusone_0,
.safirShare #___plusone_1{width:60px !important;position:relative;top:4px;}
.safirShare #twitter-widget-0,
.safirShare #twitter-widget-1{width:88px !important;}
#single .share{border-bottom:1px solid #e2e2e2;padding-bottom:12px;margin-bottom:11px;}
#single .metaBox{overflow:hidden;list-style:none;background:#f7f7f7;border:1px solid #f0f0f0;margin-bottom:5px;}
#single .metaBox li{float:left;margin-right:20px;background:url(/wp-content/themes/test-tema/images/sprite.png) 0 -990px no-repeat;}
#single .metaBox li:first-child{background:none;}
#single .metaBox .meta{color:#666;font-weight:500;font-size:12px;line-height:30px;padding-left:28px;}
#single .metaBox .category .meta{background:url(/wp-content/themes/test-tema/images/sprite.png) 0 -870px no-repeat;}
#single .metaBox .hit .meta{background:url(/wp-content/themes/test-tema/images/sprite.png) 0 -900px no-repeat;}
#single .metaBox .comment .meta{background:url(/wp-content/themes/test-tema/images/sprite.png) 0 -930px no-repeat;}
#single .metaBox .date .meta{background:url(/wp-content/themes/test-tema/images/sprite.png) 0 -960px no-repeat;}
#respond .inputs{display:none;overflow:hidden;margin:0 -4px;}
#respond .inputs .item{width:33.3333333333333333%;float:left;padding:0 4px;}
#respond p.warning{color:red;font-style:italic;}
img.alignleft{border:1px solid #cdc;float:left;margin:0 10px 10px 0;padding:1px;}
img.alignright{border:1px solid #cdc;float:right;margin:0 0 10px 10px;padding:1px;}
.alignleft{float:left;}
.alignright{float:right;}
.aligncenter{display:block;text-align:center;margin:5px auto;}
#page-links{text-align:center;margin-bottom:5px;}
#page-links span{display:inline-block;}
#content form p{overflow:hidden;margin:0 0 5px 0px;line-height:30px;}
#content form .wpcf7-form-control-wrap{width:100%;}
.sidebarWidget .post-container a:hover, .homeWidget .post-container a:hover, .advancedPostsWidget2 .links a:hover, .mavi .post-container a:hover{color:#666;}
.anasayfabutonmenu img{width:100%;margin-bottom:5px;}
.homepage3sutun a{padding:.2em 0;}
.homepage3sutun div{float:left;width:50%;}
.homepage3sutun div{width:33.33%;}
.homepage2sutun a{padding:.2em 0;}
.homepage2sutun div{float:left;width:50%;}
nav.guides li{width:48%;margin-right:1%;}
.ebatv{margin-top:10px;width:23.5% !important;margin-right:2%;float:left;margin-bottom:10px;}
.ebatv img{border-radius:5px;border:1px solid #0a54a5;opacity:.5;transition:opacity .4s ease-in-out;}
.ebatv img:hover{opacity:1;}
.ebatv:nth-child(4n+4){margin-right:0 !important;}
.genislik{width:49% !important;}
.panoortagenislik{width:500px !important;float:left;}
.panosaggenislik{width:197px !important;float:right;}
.anasayfadersler{width:32% !important;float:left;margin-bottom:5px;}
.mobilreklam{display:none;}
.masaustureklam{margin-bottom:10px;text-align:center;min-height:240px;}
.oda-listesi{width:28.66%;box-sizing:border-box;text-align:center;background-color:#3e3d83;overflow:hidden;position:relative;padding:2%;margin-bottom:10px;border-radius:5px;color:#ffffff;float:left;text-align:center;margin-right:1%;}
.oda-listesi:nth-child(3n+3){margin-right:0%;}
.oda-listesi span{display:block;font-size:20px;}
.oda-listesi p{width:100%;box-sizing:border-box;background-color:#FFC702;color:#000000;font-size:20px;font-weight:bold;padding:5px;border-radius:5px;text-align:center;}
.oda-listesi a{font-size:20px;font-weight:bold;}
.ogrencilistesigenislik{width:13%;box-sizing:border-box;}
.moduller:nth-child(odd){margin-right:10px;}
}
@media(max-width:1024px){
.cikmissorulartablo{width:100%;float:left;padding:5px;}
}
@media all and (max-width: 799px) {
.Ks_ContentTitleYeni{display:none;}
.right{float:right;padding:5px;width:100%;}
.yeniuyeler{width:100%;background:#fff;float:left;height:auto;margin-bottom:10px;padding:10px;background:#fff;box-shadow:0 5px 15px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .1)}
.yeniuyeler h3{color:#000000;font-size:22px;margin:0;}
.yeniuyeler ul{margin-top:10px;}
.yeniuyeler li{list-style-type:square;margin-left:25px;}
.yeniuyeler a{font-size:18px;color:#3480d3;}
.post-container a{display:block;}
#singleBlock .ads{text-align:center;}
#singleBlock.type1{margin-bottom:5px;overflow:hidden;}
#singleBlock.type1 .thumb{;border:1px solid #e2e2e2;padding:1px;}
#single .reading .ads{;float:left;text-align:center;margin-right:5px;}
#singleBlock.type2{float:left;margin:0 5px 5px 0;}
#singleBlock.type2+.reading p{text-align:left;}
#singleBlock.type2 .thumb{border:1px solid #e2e2e2;padding:1px;}
#singleBlock.type2 .thumb img{width:100%;}
#singleBlock .ads.type2{;border:1px solid #e2e2e2;padding:1px;margin-bottom:5px;}
.safirShare{margin-bottom:20px;clear:both;}
.authorBlock .safirShare{clear:none;margin-bottom:0;}
.safirShare #___plusone_0,
.safirShare #___plusone_1{width:60px !important;position:relative;top:4px;}
.safirShare #twitter-widget-0,
.safirShare #twitter-widget-1{width:88px !important;}
#single .share{border-bottom:1px solid #e2e2e2;padding-bottom:12px;margin-bottom:11px;}
#single .metaBox{overflow:hidden;list-style:none;background:#f7f7f7;border:1px solid #f0f0f0;margin-bottom:5px;}
#single .metaBox li{float:left;margin-right:20px;background:url(/wp-content/themes/test-tema/images/sprite.png) 0 -990px no-repeat;}
#single .metaBox li:first-child{background:none;}
#single .metaBox .meta{color:#666;font-weight:500;font-size:12px;line-height:30px;padding-left:28px;}
#single .metaBox .category .meta{background:url(/wp-content/themes/test-tema/images/sprite.png) 0 -870px no-repeat;}
#single .metaBox .hit .meta{background:url(/wp-content/themes/test-tema/images/sprite.png) 0 -900px no-repeat;}
#single .metaBox .comment .meta{background:url(/wp-content/themes/test-tema/images/sprite.png) 0 -930px no-repeat;}
#single .metaBox .date .meta{background:url(/wp-content/themes/test-tema/images/sprite.png) 0 -960px no-repeat;}
#respond .inputs{display:none;overflow:hidden;margin:0 -4px;}
#respond .inputs .item{width:33.3333333333333333%;float:left;padding:0 4px;}
#respond p.warning{color:red;font-style:italic;}
img.alignleft{border:1px solid #cdc;float:left;margin:0 10px 10px 0;padding:1px;}
img.alignright{border:1px solid #cdc;float:right;margin:0 0 10px 10px;padding:1px;}
.alignleft{float:left;}
.alignright{float:right;}
.aligncenter{display:block;text-align:center;margin:5px auto;}
#page-links{text-align:center;margin-bottom:5px;}
#page-links span{display:inline-block;}
#content form p{overflow:hidden;margin:0 0 5px 0px;line-height:30px;}
#content form .wpcf7-form-control-wrap{width:100%;}
footer{background:#34215b;clear:both;position:relative;}
#footer-cont{max-width:1150px;background:#34215b;overflow:hidden;padding:20px 5px;margin:0 auto;color:#ffffff;font-size:15px;}
#footer-cont hr{color:#e7e7e7;}
#footer-logo{float:left;width:28%;}
#footer-right .copyright{clear:both;margin-top:5px;}
#footer-cont #copyright{clear:both;margin-top:10px;}
#footer-menu{background:#2e333e;text-align:center;padding:10px 0;margin-bottom:1px;}
#footer-menu li{display:inline;color:#fff;}
#footer-menu li::before{content:"|";padding:0 8px;}
#footer-menu li:first-child::before{content:"";}
#footer-menu a{color:#fff;}
#footer-menu a:hover{color:#ddd;}
.sidebarWidget .post-container a:hover, .homeWidget .post-container a:hover, .advancedPostsWidget2 .links a:hover, .mavi .post-container a:hover{color:#666;}
.anasayfabutonmenu img{width:100%;margin-bottom:5px;}
}
@media all and (max-width: 899px) {
body #menu{}
#menu>ul{padding:0;}
}
@media all and (max-width: 940px) {
#banner{overflow:hidden;}
#header-logo,
#banner-group{float:left;text-align:center;}
#header-logo h1,
#header-logo span{display:inline-block;}
#switcher{display:none;}
}
@media all and (max-width: 767px) {
#footer-logo{margin-bottom:10px;}
#footer-logo,
#footer-right{float:none;text-align:center;width:100%;}
body .advancedPostsWidget1 .post-container{width:25%;}
body .advancedPostsWidget2 .items, body .advancedPostsWidget2 .links{float:left;width:50%;}
body .advancedPostsWidget2 .summary, body .advancedPostsWidget2 .title{display:block;}
#content,
aside{float:none;width:100%;}
aside{padding-left:0;}
@media all and (max-width: 650px) {
body .advancedPostsWidget1 .post-container{width:33.33333333333333%;}
}
.articleList.standard .post-container, .articleList.picture .post-container{width:33.33333333333333%;}
}
@media all and (max-width: 600px) {
#single .metaBox li{margin-right:10px;}
#single .metaBox span{display:none;}
}
@media all and (max-width: 520px) {
body .advancedPostsWidget2 .post .detail{max-height:133px;}
#authorRelated .item .title,
#authorRelated .item .meta{background:none;padding-left:0;}
#singleBlock.type2{float:none;text-align:center;margin-right:0;}
}
@media all and (max-width: 480px) {
.reading, .reading p, .reading li{text-align:left;}
body .advancedPostsWidget1 .post-container{width:50%;}
.articleList.standard .post-container, .articleList.picture .post-container{width:50%;}
#single .reading .ads{float:none;margin-right:0;}
#single .metaBox li{margin-right:4px;}
}
@media all and (max-width: 600px) {
.mobilreklam{min-height:250px;}
.masaustureklam{display:none;}
.pcaramakutusu{display:none;}
.topmenu{display:none;}
}
@media all and (max-width: 799px) {
.footer-sol{float:left;margin-left:10px;margin-bottom:20px;width:100%;}
.footer-sol p{margin-top:20px;color:#e7e7e7;font-size:16px;line-height:22px;}
.footer-orta{float:left;margin-bottom:20px;width:100%;color:#e7e7e7;}
.footer-orta span{font-size:22px;}
.footer-orta a{font-size:16px;line-height:22px;color:#e7e7e7;font-weight:500;}
.footer-orta ul{margin-top:10px;}
.footer-orta li{margin-left:10px;padding:2px;}
.footer-sag{float:left;width:100%;color:#e7e7e7;font-size:14px;margin-bottom:60px;}
.footer-sag span{font-size:22px;margin-bottom:15px;}
.footer-sag a{font-size:16px;color:#e7e7e7;font-weight:500;line-height:22px;}
.footer-sag ul{margin-top:10px;}
.footer-sag li{margin-left:10px;padding:2px;}
}
@media all and (max-width: 799px) {
.ogrencilistesigenislik{width:44%;box-sizing:border-box;}
}
@media all and (max-width: 799px){}
@media all and (max-width: 799px) {
.ebatv{margin-top:10px;width:49% !important;margin-right:2%;margin-bottom:10px;float:left;}
.ebatv:nth-child(2n+2){margin-right:0;}
.ebatv img{border-radius:5px;border:1px solid #0a54a5;}
.genislik{width:100% !important;}
.panoortagenislik{width:100% !important;float:left;}
.panosaggenislik{width:100% !important;float:left;}
.anasayfadersler{width:32% !important;float:left;margin-bottom:5px;}
}
@media all and (max-width: 799px) {
.genislik{width:100%;}
.oda-listesi{padding:2%;width:44%;box-sizing:border-box;text-align:center;background-color:#3e3d83;overflow:hidden;position:relative;margin-bottom:10px;border-radius:5px;color:#ffffff;float:left;text-align:center;margin-right:2%;}
.oda-listesi:nth-child(2n+2){margin-right:0%;}
.oda-listesi span{display:block;font-size:14px;}
.oda-listesi p{width:100%;box-sizing:border-box;background-color:#FFC702;color:#000000;font-size:14px;font-weight:bold;padding:5px;border-radius:5px;text-align:center;}
.oda-listesi a{font-size:20px;font-weight:bold;}
} @media all and (min-width: 800px) {
.oyunoynabaslik{margin-top:10px;width:100%;height:110px;background-color:#ffffff;padding:10px;border-radius:5px;box-sizing:border-box;border:1px solid #dddfe2;}
.oyunoyna{margin-top:10px;width:calc(95% / 4);float:left;background-color:#ffffff;padding:10px;border-radius:2px;box-sizing:border-box;border:1px solid #dddfe2;margin-left:1%;}
.oyunoyna img{width:100%;height:auto;}
.oyunoyna h3{margin:0;padding:0;text-align:center;}
.oyunoyna a{font-size:1em;color:#484848;margin-top:10px;}
} @media all and (max-width: 799px) {
.oyunoynabaslik{margin-top:10px;width:100%;height:110px;background-color:#ffffff;padding:10px;border-radius:5px;box-sizing:border-box;border:1px solid #dddfe2;}
.oyunoyna{margin-top:10px;width:calc(96% / 3);float:left;background-color:#ffffff;padding:10px;border-radius:2px;box-sizing:border-box;border:1px solid #dddfe2;margin-left:1%;}
.oyunoyna img{width:100%;height:auto;}
.oyunoyna h3{margin:0;padding:0;text-align:center;}
.oyunoyna a{font-size:1em;color:#484848;margin-top:10px;}
}
.team-content span a{font-size:20px;color:#ff113d;}
.userprofiltable td, .testicozmeyebasla#customers th{padding:4px 8px;text-align:left !important;font-size:15px;color:#ff113d;}
.userprofiltable th{text-align:left !important;color:white;}
#magazapuan{font-weight:normal;margin-top:10px;}
#aylik{font-weight:normal;margin-top:10px;}
.um-col{background-color:#ffffff;}
.begen{float:left;text-align:center;width:50%;padding:5px 0;}
.begen:hover{cursor:pointer;background-color:#e7e7e7;}
.yorumyap{float:left;text-align:center;width:50%;padding:10px 0;}
.yorumyap:hover{cursor:pointer;background-color:#e7e7e7;}
.yorumcerceve{display:table;position:relative;width:100%;}
.yorumcerceve img{float:left;width:32px;border-radius:32px;margin-right:10px}
.yataycizgi{border-top:1px solid #dadde1;width:100%;clear:both;}
.more{position:absolute;top:-75px;right:12px;background-color:#ffffff;display:none;border:1px solid #dadde1;border-radius:1px;width:250px;height:auto;padding:10px;}
.begenisayisi{margin:5px 0 10px 0px;float:left;padding:3px;font-size:15px;color:#ffffff;background-color:#2B87F8;border-radius:20px;}
.yorumbegeni{background-color:#ffffff;float:right !important;position:relative;bottom:-20px;border:1px solid #dadde1;border-radius:15px;padding:3px;z-index:500;color:#0b0b0b;}
.yorumbegenisayisi{float:left;padding:3px;font-size:10px;color:#ffffff;background-color:#2B87F8;border-radius:20px;margin-right:5px;}
.margin50{margin-left:50px;}
.margin10{margin-left:10px;}
.yorumBegen{float:left !important;color:#385898;cursor:pointer;}
.yorumBegenilmis{float:left !important;color:#4080ff;cursor:pointer;font-weight:bold;}
.yorumSag{float:left !important;background-color:#F2F3F5;padding:10px;border-radius:15px;max-width:85%;overflow:hidden;}
.yorumDisplayname{float:left !important;color:#385898;margin-right:5px;font-weight:bold;}
.gonderiBegen{margin-right:5px;font-size:20px;color:#6a6a6a}
.gonderiBegenme{margin-right:5px;font-size:20px;color:#4080FF}
.gonderiavatar{float:left !important;width:50px !important;border-radius:50px;margin-right:10px;}
.gonderiolustur{width:410px !important;float:left;border:none}
.gonderiolustur:hover{border:1px solid #e7e7e7;}
.font500{font-weight:500;}
.sol{float:left !important;}
.sag{float:right !important;}
.gizle{display:none;}
.material-icons{cursor:pointer;}
.cocukYorum{width:90%;float:right;border-left:3px solid #3578E5;margin-top:10px;padding:5px;}
.oyunsidebar{display:block;margin-top:10px;box-sizing:border-box;width:100%;height:auto;overflow:hidden;position:relative;}
.oyunsidebar span{background-color:#5E3075;width:100%;height:auto;display:flex;color:#ffffff;margin-bottom:10px;border-radius:2px;}
.oyun{border:1px solid #dddfe2;border-radius:2px;width:100%;height:auto;overflow:hidden;box-sizing:border-box;margin-bottom:10px;}
.oyunsol{float:left;background-color:#ffffff;}
.oyunsol img{width:60px;height:60px;}
.oyunsag{display:table;float:left;width:calc(100% - 60px);height:60px;background-color:#ffffff;text-align:center;}
.oyunsag a{font-size:2em;line-height:1em;display:table-cell;vertical-align:middle;color:#484848;font-weight:bold;}
.padding10{padding:10px;}
.kargobedava{display:block;margin-bottom:8px;color:#090;font-size:13px;}
.safirShare{width:100%;border-radius:5px;opacity:0.9;margin-left:auto;}
.safirShare:hover{opacity:1;}
.breadcrumb1{padding:.5em 0px;margin-bottom:10px;list-style:none;border-radius:4px;}
.breadcrumb1 a{color:#8ed1dc !important;text-decoration:none;}
.ogrenecekleriniz{border:1px solid #dcdacb;width:100%;background-color:#FBFBF8;padding:1em;color:#3C3B36;font-weight:bold;font-size:1.1em;line-height:1;margin-bottom:1em;}
.card{width:400px;border:none;border-radius:10px;background-color:#fff;border:1px solid #dddfe2;}
.stats{background:#f2f5f8 !important;color:#000 !important}
.articles{font-size:10px;color:#a1aab9}
.number1{font-weight:500}
.followers{font-size:10px;color:#a1aab9}
.number2{font-weight:500}
.rating{font-size:10px;color:#a1aab9}
.number3{font-weight:500}
.sinifdersleri:before, .clear:after{content:"\0020";display:block;height:0;overflow:hidden;}
.sinifdersleri:after{clear:both;}
.btn-danger{color:#ffffff !important;}
.archive{display:none;}
@media only screen and (min-width: 569px) and (max-width: 880px) {
.link-block{position:relative;width:45%;max-width:330px;}
.link-block .dundas-blue-text-long{font-size:22px;}
} @media only screen and (min-width: 0) and (max-width: 568px) {
.link-block{position:relative;width:90%;max-width:300px;}
.link-block .dundas-blue-text-long{font-size:18px;}
}
.videoWrapper{height:auto;width:723px;position:relative;overflow:hidden;}
.videoWrapper iframe{height:100%;width:100%;top:0;bottom:0;}:root{--color-primary:#4a8eff;--color-primary-rgb:74, 142, 255;--color-primary-hover:#4a8eff;--color-primary-active:#4a8eff;--color-secondary:#4a8eff;--color-secondary-rgb:74, 142, 255;--color-secondary-hover:#4a8eff;--color-secondary-active:#4a8eff;--color-success:#18ce0f;--color-success-rgb:24, 206, 15;--color-success-hover:#4a8eff;--color-success-active:#4a8eff;--color-info:#2CA8FF;--color-info-rgb:44, 168, 255;--color-info-hover:#2CA8FF;--color-info-active:#2CA8FF;--color-warning:#f29e0f;--color-warning-rgb:242, 158, 15;--color-warning-hover:orange;--color-warning-active:orange;--color-danger:#ff5062;--color-danger-rgb:255, 80, 98;--color-danger-hover:#ff5062;--color-danger-active:#ff5062;--color-green:#30b570;--color-blue:#0073ff;--color-purple:#8557D3;--color-red:#ff5062;--color-muted:rgba(69, 89, 122, 0.6);--wpdm-font:Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}
.wpdm-download-link.btn.btn-primary{border-radius:4px;}
.w3eden1 .fetfont, .w3eden .btn, .w3eden .btn.wpdm-front h3.title, .w3eden .wpdm-social-lock-box .IN-widget a span:last-child, .w3eden #xfilelist .panel-heading,
.w3eden .wpdm-frontend-tabs a, .w3eden .alert:before, .w3eden .panel .panel-heading, .w3eden .discount-msg, .w3eden .panel.dashboard-panel h3, .w3eden #wpdm-dashboard-sidebar .list-group-item,
.w3eden #package-description .wp-switch-editor,
.w3eden .w3eden.author-dashbboard .nav.nav-tabs li a, .w3eden .wpdm_cart thead th, .w3eden #csp .list-group-item,
.w3eden .modal-title{text-transform:uppercase;font-weight:500;}
.w3eden #csp .list-group-item{text-transform:unset;}
#comments{margin:0px auto !important;}
.tamekrangizle{display:none !important;}
.hamburgermenusagtaraf{position:absolute;top:20px;right:0;}
@media(min-width:600px){
ul.ozellikler li{width:33%;float:left;margin-bottom:30px;}
}
@media(max-width:599px){
ul.ozellikler li{width:50%;float:left;margin-bottom:30px;}
}
ul.ozellikler li span{width:80%;float:left;}
ul.ozellikler{padding-bottom:15px !important;padding-top:10px !important;padding-left:10px !important;}
.tikisareti{font-size:15px;line-height:25px !important;margin-right:10px;float:left;}
.sinifdersleri>span{font-weight:bold;padding-left:10px !important;font-size:21px;line-height:40px;}
.mobilFooter>.wpdiscuz-bell-shortcode-menu li a{padding:20px 10px 0 10px;}
@media(min-width:1200px){
.solMenu{float:right;width:24%;}
}
@media(min-width:600px) and (max-width:1199px){
.solMenu{float:right;width:24%;}
}
@media(max-width:599px){
.solMenu{float:right;width:100%;}
}
#wpdcom{max-width:100% !important;}
.google280{height:280px !important;margin:10px 0;}
@media screen and (max-device-width: 800px) {
.mtq_quiz_area{min-height:400px;}
}
@media screen and (min-device-width: 801px) {
.mtq_quiz_area{min-height:300px;}
}
.yazialtireklam {
margin-top: 10px;
margin-bottom: 10px;
min-height: 200px;
}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://www.testkolik.com/wp-content/themes/test-tema/assets/font/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');}
.material-icons {
font-family: 'Material Icons', sans-serif;
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}