@media only screen and (max-width:768px){.site{max-width:768px;overflow:hidden}}ul,ol{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;list-style:none}html,body{overflow-x:hidden}a{color:#464646}.preloader-wrapper{top:0;right:0;bottom:0;left:0;height:100vh;position:fixed;background-color:#f9f9f9;z-index:9999;overflow:hidden}.preloader-wrapper.hide{display:none}.preloader img{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0}.preloader p{position:absolute;margin:auto;top:62%;left:0;right:0;bottom:0;text-align:center;color:#ed1c24;font-family:Arial,sans-serif!important;font-weight:700!important;font-size:14px!important}.status-opened{color:green;font-weight:bold}.status-closed{background-color:#c0392b;color:#f3f3f3;padding:0 10px}.display-if-section{margin-top:2em;margin-bottom:2em}.display-if-row{margin-top:1em;margin-bottom:1em}.btn-next-animation{animation:mymoveleft 1s cubic-bezier(.36,.61,.78,.92) 2s;animation-fill-mode:forwards;-webkit-animation:mymoveleft 1s;-webkit-animation-timing-function:cubic-bezier(.36,.61,.78,.92);-webkit-animation-fill-mode:both;-webkit-animation-delay:1s;-moz-animation:mymoveleft 1s;-moz-animation-timing-function:cubic-bezier(.36,.61,.78,.92);-moz-animation-fill-mode:both;-moz-animation-delay:1s;outline:none}@keyframes mymoveleft{from{transform:translateX(-250px);-webkit-transform:translateX(-250px);opacity:0}to{transform:translateX(1);-webkit-transform:translateX(1);opacity:1}}@-webkit-keyframes mymoveleft{from{transform:translateX(-250px);-webkit-transform:translateX(-250px)}to{transform:translateX(1);-webkit-transform:translateX(1);opacity:1}}@-moz-keyframes mymoveleft{from{transform:translateX(-250px);-webkit-transform:translateX(-250px)}to{transform:translateX(1);-webkit-transform:translateX(1);opacity:1}}@-ms-keyframes mymoveleft{from{transform:translateX(-250px);-webkit-transform:translateX(-250px)}to{transform:translateX(1);-webkit-transform:translateX(1);opacity:1}}.hide{display:none}.btn.btn-border::after{top:-2px;left:-2px;right:-2px;bottom:-2px;opacity:1;z-index:-2;background:linear-gradient(-45deg,#17a2b8 0%,green 100%)}.main-menu li a{background:linear-gradient(0deg,#026f56,#f44336) 0% 100% no-repeat;background-size:0 1px;transition:background-size .5s}.main-menu li a:hover,.main-menu li.active a{background-size:100% 1px;color:#ed1c24}.sub-page-title:before{content:"";position:absolute;left:0;top:100%;margin-top:12px;width:20px;height:2px;background:#fff}.sub-page-title:after{content:"";position:absolute;left:0;top:100%;margin-top:6px;width:40px;height:2px;background:#fff}.checkbox-ripple{padding-top:20px}.checkbox-ripple label{cursor:pointer;padding-left:10px;position:relative}.checkbox-ripple label span{display:block;left:0;position:absolute;transition-duration:.2s}.checkbox-ripple label .ripple{background-color:rgba(0,0,0,.84);border-radius:100%;content:"";display:block;height:40px;left:7px;margin:0;opacity:0;position:absolute;top:-11px;width:40px;z-index:1}.checkbox-ripple label input[type=checkbox]:not(:checked)~.ripple{-webkit-animation:rippleOff 500ms;animation:rippleOff 500ms}.checkbox-ripple label input[type=checkbox]:checked~.ripple{-webkit-animation:rippleOn 500ms;animation:rippleOn 500ms}.checkbox-ripple label .check{border:2px solid;border-radius:2px;display:inline-block;height:20px;left:-3px;margin-left:-9px;margin-right:11px;margin-top:-3px;overflow:hidden;position:relative;top:3px;width:20px;zoom:.8}.checkbox-ripple label .check:after{background-color:rgba(0,0,0,.84);border-radius:100%;content:"";display:block;height:50px;left:-16px;margin:0;opacity:0;position:absolute;top:-17px;width:50px;z-index:1}.checkbox-ripple label .check:before{-ms-transform:rotate(45deg);-webkit-animation:checkbox-off .3s linear forwards;-webkit-transform:rotate(45deg);animation:checkbox-off .3s linear forwards;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;content:"";display:block;height:0;margin-left:7px;margin-top:-4px;position:absolute;transform:rotate(45deg);width:0}.checkbox-ripple input[type=checkbox]{opacity:0}.checkbox-ripple input[type=checkbox]:focus~.check:after{opacity:.2}.checkbox-ripple input[type=checkbox]:checked~.check:before{-webkit-animation:checkbox-on .3s linear forwards;animation:checkbox-on .3s linear forwards;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}.checkbox-ripple input[type=checkbox]:not(:checked)~.check:after{-webkit-animation:rippleOff 500ms linear forwards;animation:rippleOff 500ms linear forwards}.checkbox-ripple input[type=checkbox]:checked~.check:after{-webkit-animation:rippleOn 500ms linear forwards;animation:rippleOn 500ms linear forwards}.checkbox-ripple:not(:hover) input[type=checkbox]~.check:before,.checkbox-ripple:not(:hover) input[type=checkbox]~.check:after{-webkit-animation-duration:1ms;animation-duration:1ms}.checkbox-ripple input[type="checkbox][disabled"]:not(:checked)~.check:before,.checkbox-ripple input[type="checkbox][disabled"]~.circle{opacity:.5}.checkbox-ripple input[type="checkbox][disabled"]~.check:after{-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);background-color:rgba(0,0,0,.84);transform:rotate(-45deg)}.checkbox-ripple input[type=checkbox]:checked~.check:after,.checkbox-ripple-default input[type=checkbox]:checked~.check:after{background-color:#f1a38d}.checkbox-ripple input[type=checkbox]:checked~.check,.checkbox-ripple-default input[type=checkbox]:checked~.check{color:#026f56}.checkbox-ripple input[type=checkbox]:checked~.check:before,.checkbox-ripple-default input[type=checkbox]:checked~.check:before{color:#026f56}@-webkit-keyframes checkbox-on{0%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}100%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@keyframes checkbox-on{0%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}100%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@-webkit-keyframes checkbox-off{0%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-webkit-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}@keyframes checkbox-off{0%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-webkit-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}@-webkit-keyframes rippleOn{0%{opacity:0}50%{opacity:.2}100%{opacity:0}}@keyframes rippleOn{0%{opacity:0}50%{opacity:.2}100%{opacity:0}}@-webkit-keyframes rippleOff{0%{opacity:0}50%{opacity:.2}100%{opacity:0}}@keyframes rippleOff{0%{opacity:0}50%{opacity:.2}100%{opacity:0}}.radio-ripple{margin-bottom:10px}.radio-ripple,.checkbox-ripple{display:inline-block}.radio-ripple label{cursor:pointer;padding-left:45px;position:relative}.radio-ripple label span{display:block;left:10px;position:absolute;top:2px;transition-duration:.2s}.radio-ripple label .circle{border:2px solid rgba(0,0,0,.84);border-radius:100%;height:15px;width:15px}.radio-ripple label .check{-ms-transform:scale(0);-webkit-transform:scale(0);background-color:rgba(0,0,0,.84);border-radius:100%;height:15px;transform:scale(0);width:15px}.radio-ripple label .check:after{-ms-transform:scale(1.5);-webkit-transform:scale(1.5);background-color:rgba(0,0,0,.84);border-radius:100%;content:"";display:block;height:50px;left:-18px;margin:0;opacity:0;position:absolute;top:-18px;transform:scale(1.5);width:50px;z-index:1}.radio-ripple input[type=radio]{display:none}.radio-ripple input[type=radio]:checked~.check{-ms-transform:scale(.55);-webkit-transform:scale(.55);transform:scale(.55)}.radio-ripple label input[type=radio]:not(:checked)~.check:after{-webkit-animation:rippleOff 500ms;animation:rippleOff 500ms}.radio-ripple label input[type=radio]:checked~.check:after{-webkit-animation:rippleOn 500ms;animation:rippleOn 500ms}.radio-ripple input[type=radio]:checked~.check,.radio-ripple-default input[type=radio]:checked~.check{background-color:#026f56;color:#026f56}.radio-ripple input[type=radio]:checked~.check:after,.radio-ripple-default input[type=radio]:checked~.check:after{background-color:#026f56}.radio-ripple input[type=radio]:checked~.check,.radio-ripple-default input[type=radio]:checked~.check{color:#026f56}.radio-ripple input[type=radio]:checked~.check:before,.radio-ripple-default input[type=radio]:checked~.check:before{color:#026f56}.header{box-shadow:0 0 4px rgba(0,0,0,.2)!important}.section-bg-by-define:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAB9JREFUeNoEwQEJAAAAAiCh/2c7UBoMDQoHAAD//wMAHIMC6t28N14AAAAASUVORK5CYII=')}.section-bg-by-define{margin-bottom:5px!important;padding-top:75px;padding-bottom:75px}.section-bg-by-define .page-title{font-size:56px;line-height:1.5;letter-spacing:0;color:#fff}.section-bg-by-define .page-title,.section-title{font-family:'Josefin Sans',sans-serif;font-weight:700;opacity:.8;letter-spacing:.8px}.section-bg-by-define .page-title{text-shadow:0 2px 8px rgba(0,0,0,.35)}span.question{cursor:pointer;display:inline-block;width:20px;height:20px;background-color:#026f56;line-height:18px;color:#fff;font-size:13px;font-weight:700;border-radius:10px;text-align:center;border:2px solid #fff;zoom:.8;position:absolute;margin-left:12px}span.question:hover{background-color:#f40}.tf-slider-left-right-shadow:before,.tf-slider-left-right-shadow:after,.tf-slider-right-shadow:before{content:'';position:absolute;height:100%;width:23.5%;right:0;top:0;background-image:-webkit-gradient(linear,left top,right top,from(transparent),to(rgba(255,255,255,.9)));background-image:-webkit-linear-gradient(left,transparent,rgba(255,255,255,.9));background-image:-o-linear-gradient(left,transparent,rgba(255,255,255,.9));background-image:linear-gradient(to right,transparent,rgba(255,255,255,.9));z-index:2;pointer-events:none}.data-block{}.except-1,.except-2,.except-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.except-3{-webkit-line-clamp:3}.except-2{-webkit-line-clamp:2}.except-1{-webkit-line-clamp:1}.clear-fix{}.notify{background:#696969;color:#fff;padding:10px;text-align:center;position:fixed;top:0;left:0;z-index:9999;width:100%;text-transform:uppercase;font-size:11px;font-weight:700;opacity:0}.notify p{position:absolute;font-size:8px;top:10px;right:10px;color:#fff;text-align:right}.notify:before{content:"";font:normal normal normal 14px/1 FontAwesome;color:#c07600;position:absolute;margin-left:-38px;margin-top:-4px;border-radius:50%;border:1px solid #fff;padding:5px}.run-mode{text-align:left;text-transform:capitalize;background-color:#3b5998;color:#fff;padding:8px;border-bottom:1px solid #fff}.run-mode a{color:rgba(245,245,245,.43)}.run-mode a:hover{color:#00bfff}.validation-summary-errors{text-align:center;color:red}.error_msg.field-validation-valid *{color:red;font-size:11px}.clear{background:transparent;clear:both;display:block;font-size:0;line-height:0;overflow:hidden}.modal-sm{width:346px}.adv-img{background:#f5f5f5;width:100%}.adv-img img{height:132px;width:100%}.img-50x50{height:50px;width:50px}.img-200x200{height:200px;width:200px}.header{background:#f8f9fade}.header._visible{transition:1s;top:0;opacity:0;transition:all .5s}.header._hidden{transition:1s;top:-12px;opacity:1;transition:all .5s;position:fixed;z-index:9999;width:100%;background:#f5f6fbdb!important}.as-back-to-top{border:none;color:rgba(0,0,0,.4);display:none;outline:none;text-decoration:none;text-transform:uppercase;position:fixed;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);transform-origin:100% 50%;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;z-index:1}.as-back-to-top:focus{color:#000}.as-back-to-top i{display:inline-block;padding-left:10px;vertical-align:middle;-webkit-transition:-webkit-transform .3s;-moz-transition:-moz-transform .3s;-ms-transition:-ms-transform .3s;-o-transition:-o-transform .3s;transition:transform .3s}.as-back-to-top{right:40px;bottom:180px}.as-back-to-top:hover{color:#000}.as-back-to-top:hover i{-webkit-transform:translateX(10px);-moz-transform:translateX(10px);-ms-transform:translateX(10px);-o-transform:translateX(10px);transform:translateX(10px)}.as-back-to-top i{font-size:20px}.as-back-to-top{font-size:10px;font-family:"Open Sans",sans-serif}.sticky-contact-container{padding:0;margin:0;position:fixed;right:-119px;top:230px;width:200px;z-index:9999}.sticky-contact li{list-style-type:none;color:#efefef;height:42px;padding:0;margin:0 0 1px 0;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;cursor:pointer;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);margin-left:0}.sticky-contact li a{color:#efefef;text-decoration:underline}.sticky-contact li:hover{margin-left:-115px;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");-webkit-filter:grayscale(0%);color:#333}.sticky-contact li:hover a{color:#333}.sticky-contact li img{float:left;margin:5px 5px;margin-right:10px;width:32px;height:32px}.sticky-contact li p{padding:0;margin:0;text-transform:uppercase;line-height:42px;font-size:10px;font-weight:700}@media(max-width:667px)and (min-width:320px){.sticky-contact-container{padding:0;margin:0;position:fixed;left:0;top:auto;width:100%;transform:rotate(90deg);bottom:-154px}.sticky-contact li{background-color:#0000002e;border-radius:5px}.sticky-contact li:hover{margin-left:-162px;background-color:#f1f1f1}}